@glance-networks/agent-plugin
Version:
Glance Networks Agent Plugin
3,154 lines (2,439 loc) • 130 kB
CSS
/*
! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-moz-tab-size: 4;
/* 3 */
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: Inter, sans-serif, system-ui, ui-sans-serif;
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
-webkit-tap-highlight-color: transparent;
/* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
/* 2 */
font-variation-settings: normal;
/* 3 */
font-size: 1em;
/* 4 */
}
/*
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 */
letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
@font-face {
font-family: Inter;
font-weight: 100 900;
font-style: normal;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
font-display: swap;
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: Inter;
font-weight: 100 900;
font-style: normal;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
font-display: swap;
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh0NSDqFGedCMX.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh2dSDqFGedCMX.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh0dSDqFGedCMX.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh3tSDqFGedCMX.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh09SDqFGedCMX.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh3dSDqFGedA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.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;
}
.not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.collapse {
visibility: collapse;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
.-inset-1 {
inset: -0.25rem;
}
.inset-0 {
inset: 0px;
}
.bottom-\[var\(--toastContainerBottom\)\] {
bottom: var(--toastContainerBottom);
}
.end-0 {
inset-inline-end: 0px;
}
.end-2 {
inset-inline-end: 0.5rem;
}
.end-2\.5 {
inset-inline-end: 0.625rem;
}
.left-\[var\(--toastContainerLeft\)\] {
left: var(--toastContainerLeft);
}
.right-\[var\(--toastContainerRight\)\] {
right: var(--toastContainerRight);
}
.start-0 {
inset-inline-start: 0px;
}
.top-0 {
top: 0px;
}
.top-3 {
top: 0.75rem;
}
.top-\[var\(--toastContainerTop\)\] {
top: var(--toastContainerTop);
}
.isolate {
isolation: isolate;
}
.isolation-auto {
isolation: auto;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-\[-1\] {
z-index: -1;
}
.z-\[1\] {
z-index: 1;
}
.z-\[var\(--toastContainerZIndex\)\] {
z-index: var(--toastContainerZIndex);
}
.float-start {
float: inline-start;
}
.float-end {
float: inline-end;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clear-start {
clear: inline-start;
}
.clear-end {
clear: inline-end;
}
.clear-left {
clear: left;
}
.clear-right {
clear: right;
}
.clear-both {
clear: both;
}
.clear-none {
clear: none;
}
.m-0 {
margin: 0px;
}
.m-\[var\(--toastMargin\)\] {
margin: var(--toastMargin);
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.my-0\.5 {
margin-top: 0.125rem;
margin-bottom: 0.125rem;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.-ml-0 {
margin-left: -0px;
}
.-ml-0\.5 {
margin-left: -0.125rem;
}
.-mt-px {
margin-top: -1px;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.me-1 {
margin-inline-end: 0.25rem;
}
.me-1\.5 {
margin-inline-end: 0.375rem;
}
.ml-auto {
margin-left: auto;
}
.mr-\[var\(--gds-textarea-calc-mr\)\] {
margin-right: var(--gds-textarea-calc-mr);
}
.ms-2 {
margin-inline-start: 0.5rem;
}
.ms-2\.5 {
margin-inline-start: 0.625rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.box-border {
box-sizing: border-box;
}
.box-content {
box-sizing: content-box;
}
.line-clamp-none {
overflow: visible;
display: block;
-webkit-box-orient: horizontal;
-webkit-line-clamp: none;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.inline-table {
display: inline-table;
}
.table-caption {
display: table-caption;
}
.table-cell {
display: table-cell;
}
.table-column {
display: table-column;
}
.table-column-group {
display: table-column-group;
}
.table-footer-group {
display: table-footer-group;
}
.table-header-group {
display: table-header-group;
}
.table-row-group {
display: table-row-group;
}
.table-row {
display: table-row;
}
.flow-root {
display: flow-root;
}
.grid {
display: grid;
}
.inline-grid {
display: inline-grid;
}
.contents {
display: contents;
}
.list-item {
display: list-item;
}
.hidden {
display: none;
}
.size-10 {
width: 2.5rem;
height: 2.5rem;
}
.size-10\.5 {
width: 2.625rem;
height: 2.625rem;
}
.size-11 {
width: 2.75rem;
height: 2.75rem;
}
.size-11\.5 {
width: 2.875rem;
height: 2.875rem;
}
.size-12 {
width: 3rem;
height: 3rem;
}
.size-13 {
width: 3.375rem;
height: 3.375rem;
}
.size-14 {
width: 3.5rem;
height: 3.5rem;
}
.size-3 {
width: 0.75rem;
height: 0.75rem;
}
.size-3\.5 {
width: 0.875rem;
height: 0.875rem;
}
.size-4 {
width: 1rem;
height: 1rem;
}
.size-4\.5 {
width: 1.125rem;
height: 1.125rem;
}
.size-5 {
width: 1.25rem;
height: 1.25rem;
}
.size-6 {
width: 1.5rem;
height: 1.5rem;
}
.size-7 {
width: 1.75rem;
height: 1.75rem;
}
.size-8 {
width: 2rem;
height: 2rem;
}
.size-9 {
width: 2.25rem;
height: 2.25rem;
}
.size-\[var\(--alert-icon-size\)\] {
width: var(--alert-icon-size);
height: var(--alert-icon-size);
}
.h-10 {
height: 2.5rem;
}
.h-11 {
height: 2.75rem;
}
.h-2 {
height: 0.5rem;
}
.h-3 {
height: 0.75rem;
}
.h-3\.5 {
height: 0.875rem;
}
.h-4 {
height: 1rem;
}
.h-4\.5 {
height: 1.125rem;
}
.h-5 {
height: 1.25rem;
}
.h-8 {
height: 2rem;
}
.h-9 {
height: 2.25rem;
}
.h-\[calc\(var\(--radio-size\)\/1\.6\)\] {
height: calc(var(--radio-size) / 1.6);
}
.h-\[inherit\] {
height: inherit;
}
.h-\[theme\(\'height\.24\'\)\] {
height: 6rem;
}
.h-\[theme\(\'height\.28\'\)\] {
height: 7rem;
}
.h-\[var\(--checkbox-size\)\] {
height: var(--checkbox-size);
}
.h-\[var\(--g-logo-size\)\] {
height: var(--g-logo-size);
}
.h-\[var\(--gds-simple-tooltip-arrow-size\)\] {
height: var(--gds-simple-tooltip-arrow-size);
}
.h-\[var\(--gds-text-input-height\)\] {
height: var(--gds-text-input-height);
}
.h-\[var\(--gds-toggle-ring-radius\)\] {
height: var(--gds-toggle-ring-radius);
}
.h-\[var\(--gds-toogle-height\)\] {
height: var(--gds-toogle-height);
}
.h-\[var\(--icon-size\)\] {
height: var(--icon-size);
}
.h-\[var\(--loader-size\)\] {
height: var(--loader-size);
}
.h-\[var\(--radio-size\)\] {
height: var(--radio-size);
}
.h-\[var\(--skeleton-label-height\)\] {
height: var(--skeleton-label-height);
}
.h-\[var\(--toastHeight\)\] {
height: var(--toastHeight);
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.h-px {
height: 1px;
}
.max-h-10 {
max-height: 2.5rem;
}
.max-h-11 {
max-height: 2.75rem;
}
.max-h-8 {
max-height: 2rem;
}
.max-h-9 {
max-height: 2.25rem;
}
.max-h-\[var\(--gds-text-input-height\)\] {
max-height: var(--gds-text-input-height);
}
.max-h-\[var\(--loader-size\)\] {
max-height: var(--loader-size);
}
.max-h-full {
max-height: 100%;
}
.min-h-10 {
min-height: 2.5rem;
}
.min-h-11 {
min-height: 2.75rem;
}
.min-h-3 {
min-height: 0.75rem;
}
.min-h-8 {
min-height: 2rem;
}
.min-h-9 {
min-height: 2.25rem;
}
.min-h-\[auto\] {
min-height: auto;
}
.min-h-\[calc\(var\(--gds-text-input-height\)\+var\(--gds-textarea-field-padding\)\)\] {
min-height: calc(var(--gds-text-input-height) + var(--gds-textarea-field-padding));
}
.min-h-\[inherit\] {
min-height: inherit;
}
.min-h-\[theme\(\'height\.10\'\)\] {
min-height: 2.5rem;
}
.min-h-\[theme\(\'height\.11\'\)\] {
min-height: 2.75rem;
}
.min-h-\[theme\(\'height\.12\'\)\] {
min-height: 3rem;
}
.min-h-\[theme\(\'height\.9\'\)\] {
min-height: 2.25rem;
}
.min-h-\[var\(--alert-icon-size\)\] {
min-height: var(--alert-icon-size);
}
.min-h-\[var\(--g-logo-size\)\] {
min-height: var(--g-logo-size);
}
.min-h-\[var\(--gds-text-input-height\)\] {
min-height: var(--gds-text-input-height);
}
.min-h-\[var\(--gds-toggle-ring-radius\)\] {
min-height: var(--gds-toggle-ring-radius);
}
.min-h-\[var\(--gds-toogle-height\)\] {
min-height: var(--gds-toogle-height);
}
.min-h-\[var\(--loader-size\)\] {
min-height: var(--loader-size);
}
.min-h-\[var\(--toastMinHeight\)\] {
min-height: var(--toastMinHeight);
}
.min-h-full {
min-height: 100%;
}
.w-3 {
width: 0.75rem;
}
.w-3\.5 {
width: 0.875rem;
}
.w-4 {
width: 1rem;
}
.w-4\.5 {
width: 1.125rem;
}
.w-5 {
width: 1.25rem;
}
.w-\[75\%\] {
width: 75%;
}
.w-\[this-is\\\\\] {
width: this-is\\;
}
.w-\[this-is\] {
width: this-is;
}
.w-\[var\(--checkbox-size\)\] {
width: var(--checkbox-size);
}
.w-\[var\(--gds-simple-tooltip-arrow-size\)\] {
width: var(--gds-simple-tooltip-arrow-size);
}
.w-\[var\(--gds-toggle-ring-radius\)\] {
width: var(--gds-toggle-ring-radius);
}
.w-\[var\(--gds-toogle-width\)\] {
width: var(--gds-toogle-width);
}
.w-\[var\(--icon-size\)\] {
width: var(--icon-size);
}
.w-\[var\(--loader-size\)\] {
width: var(--loader-size);
}
.w-\[var\(--radio-size\)\] {
width: var(--radio-size);
}
.w-\[var\(--toastWidth\)\] {
width: var(--toastWidth);
}
.w-\[weird-and-invalid\] {
width: weird-and-invalid;
}
.w-fit {
width: -moz-fit-content;
width: fit-content;
}
.w-full {
width: 100%;
}
.min-w-0 {
min-width: 0px;
}
.min-w-10 {
min-width: 2.5rem;
}
.min-w-11 {
min-width: 2.75rem;
}
.min-w-24 {
min-width: 6rem;
}
.min-w-8 {
min-width: 2rem;
}
.min-w-9 {
min-width: 2.25rem;
}
.min-w-\[theme\(\'width\.12\'\)\] {
min-width: 3rem;
}
.min-w-\[var\(--alert-icon-size\)\] {
min-width: var(--alert-icon-size);
}
.min-w-\[var\(--gds-toggle-ring-radius\)\] {
min-width: var(--gds-toggle-ring-radius);
}
.min-w-\[var\(--gds-toogle-width\)\] {
min-width: var(--gds-toogle-width);
}
.min-w-\[var\(--loader-size\)\] {
min-width: var(--loader-size);
}
.min-w-\[var\(--skeleton-label-min-width\)\] {
min-width: var(--skeleton-label-min-width);
}
.min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
}
.min-w-min {
min-width: -moz-min-content;
min-width: min-content;
}
.max-w-\[theme\(\'width\.6\'\)\] {
max-width: 1.5rem;
}
.max-w-\[var\(--gds-simple-tooltip-max-width\)\] {
max-width: var(--gds-simple-tooltip-max-width);
}
.max-w-\[var\(--loader-size\)\] {
max-width: var(--loader-size);
}
.max-w-lg {
max-width: 54rem;
}
.max-w-md {
max-width: 40rem;
}
.max-w-sm {
max-width: 26rem;
}
.max-w-xl {
max-width: 78rem;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-shrink {
flex-shrink: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.shrink {
flex-shrink: 1;
}
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.flex-grow-0 {
flex-grow: 0;
}
.grow {
flex-grow: 1;
}
.basis-auto {
flex-basis: auto;
}
.table-auto {
table-layout: auto;
}
.table-fixed {
table-layout: fixed;
}
.caption-top {
caption-side: top;
}
.caption-bottom {
caption-side: bottom;
}
.border-collapse {
border-collapse: collapse;
}
.border-separate {
border-collapse: separate;
}
.-rotate-90 {
--tw-rotate: -90deg;
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));
}
.transform-cpu {
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-gpu {
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
transform: none;
}
@keyframes pulse {
50% {
opacity: .5;
}
}
.animate-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
.animate-spin {
animation: spin 1s linear infinite;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.touch-auto {
touch-action: auto;
}
.touch-none {
touch-action: none;
}
.touch-pan-x {
--tw-pan-x: pan-x;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-left {
--tw-pan-x: pan-left;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-right {
--tw-pan-x: pan-right;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-y {
--tw-pan-y: pan-y;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-up {
--tw-pan-y: pan-up;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-down {
--tw-pan-y: pan-down;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pinch-zoom {
--tw-pinch-zoom: pinch-zoom;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-manipulation {
touch-action: manipulation;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.select-text {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
.select-all {
-webkit-user-select: all;
-moz-user-select: all;
user-select: all;
}
.select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
user-select: auto;
}
.resize-none {
resize: none;
}
.resize-y {
resize: vertical;
}
.resize-x {
resize: horizontal;
}
.\!resize {
resize: both !important;
}
.resize {
resize: both;
}
.snap-none {
scroll-snap-type: none;
}
.snap-x {
scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-y {
scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-both {
scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
--tw-scroll-snap-strictness: mandatory;
}
.snap-proximity {
--tw-scroll-snap-strictness: proximity;
}
.snap-start {
scroll-snap-align: start;
}
.snap-end {
scroll-snap-align: end;
}
.snap-center {
scroll-snap-align: center;
}
.snap-align-none {
scroll-snap-align: none;
}
.snap-normal {
scroll-snap-stop: normal;
}
.snap-always {
scroll-snap-stop: always;
}
.list-inside {
list-style-position: inside;
}
.list-outside {
list-style-position: outside;
}
.list-none {
list-style-type: none;
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.appearance-auto {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
.break-before-auto {
-moz-column-break-before: auto;
break-before: auto;
}
.break-before-avoid {
-moz-column-break-before: avoid;
break-before: avoid;
}
.break-before-all {
-moz-column-break-before: all;
break-before: all;
}
.break-before-avoid-page {
-moz-column-break-before: avoid;
break-before: avoid-page;
}
.break-before-page {
-moz-column-break-before: page;
break-before: page;
}
.break-before-left {
-moz-column-break-before: left;
break-before: left;
}
.break-before-right {
-moz-column-break-before: right;
break-before: right;
}
.break-before-column {
-moz-column-break-before: column;
break-before: column;
}
.break-inside-auto {
-moz-column-break-inside: auto;
break-inside: auto;
}
.break-inside-avoid {
-moz-column-break-inside: avoid;
break-inside: avoid;
}
.break-inside-avoid-page {
break-inside: avoid-page;
}
.break-inside-avoid-column {
-moz-column-break-inside: avoid;
break-inside: avoid-column;
}
.break-after-auto {
-moz-column-break-after: auto;
break-after: auto;
}
.break-after-avoid {
-moz-column-break-after: avoid;
break-after: avoid;
}
.break-after-all {
-moz-column-break-after: all;
break-after: all;
}
.break-after-avoid-page {
-moz-column-break-after: avoid;
break-after: avoid-page;
}
.break-after-page {
-moz-column-break-after: page;
break-after: page;
}
.break-after-left {
-moz-column-break-after: left;
break-after: left;
}
.break-after-right {
-moz-column-break-after: right;
break-after: right;
}
.break-after-column {
-moz-column-break-after: column;
break-after: column;
}
.grid-flow-row {
grid-auto-flow: row;
}
.grid-flow-col {
grid-auto-flow: column;
}
.grid-flow-dense {
grid-auto-flow: dense;
}
.grid-flow-row-dense {
grid-auto-flow: row dense;
}
.grid-flow-col-dense {
grid-auto-flow: column dense;
}
.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;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.place-content-center {
place-content: center;
}
.place-content-start {
place-content: start;
}
.place-content-end {
place-content: end;
}
.place-content-between {
place-content: space-between;
}
.place-content-around {
place-content: space-around;
}
.place-content-evenly {
place-content: space-evenly;
}
.place-content-baseline {
place-content: baseline;
}
.place-content-stretch {
place-content: stretch;
}
.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;
}
.content-normal {
align-content: normal;
}
.content-center {
align-content: center;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.content-evenly {
align-content: space-evenly;
}
.content-baseline {
align-content: baseline;
}
.content-stretch {
align-content: stretch;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.justify-normal {
justify-content: normal;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.justify-evenly {
justify-content: space-evenly;
}
.justify-stretch {
justify-content: stretch;
}
.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-1\.5 {
gap: 0.375rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-2\.5 {
gap: 0.625rem;
}
.gap-3 {
gap: 0.75rem;
}
.gap-3\.5 {
gap: 0.875rem;
}
.gap-\[var\(--gds-toggle-x-gap\)\] {
gap: var(--gds-toggle-x-gap);
}
.gap-\[var\(--radio-x-gap\)\] {
gap: var(--radio-x-gap);
}
.gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}
.gap-x-1\.5 {
-moz-column-gap: 0.375rem;
column-gap: 0.375rem;
}
.gap-x-2 {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}
.gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
}
.gap-x-\[var\(--checkbox-x-gap\)\] {
-moz-column-gap: var(--checkbox-x-gap);
column-gap: var(--checkbox-x-gap);
}
.gap-y-2 {
row-gap: 0.5rem;
}
.gap-y-2\.5 {
row-gap: 0.625rem;
}
.gap-y-\[var\(--gds--text-form-control-gap-y\)\] {
row-gap: var(--gds--text-form-control-gap-y);
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.375rem * var(--tw-space-x-reverse));
margin-left: calc(0.375rem * 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-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-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 1;
}
.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-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-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 1;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 1;
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
border-style: solid;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
border-style: dashed;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
border-style: dotted;
}
.divide-double > :not([hidden]) ~ :not([hidden]) {
border-style: double;
}
.divide-none > :not([hidden]) ~ :not([hidden]) {
border-style: none;
}
.divide-neutral-border-bright > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(215 223 234 / var(--tw-divide-opacity));
}
.place-self-auto {
place-self: auto;
}
.place-self-start {
place-self: start;
}
.place-self-end {
place-self: end;
}
.place-self-center {
place-self: center;
}
.place-self-stretch {
place-self: stretch;
}
.self-auto {
align-self: auto;
}
.self-start {
align-self: flex-start;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.self-stretch {
align-self: stretch;
}
.self-baseline {
align-self: baseline;
}
.justify-self-auto {
justify-self: auto;
}
.justify-self-start {
justify-self: start;
}
.justify-self-end {
justify-self: end;
}
.justify-self-center {
justify-self: center;
}
.justify-self-stretch {
justify-self: stretch;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-clip {
overflow: clip;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-x-clip {
overflow-x: clip;
}
.overflow-y-clip {
overflow-y: clip;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.overscroll-auto {
overscroll-behavior: auto;
}
.overscroll-contain {
overscroll-behavior: contain;
}
.overscroll-none {
overscroll-behavior: none;
}
.overscroll-y-auto {
overscroll-behavior-y: auto;
}
.overscroll-y-contain {
overscroll-behavior-y: contain;
}
.overscroll-y-none {
overscroll-behavior-y: none;
}
.overscroll-x-auto {
overscroll-behavior-x: auto;
}
.overscroll-x-contain {
overscroll-behavior-x: contain;
}
.overscroll-x-none {
overscroll-behavior-x: none;
}
.scroll-auto {
scroll-behavior: auto;
}
.scroll-smooth {
scroll-behavior: smooth;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.overflow-ellipsis {
text-overflow: ellipsis;
}
.text-ellipsis {
text-overflow: ellipsis;
}
.text-clip {
text-overflow: clip;
}
.hyphens-none {
-webkit-hyphens: none;
hyphens: none;
}
.hyphens-manual {
-webkit-hyphens: manual;
hyphens: manual;
}
.hyphens-auto {
-webkit-hyphens: auto;
hyphens: auto;
}
.whitespace-normal {
white-space: normal;
}
.whitespace-nowrap {
white-space: nowrap;
}
.whitespace-pre {
white-space: pre;
}
.whitespace-pre-line {
white-space: pre-line;
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
.whitespace-break-spaces {
white-space: break-spaces;
}
.text-wrap {
text-wrap: wrap;
}
.text-nowrap {
text-wrap: nowrap;
}
.text-balance {
text-wrap: balance;
}
.text-pretty {
text-wrap: pretty;
}
.break-normal {
overflow-wrap: normal;
word-break: normal;
}
.break-words {
overflow-wrap: break-word;
}
.break-all {
word-break: break-all;
}
.break-keep {
word-break: keep-all;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[calc\(theme\(\'borderRadius\.2xl\'\)\+theme\(\'borderRadius\.sm\'\)\)\] {
border-radius: calc(1rem + 0.125rem);
}
.rounded-\[inherit\] {
border-radius: inherit;
}
.rounded-\[var\(--gds-link-ring-radius\)\] {
border-radius: var(--gds-link-ring-radius);
}
.rounded-\[var\(--gds-simple-tooltip-radius\)\] {
border-radius: var(--gds-simple-tooltip-radius);
}
.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-\[inherit\] {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-e {
border-start-end-radius: 0.25rem;
border-end-end-radius: 0.25rem;
}
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.rounded-s {
border-start-start-radius: 0.25rem;
border-end-start-radius: 0.25rem;
}
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.rounded-br {
border-bottom-right-radius: 0.25rem;
}
.rounded-ee {
border-end-end-radius: 0.25rem;
}
.rounded-es {
border-end-start-radius: 0.25rem;
}
.rounded-se {
border-start-end-radius: 0.25rem;
}
.rounded-ss {
border-start-start-radius: 0.25rem;
}
.rounded-tl {
border-top-left-radius: 0.25rem;
}
.rounded-tr {
border-top-right-radius: 0.25rem;
}
.border {
border-width: 1px;
}
.border-0 {
border-width: 0px;
}
.border-\[calc\(\(var\(--radio-size\)-var\(--radio-inner-circle-size\)\)\/2\)\] {
border-width: calc((var(--radio-size) - var(--radio-inner-circle-size)) / 2);
}
.border-\[line-width\:var\(--button-border-width\)\] {
border-width: var(--button-border-width);
}
.border-x {
border-left-width: 1px;
border-right-width: 1px;
}
.border-y {
border-top-width: 1px;
border-bottom-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-e {
border-inline-end-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.border-l-0 {
border-left-width: 0px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-r {
border-right-width: 1px;
}
.border-s {
border-inline-start-width: 1px;
}
.border-t {
border-top-width: 1px;
}
.border-t-0 {
border-top-width: 0px;
}
.border-solid {
border-style: solid;
}
.border-dashed {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}
.border-double {
border-style: double;
}
.border-hidden {
border-style: hidden;
}
.border-none {
border-style: none;
}
.border-\[theme\(\'colors\.neutral-border\.cloudy\'\)\] {
border-color: #90a0b6;
}
.border-\[theme\(\'colors\.neutral-on-surface\.bright\'\)\] {
border-color: #d7dfea;
}
.border-\[var\(--alert-border\)\] {
border-color: var(--alert-border);
}
.border-\[var\(--alert-tag\)\] {
border-color: var(--alert-tag);
}
.border-\[var\(--gds-checkbox-border-color\)\] {
border-color: var(--gds-checkbox-border-color);
}
.border-\[var\(--radio-color\)\] {
border-color: var(--radio-color);
}
.border-\[var\(--text-field-border-color\)\] {
border-color: var(--text-field-border-color);
}
.border-neutral-border-bright {
--tw-border-opacity: 1;
border-color: rgb(215 223 234 / var(--tw-border-opacity));
}
.border-neutral-border-default {
--tw-border-opacity: 1;
border-color: rgb(184 193 204 / var(--tw-border-opacity));
}
.border-neutral-border-subtle {
--tw-border-opacity: 1;
border-color: rgb(231 237 243 / var(--tw-border-opacity));
}
.border-neutral-surface-bright {
--tw-border-opacity: 1;
border-color: rgb(231 237 243 / var(--tw-border-opacity));
}
.border-slate-100 {
--tw-border-opacity: 1;
border-color: rgb(231 237 243 / var(--tw-border-opacity));
}
.border-transparent {
border-color: transparent;
}
.bg-\[inherit\] {
background-color: inherit;
}
.bg-\[rgb\(255\2c 0\2c 0\)\] {
--tw-bg-opacity: 1;
background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-\[theme\(\'colors\.neutral-on-surface\.bright\'\)\] {
background-color: #d7dfea;
}
.bg-\[theme\(\'colors\.neutral-surface\.subtle\'\)\] {
background-color: #f8fafc;
}
.bg-\[var\(--alert-background\)\] {
background-color: var(--alert-background);
}
.bg-\[var\(--alert-background-dark\)\] {
background-color: var(--alert-background-dark);
}
.bg-\[var\(--gds-checkbox-bg-color\)\] {
background-color: var(--gds-checkbox-bg-color);
}
.bg-\[var\(--gds-simple-tooltip-background\)\] {
background-color: var(--gds-simple-tooltip-background);
}
.bg-\[var\(--gds-toggle-switch-body-color\)\] {
background-color: var(--gds-toggle-switch-body-color);
}
.bg-\[var\(--gds-toggle-switch-circle-color\)\] {
background-color: var(--gds-toggle-switch-circle-color);
}
.bg-\[var\(--skeleton-background-color\)\] {
background-color: var(--skeleton-background-color);
}
.bg-\[var\(--text-field-background\)\] {
background-color: var(--text-field-background);
}
.bg-\[var\(--toastBackground\)\] {
background-color: var(--toastBackground);
}
.bg-black\/25 {
background-color: rgb(0 0 0 / 0.25);
}
.bg-error-surface-default {
--tw-bg-opacity: 1;
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-border-bright {
--tw-bg-opacity: 1;
background-color: rgb(215 223 234 / var(--tw-bg-opacity));
}
.bg-neutral-surface-default {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-neutral-surface-subtle {
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-primary-surface-default {
--tw-bg-opacity: 1;
background-color: rgb(19 79 185 / var(--tw-bg-opacity));
}
.bg-primary-surface-weakest {
--tw-bg-opacity: 1;
background-color: rgb(247 249 253 / var(--tw-bg-opacity));
}
.bg-secondary-surface-weaker {
--tw-bg-opacity: 1;
background-color: rgb(236 246 251 / var(--tw-bg-opacity));
}
.bg-secondary-surface-weakest {
--tw-bg-opacity: 1;
background-color: rgb(244 250 253 / var(--tw-bg-opacity));
}
.bg-slate-100 {
--tw-bg-opacity: 1;
background-color: rgb(231 237 243 / var(--tw-bg-opacity));
}
.bg-tertiary-surface-default {
--tw-bg-opacity: 1;
background-color: rgb(19 128 77 / var(--tw-bg-opacity));
}
.bg-transparent {
background-color: transparent;
}
.bg-warning-surface-default {
--tw-bg-opacity: 1;
background-color: rgb(194 87 0 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.decoration-slice {
-webkit-box-decoration-break: slice;
box-decoration-break: slice;
}
.decoration-clone {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.box-decoration-slice {
-webkit-box-decoration-break: slice;
box-decoration-break: slice;
}
.box-decoration-clone {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.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-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-\[var\(--gds-spinner-variant--fill\)\] {
fill: var(--gds-spinner-variant--fill);
}
.fill-neutral-surface-cloudy {
fill: #d7dfea;
}
.fill-neutral-surface-dim\/20 {
fill: rgb(184 193 204 / 0.2);
}
.fill-neutral-surface-weak {
fill: #f4f6f9;
}
.fill-primary-surface-bright {
fill: #336bcc;
}
.fill-primary-surface-subtle {
fill: #96bbfa;
}
.fill-tertiary-surface-default\/20 {
fill: rgb(19 128 77 / 0.2);
}
.stroke-\[theme\(\'colors\.neutral-on-surface\.text-disabled\'\)\] {
stroke: #b8c1cc;
}
.stroke-\[var\(--gds-link-active-color\)\] {
stroke: var(--gds-link-active-color);
}
.stroke-\[var\(--gds-link-disabled-color\)\] {
stroke: var(--gds-link-disabled-color);
}
.stroke-\[var\(--gds-link-enabled-color\)\] {
stroke: var(--gds-link-enabled-color);
}
.stroke-\[var\(--gds-link-focus-color\)\] {
stroke: var(--gds-link-focus-color);
}
.stroke-\[var\(--gds-link-hover-color\)\] {
stroke: var(--gds-link-hover-color);
}
.stroke-\[var\(--gds-link-visited-color\)\] {
stroke: var(--gds-link-visited-color);
}
.stroke-\[var\(--gds-spinner-variant--fill\)\] {
stroke: var(--gds-spinner-variant--fill);
}
.stroke-\[var\(--toastCloseIconColor\)\] {
stroke: var(--toastCloseIconColor);
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-none {
-o-object-fit: none;
object-fit: none;
}
.object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.p-0 {
padding: 0px;
}
.p-2 {
padding: 0.5rem;
}
.p-2\.5 {
padding: 0.625rem;
}
.p-3 {
padding