3672 lines
115 KiB
CSS
3672 lines
115 KiB
CSS
:is(.components-modal__frame) .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
|
|
}
|
|
:is(.components-modal__frame) .not-sr-only {
|
|
position: static;
|
|
width: auto;
|
|
height: auto;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: visible;
|
|
clip: auto;
|
|
white-space: normal
|
|
}
|
|
:is(.components-modal__frame) .pointer-events-none {
|
|
pointer-events: none
|
|
}
|
|
:is(.components-modal__frame) .pointer-events-auto {
|
|
pointer-events: auto
|
|
}
|
|
:is(.components-modal__frame) .visible {
|
|
visibility: visible
|
|
}
|
|
:is(.components-modal__frame) .invisible {
|
|
visibility: hidden
|
|
}
|
|
:is(.components-modal__frame) .collapse {
|
|
visibility: collapse
|
|
}
|
|
:is(.components-modal__frame) .static {
|
|
position: static
|
|
}
|
|
:is(.components-modal__frame) .fixed {
|
|
position: fixed
|
|
}
|
|
:is(.components-modal__frame) .absolute {
|
|
position: absolute
|
|
}
|
|
:is(.components-modal__frame) .relative {
|
|
position: relative
|
|
}
|
|
:is(.components-modal__frame) .sticky {
|
|
position: sticky
|
|
}
|
|
:is(.components-modal__frame) .-inset-1 {
|
|
inset: -0.25rem
|
|
}
|
|
:is(.components-modal__frame) .inset-0 {
|
|
inset: 0px
|
|
}
|
|
:is(.components-modal__frame) .inset-x-0 {
|
|
left: 0px;
|
|
right: 0px
|
|
}
|
|
:is(.components-modal__frame) .inset-y-0 {
|
|
top: 0px;
|
|
bottom: 0px
|
|
}
|
|
:is(.components-modal__frame) .-bottom-px {
|
|
bottom: -1px
|
|
}
|
|
:is(.components-modal__frame) .-top-4 {
|
|
top: -1rem
|
|
}
|
|
:is(.components-modal__frame) .bottom-0 {
|
|
bottom: 0px
|
|
}
|
|
:is(.components-modal__frame) .bottom-1 {
|
|
bottom: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .bottom-1\.5 {
|
|
bottom: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .left-0 {
|
|
left: 0px
|
|
}
|
|
:is(.components-modal__frame) .left-1 {
|
|
left: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .left-1\/2 {
|
|
left: 50%
|
|
}
|
|
:is(.components-modal__frame) .left-2\/4 {
|
|
left: 50%
|
|
}
|
|
:is(.components-modal__frame) .left-\[calc\(50\%\+10px\)\] {
|
|
left: calc(50% + 10px)
|
|
}
|
|
:is(.components-modal__frame) .left-\[calc\(50\%\+12px\)\] {
|
|
left: calc(50% + 12px)
|
|
}
|
|
:is(.components-modal__frame) .left-\[calc\(50\%\+14px\)\] {
|
|
left: calc(50% + 14px)
|
|
}
|
|
:is(.components-modal__frame) .right-0 {
|
|
right: 0px
|
|
}
|
|
:is(.components-modal__frame) .right-1\/2 {
|
|
right: 50%
|
|
}
|
|
:is(.components-modal__frame) .right-3 {
|
|
right: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .right-4 {
|
|
right: 1rem
|
|
}
|
|
:is(.components-modal__frame) .right-\[calc\(-50\%\+10px\)\] {
|
|
right: calc(-50% + 10px)
|
|
}
|
|
:is(.components-modal__frame) .right-\[calc\(-50\%\+12px\)\] {
|
|
right: calc(-50% + 12px)
|
|
}
|
|
:is(.components-modal__frame) .right-\[calc\(-50\%\+14px\)\] {
|
|
right: calc(-50% + 14px)
|
|
}
|
|
:is(.components-modal__frame) .top-0 {
|
|
top: 0px
|
|
}
|
|
:is(.components-modal__frame) .top-2\.5 {
|
|
top: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .top-2\/4 {
|
|
top: 50%
|
|
}
|
|
:is(.components-modal__frame) .top-3 {
|
|
top: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .top-3\.5 {
|
|
top: 0.875rem
|
|
}
|
|
:is(.components-modal__frame) .top-4 {
|
|
top: 1rem
|
|
}
|
|
:is(.components-modal__frame) .top-full {
|
|
top: 100%
|
|
}
|
|
:is(.components-modal__frame) .isolate {
|
|
isolation: isolate
|
|
}
|
|
:is(.components-modal__frame) .isolation-auto {
|
|
isolation: auto
|
|
}
|
|
:is(.components-modal__frame) .-z-10 {
|
|
z-index: -10
|
|
}
|
|
:is(.components-modal__frame) .z-10 {
|
|
z-index: 10
|
|
}
|
|
:is(.components-modal__frame) .z-20 {
|
|
z-index: 20
|
|
}
|
|
:is(.components-modal__frame) .z-999999 {
|
|
z-index: 999999
|
|
}
|
|
:is(.components-modal__frame) .order-1 {
|
|
order: 1
|
|
}
|
|
:is(.components-modal__frame) .order-10 {
|
|
order: 10
|
|
}
|
|
:is(.components-modal__frame) .order-11 {
|
|
order: 11
|
|
}
|
|
:is(.components-modal__frame) .order-12 {
|
|
order: 12
|
|
}
|
|
:is(.components-modal__frame) .order-2 {
|
|
order: 2
|
|
}
|
|
:is(.components-modal__frame) .order-3 {
|
|
order: 3
|
|
}
|
|
:is(.components-modal__frame) .order-4 {
|
|
order: 4
|
|
}
|
|
:is(.components-modal__frame) .order-5 {
|
|
order: 5
|
|
}
|
|
:is(.components-modal__frame) .order-6 {
|
|
order: 6
|
|
}
|
|
:is(.components-modal__frame) .order-7 {
|
|
order: 7
|
|
}
|
|
:is(.components-modal__frame) .order-8 {
|
|
order: 8
|
|
}
|
|
:is(.components-modal__frame) .order-9 {
|
|
order: 9
|
|
}
|
|
:is(.components-modal__frame) .order-first {
|
|
order: -9999
|
|
}
|
|
:is(.components-modal__frame) .order-last {
|
|
order: 9999
|
|
}
|
|
:is(.components-modal__frame) .order-none {
|
|
order: 0
|
|
}
|
|
:is(.components-modal__frame) .col-span-1 {
|
|
grid-column: span 1 / span 1
|
|
}
|
|
:is(.components-modal__frame) .col-span-10 {
|
|
grid-column: span 10 / span 10
|
|
}
|
|
:is(.components-modal__frame) .col-span-11 {
|
|
grid-column: span 11 / span 11
|
|
}
|
|
:is(.components-modal__frame) .col-span-12 {
|
|
grid-column: span 12 / span 12
|
|
}
|
|
:is(.components-modal__frame) .col-span-2 {
|
|
grid-column: span 2 / span 2
|
|
}
|
|
:is(.components-modal__frame) .col-span-3 {
|
|
grid-column: span 3 / span 3
|
|
}
|
|
:is(.components-modal__frame) .col-span-4 {
|
|
grid-column: span 4 / span 4
|
|
}
|
|
:is(.components-modal__frame) .col-span-5 {
|
|
grid-column: span 5 / span 5
|
|
}
|
|
:is(.components-modal__frame) .col-span-6 {
|
|
grid-column: span 6 / span 6
|
|
}
|
|
:is(.components-modal__frame) .col-span-7 {
|
|
grid-column: span 7 / span 7
|
|
}
|
|
:is(.components-modal__frame) .col-span-8 {
|
|
grid-column: span 8 / span 8
|
|
}
|
|
:is(.components-modal__frame) .col-span-9 {
|
|
grid-column: span 9 / span 9
|
|
}
|
|
:is(.components-modal__frame) .col-start-1 {
|
|
grid-column-start: 1
|
|
}
|
|
:is(.components-modal__frame) .col-start-10 {
|
|
grid-column-start: 10
|
|
}
|
|
:is(.components-modal__frame) .col-start-11 {
|
|
grid-column-start: 11
|
|
}
|
|
:is(.components-modal__frame) .col-start-12 {
|
|
grid-column-start: 12
|
|
}
|
|
:is(.components-modal__frame) .col-start-2 {
|
|
grid-column-start: 2
|
|
}
|
|
:is(.components-modal__frame) .col-start-3 {
|
|
grid-column-start: 3
|
|
}
|
|
:is(.components-modal__frame) .col-start-4 {
|
|
grid-column-start: 4
|
|
}
|
|
:is(.components-modal__frame) .col-start-5 {
|
|
grid-column-start: 5
|
|
}
|
|
:is(.components-modal__frame) .col-start-6 {
|
|
grid-column-start: 6
|
|
}
|
|
:is(.components-modal__frame) .col-start-7 {
|
|
grid-column-start: 7
|
|
}
|
|
:is(.components-modal__frame) .col-start-8 {
|
|
grid-column-start: 8
|
|
}
|
|
:is(.components-modal__frame) .col-start-9 {
|
|
grid-column-start: 9
|
|
}
|
|
:is(.components-modal__frame) .m-0 {
|
|
margin: 0px
|
|
}
|
|
:is(.components-modal__frame) .mx-0 {
|
|
margin-left: 0px;
|
|
margin-right: 0px
|
|
}
|
|
:is(.components-modal__frame) .mx-1 {
|
|
margin-left: 0.25rem;
|
|
margin-right: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .mx-2 {
|
|
margin-left: 0.5rem;
|
|
margin-right: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .my-0 {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px
|
|
}
|
|
:is(.components-modal__frame) .my-12 {
|
|
margin-top: 3rem;
|
|
margin-bottom: 3rem
|
|
}
|
|
:is(.components-modal__frame) .my-5 {
|
|
margin-top: 1.25rem;
|
|
margin-bottom: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .mb-0 {
|
|
margin-bottom: 0px
|
|
}
|
|
:is(.components-modal__frame) .mb-1 {
|
|
margin-bottom: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .mb-6 {
|
|
margin-bottom: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .ml-0 {
|
|
margin-left: 0px
|
|
}
|
|
:is(.components-modal__frame) .ml-1 {
|
|
margin-left: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .ml-10 {
|
|
margin-left: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .ml-2 {
|
|
margin-left: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .ml-4 {
|
|
margin-left: 1rem
|
|
}
|
|
:is(.components-modal__frame) .mr-0 {
|
|
margin-right: 0px
|
|
}
|
|
:is(.components-modal__frame) .mr-0\.5 {
|
|
margin-right: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .mr-1 {
|
|
margin-right: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .mr-10 {
|
|
margin-right: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .mr-2 {
|
|
margin-right: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .mr-3 {
|
|
margin-right: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .mt-1 {
|
|
margin-top: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .mt-1\.5 {
|
|
margin-top: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .mt-2 {
|
|
margin-top: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .mt-2\.5 {
|
|
margin-top: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .mt-4 {
|
|
margin-top: 1rem
|
|
}
|
|
:is(.components-modal__frame) .mt-6 {
|
|
margin-top: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .mt-\[0\.5px\] {
|
|
margin-top: 0.5px
|
|
}
|
|
:is(.components-modal__frame) .mt-\[2px\] {
|
|
margin-top: 2px
|
|
}
|
|
:is(.components-modal__frame) .mt-auto {
|
|
margin-top: auto
|
|
}
|
|
:is(.components-modal__frame) .box-border {
|
|
box-sizing: border-box
|
|
}
|
|
:is(.components-modal__frame) .block {
|
|
display: block
|
|
}
|
|
:is(.components-modal__frame) .inline-block {
|
|
display: inline-block
|
|
}
|
|
:is(.components-modal__frame) .inline {
|
|
display: inline
|
|
}
|
|
:is(.components-modal__frame) .flex {
|
|
display: flex
|
|
}
|
|
:is(.components-modal__frame) .inline-flex {
|
|
display: inline-flex
|
|
}
|
|
:is(.components-modal__frame) .table {
|
|
display: table
|
|
}
|
|
:is(.components-modal__frame) .inline-table {
|
|
display: inline-table
|
|
}
|
|
:is(.components-modal__frame) .table-caption {
|
|
display: table-caption
|
|
}
|
|
:is(.components-modal__frame) .table-cell {
|
|
display: table-cell
|
|
}
|
|
:is(.components-modal__frame) .table-column {
|
|
display: table-column
|
|
}
|
|
:is(.components-modal__frame) .table-column-group {
|
|
display: table-column-group
|
|
}
|
|
:is(.components-modal__frame) .table-footer-group {
|
|
display: table-footer-group
|
|
}
|
|
:is(.components-modal__frame) .table-header-group {
|
|
display: table-header-group
|
|
}
|
|
:is(.components-modal__frame) .table-row-group {
|
|
display: table-row-group
|
|
}
|
|
:is(.components-modal__frame) .table-row {
|
|
display: table-row
|
|
}
|
|
:is(.components-modal__frame) .flow-root {
|
|
display: flow-root
|
|
}
|
|
:is(.components-modal__frame) .grid {
|
|
display: grid
|
|
}
|
|
:is(.components-modal__frame) .inline-grid {
|
|
display: inline-grid
|
|
}
|
|
:is(.components-modal__frame) .contents {
|
|
display: contents
|
|
}
|
|
:is(.components-modal__frame) .list-item {
|
|
display: list-item
|
|
}
|
|
:is(.components-modal__frame) .hidden {
|
|
display: none
|
|
}
|
|
:is(.components-modal__frame) .size-1 {
|
|
width: 0.25rem;
|
|
height: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .size-1\.5 {
|
|
width: 0.375rem;
|
|
height: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .size-10 {
|
|
width: 2.5rem;
|
|
height: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .size-12 {
|
|
width: 3rem;
|
|
height: 3rem
|
|
}
|
|
:is(.components-modal__frame) .size-2 {
|
|
width: 0.5rem;
|
|
height: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .size-2\.5 {
|
|
width: 0.625rem;
|
|
height: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .size-3 {
|
|
width: 0.75rem;
|
|
height: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .size-3\.5 {
|
|
width: 0.875rem;
|
|
height: 0.875rem
|
|
}
|
|
:is(.components-modal__frame) .size-4 {
|
|
width: 1rem;
|
|
height: 1rem
|
|
}
|
|
:is(.components-modal__frame) .size-5 {
|
|
width: 1.25rem;
|
|
height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .size-6 {
|
|
width: 1.5rem;
|
|
height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .size-7 {
|
|
width: 1.75rem;
|
|
height: 1.75rem
|
|
}
|
|
:is(.components-modal__frame) .size-8 {
|
|
width: 2rem;
|
|
height: 2rem
|
|
}
|
|
:is(.components-modal__frame) .h-0 {
|
|
height: 0px
|
|
}
|
|
:is(.components-modal__frame) .h-1 {
|
|
height: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .h-10 {
|
|
height: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .h-2 {
|
|
height: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .h-3 {
|
|
height: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .h-4 {
|
|
height: 1rem
|
|
}
|
|
:is(.components-modal__frame) .h-5 {
|
|
height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .h-6 {
|
|
height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .h-7 {
|
|
height: 1.75rem
|
|
}
|
|
:is(.components-modal__frame) .h-8 {
|
|
height: 2rem
|
|
}
|
|
:is(.components-modal__frame) .h-auto {
|
|
height: auto
|
|
}
|
|
:is(.components-modal__frame) .h-fit {
|
|
height: -moz-fit-content;
|
|
height: fit-content
|
|
}
|
|
:is(.components-modal__frame) .h-full {
|
|
height: 100%
|
|
}
|
|
:is(.components-modal__frame) .h-px {
|
|
height: 1px
|
|
}
|
|
:is(.components-modal__frame) .h-screen {
|
|
height: 100vh
|
|
}
|
|
:is(.components-modal__frame) .max-h-\[10\.75rem\] {
|
|
max-height: 10.75rem
|
|
}
|
|
:is(.components-modal__frame) .max-h-\[13\.5rem\] {
|
|
max-height: 13.5rem
|
|
}
|
|
:is(.components-modal__frame) .max-h-\[8\.75rem\] {
|
|
max-height: 8.75rem
|
|
}
|
|
:is(.components-modal__frame) .min-h-16 {
|
|
min-height: 4rem
|
|
}
|
|
:is(.components-modal__frame) .min-h-\[2\.5rem\] {
|
|
min-height: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .min-h-\[2rem\] {
|
|
min-height: 2rem
|
|
}
|
|
:is(.components-modal__frame) .min-h-\[3rem\] {
|
|
min-height: 3rem
|
|
}
|
|
:is(.components-modal__frame) .min-h-full {
|
|
min-height: 100%
|
|
}
|
|
:is(.components-modal__frame) .w-0 {
|
|
width: 0px
|
|
}
|
|
:is(.components-modal__frame) .w-1 {
|
|
width: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .w-1\/10 {
|
|
width: 10%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/11 {
|
|
width: 9.0909091%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/12 {
|
|
width: 8.3333333%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/2 {
|
|
width: 50%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/3 {
|
|
width: 33.333333%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/4 {
|
|
width: 25%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/5 {
|
|
width: 20%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/6 {
|
|
width: 16.666667%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/7 {
|
|
width: 14.2857143%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/8 {
|
|
width: 12.5%
|
|
}
|
|
:is(.components-modal__frame) .w-1\/9 {
|
|
width: 11.1111111%
|
|
}
|
|
:is(.components-modal__frame) .w-10 {
|
|
width: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .w-11 {
|
|
width: 2.75rem
|
|
}
|
|
:is(.components-modal__frame) .w-120 {
|
|
width: 30rem
|
|
}
|
|
:is(.components-modal__frame) .w-16 {
|
|
width: 4rem
|
|
}
|
|
:is(.components-modal__frame) .w-3 {
|
|
width: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .w-4 {
|
|
width: 1rem
|
|
}
|
|
:is(.components-modal__frame) .w-48 {
|
|
width: 12rem
|
|
}
|
|
:is(.components-modal__frame) .w-6 {
|
|
width: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .w-60 {
|
|
width: 15rem
|
|
}
|
|
:is(.components-modal__frame) .w-72 {
|
|
width: 18rem
|
|
}
|
|
:is(.components-modal__frame) .w-8 {
|
|
width: 2rem
|
|
}
|
|
:is(.components-modal__frame) .w-96 {
|
|
width: 24rem
|
|
}
|
|
:is(.components-modal__frame) .w-\[18\.5rem\] {
|
|
width: 18.5rem
|
|
}
|
|
:is(.components-modal__frame) .w-\[22\.5rem\] {
|
|
width: 22.5rem
|
|
}
|
|
:is(.components-modal__frame) .w-\[4\.375rem\] {
|
|
width: 4.375rem
|
|
}
|
|
:is(.components-modal__frame) .w-\[500px\] {
|
|
width: 500px
|
|
}
|
|
:is(.components-modal__frame) .w-auto {
|
|
width: auto
|
|
}
|
|
:is(.components-modal__frame) .w-fit {
|
|
width: -moz-fit-content;
|
|
width: fit-content
|
|
}
|
|
:is(.components-modal__frame) .w-full {
|
|
width: 100%
|
|
}
|
|
:is(.components-modal__frame) .min-w-10 {
|
|
min-width: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .min-w-\[180px\] {
|
|
min-width: 180px
|
|
}
|
|
:is(.components-modal__frame) .max-w-32 {
|
|
max-width: 8rem
|
|
}
|
|
:is(.components-modal__frame) .max-w-80 {
|
|
max-width: 20rem
|
|
}
|
|
:is(.components-modal__frame) .max-w-full {
|
|
max-width: 100%
|
|
}
|
|
:is(.components-modal__frame) .max-w-xs {
|
|
max-width: 20rem
|
|
}
|
|
:is(.components-modal__frame) .flex-1 {
|
|
flex: 1 1 0%
|
|
}
|
|
:is(.components-modal__frame) .shrink {
|
|
flex-shrink: 1
|
|
}
|
|
:is(.components-modal__frame) .shrink-0 {
|
|
flex-shrink: 0
|
|
}
|
|
:is(.components-modal__frame) .flex-grow {
|
|
flex-grow: 1
|
|
}
|
|
:is(.components-modal__frame) .grow {
|
|
flex-grow: 1
|
|
}
|
|
:is(.components-modal__frame) .grow-0 {
|
|
flex-grow: 0
|
|
}
|
|
:is(.components-modal__frame) .border-collapse {
|
|
border-collapse: collapse
|
|
}
|
|
:is(.components-modal__frame) .border-separate {
|
|
border-collapse: separate
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .border-spacing-\[0_0\.25rem\] {
|
|
--tw-border-spacing-x: 0 0.25rem;
|
|
--tw-border-spacing-y: 0 0.25rem;
|
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
|
|
}
|
|
:is(.components-modal__frame) .origin-left {
|
|
transform-origin: left
|
|
}
|
|
:is(.components-modal__frame) .-translate-x-2\/4 {
|
|
--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))
|
|
}
|
|
:is(.components-modal__frame) .-translate-y-2\/4 {
|
|
--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))
|
|
}
|
|
:is(.components-modal__frame) .-translate-y-full {
|
|
--tw-translate-y: -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))
|
|
}
|
|
:is(.components-modal__frame) .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 pulse {
|
|
50% {
|
|
opacity: .5
|
|
}
|
|
}
|
|
:is(.components-modal__frame) .animate-pulse {
|
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
|
|
}
|
|
@keyframes spin {
|
|
to {
|
|
transform: rotate(360deg)
|
|
}
|
|
}
|
|
:is(.components-modal__frame) .animate-spin {
|
|
animation: spin 1s linear infinite
|
|
}
|
|
:is(.components-modal__frame) .cursor-auto {
|
|
cursor: auto
|
|
}
|
|
:is(.components-modal__frame) .cursor-not-allowed {
|
|
cursor: not-allowed
|
|
}
|
|
:is(.components-modal__frame) .cursor-pointer {
|
|
cursor: pointer
|
|
}
|
|
:is(.components-modal__frame) .touch-pinch-zoom {
|
|
--tw-pinch-zoom: pinch-zoom;
|
|
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
|
|
}
|
|
:is(.components-modal__frame) .resize {
|
|
resize: both
|
|
}
|
|
:is(.components-modal__frame) .list-none {
|
|
list-style-type: none
|
|
}
|
|
:is(.components-modal__frame) .appearance-none {
|
|
-webkit-appearance: none;
|
|
appearance: none
|
|
}
|
|
:is(.components-modal__frame) .auto-cols-auto {
|
|
grid-auto-columns: auto
|
|
}
|
|
:is(.components-modal__frame) .grid-flow-row {
|
|
grid-auto-flow: row
|
|
}
|
|
:is(.components-modal__frame) .grid-flow-col {
|
|
grid-auto-flow: column
|
|
}
|
|
:is(.components-modal__frame) .grid-flow-row-dense {
|
|
grid-auto-flow: row dense
|
|
}
|
|
:is(.components-modal__frame) .grid-flow-col-dense {
|
|
grid-auto-flow: column dense
|
|
}
|
|
:is(.components-modal__frame) .auto-rows-auto {
|
|
grid-auto-rows: auto
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-10 {
|
|
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-11 {
|
|
grid-template-columns: repeat(11, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-12 {
|
|
grid-template-columns: repeat(12, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-5 {
|
|
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-6 {
|
|
grid-template-columns: repeat(6, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-7 {
|
|
grid-template-columns: repeat(7, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-8 {
|
|
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-9 {
|
|
grid-template-columns: repeat(9, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .grid-cols-subgrid {
|
|
grid-template-columns: subgrid
|
|
}
|
|
:is(.components-modal__frame) .grid-rows-\[auto_1fr\] {
|
|
grid-template-rows: auto 1fr
|
|
}
|
|
:is(.components-modal__frame) .grid-rows-subgrid {
|
|
grid-template-rows: subgrid
|
|
}
|
|
:is(.components-modal__frame) .flex-row {
|
|
flex-direction: row
|
|
}
|
|
:is(.components-modal__frame) .flex-row-reverse {
|
|
flex-direction: row-reverse
|
|
}
|
|
:is(.components-modal__frame) .flex-col {
|
|
flex-direction: column
|
|
}
|
|
:is(.components-modal__frame) .flex-col-reverse {
|
|
flex-direction: column-reverse
|
|
}
|
|
:is(.components-modal__frame) .flex-wrap {
|
|
flex-wrap: wrap
|
|
}
|
|
:is(.components-modal__frame) .flex-wrap-reverse {
|
|
flex-wrap: wrap-reverse
|
|
}
|
|
:is(.components-modal__frame) .flex-nowrap {
|
|
flex-wrap: nowrap
|
|
}
|
|
:is(.components-modal__frame) .content-center {
|
|
align-content: center
|
|
}
|
|
:is(.components-modal__frame) .items-start {
|
|
align-items: flex-start
|
|
}
|
|
:is(.components-modal__frame) .items-end {
|
|
align-items: flex-end
|
|
}
|
|
:is(.components-modal__frame) .items-center {
|
|
align-items: center
|
|
}
|
|
:is(.components-modal__frame) .items-baseline {
|
|
align-items: baseline
|
|
}
|
|
:is(.components-modal__frame) .items-stretch {
|
|
align-items: stretch
|
|
}
|
|
:is(.components-modal__frame) .justify-normal {
|
|
justify-content: normal
|
|
}
|
|
:is(.components-modal__frame) .justify-start {
|
|
justify-content: flex-start
|
|
}
|
|
:is(.components-modal__frame) .justify-end {
|
|
justify-content: flex-end
|
|
}
|
|
:is(.components-modal__frame) .justify-center {
|
|
justify-content: center
|
|
}
|
|
:is(.components-modal__frame) .justify-between {
|
|
justify-content: space-between
|
|
}
|
|
:is(.components-modal__frame) .justify-around {
|
|
justify-content: space-around
|
|
}
|
|
:is(.components-modal__frame) .justify-evenly {
|
|
justify-content: space-evenly
|
|
}
|
|
:is(.components-modal__frame) .justify-stretch {
|
|
justify-content: stretch
|
|
}
|
|
:is(.components-modal__frame) .gap-0 {
|
|
gap: 0px
|
|
}
|
|
:is(.components-modal__frame) .gap-0\.5 {
|
|
gap: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .gap-1 {
|
|
gap: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .gap-1\.5 {
|
|
gap: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .gap-2 {
|
|
gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .gap-2\.5 {
|
|
gap: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .gap-3 {
|
|
gap: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .gap-4 {
|
|
gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .gap-5 {
|
|
gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .gap-6 {
|
|
gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .gap-8 {
|
|
gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .gap-x-2 {
|
|
column-gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .gap-x-4 {
|
|
column-gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .gap-x-5 {
|
|
column-gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .gap-x-6 {
|
|
column-gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .gap-x-8 {
|
|
column-gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .gap-y-2 {
|
|
row-gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .gap-y-4 {
|
|
row-gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .gap-y-5 {
|
|
row-gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .gap-y-6 {
|
|
row-gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .gap-y-8 {
|
|
row-gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) :is(.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)))
|
|
}
|
|
:is(.components-modal__frame) :is(.space-y-1\.5 > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))
|
|
}
|
|
:is(.components-modal__frame) :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
|
|
}
|
|
:is(.components-modal__frame) :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse))
|
|
}
|
|
:is(.components-modal__frame) :is(.space-y-reverse > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-space-y-reverse: 1
|
|
}
|
|
:is(.components-modal__frame) :is(.space-x-reverse > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-space-x-reverse: 1
|
|
}
|
|
:is(.components-modal__frame) :is(.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)))
|
|
}
|
|
:is(.components-modal__frame) :is(.divide-x-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)))
|
|
}
|
|
:is(.components-modal__frame) :is(.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))
|
|
}
|
|
:is(.components-modal__frame) :is(.divide-y-reverse > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-divide-y-reverse: 1
|
|
}
|
|
:is(.components-modal__frame) :is(.divide-x-reverse > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-divide-x-reverse: 1
|
|
}
|
|
:is(.components-modal__frame) :is(.divide-solid > :not([hidden]) ~ :not([hidden])) {
|
|
border-style: solid
|
|
}
|
|
:is(.components-modal__frame) :is(.divide-border-subtle > :not([hidden]) ~ :not([hidden])) {
|
|
--tw-divide-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .self-start {
|
|
align-self: flex-start
|
|
}
|
|
:is(.components-modal__frame) .self-end {
|
|
align-self: flex-end
|
|
}
|
|
:is(.components-modal__frame) .self-center {
|
|
align-self: center
|
|
}
|
|
:is(.components-modal__frame) .self-stretch {
|
|
align-self: stretch
|
|
}
|
|
:is(.components-modal__frame) .self-baseline {
|
|
align-self: baseline
|
|
}
|
|
:is(.components-modal__frame) .justify-self-auto {
|
|
justify-self: auto
|
|
}
|
|
:is(.components-modal__frame) .justify-self-start {
|
|
justify-self: start
|
|
}
|
|
:is(.components-modal__frame) .justify-self-end {
|
|
justify-self: end
|
|
}
|
|
:is(.components-modal__frame) .justify-self-center {
|
|
justify-self: center
|
|
}
|
|
:is(.components-modal__frame) .justify-self-stretch {
|
|
justify-self: stretch
|
|
}
|
|
:is(.components-modal__frame) .overflow-auto {
|
|
overflow: auto
|
|
}
|
|
:is(.components-modal__frame) .overflow-hidden {
|
|
overflow: hidden
|
|
}
|
|
:is(.components-modal__frame) .overflow-visible {
|
|
overflow: visible
|
|
}
|
|
:is(.components-modal__frame) .overflow-y-auto {
|
|
overflow-y: auto
|
|
}
|
|
:is(.components-modal__frame) .overflow-x-hidden {
|
|
overflow-x: hidden
|
|
}
|
|
:is(.components-modal__frame) .truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
:is(.components-modal__frame) .text-ellipsis {
|
|
text-overflow: ellipsis
|
|
}
|
|
:is(.components-modal__frame) .text-clip {
|
|
text-overflow: clip
|
|
}
|
|
:is(.components-modal__frame) .text-wrap {
|
|
text-wrap: wrap
|
|
}
|
|
:is(.components-modal__frame) .rounded {
|
|
border-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-full {
|
|
border-radius: 9999px
|
|
}
|
|
:is(.components-modal__frame) .rounded-lg {
|
|
border-radius: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-md {
|
|
border-radius: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-none {
|
|
border-radius: 0px
|
|
}
|
|
:is(.components-modal__frame) .rounded-xl {
|
|
border-radius: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-b {
|
|
border-bottom-right-radius: 0.25rem;
|
|
border-bottom-left-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-e {
|
|
border-start-end-radius: 0.25rem;
|
|
border-end-end-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-l {
|
|
border-top-left-radius: 0.25rem;
|
|
border-bottom-left-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-r {
|
|
border-top-right-radius: 0.25rem;
|
|
border-bottom-right-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-s {
|
|
border-start-start-radius: 0.25rem;
|
|
border-end-start-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-t {
|
|
border-top-left-radius: 0.25rem;
|
|
border-top-right-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-bl {
|
|
border-bottom-left-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-bl-md {
|
|
border-bottom-left-radius: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-br {
|
|
border-bottom-right-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-br-md {
|
|
border-bottom-right-radius: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-ee {
|
|
border-end-end-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-es {
|
|
border-end-start-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-se {
|
|
border-start-end-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-ss {
|
|
border-start-start-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-tl {
|
|
border-top-left-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-tl-md {
|
|
border-top-left-radius: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-tl-none {
|
|
border-top-left-radius: 0px
|
|
}
|
|
:is(.components-modal__frame) .rounded-tr {
|
|
border-top-right-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-tr-md {
|
|
border-top-right-radius: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .rounded-tr-none {
|
|
border-top-right-radius: 0px
|
|
}
|
|
:is(.components-modal__frame) .border {
|
|
border-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-0 {
|
|
border-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .border-x {
|
|
border-left-width: 1px;
|
|
border-right-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-x-0 {
|
|
border-left-width: 0px;
|
|
border-right-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .border-y {
|
|
border-top-width: 1px;
|
|
border-bottom-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-b {
|
|
border-bottom-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-b-0 {
|
|
border-bottom-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .border-e {
|
|
border-inline-end-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-l {
|
|
border-left-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-l-0 {
|
|
border-left-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .border-r {
|
|
border-right-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-r-0 {
|
|
border-right-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .border-s {
|
|
border-inline-start-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-t {
|
|
border-top-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .border-t-0 {
|
|
border-top-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .border-solid {
|
|
border-style: solid
|
|
}
|
|
:is(.components-modal__frame) .border-dashed {
|
|
border-style: dashed
|
|
}
|
|
:is(.components-modal__frame) .border-dotted {
|
|
border-style: dotted
|
|
}
|
|
:is(.components-modal__frame) .border-double {
|
|
border-style: double
|
|
}
|
|
:is(.components-modal__frame) .border-hidden {
|
|
border-style: hidden
|
|
}
|
|
:is(.components-modal__frame) .border-none {
|
|
border-style: none
|
|
}
|
|
:is(.components-modal__frame) .border-alert-border-danger {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-alert-border-green {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(187 247 208 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-alert-border-info {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(186 230 253 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-alert-border-neutral {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-alert-border-warning {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 240 138 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-background-inverse {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-badge-border-disabled {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-badge-border-gray {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-badge-border-green {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(187 247 208 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-badge-border-red {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-badge-border-sky {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(186 230 253 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-badge-border-yellow {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 240 138 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-border-disabled {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-border-strong {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-border-subtle {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-brand-primary-600 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 5 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-button-primary {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 5 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-field-border-disabled {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-focus-error-border {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-gray-300 {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-tab-border {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-text-inverse {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-toggle-off-border {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .border-transparent {
|
|
border-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .border-t-border-subtle {
|
|
--tw-border-opacity: 1;
|
|
border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-alert-background-danger {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-alert-background-green {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-alert-background-info {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-alert-background-neutral {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-alert-background-warning {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-background-brand {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-background-inverse {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-background-inverse\/90 {
|
|
background-color: rgb(17 24 39 / 0.9)
|
|
}
|
|
:is(.components-modal__frame) .bg-background-primary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-background-secondary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-badge-background-disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-badge-background-gray {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-badge-background-green {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-badge-background-red {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-badge-background-sky {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-badge-background-yellow {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-border-interactive {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-brand-background-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-brand-primary-600 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-button-danger {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-button-disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-button-primary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-button-secondary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-button-tertiary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-button-tertiary-hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-current {
|
|
background-color: currentColor
|
|
}
|
|
:is(.components-modal__frame) .bg-field-background-disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-field-background-error {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-field-primary-background {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-field-secondary-background {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-gray-200 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-icon-interactive {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-misc-progress-background {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-tab-background {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-text-tertiary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-toggle-dial-background {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-toggle-off {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-toggle-off-disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-tooltip-background-dark {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-tooltip-background-light {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-transparent {
|
|
background-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .bg-white {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .bg-cover {
|
|
background-size: cover
|
|
}
|
|
:is(.components-modal__frame) .bg-center {
|
|
background-position: center
|
|
}
|
|
:is(.components-modal__frame) .bg-repeat {
|
|
background-repeat: repeat
|
|
}
|
|
:is(.components-modal__frame) .fill-current {
|
|
fill: currentColor
|
|
}
|
|
:is(.components-modal__frame) .p-0 {
|
|
padding: 0px
|
|
}
|
|
:is(.components-modal__frame) .p-0\.5 {
|
|
padding: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .p-1 {
|
|
padding: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .p-1\.5 {
|
|
padding: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .p-10 {
|
|
padding: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .p-2 {
|
|
padding: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .p-2\.5 {
|
|
padding: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .p-3 {
|
|
padding: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .p-3\.5 {
|
|
padding: 0.875rem
|
|
}
|
|
:is(.components-modal__frame) .p-4 {
|
|
padding: 1rem
|
|
}
|
|
:is(.components-modal__frame) .p-5 {
|
|
padding: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .px-0\.5 {
|
|
padding-left: 0.125rem;
|
|
padding-right: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .px-1 {
|
|
padding-left: 0.25rem;
|
|
padding-right: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .px-1\.5 {
|
|
padding-left: 0.375rem;
|
|
padding-right: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .px-2 {
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .px-2\.5 {
|
|
padding-left: 0.625rem;
|
|
padding-right: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .px-3 {
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .px-3\.5 {
|
|
padding-left: 0.875rem;
|
|
padding-right: 0.875rem
|
|
}
|
|
:is(.components-modal__frame) .px-4 {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem
|
|
}
|
|
:is(.components-modal__frame) .px-5 {
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .py-0 {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px
|
|
}
|
|
:is(.components-modal__frame) .py-0\.5 {
|
|
padding-top: 0.125rem;
|
|
padding-bottom: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .py-1 {
|
|
padding-top: 0.25rem;
|
|
padding-bottom: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .py-1\.5 {
|
|
padding-top: 0.375rem;
|
|
padding-bottom: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) .py-2 {
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .py-2\.5 {
|
|
padding-top: 0.625rem;
|
|
padding-bottom: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .py-3 {
|
|
padding-top: 0.75rem;
|
|
padding-bottom: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .py-4 {
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem
|
|
}
|
|
:is(.components-modal__frame) .py-\[10px\] {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px
|
|
}
|
|
:is(.components-modal__frame) .pb-1 {
|
|
padding-bottom: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .pl-10 {
|
|
padding-left: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .pl-2 {
|
|
padding-left: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .pl-2\.5 {
|
|
padding-left: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .pl-3 {
|
|
padding-left: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .pl-8 {
|
|
padding-left: 2rem
|
|
}
|
|
:is(.components-modal__frame) .pl-9 {
|
|
padding-left: 2.25rem
|
|
}
|
|
:is(.components-modal__frame) .pr-10 {
|
|
padding-right: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .pr-12 {
|
|
padding-right: 3rem
|
|
}
|
|
:is(.components-modal__frame) .pr-2 {
|
|
padding-right: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .pr-2\.5 {
|
|
padding-right: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .pr-3 {
|
|
padding-right: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) .pr-8 {
|
|
padding-right: 2rem
|
|
}
|
|
:is(.components-modal__frame) .pr-9 {
|
|
padding-right: 2.25rem
|
|
}
|
|
:is(.components-modal__frame) .pt-5 {
|
|
padding-top: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .text-center {
|
|
text-align: center
|
|
}
|
|
:is(.components-modal__frame) .text-2xl {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem
|
|
}
|
|
:is(.components-modal__frame) .text-\[0\.8rem\] {
|
|
font-size: 0.8rem
|
|
}
|
|
:is(.components-modal__frame) .text-base {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .text-lg {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem
|
|
}
|
|
:is(.components-modal__frame) .text-sm {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .text-tiny {
|
|
font-size: 0.625rem
|
|
}
|
|
:is(.components-modal__frame) .text-xl {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem
|
|
}
|
|
:is(.components-modal__frame) .text-xs {
|
|
font-size: 0.75rem;
|
|
line-height: 1rem
|
|
}
|
|
:is(.components-modal__frame) .text-xxs {
|
|
font-size: 0.6875rem
|
|
}
|
|
:is(.components-modal__frame) .font-medium {
|
|
font-weight: 500
|
|
}
|
|
:is(.components-modal__frame) .font-normal {
|
|
font-weight: 400
|
|
}
|
|
:is(.components-modal__frame) .font-semibold {
|
|
font-weight: 600
|
|
}
|
|
:is(.components-modal__frame) .uppercase {
|
|
text-transform: uppercase
|
|
}
|
|
:is(.components-modal__frame) .lowercase {
|
|
text-transform: lowercase
|
|
}
|
|
:is(.components-modal__frame) .capitalize {
|
|
text-transform: capitalize
|
|
}
|
|
:is(.components-modal__frame) .normal-case {
|
|
text-transform: none
|
|
}
|
|
:is(.components-modal__frame) .italic {
|
|
font-style: italic
|
|
}
|
|
:is(.components-modal__frame) .not-italic {
|
|
font-style: normal
|
|
}
|
|
:is(.components-modal__frame) .normal-nums {
|
|
font-variant-numeric: normal
|
|
}
|
|
:is(.components-modal__frame) .ordinal {
|
|
--tw-ordinal: ordinal;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .slashed-zero {
|
|
--tw-slashed-zero: slashed-zero;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .lining-nums {
|
|
--tw-numeric-figure: lining-nums;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .oldstyle-nums {
|
|
--tw-numeric-figure: oldstyle-nums;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .proportional-nums {
|
|
--tw-numeric-spacing: proportional-nums;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .tabular-nums {
|
|
--tw-numeric-spacing: tabular-nums;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .diagonal-fractions {
|
|
--tw-numeric-fraction: diagonal-fractions;
|
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
|
|
}
|
|
:is(.components-modal__frame) .leading-4 {
|
|
line-height: 1rem
|
|
}
|
|
:is(.components-modal__frame) .leading-5 {
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .leading-6 {
|
|
line-height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .leading-none {
|
|
line-height: 1
|
|
}
|
|
:is(.components-modal__frame) .text-background-primary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-badge-color-disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-badge-color-gray {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-badge-color-green {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(21 128 61 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-badge-color-red {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(185 28 28 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-badge-color-sky {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(3 105 161 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-badge-color-yellow {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(161 98 7 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-border-strong {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-brand-primary-600 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 5 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-button-danger {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-button-primary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 5 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-button-secondary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-button-tertiary-color {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-current {
|
|
color: currentColor
|
|
}
|
|
:is(.components-modal__frame) .text-field-color-disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-field-helper {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-field-input {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-field-label {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-field-placeholder {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-icon-disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-icon-inverse {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-icon-on-color-disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-icon-primary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-icon-secondary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-link-primary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 5 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-error {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-error-inverse {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(248 113 113 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-info {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(2 132 199 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-info-inverse {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(56 189 248 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-success {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(22 163 74 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-success-inverse {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(74 222 128 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-warning {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-support-warning-inverse {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(253 224 71 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-text-disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-text-inverse {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-text-on-color {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-text-primary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-text-secondary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-text-tertiary {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-tooltip-background-dark {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-tooltip-background-light {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .text-white {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .underline {
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline
|
|
}
|
|
:is(.components-modal__frame) .overline {
|
|
-webkit-text-decoration-line: overline;
|
|
text-decoration-line: overline
|
|
}
|
|
:is(.components-modal__frame) .line-through {
|
|
-webkit-text-decoration-line: line-through;
|
|
text-decoration-line: line-through
|
|
}
|
|
:is(.components-modal__frame) .no-underline {
|
|
-webkit-text-decoration-line: none;
|
|
text-decoration-line: none
|
|
}
|
|
:is(.components-modal__frame) .antialiased {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
:is(.components-modal__frame) .subpixel-antialiased {
|
|
-webkit-font-smoothing: auto;
|
|
-moz-osx-font-smoothing: auto
|
|
}
|
|
:is(.components-modal__frame) .placeholder-text-tertiary::placeholder {
|
|
--tw-placeholder-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .opacity-0 {
|
|
opacity: 0
|
|
}
|
|
:is(.components-modal__frame) .opacity-40 {
|
|
opacity: 0.4
|
|
}
|
|
:is(.components-modal__frame) .opacity-50 {
|
|
opacity: 0.5
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .shadow-2xl {
|
|
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .shadow-soft-shadow-2xl {
|
|
--tw-shadow: 0px 24px 64px -12px rgba(149, 160, 178, 0.32);
|
|
--tw-shadow-colored: 0px 24px 64px -12px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
}
|
|
:is(.components-modal__frame) .shadow-soft-shadow-lg {
|
|
--tw-shadow: 0px 12px 32px -12px rgba(149, 160, 178, 0.24);
|
|
--tw-shadow-colored: 0px 12px 32px -12px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
}
|
|
:is(.components-modal__frame) .outline-none {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px
|
|
}
|
|
:is(.components-modal__frame) .outline {
|
|
outline-style: solid
|
|
}
|
|
:is(.components-modal__frame) .outline-1 {
|
|
outline-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .outline-border-disabled {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .outline-border-strong {
|
|
outline-color: #6B7280
|
|
}
|
|
:is(.components-modal__frame) .outline-border-subtle {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .outline-button-danger {
|
|
outline-color: #DC2626
|
|
}
|
|
:is(.components-modal__frame) .outline-button-danger-hover {
|
|
outline-color: #B91C1C
|
|
}
|
|
:is(.components-modal__frame) .outline-button-disabled {
|
|
outline-color: #F3F4F6
|
|
}
|
|
:is(.components-modal__frame) .outline-button-primary {
|
|
outline-color: #6005FF
|
|
}
|
|
:is(.components-modal__frame) .outline-button-secondary {
|
|
outline-color: #1F2937
|
|
}
|
|
:is(.components-modal__frame) .outline-field-border {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .outline-focus-error-border {
|
|
outline-color: #FECACA
|
|
}
|
|
:is(.components-modal__frame) .outline-transparent {
|
|
outline-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .ring-2 {
|
|
--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, 0 0 #0000)
|
|
}
|
|
:is(.components-modal__frame) .ring-inset {
|
|
--tw-ring-inset: inset
|
|
}
|
|
:is(.components-modal__frame) .ring-alert-border-danger {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-alert-border-green {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-alert-border-info {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-alert-border-neutral {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-alert-border-warning {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-background-inverse {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-border-interactive {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-border-subtle {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-border-transparent-subtle {
|
|
--tw-ring-color: #37415114
|
|
}
|
|
:is(.components-modal__frame) .ring-brand-primary-600 {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-tab-border {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .ring-offset-0 {
|
|
--tw-ring-offset-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .drop-shadow {
|
|
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
|
|
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)
|
|
}
|
|
:is(.components-modal__frame) .grayscale {
|
|
--tw-grayscale: grayscale(100%);
|
|
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)
|
|
}
|
|
:is(.components-modal__frame) .invert {
|
|
--tw-invert: invert(100%);
|
|
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)
|
|
}
|
|
:is(.components-modal__frame) .sepia {
|
|
--tw-sepia: sepia(100%);
|
|
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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .backdrop-blur-sm {
|
|
--tw-backdrop-blur: blur(4px);
|
|
-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)
|
|
}
|
|
:is(.components-modal__frame) .backdrop-grayscale {
|
|
--tw-backdrop-grayscale: grayscale(100%);
|
|
-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)
|
|
}
|
|
:is(.components-modal__frame) .backdrop-invert {
|
|
--tw-backdrop-invert: invert(100%);
|
|
-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)
|
|
}
|
|
:is(.components-modal__frame) .backdrop-sepia {
|
|
--tw-backdrop-sepia: sepia(100%);
|
|
-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)
|
|
}
|
|
:is(.components-modal__frame) .backdrop-filter {
|
|
-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)
|
|
}
|
|
:is(.components-modal__frame) .transition {
|
|
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .transition-\[box-shadow\2c color\2c background-color\] {
|
|
transition-property: box-shadow,color,background-color;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .transition-colors {
|
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .transition-opacity {
|
|
transition-property: opacity;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .transition-transform {
|
|
transition-property: transform;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .duration-150 {
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .duration-200 {
|
|
transition-duration: 200ms
|
|
}
|
|
:is(.components-modal__frame) .duration-300 {
|
|
transition-duration: 300ms
|
|
}
|
|
:is(.components-modal__frame) .duration-500 {
|
|
transition-duration: 500ms
|
|
}
|
|
:is(.components-modal__frame) .ease-in {
|
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
|
|
}
|
|
:is(.components-modal__frame) .ease-in-out {
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
}
|
|
:is(.components-modal__frame) .ease-linear {
|
|
transition-timing-function: linear
|
|
}
|
|
:is(.components-modal__frame) .ease-out {
|
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
|
|
}
|
|
:is(.components-modal__frame) .\[grid-area\:1\/1\/2\/3\] {
|
|
grid-area: 1/1/2/3
|
|
}
|
|
:is(.components-modal__frame) .file\:border-0::file-selector-button {
|
|
border-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .file\:bg-transparent::file-selector-button {
|
|
background-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .file\:text-text-tertiary::file-selector-button {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .placeholder\:text-field-placeholder::placeholder {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .placeholder\:text-text-disabled::placeholder {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .before\:absolute::before {
|
|
content: var(--tw-content);
|
|
position: absolute
|
|
}
|
|
:is(.components-modal__frame) .before\:left-2\/4::before {
|
|
content: var(--tw-content);
|
|
left: 50%
|
|
}
|
|
:is(.components-modal__frame) .before\:top-2\/4::before {
|
|
content: var(--tw-content);
|
|
top: 50%
|
|
}
|
|
:is(.components-modal__frame) .before\:hidden::before {
|
|
content: var(--tw-content);
|
|
display: none
|
|
}
|
|
:is(.components-modal__frame) .before\:h-10::before {
|
|
content: var(--tw-content);
|
|
height: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .before\:w-10::before {
|
|
content: var(--tw-content);
|
|
width: 2.5rem
|
|
}
|
|
:is(.components-modal__frame) .before\:-translate-x-2\/4::before {
|
|
content: var(--tw-content);
|
|
--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))
|
|
}
|
|
:is(.components-modal__frame) .before\:-translate-y-2\/4::before {
|
|
content: var(--tw-content);
|
|
--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))
|
|
}
|
|
:is(.components-modal__frame) .before\:rounded-full::before {
|
|
content: var(--tw-content);
|
|
border-radius: 9999px
|
|
}
|
|
:is(.components-modal__frame) .before\:opacity-0::before {
|
|
content: var(--tw-content);
|
|
opacity: 0
|
|
}
|
|
:is(.components-modal__frame) .before\:transition-opacity::before {
|
|
content: var(--tw-content);
|
|
transition-property: opacity;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms
|
|
}
|
|
:is(.components-modal__frame) .before\:content-\[\'\'\]::before {
|
|
--tw-content: '';
|
|
content: var(--tw-content)
|
|
}
|
|
:is(.components-modal__frame) .after\:ml-0\.5::after {
|
|
content: var(--tw-content);
|
|
margin-left: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .after\:text-field-required::after {
|
|
content: var(--tw-content);
|
|
--tw-text-opacity: 1;
|
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .after\:content-\[\'\*\'\]::after {
|
|
--tw-content: '*';
|
|
content: var(--tw-content)
|
|
}
|
|
:is(.components-modal__frame) .first\:rounded-bl:first-child {
|
|
border-bottom-left-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .first\:rounded-tl:first-child {
|
|
border-top-left-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .first\:border-0:first-child {
|
|
border-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .first\:border-r:first-child {
|
|
border-right-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .first\:border-border-subtle:first-child {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .last\:rounded-br:last-child {
|
|
border-bottom-right-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .last\:rounded-tr:last-child {
|
|
border-top-right-radius: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) .last\:border-0:last-child {
|
|
border-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .checked\:border-border-interactive:checked {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 5 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .checked\:border-toggle-on-border:checked {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .checked\:bg-toggle-on:checked {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .checked\:\[background-image\:none\]:checked {
|
|
background-image: none
|
|
}
|
|
:is(.components-modal__frame) .checked\:before\:hidden:checked::before {
|
|
content: var(--tw-content);
|
|
display: none
|
|
}
|
|
:is(.components-modal__frame) .checked\:before\:content-\[\'\'\]:checked::before {
|
|
--tw-content: '';
|
|
content: var(--tw-content)
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:z-10:focus-within {
|
|
z-index: 10
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:\!border-focus-border:focus-within {
|
|
--tw-border-opacity: 1 !important;
|
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:border-focus-border:focus-within {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:text-field-input:focus-within {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:outline-none:focus-within {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:ring-2: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(2px + 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)
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:ring-focus:focus-within {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:ring-offset-2:focus-within {
|
|
--tw-ring-offset-width: 2px
|
|
}
|
|
:is(.components-modal__frame) .hover\:border-border-disabled:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:border-border-interactive:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 5 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:border-border-strong:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:border-button-primary:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 5 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:border-field-border-disabled:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:border-text-inverse:hover {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-background-brand:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-background-secondary:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-badge-hover-disabled:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-badge-hover-gray:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-badge-hover-green:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-badge-hover-red:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-badge-hover-sky:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-badge-hover-yellow:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-button-danger-hover:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-button-primary-hover:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(81 4 214 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-button-secondary-hover:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-button-tertiary-hover:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-field-background-error:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-toggle-off-hover:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-transparent:hover {
|
|
background-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .hover\:bg-white:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-black:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-button-danger-secondary:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-button-primary-hover:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(81 4 214 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-link-primary-hover:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(29 78 216 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-text-disabled:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-text-inverse:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:text-text-primary:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:underline:hover {
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-border-disabled:hover {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-border-strong:hover {
|
|
outline-color: #6B7280
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-border-subtle:hover {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-button-danger:hover {
|
|
outline-color: #DC2626
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-button-danger-hover:hover {
|
|
outline-color: #B91C1C
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-button-primary-hover:hover {
|
|
outline-color: #5104D6
|
|
}
|
|
:is(.components-modal__frame) .hover\:outline-button-secondary-hover:hover {
|
|
outline-color: #374151
|
|
}
|
|
:is(.components-modal__frame) .hover\:ring-2:hover {
|
|
--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, 0 0 #0000)
|
|
}
|
|
:is(.components-modal__frame) .hover\:ring-border-interactive:hover {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .hover\:before\:opacity-10:hover::before {
|
|
content: var(--tw-content);
|
|
opacity: 0.1
|
|
}
|
|
:is(.components-modal__frame) .checked\:hover\:border-toggle-on-hover:hover:checked {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .checked\:hover\:bg-toggle-on:hover:checked {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(96 5 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .checked\:hover\:bg-toggle-on-hover:hover:checked {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus-within\:hover\:border-focus-border:hover:focus-within {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:rounded-sm:focus {
|
|
border-radius: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) .focus\:border-border-interactive:focus {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 5 255 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:border-focus-border:focus {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:border-focus-error-border:focus {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:border-toggle-off-border:focus {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:bg-background-secondary:focus {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:bg-button-tertiary-hover:focus {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:shadow-none:focus {
|
|
--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)
|
|
}
|
|
:is(.components-modal__frame) .focus\:outline-none:focus {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px
|
|
}
|
|
:is(.components-modal__frame) .focus\:outline:focus {
|
|
outline-style: solid
|
|
}
|
|
:is(.components-modal__frame) .focus\:outline-1:focus {
|
|
outline-width: 1px
|
|
}
|
|
:is(.components-modal__frame) .focus\:outline-border-subtle:focus {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .focus\:outline-focus-border:focus {
|
|
outline-color: #BFDBFE
|
|
}
|
|
:is(.components-modal__frame) .focus\:outline-focus-error-border:focus {
|
|
outline-color: #FECACA
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring: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(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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .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)
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-2: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(2px + 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)
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-border-interactive:focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-field-color-error:focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-focus:focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-toggle-on:focus {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(96 5 255 / var(--tw-ring-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-transparent:focus {
|
|
--tw-ring-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-offset-0:focus {
|
|
--tw-ring-offset-width: 0px
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-offset-2:focus {
|
|
--tw-ring-offset-width: 2px
|
|
}
|
|
:is(.components-modal__frame) .focus\:ring-offset-4:focus {
|
|
--tw-ring-offset-width: 4px
|
|
}
|
|
:is(.components-modal__frame) .checked\:focus\:border-toggle-on-border:focus:checked {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .focus-visible\:outline-none:focus-visible {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px
|
|
}
|
|
:is(.components-modal__frame) .active\:text-button-primary:active {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 5 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .active\:outline-none:active {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px
|
|
}
|
|
:is(.components-modal__frame) .disabled\:cursor-not-allowed:disabled {
|
|
cursor: not-allowed
|
|
}
|
|
:is(.components-modal__frame) .disabled\:border-border-disabled:disabled {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .disabled\:border-field-border-disabled:disabled {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .disabled\:border-transparent:disabled {
|
|
border-color: transparent
|
|
}
|
|
:is(.components-modal__frame) .disabled\:bg-button-disabled:disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .disabled\:bg-button-tertiary:disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .disabled\:bg-white:disabled {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .disabled\:text-text-disabled:disabled {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .disabled\:outline-border-disabled:disabled {
|
|
outline-color: #E5E7EB
|
|
}
|
|
:is(.components-modal__frame) .disabled\:outline-button-disabled:disabled {
|
|
outline-color: #F3F4F6
|
|
}
|
|
:is(.components-modal__frame) .disabled\:outline-field-border-disabled:disabled {
|
|
outline-color: #F3F4F6
|
|
}
|
|
:is(.components-modal__frame) .checked\:disabled\:border-border-disabled:disabled:checked {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) .checked\:disabled\:bg-white:disabled:checked {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.group:focus-within .group-focus-within\:text-icon-primary) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.group:hover .group-hover\:text-field-input) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.group:hover .group-hover\:text-icon-primary) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.group:hover .group-hover\:text-text-primary) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.group:disabled .group-disabled\:text-field-color-disabled) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.group:disabled .group-disabled\:text-icon-disabled) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.peer:checked ~ .peer-checked\:translate-x-3\.5) {
|
|
--tw-translate-x: 0.875rem;
|
|
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))
|
|
}
|
|
:is(.components-modal__frame) :is(.peer:checked ~ .peer-checked\:translate-x-5) {
|
|
--tw-translate-x: 1.25rem;
|
|
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))
|
|
}
|
|
:is(.components-modal__frame) :is(.peer:checked ~ .peer-checked\:opacity-100) {
|
|
opacity: 1
|
|
}
|
|
:is(.components-modal__frame) :is(.peer:disabled ~ .peer-disabled\:cursor-not-allowed) {
|
|
cursor: not-allowed
|
|
}
|
|
:is(.components-modal__frame) :is(.peer:disabled ~ .peer-disabled\:text-border-disabled) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(229 231 235 / var(--tw-text-opacity, 1))
|
|
}
|
|
@media (min-width: 768px) {
|
|
:is(.components-modal__frame) .md\:order-1 {
|
|
order: 1
|
|
}
|
|
:is(.components-modal__frame) .md\:order-10 {
|
|
order: 10
|
|
}
|
|
:is(.components-modal__frame) .md\:order-11 {
|
|
order: 11
|
|
}
|
|
:is(.components-modal__frame) .md\:order-12 {
|
|
order: 12
|
|
}
|
|
:is(.components-modal__frame) .md\:order-2 {
|
|
order: 2
|
|
}
|
|
:is(.components-modal__frame) .md\:order-3 {
|
|
order: 3
|
|
}
|
|
:is(.components-modal__frame) .md\:order-4 {
|
|
order: 4
|
|
}
|
|
:is(.components-modal__frame) .md\:order-5 {
|
|
order: 5
|
|
}
|
|
:is(.components-modal__frame) .md\:order-6 {
|
|
order: 6
|
|
}
|
|
:is(.components-modal__frame) .md\:order-7 {
|
|
order: 7
|
|
}
|
|
:is(.components-modal__frame) .md\:order-8 {
|
|
order: 8
|
|
}
|
|
:is(.components-modal__frame) .md\:order-9 {
|
|
order: 9
|
|
}
|
|
:is(.components-modal__frame) .md\:order-first {
|
|
order: -9999
|
|
}
|
|
:is(.components-modal__frame) .md\:order-last {
|
|
order: 9999
|
|
}
|
|
:is(.components-modal__frame) .md\:order-none {
|
|
order: 0
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-1 {
|
|
grid-column: span 1 / span 1
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-10 {
|
|
grid-column: span 10 / span 10
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-11 {
|
|
grid-column: span 11 / span 11
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-12 {
|
|
grid-column: span 12 / span 12
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-2 {
|
|
grid-column: span 2 / span 2
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-3 {
|
|
grid-column: span 3 / span 3
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-4 {
|
|
grid-column: span 4 / span 4
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-5 {
|
|
grid-column: span 5 / span 5
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-6 {
|
|
grid-column: span 6 / span 6
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-7 {
|
|
grid-column: span 7 / span 7
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-8 {
|
|
grid-column: span 8 / span 8
|
|
}
|
|
:is(.components-modal__frame) .md\:col-span-9 {
|
|
grid-column: span 9 / span 9
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-1 {
|
|
grid-column-start: 1
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-10 {
|
|
grid-column-start: 10
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-11 {
|
|
grid-column-start: 11
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-12 {
|
|
grid-column-start: 12
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-2 {
|
|
grid-column-start: 2
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-3 {
|
|
grid-column-start: 3
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-4 {
|
|
grid-column-start: 4
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-5 {
|
|
grid-column-start: 5
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-6 {
|
|
grid-column-start: 6
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-7 {
|
|
grid-column-start: 7
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-8 {
|
|
grid-column-start: 8
|
|
}
|
|
:is(.components-modal__frame) .md\:col-start-9 {
|
|
grid-column-start: 9
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/10 {
|
|
width: 10%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/11 {
|
|
width: 9.0909091%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/12 {
|
|
width: 8.3333333%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/2 {
|
|
width: 50%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/3 {
|
|
width: 33.333333%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/4 {
|
|
width: 25%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/5 {
|
|
width: 20%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/6 {
|
|
width: 16.666667%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/7 {
|
|
width: 14.2857143%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/8 {
|
|
width: 12.5%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-1\/9 {
|
|
width: 11.1111111%
|
|
}
|
|
:is(.components-modal__frame) .md\:w-full {
|
|
width: 100%
|
|
}
|
|
:is(.components-modal__frame) .md\:shrink {
|
|
flex-shrink: 1
|
|
}
|
|
:is(.components-modal__frame) .md\:shrink-0 {
|
|
flex-shrink: 0
|
|
}
|
|
:is(.components-modal__frame) .md\:grow {
|
|
flex-grow: 1
|
|
}
|
|
:is(.components-modal__frame) .md\:grow-0 {
|
|
flex-grow: 0
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-flow-row {
|
|
grid-auto-flow: row
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-flow-col {
|
|
grid-auto-flow: column
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-flow-row-dense {
|
|
grid-auto-flow: row dense
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-flow-col-dense {
|
|
grid-auto-flow: column dense
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-10 {
|
|
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-11 {
|
|
grid-template-columns: repeat(11, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-12 {
|
|
grid-template-columns: repeat(12, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-5 {
|
|
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-6 {
|
|
grid-template-columns: repeat(6, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-7 {
|
|
grid-template-columns: repeat(7, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-8 {
|
|
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:grid-cols-9 {
|
|
grid-template-columns: repeat(9, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-row {
|
|
flex-direction: row
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-row-reverse {
|
|
flex-direction: row-reverse
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-col {
|
|
flex-direction: column
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-col-reverse {
|
|
flex-direction: column-reverse
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-wrap {
|
|
flex-wrap: wrap
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-wrap-reverse {
|
|
flex-wrap: wrap-reverse
|
|
}
|
|
:is(.components-modal__frame) .md\:flex-nowrap {
|
|
flex-wrap: nowrap
|
|
}
|
|
:is(.components-modal__frame) .md\:items-start {
|
|
align-items: flex-start
|
|
}
|
|
:is(.components-modal__frame) .md\:items-end {
|
|
align-items: flex-end
|
|
}
|
|
:is(.components-modal__frame) .md\:items-center {
|
|
align-items: center
|
|
}
|
|
:is(.components-modal__frame) .md\:items-baseline {
|
|
align-items: baseline
|
|
}
|
|
:is(.components-modal__frame) .md\:items-stretch {
|
|
align-items: stretch
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-normal {
|
|
justify-content: normal
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-start {
|
|
justify-content: flex-start
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-end {
|
|
justify-content: flex-end
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-center {
|
|
justify-content: center
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-between {
|
|
justify-content: space-between
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-around {
|
|
justify-content: space-around
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-evenly {
|
|
justify-content: space-evenly
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-stretch {
|
|
justify-content: stretch
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-2 {
|
|
gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-4 {
|
|
gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-5 {
|
|
gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-6 {
|
|
gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-8 {
|
|
gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-x-2 {
|
|
column-gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-x-4 {
|
|
column-gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-x-5 {
|
|
column-gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-x-6 {
|
|
column-gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-x-8 {
|
|
column-gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-y-2 {
|
|
row-gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-y-4 {
|
|
row-gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-y-5 {
|
|
row-gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-y-6 {
|
|
row-gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .md\:gap-y-8 {
|
|
row-gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) :is(.md\: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)))
|
|
}
|
|
:is(.components-modal__frame) .md\:self-start {
|
|
align-self: flex-start
|
|
}
|
|
:is(.components-modal__frame) .md\:self-end {
|
|
align-self: flex-end
|
|
}
|
|
:is(.components-modal__frame) .md\:self-center {
|
|
align-self: center
|
|
}
|
|
:is(.components-modal__frame) .md\:self-stretch {
|
|
align-self: stretch
|
|
}
|
|
:is(.components-modal__frame) .md\:self-baseline {
|
|
align-self: baseline
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-self-auto {
|
|
justify-self: auto
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-self-start {
|
|
justify-self: start
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-self-end {
|
|
justify-self: end
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-self-center {
|
|
justify-self: center
|
|
}
|
|
:is(.components-modal__frame) .md\:justify-self-stretch {
|
|
justify-self: stretch
|
|
}
|
|
:is(.components-modal__frame) .md\:pr-\[10px\] {
|
|
padding-right: 10px
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
:is(.components-modal__frame) .lg\:order-1 {
|
|
order: 1
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-10 {
|
|
order: 10
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-11 {
|
|
order: 11
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-12 {
|
|
order: 12
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-2 {
|
|
order: 2
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-3 {
|
|
order: 3
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-4 {
|
|
order: 4
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-5 {
|
|
order: 5
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-6 {
|
|
order: 6
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-7 {
|
|
order: 7
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-8 {
|
|
order: 8
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-9 {
|
|
order: 9
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-first {
|
|
order: -9999
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-last {
|
|
order: 9999
|
|
}
|
|
:is(.components-modal__frame) .lg\:order-none {
|
|
order: 0
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-1 {
|
|
grid-column: span 1 / span 1
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-10 {
|
|
grid-column: span 10 / span 10
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-11 {
|
|
grid-column: span 11 / span 11
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-12 {
|
|
grid-column: span 12 / span 12
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-2 {
|
|
grid-column: span 2 / span 2
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-3 {
|
|
grid-column: span 3 / span 3
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-4 {
|
|
grid-column: span 4 / span 4
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-5 {
|
|
grid-column: span 5 / span 5
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-6 {
|
|
grid-column: span 6 / span 6
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-7 {
|
|
grid-column: span 7 / span 7
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-8 {
|
|
grid-column: span 8 / span 8
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-span-9 {
|
|
grid-column: span 9 / span 9
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-1 {
|
|
grid-column-start: 1
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-10 {
|
|
grid-column-start: 10
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-11 {
|
|
grid-column-start: 11
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-12 {
|
|
grid-column-start: 12
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-2 {
|
|
grid-column-start: 2
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-3 {
|
|
grid-column-start: 3
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-4 {
|
|
grid-column-start: 4
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-5 {
|
|
grid-column-start: 5
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-6 {
|
|
grid-column-start: 6
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-7 {
|
|
grid-column-start: 7
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-8 {
|
|
grid-column-start: 8
|
|
}
|
|
:is(.components-modal__frame) .lg\:col-start-9 {
|
|
grid-column-start: 9
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/10 {
|
|
width: 10%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/11 {
|
|
width: 9.0909091%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/12 {
|
|
width: 8.3333333%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/2 {
|
|
width: 50%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/3 {
|
|
width: 33.333333%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/4 {
|
|
width: 25%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/5 {
|
|
width: 20%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/6 {
|
|
width: 16.666667%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/7 {
|
|
width: 14.2857143%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/8 {
|
|
width: 12.5%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-1\/9 {
|
|
width: 11.1111111%
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-\[47\.5rem\] {
|
|
width: 47.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:w-full {
|
|
width: 100%
|
|
}
|
|
:is(.components-modal__frame) .lg\:shrink {
|
|
flex-shrink: 1
|
|
}
|
|
:is(.components-modal__frame) .lg\:shrink-0 {
|
|
flex-shrink: 0
|
|
}
|
|
:is(.components-modal__frame) .lg\:grow {
|
|
flex-grow: 1
|
|
}
|
|
:is(.components-modal__frame) .lg\:grow-0 {
|
|
flex-grow: 0
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-flow-row {
|
|
grid-auto-flow: row
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-flow-col {
|
|
grid-auto-flow: column
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-flow-row-dense {
|
|
grid-auto-flow: row dense
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-flow-col-dense {
|
|
grid-auto-flow: column dense
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-10 {
|
|
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-11 {
|
|
grid-template-columns: repeat(11, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-12 {
|
|
grid-template-columns: repeat(12, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-5 {
|
|
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-6 {
|
|
grid-template-columns: repeat(6, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-7 {
|
|
grid-template-columns: repeat(7, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-8 {
|
|
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:grid-cols-9 {
|
|
grid-template-columns: repeat(9, minmax(0, 1fr))
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-row {
|
|
flex-direction: row
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-row-reverse {
|
|
flex-direction: row-reverse
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-col {
|
|
flex-direction: column
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-col-reverse {
|
|
flex-direction: column-reverse
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-wrap {
|
|
flex-wrap: wrap
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-wrap-reverse {
|
|
flex-wrap: wrap-reverse
|
|
}
|
|
:is(.components-modal__frame) .lg\:flex-nowrap {
|
|
flex-wrap: nowrap
|
|
}
|
|
:is(.components-modal__frame) .lg\:items-start {
|
|
align-items: flex-start
|
|
}
|
|
:is(.components-modal__frame) .lg\:items-end {
|
|
align-items: flex-end
|
|
}
|
|
:is(.components-modal__frame) .lg\:items-center {
|
|
align-items: center
|
|
}
|
|
:is(.components-modal__frame) .lg\:items-baseline {
|
|
align-items: baseline
|
|
}
|
|
:is(.components-modal__frame) .lg\:items-stretch {
|
|
align-items: stretch
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-normal {
|
|
justify-content: normal
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-start {
|
|
justify-content: flex-start
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-end {
|
|
justify-content: flex-end
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-center {
|
|
justify-content: center
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-between {
|
|
justify-content: space-between
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-around {
|
|
justify-content: space-around
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-evenly {
|
|
justify-content: space-evenly
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-stretch {
|
|
justify-content: stretch
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-2 {
|
|
gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-4 {
|
|
gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-5 {
|
|
gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-6 {
|
|
gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-8 {
|
|
gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-x-2 {
|
|
column-gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-x-4 {
|
|
column-gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-x-5 {
|
|
column-gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-x-6 {
|
|
column-gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-x-8 {
|
|
column-gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-y-2 {
|
|
row-gap: 0.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-y-4 {
|
|
row-gap: 1rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-y-5 {
|
|
row-gap: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-y-6 {
|
|
row-gap: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:gap-y-8 {
|
|
row-gap: 2rem
|
|
}
|
|
:is(.components-modal__frame) .lg\:self-start {
|
|
align-self: flex-start
|
|
}
|
|
:is(.components-modal__frame) .lg\:self-end {
|
|
align-self: flex-end
|
|
}
|
|
:is(.components-modal__frame) .lg\:self-center {
|
|
align-self: center
|
|
}
|
|
:is(.components-modal__frame) .lg\:self-stretch {
|
|
align-self: stretch
|
|
}
|
|
:is(.components-modal__frame) .lg\:self-baseline {
|
|
align-self: baseline
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-self-auto {
|
|
justify-self: auto
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-self-start {
|
|
justify-self: start
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-self-end {
|
|
justify-self: end
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-self-center {
|
|
justify-self: center
|
|
}
|
|
:is(.components-modal__frame) .lg\:justify-self-stretch {
|
|
justify-self: stretch
|
|
}
|
|
}
|
|
:is(.components-modal__frame) .\[\&\:hover\:has\(\:disabled\)\]\:outline-field-border-disabled:hover:has(:disabled) {
|
|
outline-color: #F3F4F6
|
|
}
|
|
:is(.components-modal__frame) .\[\&\:hover\:not\(\:focus\)\:not\(\:disabled\)\]\:outline-border-strong:hover:not(:focus):not(:disabled) {
|
|
outline-color: #6B7280
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\:not\(svg\)\]\:m-1>*:not(svg)) {
|
|
margin: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\:not\(svg\)\]\:mx-1>*:not(svg)) {
|
|
margin-left: 0.25rem;
|
|
margin-right: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\:not\(svg\)\]\:my-0\.5>*:not(svg)) {
|
|
margin-top: 0.125rem;
|
|
margin-bottom: 0.125rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:box-border>*) {
|
|
box-sizing: border-box
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-2xl>*) {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-base>*) {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-lg>*) {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-sm>*) {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-xl>*) {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-xs>*) {
|
|
font-size: 0.75rem;
|
|
line-height: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-field-color-disabled>*) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-field-helper>*) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-field-label>*) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>\*\]\:text-support-error>*) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>li\]\:pointer-events-auto>li) {
|
|
pointer-events: auto
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>p\]\:m-0>p) {
|
|
margin: 0px
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>p\]\:w-full>p) {
|
|
width: 100%
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>span\:first-child\]\:shrink-0>span:first-child) {
|
|
flex-shrink: 0
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:m-1>svg) {
|
|
margin: 0.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:m-1\.5>svg) {
|
|
margin: 0.375rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:block>svg) {
|
|
display: block
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:size-12>svg) {
|
|
width: 3rem;
|
|
height: 3rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:size-3>svg) {
|
|
width: 0.75rem;
|
|
height: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:size-3\.5>svg) {
|
|
width: 0.875rem;
|
|
height: 0.875rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:size-4>svg) {
|
|
width: 1rem;
|
|
height: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:size-5>svg) {
|
|
width: 1.25rem;
|
|
height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:size-6>svg) {
|
|
width: 1.5rem;
|
|
height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:h-3>svg) {
|
|
height: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:h-4>svg) {
|
|
height: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:h-5>svg) {
|
|
height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:h-6>svg) {
|
|
height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:h-8>svg) {
|
|
height: 2rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:w-3>svg) {
|
|
width: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:w-4>svg) {
|
|
width: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:w-5>svg) {
|
|
width: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:w-6>svg) {
|
|
width: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:w-8>svg) {
|
|
width: 2rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:shrink-0>svg) {
|
|
flex-shrink: 0
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&\>svg\]\:text-icon-interactive>svg) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(96 5 255 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\*\]\:box-border *) {
|
|
box-sizing: border-box
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\*\]\:text-sm *) {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\*\]\:leading-5 *) {
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.editor-content\>p\]\:text-base .editor-content>p) {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.editor-content\>p\]\:text-sm .editor-content>p) {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.editor-content\>p\]\:text-xs .editor-content>p) {
|
|
font-size: 0.75rem;
|
|
line-height: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.editor-content\>p\]\:font-normal .editor-content>p) {
|
|
font-weight: 400
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.pointer-events-none\]\:text-base .pointer-events-none) {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.pointer-events-none\]\:text-sm .pointer-events-none) {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.pointer-events-none\]\:text-xs .pointer-events-none) {
|
|
font-size: 0.75rem;
|
|
line-height: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_\.pointer-events-none\]\:font-normal .pointer-events-none) {
|
|
font-weight: 400
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_p\]\:m-0 p) {
|
|
margin: 0px
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_p\]\:text-badge-color-disabled p) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1))
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_svg\]\:size-3 svg) {
|
|
width: 0.75rem;
|
|
height: 0.75rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_svg\]\:size-4 svg) {
|
|
width: 1rem;
|
|
height: 1rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_svg\]\:size-5 svg) {
|
|
width: 1.25rem;
|
|
height: 1.25rem
|
|
}
|
|
:is(.components-modal__frame) :is(.\[\&_svg\]\:size-6 svg) {
|
|
width: 1.5rem;
|
|
height: 1.5rem
|
|
}
|