.button { font: inherit; font-size: 1rem; font-weight: 500; font-style: normal; line-height: 1.5; text-decoration: none; text-align: center; text-transform: none; color: rgb(255 255 255); max-width: max-content; display: inline-flex; align-items: center; justify-content: center; column-gap: .8em; padding: .625em 1.25em; background-color: rgb(0 59 92); border: 1px solid rgb(0 59 92); border-radius: 0
} .button:is(button, [type='button'], [type='submit']):not(:is(.button-disabled)):enabled:hover { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none
} .button:not(:is(button, [type='button'], [type='submit'], .button-disabled)):hover { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none
} .button:is(button, [type='button'], [type='submit']):not(:is(.button-disabled)):enabled.button-hover { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none
} .button:not(:is(button, [type='button'], [type='submit'], .button-disabled)).button-hover { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none
} .button:is(button, [type='button'], [type='submit']):not(:is(.button-disabled)):enabled:focus { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none; outline: 2px solid currentColor; outline-offset: 2px
} .button:not(:is(button, [type='button'], [type='submit'], .button-disabled)):focus { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none; outline: 2px solid currentColor; outline-offset: 2px
} .button:is(button, [type='button'], [type='submit']):not(:is(.button-disabled)):enabled.button-focus { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none; outline: 2px solid currentColor; outline-offset: 2px
} .button:not(:is(button, [type='button'], [type='submit'], .button-disabled)).button-focus { background-color: #66899D; border-color: #66899D; color: rgb(255 255 255); text-decoration: none; outline: 2px solid currentColor; outline-offset: 2px
} .button:is(button, [type='button'], [type='submit']):disabled { background-color: rgb(172 172 175); border-color: rgb(172 172 175); color: rgb(33 37 41)
} .button:is(.button-disabled) { background-color: rgb(172 172 175); border-color: rgb(172 172 175); color: rgb(33 37 41)
} .static { position: static
} .absolute { position: absolute
} .relative { position: relative
} .sticky { position: sticky
} .ml-2 { margin-left: 0.5rem
} .block { display: block
} .inline { display: inline
} .flex { display: flex
} .table { display: table
} .grid { display: grid
} .hidden { display: none
} .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))
} .flex-wrap { flex-wrap: wrap
} .border { border-width: 1px
} .italic { font-style: italic
} .underline { text-decoration-line: underline
} .outline { outline-style: solid
} .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms
} .ml-2 { margin-left: 0.5rem
}