Created
December 10, 2021 00:11
-
-
Save zaydek/42127f4f545e05c1373514a822c91557 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! Duomo CSS | MIT | https://github.com/zaydek/duomo */ | |
*, | |
*::before, | |
*::after { | |
box-sizing: border-box; | |
} | |
:root { | |
-moz-tab-size: 4; | |
tab-size: 4; | |
} | |
html { | |
line-height: 1.15; | |
-webkit-text-size-adjust: 100%; | |
} | |
body { | |
margin: 0; | |
} | |
body { | |
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; | |
} | |
hr { | |
height: 0; | |
color: inherit; | |
} | |
abbr[title] { | |
-webkit-text-decoration: underline dotted; | |
text-decoration: underline dotted; | |
} | |
b, | |
strong { | |
font-weight: bolder; | |
} | |
code, | |
kbd, | |
samp, | |
pre { | |
font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; | |
font-size: 1em; | |
} | |
small { | |
font-size: 80%; | |
} | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline; | |
} | |
sub { | |
bottom: -0.25em; | |
} | |
sup { | |
top: -0.5em; | |
} | |
table { | |
text-indent: 0; | |
border-color: inherit; | |
} | |
button, | |
input, | |
optgroup, | |
select, | |
textarea { | |
font-family: inherit; | |
font-size: 100%; | |
line-height: 1.15; | |
margin: 0; | |
} | |
button, | |
select { | |
text-transform: none; | |
} | |
button, | |
[type=button], | |
[type=reset], | |
[type=submit] { | |
-webkit-appearance: button; | |
} | |
::-moz-focus-inner { | |
border-style: none; | |
padding: 0; | |
} | |
:-moz-focusring { | |
outline: 1px dotted ButtonText; | |
} | |
:-moz-ui-invalid { | |
box-shadow: none; | |
} | |
legend { | |
padding: 0; | |
} | |
progress { | |
vertical-align: baseline; | |
} | |
::-webkit-inner-spin-button, | |
::-webkit-outer-spin-button { | |
height: auto; | |
} | |
[type=search] { | |
-webkit-appearance: textfield; | |
outline-offset: -2px; | |
} | |
::-webkit-search-decoration { | |
-webkit-appearance: none; | |
} | |
::-webkit-file-upload-button { | |
-webkit-appearance: button; | |
font: inherit; | |
} | |
summary { | |
display: list-item; | |
} | |
blockquote, | |
dl, | |
dd, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
hr, | |
figure, | |
p, | |
pre { | |
margin: 0; | |
} | |
button { | |
background-color: transparent; | |
background-image: none; | |
} | |
button:focus { | |
outline: 1px dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
} | |
fieldset { | |
margin: 0; | |
padding: 0; | |
} | |
ol, | |
ul { | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
} | |
html { | |
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
line-height: 1.5; | |
} | |
body { | |
font-family: inherit; | |
line-height: inherit; | |
} | |
*, | |
::before, | |
::after { | |
box-sizing: border-box; | |
border-width: 0; | |
border-style: solid; | |
border-color: #e5e7eb; | |
} | |
hr { | |
border-top-width: 1px; | |
} | |
img { | |
border-style: solid; | |
} | |
textarea { | |
resize: vertical; | |
} | |
input::placeholder, | |
textarea::placeholder { | |
opacity: 1; | |
color: #9ca3af; | |
} | |
button, | |
[role=button] { | |
cursor: pointer; | |
} | |
table { | |
border-collapse: collapse; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
font-size: inherit; | |
font-weight: inherit; | |
} | |
a { | |
color: inherit; | |
text-decoration: inherit; | |
} | |
button, | |
input, | |
optgroup, | |
select, | |
textarea { | |
padding: 0; | |
line-height: inherit; | |
color: inherit; | |
} | |
pre, | |
code, | |
kbd, | |
samp { | |
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | |
} | |
img, | |
svg, | |
video, | |
canvas, | |
audio, | |
iframe, | |
embed, | |
object { | |
display: block; | |
vertical-align: middle; | |
} | |
img, | |
video { | |
max-width: 100%; | |
height: auto; | |
} | |
[data-debug] * { | |
outline: 2px solid rgba(0, 128, 255, 0.5); | |
outline-offset: -1px; | |
} | |
[data-debug] svg * { | |
outline: revert; | |
} | |
[data-debug] [class$=grow]:not(area):not(base):not(br):not(col):not(embed):not(hr):not(img):not(input):not(link):not(meta):not(param):not(source):not(track):not(wbr):empty { | |
align-self: stretch; | |
outline: 2px dashed rgba(0, 128, 255, 0.5); | |
outline-offset: -1px; | |
} | |
.hide[class] { | |
display: none; | |
} | |
.show[class] { | |
display: revert; | |
} | |
.show.row { | |
display: flex; | |
} | |
.show.col { | |
display: flex; | |
} | |
.-m-1px { | |
margin: -1px; | |
} | |
.-m-2px { | |
margin: -2px; | |
} | |
.-m-3px { | |
margin: -3px; | |
} | |
.-m-4px { | |
margin: -4px; | |
} | |
.-m-5px { | |
margin: -5px; | |
} | |
.-m-6px { | |
margin: -6px; | |
} | |
.-m-7px { | |
margin: -7px; | |
} | |
.-m-8px { | |
margin: -8px; | |
} | |
.-m-9px { | |
margin: -9px; | |
} | |
.-m-10px { | |
margin: -10px; | |
} | |
.-m-12px { | |
margin: -12px; | |
} | |
.-m-14px { | |
margin: -14px; | |
} | |
.-m-16px { | |
margin: -16px; | |
} | |
.-m-1 { | |
margin: -0.0625rem; | |
} | |
.-m-2 { | |
margin: -0.125rem; | |
} | |
.-m-3 { | |
margin: -0.1875rem; | |
} | |
.-m-4 { | |
margin: -0.25rem; | |
} | |
.-m-5 { | |
margin: -0.3125rem; | |
} | |
.-m-6 { | |
margin: -0.375rem; | |
} | |
.-m-7 { | |
margin: -0.4375rem; | |
} | |
.-m-8 { | |
margin: -0.5rem; | |
} | |
.-m-9 { | |
margin: -0.5625rem; | |
} | |
.-m-10 { | |
margin: -0.625rem; | |
} | |
.-m-12 { | |
margin: -0.75rem; | |
} | |
.-m-14 { | |
margin: -0.875rem; | |
} | |
.-m-16 { | |
margin: -1rem; | |
} | |
.-m-18 { | |
margin: -1.125rem; | |
} | |
.-m-20 { | |
margin: -1.25rem; | |
} | |
.-m-24 { | |
margin: -1.5rem; | |
} | |
.-m-28 { | |
margin: -1.75rem; | |
} | |
.-m-32 { | |
margin: -2rem; | |
} | |
.-m-36 { | |
margin: -2.25rem; | |
} | |
.-m-40 { | |
margin: -2.5rem; | |
} | |
.-m-48 { | |
margin: -3rem; | |
} | |
.-m-56 { | |
margin: -3.5rem; | |
} | |
.-m-64 { | |
margin: -4rem; | |
} | |
.-mx-1px { | |
margin-left: -1px; | |
margin-right: -1px; | |
} | |
.-mx-2px { | |
margin-left: -2px; | |
margin-right: -2px; | |
} | |
.-mx-3px { | |
margin-left: -3px; | |
margin-right: -3px; | |
} | |
.-mx-4px { | |
margin-left: -4px; | |
margin-right: -4px; | |
} | |
.-mx-5px { | |
margin-left: -5px; | |
margin-right: -5px; | |
} | |
.-mx-6px { | |
margin-left: -6px; | |
margin-right: -6px; | |
} | |
.-mx-7px { | |
margin-left: -7px; | |
margin-right: -7px; | |
} | |
.-mx-8px { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
.-mx-9px { | |
margin-left: -9px; | |
margin-right: -9px; | |
} | |
.-mx-10px { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
.-mx-12px { | |
margin-left: -12px; | |
margin-right: -12px; | |
} | |
.-mx-14px { | |
margin-left: -14px; | |
margin-right: -14px; | |
} | |
.-mx-16px { | |
margin-left: -16px; | |
margin-right: -16px; | |
} | |
.-mx-1 { | |
margin-left: -0.0625rem; | |
margin-right: -0.0625rem; | |
} | |
.-mx-2 { | |
margin-left: -0.125rem; | |
margin-right: -0.125rem; | |
} | |
.-mx-3 { | |
margin-left: -0.1875rem; | |
margin-right: -0.1875rem; | |
} | |
.-mx-4 { | |
margin-left: -0.25rem; | |
margin-right: -0.25rem; | |
} | |
.-mx-5 { | |
margin-left: -0.3125rem; | |
margin-right: -0.3125rem; | |
} | |
.-mx-6 { | |
margin-left: -0.375rem; | |
margin-right: -0.375rem; | |
} | |
.-mx-7 { | |
margin-left: -0.4375rem; | |
margin-right: -0.4375rem; | |
} | |
.-mx-8 { | |
margin-left: -0.5rem; | |
margin-right: -0.5rem; | |
} | |
.-mx-9 { | |
margin-left: -0.5625rem; | |
margin-right: -0.5625rem; | |
} | |
.-mx-10 { | |
margin-left: -0.625rem; | |
margin-right: -0.625rem; | |
} | |
.-mx-12 { | |
margin-left: -0.75rem; | |
margin-right: -0.75rem; | |
} | |
.-mx-14 { | |
margin-left: -0.875rem; | |
margin-right: -0.875rem; | |
} | |
.-mx-16 { | |
margin-left: -1rem; | |
margin-right: -1rem; | |
} | |
.-mx-18 { | |
margin-left: -1.125rem; | |
margin-right: -1.125rem; | |
} | |
.-mx-20 { | |
margin-left: -1.25rem; | |
margin-right: -1.25rem; | |
} | |
.-mx-24 { | |
margin-left: -1.5rem; | |
margin-right: -1.5rem; | |
} | |
.-mx-28 { | |
margin-left: -1.75rem; | |
margin-right: -1.75rem; | |
} | |
.-mx-32 { | |
margin-left: -2rem; | |
margin-right: -2rem; | |
} | |
.-mx-36 { | |
margin-left: -2.25rem; | |
margin-right: -2.25rem; | |
} | |
.-mx-40 { | |
margin-left: -2.5rem; | |
margin-right: -2.5rem; | |
} | |
.-mx-48 { | |
margin-left: -3rem; | |
margin-right: -3rem; | |
} | |
.-mx-56 { | |
margin-left: -3.5rem; | |
margin-right: -3.5rem; | |
} | |
.-mx-64 { | |
margin-left: -4rem; | |
margin-right: -4rem; | |
} | |
.-my-1px { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.-my-2px { | |
margin-top: -2px; | |
margin-bottom: -2px; | |
} | |
.-my-3px { | |
margin-top: -3px; | |
margin-bottom: -3px; | |
} | |
.-my-4px { | |
margin-top: -4px; | |
margin-bottom: -4px; | |
} | |
.-my-5px { | |
margin-top: -5px; | |
margin-bottom: -5px; | |
} | |
.-my-6px { | |
margin-top: -6px; | |
margin-bottom: -6px; | |
} | |
.-my-7px { | |
margin-top: -7px; | |
margin-bottom: -7px; | |
} | |
.-my-8px { | |
margin-top: -8px; | |
margin-bottom: -8px; | |
} | |
.-my-9px { | |
margin-top: -9px; | |
margin-bottom: -9px; | |
} | |
.-my-10px { | |
margin-top: -10px; | |
margin-bottom: -10px; | |
} | |
.-my-12px { | |
margin-top: -12px; | |
margin-bottom: -12px; | |
} | |
.-my-14px { | |
margin-top: -14px; | |
margin-bottom: -14px; | |
} | |
.-my-16px { | |
margin-top: -16px; | |
margin-bottom: -16px; | |
} | |
.-my-1 { | |
margin-top: -0.0625rem; | |
margin-bottom: -0.0625rem; | |
} | |
.-my-2 { | |
margin-top: -0.125rem; | |
margin-bottom: -0.125rem; | |
} | |
.-my-3 { | |
margin-top: -0.1875rem; | |
margin-bottom: -0.1875rem; | |
} | |
.-my-4 { | |
margin-top: -0.25rem; | |
margin-bottom: -0.25rem; | |
} | |
.-my-5 { | |
margin-top: -0.3125rem; | |
margin-bottom: -0.3125rem; | |
} | |
.-my-6 { | |
margin-top: -0.375rem; | |
margin-bottom: -0.375rem; | |
} | |
.-my-7 { | |
margin-top: -0.4375rem; | |
margin-bottom: -0.4375rem; | |
} | |
.-my-8 { | |
margin-top: -0.5rem; | |
margin-bottom: -0.5rem; | |
} | |
.-my-9 { | |
margin-top: -0.5625rem; | |
margin-bottom: -0.5625rem; | |
} | |
.-my-10 { | |
margin-top: -0.625rem; | |
margin-bottom: -0.625rem; | |
} | |
.-my-12 { | |
margin-top: -0.75rem; | |
margin-bottom: -0.75rem; | |
} | |
.-my-14 { | |
margin-top: -0.875rem; | |
margin-bottom: -0.875rem; | |
} | |
.-my-16 { | |
margin-top: -1rem; | |
margin-bottom: -1rem; | |
} | |
.-my-18 { | |
margin-top: -1.125rem; | |
margin-bottom: -1.125rem; | |
} | |
.-my-20 { | |
margin-top: -1.25rem; | |
margin-bottom: -1.25rem; | |
} | |
.-my-24 { | |
margin-top: -1.5rem; | |
margin-bottom: -1.5rem; | |
} | |
.-my-28 { | |
margin-top: -1.75rem; | |
margin-bottom: -1.75rem; | |
} | |
.-my-32 { | |
margin-top: -2rem; | |
margin-bottom: -2rem; | |
} | |
.-my-36 { | |
margin-top: -2.25rem; | |
margin-bottom: -2.25rem; | |
} | |
.-my-40 { | |
margin-top: -2.5rem; | |
margin-bottom: -2.5rem; | |
} | |
.-my-48 { | |
margin-top: -3rem; | |
margin-bottom: -3rem; | |
} | |
.-my-56 { | |
margin-top: -3.5rem; | |
margin-bottom: -3.5rem; | |
} | |
.-my-64 { | |
margin-top: -4rem; | |
margin-bottom: -4rem; | |
} | |
.-mt-1px { | |
margin-top: -1px; | |
} | |
.-mt-2px { | |
margin-top: -2px; | |
} | |
.-mt-3px { | |
margin-top: -3px; | |
} | |
.-mt-4px { | |
margin-top: -4px; | |
} | |
.-mt-5px { | |
margin-top: -5px; | |
} | |
.-mt-6px { | |
margin-top: -6px; | |
} | |
.-mt-7px { | |
margin-top: -7px; | |
} | |
.-mt-8px { | |
margin-top: -8px; | |
} | |
.-mt-9px { | |
margin-top: -9px; | |
} | |
.-mt-10px { | |
margin-top: -10px; | |
} | |
.-mt-12px { | |
margin-top: -12px; | |
} | |
.-mt-14px { | |
margin-top: -14px; | |
} | |
.-mt-16px { | |
margin-top: -16px; | |
} | |
.-mt-1 { | |
margin-top: -0.0625rem; | |
} | |
.-mt-2 { | |
margin-top: -0.125rem; | |
} | |
.-mt-3 { | |
margin-top: -0.1875rem; | |
} | |
.-mt-4 { | |
margin-top: -0.25rem; | |
} | |
.-mt-5 { | |
margin-top: -0.3125rem; | |
} | |
.-mt-6 { | |
margin-top: -0.375rem; | |
} | |
.-mt-7 { | |
margin-top: -0.4375rem; | |
} | |
.-mt-8 { | |
margin-top: -0.5rem; | |
} | |
.-mt-9 { | |
margin-top: -0.5625rem; | |
} | |
.-mt-10 { | |
margin-top: -0.625rem; | |
} | |
.-mt-12 { | |
margin-top: -0.75rem; | |
} | |
.-mt-14 { | |
margin-top: -0.875rem; | |
} | |
.-mt-16 { | |
margin-top: -1rem; | |
} | |
.-mt-18 { | |
margin-top: -1.125rem; | |
} | |
.-mt-20 { | |
margin-top: -1.25rem; | |
} | |
.-mt-24 { | |
margin-top: -1.5rem; | |
} | |
.-mt-28 { | |
margin-top: -1.75rem; | |
} | |
.-mt-32 { | |
margin-top: -2rem; | |
} | |
.-mt-36 { | |
margin-top: -2.25rem; | |
} | |
.-mt-40 { | |
margin-top: -2.5rem; | |
} | |
.-mt-48 { | |
margin-top: -3rem; | |
} | |
.-mt-56 { | |
margin-top: -3.5rem; | |
} | |
.-mt-64 { | |
margin-top: -4rem; | |
} | |
.-mr-1px { | |
margin-right: -1px; | |
} | |
.-mr-2px { | |
margin-right: -2px; | |
} | |
.-mr-3px { | |
margin-right: -3px; | |
} | |
.-mr-4px { | |
margin-right: -4px; | |
} | |
.-mr-5px { | |
margin-right: -5px; | |
} | |
.-mr-6px { | |
margin-right: -6px; | |
} | |
.-mr-7px { | |
margin-right: -7px; | |
} | |
.-mr-8px { | |
margin-right: -8px; | |
} | |
.-mr-9px { | |
margin-right: -9px; | |
} | |
.-mr-10px { | |
margin-right: -10px; | |
} | |
.-mr-12px { | |
margin-right: -12px; | |
} | |
.-mr-14px { | |
margin-right: -14px; | |
} | |
.-mr-16px { | |
margin-right: -16px; | |
} | |
.-mr-1 { | |
margin-right: -0.0625rem; | |
} | |
.-mr-2 { | |
margin-right: -0.125rem; | |
} | |
.-mr-3 { | |
margin-right: -0.1875rem; | |
} | |
.-mr-4 { | |
margin-right: -0.25rem; | |
} | |
.-mr-5 { | |
margin-right: -0.3125rem; | |
} | |
.-mr-6 { | |
margin-right: -0.375rem; | |
} | |
.-mr-7 { | |
margin-right: -0.4375rem; | |
} | |
.-mr-8 { | |
margin-right: -0.5rem; | |
} | |
.-mr-9 { | |
margin-right: -0.5625rem; | |
} | |
.-mr-10 { | |
margin-right: -0.625rem; | |
} | |
.-mr-12 { | |
margin-right: -0.75rem; | |
} | |
.-mr-14 { | |
margin-right: -0.875rem; | |
} | |
.-mr-16 { | |
margin-right: -1rem; | |
} | |
.-mr-18 { | |
margin-right: -1.125rem; | |
} | |
.-mr-20 { | |
margin-right: -1.25rem; | |
} | |
.-mr-24 { | |
margin-right: -1.5rem; | |
} | |
.-mr-28 { | |
margin-right: -1.75rem; | |
} | |
.-mr-32 { | |
margin-right: -2rem; | |
} | |
.-mr-36 { | |
margin-right: -2.25rem; | |
} | |
.-mr-40 { | |
margin-right: -2.5rem; | |
} | |
.-mr-48 { | |
margin-right: -3rem; | |
} | |
.-mr-56 { | |
margin-right: -3.5rem; | |
} | |
.-mr-64 { | |
margin-right: -4rem; | |
} | |
.-mb-1px { | |
margin-bottom: -1px; | |
} | |
.-mb-2px { | |
margin-bottom: -2px; | |
} | |
.-mb-3px { | |
margin-bottom: -3px; | |
} | |
.-mb-4px { | |
margin-bottom: -4px; | |
} | |
.-mb-5px { | |
margin-bottom: -5px; | |
} | |
.-mb-6px { | |
margin-bottom: -6px; | |
} | |
.-mb-7px { | |
margin-bottom: -7px; | |
} | |
.-mb-8px { | |
margin-bottom: -8px; | |
} | |
.-mb-9px { | |
margin-bottom: -9px; | |
} | |
.-mb-10px { | |
margin-bottom: -10px; | |
} | |
.-mb-12px { | |
margin-bottom: -12px; | |
} | |
.-mb-14px { | |
margin-bottom: -14px; | |
} | |
.-mb-16px { | |
margin-bottom: -16px; | |
} | |
.-mb-1 { | |
margin-bottom: -0.0625rem; | |
} | |
.-mb-2 { | |
margin-bottom: -0.125rem; | |
} | |
.-mb-3 { | |
margin-bottom: -0.1875rem; | |
} | |
.-mb-4 { | |
margin-bottom: -0.25rem; | |
} | |
.-mb-5 { | |
margin-bottom: -0.3125rem; | |
} | |
.-mb-6 { | |
margin-bottom: -0.375rem; | |
} | |
.-mb-7 { | |
margin-bottom: -0.4375rem; | |
} | |
.-mb-8 { | |
margin-bottom: -0.5rem; | |
} | |
.-mb-9 { | |
margin-bottom: -0.5625rem; | |
} | |
.-mb-10 { | |
margin-bottom: -0.625rem; | |
} | |
.-mb-12 { | |
margin-bottom: -0.75rem; | |
} | |
.-mb-14 { | |
margin-bottom: -0.875rem; | |
} | |
.-mb-16 { | |
margin-bottom: -1rem; | |
} | |
.-mb-18 { | |
margin-bottom: -1.125rem; | |
} | |
.-mb-20 { | |
margin-bottom: -1.25rem; | |
} | |
.-mb-24 { | |
margin-bottom: -1.5rem; | |
} | |
.-mb-28 { | |
margin-bottom: -1.75rem; | |
} | |
.-mb-32 { | |
margin-bottom: -2rem; | |
} | |
.-mb-36 { | |
margin-bottom: -2.25rem; | |
} | |
.-mb-40 { | |
margin-bottom: -2.5rem; | |
} | |
.-mb-48 { | |
margin-bottom: -3rem; | |
} | |
.-mb-56 { | |
margin-bottom: -3.5rem; | |
} | |
.-mb-64 { | |
margin-bottom: -4rem; | |
} | |
.-ml-1px { | |
margin-left: -1px; | |
} | |
.-ml-2px { | |
margin-left: -2px; | |
} | |
.-ml-3px { | |
margin-left: -3px; | |
} | |
.-ml-4px { | |
margin-left: -4px; | |
} | |
.-ml-5px { | |
margin-left: -5px; | |
} | |
.-ml-6px { | |
margin-left: -6px; | |
} | |
.-ml-7px { | |
margin-left: -7px; | |
} | |
.-ml-8px { | |
margin-left: -8px; | |
} | |
.-ml-9px { | |
margin-left: -9px; | |
} | |
.-ml-10px { | |
margin-left: -10px; | |
} | |
.-ml-12px { | |
margin-left: -12px; | |
} | |
.-ml-14px { | |
margin-left: -14px; | |
} | |
.-ml-16px { | |
margin-left: -16px; | |
} | |
.-ml-1 { | |
margin-left: -0.0625rem; | |
} | |
.-ml-2 { | |
margin-left: -0.125rem; | |
} | |
.-ml-3 { | |
margin-left: -0.1875rem; | |
} | |
.-ml-4 { | |
margin-left: -0.25rem; | |
} | |
.-ml-5 { | |
margin-left: -0.3125rem; | |
} | |
.-ml-6 { | |
margin-left: -0.375rem; | |
} | |
.-ml-7 { | |
margin-left: -0.4375rem; | |
} | |
.-ml-8 { | |
margin-left: -0.5rem; | |
} | |
.-ml-9 { | |
margin-left: -0.5625rem; | |
} | |
.-ml-10 { | |
margin-left: -0.625rem; | |
} | |
.-ml-12 { | |
margin-left: -0.75rem; | |
} | |
.-ml-14 { | |
margin-left: -0.875rem; | |
} | |
.-ml-16 { | |
margin-left: -1rem; | |
} | |
.-ml-18 { | |
margin-left: -1.125rem; | |
} | |
.-ml-20 { | |
margin-left: -1.25rem; | |
} | |
.-ml-24 { | |
margin-left: -1.5rem; | |
} | |
.-ml-28 { | |
margin-left: -1.75rem; | |
} | |
.-ml-32 { | |
margin-left: -2rem; | |
} | |
.-ml-36 { | |
margin-left: -2.25rem; | |
} | |
.-ml-40 { | |
margin-left: -2.5rem; | |
} | |
.-ml-48 { | |
margin-left: -3rem; | |
} | |
.-ml-56 { | |
margin-left: -3.5rem; | |
} | |
.-ml-64 { | |
margin-left: -4rem; | |
} | |
.m-revert { | |
margin: revert; | |
} | |
.m-auto { | |
margin: auto; | |
} | |
.m-1px { | |
margin: 1px; | |
} | |
.m-2px { | |
margin: 2px; | |
} | |
.m-3px { | |
margin: 3px; | |
} | |
.m-4px { | |
margin: 4px; | |
} | |
.m-5px { | |
margin: 5px; | |
} | |
.m-6px { | |
margin: 6px; | |
} | |
.m-7px { | |
margin: 7px; | |
} | |
.m-8px { | |
margin: 8px; | |
} | |
.m-9px { | |
margin: 9px; | |
} | |
.m-10px { | |
margin: 10px; | |
} | |
.m-12px { | |
margin: 12px; | |
} | |
.m-14px { | |
margin: 14px; | |
} | |
.m-16px { | |
margin: 16px; | |
} | |
.m-0 { | |
margin: 0; | |
} | |
.m-1 { | |
margin: 0.0625rem; | |
} | |
.m-2 { | |
margin: 0.125rem; | |
} | |
.m-3 { | |
margin: 0.1875rem; | |
} | |
.m-4 { | |
margin: 0.25rem; | |
} | |
.m-5 { | |
margin: 0.3125rem; | |
} | |
.m-6 { | |
margin: 0.375rem; | |
} | |
.m-7 { | |
margin: 0.4375rem; | |
} | |
.m-8 { | |
margin: 0.5rem; | |
} | |
.m-9 { | |
margin: 0.5625rem; | |
} | |
.m-10 { | |
margin: 0.625rem; | |
} | |
.m-12 { | |
margin: 0.75rem; | |
} | |
.m-14 { | |
margin: 0.875rem; | |
} | |
.m-16 { | |
margin: 1rem; | |
} | |
.m-18 { | |
margin: 1.125rem; | |
} | |
.m-20 { | |
margin: 1.25rem; | |
} | |
.m-24 { | |
margin: 1.5rem; | |
} | |
.m-28 { | |
margin: 1.75rem; | |
} | |
.m-32 { | |
margin: 2rem; | |
} | |
.m-36 { | |
margin: 2.25rem; | |
} | |
.m-40 { | |
margin: 2.5rem; | |
} | |
.m-48 { | |
margin: 3rem; | |
} | |
.m-56 { | |
margin: 3.5rem; | |
} | |
.m-64 { | |
margin: 4rem; | |
} | |
.m-72 { | |
margin: 4.5rem; | |
} | |
.m-80 { | |
margin: 5rem; | |
} | |
.m-96 { | |
margin: 6rem; | |
} | |
.m-112 { | |
margin: 7rem; | |
} | |
.m-128 { | |
margin: 8rem; | |
} | |
.m-144 { | |
margin: 9rem; | |
} | |
.m-160 { | |
margin: 10rem; | |
} | |
.m-192 { | |
margin: 12rem; | |
} | |
.m-224 { | |
margin: 14rem; | |
} | |
.m-256 { | |
margin: 16rem; | |
} | |
.mx-revert { | |
margin-left: revert; | |
margin-right: revert; | |
} | |
.mx-auto { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.mx-1px { | |
margin-left: 1px; | |
margin-right: 1px; | |
} | |
.mx-2px { | |
margin-left: 2px; | |
margin-right: 2px; | |
} | |
.mx-3px { | |
margin-left: 3px; | |
margin-right: 3px; | |
} | |
.mx-4px { | |
margin-left: 4px; | |
margin-right: 4px; | |
} | |
.mx-5px { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.mx-6px { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.mx-7px { | |
margin-left: 7px; | |
margin-right: 7px; | |
} | |
.mx-8px { | |
margin-left: 8px; | |
margin-right: 8px; | |
} | |
.mx-9px { | |
margin-left: 9px; | |
margin-right: 9px; | |
} | |
.mx-10px { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.mx-12px { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
.mx-14px { | |
margin-left: 14px; | |
margin-right: 14px; | |
} | |
.mx-16px { | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
.mx-0 { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
.mx-1 { | |
margin-left: 0.0625rem; | |
margin-right: 0.0625rem; | |
} | |
.mx-2 { | |
margin-left: 0.125rem; | |
margin-right: 0.125rem; | |
} | |
.mx-3 { | |
margin-left: 0.1875rem; | |
margin-right: 0.1875rem; | |
} | |
.mx-4 { | |
margin-left: 0.25rem; | |
margin-right: 0.25rem; | |
} | |
.mx-5 { | |
margin-left: 0.3125rem; | |
margin-right: 0.3125rem; | |
} | |
.mx-6 { | |
margin-left: 0.375rem; | |
margin-right: 0.375rem; | |
} | |
.mx-7 { | |
margin-left: 0.4375rem; | |
margin-right: 0.4375rem; | |
} | |
.mx-8 { | |
margin-left: 0.5rem; | |
margin-right: 0.5rem; | |
} | |
.mx-9 { | |
margin-left: 0.5625rem; | |
margin-right: 0.5625rem; | |
} | |
.mx-10 { | |
margin-left: 0.625rem; | |
margin-right: 0.625rem; | |
} | |
.mx-12 { | |
margin-left: 0.75rem; | |
margin-right: 0.75rem; | |
} | |
.mx-14 { | |
margin-left: 0.875rem; | |
margin-right: 0.875rem; | |
} | |
.mx-16 { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.mx-18 { | |
margin-left: 1.125rem; | |
margin-right: 1.125rem; | |
} | |
.mx-20 { | |
margin-left: 1.25rem; | |
margin-right: 1.25rem; | |
} | |
.mx-24 { | |
margin-left: 1.5rem; | |
margin-right: 1.5rem; | |
} | |
.mx-28 { | |
margin-left: 1.75rem; | |
margin-right: 1.75rem; | |
} | |
.mx-32 { | |
margin-left: 2rem; | |
margin-right: 2rem; | |
} | |
.mx-36 { | |
margin-left: 2.25rem; | |
margin-right: 2.25rem; | |
} | |
.mx-40 { | |
margin-left: 2.5rem; | |
margin-right: 2.5rem; | |
} | |
.mx-48 { | |
margin-left: 3rem; | |
margin-right: 3rem; | |
} | |
.mx-56 { | |
margin-left: 3.5rem; | |
margin-right: 3.5rem; | |
} | |
.mx-64 { | |
margin-left: 4rem; | |
margin-right: 4rem; | |
} | |
.mx-72 { | |
margin-left: 4.5rem; | |
margin-right: 4.5rem; | |
} | |
.mx-80 { | |
margin-left: 5rem; | |
margin-right: 5rem; | |
} | |
.mx-96 { | |
margin-left: 6rem; | |
margin-right: 6rem; | |
} | |
.mx-112 { | |
margin-left: 7rem; | |
margin-right: 7rem; | |
} | |
.mx-128 { | |
margin-left: 8rem; | |
margin-right: 8rem; | |
} | |
.mx-144 { | |
margin-left: 9rem; | |
margin-right: 9rem; | |
} | |
.mx-160 { | |
margin-left: 10rem; | |
margin-right: 10rem; | |
} | |
.mx-192 { | |
margin-left: 12rem; | |
margin-right: 12rem; | |
} | |
.mx-224 { | |
margin-left: 14rem; | |
margin-right: 14rem; | |
} | |
.mx-256 { | |
margin-left: 16rem; | |
margin-right: 16rem; | |
} | |
.my-revert { | |
margin-top: revert; | |
margin-bottom: revert; | |
} | |
.my-auto { | |
margin-top: auto; | |
margin-bottom: auto; | |
} | |
.my-1px { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.my-2px { | |
margin-top: 2px; | |
margin-bottom: 2px; | |
} | |
.my-3px { | |
margin-top: 3px; | |
margin-bottom: 3px; | |
} | |
.my-4px { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.my-5px { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
.my-6px { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
.my-7px { | |
margin-top: 7px; | |
margin-bottom: 7px; | |
} | |
.my-8px { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.my-9px { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
.my-10px { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.my-12px { | |
margin-top: 12px; | |
margin-bottom: 12px; | |
} | |
.my-14px { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.my-16px { | |
margin-top: 16px; | |
margin-bottom: 16px; | |
} | |
.my-0 { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.my-1 { | |
margin-top: 0.0625rem; | |
margin-bottom: 0.0625rem; | |
} | |
.my-2 { | |
margin-top: 0.125rem; | |
margin-bottom: 0.125rem; | |
} | |
.my-3 { | |
margin-top: 0.1875rem; | |
margin-bottom: 0.1875rem; | |
} | |
.my-4 { | |
margin-top: 0.25rem; | |
margin-bottom: 0.25rem; | |
} | |
.my-5 { | |
margin-top: 0.3125rem; | |
margin-bottom: 0.3125rem; | |
} | |
.my-6 { | |
margin-top: 0.375rem; | |
margin-bottom: 0.375rem; | |
} | |
.my-7 { | |
margin-top: 0.4375rem; | |
margin-bottom: 0.4375rem; | |
} | |
.my-8 { | |
margin-top: 0.5rem; | |
margin-bottom: 0.5rem; | |
} | |
.my-9 { | |
margin-top: 0.5625rem; | |
margin-bottom: 0.5625rem; | |
} | |
.my-10 { | |
margin-top: 0.625rem; | |
margin-bottom: 0.625rem; | |
} | |
.my-12 { | |
margin-top: 0.75rem; | |
margin-bottom: 0.75rem; | |
} | |
.my-14 { | |
margin-top: 0.875rem; | |
margin-bottom: 0.875rem; | |
} | |
.my-16 { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.my-18 { | |
margin-top: 1.125rem; | |
margin-bottom: 1.125rem; | |
} | |
.my-20 { | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
} | |
.my-24 { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
} | |
.my-28 { | |
margin-top: 1.75rem; | |
margin-bottom: 1.75rem; | |
} | |
.my-32 { | |
margin-top: 2rem; | |
margin-bottom: 2rem; | |
} | |
.my-36 { | |
margin-top: 2.25rem; | |
margin-bottom: 2.25rem; | |
} | |
.my-40 { | |
margin-top: 2.5rem; | |
margin-bottom: 2.5rem; | |
} | |
.my-48 { | |
margin-top: 3rem; | |
margin-bottom: 3rem; | |
} | |
.my-56 { | |
margin-top: 3.5rem; | |
margin-bottom: 3.5rem; | |
} | |
.my-64 { | |
margin-top: 4rem; | |
margin-bottom: 4rem; | |
} | |
.my-72 { | |
margin-top: 4.5rem; | |
margin-bottom: 4.5rem; | |
} | |
.my-80 { | |
margin-top: 5rem; | |
margin-bottom: 5rem; | |
} | |
.my-96 { | |
margin-top: 6rem; | |
margin-bottom: 6rem; | |
} | |
.my-112 { | |
margin-top: 7rem; | |
margin-bottom: 7rem; | |
} | |
.my-128 { | |
margin-top: 8rem; | |
margin-bottom: 8rem; | |
} | |
.my-144 { | |
margin-top: 9rem; | |
margin-bottom: 9rem; | |
} | |
.my-160 { | |
margin-top: 10rem; | |
margin-bottom: 10rem; | |
} | |
.my-192 { | |
margin-top: 12rem; | |
margin-bottom: 12rem; | |
} | |
.my-224 { | |
margin-top: 14rem; | |
margin-bottom: 14rem; | |
} | |
.my-256 { | |
margin-top: 16rem; | |
margin-bottom: 16rem; | |
} | |
.mt-revert { | |
margin-top: revert; | |
} | |
.mt-auto { | |
margin-top: auto; | |
} | |
.mt-1px { | |
margin-top: 1px; | |
} | |
.mt-2px { | |
margin-top: 2px; | |
} | |
.mt-3px { | |
margin-top: 3px; | |
} | |
.mt-4px { | |
margin-top: 4px; | |
} | |
.mt-5px { | |
margin-top: 5px; | |
} | |
.mt-6px { | |
margin-top: 6px; | |
} | |
.mt-7px { | |
margin-top: 7px; | |
} | |
.mt-8px { | |
margin-top: 8px; | |
} | |
.mt-9px { | |
margin-top: 9px; | |
} | |
.mt-10px { | |
margin-top: 10px; | |
} | |
.mt-12px { | |
margin-top: 12px; | |
} | |
.mt-14px { | |
margin-top: 14px; | |
} | |
.mt-16px { | |
margin-top: 16px; | |
} | |
.mt-0 { | |
margin-top: 0; | |
} | |
.mt-1 { | |
margin-top: 0.0625rem; | |
} | |
.mt-2 { | |
margin-top: 0.125rem; | |
} | |
.mt-3 { | |
margin-top: 0.1875rem; | |
} | |
.mt-4 { | |
margin-top: 0.25rem; | |
} | |
.mt-5 { | |
margin-top: 0.3125rem; | |
} | |
.mt-6 { | |
margin-top: 0.375rem; | |
} | |
.mt-7 { | |
margin-top: 0.4375rem; | |
} | |
.mt-8 { | |
margin-top: 0.5rem; | |
} | |
.mt-9 { | |
margin-top: 0.5625rem; | |
} | |
.mt-10 { | |
margin-top: 0.625rem; | |
} | |
.mt-12 { | |
margin-top: 0.75rem; | |
} | |
.mt-14 { | |
margin-top: 0.875rem; | |
} | |
.mt-16 { | |
margin-top: 1rem; | |
} | |
.mt-18 { | |
margin-top: 1.125rem; | |
} | |
.mt-20 { | |
margin-top: 1.25rem; | |
} | |
.mt-24 { | |
margin-top: 1.5rem; | |
} | |
.mt-28 { | |
margin-top: 1.75rem; | |
} | |
.mt-32 { | |
margin-top: 2rem; | |
} | |
.mt-36 { | |
margin-top: 2.25rem; | |
} | |
.mt-40 { | |
margin-top: 2.5rem; | |
} | |
.mt-48 { | |
margin-top: 3rem; | |
} | |
.mt-56 { | |
margin-top: 3.5rem; | |
} | |
.mt-64 { | |
margin-top: 4rem; | |
} | |
.mt-72 { | |
margin-top: 4.5rem; | |
} | |
.mt-80 { | |
margin-top: 5rem; | |
} | |
.mt-96 { | |
margin-top: 6rem; | |
} | |
.mt-112 { | |
margin-top: 7rem; | |
} | |
.mt-128 { | |
margin-top: 8rem; | |
} | |
.mt-144 { | |
margin-top: 9rem; | |
} | |
.mt-160 { | |
margin-top: 10rem; | |
} | |
.mt-192 { | |
margin-top: 12rem; | |
} | |
.mt-224 { | |
margin-top: 14rem; | |
} | |
.mt-256 { | |
margin-top: 16rem; | |
} | |
.mr-revert { | |
margin-right: revert; | |
} | |
.mr-auto { | |
margin-right: auto; | |
} | |
.mr-1px { | |
margin-right: 1px; | |
} | |
.mr-2px { | |
margin-right: 2px; | |
} | |
.mr-3px { | |
margin-right: 3px; | |
} | |
.mr-4px { | |
margin-right: 4px; | |
} | |
.mr-5px { | |
margin-right: 5px; | |
} | |
.mr-6px { | |
margin-right: 6px; | |
} | |
.mr-7px { | |
margin-right: 7px; | |
} | |
.mr-8px { | |
margin-right: 8px; | |
} | |
.mr-9px { | |
margin-right: 9px; | |
} | |
.mr-10px { | |
margin-right: 10px; | |
} | |
.mr-12px { | |
margin-right: 12px; | |
} | |
.mr-14px { | |
margin-right: 14px; | |
} | |
.mr-16px { | |
margin-right: 16px; | |
} | |
.mr-0 { | |
margin-right: 0; | |
} | |
.mr-1 { | |
margin-right: 0.0625rem; | |
} | |
.mr-2 { | |
margin-right: 0.125rem; | |
} | |
.mr-3 { | |
margin-right: 0.1875rem; | |
} | |
.mr-4 { | |
margin-right: 0.25rem; | |
} | |
.mr-5 { | |
margin-right: 0.3125rem; | |
} | |
.mr-6 { | |
margin-right: 0.375rem; | |
} | |
.mr-7 { | |
margin-right: 0.4375rem; | |
} | |
.mr-8 { | |
margin-right: 0.5rem; | |
} | |
.mr-9 { | |
margin-right: 0.5625rem; | |
} | |
.mr-10 { | |
margin-right: 0.625rem; | |
} | |
.mr-12 { | |
margin-right: 0.75rem; | |
} | |
.mr-14 { | |
margin-right: 0.875rem; | |
} | |
.mr-16 { | |
margin-right: 1rem; | |
} | |
.mr-18 { | |
margin-right: 1.125rem; | |
} | |
.mr-20 { | |
margin-right: 1.25rem; | |
} | |
.mr-24 { | |
margin-right: 1.5rem; | |
} | |
.mr-28 { | |
margin-right: 1.75rem; | |
} | |
.mr-32 { | |
margin-right: 2rem; | |
} | |
.mr-36 { | |
margin-right: 2.25rem; | |
} | |
.mr-40 { | |
margin-right: 2.5rem; | |
} | |
.mr-48 { | |
margin-right: 3rem; | |
} | |
.mr-56 { | |
margin-right: 3.5rem; | |
} | |
.mr-64 { | |
margin-right: 4rem; | |
} | |
.mr-72 { | |
margin-right: 4.5rem; | |
} | |
.mr-80 { | |
margin-right: 5rem; | |
} | |
.mr-96 { | |
margin-right: 6rem; | |
} | |
.mr-112 { | |
margin-right: 7rem; | |
} | |
.mr-128 { | |
margin-right: 8rem; | |
} | |
.mr-144 { | |
margin-right: 9rem; | |
} | |
.mr-160 { | |
margin-right: 10rem; | |
} | |
.mr-192 { | |
margin-right: 12rem; | |
} | |
.mr-224 { | |
margin-right: 14rem; | |
} | |
.mr-256 { | |
margin-right: 16rem; | |
} | |
.mb-revert { | |
margin-bottom: revert; | |
} | |
.mb-auto { | |
margin-bottom: auto; | |
} | |
.mb-1px { | |
margin-bottom: 1px; | |
} | |
.mb-2px { | |
margin-bottom: 2px; | |
} | |
.mb-3px { | |
margin-bottom: 3px; | |
} | |
.mb-4px { | |
margin-bottom: 4px; | |
} | |
.mb-5px { | |
margin-bottom: 5px; | |
} | |
.mb-6px { | |
margin-bottom: 6px; | |
} | |
.mb-7px { | |
margin-bottom: 7px; | |
} | |
.mb-8px { | |
margin-bottom: 8px; | |
} | |
.mb-9px { | |
margin-bottom: 9px; | |
} | |
.mb-10px { | |
margin-bottom: 10px; | |
} | |
.mb-12px { | |
margin-bottom: 12px; | |
} | |
.mb-14px { | |
margin-bottom: 14px; | |
} | |
.mb-16px { | |
margin-bottom: 16px; | |
} | |
.mb-0 { | |
margin-bottom: 0; | |
} | |
.mb-1 { | |
margin-bottom: 0.0625rem; | |
} | |
.mb-2 { | |
margin-bottom: 0.125rem; | |
} | |
.mb-3 { | |
margin-bottom: 0.1875rem; | |
} | |
.mb-4 { | |
margin-bottom: 0.25rem; | |
} | |
.mb-5 { | |
margin-bottom: 0.3125rem; | |
} | |
.mb-6 { | |
margin-bottom: 0.375rem; | |
} | |
.mb-7 { | |
margin-bottom: 0.4375rem; | |
} | |
.mb-8 { | |
margin-bottom: 0.5rem; | |
} | |
.mb-9 { | |
margin-bottom: 0.5625rem; | |
} | |
.mb-10 { | |
margin-bottom: 0.625rem; | |
} | |
.mb-12 { | |
margin-bottom: 0.75rem; | |
} | |
.mb-14 { | |
margin-bottom: 0.875rem; | |
} | |
.mb-16 { | |
margin-bottom: 1rem; | |
} | |
.mb-18 { | |
margin-bottom: 1.125rem; | |
} | |
.mb-20 { | |
margin-bottom: 1.25rem; | |
} | |
.mb-24 { | |
margin-bottom: 1.5rem; | |
} | |
.mb-28 { | |
margin-bottom: 1.75rem; | |
} | |
.mb-32 { | |
margin-bottom: 2rem; | |
} | |
.mb-36 { | |
margin-bottom: 2.25rem; | |
} | |
.mb-40 { | |
margin-bottom: 2.5rem; | |
} | |
.mb-48 { | |
margin-bottom: 3rem; | |
} | |
.mb-56 { | |
margin-bottom: 3.5rem; | |
} | |
.mb-64 { | |
margin-bottom: 4rem; | |
} | |
.mb-72 { | |
margin-bottom: 4.5rem; | |
} | |
.mb-80 { | |
margin-bottom: 5rem; | |
} | |
.mb-96 { | |
margin-bottom: 6rem; | |
} | |
.mb-112 { | |
margin-bottom: 7rem; | |
} | |
.mb-128 { | |
margin-bottom: 8rem; | |
} | |
.mb-144 { | |
margin-bottom: 9rem; | |
} | |
.mb-160 { | |
margin-bottom: 10rem; | |
} | |
.mb-192 { | |
margin-bottom: 12rem; | |
} | |
.mb-224 { | |
margin-bottom: 14rem; | |
} | |
.mb-256 { | |
margin-bottom: 16rem; | |
} | |
.ml-revert { | |
margin-left: revert; | |
} | |
.ml-auto { | |
margin-left: auto; | |
} | |
.ml-1px { | |
margin-left: 1px; | |
} | |
.ml-2px { | |
margin-left: 2px; | |
} | |
.ml-3px { | |
margin-left: 3px; | |
} | |
.ml-4px { | |
margin-left: 4px; | |
} | |
.ml-5px { | |
margin-left: 5px; | |
} | |
.ml-6px { | |
margin-left: 6px; | |
} | |
.ml-7px { | |
margin-left: 7px; | |
} | |
.ml-8px { | |
margin-left: 8px; | |
} | |
.ml-9px { | |
margin-left: 9px; | |
} | |
.ml-10px { | |
margin-left: 10px; | |
} | |
.ml-12px { | |
margin-left: 12px; | |
} | |
.ml-14px { | |
margin-left: 14px; | |
} | |
.ml-16px { | |
margin-left: 16px; | |
} | |
.ml-0 { | |
margin-left: 0; | |
} | |
.ml-1 { | |
margin-left: 0.0625rem; | |
} | |
.ml-2 { | |
margin-left: 0.125rem; | |
} | |
.ml-3 { | |
margin-left: 0.1875rem; | |
} | |
.ml-4 { | |
margin-left: 0.25rem; | |
} | |
.ml-5 { | |
margin-left: 0.3125rem; | |
} | |
.ml-6 { | |
margin-left: 0.375rem; | |
} | |
.ml-7 { | |
margin-left: 0.4375rem; | |
} | |
.ml-8 { | |
margin-left: 0.5rem; | |
} | |
.ml-9 { | |
margin-left: 0.5625rem; | |
} | |
.ml-10 { | |
margin-left: 0.625rem; | |
} | |
.ml-12 { | |
margin-left: 0.75rem; | |
} | |
.ml-14 { | |
margin-left: 0.875rem; | |
} | |
.ml-16 { | |
margin-left: 1rem; | |
} | |
.ml-18 { | |
margin-left: 1.125rem; | |
} | |
.ml-20 { | |
margin-left: 1.25rem; | |
} | |
.ml-24 { | |
margin-left: 1.5rem; | |
} | |
.ml-28 { | |
margin-left: 1.75rem; | |
} | |
.ml-32 { | |
margin-left: 2rem; | |
} | |
.ml-36 { | |
margin-left: 2.25rem; | |
} | |
.ml-40 { | |
margin-left: 2.5rem; | |
} | |
.ml-48 { | |
margin-left: 3rem; | |
} | |
.ml-56 { | |
margin-left: 3.5rem; | |
} | |
.ml-64 { | |
margin-left: 4rem; | |
} | |
.ml-72 { | |
margin-left: 4.5rem; | |
} | |
.ml-80 { | |
margin-left: 5rem; | |
} | |
.ml-96 { | |
margin-left: 6rem; | |
} | |
.ml-112 { | |
margin-left: 7rem; | |
} | |
.ml-128 { | |
margin-left: 8rem; | |
} | |
.ml-144 { | |
margin-left: 9rem; | |
} | |
.ml-160 { | |
margin-left: 10rem; | |
} | |
.ml-192 { | |
margin-left: 12rem; | |
} | |
.ml-224 { | |
margin-left: 14rem; | |
} | |
.ml-256 { | |
margin-left: 16rem; | |
} | |
.p-revert { | |
padding: revert; | |
} | |
.p-auto { | |
padding: auto; | |
} | |
.p-1px { | |
padding: 1px; | |
} | |
.p-2px { | |
padding: 2px; | |
} | |
.p-3px { | |
padding: 3px; | |
} | |
.p-4px { | |
padding: 4px; | |
} | |
.p-5px { | |
padding: 5px; | |
} | |
.p-6px { | |
padding: 6px; | |
} | |
.p-7px { | |
padding: 7px; | |
} | |
.p-8px { | |
padding: 8px; | |
} | |
.p-9px { | |
padding: 9px; | |
} | |
.p-10px { | |
padding: 10px; | |
} | |
.p-12px { | |
padding: 12px; | |
} | |
.p-14px { | |
padding: 14px; | |
} | |
.p-16px { | |
padding: 16px; | |
} | |
.p-0 { | |
padding: 0; | |
} | |
.p-1 { | |
padding: 0.0625rem; | |
} | |
.p-2 { | |
padding: 0.125rem; | |
} | |
.p-3 { | |
padding: 0.1875rem; | |
} | |
.p-4 { | |
padding: 0.25rem; | |
} | |
.p-5 { | |
padding: 0.3125rem; | |
} | |
.p-6 { | |
padding: 0.375rem; | |
} | |
.p-7 { | |
padding: 0.4375rem; | |
} | |
.p-8 { | |
padding: 0.5rem; | |
} | |
.p-9 { | |
padding: 0.5625rem; | |
} | |
.p-10 { | |
padding: 0.625rem; | |
} | |
.p-12 { | |
padding: 0.75rem; | |
} | |
.p-14 { | |
padding: 0.875rem; | |
} | |
.p-16 { | |
padding: 1rem; | |
} | |
.p-18 { | |
padding: 1.125rem; | |
} | |
.p-20 { | |
padding: 1.25rem; | |
} | |
.p-24 { | |
padding: 1.5rem; | |
} | |
.p-28 { | |
padding: 1.75rem; | |
} | |
.p-32 { | |
padding: 2rem; | |
} | |
.p-36 { | |
padding: 2.25rem; | |
} | |
.p-40 { | |
padding: 2.5rem; | |
} | |
.p-48 { | |
padding: 3rem; | |
} | |
.p-56 { | |
padding: 3.5rem; | |
} | |
.p-64 { | |
padding: 4rem; | |
} | |
.p-72 { | |
padding: 4.5rem; | |
} | |
.p-80 { | |
padding: 5rem; | |
} | |
.p-96 { | |
padding: 6rem; | |
} | |
.p-112 { | |
padding: 7rem; | |
} | |
.p-128 { | |
padding: 8rem; | |
} | |
.p-144 { | |
padding: 9rem; | |
} | |
.p-160 { | |
padding: 10rem; | |
} | |
.p-192 { | |
padding: 12rem; | |
} | |
.p-224 { | |
padding: 14rem; | |
} | |
.p-256 { | |
padding: 16rem; | |
} | |
.px-revert { | |
padding-left: revert; | |
padding-right: revert; | |
} | |
.px-auto { | |
padding-left: auto; | |
padding-right: auto; | |
} | |
.px-1px { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.px-2px { | |
padding-left: 2px; | |
padding-right: 2px; | |
} | |
.px-3px { | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.px-4px { | |
padding-left: 4px; | |
padding-right: 4px; | |
} | |
.px-5px { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.px-6px { | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.px-7px { | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.px-8px { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.px-9px { | |
padding-left: 9px; | |
padding-right: 9px; | |
} | |
.px-10px { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
.px-12px { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.px-14px { | |
padding-left: 14px; | |
padding-right: 14px; | |
} | |
.px-16px { | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.px-0 { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.px-1 { | |
padding-left: 0.0625rem; | |
padding-right: 0.0625rem; | |
} | |
.px-2 { | |
padding-left: 0.125rem; | |
padding-right: 0.125rem; | |
} | |
.px-3 { | |
padding-left: 0.1875rem; | |
padding-right: 0.1875rem; | |
} | |
.px-4 { | |
padding-left: 0.25rem; | |
padding-right: 0.25rem; | |
} | |
.px-5 { | |
padding-left: 0.3125rem; | |
padding-right: 0.3125rem; | |
} | |
.px-6 { | |
padding-left: 0.375rem; | |
padding-right: 0.375rem; | |
} | |
.px-7 { | |
padding-left: 0.4375rem; | |
padding-right: 0.4375rem; | |
} | |
.px-8 { | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
} | |
.px-9 { | |
padding-left: 0.5625rem; | |
padding-right: 0.5625rem; | |
} | |
.px-10 { | |
padding-left: 0.625rem; | |
padding-right: 0.625rem; | |
} | |
.px-12 { | |
padding-left: 0.75rem; | |
padding-right: 0.75rem; | |
} | |
.px-14 { | |
padding-left: 0.875rem; | |
padding-right: 0.875rem; | |
} | |
.px-16 { | |
padding-left: 1rem; | |
padding-right: 1rem; | |
} | |
.px-18 { | |
padding-left: 1.125rem; | |
padding-right: 1.125rem; | |
} | |
.px-20 { | |
padding-left: 1.25rem; | |
padding-right: 1.25rem; | |
} | |
.px-24 { | |
padding-left: 1.5rem; | |
padding-right: 1.5rem; | |
} | |
.px-28 { | |
padding-left: 1.75rem; | |
padding-right: 1.75rem; | |
} | |
.px-32 { | |
padding-left: 2rem; | |
padding-right: 2rem; | |
} | |
.px-36 { | |
padding-left: 2.25rem; | |
padding-right: 2.25rem; | |
} | |
.px-40 { | |
padding-left: 2.5rem; | |
padding-right: 2.5rem; | |
} | |
.px-48 { | |
padding-left: 3rem; | |
padding-right: 3rem; | |
} | |
.px-56 { | |
padding-left: 3.5rem; | |
padding-right: 3.5rem; | |
} | |
.px-64 { | |
padding-left: 4rem; | |
padding-right: 4rem; | |
} | |
.px-72 { | |
padding-left: 4.5rem; | |
padding-right: 4.5rem; | |
} | |
.px-80 { | |
padding-left: 5rem; | |
padding-right: 5rem; | |
} | |
.px-96 { | |
padding-left: 6rem; | |
padding-right: 6rem; | |
} | |
.px-112 { | |
padding-left: 7rem; | |
padding-right: 7rem; | |
} | |
.px-128 { | |
padding-left: 8rem; | |
padding-right: 8rem; | |
} | |
.px-144 { | |
padding-left: 9rem; | |
padding-right: 9rem; | |
} | |
.px-160 { | |
padding-left: 10rem; | |
padding-right: 10rem; | |
} | |
.px-192 { | |
padding-left: 12rem; | |
padding-right: 12rem; | |
} | |
.px-224 { | |
padding-left: 14rem; | |
padding-right: 14rem; | |
} | |
.px-256 { | |
padding-left: 16rem; | |
padding-right: 16rem; | |
} | |
.py-revert { | |
padding-top: revert; | |
padding-bottom: revert; | |
} | |
.py-auto { | |
padding-top: auto; | |
padding-bottom: auto; | |
} | |
.py-1px { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.py-2px { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.py-3px { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
} | |
.py-4px { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
} | |
.py-5px { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.py-6px { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
.py-7px { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
} | |
.py-8px { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.py-9px { | |
padding-top: 9px; | |
padding-bottom: 9px; | |
} | |
.py-10px { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
.py-12px { | |
padding-top: 12px; | |
padding-bottom: 12px; | |
} | |
.py-14px { | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.py-16px { | |
padding-top: 16px; | |
padding-bottom: 16px; | |
} | |
.py-0 { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
.py-1 { | |
padding-top: 0.0625rem; | |
padding-bottom: 0.0625rem; | |
} | |
.py-2 { | |
padding-top: 0.125rem; | |
padding-bottom: 0.125rem; | |
} | |
.py-3 { | |
padding-top: 0.1875rem; | |
padding-bottom: 0.1875rem; | |
} | |
.py-4 { | |
padding-top: 0.25rem; | |
padding-bottom: 0.25rem; | |
} | |
.py-5 { | |
padding-top: 0.3125rem; | |
padding-bottom: 0.3125rem; | |
} | |
.py-6 { | |
padding-top: 0.375rem; | |
padding-bottom: 0.375rem; | |
} | |
.py-7 { | |
padding-top: 0.4375rem; | |
padding-bottom: 0.4375rem; | |
} | |
.py-8 { | |
padding-top: 0.5rem; | |
padding-bottom: 0.5rem; | |
} | |
.py-9 { | |
padding-top: 0.5625rem; | |
padding-bottom: 0.5625rem; | |
} | |
.py-10 { | |
padding-top: 0.625rem; | |
padding-bottom: 0.625rem; | |
} | |
.py-12 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.75rem; | |
} | |
.py-14 { | |
padding-top: 0.875rem; | |
padding-bottom: 0.875rem; | |
} | |
.py-16 { | |
padding-top: 1rem; | |
padding-bottom: 1rem; | |
} | |
.py-18 { | |
padding-top: 1.125rem; | |
padding-bottom: 1.125rem; | |
} | |
.py-20 { | |
padding-top: 1.25rem; | |
padding-bottom: 1.25rem; | |
} | |
.py-24 { | |
padding-top: 1.5rem; | |
padding-bottom: 1.5rem; | |
} | |
.py-28 { | |
padding-top: 1.75rem; | |
padding-bottom: 1.75rem; | |
} | |
.py-32 { | |
padding-top: 2rem; | |
padding-bottom: 2rem; | |
} | |
.py-36 { | |
padding-top: 2.25rem; | |
padding-bottom: 2.25rem; | |
} | |
.py-40 { | |
padding-top: 2.5rem; | |
padding-bottom: 2.5rem; | |
} | |
.py-48 { | |
padding-top: 3rem; | |
padding-bottom: 3rem; | |
} | |
.py-56 { | |
padding-top: 3.5rem; | |
padding-bottom: 3.5rem; | |
} | |
.py-64 { | |
padding-top: 4rem; | |
padding-bottom: 4rem; | |
} | |
.py-72 { | |
padding-top: 4.5rem; | |
padding-bottom: 4.5rem; | |
} | |
.py-80 { | |
padding-top: 5rem; | |
padding-bottom: 5rem; | |
} | |
.py-96 { | |
padding-top: 6rem; | |
padding-bottom: 6rem; | |
} | |
.py-112 { | |
padding-top: 7rem; | |
padding-bottom: 7rem; | |
} | |
.py-128 { | |
padding-top: 8rem; | |
padding-bottom: 8rem; | |
} | |
.py-144 { | |
padding-top: 9rem; | |
padding-bottom: 9rem; | |
} | |
.py-160 { | |
padding-top: 10rem; | |
padding-bottom: 10rem; | |
} | |
.py-192 { | |
padding-top: 12rem; | |
padding-bottom: 12rem; | |
} | |
.py-224 { | |
padding-top: 14rem; | |
padding-bottom: 14rem; | |
} | |
.py-256 { | |
padding-top: 16rem; | |
padding-bottom: 16rem; | |
} | |
.pt-revert { | |
padding-top: revert; | |
} | |
.pt-auto { | |
padding-top: auto; | |
} | |
.pt-1px { | |
padding-top: 1px; | |
} | |
.pt-2px { | |
padding-top: 2px; | |
} | |
.pt-3px { | |
padding-top: 3px; | |
} | |
.pt-4px { | |
padding-top: 4px; | |
} | |
.pt-5px { | |
padding-top: 5px; | |
} | |
.pt-6px { | |
padding-top: 6px; | |
} | |
.pt-7px { | |
padding-top: 7px; | |
} | |
.pt-8px { | |
padding-top: 8px; | |
} | |
.pt-9px { | |
padding-top: 9px; | |
} | |
.pt-10px { | |
padding-top: 10px; | |
} | |
.pt-12px { | |
padding-top: 12px; | |
} | |
.pt-14px { | |
padding-top: 14px; | |
} | |
.pt-16px { | |
padding-top: 16px; | |
} | |
.pt-0 { | |
padding-top: 0; | |
} | |
.pt-1 { | |
padding-top: 0.0625rem; | |
} | |
.pt-2 { | |
padding-top: 0.125rem; | |
} | |
.pt-3 { | |
padding-top: 0.1875rem; | |
} | |
.pt-4 { | |
padding-top: 0.25rem; | |
} | |
.pt-5 { | |
padding-top: 0.3125rem; | |
} | |
.pt-6 { | |
padding-top: 0.375rem; | |
} | |
.pt-7 { | |
padding-top: 0.4375rem; | |
} | |
.pt-8 { | |
padding-top: 0.5rem; | |
} | |
.pt-9 { | |
padding-top: 0.5625rem; | |
} | |
.pt-10 { | |
padding-top: 0.625rem; | |
} | |
.pt-12 { | |
padding-top: 0.75rem; | |
} | |
.pt-14 { | |
padding-top: 0.875rem; | |
} | |
.pt-16 { | |
padding-top: 1rem; | |
} | |
.pt-18 { | |
padding-top: 1.125rem; | |
} | |
.pt-20 { | |
padding-top: 1.25rem; | |
} | |
.pt-24 { | |
padding-top: 1.5rem; | |
} | |
.pt-28 { | |
padding-top: 1.75rem; | |
} | |
.pt-32 { | |
padding-top: 2rem; | |
} | |
.pt-36 { | |
padding-top: 2.25rem; | |
} | |
.pt-40 { | |
padding-top: 2.5rem; | |
} | |
.pt-48 { | |
padding-top: 3rem; | |
} | |
.pt-56 { | |
padding-top: 3.5rem; | |
} | |
.pt-64 { | |
padding-top: 4rem; | |
} | |
.pt-72 { | |
padding-top: 4.5rem; | |
} | |
.pt-80 { | |
padding-top: 5rem; | |
} | |
.pt-96 { | |
padding-top: 6rem; | |
} | |
.pt-112 { | |
padding-top: 7rem; | |
} | |
.pt-128 { | |
padding-top: 8rem; | |
} | |
.pt-144 { | |
padding-top: 9rem; | |
} | |
.pt-160 { | |
padding-top: 10rem; | |
} | |
.pt-192 { | |
padding-top: 12rem; | |
} | |
.pt-224 { | |
padding-top: 14rem; | |
} | |
.pt-256 { | |
padding-top: 16rem; | |
} | |
.pr-revert { | |
padding-right: revert; | |
} | |
.pr-auto { | |
padding-right: auto; | |
} | |
.pr-1px { | |
padding-right: 1px; | |
} | |
.pr-2px { | |
padding-right: 2px; | |
} | |
.pr-3px { | |
padding-right: 3px; | |
} | |
.pr-4px { | |
padding-right: 4px; | |
} | |
.pr-5px { | |
padding-right: 5px; | |
} | |
.pr-6px { | |
padding-right: 6px; | |
} | |
.pr-7px { | |
padding-right: 7px; | |
} | |
.pr-8px { | |
padding-right: 8px; | |
} | |
.pr-9px { | |
padding-right: 9px; | |
} | |
.pr-10px { | |
padding-right: 10px; | |
} | |
.pr-12px { | |
padding-right: 12px; | |
} | |
.pr-14px { | |
padding-right: 14px; | |
} | |
.pr-16px { | |
padding-right: 16px; | |
} | |
.pr-0 { | |
padding-right: 0; | |
} | |
.pr-1 { | |
padding-right: 0.0625rem; | |
} | |
.pr-2 { | |
padding-right: 0.125rem; | |
} | |
.pr-3 { | |
padding-right: 0.1875rem; | |
} | |
.pr-4 { | |
padding-right: 0.25rem; | |
} | |
.pr-5 { | |
padding-right: 0.3125rem; | |
} | |
.pr-6 { | |
padding-right: 0.375rem; | |
} | |
.pr-7 { | |
padding-right: 0.4375rem; | |
} | |
.pr-8 { | |
padding-right: 0.5rem; | |
} | |
.pr-9 { | |
padding-right: 0.5625rem; | |
} | |
.pr-10 { | |
padding-right: 0.625rem; | |
} | |
.pr-12 { | |
padding-right: 0.75rem; | |
} | |
.pr-14 { | |
padding-right: 0.875rem; | |
} | |
.pr-16 { | |
padding-right: 1rem; | |
} | |
.pr-18 { | |
padding-right: 1.125rem; | |
} | |
.pr-20 { | |
padding-right: 1.25rem; | |
} | |
.pr-24 { | |
padding-right: 1.5rem; | |
} | |
.pr-28 { | |
padding-right: 1.75rem; | |
} | |
.pr-32 { | |
padding-right: 2rem; | |
} | |
.pr-36 { | |
padding-right: 2.25rem; | |
} | |
.pr-40 { | |
padding-right: 2.5rem; | |
} | |
.pr-48 { | |
padding-right: 3rem; | |
} | |
.pr-56 { | |
padding-right: 3.5rem; | |
} | |
.pr-64 { | |
padding-right: 4rem; | |
} | |
.pr-72 { | |
padding-right: 4.5rem; | |
} | |
.pr-80 { | |
padding-right: 5rem; | |
} | |
.pr-96 { | |
padding-right: 6rem; | |
} | |
.pr-112 { | |
padding-right: 7rem; | |
} | |
.pr-128 { | |
padding-right: 8rem; | |
} | |
.pr-144 { | |
padding-right: 9rem; | |
} | |
.pr-160 { | |
padding-right: 10rem; | |
} | |
.pr-192 { | |
padding-right: 12rem; | |
} | |
.pr-224 { | |
padding-right: 14rem; | |
} | |
.pr-256 { | |
padding-right: 16rem; | |
} | |
.pb-revert { | |
padding-bottom: revert; | |
} | |
.pb-auto { | |
padding-bottom: auto; | |
} | |
.pb-1px { | |
padding-bottom: 1px; | |
} | |
.pb-2px { | |
padding-bottom: 2px; | |
} | |
.pb-3px { | |
padding-bottom: 3px; | |
} | |
.pb-4px { | |
padding-bottom: 4px; | |
} | |
.pb-5px { | |
padding-bottom: 5px; | |
} | |
.pb-6px { | |
padding-bottom: 6px; | |
} | |
.pb-7px { | |
padding-bottom: 7px; | |
} | |
.pb-8px { | |
padding-bottom: 8px; | |
} | |
.pb-9px { | |
padding-bottom: 9px; | |
} | |
.pb-10px { | |
padding-bottom: 10px; | |
} | |
.pb-12px { | |
padding-bottom: 12px; | |
} | |
.pb-14px { | |
padding-bottom: 14px; | |
} | |
.pb-16px { | |
padding-bottom: 16px; | |
} | |
.pb-0 { | |
padding-bottom: 0; | |
} | |
.pb-1 { | |
padding-bottom: 0.0625rem; | |
} | |
.pb-2 { | |
padding-bottom: 0.125rem; | |
} | |
.pb-3 { | |
padding-bottom: 0.1875rem; | |
} | |
.pb-4 { | |
padding-bottom: 0.25rem; | |
} | |
.pb-5 { | |
padding-bottom: 0.3125rem; | |
} | |
.pb-6 { | |
padding-bottom: 0.375rem; | |
} | |
.pb-7 { | |
padding-bottom: 0.4375rem; | |
} | |
.pb-8 { | |
padding-bottom: 0.5rem; | |
} | |
.pb-9 { | |
padding-bottom: 0.5625rem; | |
} | |
.pb-10 { | |
padding-bottom: 0.625rem; | |
} | |
.pb-12 { | |
padding-bottom: 0.75rem; | |
} | |
.pb-14 { | |
padding-bottom: 0.875rem; | |
} | |
.pb-16 { | |
padding-bottom: 1rem; | |
} | |
.pb-18 { | |
padding-bottom: 1.125rem; | |
} | |
.pb-20 { | |
padding-bottom: 1.25rem; | |
} | |
.pb-24 { | |
padding-bottom: 1.5rem; | |
} | |
.pb-28 { | |
padding-bottom: 1.75rem; | |
} | |
.pb-32 { | |
padding-bottom: 2rem; | |
} | |
.pb-36 { | |
padding-bottom: 2.25rem; | |
} | |
.pb-40 { | |
padding-bottom: 2.5rem; | |
} | |
.pb-48 { | |
padding-bottom: 3rem; | |
} | |
.pb-56 { | |
padding-bottom: 3.5rem; | |
} | |
.pb-64 { | |
padding-bottom: 4rem; | |
} | |
.pb-72 { | |
padding-bottom: 4.5rem; | |
} | |
.pb-80 { | |
padding-bottom: 5rem; | |
} | |
.pb-96 { | |
padding-bottom: 6rem; | |
} | |
.pb-112 { | |
padding-bottom: 7rem; | |
} | |
.pb-128 { | |
padding-bottom: 8rem; | |
} | |
.pb-144 { | |
padding-bottom: 9rem; | |
} | |
.pb-160 { | |
padding-bottom: 10rem; | |
} | |
.pb-192 { | |
padding-bottom: 12rem; | |
} | |
.pb-224 { | |
padding-bottom: 14rem; | |
} | |
.pb-256 { | |
padding-bottom: 16rem; | |
} | |
.pl-revert { | |
padding-left: revert; | |
} | |
.pl-auto { | |
padding-left: auto; | |
} | |
.pl-1px { | |
padding-left: 1px; | |
} | |
.pl-2px { | |
padding-left: 2px; | |
} | |
.pl-3px { | |
padding-left: 3px; | |
} | |
.pl-4px { | |
padding-left: 4px; | |
} | |
.pl-5px { | |
padding-left: 5px; | |
} | |
.pl-6px { | |
padding-left: 6px; | |
} | |
.pl-7px { | |
padding-left: 7px; | |
} | |
.pl-8px { | |
padding-left: 8px; | |
} | |
.pl-9px { | |
padding-left: 9px; | |
} | |
.pl-10px { | |
padding-left: 10px; | |
} | |
.pl-12px { | |
padding-left: 12px; | |
} | |
.pl-14px { | |
padding-left: 14px; | |
} | |
.pl-16px { | |
padding-left: 16px; | |
} | |
.pl-0 { | |
padding-left: 0; | |
} | |
.pl-1 { | |
padding-left: 0.0625rem; | |
} | |
.pl-2 { | |
padding-left: 0.125rem; | |
} | |
.pl-3 { | |
padding-left: 0.1875rem; | |
} | |
.pl-4 { | |
padding-left: 0.25rem; | |
} | |
.pl-5 { | |
padding-left: 0.3125rem; | |
} | |
.pl-6 { | |
padding-left: 0.375rem; | |
} | |
.pl-7 { | |
padding-left: 0.4375rem; | |
} | |
.pl-8 { | |
padding-left: 0.5rem; | |
} | |
.pl-9 { | |
padding-left: 0.5625rem; | |
} | |
.pl-10 { | |
padding-left: 0.625rem; | |
} | |
.pl-12 { | |
padding-left: 0.75rem; | |
} | |
.pl-14 { | |
padding-left: 0.875rem; | |
} | |
.pl-16 { | |
padding-left: 1rem; | |
} | |
.pl-18 { | |
padding-left: 1.125rem; | |
} | |
.pl-20 { | |
padding-left: 1.25rem; | |
} | |
.pl-24 { | |
padding-left: 1.5rem; | |
} | |
.pl-28 { | |
padding-left: 1.75rem; | |
} | |
.pl-32 { | |
padding-left: 2rem; | |
} | |
.pl-36 { | |
padding-left: 2.25rem; | |
} | |
.pl-40 { | |
padding-left: 2.5rem; | |
} | |
.pl-48 { | |
padding-left: 3rem; | |
} | |
.pl-56 { | |
padding-left: 3.5rem; | |
} | |
.pl-64 { | |
padding-left: 4rem; | |
} | |
.pl-72 { | |
padding-left: 4.5rem; | |
} | |
.pl-80 { | |
padding-left: 5rem; | |
} | |
.pl-96 { | |
padding-left: 6rem; | |
} | |
.pl-112 { | |
padding-left: 7rem; | |
} | |
.pl-128 { | |
padding-left: 8rem; | |
} | |
.pl-144 { | |
padding-left: 9rem; | |
} | |
.pl-160 { | |
padding-left: 10rem; | |
} | |
.pl-192 { | |
padding-left: 12rem; | |
} | |
.pl-224 { | |
padding-left: 14rem; | |
} | |
.pl-256 { | |
padding-left: 16rem; | |
} | |
.revert { | |
position: revert; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.static { | |
position: static; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.absolute { | |
position: absolute; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.fixed { | |
position: fixed; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.relative { | |
position: relative; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.sticky { | |
position: sticky; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.inset-revert { | |
inset: revert; | |
} | |
.inset { | |
inset: 0; | |
} | |
.inset-tr { | |
inset: 0; | |
bottom: revert; | |
left: revert; | |
} | |
.inset-br { | |
inset: 0; | |
top: revert; | |
left: revert; | |
} | |
.inset-bl { | |
inset: 0; | |
top: revert; | |
right: revert; | |
} | |
.inset-tl { | |
inset: 0; | |
right: revert; | |
bottom: revert; | |
} | |
.inset-t { | |
inset: 0; | |
bottom: revert; | |
} | |
.inset-r { | |
inset: 0; | |
left: revert; | |
} | |
.inset-b { | |
inset: 0; | |
top: revert; | |
} | |
.inset-l { | |
inset: 0; | |
right: revert; | |
} | |
.row { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
.col { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
.justify-revert { | |
justify-content: revert; | |
} | |
.justify-stretch { | |
justify-content: stretch; | |
} | |
.justify-start { | |
justify-content: flex-start; | |
} | |
.justify-center { | |
justify-content: center; | |
} | |
.justify-end { | |
justify-content: flex-end; | |
} | |
.align-revert { | |
align-items: revert; | |
} | |
.align-stretch { | |
align-items: stretch; | |
} | |
.align-start { | |
align-items: flex-start; | |
} | |
.align-center { | |
align-items: center; | |
} | |
.align-end { | |
align-items: flex-end; | |
} | |
.justify-self-revert { | |
justify-self: revert; | |
} | |
.justify-self-stretch { | |
justify-self: stretch; | |
} | |
.justify-self-start { | |
justify-self: flex-start; | |
} | |
.justify-self-center { | |
justify-self: center; | |
} | |
.justify-self-end { | |
justify-self: flex-end; | |
} | |
.align-self-revert { | |
align-self: revert; | |
} | |
.align-self-stretch { | |
align-self: stretch; | |
} | |
.align-self-start { | |
align-self: flex-start; | |
} | |
.align-self-center { | |
align-self: center; | |
} | |
.align-self-end { | |
align-self: flex-end; | |
} | |
.gap-revert { | |
gap: revert; | |
} | |
.gap-auto { | |
gap: auto; | |
} | |
.gap-1px { | |
gap: 1px; | |
} | |
.gap-2px { | |
gap: 2px; | |
} | |
.gap-3px { | |
gap: 3px; | |
} | |
.gap-4px { | |
gap: 4px; | |
} | |
.gap-5px { | |
gap: 5px; | |
} | |
.gap-6px { | |
gap: 6px; | |
} | |
.gap-7px { | |
gap: 7px; | |
} | |
.gap-8px { | |
gap: 8px; | |
} | |
.gap-9px { | |
gap: 9px; | |
} | |
.gap-10px { | |
gap: 10px; | |
} | |
.gap-12px { | |
gap: 12px; | |
} | |
.gap-14px { | |
gap: 14px; | |
} | |
.gap-16px { | |
gap: 16px; | |
} | |
.gap-0 { | |
gap: 0; | |
} | |
.gap-1 { | |
gap: 0.0625rem; | |
} | |
.gap-2 { | |
gap: 0.125rem; | |
} | |
.gap-3 { | |
gap: 0.1875rem; | |
} | |
.gap-4 { | |
gap: 0.25rem; | |
} | |
.gap-5 { | |
gap: 0.3125rem; | |
} | |
.gap-6 { | |
gap: 0.375rem; | |
} | |
.gap-7 { | |
gap: 0.4375rem; | |
} | |
.gap-8 { | |
gap: 0.5rem; | |
} | |
.gap-9 { | |
gap: 0.5625rem; | |
} | |
.gap-10 { | |
gap: 0.625rem; | |
} | |
.gap-12 { | |
gap: 0.75rem; | |
} | |
.gap-14 { | |
gap: 0.875rem; | |
} | |
.gap-16 { | |
gap: 1rem; | |
} | |
.gap-18 { | |
gap: 1.125rem; | |
} | |
.gap-20 { | |
gap: 1.25rem; | |
} | |
.gap-24 { | |
gap: 1.5rem; | |
} | |
.gap-28 { | |
gap: 1.75rem; | |
} | |
.gap-32 { | |
gap: 2rem; | |
} | |
.gap-36 { | |
gap: 2.25rem; | |
} | |
.gap-40 { | |
gap: 2.5rem; | |
} | |
.gap-48 { | |
gap: 3rem; | |
} | |
.gap-56 { | |
gap: 3.5rem; | |
} | |
.gap-64 { | |
gap: 4rem; | |
} | |
.gap-72 { | |
gap: 4.5rem; | |
} | |
.gap-80 { | |
gap: 5rem; | |
} | |
.gap-96 { | |
gap: 6rem; | |
} | |
.gap-112 { | |
gap: 7rem; | |
} | |
.gap-128 { | |
gap: 8rem; | |
} | |
.gap-144 { | |
gap: 9rem; | |
} | |
.gap-160 { | |
gap: 10rem; | |
} | |
.gap-192 { | |
gap: 12rem; | |
} | |
.gap-224 { | |
gap: 14rem; | |
} | |
.gap-256 { | |
gap: 16rem; | |
} | |
.grow { | |
flex-grow: 1; | |
} | |
.aspect { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
.aspect-w-revert { | |
--aspect-w: revert; | |
} | |
.aspect-w-0 { | |
--aspect-w: 0; | |
} | |
.aspect-w-1 { | |
--aspect-w: 1; | |
} | |
.aspect-w-2 { | |
--aspect-w: 2; | |
} | |
.aspect-w-3 { | |
--aspect-w: 3; | |
} | |
.aspect-w-4 { | |
--aspect-w: 4; | |
} | |
.aspect-w-5 { | |
--aspect-w: 5; | |
} | |
.aspect-w-6 { | |
--aspect-w: 6; | |
} | |
.aspect-w-7 { | |
--aspect-w: 7; | |
} | |
.aspect-w-8 { | |
--aspect-w: 8; | |
} | |
.aspect-w-9 { | |
--aspect-w: 9; | |
} | |
.aspect-w-10 { | |
--aspect-w: 10; | |
} | |
.aspect-w-11 { | |
--aspect-w: 11; | |
} | |
.aspect-w-12 { | |
--aspect-w: 12; | |
} | |
.aspect-w-13 { | |
--aspect-w: 13; | |
} | |
.aspect-w-14 { | |
--aspect-w: 14; | |
} | |
.aspect-w-15 { | |
--aspect-w: 15; | |
} | |
.aspect-w-16 { | |
--aspect-w: 16; | |
} | |
.aspect-h-revert { | |
--aspect-h: revert; | |
} | |
.aspect-h-0 { | |
--aspect-h: 0; | |
} | |
.aspect-h-1 { | |
--aspect-h: 1; | |
} | |
.aspect-h-2 { | |
--aspect-h: 2; | |
} | |
.aspect-h-3 { | |
--aspect-h: 3; | |
} | |
.aspect-h-4 { | |
--aspect-h: 4; | |
} | |
.aspect-h-5 { | |
--aspect-h: 5; | |
} | |
.aspect-h-6 { | |
--aspect-h: 6; | |
} | |
.aspect-h-7 { | |
--aspect-h: 7; | |
} | |
.aspect-h-8 { | |
--aspect-h: 8; | |
} | |
.aspect-h-9 { | |
--aspect-h: 9; | |
} | |
.aspect-h-10 { | |
--aspect-h: 10; | |
} | |
.aspect-h-11 { | |
--aspect-h: 11; | |
} | |
.aspect-h-12 { | |
--aspect-h: 12; | |
} | |
.aspect-h-13 { | |
--aspect-h: 13; | |
} | |
.aspect-h-14 { | |
--aspect-h: 14; | |
} | |
.aspect-h-15 { | |
--aspect-h: 15; | |
} | |
.aspect-h-16 { | |
--aspect-h: 16; | |
} | |
.w-revert { | |
width: revert; | |
} | |
.w-auto { | |
width: auto; | |
} | |
.w-1px { | |
width: 1px; | |
} | |
.w-2px { | |
width: 2px; | |
} | |
.w-3px { | |
width: 3px; | |
} | |
.w-4px { | |
width: 4px; | |
} | |
.w-5px { | |
width: 5px; | |
} | |
.w-6px { | |
width: 6px; | |
} | |
.w-7px { | |
width: 7px; | |
} | |
.w-8px { | |
width: 8px; | |
} | |
.w-9px { | |
width: 9px; | |
} | |
.w-10px { | |
width: 10px; | |
} | |
.w-12px { | |
width: 12px; | |
} | |
.w-14px { | |
width: 14px; | |
} | |
.w-16px { | |
width: 16px; | |
} | |
.w-0 { | |
width: 0; | |
} | |
.w-1 { | |
width: 0.0625rem; | |
} | |
.w-2 { | |
width: 0.125rem; | |
} | |
.w-3 { | |
width: 0.1875rem; | |
} | |
.w-4 { | |
width: 0.25rem; | |
} | |
.w-5 { | |
width: 0.3125rem; | |
} | |
.w-6 { | |
width: 0.375rem; | |
} | |
.w-7 { | |
width: 0.4375rem; | |
} | |
.w-8 { | |
width: 0.5rem; | |
} | |
.w-9 { | |
width: 0.5625rem; | |
} | |
.w-10 { | |
width: 0.625rem; | |
} | |
.w-12 { | |
width: 0.75rem; | |
} | |
.w-14 { | |
width: 0.875rem; | |
} | |
.w-16 { | |
width: 1rem; | |
} | |
.w-18 { | |
width: 1.125rem; | |
} | |
.w-20 { | |
width: 1.25rem; | |
} | |
.w-24 { | |
width: 1.5rem; | |
} | |
.w-28 { | |
width: 1.75rem; | |
} | |
.w-32 { | |
width: 2rem; | |
} | |
.w-36 { | |
width: 2.25rem; | |
} | |
.w-40 { | |
width: 2.5rem; | |
} | |
.w-48 { | |
width: 3rem; | |
} | |
.w-56 { | |
width: 3.5rem; | |
} | |
.w-64 { | |
width: 4rem; | |
} | |
.w-72 { | |
width: 4.5rem; | |
} | |
.w-80 { | |
width: 5rem; | |
} | |
.w-96 { | |
width: 6rem; | |
} | |
.w-112 { | |
width: 7rem; | |
} | |
.w-128 { | |
width: 8rem; | |
} | |
.w-144 { | |
width: 9rem; | |
} | |
.w-160 { | |
width: 10rem; | |
} | |
.w-192 { | |
width: 12rem; | |
} | |
.w-224 { | |
width: 14rem; | |
} | |
.w-256 { | |
width: 16rem; | |
} | |
.w-288 { | |
width: 18rem; | |
} | |
.w-320 { | |
width: 20rem; | |
} | |
.w-384 { | |
width: 24rem; | |
} | |
.w-448 { | |
width: 28rem; | |
} | |
.w-512 { | |
width: 32rem; | |
} | |
.w-576 { | |
width: 36rem; | |
} | |
.w-640 { | |
width: 40rem; | |
} | |
.w-768 { | |
width: 48rem; | |
} | |
.w-896 { | |
width: 56rem; | |
} | |
.w-1024 { | |
width: 64rem; | |
} | |
.w-1152 { | |
width: 72rem; | |
} | |
.w-1280 { | |
width: 80rem; | |
} | |
.w-1536 { | |
width: 96rem; | |
} | |
.w-0\% { | |
width: 0%; | |
} | |
.w-10\% { | |
width: 10%; | |
} | |
.w-20\% { | |
width: 20%; | |
} | |
.w-25\% { | |
width: 25%; | |
} | |
.w-30\% { | |
width: 30%; | |
} | |
.w-40\% { | |
width: 40%; | |
} | |
.w-50\% { | |
width: 50%; | |
} | |
.w-60\% { | |
width: 60%; | |
} | |
.w-70\% { | |
width: 70%; | |
} | |
.w-75\% { | |
width: 75%; | |
} | |
.w-80\% { | |
width: 80%; | |
} | |
.w-90\% { | |
width: 90%; | |
} | |
.w-full { | |
width: 100%; | |
} | |
.w-screen { | |
width: 100vw; | |
} | |
.max-w-revert { | |
max-width: revert; | |
} | |
.max-w-auto { | |
max-width: auto; | |
} | |
.max-w-1px { | |
max-width: 1px; | |
} | |
.max-w-2px { | |
max-width: 2px; | |
} | |
.max-w-3px { | |
max-width: 3px; | |
} | |
.max-w-4px { | |
max-width: 4px; | |
} | |
.max-w-5px { | |
max-width: 5px; | |
} | |
.max-w-6px { | |
max-width: 6px; | |
} | |
.max-w-7px { | |
max-width: 7px; | |
} | |
.max-w-8px { | |
max-width: 8px; | |
} | |
.max-w-9px { | |
max-width: 9px; | |
} | |
.max-w-10px { | |
max-width: 10px; | |
} | |
.max-w-12px { | |
max-width: 12px; | |
} | |
.max-w-14px { | |
max-width: 14px; | |
} | |
.max-w-16px { | |
max-width: 16px; | |
} | |
.max-w-384 { | |
max-width: 384px; | |
} | |
.max-w-448 { | |
max-width: 448px; | |
} | |
.max-w-512 { | |
max-width: 512px; | |
} | |
.max-w-576 { | |
max-width: 576px; | |
} | |
.max-w-640 { | |
max-width: 640px; | |
} | |
.max-w-768 { | |
max-width: 768px; | |
} | |
.max-w-896 { | |
max-width: 896px; | |
} | |
.max-w-1024 { | |
max-width: 1024px; | |
} | |
.max-w-1152 { | |
max-width: 1152px; | |
} | |
.max-w-1280 { | |
max-width: 1280px; | |
} | |
.max-w-1536 { | |
max-width: 1536px; | |
} | |
.max-w-sm { | |
max-width: 640px; | |
} | |
.max-w-md { | |
max-width: 768px; | |
} | |
.max-w-lg { | |
max-width: 1024px; | |
} | |
.max-w-xl { | |
max-width: 1280px; | |
} | |
.max-w-2xl { | |
max-width: 1536px; | |
} | |
.h-revert { | |
height: revert; | |
} | |
.h-auto { | |
height: auto; | |
} | |
.h-1px { | |
height: 1px; | |
} | |
.h-2px { | |
height: 2px; | |
} | |
.h-3px { | |
height: 3px; | |
} | |
.h-4px { | |
height: 4px; | |
} | |
.h-5px { | |
height: 5px; | |
} | |
.h-6px { | |
height: 6px; | |
} | |
.h-7px { | |
height: 7px; | |
} | |
.h-8px { | |
height: 8px; | |
} | |
.h-9px { | |
height: 9px; | |
} | |
.h-10px { | |
height: 10px; | |
} | |
.h-12px { | |
height: 12px; | |
} | |
.h-14px { | |
height: 14px; | |
} | |
.h-16px { | |
height: 16px; | |
} | |
.h-0 { | |
height: 0; | |
} | |
.h-1 { | |
height: 0.0625rem; | |
} | |
.h-2 { | |
height: 0.125rem; | |
} | |
.h-3 { | |
height: 0.1875rem; | |
} | |
.h-4 { | |
height: 0.25rem; | |
} | |
.h-5 { | |
height: 0.3125rem; | |
} | |
.h-6 { | |
height: 0.375rem; | |
} | |
.h-7 { | |
height: 0.4375rem; | |
} | |
.h-8 { | |
height: 0.5rem; | |
} | |
.h-9 { | |
height: 0.5625rem; | |
} | |
.h-10 { | |
height: 0.625rem; | |
} | |
.h-12 { | |
height: 0.75rem; | |
} | |
.h-14 { | |
height: 0.875rem; | |
} | |
.h-16 { | |
height: 1rem; | |
} | |
.h-18 { | |
height: 1.125rem; | |
} | |
.h-20 { | |
height: 1.25rem; | |
} | |
.h-24 { | |
height: 1.5rem; | |
} | |
.h-28 { | |
height: 1.75rem; | |
} | |
.h-32 { | |
height: 2rem; | |
} | |
.h-36 { | |
height: 2.25rem; | |
} | |
.h-40 { | |
height: 2.5rem; | |
} | |
.h-48 { | |
height: 3rem; | |
} | |
.h-56 { | |
height: 3.5rem; | |
} | |
.h-64 { | |
height: 4rem; | |
} | |
.h-72 { | |
height: 4.5rem; | |
} | |
.h-80 { | |
height: 5rem; | |
} | |
.h-96 { | |
height: 6rem; | |
} | |
.h-112 { | |
height: 7rem; | |
} | |
.h-128 { | |
height: 8rem; | |
} | |
.h-144 { | |
height: 9rem; | |
} | |
.h-160 { | |
height: 10rem; | |
} | |
.h-192 { | |
height: 12rem; | |
} | |
.h-224 { | |
height: 14rem; | |
} | |
.h-256 { | |
height: 16rem; | |
} | |
.h-288 { | |
height: 18rem; | |
} | |
.h-320 { | |
height: 20rem; | |
} | |
.h-384 { | |
height: 24rem; | |
} | |
.h-448 { | |
height: 28rem; | |
} | |
.h-512 { | |
height: 32rem; | |
} | |
.h-576 { | |
height: 36rem; | |
} | |
.h-640 { | |
height: 40rem; | |
} | |
.h-768 { | |
height: 48rem; | |
} | |
.h-896 { | |
height: 56rem; | |
} | |
.h-1024 { | |
height: 64rem; | |
} | |
.h-1152 { | |
height: 72rem; | |
} | |
.h-1280 { | |
height: 80rem; | |
} | |
.h-1536 { | |
height: 96rem; | |
} | |
.h-0\% { | |
height: 0%; | |
} | |
.h-10\% { | |
height: 10%; | |
} | |
.h-20\% { | |
height: 20%; | |
} | |
.h-25\% { | |
height: 25%; | |
} | |
.h-30\% { | |
height: 30%; | |
} | |
.h-40\% { | |
height: 40%; | |
} | |
.h-50\% { | |
height: 50%; | |
} | |
.h-60\% { | |
height: 60%; | |
} | |
.h-70\% { | |
height: 70%; | |
} | |
.h-75\% { | |
height: 75%; | |
} | |
.h-80\% { | |
height: 80%; | |
} | |
.h-90\% { | |
height: 90%; | |
} | |
.h-full { | |
height: 100%; | |
} | |
.h-screen { | |
height: 100vh; | |
} | |
.min-h-revert { | |
min-height: revert; | |
} | |
.min-h-screen { | |
min-height: 100vh; | |
} | |
.border-revert { | |
border-width: revert; | |
} | |
.border-auto { | |
border-width: auto; | |
} | |
.border-1px { | |
border-width: 1px; | |
} | |
.border-2px { | |
border-width: 2px; | |
} | |
.border-3px { | |
border-width: 3px; | |
} | |
.border-4px { | |
border-width: 4px; | |
} | |
.border-5px { | |
border-width: 5px; | |
} | |
.border-6px { | |
border-width: 6px; | |
} | |
.border-7px { | |
border-width: 7px; | |
} | |
.border-8px { | |
border-width: 8px; | |
} | |
.border-9px { | |
border-width: 9px; | |
} | |
.border-10px { | |
border-width: 10px; | |
} | |
.border-12px { | |
border-width: 12px; | |
} | |
.border-14px { | |
border-width: 14px; | |
} | |
.border-16px { | |
border-width: 16px; | |
} | |
.border-0 { | |
border-width: 0; | |
} | |
.border-1 { | |
border-width: 0.0625rem; | |
} | |
.border-2 { | |
border-width: 0.125rem; | |
} | |
.border-3 { | |
border-width: 0.1875rem; | |
} | |
.border-4 { | |
border-width: 0.25rem; | |
} | |
.border-5 { | |
border-width: 0.3125rem; | |
} | |
.border-6 { | |
border-width: 0.375rem; | |
} | |
.border-7 { | |
border-width: 0.4375rem; | |
} | |
.border-8 { | |
border-width: 0.5rem; | |
} | |
.border-x-revert { | |
border-left-width: revert; | |
border-right-width: revert; | |
} | |
.border-x-auto { | |
border-left-width: auto; | |
border-right-width: auto; | |
} | |
.border-x-1px { | |
border-left-width: 1px; | |
border-right-width: 1px; | |
} | |
.border-x-2px { | |
border-left-width: 2px; | |
border-right-width: 2px; | |
} | |
.border-x-3px { | |
border-left-width: 3px; | |
border-right-width: 3px; | |
} | |
.border-x-4px { | |
border-left-width: 4px; | |
border-right-width: 4px; | |
} | |
.border-x-5px { | |
border-left-width: 5px; | |
border-right-width: 5px; | |
} | |
.border-x-6px { | |
border-left-width: 6px; | |
border-right-width: 6px; | |
} | |
.border-x-7px { | |
border-left-width: 7px; | |
border-right-width: 7px; | |
} | |
.border-x-8px { | |
border-left-width: 8px; | |
border-right-width: 8px; | |
} | |
.border-x-9px { | |
border-left-width: 9px; | |
border-right-width: 9px; | |
} | |
.border-x-10px { | |
border-left-width: 10px; | |
border-right-width: 10px; | |
} | |
.border-x-12px { | |
border-left-width: 12px; | |
border-right-width: 12px; | |
} | |
.border-x-14px { | |
border-left-width: 14px; | |
border-right-width: 14px; | |
} | |
.border-x-16px { | |
border-left-width: 16px; | |
border-right-width: 16px; | |
} | |
.border-x-0 { | |
border-left-width: 0; | |
border-right-width: 0; | |
} | |
.border-x-1 { | |
border-left-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.border-x-2 { | |
border-left-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.border-x-3 { | |
border-left-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.border-x-4 { | |
border-left-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.border-x-5 { | |
border-left-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.border-x-6 { | |
border-left-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.border-x-7 { | |
border-left-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.border-x-8 { | |
border-left-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.border-y-revert { | |
border-top-width: revert; | |
border-bottom-width: revert; | |
} | |
.border-y-auto { | |
border-top-width: auto; | |
border-bottom-width: auto; | |
} | |
.border-y-1px { | |
border-top-width: 1px; | |
border-bottom-width: 1px; | |
} | |
.border-y-2px { | |
border-top-width: 2px; | |
border-bottom-width: 2px; | |
} | |
.border-y-3px { | |
border-top-width: 3px; | |
border-bottom-width: 3px; | |
} | |
.border-y-4px { | |
border-top-width: 4px; | |
border-bottom-width: 4px; | |
} | |
.border-y-5px { | |
border-top-width: 5px; | |
border-bottom-width: 5px; | |
} | |
.border-y-6px { | |
border-top-width: 6px; | |
border-bottom-width: 6px; | |
} | |
.border-y-7px { | |
border-top-width: 7px; | |
border-bottom-width: 7px; | |
} | |
.border-y-8px { | |
border-top-width: 8px; | |
border-bottom-width: 8px; | |
} | |
.border-y-9px { | |
border-top-width: 9px; | |
border-bottom-width: 9px; | |
} | |
.border-y-10px { | |
border-top-width: 10px; | |
border-bottom-width: 10px; | |
} | |
.border-y-12px { | |
border-top-width: 12px; | |
border-bottom-width: 12px; | |
} | |
.border-y-14px { | |
border-top-width: 14px; | |
border-bottom-width: 14px; | |
} | |
.border-y-16px { | |
border-top-width: 16px; | |
border-bottom-width: 16px; | |
} | |
.border-y-0 { | |
border-top-width: 0; | |
border-bottom-width: 0; | |
} | |
.border-y-1 { | |
border-top-width: 0.0625rem; | |
border-bottom-width: 0.0625rem; | |
} | |
.border-y-2 { | |
border-top-width: 0.125rem; | |
border-bottom-width: 0.125rem; | |
} | |
.border-y-3 { | |
border-top-width: 0.1875rem; | |
border-bottom-width: 0.1875rem; | |
} | |
.border-y-4 { | |
border-top-width: 0.25rem; | |
border-bottom-width: 0.25rem; | |
} | |
.border-y-5 { | |
border-top-width: 0.3125rem; | |
border-bottom-width: 0.3125rem; | |
} | |
.border-y-6 { | |
border-top-width: 0.375rem; | |
border-bottom-width: 0.375rem; | |
} | |
.border-y-7 { | |
border-top-width: 0.4375rem; | |
border-bottom-width: 0.4375rem; | |
} | |
.border-y-8 { | |
border-top-width: 0.5rem; | |
border-bottom-width: 0.5rem; | |
} | |
.border-tr-revert { | |
border-top-width: revert; | |
border-right-width: revert; | |
} | |
.border-tr-auto { | |
border-top-width: auto; | |
border-right-width: auto; | |
} | |
.border-tr-1px { | |
border-top-width: 1px; | |
border-right-width: 1px; | |
} | |
.border-tr-2px { | |
border-top-width: 2px; | |
border-right-width: 2px; | |
} | |
.border-tr-3px { | |
border-top-width: 3px; | |
border-right-width: 3px; | |
} | |
.border-tr-4px { | |
border-top-width: 4px; | |
border-right-width: 4px; | |
} | |
.border-tr-5px { | |
border-top-width: 5px; | |
border-right-width: 5px; | |
} | |
.border-tr-6px { | |
border-top-width: 6px; | |
border-right-width: 6px; | |
} | |
.border-tr-7px { | |
border-top-width: 7px; | |
border-right-width: 7px; | |
} | |
.border-tr-8px { | |
border-top-width: 8px; | |
border-right-width: 8px; | |
} | |
.border-tr-9px { | |
border-top-width: 9px; | |
border-right-width: 9px; | |
} | |
.border-tr-10px { | |
border-top-width: 10px; | |
border-right-width: 10px; | |
} | |
.border-tr-12px { | |
border-top-width: 12px; | |
border-right-width: 12px; | |
} | |
.border-tr-14px { | |
border-top-width: 14px; | |
border-right-width: 14px; | |
} | |
.border-tr-16px { | |
border-top-width: 16px; | |
border-right-width: 16px; | |
} | |
.border-tr-0 { | |
border-top-width: 0; | |
border-right-width: 0; | |
} | |
.border-tr-1 { | |
border-top-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.border-tr-2 { | |
border-top-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.border-tr-3 { | |
border-top-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.border-tr-4 { | |
border-top-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.border-tr-5 { | |
border-top-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.border-tr-6 { | |
border-top-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.border-tr-7 { | |
border-top-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.border-tr-8 { | |
border-top-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.border-br-revert { | |
border-bottom-width: revert; | |
border-right-width: revert; | |
} | |
.border-br-auto { | |
border-bottom-width: auto; | |
border-right-width: auto; | |
} | |
.border-br-1px { | |
border-bottom-width: 1px; | |
border-right-width: 1px; | |
} | |
.border-br-2px { | |
border-bottom-width: 2px; | |
border-right-width: 2px; | |
} | |
.border-br-3px { | |
border-bottom-width: 3px; | |
border-right-width: 3px; | |
} | |
.border-br-4px { | |
border-bottom-width: 4px; | |
border-right-width: 4px; | |
} | |
.border-br-5px { | |
border-bottom-width: 5px; | |
border-right-width: 5px; | |
} | |
.border-br-6px { | |
border-bottom-width: 6px; | |
border-right-width: 6px; | |
} | |
.border-br-7px { | |
border-bottom-width: 7px; | |
border-right-width: 7px; | |
} | |
.border-br-8px { | |
border-bottom-width: 8px; | |
border-right-width: 8px; | |
} | |
.border-br-9px { | |
border-bottom-width: 9px; | |
border-right-width: 9px; | |
} | |
.border-br-10px { | |
border-bottom-width: 10px; | |
border-right-width: 10px; | |
} | |
.border-br-12px { | |
border-bottom-width: 12px; | |
border-right-width: 12px; | |
} | |
.border-br-14px { | |
border-bottom-width: 14px; | |
border-right-width: 14px; | |
} | |
.border-br-16px { | |
border-bottom-width: 16px; | |
border-right-width: 16px; | |
} | |
.border-br-0 { | |
border-bottom-width: 0; | |
border-right-width: 0; | |
} | |
.border-br-1 { | |
border-bottom-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.border-br-2 { | |
border-bottom-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.border-br-3 { | |
border-bottom-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.border-br-4 { | |
border-bottom-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.border-br-5 { | |
border-bottom-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.border-br-6 { | |
border-bottom-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.border-br-7 { | |
border-bottom-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.border-br-8 { | |
border-bottom-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.border-bl-revert { | |
border-bottom-width: revert; | |
border-left-width: revert; | |
} | |
.border-bl-auto { | |
border-bottom-width: auto; | |
border-left-width: auto; | |
} | |
.border-bl-1px { | |
border-bottom-width: 1px; | |
border-left-width: 1px; | |
} | |
.border-bl-2px { | |
border-bottom-width: 2px; | |
border-left-width: 2px; | |
} | |
.border-bl-3px { | |
border-bottom-width: 3px; | |
border-left-width: 3px; | |
} | |
.border-bl-4px { | |
border-bottom-width: 4px; | |
border-left-width: 4px; | |
} | |
.border-bl-5px { | |
border-bottom-width: 5px; | |
border-left-width: 5px; | |
} | |
.border-bl-6px { | |
border-bottom-width: 6px; | |
border-left-width: 6px; | |
} | |
.border-bl-7px { | |
border-bottom-width: 7px; | |
border-left-width: 7px; | |
} | |
.border-bl-8px { | |
border-bottom-width: 8px; | |
border-left-width: 8px; | |
} | |
.border-bl-9px { | |
border-bottom-width: 9px; | |
border-left-width: 9px; | |
} | |
.border-bl-10px { | |
border-bottom-width: 10px; | |
border-left-width: 10px; | |
} | |
.border-bl-12px { | |
border-bottom-width: 12px; | |
border-left-width: 12px; | |
} | |
.border-bl-14px { | |
border-bottom-width: 14px; | |
border-left-width: 14px; | |
} | |
.border-bl-16px { | |
border-bottom-width: 16px; | |
border-left-width: 16px; | |
} | |
.border-bl-0 { | |
border-bottom-width: 0; | |
border-left-width: 0; | |
} | |
.border-bl-1 { | |
border-bottom-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.border-bl-2 { | |
border-bottom-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.border-bl-3 { | |
border-bottom-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.border-bl-4 { | |
border-bottom-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.border-bl-5 { | |
border-bottom-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.border-bl-6 { | |
border-bottom-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.border-bl-7 { | |
border-bottom-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.border-bl-8 { | |
border-bottom-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.border-tl-revert { | |
border-top-width: revert; | |
border-left-width: revert; | |
} | |
.border-tl-auto { | |
border-top-width: auto; | |
border-left-width: auto; | |
} | |
.border-tl-1px { | |
border-top-width: 1px; | |
border-left-width: 1px; | |
} | |
.border-tl-2px { | |
border-top-width: 2px; | |
border-left-width: 2px; | |
} | |
.border-tl-3px { | |
border-top-width: 3px; | |
border-left-width: 3px; | |
} | |
.border-tl-4px { | |
border-top-width: 4px; | |
border-left-width: 4px; | |
} | |
.border-tl-5px { | |
border-top-width: 5px; | |
border-left-width: 5px; | |
} | |
.border-tl-6px { | |
border-top-width: 6px; | |
border-left-width: 6px; | |
} | |
.border-tl-7px { | |
border-top-width: 7px; | |
border-left-width: 7px; | |
} | |
.border-tl-8px { | |
border-top-width: 8px; | |
border-left-width: 8px; | |
} | |
.border-tl-9px { | |
border-top-width: 9px; | |
border-left-width: 9px; | |
} | |
.border-tl-10px { | |
border-top-width: 10px; | |
border-left-width: 10px; | |
} | |
.border-tl-12px { | |
border-top-width: 12px; | |
border-left-width: 12px; | |
} | |
.border-tl-14px { | |
border-top-width: 14px; | |
border-left-width: 14px; | |
} | |
.border-tl-16px { | |
border-top-width: 16px; | |
border-left-width: 16px; | |
} | |
.border-tl-0 { | |
border-top-width: 0; | |
border-left-width: 0; | |
} | |
.border-tl-1 { | |
border-top-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.border-tl-2 { | |
border-top-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.border-tl-3 { | |
border-top-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.border-tl-4 { | |
border-top-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.border-tl-5 { | |
border-top-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.border-tl-6 { | |
border-top-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.border-tl-7 { | |
border-top-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.border-tl-8 { | |
border-top-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.border-t-revert { | |
border-top-width: revert; | |
} | |
.border-t-auto { | |
border-top-width: auto; | |
} | |
.border-t-1px { | |
border-top-width: 1px; | |
} | |
.border-t-2px { | |
border-top-width: 2px; | |
} | |
.border-t-3px { | |
border-top-width: 3px; | |
} | |
.border-t-4px { | |
border-top-width: 4px; | |
} | |
.border-t-5px { | |
border-top-width: 5px; | |
} | |
.border-t-6px { | |
border-top-width: 6px; | |
} | |
.border-t-7px { | |
border-top-width: 7px; | |
} | |
.border-t-8px { | |
border-top-width: 8px; | |
} | |
.border-t-9px { | |
border-top-width: 9px; | |
} | |
.border-t-10px { | |
border-top-width: 10px; | |
} | |
.border-t-12px { | |
border-top-width: 12px; | |
} | |
.border-t-14px { | |
border-top-width: 14px; | |
} | |
.border-t-16px { | |
border-top-width: 16px; | |
} | |
.border-t-0 { | |
border-top-width: 0; | |
} | |
.border-t-1 { | |
border-top-width: 0.0625rem; | |
} | |
.border-t-2 { | |
border-top-width: 0.125rem; | |
} | |
.border-t-3 { | |
border-top-width: 0.1875rem; | |
} | |
.border-t-4 { | |
border-top-width: 0.25rem; | |
} | |
.border-t-5 { | |
border-top-width: 0.3125rem; | |
} | |
.border-t-6 { | |
border-top-width: 0.375rem; | |
} | |
.border-t-7 { | |
border-top-width: 0.4375rem; | |
} | |
.border-t-8 { | |
border-top-width: 0.5rem; | |
} | |
.border-r-revert { | |
border-right-width: revert; | |
} | |
.border-r-auto { | |
border-right-width: auto; | |
} | |
.border-r-1px { | |
border-right-width: 1px; | |
} | |
.border-r-2px { | |
border-right-width: 2px; | |
} | |
.border-r-3px { | |
border-right-width: 3px; | |
} | |
.border-r-4px { | |
border-right-width: 4px; | |
} | |
.border-r-5px { | |
border-right-width: 5px; | |
} | |
.border-r-6px { | |
border-right-width: 6px; | |
} | |
.border-r-7px { | |
border-right-width: 7px; | |
} | |
.border-r-8px { | |
border-right-width: 8px; | |
} | |
.border-r-9px { | |
border-right-width: 9px; | |
} | |
.border-r-10px { | |
border-right-width: 10px; | |
} | |
.border-r-12px { | |
border-right-width: 12px; | |
} | |
.border-r-14px { | |
border-right-width: 14px; | |
} | |
.border-r-16px { | |
border-right-width: 16px; | |
} | |
.border-r-0 { | |
border-right-width: 0; | |
} | |
.border-r-1 { | |
border-right-width: 0.0625rem; | |
} | |
.border-r-2 { | |
border-right-width: 0.125rem; | |
} | |
.border-r-3 { | |
border-right-width: 0.1875rem; | |
} | |
.border-r-4 { | |
border-right-width: 0.25rem; | |
} | |
.border-r-5 { | |
border-right-width: 0.3125rem; | |
} | |
.border-r-6 { | |
border-right-width: 0.375rem; | |
} | |
.border-r-7 { | |
border-right-width: 0.4375rem; | |
} | |
.border-r-8 { | |
border-right-width: 0.5rem; | |
} | |
.border-b-revert { | |
border-bottom-width: revert; | |
} | |
.border-b-auto { | |
border-bottom-width: auto; | |
} | |
.border-b-1px { | |
border-bottom-width: 1px; | |
} | |
.border-b-2px { | |
border-bottom-width: 2px; | |
} | |
.border-b-3px { | |
border-bottom-width: 3px; | |
} | |
.border-b-4px { | |
border-bottom-width: 4px; | |
} | |
.border-b-5px { | |
border-bottom-width: 5px; | |
} | |
.border-b-6px { | |
border-bottom-width: 6px; | |
} | |
.border-b-7px { | |
border-bottom-width: 7px; | |
} | |
.border-b-8px { | |
border-bottom-width: 8px; | |
} | |
.border-b-9px { | |
border-bottom-width: 9px; | |
} | |
.border-b-10px { | |
border-bottom-width: 10px; | |
} | |
.border-b-12px { | |
border-bottom-width: 12px; | |
} | |
.border-b-14px { | |
border-bottom-width: 14px; | |
} | |
.border-b-16px { | |
border-bottom-width: 16px; | |
} | |
.border-b-0 { | |
border-bottom-width: 0; | |
} | |
.border-b-1 { | |
border-bottom-width: 0.0625rem; | |
} | |
.border-b-2 { | |
border-bottom-width: 0.125rem; | |
} | |
.border-b-3 { | |
border-bottom-width: 0.1875rem; | |
} | |
.border-b-4 { | |
border-bottom-width: 0.25rem; | |
} | |
.border-b-5 { | |
border-bottom-width: 0.3125rem; | |
} | |
.border-b-6 { | |
border-bottom-width: 0.375rem; | |
} | |
.border-b-7 { | |
border-bottom-width: 0.4375rem; | |
} | |
.border-b-8 { | |
border-bottom-width: 0.5rem; | |
} | |
.border-l-revert { | |
border-left-width: revert; | |
} | |
.border-l-auto { | |
border-left-width: auto; | |
} | |
.border-l-1px { | |
border-left-width: 1px; | |
} | |
.border-l-2px { | |
border-left-width: 2px; | |
} | |
.border-l-3px { | |
border-left-width: 3px; | |
} | |
.border-l-4px { | |
border-left-width: 4px; | |
} | |
.border-l-5px { | |
border-left-width: 5px; | |
} | |
.border-l-6px { | |
border-left-width: 6px; | |
} | |
.border-l-7px { | |
border-left-width: 7px; | |
} | |
.border-l-8px { | |
border-left-width: 8px; | |
} | |
.border-l-9px { | |
border-left-width: 9px; | |
} | |
.border-l-10px { | |
border-left-width: 10px; | |
} | |
.border-l-12px { | |
border-left-width: 12px; | |
} | |
.border-l-14px { | |
border-left-width: 14px; | |
} | |
.border-l-16px { | |
border-left-width: 16px; | |
} | |
.border-l-0 { | |
border-left-width: 0; | |
} | |
.border-l-1 { | |
border-left-width: 0.0625rem; | |
} | |
.border-l-2 { | |
border-left-width: 0.125rem; | |
} | |
.border-l-3 { | |
border-left-width: 0.1875rem; | |
} | |
.border-l-4 { | |
border-left-width: 0.25rem; | |
} | |
.border-l-5 { | |
border-left-width: 0.3125rem; | |
} | |
.border-l-6 { | |
border-left-width: 0.375rem; | |
} | |
.border-l-7 { | |
border-left-width: 0.4375rem; | |
} | |
.border-l-8 { | |
border-left-width: 0.5rem; | |
} | |
.rounded-revert { | |
border-radius: revert; | |
} | |
.rounded-auto { | |
border-radius: auto; | |
} | |
.rounded-1px { | |
border-radius: 1px; | |
} | |
.rounded-2px { | |
border-radius: 2px; | |
} | |
.rounded-3px { | |
border-radius: 3px; | |
} | |
.rounded-4px { | |
border-radius: 4px; | |
} | |
.rounded-5px { | |
border-radius: 5px; | |
} | |
.rounded-6px { | |
border-radius: 6px; | |
} | |
.rounded-7px { | |
border-radius: 7px; | |
} | |
.rounded-8px { | |
border-radius: 8px; | |
} | |
.rounded-9px { | |
border-radius: 9px; | |
} | |
.rounded-10px { | |
border-radius: 10px; | |
} | |
.rounded-12px { | |
border-radius: 12px; | |
} | |
.rounded-14px { | |
border-radius: 14px; | |
} | |
.rounded-16px { | |
border-radius: 16px; | |
} | |
.rounded-0 { | |
border-radius: 0; | |
} | |
.rounded-1 { | |
border-radius: 0.0625rem; | |
} | |
.rounded-2 { | |
border-radius: 0.125rem; | |
} | |
.rounded-3 { | |
border-radius: 0.1875rem; | |
} | |
.rounded-4 { | |
border-radius: 0.25rem; | |
} | |
.rounded-5 { | |
border-radius: 0.3125rem; | |
} | |
.rounded-6 { | |
border-radius: 0.375rem; | |
} | |
.rounded-7 { | |
border-radius: 0.4375rem; | |
} | |
.rounded-8 { | |
border-radius: 0.5rem; | |
} | |
.rounded-9 { | |
border-radius: 0.5625rem; | |
} | |
.rounded-10 { | |
border-radius: 0.625rem; | |
} | |
.rounded-12 { | |
border-radius: 0.75rem; | |
} | |
.rounded-14 { | |
border-radius: 0.875rem; | |
} | |
.rounded-16 { | |
border-radius: 1rem; | |
} | |
.rounded-18 { | |
border-radius: 1.125rem; | |
} | |
.rounded-20 { | |
border-radius: 1.25rem; | |
} | |
.rounded-24 { | |
border-radius: 1.5rem; | |
} | |
.rounded-28 { | |
border-radius: 1.75rem; | |
} | |
.rounded-32 { | |
border-radius: 2rem; | |
} | |
.rounded-full { | |
border-radius: 9999px; | |
} | |
.rounded-tr-revert { | |
border-top-right-radius: revert; | |
} | |
.rounded-tr-auto { | |
border-top-right-radius: auto; | |
} | |
.rounded-tr-1px { | |
border-top-right-radius: 1px; | |
} | |
.rounded-tr-2px { | |
border-top-right-radius: 2px; | |
} | |
.rounded-tr-3px { | |
border-top-right-radius: 3px; | |
} | |
.rounded-tr-4px { | |
border-top-right-radius: 4px; | |
} | |
.rounded-tr-5px { | |
border-top-right-radius: 5px; | |
} | |
.rounded-tr-6px { | |
border-top-right-radius: 6px; | |
} | |
.rounded-tr-7px { | |
border-top-right-radius: 7px; | |
} | |
.rounded-tr-8px { | |
border-top-right-radius: 8px; | |
} | |
.rounded-tr-9px { | |
border-top-right-radius: 9px; | |
} | |
.rounded-tr-10px { | |
border-top-right-radius: 10px; | |
} | |
.rounded-tr-12px { | |
border-top-right-radius: 12px; | |
} | |
.rounded-tr-14px { | |
border-top-right-radius: 14px; | |
} | |
.rounded-tr-16px { | |
border-top-right-radius: 16px; | |
} | |
.rounded-tr-0 { | |
border-top-right-radius: 0; | |
} | |
.rounded-tr-1 { | |
border-top-right-radius: 0.0625rem; | |
} | |
.rounded-tr-2 { | |
border-top-right-radius: 0.125rem; | |
} | |
.rounded-tr-3 { | |
border-top-right-radius: 0.1875rem; | |
} | |
.rounded-tr-4 { | |
border-top-right-radius: 0.25rem; | |
} | |
.rounded-tr-5 { | |
border-top-right-radius: 0.3125rem; | |
} | |
.rounded-tr-6 { | |
border-top-right-radius: 0.375rem; | |
} | |
.rounded-tr-7 { | |
border-top-right-radius: 0.4375rem; | |
} | |
.rounded-tr-8 { | |
border-top-right-radius: 0.5rem; | |
} | |
.rounded-tr-9 { | |
border-top-right-radius: 0.5625rem; | |
} | |
.rounded-tr-10 { | |
border-top-right-radius: 0.625rem; | |
} | |
.rounded-tr-12 { | |
border-top-right-radius: 0.75rem; | |
} | |
.rounded-tr-14 { | |
border-top-right-radius: 0.875rem; | |
} | |
.rounded-tr-16 { | |
border-top-right-radius: 1rem; | |
} | |
.rounded-tr-18 { | |
border-top-right-radius: 1.125rem; | |
} | |
.rounded-tr-20 { | |
border-top-right-radius: 1.25rem; | |
} | |
.rounded-tr-24 { | |
border-top-right-radius: 1.5rem; | |
} | |
.rounded-tr-28 { | |
border-top-right-radius: 1.75rem; | |
} | |
.rounded-tr-32 { | |
border-top-right-radius: 2rem; | |
} | |
.rounded-tr-full { | |
border-top-right-radius: 9999px; | |
} | |
.rounded-br-revert { | |
border-bottom-right-radius: revert; | |
} | |
.rounded-br-auto { | |
border-bottom-right-radius: auto; | |
} | |
.rounded-br-1px { | |
border-bottom-right-radius: 1px; | |
} | |
.rounded-br-2px { | |
border-bottom-right-radius: 2px; | |
} | |
.rounded-br-3px { | |
border-bottom-right-radius: 3px; | |
} | |
.rounded-br-4px { | |
border-bottom-right-radius: 4px; | |
} | |
.rounded-br-5px { | |
border-bottom-right-radius: 5px; | |
} | |
.rounded-br-6px { | |
border-bottom-right-radius: 6px; | |
} | |
.rounded-br-7px { | |
border-bottom-right-radius: 7px; | |
} | |
.rounded-br-8px { | |
border-bottom-right-radius: 8px; | |
} | |
.rounded-br-9px { | |
border-bottom-right-radius: 9px; | |
} | |
.rounded-br-10px { | |
border-bottom-right-radius: 10px; | |
} | |
.rounded-br-12px { | |
border-bottom-right-radius: 12px; | |
} | |
.rounded-br-14px { | |
border-bottom-right-radius: 14px; | |
} | |
.rounded-br-16px { | |
border-bottom-right-radius: 16px; | |
} | |
.rounded-br-0 { | |
border-bottom-right-radius: 0; | |
} | |
.rounded-br-1 { | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.rounded-br-2 { | |
border-bottom-right-radius: 0.125rem; | |
} | |
.rounded-br-3 { | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.rounded-br-4 { | |
border-bottom-right-radius: 0.25rem; | |
} | |
.rounded-br-5 { | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.rounded-br-6 { | |
border-bottom-right-radius: 0.375rem; | |
} | |
.rounded-br-7 { | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.rounded-br-8 { | |
border-bottom-right-radius: 0.5rem; | |
} | |
.rounded-br-9 { | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.rounded-br-10 { | |
border-bottom-right-radius: 0.625rem; | |
} | |
.rounded-br-12 { | |
border-bottom-right-radius: 0.75rem; | |
} | |
.rounded-br-14 { | |
border-bottom-right-radius: 0.875rem; | |
} | |
.rounded-br-16 { | |
border-bottom-right-radius: 1rem; | |
} | |
.rounded-br-18 { | |
border-bottom-right-radius: 1.125rem; | |
} | |
.rounded-br-20 { | |
border-bottom-right-radius: 1.25rem; | |
} | |
.rounded-br-24 { | |
border-bottom-right-radius: 1.5rem; | |
} | |
.rounded-br-28 { | |
border-bottom-right-radius: 1.75rem; | |
} | |
.rounded-br-32 { | |
border-bottom-right-radius: 2rem; | |
} | |
.rounded-br-full { | |
border-bottom-right-radius: 9999px; | |
} | |
.rounded-bl-revert { | |
border-bottom-left-radius: revert; | |
} | |
.rounded-bl-auto { | |
border-bottom-left-radius: auto; | |
} | |
.rounded-bl-1px { | |
border-bottom-left-radius: 1px; | |
} | |
.rounded-bl-2px { | |
border-bottom-left-radius: 2px; | |
} | |
.rounded-bl-3px { | |
border-bottom-left-radius: 3px; | |
} | |
.rounded-bl-4px { | |
border-bottom-left-radius: 4px; | |
} | |
.rounded-bl-5px { | |
border-bottom-left-radius: 5px; | |
} | |
.rounded-bl-6px { | |
border-bottom-left-radius: 6px; | |
} | |
.rounded-bl-7px { | |
border-bottom-left-radius: 7px; | |
} | |
.rounded-bl-8px { | |
border-bottom-left-radius: 8px; | |
} | |
.rounded-bl-9px { | |
border-bottom-left-radius: 9px; | |
} | |
.rounded-bl-10px { | |
border-bottom-left-radius: 10px; | |
} | |
.rounded-bl-12px { | |
border-bottom-left-radius: 12px; | |
} | |
.rounded-bl-14px { | |
border-bottom-left-radius: 14px; | |
} | |
.rounded-bl-16px { | |
border-bottom-left-radius: 16px; | |
} | |
.rounded-bl-0 { | |
border-bottom-left-radius: 0; | |
} | |
.rounded-bl-1 { | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.rounded-bl-2 { | |
border-bottom-left-radius: 0.125rem; | |
} | |
.rounded-bl-3 { | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.rounded-bl-4 { | |
border-bottom-left-radius: 0.25rem; | |
} | |
.rounded-bl-5 { | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.rounded-bl-6 { | |
border-bottom-left-radius: 0.375rem; | |
} | |
.rounded-bl-7 { | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.rounded-bl-8 { | |
border-bottom-left-radius: 0.5rem; | |
} | |
.rounded-bl-9 { | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.rounded-bl-10 { | |
border-bottom-left-radius: 0.625rem; | |
} | |
.rounded-bl-12 { | |
border-bottom-left-radius: 0.75rem; | |
} | |
.rounded-bl-14 { | |
border-bottom-left-radius: 0.875rem; | |
} | |
.rounded-bl-16 { | |
border-bottom-left-radius: 1rem; | |
} | |
.rounded-bl-18 { | |
border-bottom-left-radius: 1.125rem; | |
} | |
.rounded-bl-20 { | |
border-bottom-left-radius: 1.25rem; | |
} | |
.rounded-bl-24 { | |
border-bottom-left-radius: 1.5rem; | |
} | |
.rounded-bl-28 { | |
border-bottom-left-radius: 1.75rem; | |
} | |
.rounded-bl-32 { | |
border-bottom-left-radius: 2rem; | |
} | |
.rounded-bl-full { | |
border-bottom-left-radius: 9999px; | |
} | |
.rounded-tl-revert { | |
border-top-left-radius: revert; | |
} | |
.rounded-tl-auto { | |
border-top-left-radius: auto; | |
} | |
.rounded-tl-1px { | |
border-top-left-radius: 1px; | |
} | |
.rounded-tl-2px { | |
border-top-left-radius: 2px; | |
} | |
.rounded-tl-3px { | |
border-top-left-radius: 3px; | |
} | |
.rounded-tl-4px { | |
border-top-left-radius: 4px; | |
} | |
.rounded-tl-5px { | |
border-top-left-radius: 5px; | |
} | |
.rounded-tl-6px { | |
border-top-left-radius: 6px; | |
} | |
.rounded-tl-7px { | |
border-top-left-radius: 7px; | |
} | |
.rounded-tl-8px { | |
border-top-left-radius: 8px; | |
} | |
.rounded-tl-9px { | |
border-top-left-radius: 9px; | |
} | |
.rounded-tl-10px { | |
border-top-left-radius: 10px; | |
} | |
.rounded-tl-12px { | |
border-top-left-radius: 12px; | |
} | |
.rounded-tl-14px { | |
border-top-left-radius: 14px; | |
} | |
.rounded-tl-16px { | |
border-top-left-radius: 16px; | |
} | |
.rounded-tl-0 { | |
border-top-left-radius: 0; | |
} | |
.rounded-tl-1 { | |
border-top-left-radius: 0.0625rem; | |
} | |
.rounded-tl-2 { | |
border-top-left-radius: 0.125rem; | |
} | |
.rounded-tl-3 { | |
border-top-left-radius: 0.1875rem; | |
} | |
.rounded-tl-4 { | |
border-top-left-radius: 0.25rem; | |
} | |
.rounded-tl-5 { | |
border-top-left-radius: 0.3125rem; | |
} | |
.rounded-tl-6 { | |
border-top-left-radius: 0.375rem; | |
} | |
.rounded-tl-7 { | |
border-top-left-radius: 0.4375rem; | |
} | |
.rounded-tl-8 { | |
border-top-left-radius: 0.5rem; | |
} | |
.rounded-tl-9 { | |
border-top-left-radius: 0.5625rem; | |
} | |
.rounded-tl-10 { | |
border-top-left-radius: 0.625rem; | |
} | |
.rounded-tl-12 { | |
border-top-left-radius: 0.75rem; | |
} | |
.rounded-tl-14 { | |
border-top-left-radius: 0.875rem; | |
} | |
.rounded-tl-16 { | |
border-top-left-radius: 1rem; | |
} | |
.rounded-tl-18 { | |
border-top-left-radius: 1.125rem; | |
} | |
.rounded-tl-20 { | |
border-top-left-radius: 1.25rem; | |
} | |
.rounded-tl-24 { | |
border-top-left-radius: 1.5rem; | |
} | |
.rounded-tl-28 { | |
border-top-left-radius: 1.75rem; | |
} | |
.rounded-tl-32 { | |
border-top-left-radius: 2rem; | |
} | |
.rounded-tl-full { | |
border-top-left-radius: 9999px; | |
} | |
.rounded-t-revert { | |
border-top-left-radius: revert; | |
border-top-right-radius: revert; | |
} | |
.rounded-t-auto { | |
border-top-left-radius: auto; | |
border-top-right-radius: auto; | |
} | |
.rounded-t-1px { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.rounded-t-2px { | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.rounded-t-3px { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.rounded-t-4px { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.rounded-t-5px { | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
} | |
.rounded-t-6px { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px; | |
} | |
.rounded-t-7px { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
.rounded-t-8px { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.rounded-t-9px { | |
border-top-left-radius: 9px; | |
border-top-right-radius: 9px; | |
} | |
.rounded-t-10px { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.rounded-t-12px { | |
border-top-left-radius: 12px; | |
border-top-right-radius: 12px; | |
} | |
.rounded-t-14px { | |
border-top-left-radius: 14px; | |
border-top-right-radius: 14px; | |
} | |
.rounded-t-16px { | |
border-top-left-radius: 16px; | |
border-top-right-radius: 16px; | |
} | |
.rounded-t-0 { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.rounded-t-1 { | |
border-top-left-radius: 0.0625rem; | |
border-top-right-radius: 0.0625rem; | |
} | |
.rounded-t-2 { | |
border-top-left-radius: 0.125rem; | |
border-top-right-radius: 0.125rem; | |
} | |
.rounded-t-3 { | |
border-top-left-radius: 0.1875rem; | |
border-top-right-radius: 0.1875rem; | |
} | |
.rounded-t-4 { | |
border-top-left-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.rounded-t-5 { | |
border-top-left-radius: 0.3125rem; | |
border-top-right-radius: 0.3125rem; | |
} | |
.rounded-t-6 { | |
border-top-left-radius: 0.375rem; | |
border-top-right-radius: 0.375rem; | |
} | |
.rounded-t-7 { | |
border-top-left-radius: 0.4375rem; | |
border-top-right-radius: 0.4375rem; | |
} | |
.rounded-t-8 { | |
border-top-left-radius: 0.5rem; | |
border-top-right-radius: 0.5rem; | |
} | |
.rounded-t-9 { | |
border-top-left-radius: 0.5625rem; | |
border-top-right-radius: 0.5625rem; | |
} | |
.rounded-t-10 { | |
border-top-left-radius: 0.625rem; | |
border-top-right-radius: 0.625rem; | |
} | |
.rounded-t-12 { | |
border-top-left-radius: 0.75rem; | |
border-top-right-radius: 0.75rem; | |
} | |
.rounded-t-14 { | |
border-top-left-radius: 0.875rem; | |
border-top-right-radius: 0.875rem; | |
} | |
.rounded-t-16 { | |
border-top-left-radius: 1rem; | |
border-top-right-radius: 1rem; | |
} | |
.rounded-t-18 { | |
border-top-left-radius: 1.125rem; | |
border-top-right-radius: 1.125rem; | |
} | |
.rounded-t-20 { | |
border-top-left-radius: 1.25rem; | |
border-top-right-radius: 1.25rem; | |
} | |
.rounded-t-24 { | |
border-top-left-radius: 1.5rem; | |
border-top-right-radius: 1.5rem; | |
} | |
.rounded-t-28 { | |
border-top-left-radius: 1.75rem; | |
border-top-right-radius: 1.75rem; | |
} | |
.rounded-t-32 { | |
border-top-left-radius: 2rem; | |
border-top-right-radius: 2rem; | |
} | |
.rounded-t-full { | |
border-top-left-radius: 9999px; | |
border-top-right-radius: 9999px; | |
} | |
.rounded-r-revert { | |
border-top-right-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.rounded-r-auto { | |
border-top-right-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.rounded-r-1px { | |
border-top-right-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.rounded-r-2px { | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.rounded-r-3px { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.rounded-r-4px { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.rounded-r-5px { | |
border-top-right-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.rounded-r-6px { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.rounded-r-7px { | |
border-top-right-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.rounded-r-8px { | |
border-top-right-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.rounded-r-9px { | |
border-top-right-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.rounded-r-10px { | |
border-top-right-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.rounded-r-12px { | |
border-top-right-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.rounded-r-14px { | |
border-top-right-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.rounded-r-16px { | |
border-top-right-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.rounded-r-0 { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.rounded-r-1 { | |
border-top-right-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.rounded-r-2 { | |
border-top-right-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.rounded-r-3 { | |
border-top-right-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.rounded-r-4 { | |
border-top-right-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.rounded-r-5 { | |
border-top-right-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.rounded-r-6 { | |
border-top-right-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.rounded-r-7 { | |
border-top-right-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.rounded-r-8 { | |
border-top-right-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.rounded-r-9 { | |
border-top-right-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.rounded-r-10 { | |
border-top-right-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.rounded-r-12 { | |
border-top-right-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.rounded-r-14 { | |
border-top-right-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.rounded-r-16 { | |
border-top-right-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.rounded-r-18 { | |
border-top-right-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.rounded-r-20 { | |
border-top-right-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.rounded-r-24 { | |
border-top-right-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.rounded-r-28 { | |
border-top-right-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.rounded-r-32 { | |
border-top-right-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.rounded-r-full { | |
border-top-right-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.rounded-b-revert { | |
border-bottom-left-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.rounded-b-auto { | |
border-bottom-left-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.rounded-b-1px { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.rounded-b-2px { | |
border-bottom-left-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.rounded-b-3px { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.rounded-b-4px { | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.rounded-b-5px { | |
border-bottom-left-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.rounded-b-6px { | |
border-bottom-left-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.rounded-b-7px { | |
border-bottom-left-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.rounded-b-8px { | |
border-bottom-left-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.rounded-b-9px { | |
border-bottom-left-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.rounded-b-10px { | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.rounded-b-12px { | |
border-bottom-left-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.rounded-b-14px { | |
border-bottom-left-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.rounded-b-16px { | |
border-bottom-left-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.rounded-b-0 { | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.rounded-b-1 { | |
border-bottom-left-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.rounded-b-2 { | |
border-bottom-left-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.rounded-b-3 { | |
border-bottom-left-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.rounded-b-4 { | |
border-bottom-left-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.rounded-b-5 { | |
border-bottom-left-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.rounded-b-6 { | |
border-bottom-left-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.rounded-b-7 { | |
border-bottom-left-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.rounded-b-8 { | |
border-bottom-left-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.rounded-b-9 { | |
border-bottom-left-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.rounded-b-10 { | |
border-bottom-left-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.rounded-b-12 { | |
border-bottom-left-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.rounded-b-14 { | |
border-bottom-left-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.rounded-b-16 { | |
border-bottom-left-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.rounded-b-18 { | |
border-bottom-left-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.rounded-b-20 { | |
border-bottom-left-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.rounded-b-24 { | |
border-bottom-left-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.rounded-b-28 { | |
border-bottom-left-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.rounded-b-32 { | |
border-bottom-left-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.rounded-b-full { | |
border-bottom-left-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.rounded-l-revert { | |
border-top-left-radius: revert; | |
border-bottom-left-radius: revert; | |
} | |
.rounded-l-auto { | |
border-top-left-radius: auto; | |
border-bottom-left-radius: auto; | |
} | |
.rounded-l-1px { | |
border-top-left-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.rounded-l-2px { | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.rounded-l-3px { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.rounded-l-4px { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.rounded-l-5px { | |
border-top-left-radius: 5px; | |
border-bottom-left-radius: 5px; | |
} | |
.rounded-l-6px { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.rounded-l-7px { | |
border-top-left-radius: 7px; | |
border-bottom-left-radius: 7px; | |
} | |
.rounded-l-8px { | |
border-top-left-radius: 8px; | |
border-bottom-left-radius: 8px; | |
} | |
.rounded-l-9px { | |
border-top-left-radius: 9px; | |
border-bottom-left-radius: 9px; | |
} | |
.rounded-l-10px { | |
border-top-left-radius: 10px; | |
border-bottom-left-radius: 10px; | |
} | |
.rounded-l-12px { | |
border-top-left-radius: 12px; | |
border-bottom-left-radius: 12px; | |
} | |
.rounded-l-14px { | |
border-top-left-radius: 14px; | |
border-bottom-left-radius: 14px; | |
} | |
.rounded-l-16px { | |
border-top-left-radius: 16px; | |
border-bottom-left-radius: 16px; | |
} | |
.rounded-l-0 { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.rounded-l-1 { | |
border-top-left-radius: 0.0625rem; | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.rounded-l-2 { | |
border-top-left-radius: 0.125rem; | |
border-bottom-left-radius: 0.125rem; | |
} | |
.rounded-l-3 { | |
border-top-left-radius: 0.1875rem; | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.rounded-l-4 { | |
border-top-left-radius: 0.25rem; | |
border-bottom-left-radius: 0.25rem; | |
} | |
.rounded-l-5 { | |
border-top-left-radius: 0.3125rem; | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.rounded-l-6 { | |
border-top-left-radius: 0.375rem; | |
border-bottom-left-radius: 0.375rem; | |
} | |
.rounded-l-7 { | |
border-top-left-radius: 0.4375rem; | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.rounded-l-8 { | |
border-top-left-radius: 0.5rem; | |
border-bottom-left-radius: 0.5rem; | |
} | |
.rounded-l-9 { | |
border-top-left-radius: 0.5625rem; | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.rounded-l-10 { | |
border-top-left-radius: 0.625rem; | |
border-bottom-left-radius: 0.625rem; | |
} | |
.rounded-l-12 { | |
border-top-left-radius: 0.75rem; | |
border-bottom-left-radius: 0.75rem; | |
} | |
.rounded-l-14 { | |
border-top-left-radius: 0.875rem; | |
border-bottom-left-radius: 0.875rem; | |
} | |
.rounded-l-16 { | |
border-top-left-radius: 1rem; | |
border-bottom-left-radius: 1rem; | |
} | |
.rounded-l-18 { | |
border-top-left-radius: 1.125rem; | |
border-bottom-left-radius: 1.125rem; | |
} | |
.rounded-l-20 { | |
border-top-left-radius: 1.25rem; | |
border-bottom-left-radius: 1.25rem; | |
} | |
.rounded-l-24 { | |
border-top-left-radius: 1.5rem; | |
border-bottom-left-radius: 1.5rem; | |
} | |
.rounded-l-28 { | |
border-top-left-radius: 1.75rem; | |
border-bottom-left-radius: 1.75rem; | |
} | |
.rounded-l-32 { | |
border-top-left-radius: 2rem; | |
border-bottom-left-radius: 2rem; | |
} | |
.rounded-l-full { | |
border-top-left-radius: 9999px; | |
border-bottom-left-radius: 9999px; | |
} | |
.-z-50 { | |
z-index: -50; | |
} | |
.-z-40 { | |
z-index: -40; | |
} | |
.-z-30 { | |
z-index: -30; | |
} | |
.-z-20 { | |
z-index: -20; | |
} | |
.-z-10 { | |
z-index: -10; | |
} | |
.z-revert { | |
z-index: revert; | |
} | |
.z-0 { | |
z-index: 0; | |
} | |
.z-10 { | |
z-index: 10; | |
} | |
.z-20 { | |
z-index: 20; | |
} | |
.z-30 { | |
z-index: 30; | |
} | |
.z-40 { | |
z-index: 40; | |
} | |
.z-50 { | |
z-index: 50; | |
} | |
.overflow-revert { | |
overflow: revert; | |
} | |
.overflow-hidden { | |
overflow: hidden; | |
} | |
.overflow-scroll { | |
overflow: scroll; | |
} | |
.overflow-x-revert { | |
overflow-x: revert; | |
} | |
.overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
.overflow-x-scroll { | |
overflow-x: scroll; | |
} | |
.overflow-y-revert { | |
overflow-y: revert; | |
} | |
.overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.overflow-y-scroll { | |
overflow-y: scroll; | |
} | |
.no-pointer-events { | |
pointer-events: none; | |
} | |
.pointer-events { | |
pointer-events: auto; | |
} | |
@media (min-width: 640px) { | |
.sm\:hide[class] { | |
display: none; | |
} | |
.sm\:show[class] { | |
display: revert; | |
} | |
.sm\:show.row { | |
display: flex; | |
} | |
.sm\:show.col { | |
display: flex; | |
} | |
.sm\:-m-1px { | |
margin: -1px; | |
} | |
.sm\:-m-2px { | |
margin: -2px; | |
} | |
.sm\:-m-3px { | |
margin: -3px; | |
} | |
.sm\:-m-4px { | |
margin: -4px; | |
} | |
.sm\:-m-5px { | |
margin: -5px; | |
} | |
.sm\:-m-6px { | |
margin: -6px; | |
} | |
.sm\:-m-7px { | |
margin: -7px; | |
} | |
.sm\:-m-8px { | |
margin: -8px; | |
} | |
.sm\:-m-9px { | |
margin: -9px; | |
} | |
.sm\:-m-10px { | |
margin: -10px; | |
} | |
.sm\:-m-12px { | |
margin: -12px; | |
} | |
.sm\:-m-14px { | |
margin: -14px; | |
} | |
.sm\:-m-16px { | |
margin: -16px; | |
} | |
.sm\:-m-1 { | |
margin: -0.0625rem; | |
} | |
.sm\:-m-2 { | |
margin: -0.125rem; | |
} | |
.sm\:-m-3 { | |
margin: -0.1875rem; | |
} | |
.sm\:-m-4 { | |
margin: -0.25rem; | |
} | |
.sm\:-m-5 { | |
margin: -0.3125rem; | |
} | |
.sm\:-m-6 { | |
margin: -0.375rem; | |
} | |
.sm\:-m-7 { | |
margin: -0.4375rem; | |
} | |
.sm\:-m-8 { | |
margin: -0.5rem; | |
} | |
.sm\:-m-9 { | |
margin: -0.5625rem; | |
} | |
.sm\:-m-10 { | |
margin: -0.625rem; | |
} | |
.sm\:-m-12 { | |
margin: -0.75rem; | |
} | |
.sm\:-m-14 { | |
margin: -0.875rem; | |
} | |
.sm\:-m-16 { | |
margin: -1rem; | |
} | |
.sm\:-m-18 { | |
margin: -1.125rem; | |
} | |
.sm\:-m-20 { | |
margin: -1.25rem; | |
} | |
.sm\:-m-24 { | |
margin: -1.5rem; | |
} | |
.sm\:-m-28 { | |
margin: -1.75rem; | |
} | |
.sm\:-m-32 { | |
margin: -2rem; | |
} | |
.sm\:-m-36 { | |
margin: -2.25rem; | |
} | |
.sm\:-m-40 { | |
margin: -2.5rem; | |
} | |
.sm\:-m-48 { | |
margin: -3rem; | |
} | |
.sm\:-m-56 { | |
margin: -3.5rem; | |
} | |
.sm\:-m-64 { | |
margin: -4rem; | |
} | |
.sm\:-mx-1px { | |
margin-left: -1px; | |
margin-right: -1px; | |
} | |
.sm\:-mx-2px { | |
margin-left: -2px; | |
margin-right: -2px; | |
} | |
.sm\:-mx-3px { | |
margin-left: -3px; | |
margin-right: -3px; | |
} | |
.sm\:-mx-4px { | |
margin-left: -4px; | |
margin-right: -4px; | |
} | |
.sm\:-mx-5px { | |
margin-left: -5px; | |
margin-right: -5px; | |
} | |
.sm\:-mx-6px { | |
margin-left: -6px; | |
margin-right: -6px; | |
} | |
.sm\:-mx-7px { | |
margin-left: -7px; | |
margin-right: -7px; | |
} | |
.sm\:-mx-8px { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
.sm\:-mx-9px { | |
margin-left: -9px; | |
margin-right: -9px; | |
} | |
.sm\:-mx-10px { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
.sm\:-mx-12px { | |
margin-left: -12px; | |
margin-right: -12px; | |
} | |
.sm\:-mx-14px { | |
margin-left: -14px; | |
margin-right: -14px; | |
} | |
.sm\:-mx-16px { | |
margin-left: -16px; | |
margin-right: -16px; | |
} | |
.sm\:-mx-1 { | |
margin-left: -0.0625rem; | |
margin-right: -0.0625rem; | |
} | |
.sm\:-mx-2 { | |
margin-left: -0.125rem; | |
margin-right: -0.125rem; | |
} | |
.sm\:-mx-3 { | |
margin-left: -0.1875rem; | |
margin-right: -0.1875rem; | |
} | |
.sm\:-mx-4 { | |
margin-left: -0.25rem; | |
margin-right: -0.25rem; | |
} | |
.sm\:-mx-5 { | |
margin-left: -0.3125rem; | |
margin-right: -0.3125rem; | |
} | |
.sm\:-mx-6 { | |
margin-left: -0.375rem; | |
margin-right: -0.375rem; | |
} | |
.sm\:-mx-7 { | |
margin-left: -0.4375rem; | |
margin-right: -0.4375rem; | |
} | |
.sm\:-mx-8 { | |
margin-left: -0.5rem; | |
margin-right: -0.5rem; | |
} | |
.sm\:-mx-9 { | |
margin-left: -0.5625rem; | |
margin-right: -0.5625rem; | |
} | |
.sm\:-mx-10 { | |
margin-left: -0.625rem; | |
margin-right: -0.625rem; | |
} | |
.sm\:-mx-12 { | |
margin-left: -0.75rem; | |
margin-right: -0.75rem; | |
} | |
.sm\:-mx-14 { | |
margin-left: -0.875rem; | |
margin-right: -0.875rem; | |
} | |
.sm\:-mx-16 { | |
margin-left: -1rem; | |
margin-right: -1rem; | |
} | |
.sm\:-mx-18 { | |
margin-left: -1.125rem; | |
margin-right: -1.125rem; | |
} | |
.sm\:-mx-20 { | |
margin-left: -1.25rem; | |
margin-right: -1.25rem; | |
} | |
.sm\:-mx-24 { | |
margin-left: -1.5rem; | |
margin-right: -1.5rem; | |
} | |
.sm\:-mx-28 { | |
margin-left: -1.75rem; | |
margin-right: -1.75rem; | |
} | |
.sm\:-mx-32 { | |
margin-left: -2rem; | |
margin-right: -2rem; | |
} | |
.sm\:-mx-36 { | |
margin-left: -2.25rem; | |
margin-right: -2.25rem; | |
} | |
.sm\:-mx-40 { | |
margin-left: -2.5rem; | |
margin-right: -2.5rem; | |
} | |
.sm\:-mx-48 { | |
margin-left: -3rem; | |
margin-right: -3rem; | |
} | |
.sm\:-mx-56 { | |
margin-left: -3.5rem; | |
margin-right: -3.5rem; | |
} | |
.sm\:-mx-64 { | |
margin-left: -4rem; | |
margin-right: -4rem; | |
} | |
.sm\:-my-1px { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.sm\:-my-2px { | |
margin-top: -2px; | |
margin-bottom: -2px; | |
} | |
.sm\:-my-3px { | |
margin-top: -3px; | |
margin-bottom: -3px; | |
} | |
.sm\:-my-4px { | |
margin-top: -4px; | |
margin-bottom: -4px; | |
} | |
.sm\:-my-5px { | |
margin-top: -5px; | |
margin-bottom: -5px; | |
} | |
.sm\:-my-6px { | |
margin-top: -6px; | |
margin-bottom: -6px; | |
} | |
.sm\:-my-7px { | |
margin-top: -7px; | |
margin-bottom: -7px; | |
} | |
.sm\:-my-8px { | |
margin-top: -8px; | |
margin-bottom: -8px; | |
} | |
.sm\:-my-9px { | |
margin-top: -9px; | |
margin-bottom: -9px; | |
} | |
.sm\:-my-10px { | |
margin-top: -10px; | |
margin-bottom: -10px; | |
} | |
.sm\:-my-12px { | |
margin-top: -12px; | |
margin-bottom: -12px; | |
} | |
.sm\:-my-14px { | |
margin-top: -14px; | |
margin-bottom: -14px; | |
} | |
.sm\:-my-16px { | |
margin-top: -16px; | |
margin-bottom: -16px; | |
} | |
.sm\:-my-1 { | |
margin-top: -0.0625rem; | |
margin-bottom: -0.0625rem; | |
} | |
.sm\:-my-2 { | |
margin-top: -0.125rem; | |
margin-bottom: -0.125rem; | |
} | |
.sm\:-my-3 { | |
margin-top: -0.1875rem; | |
margin-bottom: -0.1875rem; | |
} | |
.sm\:-my-4 { | |
margin-top: -0.25rem; | |
margin-bottom: -0.25rem; | |
} | |
.sm\:-my-5 { | |
margin-top: -0.3125rem; | |
margin-bottom: -0.3125rem; | |
} | |
.sm\:-my-6 { | |
margin-top: -0.375rem; | |
margin-bottom: -0.375rem; | |
} | |
.sm\:-my-7 { | |
margin-top: -0.4375rem; | |
margin-bottom: -0.4375rem; | |
} | |
.sm\:-my-8 { | |
margin-top: -0.5rem; | |
margin-bottom: -0.5rem; | |
} | |
.sm\:-my-9 { | |
margin-top: -0.5625rem; | |
margin-bottom: -0.5625rem; | |
} | |
.sm\:-my-10 { | |
margin-top: -0.625rem; | |
margin-bottom: -0.625rem; | |
} | |
.sm\:-my-12 { | |
margin-top: -0.75rem; | |
margin-bottom: -0.75rem; | |
} | |
.sm\:-my-14 { | |
margin-top: -0.875rem; | |
margin-bottom: -0.875rem; | |
} | |
.sm\:-my-16 { | |
margin-top: -1rem; | |
margin-bottom: -1rem; | |
} | |
.sm\:-my-18 { | |
margin-top: -1.125rem; | |
margin-bottom: -1.125rem; | |
} | |
.sm\:-my-20 { | |
margin-top: -1.25rem; | |
margin-bottom: -1.25rem; | |
} | |
.sm\:-my-24 { | |
margin-top: -1.5rem; | |
margin-bottom: -1.5rem; | |
} | |
.sm\:-my-28 { | |
margin-top: -1.75rem; | |
margin-bottom: -1.75rem; | |
} | |
.sm\:-my-32 { | |
margin-top: -2rem; | |
margin-bottom: -2rem; | |
} | |
.sm\:-my-36 { | |
margin-top: -2.25rem; | |
margin-bottom: -2.25rem; | |
} | |
.sm\:-my-40 { | |
margin-top: -2.5rem; | |
margin-bottom: -2.5rem; | |
} | |
.sm\:-my-48 { | |
margin-top: -3rem; | |
margin-bottom: -3rem; | |
} | |
.sm\:-my-56 { | |
margin-top: -3.5rem; | |
margin-bottom: -3.5rem; | |
} | |
.sm\:-my-64 { | |
margin-top: -4rem; | |
margin-bottom: -4rem; | |
} | |
.sm\:-mt-1px { | |
margin-top: -1px; | |
} | |
.sm\:-mt-2px { | |
margin-top: -2px; | |
} | |
.sm\:-mt-3px { | |
margin-top: -3px; | |
} | |
.sm\:-mt-4px { | |
margin-top: -4px; | |
} | |
.sm\:-mt-5px { | |
margin-top: -5px; | |
} | |
.sm\:-mt-6px { | |
margin-top: -6px; | |
} | |
.sm\:-mt-7px { | |
margin-top: -7px; | |
} | |
.sm\:-mt-8px { | |
margin-top: -8px; | |
} | |
.sm\:-mt-9px { | |
margin-top: -9px; | |
} | |
.sm\:-mt-10px { | |
margin-top: -10px; | |
} | |
.sm\:-mt-12px { | |
margin-top: -12px; | |
} | |
.sm\:-mt-14px { | |
margin-top: -14px; | |
} | |
.sm\:-mt-16px { | |
margin-top: -16px; | |
} | |
.sm\:-mt-1 { | |
margin-top: -0.0625rem; | |
} | |
.sm\:-mt-2 { | |
margin-top: -0.125rem; | |
} | |
.sm\:-mt-3 { | |
margin-top: -0.1875rem; | |
} | |
.sm\:-mt-4 { | |
margin-top: -0.25rem; | |
} | |
.sm\:-mt-5 { | |
margin-top: -0.3125rem; | |
} | |
.sm\:-mt-6 { | |
margin-top: -0.375rem; | |
} | |
.sm\:-mt-7 { | |
margin-top: -0.4375rem; | |
} | |
.sm\:-mt-8 { | |
margin-top: -0.5rem; | |
} | |
.sm\:-mt-9 { | |
margin-top: -0.5625rem; | |
} | |
.sm\:-mt-10 { | |
margin-top: -0.625rem; | |
} | |
.sm\:-mt-12 { | |
margin-top: -0.75rem; | |
} | |
.sm\:-mt-14 { | |
margin-top: -0.875rem; | |
} | |
.sm\:-mt-16 { | |
margin-top: -1rem; | |
} | |
.sm\:-mt-18 { | |
margin-top: -1.125rem; | |
} | |
.sm\:-mt-20 { | |
margin-top: -1.25rem; | |
} | |
.sm\:-mt-24 { | |
margin-top: -1.5rem; | |
} | |
.sm\:-mt-28 { | |
margin-top: -1.75rem; | |
} | |
.sm\:-mt-32 { | |
margin-top: -2rem; | |
} | |
.sm\:-mt-36 { | |
margin-top: -2.25rem; | |
} | |
.sm\:-mt-40 { | |
margin-top: -2.5rem; | |
} | |
.sm\:-mt-48 { | |
margin-top: -3rem; | |
} | |
.sm\:-mt-56 { | |
margin-top: -3.5rem; | |
} | |
.sm\:-mt-64 { | |
margin-top: -4rem; | |
} | |
.sm\:-mr-1px { | |
margin-right: -1px; | |
} | |
.sm\:-mr-2px { | |
margin-right: -2px; | |
} | |
.sm\:-mr-3px { | |
margin-right: -3px; | |
} | |
.sm\:-mr-4px { | |
margin-right: -4px; | |
} | |
.sm\:-mr-5px { | |
margin-right: -5px; | |
} | |
.sm\:-mr-6px { | |
margin-right: -6px; | |
} | |
.sm\:-mr-7px { | |
margin-right: -7px; | |
} | |
.sm\:-mr-8px { | |
margin-right: -8px; | |
} | |
.sm\:-mr-9px { | |
margin-right: -9px; | |
} | |
.sm\:-mr-10px { | |
margin-right: -10px; | |
} | |
.sm\:-mr-12px { | |
margin-right: -12px; | |
} | |
.sm\:-mr-14px { | |
margin-right: -14px; | |
} | |
.sm\:-mr-16px { | |
margin-right: -16px; | |
} | |
.sm\:-mr-1 { | |
margin-right: -0.0625rem; | |
} | |
.sm\:-mr-2 { | |
margin-right: -0.125rem; | |
} | |
.sm\:-mr-3 { | |
margin-right: -0.1875rem; | |
} | |
.sm\:-mr-4 { | |
margin-right: -0.25rem; | |
} | |
.sm\:-mr-5 { | |
margin-right: -0.3125rem; | |
} | |
.sm\:-mr-6 { | |
margin-right: -0.375rem; | |
} | |
.sm\:-mr-7 { | |
margin-right: -0.4375rem; | |
} | |
.sm\:-mr-8 { | |
margin-right: -0.5rem; | |
} | |
.sm\:-mr-9 { | |
margin-right: -0.5625rem; | |
} | |
.sm\:-mr-10 { | |
margin-right: -0.625rem; | |
} | |
.sm\:-mr-12 { | |
margin-right: -0.75rem; | |
} | |
.sm\:-mr-14 { | |
margin-right: -0.875rem; | |
} | |
.sm\:-mr-16 { | |
margin-right: -1rem; | |
} | |
.sm\:-mr-18 { | |
margin-right: -1.125rem; | |
} | |
.sm\:-mr-20 { | |
margin-right: -1.25rem; | |
} | |
.sm\:-mr-24 { | |
margin-right: -1.5rem; | |
} | |
.sm\:-mr-28 { | |
margin-right: -1.75rem; | |
} | |
.sm\:-mr-32 { | |
margin-right: -2rem; | |
} | |
.sm\:-mr-36 { | |
margin-right: -2.25rem; | |
} | |
.sm\:-mr-40 { | |
margin-right: -2.5rem; | |
} | |
.sm\:-mr-48 { | |
margin-right: -3rem; | |
} | |
.sm\:-mr-56 { | |
margin-right: -3.5rem; | |
} | |
.sm\:-mr-64 { | |
margin-right: -4rem; | |
} | |
.sm\:-mb-1px { | |
margin-bottom: -1px; | |
} | |
.sm\:-mb-2px { | |
margin-bottom: -2px; | |
} | |
.sm\:-mb-3px { | |
margin-bottom: -3px; | |
} | |
.sm\:-mb-4px { | |
margin-bottom: -4px; | |
} | |
.sm\:-mb-5px { | |
margin-bottom: -5px; | |
} | |
.sm\:-mb-6px { | |
margin-bottom: -6px; | |
} | |
.sm\:-mb-7px { | |
margin-bottom: -7px; | |
} | |
.sm\:-mb-8px { | |
margin-bottom: -8px; | |
} | |
.sm\:-mb-9px { | |
margin-bottom: -9px; | |
} | |
.sm\:-mb-10px { | |
margin-bottom: -10px; | |
} | |
.sm\:-mb-12px { | |
margin-bottom: -12px; | |
} | |
.sm\:-mb-14px { | |
margin-bottom: -14px; | |
} | |
.sm\:-mb-16px { | |
margin-bottom: -16px; | |
} | |
.sm\:-mb-1 { | |
margin-bottom: -0.0625rem; | |
} | |
.sm\:-mb-2 { | |
margin-bottom: -0.125rem; | |
} | |
.sm\:-mb-3 { | |
margin-bottom: -0.1875rem; | |
} | |
.sm\:-mb-4 { | |
margin-bottom: -0.25rem; | |
} | |
.sm\:-mb-5 { | |
margin-bottom: -0.3125rem; | |
} | |
.sm\:-mb-6 { | |
margin-bottom: -0.375rem; | |
} | |
.sm\:-mb-7 { | |
margin-bottom: -0.4375rem; | |
} | |
.sm\:-mb-8 { | |
margin-bottom: -0.5rem; | |
} | |
.sm\:-mb-9 { | |
margin-bottom: -0.5625rem; | |
} | |
.sm\:-mb-10 { | |
margin-bottom: -0.625rem; | |
} | |
.sm\:-mb-12 { | |
margin-bottom: -0.75rem; | |
} | |
.sm\:-mb-14 { | |
margin-bottom: -0.875rem; | |
} | |
.sm\:-mb-16 { | |
margin-bottom: -1rem; | |
} | |
.sm\:-mb-18 { | |
margin-bottom: -1.125rem; | |
} | |
.sm\:-mb-20 { | |
margin-bottom: -1.25rem; | |
} | |
.sm\:-mb-24 { | |
margin-bottom: -1.5rem; | |
} | |
.sm\:-mb-28 { | |
margin-bottom: -1.75rem; | |
} | |
.sm\:-mb-32 { | |
margin-bottom: -2rem; | |
} | |
.sm\:-mb-36 { | |
margin-bottom: -2.25rem; | |
} | |
.sm\:-mb-40 { | |
margin-bottom: -2.5rem; | |
} | |
.sm\:-mb-48 { | |
margin-bottom: -3rem; | |
} | |
.sm\:-mb-56 { | |
margin-bottom: -3.5rem; | |
} | |
.sm\:-mb-64 { | |
margin-bottom: -4rem; | |
} | |
.sm\:-ml-1px { | |
margin-left: -1px; | |
} | |
.sm\:-ml-2px { | |
margin-left: -2px; | |
} | |
.sm\:-ml-3px { | |
margin-left: -3px; | |
} | |
.sm\:-ml-4px { | |
margin-left: -4px; | |
} | |
.sm\:-ml-5px { | |
margin-left: -5px; | |
} | |
.sm\:-ml-6px { | |
margin-left: -6px; | |
} | |
.sm\:-ml-7px { | |
margin-left: -7px; | |
} | |
.sm\:-ml-8px { | |
margin-left: -8px; | |
} | |
.sm\:-ml-9px { | |
margin-left: -9px; | |
} | |
.sm\:-ml-10px { | |
margin-left: -10px; | |
} | |
.sm\:-ml-12px { | |
margin-left: -12px; | |
} | |
.sm\:-ml-14px { | |
margin-left: -14px; | |
} | |
.sm\:-ml-16px { | |
margin-left: -16px; | |
} | |
.sm\:-ml-1 { | |
margin-left: -0.0625rem; | |
} | |
.sm\:-ml-2 { | |
margin-left: -0.125rem; | |
} | |
.sm\:-ml-3 { | |
margin-left: -0.1875rem; | |
} | |
.sm\:-ml-4 { | |
margin-left: -0.25rem; | |
} | |
.sm\:-ml-5 { | |
margin-left: -0.3125rem; | |
} | |
.sm\:-ml-6 { | |
margin-left: -0.375rem; | |
} | |
.sm\:-ml-7 { | |
margin-left: -0.4375rem; | |
} | |
.sm\:-ml-8 { | |
margin-left: -0.5rem; | |
} | |
.sm\:-ml-9 { | |
margin-left: -0.5625rem; | |
} | |
.sm\:-ml-10 { | |
margin-left: -0.625rem; | |
} | |
.sm\:-ml-12 { | |
margin-left: -0.75rem; | |
} | |
.sm\:-ml-14 { | |
margin-left: -0.875rem; | |
} | |
.sm\:-ml-16 { | |
margin-left: -1rem; | |
} | |
.sm\:-ml-18 { | |
margin-left: -1.125rem; | |
} | |
.sm\:-ml-20 { | |
margin-left: -1.25rem; | |
} | |
.sm\:-ml-24 { | |
margin-left: -1.5rem; | |
} | |
.sm\:-ml-28 { | |
margin-left: -1.75rem; | |
} | |
.sm\:-ml-32 { | |
margin-left: -2rem; | |
} | |
.sm\:-ml-36 { | |
margin-left: -2.25rem; | |
} | |
.sm\:-ml-40 { | |
margin-left: -2.5rem; | |
} | |
.sm\:-ml-48 { | |
margin-left: -3rem; | |
} | |
.sm\:-ml-56 { | |
margin-left: -3.5rem; | |
} | |
.sm\:-ml-64 { | |
margin-left: -4rem; | |
} | |
.sm\:m-revert { | |
margin: revert; | |
} | |
.sm\:m-auto { | |
margin: auto; | |
} | |
.sm\:m-1px { | |
margin: 1px; | |
} | |
.sm\:m-2px { | |
margin: 2px; | |
} | |
.sm\:m-3px { | |
margin: 3px; | |
} | |
.sm\:m-4px { | |
margin: 4px; | |
} | |
.sm\:m-5px { | |
margin: 5px; | |
} | |
.sm\:m-6px { | |
margin: 6px; | |
} | |
.sm\:m-7px { | |
margin: 7px; | |
} | |
.sm\:m-8px { | |
margin: 8px; | |
} | |
.sm\:m-9px { | |
margin: 9px; | |
} | |
.sm\:m-10px { | |
margin: 10px; | |
} | |
.sm\:m-12px { | |
margin: 12px; | |
} | |
.sm\:m-14px { | |
margin: 14px; | |
} | |
.sm\:m-16px { | |
margin: 16px; | |
} | |
.sm\:m-0 { | |
margin: 0; | |
} | |
.sm\:m-1 { | |
margin: 0.0625rem; | |
} | |
.sm\:m-2 { | |
margin: 0.125rem; | |
} | |
.sm\:m-3 { | |
margin: 0.1875rem; | |
} | |
.sm\:m-4 { | |
margin: 0.25rem; | |
} | |
.sm\:m-5 { | |
margin: 0.3125rem; | |
} | |
.sm\:m-6 { | |
margin: 0.375rem; | |
} | |
.sm\:m-7 { | |
margin: 0.4375rem; | |
} | |
.sm\:m-8 { | |
margin: 0.5rem; | |
} | |
.sm\:m-9 { | |
margin: 0.5625rem; | |
} | |
.sm\:m-10 { | |
margin: 0.625rem; | |
} | |
.sm\:m-12 { | |
margin: 0.75rem; | |
} | |
.sm\:m-14 { | |
margin: 0.875rem; | |
} | |
.sm\:m-16 { | |
margin: 1rem; | |
} | |
.sm\:m-18 { | |
margin: 1.125rem; | |
} | |
.sm\:m-20 { | |
margin: 1.25rem; | |
} | |
.sm\:m-24 { | |
margin: 1.5rem; | |
} | |
.sm\:m-28 { | |
margin: 1.75rem; | |
} | |
.sm\:m-32 { | |
margin: 2rem; | |
} | |
.sm\:m-36 { | |
margin: 2.25rem; | |
} | |
.sm\:m-40 { | |
margin: 2.5rem; | |
} | |
.sm\:m-48 { | |
margin: 3rem; | |
} | |
.sm\:m-56 { | |
margin: 3.5rem; | |
} | |
.sm\:m-64 { | |
margin: 4rem; | |
} | |
.sm\:m-72 { | |
margin: 4.5rem; | |
} | |
.sm\:m-80 { | |
margin: 5rem; | |
} | |
.sm\:m-96 { | |
margin: 6rem; | |
} | |
.sm\:m-112 { | |
margin: 7rem; | |
} | |
.sm\:m-128 { | |
margin: 8rem; | |
} | |
.sm\:m-144 { | |
margin: 9rem; | |
} | |
.sm\:m-160 { | |
margin: 10rem; | |
} | |
.sm\:m-192 { | |
margin: 12rem; | |
} | |
.sm\:m-224 { | |
margin: 14rem; | |
} | |
.sm\:m-256 { | |
margin: 16rem; | |
} | |
.sm\:mx-revert { | |
margin-left: revert; | |
margin-right: revert; | |
} | |
.sm\:mx-auto { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.sm\:mx-1px { | |
margin-left: 1px; | |
margin-right: 1px; | |
} | |
.sm\:mx-2px { | |
margin-left: 2px; | |
margin-right: 2px; | |
} | |
.sm\:mx-3px { | |
margin-left: 3px; | |
margin-right: 3px; | |
} | |
.sm\:mx-4px { | |
margin-left: 4px; | |
margin-right: 4px; | |
} | |
.sm\:mx-5px { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.sm\:mx-6px { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.sm\:mx-7px { | |
margin-left: 7px; | |
margin-right: 7px; | |
} | |
.sm\:mx-8px { | |
margin-left: 8px; | |
margin-right: 8px; | |
} | |
.sm\:mx-9px { | |
margin-left: 9px; | |
margin-right: 9px; | |
} | |
.sm\:mx-10px { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.sm\:mx-12px { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
.sm\:mx-14px { | |
margin-left: 14px; | |
margin-right: 14px; | |
} | |
.sm\:mx-16px { | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
.sm\:mx-0 { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
.sm\:mx-1 { | |
margin-left: 0.0625rem; | |
margin-right: 0.0625rem; | |
} | |
.sm\:mx-2 { | |
margin-left: 0.125rem; | |
margin-right: 0.125rem; | |
} | |
.sm\:mx-3 { | |
margin-left: 0.1875rem; | |
margin-right: 0.1875rem; | |
} | |
.sm\:mx-4 { | |
margin-left: 0.25rem; | |
margin-right: 0.25rem; | |
} | |
.sm\:mx-5 { | |
margin-left: 0.3125rem; | |
margin-right: 0.3125rem; | |
} | |
.sm\:mx-6 { | |
margin-left: 0.375rem; | |
margin-right: 0.375rem; | |
} | |
.sm\:mx-7 { | |
margin-left: 0.4375rem; | |
margin-right: 0.4375rem; | |
} | |
.sm\:mx-8 { | |
margin-left: 0.5rem; | |
margin-right: 0.5rem; | |
} | |
.sm\:mx-9 { | |
margin-left: 0.5625rem; | |
margin-right: 0.5625rem; | |
} | |
.sm\:mx-10 { | |
margin-left: 0.625rem; | |
margin-right: 0.625rem; | |
} | |
.sm\:mx-12 { | |
margin-left: 0.75rem; | |
margin-right: 0.75rem; | |
} | |
.sm\:mx-14 { | |
margin-left: 0.875rem; | |
margin-right: 0.875rem; | |
} | |
.sm\:mx-16 { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.sm\:mx-18 { | |
margin-left: 1.125rem; | |
margin-right: 1.125rem; | |
} | |
.sm\:mx-20 { | |
margin-left: 1.25rem; | |
margin-right: 1.25rem; | |
} | |
.sm\:mx-24 { | |
margin-left: 1.5rem; | |
margin-right: 1.5rem; | |
} | |
.sm\:mx-28 { | |
margin-left: 1.75rem; | |
margin-right: 1.75rem; | |
} | |
.sm\:mx-32 { | |
margin-left: 2rem; | |
margin-right: 2rem; | |
} | |
.sm\:mx-36 { | |
margin-left: 2.25rem; | |
margin-right: 2.25rem; | |
} | |
.sm\:mx-40 { | |
margin-left: 2.5rem; | |
margin-right: 2.5rem; | |
} | |
.sm\:mx-48 { | |
margin-left: 3rem; | |
margin-right: 3rem; | |
} | |
.sm\:mx-56 { | |
margin-left: 3.5rem; | |
margin-right: 3.5rem; | |
} | |
.sm\:mx-64 { | |
margin-left: 4rem; | |
margin-right: 4rem; | |
} | |
.sm\:mx-72 { | |
margin-left: 4.5rem; | |
margin-right: 4.5rem; | |
} | |
.sm\:mx-80 { | |
margin-left: 5rem; | |
margin-right: 5rem; | |
} | |
.sm\:mx-96 { | |
margin-left: 6rem; | |
margin-right: 6rem; | |
} | |
.sm\:mx-112 { | |
margin-left: 7rem; | |
margin-right: 7rem; | |
} | |
.sm\:mx-128 { | |
margin-left: 8rem; | |
margin-right: 8rem; | |
} | |
.sm\:mx-144 { | |
margin-left: 9rem; | |
margin-right: 9rem; | |
} | |
.sm\:mx-160 { | |
margin-left: 10rem; | |
margin-right: 10rem; | |
} | |
.sm\:mx-192 { | |
margin-left: 12rem; | |
margin-right: 12rem; | |
} | |
.sm\:mx-224 { | |
margin-left: 14rem; | |
margin-right: 14rem; | |
} | |
.sm\:mx-256 { | |
margin-left: 16rem; | |
margin-right: 16rem; | |
} | |
.sm\:my-revert { | |
margin-top: revert; | |
margin-bottom: revert; | |
} | |
.sm\:my-auto { | |
margin-top: auto; | |
margin-bottom: auto; | |
} | |
.sm\:my-1px { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.sm\:my-2px { | |
margin-top: 2px; | |
margin-bottom: 2px; | |
} | |
.sm\:my-3px { | |
margin-top: 3px; | |
margin-bottom: 3px; | |
} | |
.sm\:my-4px { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.sm\:my-5px { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
.sm\:my-6px { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
.sm\:my-7px { | |
margin-top: 7px; | |
margin-bottom: 7px; | |
} | |
.sm\:my-8px { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.sm\:my-9px { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
.sm\:my-10px { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.sm\:my-12px { | |
margin-top: 12px; | |
margin-bottom: 12px; | |
} | |
.sm\:my-14px { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.sm\:my-16px { | |
margin-top: 16px; | |
margin-bottom: 16px; | |
} | |
.sm\:my-0 { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.sm\:my-1 { | |
margin-top: 0.0625rem; | |
margin-bottom: 0.0625rem; | |
} | |
.sm\:my-2 { | |
margin-top: 0.125rem; | |
margin-bottom: 0.125rem; | |
} | |
.sm\:my-3 { | |
margin-top: 0.1875rem; | |
margin-bottom: 0.1875rem; | |
} | |
.sm\:my-4 { | |
margin-top: 0.25rem; | |
margin-bottom: 0.25rem; | |
} | |
.sm\:my-5 { | |
margin-top: 0.3125rem; | |
margin-bottom: 0.3125rem; | |
} | |
.sm\:my-6 { | |
margin-top: 0.375rem; | |
margin-bottom: 0.375rem; | |
} | |
.sm\:my-7 { | |
margin-top: 0.4375rem; | |
margin-bottom: 0.4375rem; | |
} | |
.sm\:my-8 { | |
margin-top: 0.5rem; | |
margin-bottom: 0.5rem; | |
} | |
.sm\:my-9 { | |
margin-top: 0.5625rem; | |
margin-bottom: 0.5625rem; | |
} | |
.sm\:my-10 { | |
margin-top: 0.625rem; | |
margin-bottom: 0.625rem; | |
} | |
.sm\:my-12 { | |
margin-top: 0.75rem; | |
margin-bottom: 0.75rem; | |
} | |
.sm\:my-14 { | |
margin-top: 0.875rem; | |
margin-bottom: 0.875rem; | |
} | |
.sm\:my-16 { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.sm\:my-18 { | |
margin-top: 1.125rem; | |
margin-bottom: 1.125rem; | |
} | |
.sm\:my-20 { | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
} | |
.sm\:my-24 { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
} | |
.sm\:my-28 { | |
margin-top: 1.75rem; | |
margin-bottom: 1.75rem; | |
} | |
.sm\:my-32 { | |
margin-top: 2rem; | |
margin-bottom: 2rem; | |
} | |
.sm\:my-36 { | |
margin-top: 2.25rem; | |
margin-bottom: 2.25rem; | |
} | |
.sm\:my-40 { | |
margin-top: 2.5rem; | |
margin-bottom: 2.5rem; | |
} | |
.sm\:my-48 { | |
margin-top: 3rem; | |
margin-bottom: 3rem; | |
} | |
.sm\:my-56 { | |
margin-top: 3.5rem; | |
margin-bottom: 3.5rem; | |
} | |
.sm\:my-64 { | |
margin-top: 4rem; | |
margin-bottom: 4rem; | |
} | |
.sm\:my-72 { | |
margin-top: 4.5rem; | |
margin-bottom: 4.5rem; | |
} | |
.sm\:my-80 { | |
margin-top: 5rem; | |
margin-bottom: 5rem; | |
} | |
.sm\:my-96 { | |
margin-top: 6rem; | |
margin-bottom: 6rem; | |
} | |
.sm\:my-112 { | |
margin-top: 7rem; | |
margin-bottom: 7rem; | |
} | |
.sm\:my-128 { | |
margin-top: 8rem; | |
margin-bottom: 8rem; | |
} | |
.sm\:my-144 { | |
margin-top: 9rem; | |
margin-bottom: 9rem; | |
} | |
.sm\:my-160 { | |
margin-top: 10rem; | |
margin-bottom: 10rem; | |
} | |
.sm\:my-192 { | |
margin-top: 12rem; | |
margin-bottom: 12rem; | |
} | |
.sm\:my-224 { | |
margin-top: 14rem; | |
margin-bottom: 14rem; | |
} | |
.sm\:my-256 { | |
margin-top: 16rem; | |
margin-bottom: 16rem; | |
} | |
.sm\:mt-revert { | |
margin-top: revert; | |
} | |
.sm\:mt-auto { | |
margin-top: auto; | |
} | |
.sm\:mt-1px { | |
margin-top: 1px; | |
} | |
.sm\:mt-2px { | |
margin-top: 2px; | |
} | |
.sm\:mt-3px { | |
margin-top: 3px; | |
} | |
.sm\:mt-4px { | |
margin-top: 4px; | |
} | |
.sm\:mt-5px { | |
margin-top: 5px; | |
} | |
.sm\:mt-6px { | |
margin-top: 6px; | |
} | |
.sm\:mt-7px { | |
margin-top: 7px; | |
} | |
.sm\:mt-8px { | |
margin-top: 8px; | |
} | |
.sm\:mt-9px { | |
margin-top: 9px; | |
} | |
.sm\:mt-10px { | |
margin-top: 10px; | |
} | |
.sm\:mt-12px { | |
margin-top: 12px; | |
} | |
.sm\:mt-14px { | |
margin-top: 14px; | |
} | |
.sm\:mt-16px { | |
margin-top: 16px; | |
} | |
.sm\:mt-0 { | |
margin-top: 0; | |
} | |
.sm\:mt-1 { | |
margin-top: 0.0625rem; | |
} | |
.sm\:mt-2 { | |
margin-top: 0.125rem; | |
} | |
.sm\:mt-3 { | |
margin-top: 0.1875rem; | |
} | |
.sm\:mt-4 { | |
margin-top: 0.25rem; | |
} | |
.sm\:mt-5 { | |
margin-top: 0.3125rem; | |
} | |
.sm\:mt-6 { | |
margin-top: 0.375rem; | |
} | |
.sm\:mt-7 { | |
margin-top: 0.4375rem; | |
} | |
.sm\:mt-8 { | |
margin-top: 0.5rem; | |
} | |
.sm\:mt-9 { | |
margin-top: 0.5625rem; | |
} | |
.sm\:mt-10 { | |
margin-top: 0.625rem; | |
} | |
.sm\:mt-12 { | |
margin-top: 0.75rem; | |
} | |
.sm\:mt-14 { | |
margin-top: 0.875rem; | |
} | |
.sm\:mt-16 { | |
margin-top: 1rem; | |
} | |
.sm\:mt-18 { | |
margin-top: 1.125rem; | |
} | |
.sm\:mt-20 { | |
margin-top: 1.25rem; | |
} | |
.sm\:mt-24 { | |
margin-top: 1.5rem; | |
} | |
.sm\:mt-28 { | |
margin-top: 1.75rem; | |
} | |
.sm\:mt-32 { | |
margin-top: 2rem; | |
} | |
.sm\:mt-36 { | |
margin-top: 2.25rem; | |
} | |
.sm\:mt-40 { | |
margin-top: 2.5rem; | |
} | |
.sm\:mt-48 { | |
margin-top: 3rem; | |
} | |
.sm\:mt-56 { | |
margin-top: 3.5rem; | |
} | |
.sm\:mt-64 { | |
margin-top: 4rem; | |
} | |
.sm\:mt-72 { | |
margin-top: 4.5rem; | |
} | |
.sm\:mt-80 { | |
margin-top: 5rem; | |
} | |
.sm\:mt-96 { | |
margin-top: 6rem; | |
} | |
.sm\:mt-112 { | |
margin-top: 7rem; | |
} | |
.sm\:mt-128 { | |
margin-top: 8rem; | |
} | |
.sm\:mt-144 { | |
margin-top: 9rem; | |
} | |
.sm\:mt-160 { | |
margin-top: 10rem; | |
} | |
.sm\:mt-192 { | |
margin-top: 12rem; | |
} | |
.sm\:mt-224 { | |
margin-top: 14rem; | |
} | |
.sm\:mt-256 { | |
margin-top: 16rem; | |
} | |
.sm\:mr-revert { | |
margin-right: revert; | |
} | |
.sm\:mr-auto { | |
margin-right: auto; | |
} | |
.sm\:mr-1px { | |
margin-right: 1px; | |
} | |
.sm\:mr-2px { | |
margin-right: 2px; | |
} | |
.sm\:mr-3px { | |
margin-right: 3px; | |
} | |
.sm\:mr-4px { | |
margin-right: 4px; | |
} | |
.sm\:mr-5px { | |
margin-right: 5px; | |
} | |
.sm\:mr-6px { | |
margin-right: 6px; | |
} | |
.sm\:mr-7px { | |
margin-right: 7px; | |
} | |
.sm\:mr-8px { | |
margin-right: 8px; | |
} | |
.sm\:mr-9px { | |
margin-right: 9px; | |
} | |
.sm\:mr-10px { | |
margin-right: 10px; | |
} | |
.sm\:mr-12px { | |
margin-right: 12px; | |
} | |
.sm\:mr-14px { | |
margin-right: 14px; | |
} | |
.sm\:mr-16px { | |
margin-right: 16px; | |
} | |
.sm\:mr-0 { | |
margin-right: 0; | |
} | |
.sm\:mr-1 { | |
margin-right: 0.0625rem; | |
} | |
.sm\:mr-2 { | |
margin-right: 0.125rem; | |
} | |
.sm\:mr-3 { | |
margin-right: 0.1875rem; | |
} | |
.sm\:mr-4 { | |
margin-right: 0.25rem; | |
} | |
.sm\:mr-5 { | |
margin-right: 0.3125rem; | |
} | |
.sm\:mr-6 { | |
margin-right: 0.375rem; | |
} | |
.sm\:mr-7 { | |
margin-right: 0.4375rem; | |
} | |
.sm\:mr-8 { | |
margin-right: 0.5rem; | |
} | |
.sm\:mr-9 { | |
margin-right: 0.5625rem; | |
} | |
.sm\:mr-10 { | |
margin-right: 0.625rem; | |
} | |
.sm\:mr-12 { | |
margin-right: 0.75rem; | |
} | |
.sm\:mr-14 { | |
margin-right: 0.875rem; | |
} | |
.sm\:mr-16 { | |
margin-right: 1rem; | |
} | |
.sm\:mr-18 { | |
margin-right: 1.125rem; | |
} | |
.sm\:mr-20 { | |
margin-right: 1.25rem; | |
} | |
.sm\:mr-24 { | |
margin-right: 1.5rem; | |
} | |
.sm\:mr-28 { | |
margin-right: 1.75rem; | |
} | |
.sm\:mr-32 { | |
margin-right: 2rem; | |
} | |
.sm\:mr-36 { | |
margin-right: 2.25rem; | |
} | |
.sm\:mr-40 { | |
margin-right: 2.5rem; | |
} | |
.sm\:mr-48 { | |
margin-right: 3rem; | |
} | |
.sm\:mr-56 { | |
margin-right: 3.5rem; | |
} | |
.sm\:mr-64 { | |
margin-right: 4rem; | |
} | |
.sm\:mr-72 { | |
margin-right: 4.5rem; | |
} | |
.sm\:mr-80 { | |
margin-right: 5rem; | |
} | |
.sm\:mr-96 { | |
margin-right: 6rem; | |
} | |
.sm\:mr-112 { | |
margin-right: 7rem; | |
} | |
.sm\:mr-128 { | |
margin-right: 8rem; | |
} | |
.sm\:mr-144 { | |
margin-right: 9rem; | |
} | |
.sm\:mr-160 { | |
margin-right: 10rem; | |
} | |
.sm\:mr-192 { | |
margin-right: 12rem; | |
} | |
.sm\:mr-224 { | |
margin-right: 14rem; | |
} | |
.sm\:mr-256 { | |
margin-right: 16rem; | |
} | |
.sm\:mb-revert { | |
margin-bottom: revert; | |
} | |
.sm\:mb-auto { | |
margin-bottom: auto; | |
} | |
.sm\:mb-1px { | |
margin-bottom: 1px; | |
} | |
.sm\:mb-2px { | |
margin-bottom: 2px; | |
} | |
.sm\:mb-3px { | |
margin-bottom: 3px; | |
} | |
.sm\:mb-4px { | |
margin-bottom: 4px; | |
} | |
.sm\:mb-5px { | |
margin-bottom: 5px; | |
} | |
.sm\:mb-6px { | |
margin-bottom: 6px; | |
} | |
.sm\:mb-7px { | |
margin-bottom: 7px; | |
} | |
.sm\:mb-8px { | |
margin-bottom: 8px; | |
} | |
.sm\:mb-9px { | |
margin-bottom: 9px; | |
} | |
.sm\:mb-10px { | |
margin-bottom: 10px; | |
} | |
.sm\:mb-12px { | |
margin-bottom: 12px; | |
} | |
.sm\:mb-14px { | |
margin-bottom: 14px; | |
} | |
.sm\:mb-16px { | |
margin-bottom: 16px; | |
} | |
.sm\:mb-0 { | |
margin-bottom: 0; | |
} | |
.sm\:mb-1 { | |
margin-bottom: 0.0625rem; | |
} | |
.sm\:mb-2 { | |
margin-bottom: 0.125rem; | |
} | |
.sm\:mb-3 { | |
margin-bottom: 0.1875rem; | |
} | |
.sm\:mb-4 { | |
margin-bottom: 0.25rem; | |
} | |
.sm\:mb-5 { | |
margin-bottom: 0.3125rem; | |
} | |
.sm\:mb-6 { | |
margin-bottom: 0.375rem; | |
} | |
.sm\:mb-7 { | |
margin-bottom: 0.4375rem; | |
} | |
.sm\:mb-8 { | |
margin-bottom: 0.5rem; | |
} | |
.sm\:mb-9 { | |
margin-bottom: 0.5625rem; | |
} | |
.sm\:mb-10 { | |
margin-bottom: 0.625rem; | |
} | |
.sm\:mb-12 { | |
margin-bottom: 0.75rem; | |
} | |
.sm\:mb-14 { | |
margin-bottom: 0.875rem; | |
} | |
.sm\:mb-16 { | |
margin-bottom: 1rem; | |
} | |
.sm\:mb-18 { | |
margin-bottom: 1.125rem; | |
} | |
.sm\:mb-20 { | |
margin-bottom: 1.25rem; | |
} | |
.sm\:mb-24 { | |
margin-bottom: 1.5rem; | |
} | |
.sm\:mb-28 { | |
margin-bottom: 1.75rem; | |
} | |
.sm\:mb-32 { | |
margin-bottom: 2rem; | |
} | |
.sm\:mb-36 { | |
margin-bottom: 2.25rem; | |
} | |
.sm\:mb-40 { | |
margin-bottom: 2.5rem; | |
} | |
.sm\:mb-48 { | |
margin-bottom: 3rem; | |
} | |
.sm\:mb-56 { | |
margin-bottom: 3.5rem; | |
} | |
.sm\:mb-64 { | |
margin-bottom: 4rem; | |
} | |
.sm\:mb-72 { | |
margin-bottom: 4.5rem; | |
} | |
.sm\:mb-80 { | |
margin-bottom: 5rem; | |
} | |
.sm\:mb-96 { | |
margin-bottom: 6rem; | |
} | |
.sm\:mb-112 { | |
margin-bottom: 7rem; | |
} | |
.sm\:mb-128 { | |
margin-bottom: 8rem; | |
} | |
.sm\:mb-144 { | |
margin-bottom: 9rem; | |
} | |
.sm\:mb-160 { | |
margin-bottom: 10rem; | |
} | |
.sm\:mb-192 { | |
margin-bottom: 12rem; | |
} | |
.sm\:mb-224 { | |
margin-bottom: 14rem; | |
} | |
.sm\:mb-256 { | |
margin-bottom: 16rem; | |
} | |
.sm\:ml-revert { | |
margin-left: revert; | |
} | |
.sm\:ml-auto { | |
margin-left: auto; | |
} | |
.sm\:ml-1px { | |
margin-left: 1px; | |
} | |
.sm\:ml-2px { | |
margin-left: 2px; | |
} | |
.sm\:ml-3px { | |
margin-left: 3px; | |
} | |
.sm\:ml-4px { | |
margin-left: 4px; | |
} | |
.sm\:ml-5px { | |
margin-left: 5px; | |
} | |
.sm\:ml-6px { | |
margin-left: 6px; | |
} | |
.sm\:ml-7px { | |
margin-left: 7px; | |
} | |
.sm\:ml-8px { | |
margin-left: 8px; | |
} | |
.sm\:ml-9px { | |
margin-left: 9px; | |
} | |
.sm\:ml-10px { | |
margin-left: 10px; | |
} | |
.sm\:ml-12px { | |
margin-left: 12px; | |
} | |
.sm\:ml-14px { | |
margin-left: 14px; | |
} | |
.sm\:ml-16px { | |
margin-left: 16px; | |
} | |
.sm\:ml-0 { | |
margin-left: 0; | |
} | |
.sm\:ml-1 { | |
margin-left: 0.0625rem; | |
} | |
.sm\:ml-2 { | |
margin-left: 0.125rem; | |
} | |
.sm\:ml-3 { | |
margin-left: 0.1875rem; | |
} | |
.sm\:ml-4 { | |
margin-left: 0.25rem; | |
} | |
.sm\:ml-5 { | |
margin-left: 0.3125rem; | |
} | |
.sm\:ml-6 { | |
margin-left: 0.375rem; | |
} | |
.sm\:ml-7 { | |
margin-left: 0.4375rem; | |
} | |
.sm\:ml-8 { | |
margin-left: 0.5rem; | |
} | |
.sm\:ml-9 { | |
margin-left: 0.5625rem; | |
} | |
.sm\:ml-10 { | |
margin-left: 0.625rem; | |
} | |
.sm\:ml-12 { | |
margin-left: 0.75rem; | |
} | |
.sm\:ml-14 { | |
margin-left: 0.875rem; | |
} | |
.sm\:ml-16 { | |
margin-left: 1rem; | |
} | |
.sm\:ml-18 { | |
margin-left: 1.125rem; | |
} | |
.sm\:ml-20 { | |
margin-left: 1.25rem; | |
} | |
.sm\:ml-24 { | |
margin-left: 1.5rem; | |
} | |
.sm\:ml-28 { | |
margin-left: 1.75rem; | |
} | |
.sm\:ml-32 { | |
margin-left: 2rem; | |
} | |
.sm\:ml-36 { | |
margin-left: 2.25rem; | |
} | |
.sm\:ml-40 { | |
margin-left: 2.5rem; | |
} | |
.sm\:ml-48 { | |
margin-left: 3rem; | |
} | |
.sm\:ml-56 { | |
margin-left: 3.5rem; | |
} | |
.sm\:ml-64 { | |
margin-left: 4rem; | |
} | |
.sm\:ml-72 { | |
margin-left: 4.5rem; | |
} | |
.sm\:ml-80 { | |
margin-left: 5rem; | |
} | |
.sm\:ml-96 { | |
margin-left: 6rem; | |
} | |
.sm\:ml-112 { | |
margin-left: 7rem; | |
} | |
.sm\:ml-128 { | |
margin-left: 8rem; | |
} | |
.sm\:ml-144 { | |
margin-left: 9rem; | |
} | |
.sm\:ml-160 { | |
margin-left: 10rem; | |
} | |
.sm\:ml-192 { | |
margin-left: 12rem; | |
} | |
.sm\:ml-224 { | |
margin-left: 14rem; | |
} | |
.sm\:ml-256 { | |
margin-left: 16rem; | |
} | |
.sm\:p-revert { | |
padding: revert; | |
} | |
.sm\:p-auto { | |
padding: auto; | |
} | |
.sm\:p-1px { | |
padding: 1px; | |
} | |
.sm\:p-2px { | |
padding: 2px; | |
} | |
.sm\:p-3px { | |
padding: 3px; | |
} | |
.sm\:p-4px { | |
padding: 4px; | |
} | |
.sm\:p-5px { | |
padding: 5px; | |
} | |
.sm\:p-6px { | |
padding: 6px; | |
} | |
.sm\:p-7px { | |
padding: 7px; | |
} | |
.sm\:p-8px { | |
padding: 8px; | |
} | |
.sm\:p-9px { | |
padding: 9px; | |
} | |
.sm\:p-10px { | |
padding: 10px; | |
} | |
.sm\:p-12px { | |
padding: 12px; | |
} | |
.sm\:p-14px { | |
padding: 14px; | |
} | |
.sm\:p-16px { | |
padding: 16px; | |
} | |
.sm\:p-0 { | |
padding: 0; | |
} | |
.sm\:p-1 { | |
padding: 0.0625rem; | |
} | |
.sm\:p-2 { | |
padding: 0.125rem; | |
} | |
.sm\:p-3 { | |
padding: 0.1875rem; | |
} | |
.sm\:p-4 { | |
padding: 0.25rem; | |
} | |
.sm\:p-5 { | |
padding: 0.3125rem; | |
} | |
.sm\:p-6 { | |
padding: 0.375rem; | |
} | |
.sm\:p-7 { | |
padding: 0.4375rem; | |
} | |
.sm\:p-8 { | |
padding: 0.5rem; | |
} | |
.sm\:p-9 { | |
padding: 0.5625rem; | |
} | |
.sm\:p-10 { | |
padding: 0.625rem; | |
} | |
.sm\:p-12 { | |
padding: 0.75rem; | |
} | |
.sm\:p-14 { | |
padding: 0.875rem; | |
} | |
.sm\:p-16 { | |
padding: 1rem; | |
} | |
.sm\:p-18 { | |
padding: 1.125rem; | |
} | |
.sm\:p-20 { | |
padding: 1.25rem; | |
} | |
.sm\:p-24 { | |
padding: 1.5rem; | |
} | |
.sm\:p-28 { | |
padding: 1.75rem; | |
} | |
.sm\:p-32 { | |
padding: 2rem; | |
} | |
.sm\:p-36 { | |
padding: 2.25rem; | |
} | |
.sm\:p-40 { | |
padding: 2.5rem; | |
} | |
.sm\:p-48 { | |
padding: 3rem; | |
} | |
.sm\:p-56 { | |
padding: 3.5rem; | |
} | |
.sm\:p-64 { | |
padding: 4rem; | |
} | |
.sm\:p-72 { | |
padding: 4.5rem; | |
} | |
.sm\:p-80 { | |
padding: 5rem; | |
} | |
.sm\:p-96 { | |
padding: 6rem; | |
} | |
.sm\:p-112 { | |
padding: 7rem; | |
} | |
.sm\:p-128 { | |
padding: 8rem; | |
} | |
.sm\:p-144 { | |
padding: 9rem; | |
} | |
.sm\:p-160 { | |
padding: 10rem; | |
} | |
.sm\:p-192 { | |
padding: 12rem; | |
} | |
.sm\:p-224 { | |
padding: 14rem; | |
} | |
.sm\:p-256 { | |
padding: 16rem; | |
} | |
.sm\:px-revert { | |
padding-left: revert; | |
padding-right: revert; | |
} | |
.sm\:px-auto { | |
padding-left: auto; | |
padding-right: auto; | |
} | |
.sm\:px-1px { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.sm\:px-2px { | |
padding-left: 2px; | |
padding-right: 2px; | |
} | |
.sm\:px-3px { | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.sm\:px-4px { | |
padding-left: 4px; | |
padding-right: 4px; | |
} | |
.sm\:px-5px { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.sm\:px-6px { | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.sm\:px-7px { | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.sm\:px-8px { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.sm\:px-9px { | |
padding-left: 9px; | |
padding-right: 9px; | |
} | |
.sm\:px-10px { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
.sm\:px-12px { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.sm\:px-14px { | |
padding-left: 14px; | |
padding-right: 14px; | |
} | |
.sm\:px-16px { | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.sm\:px-0 { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.sm\:px-1 { | |
padding-left: 0.0625rem; | |
padding-right: 0.0625rem; | |
} | |
.sm\:px-2 { | |
padding-left: 0.125rem; | |
padding-right: 0.125rem; | |
} | |
.sm\:px-3 { | |
padding-left: 0.1875rem; | |
padding-right: 0.1875rem; | |
} | |
.sm\:px-4 { | |
padding-left: 0.25rem; | |
padding-right: 0.25rem; | |
} | |
.sm\:px-5 { | |
padding-left: 0.3125rem; | |
padding-right: 0.3125rem; | |
} | |
.sm\:px-6 { | |
padding-left: 0.375rem; | |
padding-right: 0.375rem; | |
} | |
.sm\:px-7 { | |
padding-left: 0.4375rem; | |
padding-right: 0.4375rem; | |
} | |
.sm\:px-8 { | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
} | |
.sm\:px-9 { | |
padding-left: 0.5625rem; | |
padding-right: 0.5625rem; | |
} | |
.sm\:px-10 { | |
padding-left: 0.625rem; | |
padding-right: 0.625rem; | |
} | |
.sm\:px-12 { | |
padding-left: 0.75rem; | |
padding-right: 0.75rem; | |
} | |
.sm\:px-14 { | |
padding-left: 0.875rem; | |
padding-right: 0.875rem; | |
} | |
.sm\:px-16 { | |
padding-left: 1rem; | |
padding-right: 1rem; | |
} | |
.sm\:px-18 { | |
padding-left: 1.125rem; | |
padding-right: 1.125rem; | |
} | |
.sm\:px-20 { | |
padding-left: 1.25rem; | |
padding-right: 1.25rem; | |
} | |
.sm\:px-24 { | |
padding-left: 1.5rem; | |
padding-right: 1.5rem; | |
} | |
.sm\:px-28 { | |
padding-left: 1.75rem; | |
padding-right: 1.75rem; | |
} | |
.sm\:px-32 { | |
padding-left: 2rem; | |
padding-right: 2rem; | |
} | |
.sm\:px-36 { | |
padding-left: 2.25rem; | |
padding-right: 2.25rem; | |
} | |
.sm\:px-40 { | |
padding-left: 2.5rem; | |
padding-right: 2.5rem; | |
} | |
.sm\:px-48 { | |
padding-left: 3rem; | |
padding-right: 3rem; | |
} | |
.sm\:px-56 { | |
padding-left: 3.5rem; | |
padding-right: 3.5rem; | |
} | |
.sm\:px-64 { | |
padding-left: 4rem; | |
padding-right: 4rem; | |
} | |
.sm\:px-72 { | |
padding-left: 4.5rem; | |
padding-right: 4.5rem; | |
} | |
.sm\:px-80 { | |
padding-left: 5rem; | |
padding-right: 5rem; | |
} | |
.sm\:px-96 { | |
padding-left: 6rem; | |
padding-right: 6rem; | |
} | |
.sm\:px-112 { | |
padding-left: 7rem; | |
padding-right: 7rem; | |
} | |
.sm\:px-128 { | |
padding-left: 8rem; | |
padding-right: 8rem; | |
} | |
.sm\:px-144 { | |
padding-left: 9rem; | |
padding-right: 9rem; | |
} | |
.sm\:px-160 { | |
padding-left: 10rem; | |
padding-right: 10rem; | |
} | |
.sm\:px-192 { | |
padding-left: 12rem; | |
padding-right: 12rem; | |
} | |
.sm\:px-224 { | |
padding-left: 14rem; | |
padding-right: 14rem; | |
} | |
.sm\:px-256 { | |
padding-left: 16rem; | |
padding-right: 16rem; | |
} | |
.sm\:py-revert { | |
padding-top: revert; | |
padding-bottom: revert; | |
} | |
.sm\:py-auto { | |
padding-top: auto; | |
padding-bottom: auto; | |
} | |
.sm\:py-1px { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.sm\:py-2px { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.sm\:py-3px { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
} | |
.sm\:py-4px { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
} | |
.sm\:py-5px { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.sm\:py-6px { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
.sm\:py-7px { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
} | |
.sm\:py-8px { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.sm\:py-9px { | |
padding-top: 9px; | |
padding-bottom: 9px; | |
} | |
.sm\:py-10px { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
.sm\:py-12px { | |
padding-top: 12px; | |
padding-bottom: 12px; | |
} | |
.sm\:py-14px { | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.sm\:py-16px { | |
padding-top: 16px; | |
padding-bottom: 16px; | |
} | |
.sm\:py-0 { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
.sm\:py-1 { | |
padding-top: 0.0625rem; | |
padding-bottom: 0.0625rem; | |
} | |
.sm\:py-2 { | |
padding-top: 0.125rem; | |
padding-bottom: 0.125rem; | |
} | |
.sm\:py-3 { | |
padding-top: 0.1875rem; | |
padding-bottom: 0.1875rem; | |
} | |
.sm\:py-4 { | |
padding-top: 0.25rem; | |
padding-bottom: 0.25rem; | |
} | |
.sm\:py-5 { | |
padding-top: 0.3125rem; | |
padding-bottom: 0.3125rem; | |
} | |
.sm\:py-6 { | |
padding-top: 0.375rem; | |
padding-bottom: 0.375rem; | |
} | |
.sm\:py-7 { | |
padding-top: 0.4375rem; | |
padding-bottom: 0.4375rem; | |
} | |
.sm\:py-8 { | |
padding-top: 0.5rem; | |
padding-bottom: 0.5rem; | |
} | |
.sm\:py-9 { | |
padding-top: 0.5625rem; | |
padding-bottom: 0.5625rem; | |
} | |
.sm\:py-10 { | |
padding-top: 0.625rem; | |
padding-bottom: 0.625rem; | |
} | |
.sm\:py-12 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.75rem; | |
} | |
.sm\:py-14 { | |
padding-top: 0.875rem; | |
padding-bottom: 0.875rem; | |
} | |
.sm\:py-16 { | |
padding-top: 1rem; | |
padding-bottom: 1rem; | |
} | |
.sm\:py-18 { | |
padding-top: 1.125rem; | |
padding-bottom: 1.125rem; | |
} | |
.sm\:py-20 { | |
padding-top: 1.25rem; | |
padding-bottom: 1.25rem; | |
} | |
.sm\:py-24 { | |
padding-top: 1.5rem; | |
padding-bottom: 1.5rem; | |
} | |
.sm\:py-28 { | |
padding-top: 1.75rem; | |
padding-bottom: 1.75rem; | |
} | |
.sm\:py-32 { | |
padding-top: 2rem; | |
padding-bottom: 2rem; | |
} | |
.sm\:py-36 { | |
padding-top: 2.25rem; | |
padding-bottom: 2.25rem; | |
} | |
.sm\:py-40 { | |
padding-top: 2.5rem; | |
padding-bottom: 2.5rem; | |
} | |
.sm\:py-48 { | |
padding-top: 3rem; | |
padding-bottom: 3rem; | |
} | |
.sm\:py-56 { | |
padding-top: 3.5rem; | |
padding-bottom: 3.5rem; | |
} | |
.sm\:py-64 { | |
padding-top: 4rem; | |
padding-bottom: 4rem; | |
} | |
.sm\:py-72 { | |
padding-top: 4.5rem; | |
padding-bottom: 4.5rem; | |
} | |
.sm\:py-80 { | |
padding-top: 5rem; | |
padding-bottom: 5rem; | |
} | |
.sm\:py-96 { | |
padding-top: 6rem; | |
padding-bottom: 6rem; | |
} | |
.sm\:py-112 { | |
padding-top: 7rem; | |
padding-bottom: 7rem; | |
} | |
.sm\:py-128 { | |
padding-top: 8rem; | |
padding-bottom: 8rem; | |
} | |
.sm\:py-144 { | |
padding-top: 9rem; | |
padding-bottom: 9rem; | |
} | |
.sm\:py-160 { | |
padding-top: 10rem; | |
padding-bottom: 10rem; | |
} | |
.sm\:py-192 { | |
padding-top: 12rem; | |
padding-bottom: 12rem; | |
} | |
.sm\:py-224 { | |
padding-top: 14rem; | |
padding-bottom: 14rem; | |
} | |
.sm\:py-256 { | |
padding-top: 16rem; | |
padding-bottom: 16rem; | |
} | |
.sm\:pt-revert { | |
padding-top: revert; | |
} | |
.sm\:pt-auto { | |
padding-top: auto; | |
} | |
.sm\:pt-1px { | |
padding-top: 1px; | |
} | |
.sm\:pt-2px { | |
padding-top: 2px; | |
} | |
.sm\:pt-3px { | |
padding-top: 3px; | |
} | |
.sm\:pt-4px { | |
padding-top: 4px; | |
} | |
.sm\:pt-5px { | |
padding-top: 5px; | |
} | |
.sm\:pt-6px { | |
padding-top: 6px; | |
} | |
.sm\:pt-7px { | |
padding-top: 7px; | |
} | |
.sm\:pt-8px { | |
padding-top: 8px; | |
} | |
.sm\:pt-9px { | |
padding-top: 9px; | |
} | |
.sm\:pt-10px { | |
padding-top: 10px; | |
} | |
.sm\:pt-12px { | |
padding-top: 12px; | |
} | |
.sm\:pt-14px { | |
padding-top: 14px; | |
} | |
.sm\:pt-16px { | |
padding-top: 16px; | |
} | |
.sm\:pt-0 { | |
padding-top: 0; | |
} | |
.sm\:pt-1 { | |
padding-top: 0.0625rem; | |
} | |
.sm\:pt-2 { | |
padding-top: 0.125rem; | |
} | |
.sm\:pt-3 { | |
padding-top: 0.1875rem; | |
} | |
.sm\:pt-4 { | |
padding-top: 0.25rem; | |
} | |
.sm\:pt-5 { | |
padding-top: 0.3125rem; | |
} | |
.sm\:pt-6 { | |
padding-top: 0.375rem; | |
} | |
.sm\:pt-7 { | |
padding-top: 0.4375rem; | |
} | |
.sm\:pt-8 { | |
padding-top: 0.5rem; | |
} | |
.sm\:pt-9 { | |
padding-top: 0.5625rem; | |
} | |
.sm\:pt-10 { | |
padding-top: 0.625rem; | |
} | |
.sm\:pt-12 { | |
padding-top: 0.75rem; | |
} | |
.sm\:pt-14 { | |
padding-top: 0.875rem; | |
} | |
.sm\:pt-16 { | |
padding-top: 1rem; | |
} | |
.sm\:pt-18 { | |
padding-top: 1.125rem; | |
} | |
.sm\:pt-20 { | |
padding-top: 1.25rem; | |
} | |
.sm\:pt-24 { | |
padding-top: 1.5rem; | |
} | |
.sm\:pt-28 { | |
padding-top: 1.75rem; | |
} | |
.sm\:pt-32 { | |
padding-top: 2rem; | |
} | |
.sm\:pt-36 { | |
padding-top: 2.25rem; | |
} | |
.sm\:pt-40 { | |
padding-top: 2.5rem; | |
} | |
.sm\:pt-48 { | |
padding-top: 3rem; | |
} | |
.sm\:pt-56 { | |
padding-top: 3.5rem; | |
} | |
.sm\:pt-64 { | |
padding-top: 4rem; | |
} | |
.sm\:pt-72 { | |
padding-top: 4.5rem; | |
} | |
.sm\:pt-80 { | |
padding-top: 5rem; | |
} | |
.sm\:pt-96 { | |
padding-top: 6rem; | |
} | |
.sm\:pt-112 { | |
padding-top: 7rem; | |
} | |
.sm\:pt-128 { | |
padding-top: 8rem; | |
} | |
.sm\:pt-144 { | |
padding-top: 9rem; | |
} | |
.sm\:pt-160 { | |
padding-top: 10rem; | |
} | |
.sm\:pt-192 { | |
padding-top: 12rem; | |
} | |
.sm\:pt-224 { | |
padding-top: 14rem; | |
} | |
.sm\:pt-256 { | |
padding-top: 16rem; | |
} | |
.sm\:pr-revert { | |
padding-right: revert; | |
} | |
.sm\:pr-auto { | |
padding-right: auto; | |
} | |
.sm\:pr-1px { | |
padding-right: 1px; | |
} | |
.sm\:pr-2px { | |
padding-right: 2px; | |
} | |
.sm\:pr-3px { | |
padding-right: 3px; | |
} | |
.sm\:pr-4px { | |
padding-right: 4px; | |
} | |
.sm\:pr-5px { | |
padding-right: 5px; | |
} | |
.sm\:pr-6px { | |
padding-right: 6px; | |
} | |
.sm\:pr-7px { | |
padding-right: 7px; | |
} | |
.sm\:pr-8px { | |
padding-right: 8px; | |
} | |
.sm\:pr-9px { | |
padding-right: 9px; | |
} | |
.sm\:pr-10px { | |
padding-right: 10px; | |
} | |
.sm\:pr-12px { | |
padding-right: 12px; | |
} | |
.sm\:pr-14px { | |
padding-right: 14px; | |
} | |
.sm\:pr-16px { | |
padding-right: 16px; | |
} | |
.sm\:pr-0 { | |
padding-right: 0; | |
} | |
.sm\:pr-1 { | |
padding-right: 0.0625rem; | |
} | |
.sm\:pr-2 { | |
padding-right: 0.125rem; | |
} | |
.sm\:pr-3 { | |
padding-right: 0.1875rem; | |
} | |
.sm\:pr-4 { | |
padding-right: 0.25rem; | |
} | |
.sm\:pr-5 { | |
padding-right: 0.3125rem; | |
} | |
.sm\:pr-6 { | |
padding-right: 0.375rem; | |
} | |
.sm\:pr-7 { | |
padding-right: 0.4375rem; | |
} | |
.sm\:pr-8 { | |
padding-right: 0.5rem; | |
} | |
.sm\:pr-9 { | |
padding-right: 0.5625rem; | |
} | |
.sm\:pr-10 { | |
padding-right: 0.625rem; | |
} | |
.sm\:pr-12 { | |
padding-right: 0.75rem; | |
} | |
.sm\:pr-14 { | |
padding-right: 0.875rem; | |
} | |
.sm\:pr-16 { | |
padding-right: 1rem; | |
} | |
.sm\:pr-18 { | |
padding-right: 1.125rem; | |
} | |
.sm\:pr-20 { | |
padding-right: 1.25rem; | |
} | |
.sm\:pr-24 { | |
padding-right: 1.5rem; | |
} | |
.sm\:pr-28 { | |
padding-right: 1.75rem; | |
} | |
.sm\:pr-32 { | |
padding-right: 2rem; | |
} | |
.sm\:pr-36 { | |
padding-right: 2.25rem; | |
} | |
.sm\:pr-40 { | |
padding-right: 2.5rem; | |
} | |
.sm\:pr-48 { | |
padding-right: 3rem; | |
} | |
.sm\:pr-56 { | |
padding-right: 3.5rem; | |
} | |
.sm\:pr-64 { | |
padding-right: 4rem; | |
} | |
.sm\:pr-72 { | |
padding-right: 4.5rem; | |
} | |
.sm\:pr-80 { | |
padding-right: 5rem; | |
} | |
.sm\:pr-96 { | |
padding-right: 6rem; | |
} | |
.sm\:pr-112 { | |
padding-right: 7rem; | |
} | |
.sm\:pr-128 { | |
padding-right: 8rem; | |
} | |
.sm\:pr-144 { | |
padding-right: 9rem; | |
} | |
.sm\:pr-160 { | |
padding-right: 10rem; | |
} | |
.sm\:pr-192 { | |
padding-right: 12rem; | |
} | |
.sm\:pr-224 { | |
padding-right: 14rem; | |
} | |
.sm\:pr-256 { | |
padding-right: 16rem; | |
} | |
.sm\:pb-revert { | |
padding-bottom: revert; | |
} | |
.sm\:pb-auto { | |
padding-bottom: auto; | |
} | |
.sm\:pb-1px { | |
padding-bottom: 1px; | |
} | |
.sm\:pb-2px { | |
padding-bottom: 2px; | |
} | |
.sm\:pb-3px { | |
padding-bottom: 3px; | |
} | |
.sm\:pb-4px { | |
padding-bottom: 4px; | |
} | |
.sm\:pb-5px { | |
padding-bottom: 5px; | |
} | |
.sm\:pb-6px { | |
padding-bottom: 6px; | |
} | |
.sm\:pb-7px { | |
padding-bottom: 7px; | |
} | |
.sm\:pb-8px { | |
padding-bottom: 8px; | |
} | |
.sm\:pb-9px { | |
padding-bottom: 9px; | |
} | |
.sm\:pb-10px { | |
padding-bottom: 10px; | |
} | |
.sm\:pb-12px { | |
padding-bottom: 12px; | |
} | |
.sm\:pb-14px { | |
padding-bottom: 14px; | |
} | |
.sm\:pb-16px { | |
padding-bottom: 16px; | |
} | |
.sm\:pb-0 { | |
padding-bottom: 0; | |
} | |
.sm\:pb-1 { | |
padding-bottom: 0.0625rem; | |
} | |
.sm\:pb-2 { | |
padding-bottom: 0.125rem; | |
} | |
.sm\:pb-3 { | |
padding-bottom: 0.1875rem; | |
} | |
.sm\:pb-4 { | |
padding-bottom: 0.25rem; | |
} | |
.sm\:pb-5 { | |
padding-bottom: 0.3125rem; | |
} | |
.sm\:pb-6 { | |
padding-bottom: 0.375rem; | |
} | |
.sm\:pb-7 { | |
padding-bottom: 0.4375rem; | |
} | |
.sm\:pb-8 { | |
padding-bottom: 0.5rem; | |
} | |
.sm\:pb-9 { | |
padding-bottom: 0.5625rem; | |
} | |
.sm\:pb-10 { | |
padding-bottom: 0.625rem; | |
} | |
.sm\:pb-12 { | |
padding-bottom: 0.75rem; | |
} | |
.sm\:pb-14 { | |
padding-bottom: 0.875rem; | |
} | |
.sm\:pb-16 { | |
padding-bottom: 1rem; | |
} | |
.sm\:pb-18 { | |
padding-bottom: 1.125rem; | |
} | |
.sm\:pb-20 { | |
padding-bottom: 1.25rem; | |
} | |
.sm\:pb-24 { | |
padding-bottom: 1.5rem; | |
} | |
.sm\:pb-28 { | |
padding-bottom: 1.75rem; | |
} | |
.sm\:pb-32 { | |
padding-bottom: 2rem; | |
} | |
.sm\:pb-36 { | |
padding-bottom: 2.25rem; | |
} | |
.sm\:pb-40 { | |
padding-bottom: 2.5rem; | |
} | |
.sm\:pb-48 { | |
padding-bottom: 3rem; | |
} | |
.sm\:pb-56 { | |
padding-bottom: 3.5rem; | |
} | |
.sm\:pb-64 { | |
padding-bottom: 4rem; | |
} | |
.sm\:pb-72 { | |
padding-bottom: 4.5rem; | |
} | |
.sm\:pb-80 { | |
padding-bottom: 5rem; | |
} | |
.sm\:pb-96 { | |
padding-bottom: 6rem; | |
} | |
.sm\:pb-112 { | |
padding-bottom: 7rem; | |
} | |
.sm\:pb-128 { | |
padding-bottom: 8rem; | |
} | |
.sm\:pb-144 { | |
padding-bottom: 9rem; | |
} | |
.sm\:pb-160 { | |
padding-bottom: 10rem; | |
} | |
.sm\:pb-192 { | |
padding-bottom: 12rem; | |
} | |
.sm\:pb-224 { | |
padding-bottom: 14rem; | |
} | |
.sm\:pb-256 { | |
padding-bottom: 16rem; | |
} | |
.sm\:pl-revert { | |
padding-left: revert; | |
} | |
.sm\:pl-auto { | |
padding-left: auto; | |
} | |
.sm\:pl-1px { | |
padding-left: 1px; | |
} | |
.sm\:pl-2px { | |
padding-left: 2px; | |
} | |
.sm\:pl-3px { | |
padding-left: 3px; | |
} | |
.sm\:pl-4px { | |
padding-left: 4px; | |
} | |
.sm\:pl-5px { | |
padding-left: 5px; | |
} | |
.sm\:pl-6px { | |
padding-left: 6px; | |
} | |
.sm\:pl-7px { | |
padding-left: 7px; | |
} | |
.sm\:pl-8px { | |
padding-left: 8px; | |
} | |
.sm\:pl-9px { | |
padding-left: 9px; | |
} | |
.sm\:pl-10px { | |
padding-left: 10px; | |
} | |
.sm\:pl-12px { | |
padding-left: 12px; | |
} | |
.sm\:pl-14px { | |
padding-left: 14px; | |
} | |
.sm\:pl-16px { | |
padding-left: 16px; | |
} | |
.sm\:pl-0 { | |
padding-left: 0; | |
} | |
.sm\:pl-1 { | |
padding-left: 0.0625rem; | |
} | |
.sm\:pl-2 { | |
padding-left: 0.125rem; | |
} | |
.sm\:pl-3 { | |
padding-left: 0.1875rem; | |
} | |
.sm\:pl-4 { | |
padding-left: 0.25rem; | |
} | |
.sm\:pl-5 { | |
padding-left: 0.3125rem; | |
} | |
.sm\:pl-6 { | |
padding-left: 0.375rem; | |
} | |
.sm\:pl-7 { | |
padding-left: 0.4375rem; | |
} | |
.sm\:pl-8 { | |
padding-left: 0.5rem; | |
} | |
.sm\:pl-9 { | |
padding-left: 0.5625rem; | |
} | |
.sm\:pl-10 { | |
padding-left: 0.625rem; | |
} | |
.sm\:pl-12 { | |
padding-left: 0.75rem; | |
} | |
.sm\:pl-14 { | |
padding-left: 0.875rem; | |
} | |
.sm\:pl-16 { | |
padding-left: 1rem; | |
} | |
.sm\:pl-18 { | |
padding-left: 1.125rem; | |
} | |
.sm\:pl-20 { | |
padding-left: 1.25rem; | |
} | |
.sm\:pl-24 { | |
padding-left: 1.5rem; | |
} | |
.sm\:pl-28 { | |
padding-left: 1.75rem; | |
} | |
.sm\:pl-32 { | |
padding-left: 2rem; | |
} | |
.sm\:pl-36 { | |
padding-left: 2.25rem; | |
} | |
.sm\:pl-40 { | |
padding-left: 2.5rem; | |
} | |
.sm\:pl-48 { | |
padding-left: 3rem; | |
} | |
.sm\:pl-56 { | |
padding-left: 3.5rem; | |
} | |
.sm\:pl-64 { | |
padding-left: 4rem; | |
} | |
.sm\:pl-72 { | |
padding-left: 4.5rem; | |
} | |
.sm\:pl-80 { | |
padding-left: 5rem; | |
} | |
.sm\:pl-96 { | |
padding-left: 6rem; | |
} | |
.sm\:pl-112 { | |
padding-left: 7rem; | |
} | |
.sm\:pl-128 { | |
padding-left: 8rem; | |
} | |
.sm\:pl-144 { | |
padding-left: 9rem; | |
} | |
.sm\:pl-160 { | |
padding-left: 10rem; | |
} | |
.sm\:pl-192 { | |
padding-left: 12rem; | |
} | |
.sm\:pl-224 { | |
padding-left: 14rem; | |
} | |
.sm\:pl-256 { | |
padding-left: 16rem; | |
} | |
.sm\:revert { | |
position: revert; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.sm\:static { | |
position: static; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.sm\:absolute { | |
position: absolute; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.sm\:fixed { | |
position: fixed; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.sm\:relative { | |
position: relative; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.sm\:sticky { | |
position: sticky; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.sm\:inset-revert { | |
inset: revert; | |
} | |
.sm\:inset { | |
inset: 0; | |
} | |
.sm\:inset-tr { | |
inset: 0; | |
bottom: revert; | |
left: revert; | |
} | |
.sm\:inset-br { | |
inset: 0; | |
top: revert; | |
left: revert; | |
} | |
.sm\:inset-bl { | |
inset: 0; | |
top: revert; | |
right: revert; | |
} | |
.sm\:inset-tl { | |
inset: 0; | |
right: revert; | |
bottom: revert; | |
} | |
.sm\:inset-t { | |
inset: 0; | |
bottom: revert; | |
} | |
.sm\:inset-r { | |
inset: 0; | |
left: revert; | |
} | |
.sm\:inset-b { | |
inset: 0; | |
top: revert; | |
} | |
.sm\:inset-l { | |
inset: 0; | |
right: revert; | |
} | |
.sm\:row { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
.sm\:col { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
.sm\:justify-revert { | |
justify-content: revert; | |
} | |
.sm\:justify-stretch { | |
justify-content: stretch; | |
} | |
.sm\:justify-start { | |
justify-content: flex-start; | |
} | |
.sm\:justify-center { | |
justify-content: center; | |
} | |
.sm\:justify-end { | |
justify-content: flex-end; | |
} | |
.sm\:align-revert { | |
align-items: revert; | |
} | |
.sm\:align-stretch { | |
align-items: stretch; | |
} | |
.sm\:align-start { | |
align-items: flex-start; | |
} | |
.sm\:align-center { | |
align-items: center; | |
} | |
.sm\:align-end { | |
align-items: flex-end; | |
} | |
.sm\:justify-self-revert { | |
justify-self: revert; | |
} | |
.sm\:justify-self-stretch { | |
justify-self: stretch; | |
} | |
.sm\:justify-self-start { | |
justify-self: flex-start; | |
} | |
.sm\:justify-self-center { | |
justify-self: center; | |
} | |
.sm\:justify-self-end { | |
justify-self: flex-end; | |
} | |
.sm\:align-self-revert { | |
align-self: revert; | |
} | |
.sm\:align-self-stretch { | |
align-self: stretch; | |
} | |
.sm\:align-self-start { | |
align-self: flex-start; | |
} | |
.sm\:align-self-center { | |
align-self: center; | |
} | |
.sm\:align-self-end { | |
align-self: flex-end; | |
} | |
.sm\:gap-revert { | |
gap: revert; | |
} | |
.sm\:gap-auto { | |
gap: auto; | |
} | |
.sm\:gap-1px { | |
gap: 1px; | |
} | |
.sm\:gap-2px { | |
gap: 2px; | |
} | |
.sm\:gap-3px { | |
gap: 3px; | |
} | |
.sm\:gap-4px { | |
gap: 4px; | |
} | |
.sm\:gap-5px { | |
gap: 5px; | |
} | |
.sm\:gap-6px { | |
gap: 6px; | |
} | |
.sm\:gap-7px { | |
gap: 7px; | |
} | |
.sm\:gap-8px { | |
gap: 8px; | |
} | |
.sm\:gap-9px { | |
gap: 9px; | |
} | |
.sm\:gap-10px { | |
gap: 10px; | |
} | |
.sm\:gap-12px { | |
gap: 12px; | |
} | |
.sm\:gap-14px { | |
gap: 14px; | |
} | |
.sm\:gap-16px { | |
gap: 16px; | |
} | |
.sm\:gap-0 { | |
gap: 0; | |
} | |
.sm\:gap-1 { | |
gap: 0.0625rem; | |
} | |
.sm\:gap-2 { | |
gap: 0.125rem; | |
} | |
.sm\:gap-3 { | |
gap: 0.1875rem; | |
} | |
.sm\:gap-4 { | |
gap: 0.25rem; | |
} | |
.sm\:gap-5 { | |
gap: 0.3125rem; | |
} | |
.sm\:gap-6 { | |
gap: 0.375rem; | |
} | |
.sm\:gap-7 { | |
gap: 0.4375rem; | |
} | |
.sm\:gap-8 { | |
gap: 0.5rem; | |
} | |
.sm\:gap-9 { | |
gap: 0.5625rem; | |
} | |
.sm\:gap-10 { | |
gap: 0.625rem; | |
} | |
.sm\:gap-12 { | |
gap: 0.75rem; | |
} | |
.sm\:gap-14 { | |
gap: 0.875rem; | |
} | |
.sm\:gap-16 { | |
gap: 1rem; | |
} | |
.sm\:gap-18 { | |
gap: 1.125rem; | |
} | |
.sm\:gap-20 { | |
gap: 1.25rem; | |
} | |
.sm\:gap-24 { | |
gap: 1.5rem; | |
} | |
.sm\:gap-28 { | |
gap: 1.75rem; | |
} | |
.sm\:gap-32 { | |
gap: 2rem; | |
} | |
.sm\:gap-36 { | |
gap: 2.25rem; | |
} | |
.sm\:gap-40 { | |
gap: 2.5rem; | |
} | |
.sm\:gap-48 { | |
gap: 3rem; | |
} | |
.sm\:gap-56 { | |
gap: 3.5rem; | |
} | |
.sm\:gap-64 { | |
gap: 4rem; | |
} | |
.sm\:gap-72 { | |
gap: 4.5rem; | |
} | |
.sm\:gap-80 { | |
gap: 5rem; | |
} | |
.sm\:gap-96 { | |
gap: 6rem; | |
} | |
.sm\:gap-112 { | |
gap: 7rem; | |
} | |
.sm\:gap-128 { | |
gap: 8rem; | |
} | |
.sm\:gap-144 { | |
gap: 9rem; | |
} | |
.sm\:gap-160 { | |
gap: 10rem; | |
} | |
.sm\:gap-192 { | |
gap: 12rem; | |
} | |
.sm\:gap-224 { | |
gap: 14rem; | |
} | |
.sm\:gap-256 { | |
gap: 16rem; | |
} | |
.sm\:grow { | |
flex-grow: 1; | |
} | |
.sm\:aspect { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
.sm\:aspect-w-revert { | |
--aspect-w: revert; | |
} | |
.sm\:aspect-w-0 { | |
--aspect-w: 0; | |
} | |
.sm\:aspect-w-1 { | |
--aspect-w: 1; | |
} | |
.sm\:aspect-w-2 { | |
--aspect-w: 2; | |
} | |
.sm\:aspect-w-3 { | |
--aspect-w: 3; | |
} | |
.sm\:aspect-w-4 { | |
--aspect-w: 4; | |
} | |
.sm\:aspect-w-5 { | |
--aspect-w: 5; | |
} | |
.sm\:aspect-w-6 { | |
--aspect-w: 6; | |
} | |
.sm\:aspect-w-7 { | |
--aspect-w: 7; | |
} | |
.sm\:aspect-w-8 { | |
--aspect-w: 8; | |
} | |
.sm\:aspect-w-9 { | |
--aspect-w: 9; | |
} | |
.sm\:aspect-w-10 { | |
--aspect-w: 10; | |
} | |
.sm\:aspect-w-11 { | |
--aspect-w: 11; | |
} | |
.sm\:aspect-w-12 { | |
--aspect-w: 12; | |
} | |
.sm\:aspect-w-13 { | |
--aspect-w: 13; | |
} | |
.sm\:aspect-w-14 { | |
--aspect-w: 14; | |
} | |
.sm\:aspect-w-15 { | |
--aspect-w: 15; | |
} | |
.sm\:aspect-w-16 { | |
--aspect-w: 16; | |
} | |
.sm\:aspect-h-revert { | |
--aspect-h: revert; | |
} | |
.sm\:aspect-h-0 { | |
--aspect-h: 0; | |
} | |
.sm\:aspect-h-1 { | |
--aspect-h: 1; | |
} | |
.sm\:aspect-h-2 { | |
--aspect-h: 2; | |
} | |
.sm\:aspect-h-3 { | |
--aspect-h: 3; | |
} | |
.sm\:aspect-h-4 { | |
--aspect-h: 4; | |
} | |
.sm\:aspect-h-5 { | |
--aspect-h: 5; | |
} | |
.sm\:aspect-h-6 { | |
--aspect-h: 6; | |
} | |
.sm\:aspect-h-7 { | |
--aspect-h: 7; | |
} | |
.sm\:aspect-h-8 { | |
--aspect-h: 8; | |
} | |
.sm\:aspect-h-9 { | |
--aspect-h: 9; | |
} | |
.sm\:aspect-h-10 { | |
--aspect-h: 10; | |
} | |
.sm\:aspect-h-11 { | |
--aspect-h: 11; | |
} | |
.sm\:aspect-h-12 { | |
--aspect-h: 12; | |
} | |
.sm\:aspect-h-13 { | |
--aspect-h: 13; | |
} | |
.sm\:aspect-h-14 { | |
--aspect-h: 14; | |
} | |
.sm\:aspect-h-15 { | |
--aspect-h: 15; | |
} | |
.sm\:aspect-h-16 { | |
--aspect-h: 16; | |
} | |
.sm\:w-revert { | |
width: revert; | |
} | |
.sm\:w-auto { | |
width: auto; | |
} | |
.sm\:w-1px { | |
width: 1px; | |
} | |
.sm\:w-2px { | |
width: 2px; | |
} | |
.sm\:w-3px { | |
width: 3px; | |
} | |
.sm\:w-4px { | |
width: 4px; | |
} | |
.sm\:w-5px { | |
width: 5px; | |
} | |
.sm\:w-6px { | |
width: 6px; | |
} | |
.sm\:w-7px { | |
width: 7px; | |
} | |
.sm\:w-8px { | |
width: 8px; | |
} | |
.sm\:w-9px { | |
width: 9px; | |
} | |
.sm\:w-10px { | |
width: 10px; | |
} | |
.sm\:w-12px { | |
width: 12px; | |
} | |
.sm\:w-14px { | |
width: 14px; | |
} | |
.sm\:w-16px { | |
width: 16px; | |
} | |
.sm\:w-0 { | |
width: 0; | |
} | |
.sm\:w-1 { | |
width: 0.0625rem; | |
} | |
.sm\:w-2 { | |
width: 0.125rem; | |
} | |
.sm\:w-3 { | |
width: 0.1875rem; | |
} | |
.sm\:w-4 { | |
width: 0.25rem; | |
} | |
.sm\:w-5 { | |
width: 0.3125rem; | |
} | |
.sm\:w-6 { | |
width: 0.375rem; | |
} | |
.sm\:w-7 { | |
width: 0.4375rem; | |
} | |
.sm\:w-8 { | |
width: 0.5rem; | |
} | |
.sm\:w-9 { | |
width: 0.5625rem; | |
} | |
.sm\:w-10 { | |
width: 0.625rem; | |
} | |
.sm\:w-12 { | |
width: 0.75rem; | |
} | |
.sm\:w-14 { | |
width: 0.875rem; | |
} | |
.sm\:w-16 { | |
width: 1rem; | |
} | |
.sm\:w-18 { | |
width: 1.125rem; | |
} | |
.sm\:w-20 { | |
width: 1.25rem; | |
} | |
.sm\:w-24 { | |
width: 1.5rem; | |
} | |
.sm\:w-28 { | |
width: 1.75rem; | |
} | |
.sm\:w-32 { | |
width: 2rem; | |
} | |
.sm\:w-36 { | |
width: 2.25rem; | |
} | |
.sm\:w-40 { | |
width: 2.5rem; | |
} | |
.sm\:w-48 { | |
width: 3rem; | |
} | |
.sm\:w-56 { | |
width: 3.5rem; | |
} | |
.sm\:w-64 { | |
width: 4rem; | |
} | |
.sm\:w-72 { | |
width: 4.5rem; | |
} | |
.sm\:w-80 { | |
width: 5rem; | |
} | |
.sm\:w-96 { | |
width: 6rem; | |
} | |
.sm\:w-112 { | |
width: 7rem; | |
} | |
.sm\:w-128 { | |
width: 8rem; | |
} | |
.sm\:w-144 { | |
width: 9rem; | |
} | |
.sm\:w-160 { | |
width: 10rem; | |
} | |
.sm\:w-192 { | |
width: 12rem; | |
} | |
.sm\:w-224 { | |
width: 14rem; | |
} | |
.sm\:w-256 { | |
width: 16rem; | |
} | |
.sm\:w-288 { | |
width: 18rem; | |
} | |
.sm\:w-320 { | |
width: 20rem; | |
} | |
.sm\:w-384 { | |
width: 24rem; | |
} | |
.sm\:w-448 { | |
width: 28rem; | |
} | |
.sm\:w-512 { | |
width: 32rem; | |
} | |
.sm\:w-576 { | |
width: 36rem; | |
} | |
.sm\:w-640 { | |
width: 40rem; | |
} | |
.sm\:w-768 { | |
width: 48rem; | |
} | |
.sm\:w-896 { | |
width: 56rem; | |
} | |
.sm\:w-1024 { | |
width: 64rem; | |
} | |
.sm\:w-1152 { | |
width: 72rem; | |
} | |
.sm\:w-1280 { | |
width: 80rem; | |
} | |
.sm\:w-1536 { | |
width: 96rem; | |
} | |
.sm\:w-0\% { | |
width: 0%; | |
} | |
.sm\:w-10\% { | |
width: 10%; | |
} | |
.sm\:w-20\% { | |
width: 20%; | |
} | |
.sm\:w-25\% { | |
width: 25%; | |
} | |
.sm\:w-30\% { | |
width: 30%; | |
} | |
.sm\:w-40\% { | |
width: 40%; | |
} | |
.sm\:w-50\% { | |
width: 50%; | |
} | |
.sm\:w-60\% { | |
width: 60%; | |
} | |
.sm\:w-70\% { | |
width: 70%; | |
} | |
.sm\:w-75\% { | |
width: 75%; | |
} | |
.sm\:w-80\% { | |
width: 80%; | |
} | |
.sm\:w-90\% { | |
width: 90%; | |
} | |
.sm\:w-full { | |
width: 100%; | |
} | |
.sm\:w-screen { | |
width: 100vw; | |
} | |
.sm\:max-w-revert { | |
max-width: revert; | |
} | |
.sm\:max-w-auto { | |
max-width: auto; | |
} | |
.sm\:max-w-1px { | |
max-width: 1px; | |
} | |
.sm\:max-w-2px { | |
max-width: 2px; | |
} | |
.sm\:max-w-3px { | |
max-width: 3px; | |
} | |
.sm\:max-w-4px { | |
max-width: 4px; | |
} | |
.sm\:max-w-5px { | |
max-width: 5px; | |
} | |
.sm\:max-w-6px { | |
max-width: 6px; | |
} | |
.sm\:max-w-7px { | |
max-width: 7px; | |
} | |
.sm\:max-w-8px { | |
max-width: 8px; | |
} | |
.sm\:max-w-9px { | |
max-width: 9px; | |
} | |
.sm\:max-w-10px { | |
max-width: 10px; | |
} | |
.sm\:max-w-12px { | |
max-width: 12px; | |
} | |
.sm\:max-w-14px { | |
max-width: 14px; | |
} | |
.sm\:max-w-16px { | |
max-width: 16px; | |
} | |
.sm\:max-w-384 { | |
max-width: 384px; | |
} | |
.sm\:max-w-448 { | |
max-width: 448px; | |
} | |
.sm\:max-w-512 { | |
max-width: 512px; | |
} | |
.sm\:max-w-576 { | |
max-width: 576px; | |
} | |
.sm\:max-w-640 { | |
max-width: 640px; | |
} | |
.sm\:max-w-768 { | |
max-width: 768px; | |
} | |
.sm\:max-w-896 { | |
max-width: 896px; | |
} | |
.sm\:max-w-1024 { | |
max-width: 1024px; | |
} | |
.sm\:max-w-1152 { | |
max-width: 1152px; | |
} | |
.sm\:max-w-1280 { | |
max-width: 1280px; | |
} | |
.sm\:max-w-1536 { | |
max-width: 1536px; | |
} | |
.sm\:max-w-sm { | |
max-width: 640px; | |
} | |
.sm\:max-w-md { | |
max-width: 768px; | |
} | |
.sm\:max-w-lg { | |
max-width: 1024px; | |
} | |
.sm\:max-w-xl { | |
max-width: 1280px; | |
} | |
.sm\:max-w-2xl { | |
max-width: 1536px; | |
} | |
.sm\:h-revert { | |
height: revert; | |
} | |
.sm\:h-auto { | |
height: auto; | |
} | |
.sm\:h-1px { | |
height: 1px; | |
} | |
.sm\:h-2px { | |
height: 2px; | |
} | |
.sm\:h-3px { | |
height: 3px; | |
} | |
.sm\:h-4px { | |
height: 4px; | |
} | |
.sm\:h-5px { | |
height: 5px; | |
} | |
.sm\:h-6px { | |
height: 6px; | |
} | |
.sm\:h-7px { | |
height: 7px; | |
} | |
.sm\:h-8px { | |
height: 8px; | |
} | |
.sm\:h-9px { | |
height: 9px; | |
} | |
.sm\:h-10px { | |
height: 10px; | |
} | |
.sm\:h-12px { | |
height: 12px; | |
} | |
.sm\:h-14px { | |
height: 14px; | |
} | |
.sm\:h-16px { | |
height: 16px; | |
} | |
.sm\:h-0 { | |
height: 0; | |
} | |
.sm\:h-1 { | |
height: 0.0625rem; | |
} | |
.sm\:h-2 { | |
height: 0.125rem; | |
} | |
.sm\:h-3 { | |
height: 0.1875rem; | |
} | |
.sm\:h-4 { | |
height: 0.25rem; | |
} | |
.sm\:h-5 { | |
height: 0.3125rem; | |
} | |
.sm\:h-6 { | |
height: 0.375rem; | |
} | |
.sm\:h-7 { | |
height: 0.4375rem; | |
} | |
.sm\:h-8 { | |
height: 0.5rem; | |
} | |
.sm\:h-9 { | |
height: 0.5625rem; | |
} | |
.sm\:h-10 { | |
height: 0.625rem; | |
} | |
.sm\:h-12 { | |
height: 0.75rem; | |
} | |
.sm\:h-14 { | |
height: 0.875rem; | |
} | |
.sm\:h-16 { | |
height: 1rem; | |
} | |
.sm\:h-18 { | |
height: 1.125rem; | |
} | |
.sm\:h-20 { | |
height: 1.25rem; | |
} | |
.sm\:h-24 { | |
height: 1.5rem; | |
} | |
.sm\:h-28 { | |
height: 1.75rem; | |
} | |
.sm\:h-32 { | |
height: 2rem; | |
} | |
.sm\:h-36 { | |
height: 2.25rem; | |
} | |
.sm\:h-40 { | |
height: 2.5rem; | |
} | |
.sm\:h-48 { | |
height: 3rem; | |
} | |
.sm\:h-56 { | |
height: 3.5rem; | |
} | |
.sm\:h-64 { | |
height: 4rem; | |
} | |
.sm\:h-72 { | |
height: 4.5rem; | |
} | |
.sm\:h-80 { | |
height: 5rem; | |
} | |
.sm\:h-96 { | |
height: 6rem; | |
} | |
.sm\:h-112 { | |
height: 7rem; | |
} | |
.sm\:h-128 { | |
height: 8rem; | |
} | |
.sm\:h-144 { | |
height: 9rem; | |
} | |
.sm\:h-160 { | |
height: 10rem; | |
} | |
.sm\:h-192 { | |
height: 12rem; | |
} | |
.sm\:h-224 { | |
height: 14rem; | |
} | |
.sm\:h-256 { | |
height: 16rem; | |
} | |
.sm\:h-288 { | |
height: 18rem; | |
} | |
.sm\:h-320 { | |
height: 20rem; | |
} | |
.sm\:h-384 { | |
height: 24rem; | |
} | |
.sm\:h-448 { | |
height: 28rem; | |
} | |
.sm\:h-512 { | |
height: 32rem; | |
} | |
.sm\:h-576 { | |
height: 36rem; | |
} | |
.sm\:h-640 { | |
height: 40rem; | |
} | |
.sm\:h-768 { | |
height: 48rem; | |
} | |
.sm\:h-896 { | |
height: 56rem; | |
} | |
.sm\:h-1024 { | |
height: 64rem; | |
} | |
.sm\:h-1152 { | |
height: 72rem; | |
} | |
.sm\:h-1280 { | |
height: 80rem; | |
} | |
.sm\:h-1536 { | |
height: 96rem; | |
} | |
.sm\:h-0\% { | |
height: 0%; | |
} | |
.sm\:h-10\% { | |
height: 10%; | |
} | |
.sm\:h-20\% { | |
height: 20%; | |
} | |
.sm\:h-25\% { | |
height: 25%; | |
} | |
.sm\:h-30\% { | |
height: 30%; | |
} | |
.sm\:h-40\% { | |
height: 40%; | |
} | |
.sm\:h-50\% { | |
height: 50%; | |
} | |
.sm\:h-60\% { | |
height: 60%; | |
} | |
.sm\:h-70\% { | |
height: 70%; | |
} | |
.sm\:h-75\% { | |
height: 75%; | |
} | |
.sm\:h-80\% { | |
height: 80%; | |
} | |
.sm\:h-90\% { | |
height: 90%; | |
} | |
.sm\:h-full { | |
height: 100%; | |
} | |
.sm\:h-screen { | |
height: 100vh; | |
} | |
.sm\:min-h-revert { | |
min-height: revert; | |
} | |
.sm\:min-h-screen { | |
min-height: 100vh; | |
} | |
.sm\:border-revert { | |
border-width: revert; | |
} | |
.sm\:border-auto { | |
border-width: auto; | |
} | |
.sm\:border-1px { | |
border-width: 1px; | |
} | |
.sm\:border-2px { | |
border-width: 2px; | |
} | |
.sm\:border-3px { | |
border-width: 3px; | |
} | |
.sm\:border-4px { | |
border-width: 4px; | |
} | |
.sm\:border-5px { | |
border-width: 5px; | |
} | |
.sm\:border-6px { | |
border-width: 6px; | |
} | |
.sm\:border-7px { | |
border-width: 7px; | |
} | |
.sm\:border-8px { | |
border-width: 8px; | |
} | |
.sm\:border-9px { | |
border-width: 9px; | |
} | |
.sm\:border-10px { | |
border-width: 10px; | |
} | |
.sm\:border-12px { | |
border-width: 12px; | |
} | |
.sm\:border-14px { | |
border-width: 14px; | |
} | |
.sm\:border-16px { | |
border-width: 16px; | |
} | |
.sm\:border-0 { | |
border-width: 0; | |
} | |
.sm\:border-1 { | |
border-width: 0.0625rem; | |
} | |
.sm\:border-2 { | |
border-width: 0.125rem; | |
} | |
.sm\:border-3 { | |
border-width: 0.1875rem; | |
} | |
.sm\:border-4 { | |
border-width: 0.25rem; | |
} | |
.sm\:border-5 { | |
border-width: 0.3125rem; | |
} | |
.sm\:border-6 { | |
border-width: 0.375rem; | |
} | |
.sm\:border-7 { | |
border-width: 0.4375rem; | |
} | |
.sm\:border-8 { | |
border-width: 0.5rem; | |
} | |
.sm\:border-x-revert { | |
border-left-width: revert; | |
border-right-width: revert; | |
} | |
.sm\:border-x-auto { | |
border-left-width: auto; | |
border-right-width: auto; | |
} | |
.sm\:border-x-1px { | |
border-left-width: 1px; | |
border-right-width: 1px; | |
} | |
.sm\:border-x-2px { | |
border-left-width: 2px; | |
border-right-width: 2px; | |
} | |
.sm\:border-x-3px { | |
border-left-width: 3px; | |
border-right-width: 3px; | |
} | |
.sm\:border-x-4px { | |
border-left-width: 4px; | |
border-right-width: 4px; | |
} | |
.sm\:border-x-5px { | |
border-left-width: 5px; | |
border-right-width: 5px; | |
} | |
.sm\:border-x-6px { | |
border-left-width: 6px; | |
border-right-width: 6px; | |
} | |
.sm\:border-x-7px { | |
border-left-width: 7px; | |
border-right-width: 7px; | |
} | |
.sm\:border-x-8px { | |
border-left-width: 8px; | |
border-right-width: 8px; | |
} | |
.sm\:border-x-9px { | |
border-left-width: 9px; | |
border-right-width: 9px; | |
} | |
.sm\:border-x-10px { | |
border-left-width: 10px; | |
border-right-width: 10px; | |
} | |
.sm\:border-x-12px { | |
border-left-width: 12px; | |
border-right-width: 12px; | |
} | |
.sm\:border-x-14px { | |
border-left-width: 14px; | |
border-right-width: 14px; | |
} | |
.sm\:border-x-16px { | |
border-left-width: 16px; | |
border-right-width: 16px; | |
} | |
.sm\:border-x-0 { | |
border-left-width: 0; | |
border-right-width: 0; | |
} | |
.sm\:border-x-1 { | |
border-left-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.sm\:border-x-2 { | |
border-left-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.sm\:border-x-3 { | |
border-left-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.sm\:border-x-4 { | |
border-left-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.sm\:border-x-5 { | |
border-left-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.sm\:border-x-6 { | |
border-left-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.sm\:border-x-7 { | |
border-left-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.sm\:border-x-8 { | |
border-left-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.sm\:border-y-revert { | |
border-top-width: revert; | |
border-bottom-width: revert; | |
} | |
.sm\:border-y-auto { | |
border-top-width: auto; | |
border-bottom-width: auto; | |
} | |
.sm\:border-y-1px { | |
border-top-width: 1px; | |
border-bottom-width: 1px; | |
} | |
.sm\:border-y-2px { | |
border-top-width: 2px; | |
border-bottom-width: 2px; | |
} | |
.sm\:border-y-3px { | |
border-top-width: 3px; | |
border-bottom-width: 3px; | |
} | |
.sm\:border-y-4px { | |
border-top-width: 4px; | |
border-bottom-width: 4px; | |
} | |
.sm\:border-y-5px { | |
border-top-width: 5px; | |
border-bottom-width: 5px; | |
} | |
.sm\:border-y-6px { | |
border-top-width: 6px; | |
border-bottom-width: 6px; | |
} | |
.sm\:border-y-7px { | |
border-top-width: 7px; | |
border-bottom-width: 7px; | |
} | |
.sm\:border-y-8px { | |
border-top-width: 8px; | |
border-bottom-width: 8px; | |
} | |
.sm\:border-y-9px { | |
border-top-width: 9px; | |
border-bottom-width: 9px; | |
} | |
.sm\:border-y-10px { | |
border-top-width: 10px; | |
border-bottom-width: 10px; | |
} | |
.sm\:border-y-12px { | |
border-top-width: 12px; | |
border-bottom-width: 12px; | |
} | |
.sm\:border-y-14px { | |
border-top-width: 14px; | |
border-bottom-width: 14px; | |
} | |
.sm\:border-y-16px { | |
border-top-width: 16px; | |
border-bottom-width: 16px; | |
} | |
.sm\:border-y-0 { | |
border-top-width: 0; | |
border-bottom-width: 0; | |
} | |
.sm\:border-y-1 { | |
border-top-width: 0.0625rem; | |
border-bottom-width: 0.0625rem; | |
} | |
.sm\:border-y-2 { | |
border-top-width: 0.125rem; | |
border-bottom-width: 0.125rem; | |
} | |
.sm\:border-y-3 { | |
border-top-width: 0.1875rem; | |
border-bottom-width: 0.1875rem; | |
} | |
.sm\:border-y-4 { | |
border-top-width: 0.25rem; | |
border-bottom-width: 0.25rem; | |
} | |
.sm\:border-y-5 { | |
border-top-width: 0.3125rem; | |
border-bottom-width: 0.3125rem; | |
} | |
.sm\:border-y-6 { | |
border-top-width: 0.375rem; | |
border-bottom-width: 0.375rem; | |
} | |
.sm\:border-y-7 { | |
border-top-width: 0.4375rem; | |
border-bottom-width: 0.4375rem; | |
} | |
.sm\:border-y-8 { | |
border-top-width: 0.5rem; | |
border-bottom-width: 0.5rem; | |
} | |
.sm\:border-tr-revert { | |
border-top-width: revert; | |
border-right-width: revert; | |
} | |
.sm\:border-tr-auto { | |
border-top-width: auto; | |
border-right-width: auto; | |
} | |
.sm\:border-tr-1px { | |
border-top-width: 1px; | |
border-right-width: 1px; | |
} | |
.sm\:border-tr-2px { | |
border-top-width: 2px; | |
border-right-width: 2px; | |
} | |
.sm\:border-tr-3px { | |
border-top-width: 3px; | |
border-right-width: 3px; | |
} | |
.sm\:border-tr-4px { | |
border-top-width: 4px; | |
border-right-width: 4px; | |
} | |
.sm\:border-tr-5px { | |
border-top-width: 5px; | |
border-right-width: 5px; | |
} | |
.sm\:border-tr-6px { | |
border-top-width: 6px; | |
border-right-width: 6px; | |
} | |
.sm\:border-tr-7px { | |
border-top-width: 7px; | |
border-right-width: 7px; | |
} | |
.sm\:border-tr-8px { | |
border-top-width: 8px; | |
border-right-width: 8px; | |
} | |
.sm\:border-tr-9px { | |
border-top-width: 9px; | |
border-right-width: 9px; | |
} | |
.sm\:border-tr-10px { | |
border-top-width: 10px; | |
border-right-width: 10px; | |
} | |
.sm\:border-tr-12px { | |
border-top-width: 12px; | |
border-right-width: 12px; | |
} | |
.sm\:border-tr-14px { | |
border-top-width: 14px; | |
border-right-width: 14px; | |
} | |
.sm\:border-tr-16px { | |
border-top-width: 16px; | |
border-right-width: 16px; | |
} | |
.sm\:border-tr-0 { | |
border-top-width: 0; | |
border-right-width: 0; | |
} | |
.sm\:border-tr-1 { | |
border-top-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.sm\:border-tr-2 { | |
border-top-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.sm\:border-tr-3 { | |
border-top-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.sm\:border-tr-4 { | |
border-top-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.sm\:border-tr-5 { | |
border-top-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.sm\:border-tr-6 { | |
border-top-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.sm\:border-tr-7 { | |
border-top-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.sm\:border-tr-8 { | |
border-top-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.sm\:border-br-revert { | |
border-bottom-width: revert; | |
border-right-width: revert; | |
} | |
.sm\:border-br-auto { | |
border-bottom-width: auto; | |
border-right-width: auto; | |
} | |
.sm\:border-br-1px { | |
border-bottom-width: 1px; | |
border-right-width: 1px; | |
} | |
.sm\:border-br-2px { | |
border-bottom-width: 2px; | |
border-right-width: 2px; | |
} | |
.sm\:border-br-3px { | |
border-bottom-width: 3px; | |
border-right-width: 3px; | |
} | |
.sm\:border-br-4px { | |
border-bottom-width: 4px; | |
border-right-width: 4px; | |
} | |
.sm\:border-br-5px { | |
border-bottom-width: 5px; | |
border-right-width: 5px; | |
} | |
.sm\:border-br-6px { | |
border-bottom-width: 6px; | |
border-right-width: 6px; | |
} | |
.sm\:border-br-7px { | |
border-bottom-width: 7px; | |
border-right-width: 7px; | |
} | |
.sm\:border-br-8px { | |
border-bottom-width: 8px; | |
border-right-width: 8px; | |
} | |
.sm\:border-br-9px { | |
border-bottom-width: 9px; | |
border-right-width: 9px; | |
} | |
.sm\:border-br-10px { | |
border-bottom-width: 10px; | |
border-right-width: 10px; | |
} | |
.sm\:border-br-12px { | |
border-bottom-width: 12px; | |
border-right-width: 12px; | |
} | |
.sm\:border-br-14px { | |
border-bottom-width: 14px; | |
border-right-width: 14px; | |
} | |
.sm\:border-br-16px { | |
border-bottom-width: 16px; | |
border-right-width: 16px; | |
} | |
.sm\:border-br-0 { | |
border-bottom-width: 0; | |
border-right-width: 0; | |
} | |
.sm\:border-br-1 { | |
border-bottom-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.sm\:border-br-2 { | |
border-bottom-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.sm\:border-br-3 { | |
border-bottom-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.sm\:border-br-4 { | |
border-bottom-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.sm\:border-br-5 { | |
border-bottom-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.sm\:border-br-6 { | |
border-bottom-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.sm\:border-br-7 { | |
border-bottom-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.sm\:border-br-8 { | |
border-bottom-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.sm\:border-bl-revert { | |
border-bottom-width: revert; | |
border-left-width: revert; | |
} | |
.sm\:border-bl-auto { | |
border-bottom-width: auto; | |
border-left-width: auto; | |
} | |
.sm\:border-bl-1px { | |
border-bottom-width: 1px; | |
border-left-width: 1px; | |
} | |
.sm\:border-bl-2px { | |
border-bottom-width: 2px; | |
border-left-width: 2px; | |
} | |
.sm\:border-bl-3px { | |
border-bottom-width: 3px; | |
border-left-width: 3px; | |
} | |
.sm\:border-bl-4px { | |
border-bottom-width: 4px; | |
border-left-width: 4px; | |
} | |
.sm\:border-bl-5px { | |
border-bottom-width: 5px; | |
border-left-width: 5px; | |
} | |
.sm\:border-bl-6px { | |
border-bottom-width: 6px; | |
border-left-width: 6px; | |
} | |
.sm\:border-bl-7px { | |
border-bottom-width: 7px; | |
border-left-width: 7px; | |
} | |
.sm\:border-bl-8px { | |
border-bottom-width: 8px; | |
border-left-width: 8px; | |
} | |
.sm\:border-bl-9px { | |
border-bottom-width: 9px; | |
border-left-width: 9px; | |
} | |
.sm\:border-bl-10px { | |
border-bottom-width: 10px; | |
border-left-width: 10px; | |
} | |
.sm\:border-bl-12px { | |
border-bottom-width: 12px; | |
border-left-width: 12px; | |
} | |
.sm\:border-bl-14px { | |
border-bottom-width: 14px; | |
border-left-width: 14px; | |
} | |
.sm\:border-bl-16px { | |
border-bottom-width: 16px; | |
border-left-width: 16px; | |
} | |
.sm\:border-bl-0 { | |
border-bottom-width: 0; | |
border-left-width: 0; | |
} | |
.sm\:border-bl-1 { | |
border-bottom-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.sm\:border-bl-2 { | |
border-bottom-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.sm\:border-bl-3 { | |
border-bottom-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.sm\:border-bl-4 { | |
border-bottom-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.sm\:border-bl-5 { | |
border-bottom-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.sm\:border-bl-6 { | |
border-bottom-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.sm\:border-bl-7 { | |
border-bottom-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.sm\:border-bl-8 { | |
border-bottom-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.sm\:border-tl-revert { | |
border-top-width: revert; | |
border-left-width: revert; | |
} | |
.sm\:border-tl-auto { | |
border-top-width: auto; | |
border-left-width: auto; | |
} | |
.sm\:border-tl-1px { | |
border-top-width: 1px; | |
border-left-width: 1px; | |
} | |
.sm\:border-tl-2px { | |
border-top-width: 2px; | |
border-left-width: 2px; | |
} | |
.sm\:border-tl-3px { | |
border-top-width: 3px; | |
border-left-width: 3px; | |
} | |
.sm\:border-tl-4px { | |
border-top-width: 4px; | |
border-left-width: 4px; | |
} | |
.sm\:border-tl-5px { | |
border-top-width: 5px; | |
border-left-width: 5px; | |
} | |
.sm\:border-tl-6px { | |
border-top-width: 6px; | |
border-left-width: 6px; | |
} | |
.sm\:border-tl-7px { | |
border-top-width: 7px; | |
border-left-width: 7px; | |
} | |
.sm\:border-tl-8px { | |
border-top-width: 8px; | |
border-left-width: 8px; | |
} | |
.sm\:border-tl-9px { | |
border-top-width: 9px; | |
border-left-width: 9px; | |
} | |
.sm\:border-tl-10px { | |
border-top-width: 10px; | |
border-left-width: 10px; | |
} | |
.sm\:border-tl-12px { | |
border-top-width: 12px; | |
border-left-width: 12px; | |
} | |
.sm\:border-tl-14px { | |
border-top-width: 14px; | |
border-left-width: 14px; | |
} | |
.sm\:border-tl-16px { | |
border-top-width: 16px; | |
border-left-width: 16px; | |
} | |
.sm\:border-tl-0 { | |
border-top-width: 0; | |
border-left-width: 0; | |
} | |
.sm\:border-tl-1 { | |
border-top-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.sm\:border-tl-2 { | |
border-top-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.sm\:border-tl-3 { | |
border-top-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.sm\:border-tl-4 { | |
border-top-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.sm\:border-tl-5 { | |
border-top-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.sm\:border-tl-6 { | |
border-top-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.sm\:border-tl-7 { | |
border-top-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.sm\:border-tl-8 { | |
border-top-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.sm\:border-t-revert { | |
border-top-width: revert; | |
} | |
.sm\:border-t-auto { | |
border-top-width: auto; | |
} | |
.sm\:border-t-1px { | |
border-top-width: 1px; | |
} | |
.sm\:border-t-2px { | |
border-top-width: 2px; | |
} | |
.sm\:border-t-3px { | |
border-top-width: 3px; | |
} | |
.sm\:border-t-4px { | |
border-top-width: 4px; | |
} | |
.sm\:border-t-5px { | |
border-top-width: 5px; | |
} | |
.sm\:border-t-6px { | |
border-top-width: 6px; | |
} | |
.sm\:border-t-7px { | |
border-top-width: 7px; | |
} | |
.sm\:border-t-8px { | |
border-top-width: 8px; | |
} | |
.sm\:border-t-9px { | |
border-top-width: 9px; | |
} | |
.sm\:border-t-10px { | |
border-top-width: 10px; | |
} | |
.sm\:border-t-12px { | |
border-top-width: 12px; | |
} | |
.sm\:border-t-14px { | |
border-top-width: 14px; | |
} | |
.sm\:border-t-16px { | |
border-top-width: 16px; | |
} | |
.sm\:border-t-0 { | |
border-top-width: 0; | |
} | |
.sm\:border-t-1 { | |
border-top-width: 0.0625rem; | |
} | |
.sm\:border-t-2 { | |
border-top-width: 0.125rem; | |
} | |
.sm\:border-t-3 { | |
border-top-width: 0.1875rem; | |
} | |
.sm\:border-t-4 { | |
border-top-width: 0.25rem; | |
} | |
.sm\:border-t-5 { | |
border-top-width: 0.3125rem; | |
} | |
.sm\:border-t-6 { | |
border-top-width: 0.375rem; | |
} | |
.sm\:border-t-7 { | |
border-top-width: 0.4375rem; | |
} | |
.sm\:border-t-8 { | |
border-top-width: 0.5rem; | |
} | |
.sm\:border-r-revert { | |
border-right-width: revert; | |
} | |
.sm\:border-r-auto { | |
border-right-width: auto; | |
} | |
.sm\:border-r-1px { | |
border-right-width: 1px; | |
} | |
.sm\:border-r-2px { | |
border-right-width: 2px; | |
} | |
.sm\:border-r-3px { | |
border-right-width: 3px; | |
} | |
.sm\:border-r-4px { | |
border-right-width: 4px; | |
} | |
.sm\:border-r-5px { | |
border-right-width: 5px; | |
} | |
.sm\:border-r-6px { | |
border-right-width: 6px; | |
} | |
.sm\:border-r-7px { | |
border-right-width: 7px; | |
} | |
.sm\:border-r-8px { | |
border-right-width: 8px; | |
} | |
.sm\:border-r-9px { | |
border-right-width: 9px; | |
} | |
.sm\:border-r-10px { | |
border-right-width: 10px; | |
} | |
.sm\:border-r-12px { | |
border-right-width: 12px; | |
} | |
.sm\:border-r-14px { | |
border-right-width: 14px; | |
} | |
.sm\:border-r-16px { | |
border-right-width: 16px; | |
} | |
.sm\:border-r-0 { | |
border-right-width: 0; | |
} | |
.sm\:border-r-1 { | |
border-right-width: 0.0625rem; | |
} | |
.sm\:border-r-2 { | |
border-right-width: 0.125rem; | |
} | |
.sm\:border-r-3 { | |
border-right-width: 0.1875rem; | |
} | |
.sm\:border-r-4 { | |
border-right-width: 0.25rem; | |
} | |
.sm\:border-r-5 { | |
border-right-width: 0.3125rem; | |
} | |
.sm\:border-r-6 { | |
border-right-width: 0.375rem; | |
} | |
.sm\:border-r-7 { | |
border-right-width: 0.4375rem; | |
} | |
.sm\:border-r-8 { | |
border-right-width: 0.5rem; | |
} | |
.sm\:border-b-revert { | |
border-bottom-width: revert; | |
} | |
.sm\:border-b-auto { | |
border-bottom-width: auto; | |
} | |
.sm\:border-b-1px { | |
border-bottom-width: 1px; | |
} | |
.sm\:border-b-2px { | |
border-bottom-width: 2px; | |
} | |
.sm\:border-b-3px { | |
border-bottom-width: 3px; | |
} | |
.sm\:border-b-4px { | |
border-bottom-width: 4px; | |
} | |
.sm\:border-b-5px { | |
border-bottom-width: 5px; | |
} | |
.sm\:border-b-6px { | |
border-bottom-width: 6px; | |
} | |
.sm\:border-b-7px { | |
border-bottom-width: 7px; | |
} | |
.sm\:border-b-8px { | |
border-bottom-width: 8px; | |
} | |
.sm\:border-b-9px { | |
border-bottom-width: 9px; | |
} | |
.sm\:border-b-10px { | |
border-bottom-width: 10px; | |
} | |
.sm\:border-b-12px { | |
border-bottom-width: 12px; | |
} | |
.sm\:border-b-14px { | |
border-bottom-width: 14px; | |
} | |
.sm\:border-b-16px { | |
border-bottom-width: 16px; | |
} | |
.sm\:border-b-0 { | |
border-bottom-width: 0; | |
} | |
.sm\:border-b-1 { | |
border-bottom-width: 0.0625rem; | |
} | |
.sm\:border-b-2 { | |
border-bottom-width: 0.125rem; | |
} | |
.sm\:border-b-3 { | |
border-bottom-width: 0.1875rem; | |
} | |
.sm\:border-b-4 { | |
border-bottom-width: 0.25rem; | |
} | |
.sm\:border-b-5 { | |
border-bottom-width: 0.3125rem; | |
} | |
.sm\:border-b-6 { | |
border-bottom-width: 0.375rem; | |
} | |
.sm\:border-b-7 { | |
border-bottom-width: 0.4375rem; | |
} | |
.sm\:border-b-8 { | |
border-bottom-width: 0.5rem; | |
} | |
.sm\:border-l-revert { | |
border-left-width: revert; | |
} | |
.sm\:border-l-auto { | |
border-left-width: auto; | |
} | |
.sm\:border-l-1px { | |
border-left-width: 1px; | |
} | |
.sm\:border-l-2px { | |
border-left-width: 2px; | |
} | |
.sm\:border-l-3px { | |
border-left-width: 3px; | |
} | |
.sm\:border-l-4px { | |
border-left-width: 4px; | |
} | |
.sm\:border-l-5px { | |
border-left-width: 5px; | |
} | |
.sm\:border-l-6px { | |
border-left-width: 6px; | |
} | |
.sm\:border-l-7px { | |
border-left-width: 7px; | |
} | |
.sm\:border-l-8px { | |
border-left-width: 8px; | |
} | |
.sm\:border-l-9px { | |
border-left-width: 9px; | |
} | |
.sm\:border-l-10px { | |
border-left-width: 10px; | |
} | |
.sm\:border-l-12px { | |
border-left-width: 12px; | |
} | |
.sm\:border-l-14px { | |
border-left-width: 14px; | |
} | |
.sm\:border-l-16px { | |
border-left-width: 16px; | |
} | |
.sm\:border-l-0 { | |
border-left-width: 0; | |
} | |
.sm\:border-l-1 { | |
border-left-width: 0.0625rem; | |
} | |
.sm\:border-l-2 { | |
border-left-width: 0.125rem; | |
} | |
.sm\:border-l-3 { | |
border-left-width: 0.1875rem; | |
} | |
.sm\:border-l-4 { | |
border-left-width: 0.25rem; | |
} | |
.sm\:border-l-5 { | |
border-left-width: 0.3125rem; | |
} | |
.sm\:border-l-6 { | |
border-left-width: 0.375rem; | |
} | |
.sm\:border-l-7 { | |
border-left-width: 0.4375rem; | |
} | |
.sm\:border-l-8 { | |
border-left-width: 0.5rem; | |
} | |
.sm\:rounded-revert { | |
border-radius: revert; | |
} | |
.sm\:rounded-auto { | |
border-radius: auto; | |
} | |
.sm\:rounded-1px { | |
border-radius: 1px; | |
} | |
.sm\:rounded-2px { | |
border-radius: 2px; | |
} | |
.sm\:rounded-3px { | |
border-radius: 3px; | |
} | |
.sm\:rounded-4px { | |
border-radius: 4px; | |
} | |
.sm\:rounded-5px { | |
border-radius: 5px; | |
} | |
.sm\:rounded-6px { | |
border-radius: 6px; | |
} | |
.sm\:rounded-7px { | |
border-radius: 7px; | |
} | |
.sm\:rounded-8px { | |
border-radius: 8px; | |
} | |
.sm\:rounded-9px { | |
border-radius: 9px; | |
} | |
.sm\:rounded-10px { | |
border-radius: 10px; | |
} | |
.sm\:rounded-12px { | |
border-radius: 12px; | |
} | |
.sm\:rounded-14px { | |
border-radius: 14px; | |
} | |
.sm\:rounded-16px { | |
border-radius: 16px; | |
} | |
.sm\:rounded-0 { | |
border-radius: 0; | |
} | |
.sm\:rounded-1 { | |
border-radius: 0.0625rem; | |
} | |
.sm\:rounded-2 { | |
border-radius: 0.125rem; | |
} | |
.sm\:rounded-3 { | |
border-radius: 0.1875rem; | |
} | |
.sm\:rounded-4 { | |
border-radius: 0.25rem; | |
} | |
.sm\:rounded-5 { | |
border-radius: 0.3125rem; | |
} | |
.sm\:rounded-6 { | |
border-radius: 0.375rem; | |
} | |
.sm\:rounded-7 { | |
border-radius: 0.4375rem; | |
} | |
.sm\:rounded-8 { | |
border-radius: 0.5rem; | |
} | |
.sm\:rounded-9 { | |
border-radius: 0.5625rem; | |
} | |
.sm\:rounded-10 { | |
border-radius: 0.625rem; | |
} | |
.sm\:rounded-12 { | |
border-radius: 0.75rem; | |
} | |
.sm\:rounded-14 { | |
border-radius: 0.875rem; | |
} | |
.sm\:rounded-16 { | |
border-radius: 1rem; | |
} | |
.sm\:rounded-18 { | |
border-radius: 1.125rem; | |
} | |
.sm\:rounded-20 { | |
border-radius: 1.25rem; | |
} | |
.sm\:rounded-24 { | |
border-radius: 1.5rem; | |
} | |
.sm\:rounded-28 { | |
border-radius: 1.75rem; | |
} | |
.sm\:rounded-32 { | |
border-radius: 2rem; | |
} | |
.sm\:rounded-full { | |
border-radius: 9999px; | |
} | |
.sm\:rounded-tr-revert { | |
border-top-right-radius: revert; | |
} | |
.sm\:rounded-tr-auto { | |
border-top-right-radius: auto; | |
} | |
.sm\:rounded-tr-1px { | |
border-top-right-radius: 1px; | |
} | |
.sm\:rounded-tr-2px { | |
border-top-right-radius: 2px; | |
} | |
.sm\:rounded-tr-3px { | |
border-top-right-radius: 3px; | |
} | |
.sm\:rounded-tr-4px { | |
border-top-right-radius: 4px; | |
} | |
.sm\:rounded-tr-5px { | |
border-top-right-radius: 5px; | |
} | |
.sm\:rounded-tr-6px { | |
border-top-right-radius: 6px; | |
} | |
.sm\:rounded-tr-7px { | |
border-top-right-radius: 7px; | |
} | |
.sm\:rounded-tr-8px { | |
border-top-right-radius: 8px; | |
} | |
.sm\:rounded-tr-9px { | |
border-top-right-radius: 9px; | |
} | |
.sm\:rounded-tr-10px { | |
border-top-right-radius: 10px; | |
} | |
.sm\:rounded-tr-12px { | |
border-top-right-radius: 12px; | |
} | |
.sm\:rounded-tr-14px { | |
border-top-right-radius: 14px; | |
} | |
.sm\:rounded-tr-16px { | |
border-top-right-radius: 16px; | |
} | |
.sm\:rounded-tr-0 { | |
border-top-right-radius: 0; | |
} | |
.sm\:rounded-tr-1 { | |
border-top-right-radius: 0.0625rem; | |
} | |
.sm\:rounded-tr-2 { | |
border-top-right-radius: 0.125rem; | |
} | |
.sm\:rounded-tr-3 { | |
border-top-right-radius: 0.1875rem; | |
} | |
.sm\:rounded-tr-4 { | |
border-top-right-radius: 0.25rem; | |
} | |
.sm\:rounded-tr-5 { | |
border-top-right-radius: 0.3125rem; | |
} | |
.sm\:rounded-tr-6 { | |
border-top-right-radius: 0.375rem; | |
} | |
.sm\:rounded-tr-7 { | |
border-top-right-radius: 0.4375rem; | |
} | |
.sm\:rounded-tr-8 { | |
border-top-right-radius: 0.5rem; | |
} | |
.sm\:rounded-tr-9 { | |
border-top-right-radius: 0.5625rem; | |
} | |
.sm\:rounded-tr-10 { | |
border-top-right-radius: 0.625rem; | |
} | |
.sm\:rounded-tr-12 { | |
border-top-right-radius: 0.75rem; | |
} | |
.sm\:rounded-tr-14 { | |
border-top-right-radius: 0.875rem; | |
} | |
.sm\:rounded-tr-16 { | |
border-top-right-radius: 1rem; | |
} | |
.sm\:rounded-tr-18 { | |
border-top-right-radius: 1.125rem; | |
} | |
.sm\:rounded-tr-20 { | |
border-top-right-radius: 1.25rem; | |
} | |
.sm\:rounded-tr-24 { | |
border-top-right-radius: 1.5rem; | |
} | |
.sm\:rounded-tr-28 { | |
border-top-right-radius: 1.75rem; | |
} | |
.sm\:rounded-tr-32 { | |
border-top-right-radius: 2rem; | |
} | |
.sm\:rounded-tr-full { | |
border-top-right-radius: 9999px; | |
} | |
.sm\:rounded-br-revert { | |
border-bottom-right-radius: revert; | |
} | |
.sm\:rounded-br-auto { | |
border-bottom-right-radius: auto; | |
} | |
.sm\:rounded-br-1px { | |
border-bottom-right-radius: 1px; | |
} | |
.sm\:rounded-br-2px { | |
border-bottom-right-radius: 2px; | |
} | |
.sm\:rounded-br-3px { | |
border-bottom-right-radius: 3px; | |
} | |
.sm\:rounded-br-4px { | |
border-bottom-right-radius: 4px; | |
} | |
.sm\:rounded-br-5px { | |
border-bottom-right-radius: 5px; | |
} | |
.sm\:rounded-br-6px { | |
border-bottom-right-radius: 6px; | |
} | |
.sm\:rounded-br-7px { | |
border-bottom-right-radius: 7px; | |
} | |
.sm\:rounded-br-8px { | |
border-bottom-right-radius: 8px; | |
} | |
.sm\:rounded-br-9px { | |
border-bottom-right-radius: 9px; | |
} | |
.sm\:rounded-br-10px { | |
border-bottom-right-radius: 10px; | |
} | |
.sm\:rounded-br-12px { | |
border-bottom-right-radius: 12px; | |
} | |
.sm\:rounded-br-14px { | |
border-bottom-right-radius: 14px; | |
} | |
.sm\:rounded-br-16px { | |
border-bottom-right-radius: 16px; | |
} | |
.sm\:rounded-br-0 { | |
border-bottom-right-radius: 0; | |
} | |
.sm\:rounded-br-1 { | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.sm\:rounded-br-2 { | |
border-bottom-right-radius: 0.125rem; | |
} | |
.sm\:rounded-br-3 { | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.sm\:rounded-br-4 { | |
border-bottom-right-radius: 0.25rem; | |
} | |
.sm\:rounded-br-5 { | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.sm\:rounded-br-6 { | |
border-bottom-right-radius: 0.375rem; | |
} | |
.sm\:rounded-br-7 { | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.sm\:rounded-br-8 { | |
border-bottom-right-radius: 0.5rem; | |
} | |
.sm\:rounded-br-9 { | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.sm\:rounded-br-10 { | |
border-bottom-right-radius: 0.625rem; | |
} | |
.sm\:rounded-br-12 { | |
border-bottom-right-radius: 0.75rem; | |
} | |
.sm\:rounded-br-14 { | |
border-bottom-right-radius: 0.875rem; | |
} | |
.sm\:rounded-br-16 { | |
border-bottom-right-radius: 1rem; | |
} | |
.sm\:rounded-br-18 { | |
border-bottom-right-radius: 1.125rem; | |
} | |
.sm\:rounded-br-20 { | |
border-bottom-right-radius: 1.25rem; | |
} | |
.sm\:rounded-br-24 { | |
border-bottom-right-radius: 1.5rem; | |
} | |
.sm\:rounded-br-28 { | |
border-bottom-right-radius: 1.75rem; | |
} | |
.sm\:rounded-br-32 { | |
border-bottom-right-radius: 2rem; | |
} | |
.sm\:rounded-br-full { | |
border-bottom-right-radius: 9999px; | |
} | |
.sm\:rounded-bl-revert { | |
border-bottom-left-radius: revert; | |
} | |
.sm\:rounded-bl-auto { | |
border-bottom-left-radius: auto; | |
} | |
.sm\:rounded-bl-1px { | |
border-bottom-left-radius: 1px; | |
} | |
.sm\:rounded-bl-2px { | |
border-bottom-left-radius: 2px; | |
} | |
.sm\:rounded-bl-3px { | |
border-bottom-left-radius: 3px; | |
} | |
.sm\:rounded-bl-4px { | |
border-bottom-left-radius: 4px; | |
} | |
.sm\:rounded-bl-5px { | |
border-bottom-left-radius: 5px; | |
} | |
.sm\:rounded-bl-6px { | |
border-bottom-left-radius: 6px; | |
} | |
.sm\:rounded-bl-7px { | |
border-bottom-left-radius: 7px; | |
} | |
.sm\:rounded-bl-8px { | |
border-bottom-left-radius: 8px; | |
} | |
.sm\:rounded-bl-9px { | |
border-bottom-left-radius: 9px; | |
} | |
.sm\:rounded-bl-10px { | |
border-bottom-left-radius: 10px; | |
} | |
.sm\:rounded-bl-12px { | |
border-bottom-left-radius: 12px; | |
} | |
.sm\:rounded-bl-14px { | |
border-bottom-left-radius: 14px; | |
} | |
.sm\:rounded-bl-16px { | |
border-bottom-left-radius: 16px; | |
} | |
.sm\:rounded-bl-0 { | |
border-bottom-left-radius: 0; | |
} | |
.sm\:rounded-bl-1 { | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.sm\:rounded-bl-2 { | |
border-bottom-left-radius: 0.125rem; | |
} | |
.sm\:rounded-bl-3 { | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.sm\:rounded-bl-4 { | |
border-bottom-left-radius: 0.25rem; | |
} | |
.sm\:rounded-bl-5 { | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.sm\:rounded-bl-6 { | |
border-bottom-left-radius: 0.375rem; | |
} | |
.sm\:rounded-bl-7 { | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.sm\:rounded-bl-8 { | |
border-bottom-left-radius: 0.5rem; | |
} | |
.sm\:rounded-bl-9 { | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.sm\:rounded-bl-10 { | |
border-bottom-left-radius: 0.625rem; | |
} | |
.sm\:rounded-bl-12 { | |
border-bottom-left-radius: 0.75rem; | |
} | |
.sm\:rounded-bl-14 { | |
border-bottom-left-radius: 0.875rem; | |
} | |
.sm\:rounded-bl-16 { | |
border-bottom-left-radius: 1rem; | |
} | |
.sm\:rounded-bl-18 { | |
border-bottom-left-radius: 1.125rem; | |
} | |
.sm\:rounded-bl-20 { | |
border-bottom-left-radius: 1.25rem; | |
} | |
.sm\:rounded-bl-24 { | |
border-bottom-left-radius: 1.5rem; | |
} | |
.sm\:rounded-bl-28 { | |
border-bottom-left-radius: 1.75rem; | |
} | |
.sm\:rounded-bl-32 { | |
border-bottom-left-radius: 2rem; | |
} | |
.sm\:rounded-bl-full { | |
border-bottom-left-radius: 9999px; | |
} | |
.sm\:rounded-tl-revert { | |
border-top-left-radius: revert; | |
} | |
.sm\:rounded-tl-auto { | |
border-top-left-radius: auto; | |
} | |
.sm\:rounded-tl-1px { | |
border-top-left-radius: 1px; | |
} | |
.sm\:rounded-tl-2px { | |
border-top-left-radius: 2px; | |
} | |
.sm\:rounded-tl-3px { | |
border-top-left-radius: 3px; | |
} | |
.sm\:rounded-tl-4px { | |
border-top-left-radius: 4px; | |
} | |
.sm\:rounded-tl-5px { | |
border-top-left-radius: 5px; | |
} | |
.sm\:rounded-tl-6px { | |
border-top-left-radius: 6px; | |
} | |
.sm\:rounded-tl-7px { | |
border-top-left-radius: 7px; | |
} | |
.sm\:rounded-tl-8px { | |
border-top-left-radius: 8px; | |
} | |
.sm\:rounded-tl-9px { | |
border-top-left-radius: 9px; | |
} | |
.sm\:rounded-tl-10px { | |
border-top-left-radius: 10px; | |
} | |
.sm\:rounded-tl-12px { | |
border-top-left-radius: 12px; | |
} | |
.sm\:rounded-tl-14px { | |
border-top-left-radius: 14px; | |
} | |
.sm\:rounded-tl-16px { | |
border-top-left-radius: 16px; | |
} | |
.sm\:rounded-tl-0 { | |
border-top-left-radius: 0; | |
} | |
.sm\:rounded-tl-1 { | |
border-top-left-radius: 0.0625rem; | |
} | |
.sm\:rounded-tl-2 { | |
border-top-left-radius: 0.125rem; | |
} | |
.sm\:rounded-tl-3 { | |
border-top-left-radius: 0.1875rem; | |
} | |
.sm\:rounded-tl-4 { | |
border-top-left-radius: 0.25rem; | |
} | |
.sm\:rounded-tl-5 { | |
border-top-left-radius: 0.3125rem; | |
} | |
.sm\:rounded-tl-6 { | |
border-top-left-radius: 0.375rem; | |
} | |
.sm\:rounded-tl-7 { | |
border-top-left-radius: 0.4375rem; | |
} | |
.sm\:rounded-tl-8 { | |
border-top-left-radius: 0.5rem; | |
} | |
.sm\:rounded-tl-9 { | |
border-top-left-radius: 0.5625rem; | |
} | |
.sm\:rounded-tl-10 { | |
border-top-left-radius: 0.625rem; | |
} | |
.sm\:rounded-tl-12 { | |
border-top-left-radius: 0.75rem; | |
} | |
.sm\:rounded-tl-14 { | |
border-top-left-radius: 0.875rem; | |
} | |
.sm\:rounded-tl-16 { | |
border-top-left-radius: 1rem; | |
} | |
.sm\:rounded-tl-18 { | |
border-top-left-radius: 1.125rem; | |
} | |
.sm\:rounded-tl-20 { | |
border-top-left-radius: 1.25rem; | |
} | |
.sm\:rounded-tl-24 { | |
border-top-left-radius: 1.5rem; | |
} | |
.sm\:rounded-tl-28 { | |
border-top-left-radius: 1.75rem; | |
} | |
.sm\:rounded-tl-32 { | |
border-top-left-radius: 2rem; | |
} | |
.sm\:rounded-tl-full { | |
border-top-left-radius: 9999px; | |
} | |
.sm\:rounded-t-revert { | |
border-top-left-radius: revert; | |
border-top-right-radius: revert; | |
} | |
.sm\:rounded-t-auto { | |
border-top-left-radius: auto; | |
border-top-right-radius: auto; | |
} | |
.sm\:rounded-t-1px { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.sm\:rounded-t-2px { | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.sm\:rounded-t-3px { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.sm\:rounded-t-4px { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.sm\:rounded-t-5px { | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
} | |
.sm\:rounded-t-6px { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px; | |
} | |
.sm\:rounded-t-7px { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
.sm\:rounded-t-8px { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.sm\:rounded-t-9px { | |
border-top-left-radius: 9px; | |
border-top-right-radius: 9px; | |
} | |
.sm\:rounded-t-10px { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.sm\:rounded-t-12px { | |
border-top-left-radius: 12px; | |
border-top-right-radius: 12px; | |
} | |
.sm\:rounded-t-14px { | |
border-top-left-radius: 14px; | |
border-top-right-radius: 14px; | |
} | |
.sm\:rounded-t-16px { | |
border-top-left-radius: 16px; | |
border-top-right-radius: 16px; | |
} | |
.sm\:rounded-t-0 { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.sm\:rounded-t-1 { | |
border-top-left-radius: 0.0625rem; | |
border-top-right-radius: 0.0625rem; | |
} | |
.sm\:rounded-t-2 { | |
border-top-left-radius: 0.125rem; | |
border-top-right-radius: 0.125rem; | |
} | |
.sm\:rounded-t-3 { | |
border-top-left-radius: 0.1875rem; | |
border-top-right-radius: 0.1875rem; | |
} | |
.sm\:rounded-t-4 { | |
border-top-left-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.sm\:rounded-t-5 { | |
border-top-left-radius: 0.3125rem; | |
border-top-right-radius: 0.3125rem; | |
} | |
.sm\:rounded-t-6 { | |
border-top-left-radius: 0.375rem; | |
border-top-right-radius: 0.375rem; | |
} | |
.sm\:rounded-t-7 { | |
border-top-left-radius: 0.4375rem; | |
border-top-right-radius: 0.4375rem; | |
} | |
.sm\:rounded-t-8 { | |
border-top-left-radius: 0.5rem; | |
border-top-right-radius: 0.5rem; | |
} | |
.sm\:rounded-t-9 { | |
border-top-left-radius: 0.5625rem; | |
border-top-right-radius: 0.5625rem; | |
} | |
.sm\:rounded-t-10 { | |
border-top-left-radius: 0.625rem; | |
border-top-right-radius: 0.625rem; | |
} | |
.sm\:rounded-t-12 { | |
border-top-left-radius: 0.75rem; | |
border-top-right-radius: 0.75rem; | |
} | |
.sm\:rounded-t-14 { | |
border-top-left-radius: 0.875rem; | |
border-top-right-radius: 0.875rem; | |
} | |
.sm\:rounded-t-16 { | |
border-top-left-radius: 1rem; | |
border-top-right-radius: 1rem; | |
} | |
.sm\:rounded-t-18 { | |
border-top-left-radius: 1.125rem; | |
border-top-right-radius: 1.125rem; | |
} | |
.sm\:rounded-t-20 { | |
border-top-left-radius: 1.25rem; | |
border-top-right-radius: 1.25rem; | |
} | |
.sm\:rounded-t-24 { | |
border-top-left-radius: 1.5rem; | |
border-top-right-radius: 1.5rem; | |
} | |
.sm\:rounded-t-28 { | |
border-top-left-radius: 1.75rem; | |
border-top-right-radius: 1.75rem; | |
} | |
.sm\:rounded-t-32 { | |
border-top-left-radius: 2rem; | |
border-top-right-radius: 2rem; | |
} | |
.sm\:rounded-t-full { | |
border-top-left-radius: 9999px; | |
border-top-right-radius: 9999px; | |
} | |
.sm\:rounded-r-revert { | |
border-top-right-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.sm\:rounded-r-auto { | |
border-top-right-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.sm\:rounded-r-1px { | |
border-top-right-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.sm\:rounded-r-2px { | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.sm\:rounded-r-3px { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.sm\:rounded-r-4px { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.sm\:rounded-r-5px { | |
border-top-right-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.sm\:rounded-r-6px { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.sm\:rounded-r-7px { | |
border-top-right-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.sm\:rounded-r-8px { | |
border-top-right-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.sm\:rounded-r-9px { | |
border-top-right-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.sm\:rounded-r-10px { | |
border-top-right-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.sm\:rounded-r-12px { | |
border-top-right-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.sm\:rounded-r-14px { | |
border-top-right-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.sm\:rounded-r-16px { | |
border-top-right-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.sm\:rounded-r-0 { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.sm\:rounded-r-1 { | |
border-top-right-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.sm\:rounded-r-2 { | |
border-top-right-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.sm\:rounded-r-3 { | |
border-top-right-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.sm\:rounded-r-4 { | |
border-top-right-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.sm\:rounded-r-5 { | |
border-top-right-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.sm\:rounded-r-6 { | |
border-top-right-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.sm\:rounded-r-7 { | |
border-top-right-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.sm\:rounded-r-8 { | |
border-top-right-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.sm\:rounded-r-9 { | |
border-top-right-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.sm\:rounded-r-10 { | |
border-top-right-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.sm\:rounded-r-12 { | |
border-top-right-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.sm\:rounded-r-14 { | |
border-top-right-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.sm\:rounded-r-16 { | |
border-top-right-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.sm\:rounded-r-18 { | |
border-top-right-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.sm\:rounded-r-20 { | |
border-top-right-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.sm\:rounded-r-24 { | |
border-top-right-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.sm\:rounded-r-28 { | |
border-top-right-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.sm\:rounded-r-32 { | |
border-top-right-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.sm\:rounded-r-full { | |
border-top-right-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.sm\:rounded-b-revert { | |
border-bottom-left-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.sm\:rounded-b-auto { | |
border-bottom-left-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.sm\:rounded-b-1px { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.sm\:rounded-b-2px { | |
border-bottom-left-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.sm\:rounded-b-3px { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.sm\:rounded-b-4px { | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.sm\:rounded-b-5px { | |
border-bottom-left-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.sm\:rounded-b-6px { | |
border-bottom-left-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.sm\:rounded-b-7px { | |
border-bottom-left-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.sm\:rounded-b-8px { | |
border-bottom-left-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.sm\:rounded-b-9px { | |
border-bottom-left-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.sm\:rounded-b-10px { | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.sm\:rounded-b-12px { | |
border-bottom-left-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.sm\:rounded-b-14px { | |
border-bottom-left-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.sm\:rounded-b-16px { | |
border-bottom-left-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.sm\:rounded-b-0 { | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.sm\:rounded-b-1 { | |
border-bottom-left-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.sm\:rounded-b-2 { | |
border-bottom-left-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.sm\:rounded-b-3 { | |
border-bottom-left-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.sm\:rounded-b-4 { | |
border-bottom-left-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.sm\:rounded-b-5 { | |
border-bottom-left-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.sm\:rounded-b-6 { | |
border-bottom-left-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.sm\:rounded-b-7 { | |
border-bottom-left-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.sm\:rounded-b-8 { | |
border-bottom-left-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.sm\:rounded-b-9 { | |
border-bottom-left-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.sm\:rounded-b-10 { | |
border-bottom-left-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.sm\:rounded-b-12 { | |
border-bottom-left-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.sm\:rounded-b-14 { | |
border-bottom-left-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.sm\:rounded-b-16 { | |
border-bottom-left-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.sm\:rounded-b-18 { | |
border-bottom-left-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.sm\:rounded-b-20 { | |
border-bottom-left-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.sm\:rounded-b-24 { | |
border-bottom-left-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.sm\:rounded-b-28 { | |
border-bottom-left-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.sm\:rounded-b-32 { | |
border-bottom-left-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.sm\:rounded-b-full { | |
border-bottom-left-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.sm\:rounded-l-revert { | |
border-top-left-radius: revert; | |
border-bottom-left-radius: revert; | |
} | |
.sm\:rounded-l-auto { | |
border-top-left-radius: auto; | |
border-bottom-left-radius: auto; | |
} | |
.sm\:rounded-l-1px { | |
border-top-left-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.sm\:rounded-l-2px { | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.sm\:rounded-l-3px { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.sm\:rounded-l-4px { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.sm\:rounded-l-5px { | |
border-top-left-radius: 5px; | |
border-bottom-left-radius: 5px; | |
} | |
.sm\:rounded-l-6px { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.sm\:rounded-l-7px { | |
border-top-left-radius: 7px; | |
border-bottom-left-radius: 7px; | |
} | |
.sm\:rounded-l-8px { | |
border-top-left-radius: 8px; | |
border-bottom-left-radius: 8px; | |
} | |
.sm\:rounded-l-9px { | |
border-top-left-radius: 9px; | |
border-bottom-left-radius: 9px; | |
} | |
.sm\:rounded-l-10px { | |
border-top-left-radius: 10px; | |
border-bottom-left-radius: 10px; | |
} | |
.sm\:rounded-l-12px { | |
border-top-left-radius: 12px; | |
border-bottom-left-radius: 12px; | |
} | |
.sm\:rounded-l-14px { | |
border-top-left-radius: 14px; | |
border-bottom-left-radius: 14px; | |
} | |
.sm\:rounded-l-16px { | |
border-top-left-radius: 16px; | |
border-bottom-left-radius: 16px; | |
} | |
.sm\:rounded-l-0 { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.sm\:rounded-l-1 { | |
border-top-left-radius: 0.0625rem; | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.sm\:rounded-l-2 { | |
border-top-left-radius: 0.125rem; | |
border-bottom-left-radius: 0.125rem; | |
} | |
.sm\:rounded-l-3 { | |
border-top-left-radius: 0.1875rem; | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.sm\:rounded-l-4 { | |
border-top-left-radius: 0.25rem; | |
border-bottom-left-radius: 0.25rem; | |
} | |
.sm\:rounded-l-5 { | |
border-top-left-radius: 0.3125rem; | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.sm\:rounded-l-6 { | |
border-top-left-radius: 0.375rem; | |
border-bottom-left-radius: 0.375rem; | |
} | |
.sm\:rounded-l-7 { | |
border-top-left-radius: 0.4375rem; | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.sm\:rounded-l-8 { | |
border-top-left-radius: 0.5rem; | |
border-bottom-left-radius: 0.5rem; | |
} | |
.sm\:rounded-l-9 { | |
border-top-left-radius: 0.5625rem; | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.sm\:rounded-l-10 { | |
border-top-left-radius: 0.625rem; | |
border-bottom-left-radius: 0.625rem; | |
} | |
.sm\:rounded-l-12 { | |
border-top-left-radius: 0.75rem; | |
border-bottom-left-radius: 0.75rem; | |
} | |
.sm\:rounded-l-14 { | |
border-top-left-radius: 0.875rem; | |
border-bottom-left-radius: 0.875rem; | |
} | |
.sm\:rounded-l-16 { | |
border-top-left-radius: 1rem; | |
border-bottom-left-radius: 1rem; | |
} | |
.sm\:rounded-l-18 { | |
border-top-left-radius: 1.125rem; | |
border-bottom-left-radius: 1.125rem; | |
} | |
.sm\:rounded-l-20 { | |
border-top-left-radius: 1.25rem; | |
border-bottom-left-radius: 1.25rem; | |
} | |
.sm\:rounded-l-24 { | |
border-top-left-radius: 1.5rem; | |
border-bottom-left-radius: 1.5rem; | |
} | |
.sm\:rounded-l-28 { | |
border-top-left-radius: 1.75rem; | |
border-bottom-left-radius: 1.75rem; | |
} | |
.sm\:rounded-l-32 { | |
border-top-left-radius: 2rem; | |
border-bottom-left-radius: 2rem; | |
} | |
.sm\:rounded-l-full { | |
border-top-left-radius: 9999px; | |
border-bottom-left-radius: 9999px; | |
} | |
.sm\:-z-50 { | |
z-index: -50; | |
} | |
.sm\:-z-40 { | |
z-index: -40; | |
} | |
.sm\:-z-30 { | |
z-index: -30; | |
} | |
.sm\:-z-20 { | |
z-index: -20; | |
} | |
.sm\:-z-10 { | |
z-index: -10; | |
} | |
.sm\:z-revert { | |
z-index: revert; | |
} | |
.sm\:z-0 { | |
z-index: 0; | |
} | |
.sm\:z-10 { | |
z-index: 10; | |
} | |
.sm\:z-20 { | |
z-index: 20; | |
} | |
.sm\:z-30 { | |
z-index: 30; | |
} | |
.sm\:z-40 { | |
z-index: 40; | |
} | |
.sm\:z-50 { | |
z-index: 50; | |
} | |
.sm\:overflow-revert { | |
overflow: revert; | |
} | |
.sm\:overflow-hidden { | |
overflow: hidden; | |
} | |
.sm\:overflow-scroll { | |
overflow: scroll; | |
} | |
.sm\:overflow-x-revert { | |
overflow-x: revert; | |
} | |
.sm\:overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
.sm\:overflow-x-scroll { | |
overflow-x: scroll; | |
} | |
.sm\:overflow-y-revert { | |
overflow-y: revert; | |
} | |
.sm\:overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.sm\:overflow-y-scroll { | |
overflow-y: scroll; | |
} | |
.sm\:no-pointer-events { | |
pointer-events: none; | |
} | |
.sm\:pointer-events { | |
pointer-events: auto; | |
} | |
} | |
@media (min-width: 768px) { | |
.md\:hide[class] { | |
display: none; | |
} | |
.md\:show[class] { | |
display: revert; | |
} | |
.md\:show.row { | |
display: flex; | |
} | |
.md\:show.col { | |
display: flex; | |
} | |
.md\:-m-1px { | |
margin: -1px; | |
} | |
.md\:-m-2px { | |
margin: -2px; | |
} | |
.md\:-m-3px { | |
margin: -3px; | |
} | |
.md\:-m-4px { | |
margin: -4px; | |
} | |
.md\:-m-5px { | |
margin: -5px; | |
} | |
.md\:-m-6px { | |
margin: -6px; | |
} | |
.md\:-m-7px { | |
margin: -7px; | |
} | |
.md\:-m-8px { | |
margin: -8px; | |
} | |
.md\:-m-9px { | |
margin: -9px; | |
} | |
.md\:-m-10px { | |
margin: -10px; | |
} | |
.md\:-m-12px { | |
margin: -12px; | |
} | |
.md\:-m-14px { | |
margin: -14px; | |
} | |
.md\:-m-16px { | |
margin: -16px; | |
} | |
.md\:-m-1 { | |
margin: -0.0625rem; | |
} | |
.md\:-m-2 { | |
margin: -0.125rem; | |
} | |
.md\:-m-3 { | |
margin: -0.1875rem; | |
} | |
.md\:-m-4 { | |
margin: -0.25rem; | |
} | |
.md\:-m-5 { | |
margin: -0.3125rem; | |
} | |
.md\:-m-6 { | |
margin: -0.375rem; | |
} | |
.md\:-m-7 { | |
margin: -0.4375rem; | |
} | |
.md\:-m-8 { | |
margin: -0.5rem; | |
} | |
.md\:-m-9 { | |
margin: -0.5625rem; | |
} | |
.md\:-m-10 { | |
margin: -0.625rem; | |
} | |
.md\:-m-12 { | |
margin: -0.75rem; | |
} | |
.md\:-m-14 { | |
margin: -0.875rem; | |
} | |
.md\:-m-16 { | |
margin: -1rem; | |
} | |
.md\:-m-18 { | |
margin: -1.125rem; | |
} | |
.md\:-m-20 { | |
margin: -1.25rem; | |
} | |
.md\:-m-24 { | |
margin: -1.5rem; | |
} | |
.md\:-m-28 { | |
margin: -1.75rem; | |
} | |
.md\:-m-32 { | |
margin: -2rem; | |
} | |
.md\:-m-36 { | |
margin: -2.25rem; | |
} | |
.md\:-m-40 { | |
margin: -2.5rem; | |
} | |
.md\:-m-48 { | |
margin: -3rem; | |
} | |
.md\:-m-56 { | |
margin: -3.5rem; | |
} | |
.md\:-m-64 { | |
margin: -4rem; | |
} | |
.md\:-mx-1px { | |
margin-left: -1px; | |
margin-right: -1px; | |
} | |
.md\:-mx-2px { | |
margin-left: -2px; | |
margin-right: -2px; | |
} | |
.md\:-mx-3px { | |
margin-left: -3px; | |
margin-right: -3px; | |
} | |
.md\:-mx-4px { | |
margin-left: -4px; | |
margin-right: -4px; | |
} | |
.md\:-mx-5px { | |
margin-left: -5px; | |
margin-right: -5px; | |
} | |
.md\:-mx-6px { | |
margin-left: -6px; | |
margin-right: -6px; | |
} | |
.md\:-mx-7px { | |
margin-left: -7px; | |
margin-right: -7px; | |
} | |
.md\:-mx-8px { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
.md\:-mx-9px { | |
margin-left: -9px; | |
margin-right: -9px; | |
} | |
.md\:-mx-10px { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
.md\:-mx-12px { | |
margin-left: -12px; | |
margin-right: -12px; | |
} | |
.md\:-mx-14px { | |
margin-left: -14px; | |
margin-right: -14px; | |
} | |
.md\:-mx-16px { | |
margin-left: -16px; | |
margin-right: -16px; | |
} | |
.md\:-mx-1 { | |
margin-left: -0.0625rem; | |
margin-right: -0.0625rem; | |
} | |
.md\:-mx-2 { | |
margin-left: -0.125rem; | |
margin-right: -0.125rem; | |
} | |
.md\:-mx-3 { | |
margin-left: -0.1875rem; | |
margin-right: -0.1875rem; | |
} | |
.md\:-mx-4 { | |
margin-left: -0.25rem; | |
margin-right: -0.25rem; | |
} | |
.md\:-mx-5 { | |
margin-left: -0.3125rem; | |
margin-right: -0.3125rem; | |
} | |
.md\:-mx-6 { | |
margin-left: -0.375rem; | |
margin-right: -0.375rem; | |
} | |
.md\:-mx-7 { | |
margin-left: -0.4375rem; | |
margin-right: -0.4375rem; | |
} | |
.md\:-mx-8 { | |
margin-left: -0.5rem; | |
margin-right: -0.5rem; | |
} | |
.md\:-mx-9 { | |
margin-left: -0.5625rem; | |
margin-right: -0.5625rem; | |
} | |
.md\:-mx-10 { | |
margin-left: -0.625rem; | |
margin-right: -0.625rem; | |
} | |
.md\:-mx-12 { | |
margin-left: -0.75rem; | |
margin-right: -0.75rem; | |
} | |
.md\:-mx-14 { | |
margin-left: -0.875rem; | |
margin-right: -0.875rem; | |
} | |
.md\:-mx-16 { | |
margin-left: -1rem; | |
margin-right: -1rem; | |
} | |
.md\:-mx-18 { | |
margin-left: -1.125rem; | |
margin-right: -1.125rem; | |
} | |
.md\:-mx-20 { | |
margin-left: -1.25rem; | |
margin-right: -1.25rem; | |
} | |
.md\:-mx-24 { | |
margin-left: -1.5rem; | |
margin-right: -1.5rem; | |
} | |
.md\:-mx-28 { | |
margin-left: -1.75rem; | |
margin-right: -1.75rem; | |
} | |
.md\:-mx-32 { | |
margin-left: -2rem; | |
margin-right: -2rem; | |
} | |
.md\:-mx-36 { | |
margin-left: -2.25rem; | |
margin-right: -2.25rem; | |
} | |
.md\:-mx-40 { | |
margin-left: -2.5rem; | |
margin-right: -2.5rem; | |
} | |
.md\:-mx-48 { | |
margin-left: -3rem; | |
margin-right: -3rem; | |
} | |
.md\:-mx-56 { | |
margin-left: -3.5rem; | |
margin-right: -3.5rem; | |
} | |
.md\:-mx-64 { | |
margin-left: -4rem; | |
margin-right: -4rem; | |
} | |
.md\:-my-1px { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.md\:-my-2px { | |
margin-top: -2px; | |
margin-bottom: -2px; | |
} | |
.md\:-my-3px { | |
margin-top: -3px; | |
margin-bottom: -3px; | |
} | |
.md\:-my-4px { | |
margin-top: -4px; | |
margin-bottom: -4px; | |
} | |
.md\:-my-5px { | |
margin-top: -5px; | |
margin-bottom: -5px; | |
} | |
.md\:-my-6px { | |
margin-top: -6px; | |
margin-bottom: -6px; | |
} | |
.md\:-my-7px { | |
margin-top: -7px; | |
margin-bottom: -7px; | |
} | |
.md\:-my-8px { | |
margin-top: -8px; | |
margin-bottom: -8px; | |
} | |
.md\:-my-9px { | |
margin-top: -9px; | |
margin-bottom: -9px; | |
} | |
.md\:-my-10px { | |
margin-top: -10px; | |
margin-bottom: -10px; | |
} | |
.md\:-my-12px { | |
margin-top: -12px; | |
margin-bottom: -12px; | |
} | |
.md\:-my-14px { | |
margin-top: -14px; | |
margin-bottom: -14px; | |
} | |
.md\:-my-16px { | |
margin-top: -16px; | |
margin-bottom: -16px; | |
} | |
.md\:-my-1 { | |
margin-top: -0.0625rem; | |
margin-bottom: -0.0625rem; | |
} | |
.md\:-my-2 { | |
margin-top: -0.125rem; | |
margin-bottom: -0.125rem; | |
} | |
.md\:-my-3 { | |
margin-top: -0.1875rem; | |
margin-bottom: -0.1875rem; | |
} | |
.md\:-my-4 { | |
margin-top: -0.25rem; | |
margin-bottom: -0.25rem; | |
} | |
.md\:-my-5 { | |
margin-top: -0.3125rem; | |
margin-bottom: -0.3125rem; | |
} | |
.md\:-my-6 { | |
margin-top: -0.375rem; | |
margin-bottom: -0.375rem; | |
} | |
.md\:-my-7 { | |
margin-top: -0.4375rem; | |
margin-bottom: -0.4375rem; | |
} | |
.md\:-my-8 { | |
margin-top: -0.5rem; | |
margin-bottom: -0.5rem; | |
} | |
.md\:-my-9 { | |
margin-top: -0.5625rem; | |
margin-bottom: -0.5625rem; | |
} | |
.md\:-my-10 { | |
margin-top: -0.625rem; | |
margin-bottom: -0.625rem; | |
} | |
.md\:-my-12 { | |
margin-top: -0.75rem; | |
margin-bottom: -0.75rem; | |
} | |
.md\:-my-14 { | |
margin-top: -0.875rem; | |
margin-bottom: -0.875rem; | |
} | |
.md\:-my-16 { | |
margin-top: -1rem; | |
margin-bottom: -1rem; | |
} | |
.md\:-my-18 { | |
margin-top: -1.125rem; | |
margin-bottom: -1.125rem; | |
} | |
.md\:-my-20 { | |
margin-top: -1.25rem; | |
margin-bottom: -1.25rem; | |
} | |
.md\:-my-24 { | |
margin-top: -1.5rem; | |
margin-bottom: -1.5rem; | |
} | |
.md\:-my-28 { | |
margin-top: -1.75rem; | |
margin-bottom: -1.75rem; | |
} | |
.md\:-my-32 { | |
margin-top: -2rem; | |
margin-bottom: -2rem; | |
} | |
.md\:-my-36 { | |
margin-top: -2.25rem; | |
margin-bottom: -2.25rem; | |
} | |
.md\:-my-40 { | |
margin-top: -2.5rem; | |
margin-bottom: -2.5rem; | |
} | |
.md\:-my-48 { | |
margin-top: -3rem; | |
margin-bottom: -3rem; | |
} | |
.md\:-my-56 { | |
margin-top: -3.5rem; | |
margin-bottom: -3.5rem; | |
} | |
.md\:-my-64 { | |
margin-top: -4rem; | |
margin-bottom: -4rem; | |
} | |
.md\:-mt-1px { | |
margin-top: -1px; | |
} | |
.md\:-mt-2px { | |
margin-top: -2px; | |
} | |
.md\:-mt-3px { | |
margin-top: -3px; | |
} | |
.md\:-mt-4px { | |
margin-top: -4px; | |
} | |
.md\:-mt-5px { | |
margin-top: -5px; | |
} | |
.md\:-mt-6px { | |
margin-top: -6px; | |
} | |
.md\:-mt-7px { | |
margin-top: -7px; | |
} | |
.md\:-mt-8px { | |
margin-top: -8px; | |
} | |
.md\:-mt-9px { | |
margin-top: -9px; | |
} | |
.md\:-mt-10px { | |
margin-top: -10px; | |
} | |
.md\:-mt-12px { | |
margin-top: -12px; | |
} | |
.md\:-mt-14px { | |
margin-top: -14px; | |
} | |
.md\:-mt-16px { | |
margin-top: -16px; | |
} | |
.md\:-mt-1 { | |
margin-top: -0.0625rem; | |
} | |
.md\:-mt-2 { | |
margin-top: -0.125rem; | |
} | |
.md\:-mt-3 { | |
margin-top: -0.1875rem; | |
} | |
.md\:-mt-4 { | |
margin-top: -0.25rem; | |
} | |
.md\:-mt-5 { | |
margin-top: -0.3125rem; | |
} | |
.md\:-mt-6 { | |
margin-top: -0.375rem; | |
} | |
.md\:-mt-7 { | |
margin-top: -0.4375rem; | |
} | |
.md\:-mt-8 { | |
margin-top: -0.5rem; | |
} | |
.md\:-mt-9 { | |
margin-top: -0.5625rem; | |
} | |
.md\:-mt-10 { | |
margin-top: -0.625rem; | |
} | |
.md\:-mt-12 { | |
margin-top: -0.75rem; | |
} | |
.md\:-mt-14 { | |
margin-top: -0.875rem; | |
} | |
.md\:-mt-16 { | |
margin-top: -1rem; | |
} | |
.md\:-mt-18 { | |
margin-top: -1.125rem; | |
} | |
.md\:-mt-20 { | |
margin-top: -1.25rem; | |
} | |
.md\:-mt-24 { | |
margin-top: -1.5rem; | |
} | |
.md\:-mt-28 { | |
margin-top: -1.75rem; | |
} | |
.md\:-mt-32 { | |
margin-top: -2rem; | |
} | |
.md\:-mt-36 { | |
margin-top: -2.25rem; | |
} | |
.md\:-mt-40 { | |
margin-top: -2.5rem; | |
} | |
.md\:-mt-48 { | |
margin-top: -3rem; | |
} | |
.md\:-mt-56 { | |
margin-top: -3.5rem; | |
} | |
.md\:-mt-64 { | |
margin-top: -4rem; | |
} | |
.md\:-mr-1px { | |
margin-right: -1px; | |
} | |
.md\:-mr-2px { | |
margin-right: -2px; | |
} | |
.md\:-mr-3px { | |
margin-right: -3px; | |
} | |
.md\:-mr-4px { | |
margin-right: -4px; | |
} | |
.md\:-mr-5px { | |
margin-right: -5px; | |
} | |
.md\:-mr-6px { | |
margin-right: -6px; | |
} | |
.md\:-mr-7px { | |
margin-right: -7px; | |
} | |
.md\:-mr-8px { | |
margin-right: -8px; | |
} | |
.md\:-mr-9px { | |
margin-right: -9px; | |
} | |
.md\:-mr-10px { | |
margin-right: -10px; | |
} | |
.md\:-mr-12px { | |
margin-right: -12px; | |
} | |
.md\:-mr-14px { | |
margin-right: -14px; | |
} | |
.md\:-mr-16px { | |
margin-right: -16px; | |
} | |
.md\:-mr-1 { | |
margin-right: -0.0625rem; | |
} | |
.md\:-mr-2 { | |
margin-right: -0.125rem; | |
} | |
.md\:-mr-3 { | |
margin-right: -0.1875rem; | |
} | |
.md\:-mr-4 { | |
margin-right: -0.25rem; | |
} | |
.md\:-mr-5 { | |
margin-right: -0.3125rem; | |
} | |
.md\:-mr-6 { | |
margin-right: -0.375rem; | |
} | |
.md\:-mr-7 { | |
margin-right: -0.4375rem; | |
} | |
.md\:-mr-8 { | |
margin-right: -0.5rem; | |
} | |
.md\:-mr-9 { | |
margin-right: -0.5625rem; | |
} | |
.md\:-mr-10 { | |
margin-right: -0.625rem; | |
} | |
.md\:-mr-12 { | |
margin-right: -0.75rem; | |
} | |
.md\:-mr-14 { | |
margin-right: -0.875rem; | |
} | |
.md\:-mr-16 { | |
margin-right: -1rem; | |
} | |
.md\:-mr-18 { | |
margin-right: -1.125rem; | |
} | |
.md\:-mr-20 { | |
margin-right: -1.25rem; | |
} | |
.md\:-mr-24 { | |
margin-right: -1.5rem; | |
} | |
.md\:-mr-28 { | |
margin-right: -1.75rem; | |
} | |
.md\:-mr-32 { | |
margin-right: -2rem; | |
} | |
.md\:-mr-36 { | |
margin-right: -2.25rem; | |
} | |
.md\:-mr-40 { | |
margin-right: -2.5rem; | |
} | |
.md\:-mr-48 { | |
margin-right: -3rem; | |
} | |
.md\:-mr-56 { | |
margin-right: -3.5rem; | |
} | |
.md\:-mr-64 { | |
margin-right: -4rem; | |
} | |
.md\:-mb-1px { | |
margin-bottom: -1px; | |
} | |
.md\:-mb-2px { | |
margin-bottom: -2px; | |
} | |
.md\:-mb-3px { | |
margin-bottom: -3px; | |
} | |
.md\:-mb-4px { | |
margin-bottom: -4px; | |
} | |
.md\:-mb-5px { | |
margin-bottom: -5px; | |
} | |
.md\:-mb-6px { | |
margin-bottom: -6px; | |
} | |
.md\:-mb-7px { | |
margin-bottom: -7px; | |
} | |
.md\:-mb-8px { | |
margin-bottom: -8px; | |
} | |
.md\:-mb-9px { | |
margin-bottom: -9px; | |
} | |
.md\:-mb-10px { | |
margin-bottom: -10px; | |
} | |
.md\:-mb-12px { | |
margin-bottom: -12px; | |
} | |
.md\:-mb-14px { | |
margin-bottom: -14px; | |
} | |
.md\:-mb-16px { | |
margin-bottom: -16px; | |
} | |
.md\:-mb-1 { | |
margin-bottom: -0.0625rem; | |
} | |
.md\:-mb-2 { | |
margin-bottom: -0.125rem; | |
} | |
.md\:-mb-3 { | |
margin-bottom: -0.1875rem; | |
} | |
.md\:-mb-4 { | |
margin-bottom: -0.25rem; | |
} | |
.md\:-mb-5 { | |
margin-bottom: -0.3125rem; | |
} | |
.md\:-mb-6 { | |
margin-bottom: -0.375rem; | |
} | |
.md\:-mb-7 { | |
margin-bottom: -0.4375rem; | |
} | |
.md\:-mb-8 { | |
margin-bottom: -0.5rem; | |
} | |
.md\:-mb-9 { | |
margin-bottom: -0.5625rem; | |
} | |
.md\:-mb-10 { | |
margin-bottom: -0.625rem; | |
} | |
.md\:-mb-12 { | |
margin-bottom: -0.75rem; | |
} | |
.md\:-mb-14 { | |
margin-bottom: -0.875rem; | |
} | |
.md\:-mb-16 { | |
margin-bottom: -1rem; | |
} | |
.md\:-mb-18 { | |
margin-bottom: -1.125rem; | |
} | |
.md\:-mb-20 { | |
margin-bottom: -1.25rem; | |
} | |
.md\:-mb-24 { | |
margin-bottom: -1.5rem; | |
} | |
.md\:-mb-28 { | |
margin-bottom: -1.75rem; | |
} | |
.md\:-mb-32 { | |
margin-bottom: -2rem; | |
} | |
.md\:-mb-36 { | |
margin-bottom: -2.25rem; | |
} | |
.md\:-mb-40 { | |
margin-bottom: -2.5rem; | |
} | |
.md\:-mb-48 { | |
margin-bottom: -3rem; | |
} | |
.md\:-mb-56 { | |
margin-bottom: -3.5rem; | |
} | |
.md\:-mb-64 { | |
margin-bottom: -4rem; | |
} | |
.md\:-ml-1px { | |
margin-left: -1px; | |
} | |
.md\:-ml-2px { | |
margin-left: -2px; | |
} | |
.md\:-ml-3px { | |
margin-left: -3px; | |
} | |
.md\:-ml-4px { | |
margin-left: -4px; | |
} | |
.md\:-ml-5px { | |
margin-left: -5px; | |
} | |
.md\:-ml-6px { | |
margin-left: -6px; | |
} | |
.md\:-ml-7px { | |
margin-left: -7px; | |
} | |
.md\:-ml-8px { | |
margin-left: -8px; | |
} | |
.md\:-ml-9px { | |
margin-left: -9px; | |
} | |
.md\:-ml-10px { | |
margin-left: -10px; | |
} | |
.md\:-ml-12px { | |
margin-left: -12px; | |
} | |
.md\:-ml-14px { | |
margin-left: -14px; | |
} | |
.md\:-ml-16px { | |
margin-left: -16px; | |
} | |
.md\:-ml-1 { | |
margin-left: -0.0625rem; | |
} | |
.md\:-ml-2 { | |
margin-left: -0.125rem; | |
} | |
.md\:-ml-3 { | |
margin-left: -0.1875rem; | |
} | |
.md\:-ml-4 { | |
margin-left: -0.25rem; | |
} | |
.md\:-ml-5 { | |
margin-left: -0.3125rem; | |
} | |
.md\:-ml-6 { | |
margin-left: -0.375rem; | |
} | |
.md\:-ml-7 { | |
margin-left: -0.4375rem; | |
} | |
.md\:-ml-8 { | |
margin-left: -0.5rem; | |
} | |
.md\:-ml-9 { | |
margin-left: -0.5625rem; | |
} | |
.md\:-ml-10 { | |
margin-left: -0.625rem; | |
} | |
.md\:-ml-12 { | |
margin-left: -0.75rem; | |
} | |
.md\:-ml-14 { | |
margin-left: -0.875rem; | |
} | |
.md\:-ml-16 { | |
margin-left: -1rem; | |
} | |
.md\:-ml-18 { | |
margin-left: -1.125rem; | |
} | |
.md\:-ml-20 { | |
margin-left: -1.25rem; | |
} | |
.md\:-ml-24 { | |
margin-left: -1.5rem; | |
} | |
.md\:-ml-28 { | |
margin-left: -1.75rem; | |
} | |
.md\:-ml-32 { | |
margin-left: -2rem; | |
} | |
.md\:-ml-36 { | |
margin-left: -2.25rem; | |
} | |
.md\:-ml-40 { | |
margin-left: -2.5rem; | |
} | |
.md\:-ml-48 { | |
margin-left: -3rem; | |
} | |
.md\:-ml-56 { | |
margin-left: -3.5rem; | |
} | |
.md\:-ml-64 { | |
margin-left: -4rem; | |
} | |
.md\:m-revert { | |
margin: revert; | |
} | |
.md\:m-auto { | |
margin: auto; | |
} | |
.md\:m-1px { | |
margin: 1px; | |
} | |
.md\:m-2px { | |
margin: 2px; | |
} | |
.md\:m-3px { | |
margin: 3px; | |
} | |
.md\:m-4px { | |
margin: 4px; | |
} | |
.md\:m-5px { | |
margin: 5px; | |
} | |
.md\:m-6px { | |
margin: 6px; | |
} | |
.md\:m-7px { | |
margin: 7px; | |
} | |
.md\:m-8px { | |
margin: 8px; | |
} | |
.md\:m-9px { | |
margin: 9px; | |
} | |
.md\:m-10px { | |
margin: 10px; | |
} | |
.md\:m-12px { | |
margin: 12px; | |
} | |
.md\:m-14px { | |
margin: 14px; | |
} | |
.md\:m-16px { | |
margin: 16px; | |
} | |
.md\:m-0 { | |
margin: 0; | |
} | |
.md\:m-1 { | |
margin: 0.0625rem; | |
} | |
.md\:m-2 { | |
margin: 0.125rem; | |
} | |
.md\:m-3 { | |
margin: 0.1875rem; | |
} | |
.md\:m-4 { | |
margin: 0.25rem; | |
} | |
.md\:m-5 { | |
margin: 0.3125rem; | |
} | |
.md\:m-6 { | |
margin: 0.375rem; | |
} | |
.md\:m-7 { | |
margin: 0.4375rem; | |
} | |
.md\:m-8 { | |
margin: 0.5rem; | |
} | |
.md\:m-9 { | |
margin: 0.5625rem; | |
} | |
.md\:m-10 { | |
margin: 0.625rem; | |
} | |
.md\:m-12 { | |
margin: 0.75rem; | |
} | |
.md\:m-14 { | |
margin: 0.875rem; | |
} | |
.md\:m-16 { | |
margin: 1rem; | |
} | |
.md\:m-18 { | |
margin: 1.125rem; | |
} | |
.md\:m-20 { | |
margin: 1.25rem; | |
} | |
.md\:m-24 { | |
margin: 1.5rem; | |
} | |
.md\:m-28 { | |
margin: 1.75rem; | |
} | |
.md\:m-32 { | |
margin: 2rem; | |
} | |
.md\:m-36 { | |
margin: 2.25rem; | |
} | |
.md\:m-40 { | |
margin: 2.5rem; | |
} | |
.md\:m-48 { | |
margin: 3rem; | |
} | |
.md\:m-56 { | |
margin: 3.5rem; | |
} | |
.md\:m-64 { | |
margin: 4rem; | |
} | |
.md\:m-72 { | |
margin: 4.5rem; | |
} | |
.md\:m-80 { | |
margin: 5rem; | |
} | |
.md\:m-96 { | |
margin: 6rem; | |
} | |
.md\:m-112 { | |
margin: 7rem; | |
} | |
.md\:m-128 { | |
margin: 8rem; | |
} | |
.md\:m-144 { | |
margin: 9rem; | |
} | |
.md\:m-160 { | |
margin: 10rem; | |
} | |
.md\:m-192 { | |
margin: 12rem; | |
} | |
.md\:m-224 { | |
margin: 14rem; | |
} | |
.md\:m-256 { | |
margin: 16rem; | |
} | |
.md\:mx-revert { | |
margin-left: revert; | |
margin-right: revert; | |
} | |
.md\:mx-auto { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.md\:mx-1px { | |
margin-left: 1px; | |
margin-right: 1px; | |
} | |
.md\:mx-2px { | |
margin-left: 2px; | |
margin-right: 2px; | |
} | |
.md\:mx-3px { | |
margin-left: 3px; | |
margin-right: 3px; | |
} | |
.md\:mx-4px { | |
margin-left: 4px; | |
margin-right: 4px; | |
} | |
.md\:mx-5px { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.md\:mx-6px { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.md\:mx-7px { | |
margin-left: 7px; | |
margin-right: 7px; | |
} | |
.md\:mx-8px { | |
margin-left: 8px; | |
margin-right: 8px; | |
} | |
.md\:mx-9px { | |
margin-left: 9px; | |
margin-right: 9px; | |
} | |
.md\:mx-10px { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.md\:mx-12px { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
.md\:mx-14px { | |
margin-left: 14px; | |
margin-right: 14px; | |
} | |
.md\:mx-16px { | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
.md\:mx-0 { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
.md\:mx-1 { | |
margin-left: 0.0625rem; | |
margin-right: 0.0625rem; | |
} | |
.md\:mx-2 { | |
margin-left: 0.125rem; | |
margin-right: 0.125rem; | |
} | |
.md\:mx-3 { | |
margin-left: 0.1875rem; | |
margin-right: 0.1875rem; | |
} | |
.md\:mx-4 { | |
margin-left: 0.25rem; | |
margin-right: 0.25rem; | |
} | |
.md\:mx-5 { | |
margin-left: 0.3125rem; | |
margin-right: 0.3125rem; | |
} | |
.md\:mx-6 { | |
margin-left: 0.375rem; | |
margin-right: 0.375rem; | |
} | |
.md\:mx-7 { | |
margin-left: 0.4375rem; | |
margin-right: 0.4375rem; | |
} | |
.md\:mx-8 { | |
margin-left: 0.5rem; | |
margin-right: 0.5rem; | |
} | |
.md\:mx-9 { | |
margin-left: 0.5625rem; | |
margin-right: 0.5625rem; | |
} | |
.md\:mx-10 { | |
margin-left: 0.625rem; | |
margin-right: 0.625rem; | |
} | |
.md\:mx-12 { | |
margin-left: 0.75rem; | |
margin-right: 0.75rem; | |
} | |
.md\:mx-14 { | |
margin-left: 0.875rem; | |
margin-right: 0.875rem; | |
} | |
.md\:mx-16 { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.md\:mx-18 { | |
margin-left: 1.125rem; | |
margin-right: 1.125rem; | |
} | |
.md\:mx-20 { | |
margin-left: 1.25rem; | |
margin-right: 1.25rem; | |
} | |
.md\:mx-24 { | |
margin-left: 1.5rem; | |
margin-right: 1.5rem; | |
} | |
.md\:mx-28 { | |
margin-left: 1.75rem; | |
margin-right: 1.75rem; | |
} | |
.md\:mx-32 { | |
margin-left: 2rem; | |
margin-right: 2rem; | |
} | |
.md\:mx-36 { | |
margin-left: 2.25rem; | |
margin-right: 2.25rem; | |
} | |
.md\:mx-40 { | |
margin-left: 2.5rem; | |
margin-right: 2.5rem; | |
} | |
.md\:mx-48 { | |
margin-left: 3rem; | |
margin-right: 3rem; | |
} | |
.md\:mx-56 { | |
margin-left: 3.5rem; | |
margin-right: 3.5rem; | |
} | |
.md\:mx-64 { | |
margin-left: 4rem; | |
margin-right: 4rem; | |
} | |
.md\:mx-72 { | |
margin-left: 4.5rem; | |
margin-right: 4.5rem; | |
} | |
.md\:mx-80 { | |
margin-left: 5rem; | |
margin-right: 5rem; | |
} | |
.md\:mx-96 { | |
margin-left: 6rem; | |
margin-right: 6rem; | |
} | |
.md\:mx-112 { | |
margin-left: 7rem; | |
margin-right: 7rem; | |
} | |
.md\:mx-128 { | |
margin-left: 8rem; | |
margin-right: 8rem; | |
} | |
.md\:mx-144 { | |
margin-left: 9rem; | |
margin-right: 9rem; | |
} | |
.md\:mx-160 { | |
margin-left: 10rem; | |
margin-right: 10rem; | |
} | |
.md\:mx-192 { | |
margin-left: 12rem; | |
margin-right: 12rem; | |
} | |
.md\:mx-224 { | |
margin-left: 14rem; | |
margin-right: 14rem; | |
} | |
.md\:mx-256 { | |
margin-left: 16rem; | |
margin-right: 16rem; | |
} | |
.md\:my-revert { | |
margin-top: revert; | |
margin-bottom: revert; | |
} | |
.md\:my-auto { | |
margin-top: auto; | |
margin-bottom: auto; | |
} | |
.md\:my-1px { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.md\:my-2px { | |
margin-top: 2px; | |
margin-bottom: 2px; | |
} | |
.md\:my-3px { | |
margin-top: 3px; | |
margin-bottom: 3px; | |
} | |
.md\:my-4px { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.md\:my-5px { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
.md\:my-6px { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
.md\:my-7px { | |
margin-top: 7px; | |
margin-bottom: 7px; | |
} | |
.md\:my-8px { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.md\:my-9px { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
.md\:my-10px { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.md\:my-12px { | |
margin-top: 12px; | |
margin-bottom: 12px; | |
} | |
.md\:my-14px { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.md\:my-16px { | |
margin-top: 16px; | |
margin-bottom: 16px; | |
} | |
.md\:my-0 { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.md\:my-1 { | |
margin-top: 0.0625rem; | |
margin-bottom: 0.0625rem; | |
} | |
.md\:my-2 { | |
margin-top: 0.125rem; | |
margin-bottom: 0.125rem; | |
} | |
.md\:my-3 { | |
margin-top: 0.1875rem; | |
margin-bottom: 0.1875rem; | |
} | |
.md\:my-4 { | |
margin-top: 0.25rem; | |
margin-bottom: 0.25rem; | |
} | |
.md\:my-5 { | |
margin-top: 0.3125rem; | |
margin-bottom: 0.3125rem; | |
} | |
.md\:my-6 { | |
margin-top: 0.375rem; | |
margin-bottom: 0.375rem; | |
} | |
.md\:my-7 { | |
margin-top: 0.4375rem; | |
margin-bottom: 0.4375rem; | |
} | |
.md\:my-8 { | |
margin-top: 0.5rem; | |
margin-bottom: 0.5rem; | |
} | |
.md\:my-9 { | |
margin-top: 0.5625rem; | |
margin-bottom: 0.5625rem; | |
} | |
.md\:my-10 { | |
margin-top: 0.625rem; | |
margin-bottom: 0.625rem; | |
} | |
.md\:my-12 { | |
margin-top: 0.75rem; | |
margin-bottom: 0.75rem; | |
} | |
.md\:my-14 { | |
margin-top: 0.875rem; | |
margin-bottom: 0.875rem; | |
} | |
.md\:my-16 { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.md\:my-18 { | |
margin-top: 1.125rem; | |
margin-bottom: 1.125rem; | |
} | |
.md\:my-20 { | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
} | |
.md\:my-24 { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
} | |
.md\:my-28 { | |
margin-top: 1.75rem; | |
margin-bottom: 1.75rem; | |
} | |
.md\:my-32 { | |
margin-top: 2rem; | |
margin-bottom: 2rem; | |
} | |
.md\:my-36 { | |
margin-top: 2.25rem; | |
margin-bottom: 2.25rem; | |
} | |
.md\:my-40 { | |
margin-top: 2.5rem; | |
margin-bottom: 2.5rem; | |
} | |
.md\:my-48 { | |
margin-top: 3rem; | |
margin-bottom: 3rem; | |
} | |
.md\:my-56 { | |
margin-top: 3.5rem; | |
margin-bottom: 3.5rem; | |
} | |
.md\:my-64 { | |
margin-top: 4rem; | |
margin-bottom: 4rem; | |
} | |
.md\:my-72 { | |
margin-top: 4.5rem; | |
margin-bottom: 4.5rem; | |
} | |
.md\:my-80 { | |
margin-top: 5rem; | |
margin-bottom: 5rem; | |
} | |
.md\:my-96 { | |
margin-top: 6rem; | |
margin-bottom: 6rem; | |
} | |
.md\:my-112 { | |
margin-top: 7rem; | |
margin-bottom: 7rem; | |
} | |
.md\:my-128 { | |
margin-top: 8rem; | |
margin-bottom: 8rem; | |
} | |
.md\:my-144 { | |
margin-top: 9rem; | |
margin-bottom: 9rem; | |
} | |
.md\:my-160 { | |
margin-top: 10rem; | |
margin-bottom: 10rem; | |
} | |
.md\:my-192 { | |
margin-top: 12rem; | |
margin-bottom: 12rem; | |
} | |
.md\:my-224 { | |
margin-top: 14rem; | |
margin-bottom: 14rem; | |
} | |
.md\:my-256 { | |
margin-top: 16rem; | |
margin-bottom: 16rem; | |
} | |
.md\:mt-revert { | |
margin-top: revert; | |
} | |
.md\:mt-auto { | |
margin-top: auto; | |
} | |
.md\:mt-1px { | |
margin-top: 1px; | |
} | |
.md\:mt-2px { | |
margin-top: 2px; | |
} | |
.md\:mt-3px { | |
margin-top: 3px; | |
} | |
.md\:mt-4px { | |
margin-top: 4px; | |
} | |
.md\:mt-5px { | |
margin-top: 5px; | |
} | |
.md\:mt-6px { | |
margin-top: 6px; | |
} | |
.md\:mt-7px { | |
margin-top: 7px; | |
} | |
.md\:mt-8px { | |
margin-top: 8px; | |
} | |
.md\:mt-9px { | |
margin-top: 9px; | |
} | |
.md\:mt-10px { | |
margin-top: 10px; | |
} | |
.md\:mt-12px { | |
margin-top: 12px; | |
} | |
.md\:mt-14px { | |
margin-top: 14px; | |
} | |
.md\:mt-16px { | |
margin-top: 16px; | |
} | |
.md\:mt-0 { | |
margin-top: 0; | |
} | |
.md\:mt-1 { | |
margin-top: 0.0625rem; | |
} | |
.md\:mt-2 { | |
margin-top: 0.125rem; | |
} | |
.md\:mt-3 { | |
margin-top: 0.1875rem; | |
} | |
.md\:mt-4 { | |
margin-top: 0.25rem; | |
} | |
.md\:mt-5 { | |
margin-top: 0.3125rem; | |
} | |
.md\:mt-6 { | |
margin-top: 0.375rem; | |
} | |
.md\:mt-7 { | |
margin-top: 0.4375rem; | |
} | |
.md\:mt-8 { | |
margin-top: 0.5rem; | |
} | |
.md\:mt-9 { | |
margin-top: 0.5625rem; | |
} | |
.md\:mt-10 { | |
margin-top: 0.625rem; | |
} | |
.md\:mt-12 { | |
margin-top: 0.75rem; | |
} | |
.md\:mt-14 { | |
margin-top: 0.875rem; | |
} | |
.md\:mt-16 { | |
margin-top: 1rem; | |
} | |
.md\:mt-18 { | |
margin-top: 1.125rem; | |
} | |
.md\:mt-20 { | |
margin-top: 1.25rem; | |
} | |
.md\:mt-24 { | |
margin-top: 1.5rem; | |
} | |
.md\:mt-28 { | |
margin-top: 1.75rem; | |
} | |
.md\:mt-32 { | |
margin-top: 2rem; | |
} | |
.md\:mt-36 { | |
margin-top: 2.25rem; | |
} | |
.md\:mt-40 { | |
margin-top: 2.5rem; | |
} | |
.md\:mt-48 { | |
margin-top: 3rem; | |
} | |
.md\:mt-56 { | |
margin-top: 3.5rem; | |
} | |
.md\:mt-64 { | |
margin-top: 4rem; | |
} | |
.md\:mt-72 { | |
margin-top: 4.5rem; | |
} | |
.md\:mt-80 { | |
margin-top: 5rem; | |
} | |
.md\:mt-96 { | |
margin-top: 6rem; | |
} | |
.md\:mt-112 { | |
margin-top: 7rem; | |
} | |
.md\:mt-128 { | |
margin-top: 8rem; | |
} | |
.md\:mt-144 { | |
margin-top: 9rem; | |
} | |
.md\:mt-160 { | |
margin-top: 10rem; | |
} | |
.md\:mt-192 { | |
margin-top: 12rem; | |
} | |
.md\:mt-224 { | |
margin-top: 14rem; | |
} | |
.md\:mt-256 { | |
margin-top: 16rem; | |
} | |
.md\:mr-revert { | |
margin-right: revert; | |
} | |
.md\:mr-auto { | |
margin-right: auto; | |
} | |
.md\:mr-1px { | |
margin-right: 1px; | |
} | |
.md\:mr-2px { | |
margin-right: 2px; | |
} | |
.md\:mr-3px { | |
margin-right: 3px; | |
} | |
.md\:mr-4px { | |
margin-right: 4px; | |
} | |
.md\:mr-5px { | |
margin-right: 5px; | |
} | |
.md\:mr-6px { | |
margin-right: 6px; | |
} | |
.md\:mr-7px { | |
margin-right: 7px; | |
} | |
.md\:mr-8px { | |
margin-right: 8px; | |
} | |
.md\:mr-9px { | |
margin-right: 9px; | |
} | |
.md\:mr-10px { | |
margin-right: 10px; | |
} | |
.md\:mr-12px { | |
margin-right: 12px; | |
} | |
.md\:mr-14px { | |
margin-right: 14px; | |
} | |
.md\:mr-16px { | |
margin-right: 16px; | |
} | |
.md\:mr-0 { | |
margin-right: 0; | |
} | |
.md\:mr-1 { | |
margin-right: 0.0625rem; | |
} | |
.md\:mr-2 { | |
margin-right: 0.125rem; | |
} | |
.md\:mr-3 { | |
margin-right: 0.1875rem; | |
} | |
.md\:mr-4 { | |
margin-right: 0.25rem; | |
} | |
.md\:mr-5 { | |
margin-right: 0.3125rem; | |
} | |
.md\:mr-6 { | |
margin-right: 0.375rem; | |
} | |
.md\:mr-7 { | |
margin-right: 0.4375rem; | |
} | |
.md\:mr-8 { | |
margin-right: 0.5rem; | |
} | |
.md\:mr-9 { | |
margin-right: 0.5625rem; | |
} | |
.md\:mr-10 { | |
margin-right: 0.625rem; | |
} | |
.md\:mr-12 { | |
margin-right: 0.75rem; | |
} | |
.md\:mr-14 { | |
margin-right: 0.875rem; | |
} | |
.md\:mr-16 { | |
margin-right: 1rem; | |
} | |
.md\:mr-18 { | |
margin-right: 1.125rem; | |
} | |
.md\:mr-20 { | |
margin-right: 1.25rem; | |
} | |
.md\:mr-24 { | |
margin-right: 1.5rem; | |
} | |
.md\:mr-28 { | |
margin-right: 1.75rem; | |
} | |
.md\:mr-32 { | |
margin-right: 2rem; | |
} | |
.md\:mr-36 { | |
margin-right: 2.25rem; | |
} | |
.md\:mr-40 { | |
margin-right: 2.5rem; | |
} | |
.md\:mr-48 { | |
margin-right: 3rem; | |
} | |
.md\:mr-56 { | |
margin-right: 3.5rem; | |
} | |
.md\:mr-64 { | |
margin-right: 4rem; | |
} | |
.md\:mr-72 { | |
margin-right: 4.5rem; | |
} | |
.md\:mr-80 { | |
margin-right: 5rem; | |
} | |
.md\:mr-96 { | |
margin-right: 6rem; | |
} | |
.md\:mr-112 { | |
margin-right: 7rem; | |
} | |
.md\:mr-128 { | |
margin-right: 8rem; | |
} | |
.md\:mr-144 { | |
margin-right: 9rem; | |
} | |
.md\:mr-160 { | |
margin-right: 10rem; | |
} | |
.md\:mr-192 { | |
margin-right: 12rem; | |
} | |
.md\:mr-224 { | |
margin-right: 14rem; | |
} | |
.md\:mr-256 { | |
margin-right: 16rem; | |
} | |
.md\:mb-revert { | |
margin-bottom: revert; | |
} | |
.md\:mb-auto { | |
margin-bottom: auto; | |
} | |
.md\:mb-1px { | |
margin-bottom: 1px; | |
} | |
.md\:mb-2px { | |
margin-bottom: 2px; | |
} | |
.md\:mb-3px { | |
margin-bottom: 3px; | |
} | |
.md\:mb-4px { | |
margin-bottom: 4px; | |
} | |
.md\:mb-5px { | |
margin-bottom: 5px; | |
} | |
.md\:mb-6px { | |
margin-bottom: 6px; | |
} | |
.md\:mb-7px { | |
margin-bottom: 7px; | |
} | |
.md\:mb-8px { | |
margin-bottom: 8px; | |
} | |
.md\:mb-9px { | |
margin-bottom: 9px; | |
} | |
.md\:mb-10px { | |
margin-bottom: 10px; | |
} | |
.md\:mb-12px { | |
margin-bottom: 12px; | |
} | |
.md\:mb-14px { | |
margin-bottom: 14px; | |
} | |
.md\:mb-16px { | |
margin-bottom: 16px; | |
} | |
.md\:mb-0 { | |
margin-bottom: 0; | |
} | |
.md\:mb-1 { | |
margin-bottom: 0.0625rem; | |
} | |
.md\:mb-2 { | |
margin-bottom: 0.125rem; | |
} | |
.md\:mb-3 { | |
margin-bottom: 0.1875rem; | |
} | |
.md\:mb-4 { | |
margin-bottom: 0.25rem; | |
} | |
.md\:mb-5 { | |
margin-bottom: 0.3125rem; | |
} | |
.md\:mb-6 { | |
margin-bottom: 0.375rem; | |
} | |
.md\:mb-7 { | |
margin-bottom: 0.4375rem; | |
} | |
.md\:mb-8 { | |
margin-bottom: 0.5rem; | |
} | |
.md\:mb-9 { | |
margin-bottom: 0.5625rem; | |
} | |
.md\:mb-10 { | |
margin-bottom: 0.625rem; | |
} | |
.md\:mb-12 { | |
margin-bottom: 0.75rem; | |
} | |
.md\:mb-14 { | |
margin-bottom: 0.875rem; | |
} | |
.md\:mb-16 { | |
margin-bottom: 1rem; | |
} | |
.md\:mb-18 { | |
margin-bottom: 1.125rem; | |
} | |
.md\:mb-20 { | |
margin-bottom: 1.25rem; | |
} | |
.md\:mb-24 { | |
margin-bottom: 1.5rem; | |
} | |
.md\:mb-28 { | |
margin-bottom: 1.75rem; | |
} | |
.md\:mb-32 { | |
margin-bottom: 2rem; | |
} | |
.md\:mb-36 { | |
margin-bottom: 2.25rem; | |
} | |
.md\:mb-40 { | |
margin-bottom: 2.5rem; | |
} | |
.md\:mb-48 { | |
margin-bottom: 3rem; | |
} | |
.md\:mb-56 { | |
margin-bottom: 3.5rem; | |
} | |
.md\:mb-64 { | |
margin-bottom: 4rem; | |
} | |
.md\:mb-72 { | |
margin-bottom: 4.5rem; | |
} | |
.md\:mb-80 { | |
margin-bottom: 5rem; | |
} | |
.md\:mb-96 { | |
margin-bottom: 6rem; | |
} | |
.md\:mb-112 { | |
margin-bottom: 7rem; | |
} | |
.md\:mb-128 { | |
margin-bottom: 8rem; | |
} | |
.md\:mb-144 { | |
margin-bottom: 9rem; | |
} | |
.md\:mb-160 { | |
margin-bottom: 10rem; | |
} | |
.md\:mb-192 { | |
margin-bottom: 12rem; | |
} | |
.md\:mb-224 { | |
margin-bottom: 14rem; | |
} | |
.md\:mb-256 { | |
margin-bottom: 16rem; | |
} | |
.md\:ml-revert { | |
margin-left: revert; | |
} | |
.md\:ml-auto { | |
margin-left: auto; | |
} | |
.md\:ml-1px { | |
margin-left: 1px; | |
} | |
.md\:ml-2px { | |
margin-left: 2px; | |
} | |
.md\:ml-3px { | |
margin-left: 3px; | |
} | |
.md\:ml-4px { | |
margin-left: 4px; | |
} | |
.md\:ml-5px { | |
margin-left: 5px; | |
} | |
.md\:ml-6px { | |
margin-left: 6px; | |
} | |
.md\:ml-7px { | |
margin-left: 7px; | |
} | |
.md\:ml-8px { | |
margin-left: 8px; | |
} | |
.md\:ml-9px { | |
margin-left: 9px; | |
} | |
.md\:ml-10px { | |
margin-left: 10px; | |
} | |
.md\:ml-12px { | |
margin-left: 12px; | |
} | |
.md\:ml-14px { | |
margin-left: 14px; | |
} | |
.md\:ml-16px { | |
margin-left: 16px; | |
} | |
.md\:ml-0 { | |
margin-left: 0; | |
} | |
.md\:ml-1 { | |
margin-left: 0.0625rem; | |
} | |
.md\:ml-2 { | |
margin-left: 0.125rem; | |
} | |
.md\:ml-3 { | |
margin-left: 0.1875rem; | |
} | |
.md\:ml-4 { | |
margin-left: 0.25rem; | |
} | |
.md\:ml-5 { | |
margin-left: 0.3125rem; | |
} | |
.md\:ml-6 { | |
margin-left: 0.375rem; | |
} | |
.md\:ml-7 { | |
margin-left: 0.4375rem; | |
} | |
.md\:ml-8 { | |
margin-left: 0.5rem; | |
} | |
.md\:ml-9 { | |
margin-left: 0.5625rem; | |
} | |
.md\:ml-10 { | |
margin-left: 0.625rem; | |
} | |
.md\:ml-12 { | |
margin-left: 0.75rem; | |
} | |
.md\:ml-14 { | |
margin-left: 0.875rem; | |
} | |
.md\:ml-16 { | |
margin-left: 1rem; | |
} | |
.md\:ml-18 { | |
margin-left: 1.125rem; | |
} | |
.md\:ml-20 { | |
margin-left: 1.25rem; | |
} | |
.md\:ml-24 { | |
margin-left: 1.5rem; | |
} | |
.md\:ml-28 { | |
margin-left: 1.75rem; | |
} | |
.md\:ml-32 { | |
margin-left: 2rem; | |
} | |
.md\:ml-36 { | |
margin-left: 2.25rem; | |
} | |
.md\:ml-40 { | |
margin-left: 2.5rem; | |
} | |
.md\:ml-48 { | |
margin-left: 3rem; | |
} | |
.md\:ml-56 { | |
margin-left: 3.5rem; | |
} | |
.md\:ml-64 { | |
margin-left: 4rem; | |
} | |
.md\:ml-72 { | |
margin-left: 4.5rem; | |
} | |
.md\:ml-80 { | |
margin-left: 5rem; | |
} | |
.md\:ml-96 { | |
margin-left: 6rem; | |
} | |
.md\:ml-112 { | |
margin-left: 7rem; | |
} | |
.md\:ml-128 { | |
margin-left: 8rem; | |
} | |
.md\:ml-144 { | |
margin-left: 9rem; | |
} | |
.md\:ml-160 { | |
margin-left: 10rem; | |
} | |
.md\:ml-192 { | |
margin-left: 12rem; | |
} | |
.md\:ml-224 { | |
margin-left: 14rem; | |
} | |
.md\:ml-256 { | |
margin-left: 16rem; | |
} | |
.md\:p-revert { | |
padding: revert; | |
} | |
.md\:p-auto { | |
padding: auto; | |
} | |
.md\:p-1px { | |
padding: 1px; | |
} | |
.md\:p-2px { | |
padding: 2px; | |
} | |
.md\:p-3px { | |
padding: 3px; | |
} | |
.md\:p-4px { | |
padding: 4px; | |
} | |
.md\:p-5px { | |
padding: 5px; | |
} | |
.md\:p-6px { | |
padding: 6px; | |
} | |
.md\:p-7px { | |
padding: 7px; | |
} | |
.md\:p-8px { | |
padding: 8px; | |
} | |
.md\:p-9px { | |
padding: 9px; | |
} | |
.md\:p-10px { | |
padding: 10px; | |
} | |
.md\:p-12px { | |
padding: 12px; | |
} | |
.md\:p-14px { | |
padding: 14px; | |
} | |
.md\:p-16px { | |
padding: 16px; | |
} | |
.md\:p-0 { | |
padding: 0; | |
} | |
.md\:p-1 { | |
padding: 0.0625rem; | |
} | |
.md\:p-2 { | |
padding: 0.125rem; | |
} | |
.md\:p-3 { | |
padding: 0.1875rem; | |
} | |
.md\:p-4 { | |
padding: 0.25rem; | |
} | |
.md\:p-5 { | |
padding: 0.3125rem; | |
} | |
.md\:p-6 { | |
padding: 0.375rem; | |
} | |
.md\:p-7 { | |
padding: 0.4375rem; | |
} | |
.md\:p-8 { | |
padding: 0.5rem; | |
} | |
.md\:p-9 { | |
padding: 0.5625rem; | |
} | |
.md\:p-10 { | |
padding: 0.625rem; | |
} | |
.md\:p-12 { | |
padding: 0.75rem; | |
} | |
.md\:p-14 { | |
padding: 0.875rem; | |
} | |
.md\:p-16 { | |
padding: 1rem; | |
} | |
.md\:p-18 { | |
padding: 1.125rem; | |
} | |
.md\:p-20 { | |
padding: 1.25rem; | |
} | |
.md\:p-24 { | |
padding: 1.5rem; | |
} | |
.md\:p-28 { | |
padding: 1.75rem; | |
} | |
.md\:p-32 { | |
padding: 2rem; | |
} | |
.md\:p-36 { | |
padding: 2.25rem; | |
} | |
.md\:p-40 { | |
padding: 2.5rem; | |
} | |
.md\:p-48 { | |
padding: 3rem; | |
} | |
.md\:p-56 { | |
padding: 3.5rem; | |
} | |
.md\:p-64 { | |
padding: 4rem; | |
} | |
.md\:p-72 { | |
padding: 4.5rem; | |
} | |
.md\:p-80 { | |
padding: 5rem; | |
} | |
.md\:p-96 { | |
padding: 6rem; | |
} | |
.md\:p-112 { | |
padding: 7rem; | |
} | |
.md\:p-128 { | |
padding: 8rem; | |
} | |
.md\:p-144 { | |
padding: 9rem; | |
} | |
.md\:p-160 { | |
padding: 10rem; | |
} | |
.md\:p-192 { | |
padding: 12rem; | |
} | |
.md\:p-224 { | |
padding: 14rem; | |
} | |
.md\:p-256 { | |
padding: 16rem; | |
} | |
.md\:px-revert { | |
padding-left: revert; | |
padding-right: revert; | |
} | |
.md\:px-auto { | |
padding-left: auto; | |
padding-right: auto; | |
} | |
.md\:px-1px { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.md\:px-2px { | |
padding-left: 2px; | |
padding-right: 2px; | |
} | |
.md\:px-3px { | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.md\:px-4px { | |
padding-left: 4px; | |
padding-right: 4px; | |
} | |
.md\:px-5px { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.md\:px-6px { | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.md\:px-7px { | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.md\:px-8px { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.md\:px-9px { | |
padding-left: 9px; | |
padding-right: 9px; | |
} | |
.md\:px-10px { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
.md\:px-12px { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.md\:px-14px { | |
padding-left: 14px; | |
padding-right: 14px; | |
} | |
.md\:px-16px { | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.md\:px-0 { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.md\:px-1 { | |
padding-left: 0.0625rem; | |
padding-right: 0.0625rem; | |
} | |
.md\:px-2 { | |
padding-left: 0.125rem; | |
padding-right: 0.125rem; | |
} | |
.md\:px-3 { | |
padding-left: 0.1875rem; | |
padding-right: 0.1875rem; | |
} | |
.md\:px-4 { | |
padding-left: 0.25rem; | |
padding-right: 0.25rem; | |
} | |
.md\:px-5 { | |
padding-left: 0.3125rem; | |
padding-right: 0.3125rem; | |
} | |
.md\:px-6 { | |
padding-left: 0.375rem; | |
padding-right: 0.375rem; | |
} | |
.md\:px-7 { | |
padding-left: 0.4375rem; | |
padding-right: 0.4375rem; | |
} | |
.md\:px-8 { | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
} | |
.md\:px-9 { | |
padding-left: 0.5625rem; | |
padding-right: 0.5625rem; | |
} | |
.md\:px-10 { | |
padding-left: 0.625rem; | |
padding-right: 0.625rem; | |
} | |
.md\:px-12 { | |
padding-left: 0.75rem; | |
padding-right: 0.75rem; | |
} | |
.md\:px-14 { | |
padding-left: 0.875rem; | |
padding-right: 0.875rem; | |
} | |
.md\:px-16 { | |
padding-left: 1rem; | |
padding-right: 1rem; | |
} | |
.md\:px-18 { | |
padding-left: 1.125rem; | |
padding-right: 1.125rem; | |
} | |
.md\:px-20 { | |
padding-left: 1.25rem; | |
padding-right: 1.25rem; | |
} | |
.md\:px-24 { | |
padding-left: 1.5rem; | |
padding-right: 1.5rem; | |
} | |
.md\:px-28 { | |
padding-left: 1.75rem; | |
padding-right: 1.75rem; | |
} | |
.md\:px-32 { | |
padding-left: 2rem; | |
padding-right: 2rem; | |
} | |
.md\:px-36 { | |
padding-left: 2.25rem; | |
padding-right: 2.25rem; | |
} | |
.md\:px-40 { | |
padding-left: 2.5rem; | |
padding-right: 2.5rem; | |
} | |
.md\:px-48 { | |
padding-left: 3rem; | |
padding-right: 3rem; | |
} | |
.md\:px-56 { | |
padding-left: 3.5rem; | |
padding-right: 3.5rem; | |
} | |
.md\:px-64 { | |
padding-left: 4rem; | |
padding-right: 4rem; | |
} | |
.md\:px-72 { | |
padding-left: 4.5rem; | |
padding-right: 4.5rem; | |
} | |
.md\:px-80 { | |
padding-left: 5rem; | |
padding-right: 5rem; | |
} | |
.md\:px-96 { | |
padding-left: 6rem; | |
padding-right: 6rem; | |
} | |
.md\:px-112 { | |
padding-left: 7rem; | |
padding-right: 7rem; | |
} | |
.md\:px-128 { | |
padding-left: 8rem; | |
padding-right: 8rem; | |
} | |
.md\:px-144 { | |
padding-left: 9rem; | |
padding-right: 9rem; | |
} | |
.md\:px-160 { | |
padding-left: 10rem; | |
padding-right: 10rem; | |
} | |
.md\:px-192 { | |
padding-left: 12rem; | |
padding-right: 12rem; | |
} | |
.md\:px-224 { | |
padding-left: 14rem; | |
padding-right: 14rem; | |
} | |
.md\:px-256 { | |
padding-left: 16rem; | |
padding-right: 16rem; | |
} | |
.md\:py-revert { | |
padding-top: revert; | |
padding-bottom: revert; | |
} | |
.md\:py-auto { | |
padding-top: auto; | |
padding-bottom: auto; | |
} | |
.md\:py-1px { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.md\:py-2px { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.md\:py-3px { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
} | |
.md\:py-4px { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
} | |
.md\:py-5px { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.md\:py-6px { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
.md\:py-7px { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
} | |
.md\:py-8px { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.md\:py-9px { | |
padding-top: 9px; | |
padding-bottom: 9px; | |
} | |
.md\:py-10px { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
.md\:py-12px { | |
padding-top: 12px; | |
padding-bottom: 12px; | |
} | |
.md\:py-14px { | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.md\:py-16px { | |
padding-top: 16px; | |
padding-bottom: 16px; | |
} | |
.md\:py-0 { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
.md\:py-1 { | |
padding-top: 0.0625rem; | |
padding-bottom: 0.0625rem; | |
} | |
.md\:py-2 { | |
padding-top: 0.125rem; | |
padding-bottom: 0.125rem; | |
} | |
.md\:py-3 { | |
padding-top: 0.1875rem; | |
padding-bottom: 0.1875rem; | |
} | |
.md\:py-4 { | |
padding-top: 0.25rem; | |
padding-bottom: 0.25rem; | |
} | |
.md\:py-5 { | |
padding-top: 0.3125rem; | |
padding-bottom: 0.3125rem; | |
} | |
.md\:py-6 { | |
padding-top: 0.375rem; | |
padding-bottom: 0.375rem; | |
} | |
.md\:py-7 { | |
padding-top: 0.4375rem; | |
padding-bottom: 0.4375rem; | |
} | |
.md\:py-8 { | |
padding-top: 0.5rem; | |
padding-bottom: 0.5rem; | |
} | |
.md\:py-9 { | |
padding-top: 0.5625rem; | |
padding-bottom: 0.5625rem; | |
} | |
.md\:py-10 { | |
padding-top: 0.625rem; | |
padding-bottom: 0.625rem; | |
} | |
.md\:py-12 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.75rem; | |
} | |
.md\:py-14 { | |
padding-top: 0.875rem; | |
padding-bottom: 0.875rem; | |
} | |
.md\:py-16 { | |
padding-top: 1rem; | |
padding-bottom: 1rem; | |
} | |
.md\:py-18 { | |
padding-top: 1.125rem; | |
padding-bottom: 1.125rem; | |
} | |
.md\:py-20 { | |
padding-top: 1.25rem; | |
padding-bottom: 1.25rem; | |
} | |
.md\:py-24 { | |
padding-top: 1.5rem; | |
padding-bottom: 1.5rem; | |
} | |
.md\:py-28 { | |
padding-top: 1.75rem; | |
padding-bottom: 1.75rem; | |
} | |
.md\:py-32 { | |
padding-top: 2rem; | |
padding-bottom: 2rem; | |
} | |
.md\:py-36 { | |
padding-top: 2.25rem; | |
padding-bottom: 2.25rem; | |
} | |
.md\:py-40 { | |
padding-top: 2.5rem; | |
padding-bottom: 2.5rem; | |
} | |
.md\:py-48 { | |
padding-top: 3rem; | |
padding-bottom: 3rem; | |
} | |
.md\:py-56 { | |
padding-top: 3.5rem; | |
padding-bottom: 3.5rem; | |
} | |
.md\:py-64 { | |
padding-top: 4rem; | |
padding-bottom: 4rem; | |
} | |
.md\:py-72 { | |
padding-top: 4.5rem; | |
padding-bottom: 4.5rem; | |
} | |
.md\:py-80 { | |
padding-top: 5rem; | |
padding-bottom: 5rem; | |
} | |
.md\:py-96 { | |
padding-top: 6rem; | |
padding-bottom: 6rem; | |
} | |
.md\:py-112 { | |
padding-top: 7rem; | |
padding-bottom: 7rem; | |
} | |
.md\:py-128 { | |
padding-top: 8rem; | |
padding-bottom: 8rem; | |
} | |
.md\:py-144 { | |
padding-top: 9rem; | |
padding-bottom: 9rem; | |
} | |
.md\:py-160 { | |
padding-top: 10rem; | |
padding-bottom: 10rem; | |
} | |
.md\:py-192 { | |
padding-top: 12rem; | |
padding-bottom: 12rem; | |
} | |
.md\:py-224 { | |
padding-top: 14rem; | |
padding-bottom: 14rem; | |
} | |
.md\:py-256 { | |
padding-top: 16rem; | |
padding-bottom: 16rem; | |
} | |
.md\:pt-revert { | |
padding-top: revert; | |
} | |
.md\:pt-auto { | |
padding-top: auto; | |
} | |
.md\:pt-1px { | |
padding-top: 1px; | |
} | |
.md\:pt-2px { | |
padding-top: 2px; | |
} | |
.md\:pt-3px { | |
padding-top: 3px; | |
} | |
.md\:pt-4px { | |
padding-top: 4px; | |
} | |
.md\:pt-5px { | |
padding-top: 5px; | |
} | |
.md\:pt-6px { | |
padding-top: 6px; | |
} | |
.md\:pt-7px { | |
padding-top: 7px; | |
} | |
.md\:pt-8px { | |
padding-top: 8px; | |
} | |
.md\:pt-9px { | |
padding-top: 9px; | |
} | |
.md\:pt-10px { | |
padding-top: 10px; | |
} | |
.md\:pt-12px { | |
padding-top: 12px; | |
} | |
.md\:pt-14px { | |
padding-top: 14px; | |
} | |
.md\:pt-16px { | |
padding-top: 16px; | |
} | |
.md\:pt-0 { | |
padding-top: 0; | |
} | |
.md\:pt-1 { | |
padding-top: 0.0625rem; | |
} | |
.md\:pt-2 { | |
padding-top: 0.125rem; | |
} | |
.md\:pt-3 { | |
padding-top: 0.1875rem; | |
} | |
.md\:pt-4 { | |
padding-top: 0.25rem; | |
} | |
.md\:pt-5 { | |
padding-top: 0.3125rem; | |
} | |
.md\:pt-6 { | |
padding-top: 0.375rem; | |
} | |
.md\:pt-7 { | |
padding-top: 0.4375rem; | |
} | |
.md\:pt-8 { | |
padding-top: 0.5rem; | |
} | |
.md\:pt-9 { | |
padding-top: 0.5625rem; | |
} | |
.md\:pt-10 { | |
padding-top: 0.625rem; | |
} | |
.md\:pt-12 { | |
padding-top: 0.75rem; | |
} | |
.md\:pt-14 { | |
padding-top: 0.875rem; | |
} | |
.md\:pt-16 { | |
padding-top: 1rem; | |
} | |
.md\:pt-18 { | |
padding-top: 1.125rem; | |
} | |
.md\:pt-20 { | |
padding-top: 1.25rem; | |
} | |
.md\:pt-24 { | |
padding-top: 1.5rem; | |
} | |
.md\:pt-28 { | |
padding-top: 1.75rem; | |
} | |
.md\:pt-32 { | |
padding-top: 2rem; | |
} | |
.md\:pt-36 { | |
padding-top: 2.25rem; | |
} | |
.md\:pt-40 { | |
padding-top: 2.5rem; | |
} | |
.md\:pt-48 { | |
padding-top: 3rem; | |
} | |
.md\:pt-56 { | |
padding-top: 3.5rem; | |
} | |
.md\:pt-64 { | |
padding-top: 4rem; | |
} | |
.md\:pt-72 { | |
padding-top: 4.5rem; | |
} | |
.md\:pt-80 { | |
padding-top: 5rem; | |
} | |
.md\:pt-96 { | |
padding-top: 6rem; | |
} | |
.md\:pt-112 { | |
padding-top: 7rem; | |
} | |
.md\:pt-128 { | |
padding-top: 8rem; | |
} | |
.md\:pt-144 { | |
padding-top: 9rem; | |
} | |
.md\:pt-160 { | |
padding-top: 10rem; | |
} | |
.md\:pt-192 { | |
padding-top: 12rem; | |
} | |
.md\:pt-224 { | |
padding-top: 14rem; | |
} | |
.md\:pt-256 { | |
padding-top: 16rem; | |
} | |
.md\:pr-revert { | |
padding-right: revert; | |
} | |
.md\:pr-auto { | |
padding-right: auto; | |
} | |
.md\:pr-1px { | |
padding-right: 1px; | |
} | |
.md\:pr-2px { | |
padding-right: 2px; | |
} | |
.md\:pr-3px { | |
padding-right: 3px; | |
} | |
.md\:pr-4px { | |
padding-right: 4px; | |
} | |
.md\:pr-5px { | |
padding-right: 5px; | |
} | |
.md\:pr-6px { | |
padding-right: 6px; | |
} | |
.md\:pr-7px { | |
padding-right: 7px; | |
} | |
.md\:pr-8px { | |
padding-right: 8px; | |
} | |
.md\:pr-9px { | |
padding-right: 9px; | |
} | |
.md\:pr-10px { | |
padding-right: 10px; | |
} | |
.md\:pr-12px { | |
padding-right: 12px; | |
} | |
.md\:pr-14px { | |
padding-right: 14px; | |
} | |
.md\:pr-16px { | |
padding-right: 16px; | |
} | |
.md\:pr-0 { | |
padding-right: 0; | |
} | |
.md\:pr-1 { | |
padding-right: 0.0625rem; | |
} | |
.md\:pr-2 { | |
padding-right: 0.125rem; | |
} | |
.md\:pr-3 { | |
padding-right: 0.1875rem; | |
} | |
.md\:pr-4 { | |
padding-right: 0.25rem; | |
} | |
.md\:pr-5 { | |
padding-right: 0.3125rem; | |
} | |
.md\:pr-6 { | |
padding-right: 0.375rem; | |
} | |
.md\:pr-7 { | |
padding-right: 0.4375rem; | |
} | |
.md\:pr-8 { | |
padding-right: 0.5rem; | |
} | |
.md\:pr-9 { | |
padding-right: 0.5625rem; | |
} | |
.md\:pr-10 { | |
padding-right: 0.625rem; | |
} | |
.md\:pr-12 { | |
padding-right: 0.75rem; | |
} | |
.md\:pr-14 { | |
padding-right: 0.875rem; | |
} | |
.md\:pr-16 { | |
padding-right: 1rem; | |
} | |
.md\:pr-18 { | |
padding-right: 1.125rem; | |
} | |
.md\:pr-20 { | |
padding-right: 1.25rem; | |
} | |
.md\:pr-24 { | |
padding-right: 1.5rem; | |
} | |
.md\:pr-28 { | |
padding-right: 1.75rem; | |
} | |
.md\:pr-32 { | |
padding-right: 2rem; | |
} | |
.md\:pr-36 { | |
padding-right: 2.25rem; | |
} | |
.md\:pr-40 { | |
padding-right: 2.5rem; | |
} | |
.md\:pr-48 { | |
padding-right: 3rem; | |
} | |
.md\:pr-56 { | |
padding-right: 3.5rem; | |
} | |
.md\:pr-64 { | |
padding-right: 4rem; | |
} | |
.md\:pr-72 { | |
padding-right: 4.5rem; | |
} | |
.md\:pr-80 { | |
padding-right: 5rem; | |
} | |
.md\:pr-96 { | |
padding-right: 6rem; | |
} | |
.md\:pr-112 { | |
padding-right: 7rem; | |
} | |
.md\:pr-128 { | |
padding-right: 8rem; | |
} | |
.md\:pr-144 { | |
padding-right: 9rem; | |
} | |
.md\:pr-160 { | |
padding-right: 10rem; | |
} | |
.md\:pr-192 { | |
padding-right: 12rem; | |
} | |
.md\:pr-224 { | |
padding-right: 14rem; | |
} | |
.md\:pr-256 { | |
padding-right: 16rem; | |
} | |
.md\:pb-revert { | |
padding-bottom: revert; | |
} | |
.md\:pb-auto { | |
padding-bottom: auto; | |
} | |
.md\:pb-1px { | |
padding-bottom: 1px; | |
} | |
.md\:pb-2px { | |
padding-bottom: 2px; | |
} | |
.md\:pb-3px { | |
padding-bottom: 3px; | |
} | |
.md\:pb-4px { | |
padding-bottom: 4px; | |
} | |
.md\:pb-5px { | |
padding-bottom: 5px; | |
} | |
.md\:pb-6px { | |
padding-bottom: 6px; | |
} | |
.md\:pb-7px { | |
padding-bottom: 7px; | |
} | |
.md\:pb-8px { | |
padding-bottom: 8px; | |
} | |
.md\:pb-9px { | |
padding-bottom: 9px; | |
} | |
.md\:pb-10px { | |
padding-bottom: 10px; | |
} | |
.md\:pb-12px { | |
padding-bottom: 12px; | |
} | |
.md\:pb-14px { | |
padding-bottom: 14px; | |
} | |
.md\:pb-16px { | |
padding-bottom: 16px; | |
} | |
.md\:pb-0 { | |
padding-bottom: 0; | |
} | |
.md\:pb-1 { | |
padding-bottom: 0.0625rem; | |
} | |
.md\:pb-2 { | |
padding-bottom: 0.125rem; | |
} | |
.md\:pb-3 { | |
padding-bottom: 0.1875rem; | |
} | |
.md\:pb-4 { | |
padding-bottom: 0.25rem; | |
} | |
.md\:pb-5 { | |
padding-bottom: 0.3125rem; | |
} | |
.md\:pb-6 { | |
padding-bottom: 0.375rem; | |
} | |
.md\:pb-7 { | |
padding-bottom: 0.4375rem; | |
} | |
.md\:pb-8 { | |
padding-bottom: 0.5rem; | |
} | |
.md\:pb-9 { | |
padding-bottom: 0.5625rem; | |
} | |
.md\:pb-10 { | |
padding-bottom: 0.625rem; | |
} | |
.md\:pb-12 { | |
padding-bottom: 0.75rem; | |
} | |
.md\:pb-14 { | |
padding-bottom: 0.875rem; | |
} | |
.md\:pb-16 { | |
padding-bottom: 1rem; | |
} | |
.md\:pb-18 { | |
padding-bottom: 1.125rem; | |
} | |
.md\:pb-20 { | |
padding-bottom: 1.25rem; | |
} | |
.md\:pb-24 { | |
padding-bottom: 1.5rem; | |
} | |
.md\:pb-28 { | |
padding-bottom: 1.75rem; | |
} | |
.md\:pb-32 { | |
padding-bottom: 2rem; | |
} | |
.md\:pb-36 { | |
padding-bottom: 2.25rem; | |
} | |
.md\:pb-40 { | |
padding-bottom: 2.5rem; | |
} | |
.md\:pb-48 { | |
padding-bottom: 3rem; | |
} | |
.md\:pb-56 { | |
padding-bottom: 3.5rem; | |
} | |
.md\:pb-64 { | |
padding-bottom: 4rem; | |
} | |
.md\:pb-72 { | |
padding-bottom: 4.5rem; | |
} | |
.md\:pb-80 { | |
padding-bottom: 5rem; | |
} | |
.md\:pb-96 { | |
padding-bottom: 6rem; | |
} | |
.md\:pb-112 { | |
padding-bottom: 7rem; | |
} | |
.md\:pb-128 { | |
padding-bottom: 8rem; | |
} | |
.md\:pb-144 { | |
padding-bottom: 9rem; | |
} | |
.md\:pb-160 { | |
padding-bottom: 10rem; | |
} | |
.md\:pb-192 { | |
padding-bottom: 12rem; | |
} | |
.md\:pb-224 { | |
padding-bottom: 14rem; | |
} | |
.md\:pb-256 { | |
padding-bottom: 16rem; | |
} | |
.md\:pl-revert { | |
padding-left: revert; | |
} | |
.md\:pl-auto { | |
padding-left: auto; | |
} | |
.md\:pl-1px { | |
padding-left: 1px; | |
} | |
.md\:pl-2px { | |
padding-left: 2px; | |
} | |
.md\:pl-3px { | |
padding-left: 3px; | |
} | |
.md\:pl-4px { | |
padding-left: 4px; | |
} | |
.md\:pl-5px { | |
padding-left: 5px; | |
} | |
.md\:pl-6px { | |
padding-left: 6px; | |
} | |
.md\:pl-7px { | |
padding-left: 7px; | |
} | |
.md\:pl-8px { | |
padding-left: 8px; | |
} | |
.md\:pl-9px { | |
padding-left: 9px; | |
} | |
.md\:pl-10px { | |
padding-left: 10px; | |
} | |
.md\:pl-12px { | |
padding-left: 12px; | |
} | |
.md\:pl-14px { | |
padding-left: 14px; | |
} | |
.md\:pl-16px { | |
padding-left: 16px; | |
} | |
.md\:pl-0 { | |
padding-left: 0; | |
} | |
.md\:pl-1 { | |
padding-left: 0.0625rem; | |
} | |
.md\:pl-2 { | |
padding-left: 0.125rem; | |
} | |
.md\:pl-3 { | |
padding-left: 0.1875rem; | |
} | |
.md\:pl-4 { | |
padding-left: 0.25rem; | |
} | |
.md\:pl-5 { | |
padding-left: 0.3125rem; | |
} | |
.md\:pl-6 { | |
padding-left: 0.375rem; | |
} | |
.md\:pl-7 { | |
padding-left: 0.4375rem; | |
} | |
.md\:pl-8 { | |
padding-left: 0.5rem; | |
} | |
.md\:pl-9 { | |
padding-left: 0.5625rem; | |
} | |
.md\:pl-10 { | |
padding-left: 0.625rem; | |
} | |
.md\:pl-12 { | |
padding-left: 0.75rem; | |
} | |
.md\:pl-14 { | |
padding-left: 0.875rem; | |
} | |
.md\:pl-16 { | |
padding-left: 1rem; | |
} | |
.md\:pl-18 { | |
padding-left: 1.125rem; | |
} | |
.md\:pl-20 { | |
padding-left: 1.25rem; | |
} | |
.md\:pl-24 { | |
padding-left: 1.5rem; | |
} | |
.md\:pl-28 { | |
padding-left: 1.75rem; | |
} | |
.md\:pl-32 { | |
padding-left: 2rem; | |
} | |
.md\:pl-36 { | |
padding-left: 2.25rem; | |
} | |
.md\:pl-40 { | |
padding-left: 2.5rem; | |
} | |
.md\:pl-48 { | |
padding-left: 3rem; | |
} | |
.md\:pl-56 { | |
padding-left: 3.5rem; | |
} | |
.md\:pl-64 { | |
padding-left: 4rem; | |
} | |
.md\:pl-72 { | |
padding-left: 4.5rem; | |
} | |
.md\:pl-80 { | |
padding-left: 5rem; | |
} | |
.md\:pl-96 { | |
padding-left: 6rem; | |
} | |
.md\:pl-112 { | |
padding-left: 7rem; | |
} | |
.md\:pl-128 { | |
padding-left: 8rem; | |
} | |
.md\:pl-144 { | |
padding-left: 9rem; | |
} | |
.md\:pl-160 { | |
padding-left: 10rem; | |
} | |
.md\:pl-192 { | |
padding-left: 12rem; | |
} | |
.md\:pl-224 { | |
padding-left: 14rem; | |
} | |
.md\:pl-256 { | |
padding-left: 16rem; | |
} | |
.md\:revert { | |
position: revert; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.md\:static { | |
position: static; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.md\:absolute { | |
position: absolute; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.md\:fixed { | |
position: fixed; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.md\:relative { | |
position: relative; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.md\:sticky { | |
position: sticky; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.md\:inset-revert { | |
inset: revert; | |
} | |
.md\:inset { | |
inset: 0; | |
} | |
.md\:inset-tr { | |
inset: 0; | |
bottom: revert; | |
left: revert; | |
} | |
.md\:inset-br { | |
inset: 0; | |
top: revert; | |
left: revert; | |
} | |
.md\:inset-bl { | |
inset: 0; | |
top: revert; | |
right: revert; | |
} | |
.md\:inset-tl { | |
inset: 0; | |
right: revert; | |
bottom: revert; | |
} | |
.md\:inset-t { | |
inset: 0; | |
bottom: revert; | |
} | |
.md\:inset-r { | |
inset: 0; | |
left: revert; | |
} | |
.md\:inset-b { | |
inset: 0; | |
top: revert; | |
} | |
.md\:inset-l { | |
inset: 0; | |
right: revert; | |
} | |
.md\:row { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
.md\:col { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
.md\:justify-revert { | |
justify-content: revert; | |
} | |
.md\:justify-stretch { | |
justify-content: stretch; | |
} | |
.md\:justify-start { | |
justify-content: flex-start; | |
} | |
.md\:justify-center { | |
justify-content: center; | |
} | |
.md\:justify-end { | |
justify-content: flex-end; | |
} | |
.md\:align-revert { | |
align-items: revert; | |
} | |
.md\:align-stretch { | |
align-items: stretch; | |
} | |
.md\:align-start { | |
align-items: flex-start; | |
} | |
.md\:align-center { | |
align-items: center; | |
} | |
.md\:align-end { | |
align-items: flex-end; | |
} | |
.md\:justify-self-revert { | |
justify-self: revert; | |
} | |
.md\:justify-self-stretch { | |
justify-self: stretch; | |
} | |
.md\:justify-self-start { | |
justify-self: flex-start; | |
} | |
.md\:justify-self-center { | |
justify-self: center; | |
} | |
.md\:justify-self-end { | |
justify-self: flex-end; | |
} | |
.md\:align-self-revert { | |
align-self: revert; | |
} | |
.md\:align-self-stretch { | |
align-self: stretch; | |
} | |
.md\:align-self-start { | |
align-self: flex-start; | |
} | |
.md\:align-self-center { | |
align-self: center; | |
} | |
.md\:align-self-end { | |
align-self: flex-end; | |
} | |
.md\:gap-revert { | |
gap: revert; | |
} | |
.md\:gap-auto { | |
gap: auto; | |
} | |
.md\:gap-1px { | |
gap: 1px; | |
} | |
.md\:gap-2px { | |
gap: 2px; | |
} | |
.md\:gap-3px { | |
gap: 3px; | |
} | |
.md\:gap-4px { | |
gap: 4px; | |
} | |
.md\:gap-5px { | |
gap: 5px; | |
} | |
.md\:gap-6px { | |
gap: 6px; | |
} | |
.md\:gap-7px { | |
gap: 7px; | |
} | |
.md\:gap-8px { | |
gap: 8px; | |
} | |
.md\:gap-9px { | |
gap: 9px; | |
} | |
.md\:gap-10px { | |
gap: 10px; | |
} | |
.md\:gap-12px { | |
gap: 12px; | |
} | |
.md\:gap-14px { | |
gap: 14px; | |
} | |
.md\:gap-16px { | |
gap: 16px; | |
} | |
.md\:gap-0 { | |
gap: 0; | |
} | |
.md\:gap-1 { | |
gap: 0.0625rem; | |
} | |
.md\:gap-2 { | |
gap: 0.125rem; | |
} | |
.md\:gap-3 { | |
gap: 0.1875rem; | |
} | |
.md\:gap-4 { | |
gap: 0.25rem; | |
} | |
.md\:gap-5 { | |
gap: 0.3125rem; | |
} | |
.md\:gap-6 { | |
gap: 0.375rem; | |
} | |
.md\:gap-7 { | |
gap: 0.4375rem; | |
} | |
.md\:gap-8 { | |
gap: 0.5rem; | |
} | |
.md\:gap-9 { | |
gap: 0.5625rem; | |
} | |
.md\:gap-10 { | |
gap: 0.625rem; | |
} | |
.md\:gap-12 { | |
gap: 0.75rem; | |
} | |
.md\:gap-14 { | |
gap: 0.875rem; | |
} | |
.md\:gap-16 { | |
gap: 1rem; | |
} | |
.md\:gap-18 { | |
gap: 1.125rem; | |
} | |
.md\:gap-20 { | |
gap: 1.25rem; | |
} | |
.md\:gap-24 { | |
gap: 1.5rem; | |
} | |
.md\:gap-28 { | |
gap: 1.75rem; | |
} | |
.md\:gap-32 { | |
gap: 2rem; | |
} | |
.md\:gap-36 { | |
gap: 2.25rem; | |
} | |
.md\:gap-40 { | |
gap: 2.5rem; | |
} | |
.md\:gap-48 { | |
gap: 3rem; | |
} | |
.md\:gap-56 { | |
gap: 3.5rem; | |
} | |
.md\:gap-64 { | |
gap: 4rem; | |
} | |
.md\:gap-72 { | |
gap: 4.5rem; | |
} | |
.md\:gap-80 { | |
gap: 5rem; | |
} | |
.md\:gap-96 { | |
gap: 6rem; | |
} | |
.md\:gap-112 { | |
gap: 7rem; | |
} | |
.md\:gap-128 { | |
gap: 8rem; | |
} | |
.md\:gap-144 { | |
gap: 9rem; | |
} | |
.md\:gap-160 { | |
gap: 10rem; | |
} | |
.md\:gap-192 { | |
gap: 12rem; | |
} | |
.md\:gap-224 { | |
gap: 14rem; | |
} | |
.md\:gap-256 { | |
gap: 16rem; | |
} | |
.md\:grow { | |
flex-grow: 1; | |
} | |
.md\:aspect { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
.md\:aspect-w-revert { | |
--aspect-w: revert; | |
} | |
.md\:aspect-w-0 { | |
--aspect-w: 0; | |
} | |
.md\:aspect-w-1 { | |
--aspect-w: 1; | |
} | |
.md\:aspect-w-2 { | |
--aspect-w: 2; | |
} | |
.md\:aspect-w-3 { | |
--aspect-w: 3; | |
} | |
.md\:aspect-w-4 { | |
--aspect-w: 4; | |
} | |
.md\:aspect-w-5 { | |
--aspect-w: 5; | |
} | |
.md\:aspect-w-6 { | |
--aspect-w: 6; | |
} | |
.md\:aspect-w-7 { | |
--aspect-w: 7; | |
} | |
.md\:aspect-w-8 { | |
--aspect-w: 8; | |
} | |
.md\:aspect-w-9 { | |
--aspect-w: 9; | |
} | |
.md\:aspect-w-10 { | |
--aspect-w: 10; | |
} | |
.md\:aspect-w-11 { | |
--aspect-w: 11; | |
} | |
.md\:aspect-w-12 { | |
--aspect-w: 12; | |
} | |
.md\:aspect-w-13 { | |
--aspect-w: 13; | |
} | |
.md\:aspect-w-14 { | |
--aspect-w: 14; | |
} | |
.md\:aspect-w-15 { | |
--aspect-w: 15; | |
} | |
.md\:aspect-w-16 { | |
--aspect-w: 16; | |
} | |
.md\:aspect-h-revert { | |
--aspect-h: revert; | |
} | |
.md\:aspect-h-0 { | |
--aspect-h: 0; | |
} | |
.md\:aspect-h-1 { | |
--aspect-h: 1; | |
} | |
.md\:aspect-h-2 { | |
--aspect-h: 2; | |
} | |
.md\:aspect-h-3 { | |
--aspect-h: 3; | |
} | |
.md\:aspect-h-4 { | |
--aspect-h: 4; | |
} | |
.md\:aspect-h-5 { | |
--aspect-h: 5; | |
} | |
.md\:aspect-h-6 { | |
--aspect-h: 6; | |
} | |
.md\:aspect-h-7 { | |
--aspect-h: 7; | |
} | |
.md\:aspect-h-8 { | |
--aspect-h: 8; | |
} | |
.md\:aspect-h-9 { | |
--aspect-h: 9; | |
} | |
.md\:aspect-h-10 { | |
--aspect-h: 10; | |
} | |
.md\:aspect-h-11 { | |
--aspect-h: 11; | |
} | |
.md\:aspect-h-12 { | |
--aspect-h: 12; | |
} | |
.md\:aspect-h-13 { | |
--aspect-h: 13; | |
} | |
.md\:aspect-h-14 { | |
--aspect-h: 14; | |
} | |
.md\:aspect-h-15 { | |
--aspect-h: 15; | |
} | |
.md\:aspect-h-16 { | |
--aspect-h: 16; | |
} | |
.md\:w-revert { | |
width: revert; | |
} | |
.md\:w-auto { | |
width: auto; | |
} | |
.md\:w-1px { | |
width: 1px; | |
} | |
.md\:w-2px { | |
width: 2px; | |
} | |
.md\:w-3px { | |
width: 3px; | |
} | |
.md\:w-4px { | |
width: 4px; | |
} | |
.md\:w-5px { | |
width: 5px; | |
} | |
.md\:w-6px { | |
width: 6px; | |
} | |
.md\:w-7px { | |
width: 7px; | |
} | |
.md\:w-8px { | |
width: 8px; | |
} | |
.md\:w-9px { | |
width: 9px; | |
} | |
.md\:w-10px { | |
width: 10px; | |
} | |
.md\:w-12px { | |
width: 12px; | |
} | |
.md\:w-14px { | |
width: 14px; | |
} | |
.md\:w-16px { | |
width: 16px; | |
} | |
.md\:w-0 { | |
width: 0; | |
} | |
.md\:w-1 { | |
width: 0.0625rem; | |
} | |
.md\:w-2 { | |
width: 0.125rem; | |
} | |
.md\:w-3 { | |
width: 0.1875rem; | |
} | |
.md\:w-4 { | |
width: 0.25rem; | |
} | |
.md\:w-5 { | |
width: 0.3125rem; | |
} | |
.md\:w-6 { | |
width: 0.375rem; | |
} | |
.md\:w-7 { | |
width: 0.4375rem; | |
} | |
.md\:w-8 { | |
width: 0.5rem; | |
} | |
.md\:w-9 { | |
width: 0.5625rem; | |
} | |
.md\:w-10 { | |
width: 0.625rem; | |
} | |
.md\:w-12 { | |
width: 0.75rem; | |
} | |
.md\:w-14 { | |
width: 0.875rem; | |
} | |
.md\:w-16 { | |
width: 1rem; | |
} | |
.md\:w-18 { | |
width: 1.125rem; | |
} | |
.md\:w-20 { | |
width: 1.25rem; | |
} | |
.md\:w-24 { | |
width: 1.5rem; | |
} | |
.md\:w-28 { | |
width: 1.75rem; | |
} | |
.md\:w-32 { | |
width: 2rem; | |
} | |
.md\:w-36 { | |
width: 2.25rem; | |
} | |
.md\:w-40 { | |
width: 2.5rem; | |
} | |
.md\:w-48 { | |
width: 3rem; | |
} | |
.md\:w-56 { | |
width: 3.5rem; | |
} | |
.md\:w-64 { | |
width: 4rem; | |
} | |
.md\:w-72 { | |
width: 4.5rem; | |
} | |
.md\:w-80 { | |
width: 5rem; | |
} | |
.md\:w-96 { | |
width: 6rem; | |
} | |
.md\:w-112 { | |
width: 7rem; | |
} | |
.md\:w-128 { | |
width: 8rem; | |
} | |
.md\:w-144 { | |
width: 9rem; | |
} | |
.md\:w-160 { | |
width: 10rem; | |
} | |
.md\:w-192 { | |
width: 12rem; | |
} | |
.md\:w-224 { | |
width: 14rem; | |
} | |
.md\:w-256 { | |
width: 16rem; | |
} | |
.md\:w-288 { | |
width: 18rem; | |
} | |
.md\:w-320 { | |
width: 20rem; | |
} | |
.md\:w-384 { | |
width: 24rem; | |
} | |
.md\:w-448 { | |
width: 28rem; | |
} | |
.md\:w-512 { | |
width: 32rem; | |
} | |
.md\:w-576 { | |
width: 36rem; | |
} | |
.md\:w-640 { | |
width: 40rem; | |
} | |
.md\:w-768 { | |
width: 48rem; | |
} | |
.md\:w-896 { | |
width: 56rem; | |
} | |
.md\:w-1024 { | |
width: 64rem; | |
} | |
.md\:w-1152 { | |
width: 72rem; | |
} | |
.md\:w-1280 { | |
width: 80rem; | |
} | |
.md\:w-1536 { | |
width: 96rem; | |
} | |
.md\:w-0\% { | |
width: 0%; | |
} | |
.md\:w-10\% { | |
width: 10%; | |
} | |
.md\:w-20\% { | |
width: 20%; | |
} | |
.md\:w-25\% { | |
width: 25%; | |
} | |
.md\:w-30\% { | |
width: 30%; | |
} | |
.md\:w-40\% { | |
width: 40%; | |
} | |
.md\:w-50\% { | |
width: 50%; | |
} | |
.md\:w-60\% { | |
width: 60%; | |
} | |
.md\:w-70\% { | |
width: 70%; | |
} | |
.md\:w-75\% { | |
width: 75%; | |
} | |
.md\:w-80\% { | |
width: 80%; | |
} | |
.md\:w-90\% { | |
width: 90%; | |
} | |
.md\:w-full { | |
width: 100%; | |
} | |
.md\:w-screen { | |
width: 100vw; | |
} | |
.md\:max-w-revert { | |
max-width: revert; | |
} | |
.md\:max-w-auto { | |
max-width: auto; | |
} | |
.md\:max-w-1px { | |
max-width: 1px; | |
} | |
.md\:max-w-2px { | |
max-width: 2px; | |
} | |
.md\:max-w-3px { | |
max-width: 3px; | |
} | |
.md\:max-w-4px { | |
max-width: 4px; | |
} | |
.md\:max-w-5px { | |
max-width: 5px; | |
} | |
.md\:max-w-6px { | |
max-width: 6px; | |
} | |
.md\:max-w-7px { | |
max-width: 7px; | |
} | |
.md\:max-w-8px { | |
max-width: 8px; | |
} | |
.md\:max-w-9px { | |
max-width: 9px; | |
} | |
.md\:max-w-10px { | |
max-width: 10px; | |
} | |
.md\:max-w-12px { | |
max-width: 12px; | |
} | |
.md\:max-w-14px { | |
max-width: 14px; | |
} | |
.md\:max-w-16px { | |
max-width: 16px; | |
} | |
.md\:max-w-384 { | |
max-width: 384px; | |
} | |
.md\:max-w-448 { | |
max-width: 448px; | |
} | |
.md\:max-w-512 { | |
max-width: 512px; | |
} | |
.md\:max-w-576 { | |
max-width: 576px; | |
} | |
.md\:max-w-640 { | |
max-width: 640px; | |
} | |
.md\:max-w-768 { | |
max-width: 768px; | |
} | |
.md\:max-w-896 { | |
max-width: 896px; | |
} | |
.md\:max-w-1024 { | |
max-width: 1024px; | |
} | |
.md\:max-w-1152 { | |
max-width: 1152px; | |
} | |
.md\:max-w-1280 { | |
max-width: 1280px; | |
} | |
.md\:max-w-1536 { | |
max-width: 1536px; | |
} | |
.md\:max-w-sm { | |
max-width: 640px; | |
} | |
.md\:max-w-md { | |
max-width: 768px; | |
} | |
.md\:max-w-lg { | |
max-width: 1024px; | |
} | |
.md\:max-w-xl { | |
max-width: 1280px; | |
} | |
.md\:max-w-2xl { | |
max-width: 1536px; | |
} | |
.md\:h-revert { | |
height: revert; | |
} | |
.md\:h-auto { | |
height: auto; | |
} | |
.md\:h-1px { | |
height: 1px; | |
} | |
.md\:h-2px { | |
height: 2px; | |
} | |
.md\:h-3px { | |
height: 3px; | |
} | |
.md\:h-4px { | |
height: 4px; | |
} | |
.md\:h-5px { | |
height: 5px; | |
} | |
.md\:h-6px { | |
height: 6px; | |
} | |
.md\:h-7px { | |
height: 7px; | |
} | |
.md\:h-8px { | |
height: 8px; | |
} | |
.md\:h-9px { | |
height: 9px; | |
} | |
.md\:h-10px { | |
height: 10px; | |
} | |
.md\:h-12px { | |
height: 12px; | |
} | |
.md\:h-14px { | |
height: 14px; | |
} | |
.md\:h-16px { | |
height: 16px; | |
} | |
.md\:h-0 { | |
height: 0; | |
} | |
.md\:h-1 { | |
height: 0.0625rem; | |
} | |
.md\:h-2 { | |
height: 0.125rem; | |
} | |
.md\:h-3 { | |
height: 0.1875rem; | |
} | |
.md\:h-4 { | |
height: 0.25rem; | |
} | |
.md\:h-5 { | |
height: 0.3125rem; | |
} | |
.md\:h-6 { | |
height: 0.375rem; | |
} | |
.md\:h-7 { | |
height: 0.4375rem; | |
} | |
.md\:h-8 { | |
height: 0.5rem; | |
} | |
.md\:h-9 { | |
height: 0.5625rem; | |
} | |
.md\:h-10 { | |
height: 0.625rem; | |
} | |
.md\:h-12 { | |
height: 0.75rem; | |
} | |
.md\:h-14 { | |
height: 0.875rem; | |
} | |
.md\:h-16 { | |
height: 1rem; | |
} | |
.md\:h-18 { | |
height: 1.125rem; | |
} | |
.md\:h-20 { | |
height: 1.25rem; | |
} | |
.md\:h-24 { | |
height: 1.5rem; | |
} | |
.md\:h-28 { | |
height: 1.75rem; | |
} | |
.md\:h-32 { | |
height: 2rem; | |
} | |
.md\:h-36 { | |
height: 2.25rem; | |
} | |
.md\:h-40 { | |
height: 2.5rem; | |
} | |
.md\:h-48 { | |
height: 3rem; | |
} | |
.md\:h-56 { | |
height: 3.5rem; | |
} | |
.md\:h-64 { | |
height: 4rem; | |
} | |
.md\:h-72 { | |
height: 4.5rem; | |
} | |
.md\:h-80 { | |
height: 5rem; | |
} | |
.md\:h-96 { | |
height: 6rem; | |
} | |
.md\:h-112 { | |
height: 7rem; | |
} | |
.md\:h-128 { | |
height: 8rem; | |
} | |
.md\:h-144 { | |
height: 9rem; | |
} | |
.md\:h-160 { | |
height: 10rem; | |
} | |
.md\:h-192 { | |
height: 12rem; | |
} | |
.md\:h-224 { | |
height: 14rem; | |
} | |
.md\:h-256 { | |
height: 16rem; | |
} | |
.md\:h-288 { | |
height: 18rem; | |
} | |
.md\:h-320 { | |
height: 20rem; | |
} | |
.md\:h-384 { | |
height: 24rem; | |
} | |
.md\:h-448 { | |
height: 28rem; | |
} | |
.md\:h-512 { | |
height: 32rem; | |
} | |
.md\:h-576 { | |
height: 36rem; | |
} | |
.md\:h-640 { | |
height: 40rem; | |
} | |
.md\:h-768 { | |
height: 48rem; | |
} | |
.md\:h-896 { | |
height: 56rem; | |
} | |
.md\:h-1024 { | |
height: 64rem; | |
} | |
.md\:h-1152 { | |
height: 72rem; | |
} | |
.md\:h-1280 { | |
height: 80rem; | |
} | |
.md\:h-1536 { | |
height: 96rem; | |
} | |
.md\:h-0\% { | |
height: 0%; | |
} | |
.md\:h-10\% { | |
height: 10%; | |
} | |
.md\:h-20\% { | |
height: 20%; | |
} | |
.md\:h-25\% { | |
height: 25%; | |
} | |
.md\:h-30\% { | |
height: 30%; | |
} | |
.md\:h-40\% { | |
height: 40%; | |
} | |
.md\:h-50\% { | |
height: 50%; | |
} | |
.md\:h-60\% { | |
height: 60%; | |
} | |
.md\:h-70\% { | |
height: 70%; | |
} | |
.md\:h-75\% { | |
height: 75%; | |
} | |
.md\:h-80\% { | |
height: 80%; | |
} | |
.md\:h-90\% { | |
height: 90%; | |
} | |
.md\:h-full { | |
height: 100%; | |
} | |
.md\:h-screen { | |
height: 100vh; | |
} | |
.md\:min-h-revert { | |
min-height: revert; | |
} | |
.md\:min-h-screen { | |
min-height: 100vh; | |
} | |
.md\:border-revert { | |
border-width: revert; | |
} | |
.md\:border-auto { | |
border-width: auto; | |
} | |
.md\:border-1px { | |
border-width: 1px; | |
} | |
.md\:border-2px { | |
border-width: 2px; | |
} | |
.md\:border-3px { | |
border-width: 3px; | |
} | |
.md\:border-4px { | |
border-width: 4px; | |
} | |
.md\:border-5px { | |
border-width: 5px; | |
} | |
.md\:border-6px { | |
border-width: 6px; | |
} | |
.md\:border-7px { | |
border-width: 7px; | |
} | |
.md\:border-8px { | |
border-width: 8px; | |
} | |
.md\:border-9px { | |
border-width: 9px; | |
} | |
.md\:border-10px { | |
border-width: 10px; | |
} | |
.md\:border-12px { | |
border-width: 12px; | |
} | |
.md\:border-14px { | |
border-width: 14px; | |
} | |
.md\:border-16px { | |
border-width: 16px; | |
} | |
.md\:border-0 { | |
border-width: 0; | |
} | |
.md\:border-1 { | |
border-width: 0.0625rem; | |
} | |
.md\:border-2 { | |
border-width: 0.125rem; | |
} | |
.md\:border-3 { | |
border-width: 0.1875rem; | |
} | |
.md\:border-4 { | |
border-width: 0.25rem; | |
} | |
.md\:border-5 { | |
border-width: 0.3125rem; | |
} | |
.md\:border-6 { | |
border-width: 0.375rem; | |
} | |
.md\:border-7 { | |
border-width: 0.4375rem; | |
} | |
.md\:border-8 { | |
border-width: 0.5rem; | |
} | |
.md\:border-x-revert { | |
border-left-width: revert; | |
border-right-width: revert; | |
} | |
.md\:border-x-auto { | |
border-left-width: auto; | |
border-right-width: auto; | |
} | |
.md\:border-x-1px { | |
border-left-width: 1px; | |
border-right-width: 1px; | |
} | |
.md\:border-x-2px { | |
border-left-width: 2px; | |
border-right-width: 2px; | |
} | |
.md\:border-x-3px { | |
border-left-width: 3px; | |
border-right-width: 3px; | |
} | |
.md\:border-x-4px { | |
border-left-width: 4px; | |
border-right-width: 4px; | |
} | |
.md\:border-x-5px { | |
border-left-width: 5px; | |
border-right-width: 5px; | |
} | |
.md\:border-x-6px { | |
border-left-width: 6px; | |
border-right-width: 6px; | |
} | |
.md\:border-x-7px { | |
border-left-width: 7px; | |
border-right-width: 7px; | |
} | |
.md\:border-x-8px { | |
border-left-width: 8px; | |
border-right-width: 8px; | |
} | |
.md\:border-x-9px { | |
border-left-width: 9px; | |
border-right-width: 9px; | |
} | |
.md\:border-x-10px { | |
border-left-width: 10px; | |
border-right-width: 10px; | |
} | |
.md\:border-x-12px { | |
border-left-width: 12px; | |
border-right-width: 12px; | |
} | |
.md\:border-x-14px { | |
border-left-width: 14px; | |
border-right-width: 14px; | |
} | |
.md\:border-x-16px { | |
border-left-width: 16px; | |
border-right-width: 16px; | |
} | |
.md\:border-x-0 { | |
border-left-width: 0; | |
border-right-width: 0; | |
} | |
.md\:border-x-1 { | |
border-left-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.md\:border-x-2 { | |
border-left-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.md\:border-x-3 { | |
border-left-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.md\:border-x-4 { | |
border-left-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.md\:border-x-5 { | |
border-left-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.md\:border-x-6 { | |
border-left-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.md\:border-x-7 { | |
border-left-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.md\:border-x-8 { | |
border-left-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.md\:border-y-revert { | |
border-top-width: revert; | |
border-bottom-width: revert; | |
} | |
.md\:border-y-auto { | |
border-top-width: auto; | |
border-bottom-width: auto; | |
} | |
.md\:border-y-1px { | |
border-top-width: 1px; | |
border-bottom-width: 1px; | |
} | |
.md\:border-y-2px { | |
border-top-width: 2px; | |
border-bottom-width: 2px; | |
} | |
.md\:border-y-3px { | |
border-top-width: 3px; | |
border-bottom-width: 3px; | |
} | |
.md\:border-y-4px { | |
border-top-width: 4px; | |
border-bottom-width: 4px; | |
} | |
.md\:border-y-5px { | |
border-top-width: 5px; | |
border-bottom-width: 5px; | |
} | |
.md\:border-y-6px { | |
border-top-width: 6px; | |
border-bottom-width: 6px; | |
} | |
.md\:border-y-7px { | |
border-top-width: 7px; | |
border-bottom-width: 7px; | |
} | |
.md\:border-y-8px { | |
border-top-width: 8px; | |
border-bottom-width: 8px; | |
} | |
.md\:border-y-9px { | |
border-top-width: 9px; | |
border-bottom-width: 9px; | |
} | |
.md\:border-y-10px { | |
border-top-width: 10px; | |
border-bottom-width: 10px; | |
} | |
.md\:border-y-12px { | |
border-top-width: 12px; | |
border-bottom-width: 12px; | |
} | |
.md\:border-y-14px { | |
border-top-width: 14px; | |
border-bottom-width: 14px; | |
} | |
.md\:border-y-16px { | |
border-top-width: 16px; | |
border-bottom-width: 16px; | |
} | |
.md\:border-y-0 { | |
border-top-width: 0; | |
border-bottom-width: 0; | |
} | |
.md\:border-y-1 { | |
border-top-width: 0.0625rem; | |
border-bottom-width: 0.0625rem; | |
} | |
.md\:border-y-2 { | |
border-top-width: 0.125rem; | |
border-bottom-width: 0.125rem; | |
} | |
.md\:border-y-3 { | |
border-top-width: 0.1875rem; | |
border-bottom-width: 0.1875rem; | |
} | |
.md\:border-y-4 { | |
border-top-width: 0.25rem; | |
border-bottom-width: 0.25rem; | |
} | |
.md\:border-y-5 { | |
border-top-width: 0.3125rem; | |
border-bottom-width: 0.3125rem; | |
} | |
.md\:border-y-6 { | |
border-top-width: 0.375rem; | |
border-bottom-width: 0.375rem; | |
} | |
.md\:border-y-7 { | |
border-top-width: 0.4375rem; | |
border-bottom-width: 0.4375rem; | |
} | |
.md\:border-y-8 { | |
border-top-width: 0.5rem; | |
border-bottom-width: 0.5rem; | |
} | |
.md\:border-tr-revert { | |
border-top-width: revert; | |
border-right-width: revert; | |
} | |
.md\:border-tr-auto { | |
border-top-width: auto; | |
border-right-width: auto; | |
} | |
.md\:border-tr-1px { | |
border-top-width: 1px; | |
border-right-width: 1px; | |
} | |
.md\:border-tr-2px { | |
border-top-width: 2px; | |
border-right-width: 2px; | |
} | |
.md\:border-tr-3px { | |
border-top-width: 3px; | |
border-right-width: 3px; | |
} | |
.md\:border-tr-4px { | |
border-top-width: 4px; | |
border-right-width: 4px; | |
} | |
.md\:border-tr-5px { | |
border-top-width: 5px; | |
border-right-width: 5px; | |
} | |
.md\:border-tr-6px { | |
border-top-width: 6px; | |
border-right-width: 6px; | |
} | |
.md\:border-tr-7px { | |
border-top-width: 7px; | |
border-right-width: 7px; | |
} | |
.md\:border-tr-8px { | |
border-top-width: 8px; | |
border-right-width: 8px; | |
} | |
.md\:border-tr-9px { | |
border-top-width: 9px; | |
border-right-width: 9px; | |
} | |
.md\:border-tr-10px { | |
border-top-width: 10px; | |
border-right-width: 10px; | |
} | |
.md\:border-tr-12px { | |
border-top-width: 12px; | |
border-right-width: 12px; | |
} | |
.md\:border-tr-14px { | |
border-top-width: 14px; | |
border-right-width: 14px; | |
} | |
.md\:border-tr-16px { | |
border-top-width: 16px; | |
border-right-width: 16px; | |
} | |
.md\:border-tr-0 { | |
border-top-width: 0; | |
border-right-width: 0; | |
} | |
.md\:border-tr-1 { | |
border-top-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.md\:border-tr-2 { | |
border-top-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.md\:border-tr-3 { | |
border-top-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.md\:border-tr-4 { | |
border-top-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.md\:border-tr-5 { | |
border-top-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.md\:border-tr-6 { | |
border-top-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.md\:border-tr-7 { | |
border-top-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.md\:border-tr-8 { | |
border-top-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.md\:border-br-revert { | |
border-bottom-width: revert; | |
border-right-width: revert; | |
} | |
.md\:border-br-auto { | |
border-bottom-width: auto; | |
border-right-width: auto; | |
} | |
.md\:border-br-1px { | |
border-bottom-width: 1px; | |
border-right-width: 1px; | |
} | |
.md\:border-br-2px { | |
border-bottom-width: 2px; | |
border-right-width: 2px; | |
} | |
.md\:border-br-3px { | |
border-bottom-width: 3px; | |
border-right-width: 3px; | |
} | |
.md\:border-br-4px { | |
border-bottom-width: 4px; | |
border-right-width: 4px; | |
} | |
.md\:border-br-5px { | |
border-bottom-width: 5px; | |
border-right-width: 5px; | |
} | |
.md\:border-br-6px { | |
border-bottom-width: 6px; | |
border-right-width: 6px; | |
} | |
.md\:border-br-7px { | |
border-bottom-width: 7px; | |
border-right-width: 7px; | |
} | |
.md\:border-br-8px { | |
border-bottom-width: 8px; | |
border-right-width: 8px; | |
} | |
.md\:border-br-9px { | |
border-bottom-width: 9px; | |
border-right-width: 9px; | |
} | |
.md\:border-br-10px { | |
border-bottom-width: 10px; | |
border-right-width: 10px; | |
} | |
.md\:border-br-12px { | |
border-bottom-width: 12px; | |
border-right-width: 12px; | |
} | |
.md\:border-br-14px { | |
border-bottom-width: 14px; | |
border-right-width: 14px; | |
} | |
.md\:border-br-16px { | |
border-bottom-width: 16px; | |
border-right-width: 16px; | |
} | |
.md\:border-br-0 { | |
border-bottom-width: 0; | |
border-right-width: 0; | |
} | |
.md\:border-br-1 { | |
border-bottom-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.md\:border-br-2 { | |
border-bottom-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.md\:border-br-3 { | |
border-bottom-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.md\:border-br-4 { | |
border-bottom-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.md\:border-br-5 { | |
border-bottom-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.md\:border-br-6 { | |
border-bottom-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.md\:border-br-7 { | |
border-bottom-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.md\:border-br-8 { | |
border-bottom-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.md\:border-bl-revert { | |
border-bottom-width: revert; | |
border-left-width: revert; | |
} | |
.md\:border-bl-auto { | |
border-bottom-width: auto; | |
border-left-width: auto; | |
} | |
.md\:border-bl-1px { | |
border-bottom-width: 1px; | |
border-left-width: 1px; | |
} | |
.md\:border-bl-2px { | |
border-bottom-width: 2px; | |
border-left-width: 2px; | |
} | |
.md\:border-bl-3px { | |
border-bottom-width: 3px; | |
border-left-width: 3px; | |
} | |
.md\:border-bl-4px { | |
border-bottom-width: 4px; | |
border-left-width: 4px; | |
} | |
.md\:border-bl-5px { | |
border-bottom-width: 5px; | |
border-left-width: 5px; | |
} | |
.md\:border-bl-6px { | |
border-bottom-width: 6px; | |
border-left-width: 6px; | |
} | |
.md\:border-bl-7px { | |
border-bottom-width: 7px; | |
border-left-width: 7px; | |
} | |
.md\:border-bl-8px { | |
border-bottom-width: 8px; | |
border-left-width: 8px; | |
} | |
.md\:border-bl-9px { | |
border-bottom-width: 9px; | |
border-left-width: 9px; | |
} | |
.md\:border-bl-10px { | |
border-bottom-width: 10px; | |
border-left-width: 10px; | |
} | |
.md\:border-bl-12px { | |
border-bottom-width: 12px; | |
border-left-width: 12px; | |
} | |
.md\:border-bl-14px { | |
border-bottom-width: 14px; | |
border-left-width: 14px; | |
} | |
.md\:border-bl-16px { | |
border-bottom-width: 16px; | |
border-left-width: 16px; | |
} | |
.md\:border-bl-0 { | |
border-bottom-width: 0; | |
border-left-width: 0; | |
} | |
.md\:border-bl-1 { | |
border-bottom-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.md\:border-bl-2 { | |
border-bottom-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.md\:border-bl-3 { | |
border-bottom-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.md\:border-bl-4 { | |
border-bottom-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.md\:border-bl-5 { | |
border-bottom-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.md\:border-bl-6 { | |
border-bottom-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.md\:border-bl-7 { | |
border-bottom-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.md\:border-bl-8 { | |
border-bottom-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.md\:border-tl-revert { | |
border-top-width: revert; | |
border-left-width: revert; | |
} | |
.md\:border-tl-auto { | |
border-top-width: auto; | |
border-left-width: auto; | |
} | |
.md\:border-tl-1px { | |
border-top-width: 1px; | |
border-left-width: 1px; | |
} | |
.md\:border-tl-2px { | |
border-top-width: 2px; | |
border-left-width: 2px; | |
} | |
.md\:border-tl-3px { | |
border-top-width: 3px; | |
border-left-width: 3px; | |
} | |
.md\:border-tl-4px { | |
border-top-width: 4px; | |
border-left-width: 4px; | |
} | |
.md\:border-tl-5px { | |
border-top-width: 5px; | |
border-left-width: 5px; | |
} | |
.md\:border-tl-6px { | |
border-top-width: 6px; | |
border-left-width: 6px; | |
} | |
.md\:border-tl-7px { | |
border-top-width: 7px; | |
border-left-width: 7px; | |
} | |
.md\:border-tl-8px { | |
border-top-width: 8px; | |
border-left-width: 8px; | |
} | |
.md\:border-tl-9px { | |
border-top-width: 9px; | |
border-left-width: 9px; | |
} | |
.md\:border-tl-10px { | |
border-top-width: 10px; | |
border-left-width: 10px; | |
} | |
.md\:border-tl-12px { | |
border-top-width: 12px; | |
border-left-width: 12px; | |
} | |
.md\:border-tl-14px { | |
border-top-width: 14px; | |
border-left-width: 14px; | |
} | |
.md\:border-tl-16px { | |
border-top-width: 16px; | |
border-left-width: 16px; | |
} | |
.md\:border-tl-0 { | |
border-top-width: 0; | |
border-left-width: 0; | |
} | |
.md\:border-tl-1 { | |
border-top-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.md\:border-tl-2 { | |
border-top-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.md\:border-tl-3 { | |
border-top-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.md\:border-tl-4 { | |
border-top-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.md\:border-tl-5 { | |
border-top-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.md\:border-tl-6 { | |
border-top-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.md\:border-tl-7 { | |
border-top-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.md\:border-tl-8 { | |
border-top-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.md\:border-t-revert { | |
border-top-width: revert; | |
} | |
.md\:border-t-auto { | |
border-top-width: auto; | |
} | |
.md\:border-t-1px { | |
border-top-width: 1px; | |
} | |
.md\:border-t-2px { | |
border-top-width: 2px; | |
} | |
.md\:border-t-3px { | |
border-top-width: 3px; | |
} | |
.md\:border-t-4px { | |
border-top-width: 4px; | |
} | |
.md\:border-t-5px { | |
border-top-width: 5px; | |
} | |
.md\:border-t-6px { | |
border-top-width: 6px; | |
} | |
.md\:border-t-7px { | |
border-top-width: 7px; | |
} | |
.md\:border-t-8px { | |
border-top-width: 8px; | |
} | |
.md\:border-t-9px { | |
border-top-width: 9px; | |
} | |
.md\:border-t-10px { | |
border-top-width: 10px; | |
} | |
.md\:border-t-12px { | |
border-top-width: 12px; | |
} | |
.md\:border-t-14px { | |
border-top-width: 14px; | |
} | |
.md\:border-t-16px { | |
border-top-width: 16px; | |
} | |
.md\:border-t-0 { | |
border-top-width: 0; | |
} | |
.md\:border-t-1 { | |
border-top-width: 0.0625rem; | |
} | |
.md\:border-t-2 { | |
border-top-width: 0.125rem; | |
} | |
.md\:border-t-3 { | |
border-top-width: 0.1875rem; | |
} | |
.md\:border-t-4 { | |
border-top-width: 0.25rem; | |
} | |
.md\:border-t-5 { | |
border-top-width: 0.3125rem; | |
} | |
.md\:border-t-6 { | |
border-top-width: 0.375rem; | |
} | |
.md\:border-t-7 { | |
border-top-width: 0.4375rem; | |
} | |
.md\:border-t-8 { | |
border-top-width: 0.5rem; | |
} | |
.md\:border-r-revert { | |
border-right-width: revert; | |
} | |
.md\:border-r-auto { | |
border-right-width: auto; | |
} | |
.md\:border-r-1px { | |
border-right-width: 1px; | |
} | |
.md\:border-r-2px { | |
border-right-width: 2px; | |
} | |
.md\:border-r-3px { | |
border-right-width: 3px; | |
} | |
.md\:border-r-4px { | |
border-right-width: 4px; | |
} | |
.md\:border-r-5px { | |
border-right-width: 5px; | |
} | |
.md\:border-r-6px { | |
border-right-width: 6px; | |
} | |
.md\:border-r-7px { | |
border-right-width: 7px; | |
} | |
.md\:border-r-8px { | |
border-right-width: 8px; | |
} | |
.md\:border-r-9px { | |
border-right-width: 9px; | |
} | |
.md\:border-r-10px { | |
border-right-width: 10px; | |
} | |
.md\:border-r-12px { | |
border-right-width: 12px; | |
} | |
.md\:border-r-14px { | |
border-right-width: 14px; | |
} | |
.md\:border-r-16px { | |
border-right-width: 16px; | |
} | |
.md\:border-r-0 { | |
border-right-width: 0; | |
} | |
.md\:border-r-1 { | |
border-right-width: 0.0625rem; | |
} | |
.md\:border-r-2 { | |
border-right-width: 0.125rem; | |
} | |
.md\:border-r-3 { | |
border-right-width: 0.1875rem; | |
} | |
.md\:border-r-4 { | |
border-right-width: 0.25rem; | |
} | |
.md\:border-r-5 { | |
border-right-width: 0.3125rem; | |
} | |
.md\:border-r-6 { | |
border-right-width: 0.375rem; | |
} | |
.md\:border-r-7 { | |
border-right-width: 0.4375rem; | |
} | |
.md\:border-r-8 { | |
border-right-width: 0.5rem; | |
} | |
.md\:border-b-revert { | |
border-bottom-width: revert; | |
} | |
.md\:border-b-auto { | |
border-bottom-width: auto; | |
} | |
.md\:border-b-1px { | |
border-bottom-width: 1px; | |
} | |
.md\:border-b-2px { | |
border-bottom-width: 2px; | |
} | |
.md\:border-b-3px { | |
border-bottom-width: 3px; | |
} | |
.md\:border-b-4px { | |
border-bottom-width: 4px; | |
} | |
.md\:border-b-5px { | |
border-bottom-width: 5px; | |
} | |
.md\:border-b-6px { | |
border-bottom-width: 6px; | |
} | |
.md\:border-b-7px { | |
border-bottom-width: 7px; | |
} | |
.md\:border-b-8px { | |
border-bottom-width: 8px; | |
} | |
.md\:border-b-9px { | |
border-bottom-width: 9px; | |
} | |
.md\:border-b-10px { | |
border-bottom-width: 10px; | |
} | |
.md\:border-b-12px { | |
border-bottom-width: 12px; | |
} | |
.md\:border-b-14px { | |
border-bottom-width: 14px; | |
} | |
.md\:border-b-16px { | |
border-bottom-width: 16px; | |
} | |
.md\:border-b-0 { | |
border-bottom-width: 0; | |
} | |
.md\:border-b-1 { | |
border-bottom-width: 0.0625rem; | |
} | |
.md\:border-b-2 { | |
border-bottom-width: 0.125rem; | |
} | |
.md\:border-b-3 { | |
border-bottom-width: 0.1875rem; | |
} | |
.md\:border-b-4 { | |
border-bottom-width: 0.25rem; | |
} | |
.md\:border-b-5 { | |
border-bottom-width: 0.3125rem; | |
} | |
.md\:border-b-6 { | |
border-bottom-width: 0.375rem; | |
} | |
.md\:border-b-7 { | |
border-bottom-width: 0.4375rem; | |
} | |
.md\:border-b-8 { | |
border-bottom-width: 0.5rem; | |
} | |
.md\:border-l-revert { | |
border-left-width: revert; | |
} | |
.md\:border-l-auto { | |
border-left-width: auto; | |
} | |
.md\:border-l-1px { | |
border-left-width: 1px; | |
} | |
.md\:border-l-2px { | |
border-left-width: 2px; | |
} | |
.md\:border-l-3px { | |
border-left-width: 3px; | |
} | |
.md\:border-l-4px { | |
border-left-width: 4px; | |
} | |
.md\:border-l-5px { | |
border-left-width: 5px; | |
} | |
.md\:border-l-6px { | |
border-left-width: 6px; | |
} | |
.md\:border-l-7px { | |
border-left-width: 7px; | |
} | |
.md\:border-l-8px { | |
border-left-width: 8px; | |
} | |
.md\:border-l-9px { | |
border-left-width: 9px; | |
} | |
.md\:border-l-10px { | |
border-left-width: 10px; | |
} | |
.md\:border-l-12px { | |
border-left-width: 12px; | |
} | |
.md\:border-l-14px { | |
border-left-width: 14px; | |
} | |
.md\:border-l-16px { | |
border-left-width: 16px; | |
} | |
.md\:border-l-0 { | |
border-left-width: 0; | |
} | |
.md\:border-l-1 { | |
border-left-width: 0.0625rem; | |
} | |
.md\:border-l-2 { | |
border-left-width: 0.125rem; | |
} | |
.md\:border-l-3 { | |
border-left-width: 0.1875rem; | |
} | |
.md\:border-l-4 { | |
border-left-width: 0.25rem; | |
} | |
.md\:border-l-5 { | |
border-left-width: 0.3125rem; | |
} | |
.md\:border-l-6 { | |
border-left-width: 0.375rem; | |
} | |
.md\:border-l-7 { | |
border-left-width: 0.4375rem; | |
} | |
.md\:border-l-8 { | |
border-left-width: 0.5rem; | |
} | |
.md\:rounded-revert { | |
border-radius: revert; | |
} | |
.md\:rounded-auto { | |
border-radius: auto; | |
} | |
.md\:rounded-1px { | |
border-radius: 1px; | |
} | |
.md\:rounded-2px { | |
border-radius: 2px; | |
} | |
.md\:rounded-3px { | |
border-radius: 3px; | |
} | |
.md\:rounded-4px { | |
border-radius: 4px; | |
} | |
.md\:rounded-5px { | |
border-radius: 5px; | |
} | |
.md\:rounded-6px { | |
border-radius: 6px; | |
} | |
.md\:rounded-7px { | |
border-radius: 7px; | |
} | |
.md\:rounded-8px { | |
border-radius: 8px; | |
} | |
.md\:rounded-9px { | |
border-radius: 9px; | |
} | |
.md\:rounded-10px { | |
border-radius: 10px; | |
} | |
.md\:rounded-12px { | |
border-radius: 12px; | |
} | |
.md\:rounded-14px { | |
border-radius: 14px; | |
} | |
.md\:rounded-16px { | |
border-radius: 16px; | |
} | |
.md\:rounded-0 { | |
border-radius: 0; | |
} | |
.md\:rounded-1 { | |
border-radius: 0.0625rem; | |
} | |
.md\:rounded-2 { | |
border-radius: 0.125rem; | |
} | |
.md\:rounded-3 { | |
border-radius: 0.1875rem; | |
} | |
.md\:rounded-4 { | |
border-radius: 0.25rem; | |
} | |
.md\:rounded-5 { | |
border-radius: 0.3125rem; | |
} | |
.md\:rounded-6 { | |
border-radius: 0.375rem; | |
} | |
.md\:rounded-7 { | |
border-radius: 0.4375rem; | |
} | |
.md\:rounded-8 { | |
border-radius: 0.5rem; | |
} | |
.md\:rounded-9 { | |
border-radius: 0.5625rem; | |
} | |
.md\:rounded-10 { | |
border-radius: 0.625rem; | |
} | |
.md\:rounded-12 { | |
border-radius: 0.75rem; | |
} | |
.md\:rounded-14 { | |
border-radius: 0.875rem; | |
} | |
.md\:rounded-16 { | |
border-radius: 1rem; | |
} | |
.md\:rounded-18 { | |
border-radius: 1.125rem; | |
} | |
.md\:rounded-20 { | |
border-radius: 1.25rem; | |
} | |
.md\:rounded-24 { | |
border-radius: 1.5rem; | |
} | |
.md\:rounded-28 { | |
border-radius: 1.75rem; | |
} | |
.md\:rounded-32 { | |
border-radius: 2rem; | |
} | |
.md\:rounded-full { | |
border-radius: 9999px; | |
} | |
.md\:rounded-tr-revert { | |
border-top-right-radius: revert; | |
} | |
.md\:rounded-tr-auto { | |
border-top-right-radius: auto; | |
} | |
.md\:rounded-tr-1px { | |
border-top-right-radius: 1px; | |
} | |
.md\:rounded-tr-2px { | |
border-top-right-radius: 2px; | |
} | |
.md\:rounded-tr-3px { | |
border-top-right-radius: 3px; | |
} | |
.md\:rounded-tr-4px { | |
border-top-right-radius: 4px; | |
} | |
.md\:rounded-tr-5px { | |
border-top-right-radius: 5px; | |
} | |
.md\:rounded-tr-6px { | |
border-top-right-radius: 6px; | |
} | |
.md\:rounded-tr-7px { | |
border-top-right-radius: 7px; | |
} | |
.md\:rounded-tr-8px { | |
border-top-right-radius: 8px; | |
} | |
.md\:rounded-tr-9px { | |
border-top-right-radius: 9px; | |
} | |
.md\:rounded-tr-10px { | |
border-top-right-radius: 10px; | |
} | |
.md\:rounded-tr-12px { | |
border-top-right-radius: 12px; | |
} | |
.md\:rounded-tr-14px { | |
border-top-right-radius: 14px; | |
} | |
.md\:rounded-tr-16px { | |
border-top-right-radius: 16px; | |
} | |
.md\:rounded-tr-0 { | |
border-top-right-radius: 0; | |
} | |
.md\:rounded-tr-1 { | |
border-top-right-radius: 0.0625rem; | |
} | |
.md\:rounded-tr-2 { | |
border-top-right-radius: 0.125rem; | |
} | |
.md\:rounded-tr-3 { | |
border-top-right-radius: 0.1875rem; | |
} | |
.md\:rounded-tr-4 { | |
border-top-right-radius: 0.25rem; | |
} | |
.md\:rounded-tr-5 { | |
border-top-right-radius: 0.3125rem; | |
} | |
.md\:rounded-tr-6 { | |
border-top-right-radius: 0.375rem; | |
} | |
.md\:rounded-tr-7 { | |
border-top-right-radius: 0.4375rem; | |
} | |
.md\:rounded-tr-8 { | |
border-top-right-radius: 0.5rem; | |
} | |
.md\:rounded-tr-9 { | |
border-top-right-radius: 0.5625rem; | |
} | |
.md\:rounded-tr-10 { | |
border-top-right-radius: 0.625rem; | |
} | |
.md\:rounded-tr-12 { | |
border-top-right-radius: 0.75rem; | |
} | |
.md\:rounded-tr-14 { | |
border-top-right-radius: 0.875rem; | |
} | |
.md\:rounded-tr-16 { | |
border-top-right-radius: 1rem; | |
} | |
.md\:rounded-tr-18 { | |
border-top-right-radius: 1.125rem; | |
} | |
.md\:rounded-tr-20 { | |
border-top-right-radius: 1.25rem; | |
} | |
.md\:rounded-tr-24 { | |
border-top-right-radius: 1.5rem; | |
} | |
.md\:rounded-tr-28 { | |
border-top-right-radius: 1.75rem; | |
} | |
.md\:rounded-tr-32 { | |
border-top-right-radius: 2rem; | |
} | |
.md\:rounded-tr-full { | |
border-top-right-radius: 9999px; | |
} | |
.md\:rounded-br-revert { | |
border-bottom-right-radius: revert; | |
} | |
.md\:rounded-br-auto { | |
border-bottom-right-radius: auto; | |
} | |
.md\:rounded-br-1px { | |
border-bottom-right-radius: 1px; | |
} | |
.md\:rounded-br-2px { | |
border-bottom-right-radius: 2px; | |
} | |
.md\:rounded-br-3px { | |
border-bottom-right-radius: 3px; | |
} | |
.md\:rounded-br-4px { | |
border-bottom-right-radius: 4px; | |
} | |
.md\:rounded-br-5px { | |
border-bottom-right-radius: 5px; | |
} | |
.md\:rounded-br-6px { | |
border-bottom-right-radius: 6px; | |
} | |
.md\:rounded-br-7px { | |
border-bottom-right-radius: 7px; | |
} | |
.md\:rounded-br-8px { | |
border-bottom-right-radius: 8px; | |
} | |
.md\:rounded-br-9px { | |
border-bottom-right-radius: 9px; | |
} | |
.md\:rounded-br-10px { | |
border-bottom-right-radius: 10px; | |
} | |
.md\:rounded-br-12px { | |
border-bottom-right-radius: 12px; | |
} | |
.md\:rounded-br-14px { | |
border-bottom-right-radius: 14px; | |
} | |
.md\:rounded-br-16px { | |
border-bottom-right-radius: 16px; | |
} | |
.md\:rounded-br-0 { | |
border-bottom-right-radius: 0; | |
} | |
.md\:rounded-br-1 { | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.md\:rounded-br-2 { | |
border-bottom-right-radius: 0.125rem; | |
} | |
.md\:rounded-br-3 { | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.md\:rounded-br-4 { | |
border-bottom-right-radius: 0.25rem; | |
} | |
.md\:rounded-br-5 { | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.md\:rounded-br-6 { | |
border-bottom-right-radius: 0.375rem; | |
} | |
.md\:rounded-br-7 { | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.md\:rounded-br-8 { | |
border-bottom-right-radius: 0.5rem; | |
} | |
.md\:rounded-br-9 { | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.md\:rounded-br-10 { | |
border-bottom-right-radius: 0.625rem; | |
} | |
.md\:rounded-br-12 { | |
border-bottom-right-radius: 0.75rem; | |
} | |
.md\:rounded-br-14 { | |
border-bottom-right-radius: 0.875rem; | |
} | |
.md\:rounded-br-16 { | |
border-bottom-right-radius: 1rem; | |
} | |
.md\:rounded-br-18 { | |
border-bottom-right-radius: 1.125rem; | |
} | |
.md\:rounded-br-20 { | |
border-bottom-right-radius: 1.25rem; | |
} | |
.md\:rounded-br-24 { | |
border-bottom-right-radius: 1.5rem; | |
} | |
.md\:rounded-br-28 { | |
border-bottom-right-radius: 1.75rem; | |
} | |
.md\:rounded-br-32 { | |
border-bottom-right-radius: 2rem; | |
} | |
.md\:rounded-br-full { | |
border-bottom-right-radius: 9999px; | |
} | |
.md\:rounded-bl-revert { | |
border-bottom-left-radius: revert; | |
} | |
.md\:rounded-bl-auto { | |
border-bottom-left-radius: auto; | |
} | |
.md\:rounded-bl-1px { | |
border-bottom-left-radius: 1px; | |
} | |
.md\:rounded-bl-2px { | |
border-bottom-left-radius: 2px; | |
} | |
.md\:rounded-bl-3px { | |
border-bottom-left-radius: 3px; | |
} | |
.md\:rounded-bl-4px { | |
border-bottom-left-radius: 4px; | |
} | |
.md\:rounded-bl-5px { | |
border-bottom-left-radius: 5px; | |
} | |
.md\:rounded-bl-6px { | |
border-bottom-left-radius: 6px; | |
} | |
.md\:rounded-bl-7px { | |
border-bottom-left-radius: 7px; | |
} | |
.md\:rounded-bl-8px { | |
border-bottom-left-radius: 8px; | |
} | |
.md\:rounded-bl-9px { | |
border-bottom-left-radius: 9px; | |
} | |
.md\:rounded-bl-10px { | |
border-bottom-left-radius: 10px; | |
} | |
.md\:rounded-bl-12px { | |
border-bottom-left-radius: 12px; | |
} | |
.md\:rounded-bl-14px { | |
border-bottom-left-radius: 14px; | |
} | |
.md\:rounded-bl-16px { | |
border-bottom-left-radius: 16px; | |
} | |
.md\:rounded-bl-0 { | |
border-bottom-left-radius: 0; | |
} | |
.md\:rounded-bl-1 { | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.md\:rounded-bl-2 { | |
border-bottom-left-radius: 0.125rem; | |
} | |
.md\:rounded-bl-3 { | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.md\:rounded-bl-4 { | |
border-bottom-left-radius: 0.25rem; | |
} | |
.md\:rounded-bl-5 { | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.md\:rounded-bl-6 { | |
border-bottom-left-radius: 0.375rem; | |
} | |
.md\:rounded-bl-7 { | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.md\:rounded-bl-8 { | |
border-bottom-left-radius: 0.5rem; | |
} | |
.md\:rounded-bl-9 { | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.md\:rounded-bl-10 { | |
border-bottom-left-radius: 0.625rem; | |
} | |
.md\:rounded-bl-12 { | |
border-bottom-left-radius: 0.75rem; | |
} | |
.md\:rounded-bl-14 { | |
border-bottom-left-radius: 0.875rem; | |
} | |
.md\:rounded-bl-16 { | |
border-bottom-left-radius: 1rem; | |
} | |
.md\:rounded-bl-18 { | |
border-bottom-left-radius: 1.125rem; | |
} | |
.md\:rounded-bl-20 { | |
border-bottom-left-radius: 1.25rem; | |
} | |
.md\:rounded-bl-24 { | |
border-bottom-left-radius: 1.5rem; | |
} | |
.md\:rounded-bl-28 { | |
border-bottom-left-radius: 1.75rem; | |
} | |
.md\:rounded-bl-32 { | |
border-bottom-left-radius: 2rem; | |
} | |
.md\:rounded-bl-full { | |
border-bottom-left-radius: 9999px; | |
} | |
.md\:rounded-tl-revert { | |
border-top-left-radius: revert; | |
} | |
.md\:rounded-tl-auto { | |
border-top-left-radius: auto; | |
} | |
.md\:rounded-tl-1px { | |
border-top-left-radius: 1px; | |
} | |
.md\:rounded-tl-2px { | |
border-top-left-radius: 2px; | |
} | |
.md\:rounded-tl-3px { | |
border-top-left-radius: 3px; | |
} | |
.md\:rounded-tl-4px { | |
border-top-left-radius: 4px; | |
} | |
.md\:rounded-tl-5px { | |
border-top-left-radius: 5px; | |
} | |
.md\:rounded-tl-6px { | |
border-top-left-radius: 6px; | |
} | |
.md\:rounded-tl-7px { | |
border-top-left-radius: 7px; | |
} | |
.md\:rounded-tl-8px { | |
border-top-left-radius: 8px; | |
} | |
.md\:rounded-tl-9px { | |
border-top-left-radius: 9px; | |
} | |
.md\:rounded-tl-10px { | |
border-top-left-radius: 10px; | |
} | |
.md\:rounded-tl-12px { | |
border-top-left-radius: 12px; | |
} | |
.md\:rounded-tl-14px { | |
border-top-left-radius: 14px; | |
} | |
.md\:rounded-tl-16px { | |
border-top-left-radius: 16px; | |
} | |
.md\:rounded-tl-0 { | |
border-top-left-radius: 0; | |
} | |
.md\:rounded-tl-1 { | |
border-top-left-radius: 0.0625rem; | |
} | |
.md\:rounded-tl-2 { | |
border-top-left-radius: 0.125rem; | |
} | |
.md\:rounded-tl-3 { | |
border-top-left-radius: 0.1875rem; | |
} | |
.md\:rounded-tl-4 { | |
border-top-left-radius: 0.25rem; | |
} | |
.md\:rounded-tl-5 { | |
border-top-left-radius: 0.3125rem; | |
} | |
.md\:rounded-tl-6 { | |
border-top-left-radius: 0.375rem; | |
} | |
.md\:rounded-tl-7 { | |
border-top-left-radius: 0.4375rem; | |
} | |
.md\:rounded-tl-8 { | |
border-top-left-radius: 0.5rem; | |
} | |
.md\:rounded-tl-9 { | |
border-top-left-radius: 0.5625rem; | |
} | |
.md\:rounded-tl-10 { | |
border-top-left-radius: 0.625rem; | |
} | |
.md\:rounded-tl-12 { | |
border-top-left-radius: 0.75rem; | |
} | |
.md\:rounded-tl-14 { | |
border-top-left-radius: 0.875rem; | |
} | |
.md\:rounded-tl-16 { | |
border-top-left-radius: 1rem; | |
} | |
.md\:rounded-tl-18 { | |
border-top-left-radius: 1.125rem; | |
} | |
.md\:rounded-tl-20 { | |
border-top-left-radius: 1.25rem; | |
} | |
.md\:rounded-tl-24 { | |
border-top-left-radius: 1.5rem; | |
} | |
.md\:rounded-tl-28 { | |
border-top-left-radius: 1.75rem; | |
} | |
.md\:rounded-tl-32 { | |
border-top-left-radius: 2rem; | |
} | |
.md\:rounded-tl-full { | |
border-top-left-radius: 9999px; | |
} | |
.md\:rounded-t-revert { | |
border-top-left-radius: revert; | |
border-top-right-radius: revert; | |
} | |
.md\:rounded-t-auto { | |
border-top-left-radius: auto; | |
border-top-right-radius: auto; | |
} | |
.md\:rounded-t-1px { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.md\:rounded-t-2px { | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.md\:rounded-t-3px { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.md\:rounded-t-4px { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.md\:rounded-t-5px { | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
} | |
.md\:rounded-t-6px { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px; | |
} | |
.md\:rounded-t-7px { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
.md\:rounded-t-8px { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.md\:rounded-t-9px { | |
border-top-left-radius: 9px; | |
border-top-right-radius: 9px; | |
} | |
.md\:rounded-t-10px { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.md\:rounded-t-12px { | |
border-top-left-radius: 12px; | |
border-top-right-radius: 12px; | |
} | |
.md\:rounded-t-14px { | |
border-top-left-radius: 14px; | |
border-top-right-radius: 14px; | |
} | |
.md\:rounded-t-16px { | |
border-top-left-radius: 16px; | |
border-top-right-radius: 16px; | |
} | |
.md\:rounded-t-0 { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.md\:rounded-t-1 { | |
border-top-left-radius: 0.0625rem; | |
border-top-right-radius: 0.0625rem; | |
} | |
.md\:rounded-t-2 { | |
border-top-left-radius: 0.125rem; | |
border-top-right-radius: 0.125rem; | |
} | |
.md\:rounded-t-3 { | |
border-top-left-radius: 0.1875rem; | |
border-top-right-radius: 0.1875rem; | |
} | |
.md\:rounded-t-4 { | |
border-top-left-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.md\:rounded-t-5 { | |
border-top-left-radius: 0.3125rem; | |
border-top-right-radius: 0.3125rem; | |
} | |
.md\:rounded-t-6 { | |
border-top-left-radius: 0.375rem; | |
border-top-right-radius: 0.375rem; | |
} | |
.md\:rounded-t-7 { | |
border-top-left-radius: 0.4375rem; | |
border-top-right-radius: 0.4375rem; | |
} | |
.md\:rounded-t-8 { | |
border-top-left-radius: 0.5rem; | |
border-top-right-radius: 0.5rem; | |
} | |
.md\:rounded-t-9 { | |
border-top-left-radius: 0.5625rem; | |
border-top-right-radius: 0.5625rem; | |
} | |
.md\:rounded-t-10 { | |
border-top-left-radius: 0.625rem; | |
border-top-right-radius: 0.625rem; | |
} | |
.md\:rounded-t-12 { | |
border-top-left-radius: 0.75rem; | |
border-top-right-radius: 0.75rem; | |
} | |
.md\:rounded-t-14 { | |
border-top-left-radius: 0.875rem; | |
border-top-right-radius: 0.875rem; | |
} | |
.md\:rounded-t-16 { | |
border-top-left-radius: 1rem; | |
border-top-right-radius: 1rem; | |
} | |
.md\:rounded-t-18 { | |
border-top-left-radius: 1.125rem; | |
border-top-right-radius: 1.125rem; | |
} | |
.md\:rounded-t-20 { | |
border-top-left-radius: 1.25rem; | |
border-top-right-radius: 1.25rem; | |
} | |
.md\:rounded-t-24 { | |
border-top-left-radius: 1.5rem; | |
border-top-right-radius: 1.5rem; | |
} | |
.md\:rounded-t-28 { | |
border-top-left-radius: 1.75rem; | |
border-top-right-radius: 1.75rem; | |
} | |
.md\:rounded-t-32 { | |
border-top-left-radius: 2rem; | |
border-top-right-radius: 2rem; | |
} | |
.md\:rounded-t-full { | |
border-top-left-radius: 9999px; | |
border-top-right-radius: 9999px; | |
} | |
.md\:rounded-r-revert { | |
border-top-right-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.md\:rounded-r-auto { | |
border-top-right-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.md\:rounded-r-1px { | |
border-top-right-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.md\:rounded-r-2px { | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.md\:rounded-r-3px { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.md\:rounded-r-4px { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.md\:rounded-r-5px { | |
border-top-right-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.md\:rounded-r-6px { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.md\:rounded-r-7px { | |
border-top-right-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.md\:rounded-r-8px { | |
border-top-right-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.md\:rounded-r-9px { | |
border-top-right-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.md\:rounded-r-10px { | |
border-top-right-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.md\:rounded-r-12px { | |
border-top-right-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.md\:rounded-r-14px { | |
border-top-right-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.md\:rounded-r-16px { | |
border-top-right-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.md\:rounded-r-0 { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.md\:rounded-r-1 { | |
border-top-right-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.md\:rounded-r-2 { | |
border-top-right-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.md\:rounded-r-3 { | |
border-top-right-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.md\:rounded-r-4 { | |
border-top-right-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.md\:rounded-r-5 { | |
border-top-right-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.md\:rounded-r-6 { | |
border-top-right-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.md\:rounded-r-7 { | |
border-top-right-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.md\:rounded-r-8 { | |
border-top-right-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.md\:rounded-r-9 { | |
border-top-right-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.md\:rounded-r-10 { | |
border-top-right-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.md\:rounded-r-12 { | |
border-top-right-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.md\:rounded-r-14 { | |
border-top-right-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.md\:rounded-r-16 { | |
border-top-right-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.md\:rounded-r-18 { | |
border-top-right-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.md\:rounded-r-20 { | |
border-top-right-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.md\:rounded-r-24 { | |
border-top-right-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.md\:rounded-r-28 { | |
border-top-right-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.md\:rounded-r-32 { | |
border-top-right-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.md\:rounded-r-full { | |
border-top-right-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.md\:rounded-b-revert { | |
border-bottom-left-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.md\:rounded-b-auto { | |
border-bottom-left-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.md\:rounded-b-1px { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.md\:rounded-b-2px { | |
border-bottom-left-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.md\:rounded-b-3px { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.md\:rounded-b-4px { | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.md\:rounded-b-5px { | |
border-bottom-left-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.md\:rounded-b-6px { | |
border-bottom-left-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.md\:rounded-b-7px { | |
border-bottom-left-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.md\:rounded-b-8px { | |
border-bottom-left-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.md\:rounded-b-9px { | |
border-bottom-left-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.md\:rounded-b-10px { | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.md\:rounded-b-12px { | |
border-bottom-left-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.md\:rounded-b-14px { | |
border-bottom-left-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.md\:rounded-b-16px { | |
border-bottom-left-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.md\:rounded-b-0 { | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.md\:rounded-b-1 { | |
border-bottom-left-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.md\:rounded-b-2 { | |
border-bottom-left-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.md\:rounded-b-3 { | |
border-bottom-left-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.md\:rounded-b-4 { | |
border-bottom-left-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.md\:rounded-b-5 { | |
border-bottom-left-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.md\:rounded-b-6 { | |
border-bottom-left-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.md\:rounded-b-7 { | |
border-bottom-left-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.md\:rounded-b-8 { | |
border-bottom-left-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.md\:rounded-b-9 { | |
border-bottom-left-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.md\:rounded-b-10 { | |
border-bottom-left-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.md\:rounded-b-12 { | |
border-bottom-left-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.md\:rounded-b-14 { | |
border-bottom-left-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.md\:rounded-b-16 { | |
border-bottom-left-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.md\:rounded-b-18 { | |
border-bottom-left-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.md\:rounded-b-20 { | |
border-bottom-left-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.md\:rounded-b-24 { | |
border-bottom-left-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.md\:rounded-b-28 { | |
border-bottom-left-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.md\:rounded-b-32 { | |
border-bottom-left-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.md\:rounded-b-full { | |
border-bottom-left-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.md\:rounded-l-revert { | |
border-top-left-radius: revert; | |
border-bottom-left-radius: revert; | |
} | |
.md\:rounded-l-auto { | |
border-top-left-radius: auto; | |
border-bottom-left-radius: auto; | |
} | |
.md\:rounded-l-1px { | |
border-top-left-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.md\:rounded-l-2px { | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.md\:rounded-l-3px { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.md\:rounded-l-4px { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.md\:rounded-l-5px { | |
border-top-left-radius: 5px; | |
border-bottom-left-radius: 5px; | |
} | |
.md\:rounded-l-6px { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.md\:rounded-l-7px { | |
border-top-left-radius: 7px; | |
border-bottom-left-radius: 7px; | |
} | |
.md\:rounded-l-8px { | |
border-top-left-radius: 8px; | |
border-bottom-left-radius: 8px; | |
} | |
.md\:rounded-l-9px { | |
border-top-left-radius: 9px; | |
border-bottom-left-radius: 9px; | |
} | |
.md\:rounded-l-10px { | |
border-top-left-radius: 10px; | |
border-bottom-left-radius: 10px; | |
} | |
.md\:rounded-l-12px { | |
border-top-left-radius: 12px; | |
border-bottom-left-radius: 12px; | |
} | |
.md\:rounded-l-14px { | |
border-top-left-radius: 14px; | |
border-bottom-left-radius: 14px; | |
} | |
.md\:rounded-l-16px { | |
border-top-left-radius: 16px; | |
border-bottom-left-radius: 16px; | |
} | |
.md\:rounded-l-0 { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.md\:rounded-l-1 { | |
border-top-left-radius: 0.0625rem; | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.md\:rounded-l-2 { | |
border-top-left-radius: 0.125rem; | |
border-bottom-left-radius: 0.125rem; | |
} | |
.md\:rounded-l-3 { | |
border-top-left-radius: 0.1875rem; | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.md\:rounded-l-4 { | |
border-top-left-radius: 0.25rem; | |
border-bottom-left-radius: 0.25rem; | |
} | |
.md\:rounded-l-5 { | |
border-top-left-radius: 0.3125rem; | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.md\:rounded-l-6 { | |
border-top-left-radius: 0.375rem; | |
border-bottom-left-radius: 0.375rem; | |
} | |
.md\:rounded-l-7 { | |
border-top-left-radius: 0.4375rem; | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.md\:rounded-l-8 { | |
border-top-left-radius: 0.5rem; | |
border-bottom-left-radius: 0.5rem; | |
} | |
.md\:rounded-l-9 { | |
border-top-left-radius: 0.5625rem; | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.md\:rounded-l-10 { | |
border-top-left-radius: 0.625rem; | |
border-bottom-left-radius: 0.625rem; | |
} | |
.md\:rounded-l-12 { | |
border-top-left-radius: 0.75rem; | |
border-bottom-left-radius: 0.75rem; | |
} | |
.md\:rounded-l-14 { | |
border-top-left-radius: 0.875rem; | |
border-bottom-left-radius: 0.875rem; | |
} | |
.md\:rounded-l-16 { | |
border-top-left-radius: 1rem; | |
border-bottom-left-radius: 1rem; | |
} | |
.md\:rounded-l-18 { | |
border-top-left-radius: 1.125rem; | |
border-bottom-left-radius: 1.125rem; | |
} | |
.md\:rounded-l-20 { | |
border-top-left-radius: 1.25rem; | |
border-bottom-left-radius: 1.25rem; | |
} | |
.md\:rounded-l-24 { | |
border-top-left-radius: 1.5rem; | |
border-bottom-left-radius: 1.5rem; | |
} | |
.md\:rounded-l-28 { | |
border-top-left-radius: 1.75rem; | |
border-bottom-left-radius: 1.75rem; | |
} | |
.md\:rounded-l-32 { | |
border-top-left-radius: 2rem; | |
border-bottom-left-radius: 2rem; | |
} | |
.md\:rounded-l-full { | |
border-top-left-radius: 9999px; | |
border-bottom-left-radius: 9999px; | |
} | |
.md\:-z-50 { | |
z-index: -50; | |
} | |
.md\:-z-40 { | |
z-index: -40; | |
} | |
.md\:-z-30 { | |
z-index: -30; | |
} | |
.md\:-z-20 { | |
z-index: -20; | |
} | |
.md\:-z-10 { | |
z-index: -10; | |
} | |
.md\:z-revert { | |
z-index: revert; | |
} | |
.md\:z-0 { | |
z-index: 0; | |
} | |
.md\:z-10 { | |
z-index: 10; | |
} | |
.md\:z-20 { | |
z-index: 20; | |
} | |
.md\:z-30 { | |
z-index: 30; | |
} | |
.md\:z-40 { | |
z-index: 40; | |
} | |
.md\:z-50 { | |
z-index: 50; | |
} | |
.md\:overflow-revert { | |
overflow: revert; | |
} | |
.md\:overflow-hidden { | |
overflow: hidden; | |
} | |
.md\:overflow-scroll { | |
overflow: scroll; | |
} | |
.md\:overflow-x-revert { | |
overflow-x: revert; | |
} | |
.md\:overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
.md\:overflow-x-scroll { | |
overflow-x: scroll; | |
} | |
.md\:overflow-y-revert { | |
overflow-y: revert; | |
} | |
.md\:overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.md\:overflow-y-scroll { | |
overflow-y: scroll; | |
} | |
.md\:no-pointer-events { | |
pointer-events: none; | |
} | |
.md\:pointer-events { | |
pointer-events: auto; | |
} | |
} | |
@media (min-width: 1024px) { | |
.lg\:hide[class] { | |
display: none; | |
} | |
.lg\:show[class] { | |
display: revert; | |
} | |
.lg\:show.row { | |
display: flex; | |
} | |
.lg\:show.col { | |
display: flex; | |
} | |
.lg\:-m-1px { | |
margin: -1px; | |
} | |
.lg\:-m-2px { | |
margin: -2px; | |
} | |
.lg\:-m-3px { | |
margin: -3px; | |
} | |
.lg\:-m-4px { | |
margin: -4px; | |
} | |
.lg\:-m-5px { | |
margin: -5px; | |
} | |
.lg\:-m-6px { | |
margin: -6px; | |
} | |
.lg\:-m-7px { | |
margin: -7px; | |
} | |
.lg\:-m-8px { | |
margin: -8px; | |
} | |
.lg\:-m-9px { | |
margin: -9px; | |
} | |
.lg\:-m-10px { | |
margin: -10px; | |
} | |
.lg\:-m-12px { | |
margin: -12px; | |
} | |
.lg\:-m-14px { | |
margin: -14px; | |
} | |
.lg\:-m-16px { | |
margin: -16px; | |
} | |
.lg\:-m-1 { | |
margin: -0.0625rem; | |
} | |
.lg\:-m-2 { | |
margin: -0.125rem; | |
} | |
.lg\:-m-3 { | |
margin: -0.1875rem; | |
} | |
.lg\:-m-4 { | |
margin: -0.25rem; | |
} | |
.lg\:-m-5 { | |
margin: -0.3125rem; | |
} | |
.lg\:-m-6 { | |
margin: -0.375rem; | |
} | |
.lg\:-m-7 { | |
margin: -0.4375rem; | |
} | |
.lg\:-m-8 { | |
margin: -0.5rem; | |
} | |
.lg\:-m-9 { | |
margin: -0.5625rem; | |
} | |
.lg\:-m-10 { | |
margin: -0.625rem; | |
} | |
.lg\:-m-12 { | |
margin: -0.75rem; | |
} | |
.lg\:-m-14 { | |
margin: -0.875rem; | |
} | |
.lg\:-m-16 { | |
margin: -1rem; | |
} | |
.lg\:-m-18 { | |
margin: -1.125rem; | |
} | |
.lg\:-m-20 { | |
margin: -1.25rem; | |
} | |
.lg\:-m-24 { | |
margin: -1.5rem; | |
} | |
.lg\:-m-28 { | |
margin: -1.75rem; | |
} | |
.lg\:-m-32 { | |
margin: -2rem; | |
} | |
.lg\:-m-36 { | |
margin: -2.25rem; | |
} | |
.lg\:-m-40 { | |
margin: -2.5rem; | |
} | |
.lg\:-m-48 { | |
margin: -3rem; | |
} | |
.lg\:-m-56 { | |
margin: -3.5rem; | |
} | |
.lg\:-m-64 { | |
margin: -4rem; | |
} | |
.lg\:-mx-1px { | |
margin-left: -1px; | |
margin-right: -1px; | |
} | |
.lg\:-mx-2px { | |
margin-left: -2px; | |
margin-right: -2px; | |
} | |
.lg\:-mx-3px { | |
margin-left: -3px; | |
margin-right: -3px; | |
} | |
.lg\:-mx-4px { | |
margin-left: -4px; | |
margin-right: -4px; | |
} | |
.lg\:-mx-5px { | |
margin-left: -5px; | |
margin-right: -5px; | |
} | |
.lg\:-mx-6px { | |
margin-left: -6px; | |
margin-right: -6px; | |
} | |
.lg\:-mx-7px { | |
margin-left: -7px; | |
margin-right: -7px; | |
} | |
.lg\:-mx-8px { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
.lg\:-mx-9px { | |
margin-left: -9px; | |
margin-right: -9px; | |
} | |
.lg\:-mx-10px { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
.lg\:-mx-12px { | |
margin-left: -12px; | |
margin-right: -12px; | |
} | |
.lg\:-mx-14px { | |
margin-left: -14px; | |
margin-right: -14px; | |
} | |
.lg\:-mx-16px { | |
margin-left: -16px; | |
margin-right: -16px; | |
} | |
.lg\:-mx-1 { | |
margin-left: -0.0625rem; | |
margin-right: -0.0625rem; | |
} | |
.lg\:-mx-2 { | |
margin-left: -0.125rem; | |
margin-right: -0.125rem; | |
} | |
.lg\:-mx-3 { | |
margin-left: -0.1875rem; | |
margin-right: -0.1875rem; | |
} | |
.lg\:-mx-4 { | |
margin-left: -0.25rem; | |
margin-right: -0.25rem; | |
} | |
.lg\:-mx-5 { | |
margin-left: -0.3125rem; | |
margin-right: -0.3125rem; | |
} | |
.lg\:-mx-6 { | |
margin-left: -0.375rem; | |
margin-right: -0.375rem; | |
} | |
.lg\:-mx-7 { | |
margin-left: -0.4375rem; | |
margin-right: -0.4375rem; | |
} | |
.lg\:-mx-8 { | |
margin-left: -0.5rem; | |
margin-right: -0.5rem; | |
} | |
.lg\:-mx-9 { | |
margin-left: -0.5625rem; | |
margin-right: -0.5625rem; | |
} | |
.lg\:-mx-10 { | |
margin-left: -0.625rem; | |
margin-right: -0.625rem; | |
} | |
.lg\:-mx-12 { | |
margin-left: -0.75rem; | |
margin-right: -0.75rem; | |
} | |
.lg\:-mx-14 { | |
margin-left: -0.875rem; | |
margin-right: -0.875rem; | |
} | |
.lg\:-mx-16 { | |
margin-left: -1rem; | |
margin-right: -1rem; | |
} | |
.lg\:-mx-18 { | |
margin-left: -1.125rem; | |
margin-right: -1.125rem; | |
} | |
.lg\:-mx-20 { | |
margin-left: -1.25rem; | |
margin-right: -1.25rem; | |
} | |
.lg\:-mx-24 { | |
margin-left: -1.5rem; | |
margin-right: -1.5rem; | |
} | |
.lg\:-mx-28 { | |
margin-left: -1.75rem; | |
margin-right: -1.75rem; | |
} | |
.lg\:-mx-32 { | |
margin-left: -2rem; | |
margin-right: -2rem; | |
} | |
.lg\:-mx-36 { | |
margin-left: -2.25rem; | |
margin-right: -2.25rem; | |
} | |
.lg\:-mx-40 { | |
margin-left: -2.5rem; | |
margin-right: -2.5rem; | |
} | |
.lg\:-mx-48 { | |
margin-left: -3rem; | |
margin-right: -3rem; | |
} | |
.lg\:-mx-56 { | |
margin-left: -3.5rem; | |
margin-right: -3.5rem; | |
} | |
.lg\:-mx-64 { | |
margin-left: -4rem; | |
margin-right: -4rem; | |
} | |
.lg\:-my-1px { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.lg\:-my-2px { | |
margin-top: -2px; | |
margin-bottom: -2px; | |
} | |
.lg\:-my-3px { | |
margin-top: -3px; | |
margin-bottom: -3px; | |
} | |
.lg\:-my-4px { | |
margin-top: -4px; | |
margin-bottom: -4px; | |
} | |
.lg\:-my-5px { | |
margin-top: -5px; | |
margin-bottom: -5px; | |
} | |
.lg\:-my-6px { | |
margin-top: -6px; | |
margin-bottom: -6px; | |
} | |
.lg\:-my-7px { | |
margin-top: -7px; | |
margin-bottom: -7px; | |
} | |
.lg\:-my-8px { | |
margin-top: -8px; | |
margin-bottom: -8px; | |
} | |
.lg\:-my-9px { | |
margin-top: -9px; | |
margin-bottom: -9px; | |
} | |
.lg\:-my-10px { | |
margin-top: -10px; | |
margin-bottom: -10px; | |
} | |
.lg\:-my-12px { | |
margin-top: -12px; | |
margin-bottom: -12px; | |
} | |
.lg\:-my-14px { | |
margin-top: -14px; | |
margin-bottom: -14px; | |
} | |
.lg\:-my-16px { | |
margin-top: -16px; | |
margin-bottom: -16px; | |
} | |
.lg\:-my-1 { | |
margin-top: -0.0625rem; | |
margin-bottom: -0.0625rem; | |
} | |
.lg\:-my-2 { | |
margin-top: -0.125rem; | |
margin-bottom: -0.125rem; | |
} | |
.lg\:-my-3 { | |
margin-top: -0.1875rem; | |
margin-bottom: -0.1875rem; | |
} | |
.lg\:-my-4 { | |
margin-top: -0.25rem; | |
margin-bottom: -0.25rem; | |
} | |
.lg\:-my-5 { | |
margin-top: -0.3125rem; | |
margin-bottom: -0.3125rem; | |
} | |
.lg\:-my-6 { | |
margin-top: -0.375rem; | |
margin-bottom: -0.375rem; | |
} | |
.lg\:-my-7 { | |
margin-top: -0.4375rem; | |
margin-bottom: -0.4375rem; | |
} | |
.lg\:-my-8 { | |
margin-top: -0.5rem; | |
margin-bottom: -0.5rem; | |
} | |
.lg\:-my-9 { | |
margin-top: -0.5625rem; | |
margin-bottom: -0.5625rem; | |
} | |
.lg\:-my-10 { | |
margin-top: -0.625rem; | |
margin-bottom: -0.625rem; | |
} | |
.lg\:-my-12 { | |
margin-top: -0.75rem; | |
margin-bottom: -0.75rem; | |
} | |
.lg\:-my-14 { | |
margin-top: -0.875rem; | |
margin-bottom: -0.875rem; | |
} | |
.lg\:-my-16 { | |
margin-top: -1rem; | |
margin-bottom: -1rem; | |
} | |
.lg\:-my-18 { | |
margin-top: -1.125rem; | |
margin-bottom: -1.125rem; | |
} | |
.lg\:-my-20 { | |
margin-top: -1.25rem; | |
margin-bottom: -1.25rem; | |
} | |
.lg\:-my-24 { | |
margin-top: -1.5rem; | |
margin-bottom: -1.5rem; | |
} | |
.lg\:-my-28 { | |
margin-top: -1.75rem; | |
margin-bottom: -1.75rem; | |
} | |
.lg\:-my-32 { | |
margin-top: -2rem; | |
margin-bottom: -2rem; | |
} | |
.lg\:-my-36 { | |
margin-top: -2.25rem; | |
margin-bottom: -2.25rem; | |
} | |
.lg\:-my-40 { | |
margin-top: -2.5rem; | |
margin-bottom: -2.5rem; | |
} | |
.lg\:-my-48 { | |
margin-top: -3rem; | |
margin-bottom: -3rem; | |
} | |
.lg\:-my-56 { | |
margin-top: -3.5rem; | |
margin-bottom: -3.5rem; | |
} | |
.lg\:-my-64 { | |
margin-top: -4rem; | |
margin-bottom: -4rem; | |
} | |
.lg\:-mt-1px { | |
margin-top: -1px; | |
} | |
.lg\:-mt-2px { | |
margin-top: -2px; | |
} | |
.lg\:-mt-3px { | |
margin-top: -3px; | |
} | |
.lg\:-mt-4px { | |
margin-top: -4px; | |
} | |
.lg\:-mt-5px { | |
margin-top: -5px; | |
} | |
.lg\:-mt-6px { | |
margin-top: -6px; | |
} | |
.lg\:-mt-7px { | |
margin-top: -7px; | |
} | |
.lg\:-mt-8px { | |
margin-top: -8px; | |
} | |
.lg\:-mt-9px { | |
margin-top: -9px; | |
} | |
.lg\:-mt-10px { | |
margin-top: -10px; | |
} | |
.lg\:-mt-12px { | |
margin-top: -12px; | |
} | |
.lg\:-mt-14px { | |
margin-top: -14px; | |
} | |
.lg\:-mt-16px { | |
margin-top: -16px; | |
} | |
.lg\:-mt-1 { | |
margin-top: -0.0625rem; | |
} | |
.lg\:-mt-2 { | |
margin-top: -0.125rem; | |
} | |
.lg\:-mt-3 { | |
margin-top: -0.1875rem; | |
} | |
.lg\:-mt-4 { | |
margin-top: -0.25rem; | |
} | |
.lg\:-mt-5 { | |
margin-top: -0.3125rem; | |
} | |
.lg\:-mt-6 { | |
margin-top: -0.375rem; | |
} | |
.lg\:-mt-7 { | |
margin-top: -0.4375rem; | |
} | |
.lg\:-mt-8 { | |
margin-top: -0.5rem; | |
} | |
.lg\:-mt-9 { | |
margin-top: -0.5625rem; | |
} | |
.lg\:-mt-10 { | |
margin-top: -0.625rem; | |
} | |
.lg\:-mt-12 { | |
margin-top: -0.75rem; | |
} | |
.lg\:-mt-14 { | |
margin-top: -0.875rem; | |
} | |
.lg\:-mt-16 { | |
margin-top: -1rem; | |
} | |
.lg\:-mt-18 { | |
margin-top: -1.125rem; | |
} | |
.lg\:-mt-20 { | |
margin-top: -1.25rem; | |
} | |
.lg\:-mt-24 { | |
margin-top: -1.5rem; | |
} | |
.lg\:-mt-28 { | |
margin-top: -1.75rem; | |
} | |
.lg\:-mt-32 { | |
margin-top: -2rem; | |
} | |
.lg\:-mt-36 { | |
margin-top: -2.25rem; | |
} | |
.lg\:-mt-40 { | |
margin-top: -2.5rem; | |
} | |
.lg\:-mt-48 { | |
margin-top: -3rem; | |
} | |
.lg\:-mt-56 { | |
margin-top: -3.5rem; | |
} | |
.lg\:-mt-64 { | |
margin-top: -4rem; | |
} | |
.lg\:-mr-1px { | |
margin-right: -1px; | |
} | |
.lg\:-mr-2px { | |
margin-right: -2px; | |
} | |
.lg\:-mr-3px { | |
margin-right: -3px; | |
} | |
.lg\:-mr-4px { | |
margin-right: -4px; | |
} | |
.lg\:-mr-5px { | |
margin-right: -5px; | |
} | |
.lg\:-mr-6px { | |
margin-right: -6px; | |
} | |
.lg\:-mr-7px { | |
margin-right: -7px; | |
} | |
.lg\:-mr-8px { | |
margin-right: -8px; | |
} | |
.lg\:-mr-9px { | |
margin-right: -9px; | |
} | |
.lg\:-mr-10px { | |
margin-right: -10px; | |
} | |
.lg\:-mr-12px { | |
margin-right: -12px; | |
} | |
.lg\:-mr-14px { | |
margin-right: -14px; | |
} | |
.lg\:-mr-16px { | |
margin-right: -16px; | |
} | |
.lg\:-mr-1 { | |
margin-right: -0.0625rem; | |
} | |
.lg\:-mr-2 { | |
margin-right: -0.125rem; | |
} | |
.lg\:-mr-3 { | |
margin-right: -0.1875rem; | |
} | |
.lg\:-mr-4 { | |
margin-right: -0.25rem; | |
} | |
.lg\:-mr-5 { | |
margin-right: -0.3125rem; | |
} | |
.lg\:-mr-6 { | |
margin-right: -0.375rem; | |
} | |
.lg\:-mr-7 { | |
margin-right: -0.4375rem; | |
} | |
.lg\:-mr-8 { | |
margin-right: -0.5rem; | |
} | |
.lg\:-mr-9 { | |
margin-right: -0.5625rem; | |
} | |
.lg\:-mr-10 { | |
margin-right: -0.625rem; | |
} | |
.lg\:-mr-12 { | |
margin-right: -0.75rem; | |
} | |
.lg\:-mr-14 { | |
margin-right: -0.875rem; | |
} | |
.lg\:-mr-16 { | |
margin-right: -1rem; | |
} | |
.lg\:-mr-18 { | |
margin-right: -1.125rem; | |
} | |
.lg\:-mr-20 { | |
margin-right: -1.25rem; | |
} | |
.lg\:-mr-24 { | |
margin-right: -1.5rem; | |
} | |
.lg\:-mr-28 { | |
margin-right: -1.75rem; | |
} | |
.lg\:-mr-32 { | |
margin-right: -2rem; | |
} | |
.lg\:-mr-36 { | |
margin-right: -2.25rem; | |
} | |
.lg\:-mr-40 { | |
margin-right: -2.5rem; | |
} | |
.lg\:-mr-48 { | |
margin-right: -3rem; | |
} | |
.lg\:-mr-56 { | |
margin-right: -3.5rem; | |
} | |
.lg\:-mr-64 { | |
margin-right: -4rem; | |
} | |
.lg\:-mb-1px { | |
margin-bottom: -1px; | |
} | |
.lg\:-mb-2px { | |
margin-bottom: -2px; | |
} | |
.lg\:-mb-3px { | |
margin-bottom: -3px; | |
} | |
.lg\:-mb-4px { | |
margin-bottom: -4px; | |
} | |
.lg\:-mb-5px { | |
margin-bottom: -5px; | |
} | |
.lg\:-mb-6px { | |
margin-bottom: -6px; | |
} | |
.lg\:-mb-7px { | |
margin-bottom: -7px; | |
} | |
.lg\:-mb-8px { | |
margin-bottom: -8px; | |
} | |
.lg\:-mb-9px { | |
margin-bottom: -9px; | |
} | |
.lg\:-mb-10px { | |
margin-bottom: -10px; | |
} | |
.lg\:-mb-12px { | |
margin-bottom: -12px; | |
} | |
.lg\:-mb-14px { | |
margin-bottom: -14px; | |
} | |
.lg\:-mb-16px { | |
margin-bottom: -16px; | |
} | |
.lg\:-mb-1 { | |
margin-bottom: -0.0625rem; | |
} | |
.lg\:-mb-2 { | |
margin-bottom: -0.125rem; | |
} | |
.lg\:-mb-3 { | |
margin-bottom: -0.1875rem; | |
} | |
.lg\:-mb-4 { | |
margin-bottom: -0.25rem; | |
} | |
.lg\:-mb-5 { | |
margin-bottom: -0.3125rem; | |
} | |
.lg\:-mb-6 { | |
margin-bottom: -0.375rem; | |
} | |
.lg\:-mb-7 { | |
margin-bottom: -0.4375rem; | |
} | |
.lg\:-mb-8 { | |
margin-bottom: -0.5rem; | |
} | |
.lg\:-mb-9 { | |
margin-bottom: -0.5625rem; | |
} | |
.lg\:-mb-10 { | |
margin-bottom: -0.625rem; | |
} | |
.lg\:-mb-12 { | |
margin-bottom: -0.75rem; | |
} | |
.lg\:-mb-14 { | |
margin-bottom: -0.875rem; | |
} | |
.lg\:-mb-16 { | |
margin-bottom: -1rem; | |
} | |
.lg\:-mb-18 { | |
margin-bottom: -1.125rem; | |
} | |
.lg\:-mb-20 { | |
margin-bottom: -1.25rem; | |
} | |
.lg\:-mb-24 { | |
margin-bottom: -1.5rem; | |
} | |
.lg\:-mb-28 { | |
margin-bottom: -1.75rem; | |
} | |
.lg\:-mb-32 { | |
margin-bottom: -2rem; | |
} | |
.lg\:-mb-36 { | |
margin-bottom: -2.25rem; | |
} | |
.lg\:-mb-40 { | |
margin-bottom: -2.5rem; | |
} | |
.lg\:-mb-48 { | |
margin-bottom: -3rem; | |
} | |
.lg\:-mb-56 { | |
margin-bottom: -3.5rem; | |
} | |
.lg\:-mb-64 { | |
margin-bottom: -4rem; | |
} | |
.lg\:-ml-1px { | |
margin-left: -1px; | |
} | |
.lg\:-ml-2px { | |
margin-left: -2px; | |
} | |
.lg\:-ml-3px { | |
margin-left: -3px; | |
} | |
.lg\:-ml-4px { | |
margin-left: -4px; | |
} | |
.lg\:-ml-5px { | |
margin-left: -5px; | |
} | |
.lg\:-ml-6px { | |
margin-left: -6px; | |
} | |
.lg\:-ml-7px { | |
margin-left: -7px; | |
} | |
.lg\:-ml-8px { | |
margin-left: -8px; | |
} | |
.lg\:-ml-9px { | |
margin-left: -9px; | |
} | |
.lg\:-ml-10px { | |
margin-left: -10px; | |
} | |
.lg\:-ml-12px { | |
margin-left: -12px; | |
} | |
.lg\:-ml-14px { | |
margin-left: -14px; | |
} | |
.lg\:-ml-16px { | |
margin-left: -16px; | |
} | |
.lg\:-ml-1 { | |
margin-left: -0.0625rem; | |
} | |
.lg\:-ml-2 { | |
margin-left: -0.125rem; | |
} | |
.lg\:-ml-3 { | |
margin-left: -0.1875rem; | |
} | |
.lg\:-ml-4 { | |
margin-left: -0.25rem; | |
} | |
.lg\:-ml-5 { | |
margin-left: -0.3125rem; | |
} | |
.lg\:-ml-6 { | |
margin-left: -0.375rem; | |
} | |
.lg\:-ml-7 { | |
margin-left: -0.4375rem; | |
} | |
.lg\:-ml-8 { | |
margin-left: -0.5rem; | |
} | |
.lg\:-ml-9 { | |
margin-left: -0.5625rem; | |
} | |
.lg\:-ml-10 { | |
margin-left: -0.625rem; | |
} | |
.lg\:-ml-12 { | |
margin-left: -0.75rem; | |
} | |
.lg\:-ml-14 { | |
margin-left: -0.875rem; | |
} | |
.lg\:-ml-16 { | |
margin-left: -1rem; | |
} | |
.lg\:-ml-18 { | |
margin-left: -1.125rem; | |
} | |
.lg\:-ml-20 { | |
margin-left: -1.25rem; | |
} | |
.lg\:-ml-24 { | |
margin-left: -1.5rem; | |
} | |
.lg\:-ml-28 { | |
margin-left: -1.75rem; | |
} | |
.lg\:-ml-32 { | |
margin-left: -2rem; | |
} | |
.lg\:-ml-36 { | |
margin-left: -2.25rem; | |
} | |
.lg\:-ml-40 { | |
margin-left: -2.5rem; | |
} | |
.lg\:-ml-48 { | |
margin-left: -3rem; | |
} | |
.lg\:-ml-56 { | |
margin-left: -3.5rem; | |
} | |
.lg\:-ml-64 { | |
margin-left: -4rem; | |
} | |
.lg\:m-revert { | |
margin: revert; | |
} | |
.lg\:m-auto { | |
margin: auto; | |
} | |
.lg\:m-1px { | |
margin: 1px; | |
} | |
.lg\:m-2px { | |
margin: 2px; | |
} | |
.lg\:m-3px { | |
margin: 3px; | |
} | |
.lg\:m-4px { | |
margin: 4px; | |
} | |
.lg\:m-5px { | |
margin: 5px; | |
} | |
.lg\:m-6px { | |
margin: 6px; | |
} | |
.lg\:m-7px { | |
margin: 7px; | |
} | |
.lg\:m-8px { | |
margin: 8px; | |
} | |
.lg\:m-9px { | |
margin: 9px; | |
} | |
.lg\:m-10px { | |
margin: 10px; | |
} | |
.lg\:m-12px { | |
margin: 12px; | |
} | |
.lg\:m-14px { | |
margin: 14px; | |
} | |
.lg\:m-16px { | |
margin: 16px; | |
} | |
.lg\:m-0 { | |
margin: 0; | |
} | |
.lg\:m-1 { | |
margin: 0.0625rem; | |
} | |
.lg\:m-2 { | |
margin: 0.125rem; | |
} | |
.lg\:m-3 { | |
margin: 0.1875rem; | |
} | |
.lg\:m-4 { | |
margin: 0.25rem; | |
} | |
.lg\:m-5 { | |
margin: 0.3125rem; | |
} | |
.lg\:m-6 { | |
margin: 0.375rem; | |
} | |
.lg\:m-7 { | |
margin: 0.4375rem; | |
} | |
.lg\:m-8 { | |
margin: 0.5rem; | |
} | |
.lg\:m-9 { | |
margin: 0.5625rem; | |
} | |
.lg\:m-10 { | |
margin: 0.625rem; | |
} | |
.lg\:m-12 { | |
margin: 0.75rem; | |
} | |
.lg\:m-14 { | |
margin: 0.875rem; | |
} | |
.lg\:m-16 { | |
margin: 1rem; | |
} | |
.lg\:m-18 { | |
margin: 1.125rem; | |
} | |
.lg\:m-20 { | |
margin: 1.25rem; | |
} | |
.lg\:m-24 { | |
margin: 1.5rem; | |
} | |
.lg\:m-28 { | |
margin: 1.75rem; | |
} | |
.lg\:m-32 { | |
margin: 2rem; | |
} | |
.lg\:m-36 { | |
margin: 2.25rem; | |
} | |
.lg\:m-40 { | |
margin: 2.5rem; | |
} | |
.lg\:m-48 { | |
margin: 3rem; | |
} | |
.lg\:m-56 { | |
margin: 3.5rem; | |
} | |
.lg\:m-64 { | |
margin: 4rem; | |
} | |
.lg\:m-72 { | |
margin: 4.5rem; | |
} | |
.lg\:m-80 { | |
margin: 5rem; | |
} | |
.lg\:m-96 { | |
margin: 6rem; | |
} | |
.lg\:m-112 { | |
margin: 7rem; | |
} | |
.lg\:m-128 { | |
margin: 8rem; | |
} | |
.lg\:m-144 { | |
margin: 9rem; | |
} | |
.lg\:m-160 { | |
margin: 10rem; | |
} | |
.lg\:m-192 { | |
margin: 12rem; | |
} | |
.lg\:m-224 { | |
margin: 14rem; | |
} | |
.lg\:m-256 { | |
margin: 16rem; | |
} | |
.lg\:mx-revert { | |
margin-left: revert; | |
margin-right: revert; | |
} | |
.lg\:mx-auto { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.lg\:mx-1px { | |
margin-left: 1px; | |
margin-right: 1px; | |
} | |
.lg\:mx-2px { | |
margin-left: 2px; | |
margin-right: 2px; | |
} | |
.lg\:mx-3px { | |
margin-left: 3px; | |
margin-right: 3px; | |
} | |
.lg\:mx-4px { | |
margin-left: 4px; | |
margin-right: 4px; | |
} | |
.lg\:mx-5px { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.lg\:mx-6px { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.lg\:mx-7px { | |
margin-left: 7px; | |
margin-right: 7px; | |
} | |
.lg\:mx-8px { | |
margin-left: 8px; | |
margin-right: 8px; | |
} | |
.lg\:mx-9px { | |
margin-left: 9px; | |
margin-right: 9px; | |
} | |
.lg\:mx-10px { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.lg\:mx-12px { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
.lg\:mx-14px { | |
margin-left: 14px; | |
margin-right: 14px; | |
} | |
.lg\:mx-16px { | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
.lg\:mx-0 { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
.lg\:mx-1 { | |
margin-left: 0.0625rem; | |
margin-right: 0.0625rem; | |
} | |
.lg\:mx-2 { | |
margin-left: 0.125rem; | |
margin-right: 0.125rem; | |
} | |
.lg\:mx-3 { | |
margin-left: 0.1875rem; | |
margin-right: 0.1875rem; | |
} | |
.lg\:mx-4 { | |
margin-left: 0.25rem; | |
margin-right: 0.25rem; | |
} | |
.lg\:mx-5 { | |
margin-left: 0.3125rem; | |
margin-right: 0.3125rem; | |
} | |
.lg\:mx-6 { | |
margin-left: 0.375rem; | |
margin-right: 0.375rem; | |
} | |
.lg\:mx-7 { | |
margin-left: 0.4375rem; | |
margin-right: 0.4375rem; | |
} | |
.lg\:mx-8 { | |
margin-left: 0.5rem; | |
margin-right: 0.5rem; | |
} | |
.lg\:mx-9 { | |
margin-left: 0.5625rem; | |
margin-right: 0.5625rem; | |
} | |
.lg\:mx-10 { | |
margin-left: 0.625rem; | |
margin-right: 0.625rem; | |
} | |
.lg\:mx-12 { | |
margin-left: 0.75rem; | |
margin-right: 0.75rem; | |
} | |
.lg\:mx-14 { | |
margin-left: 0.875rem; | |
margin-right: 0.875rem; | |
} | |
.lg\:mx-16 { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.lg\:mx-18 { | |
margin-left: 1.125rem; | |
margin-right: 1.125rem; | |
} | |
.lg\:mx-20 { | |
margin-left: 1.25rem; | |
margin-right: 1.25rem; | |
} | |
.lg\:mx-24 { | |
margin-left: 1.5rem; | |
margin-right: 1.5rem; | |
} | |
.lg\:mx-28 { | |
margin-left: 1.75rem; | |
margin-right: 1.75rem; | |
} | |
.lg\:mx-32 { | |
margin-left: 2rem; | |
margin-right: 2rem; | |
} | |
.lg\:mx-36 { | |
margin-left: 2.25rem; | |
margin-right: 2.25rem; | |
} | |
.lg\:mx-40 { | |
margin-left: 2.5rem; | |
margin-right: 2.5rem; | |
} | |
.lg\:mx-48 { | |
margin-left: 3rem; | |
margin-right: 3rem; | |
} | |
.lg\:mx-56 { | |
margin-left: 3.5rem; | |
margin-right: 3.5rem; | |
} | |
.lg\:mx-64 { | |
margin-left: 4rem; | |
margin-right: 4rem; | |
} | |
.lg\:mx-72 { | |
margin-left: 4.5rem; | |
margin-right: 4.5rem; | |
} | |
.lg\:mx-80 { | |
margin-left: 5rem; | |
margin-right: 5rem; | |
} | |
.lg\:mx-96 { | |
margin-left: 6rem; | |
margin-right: 6rem; | |
} | |
.lg\:mx-112 { | |
margin-left: 7rem; | |
margin-right: 7rem; | |
} | |
.lg\:mx-128 { | |
margin-left: 8rem; | |
margin-right: 8rem; | |
} | |
.lg\:mx-144 { | |
margin-left: 9rem; | |
margin-right: 9rem; | |
} | |
.lg\:mx-160 { | |
margin-left: 10rem; | |
margin-right: 10rem; | |
} | |
.lg\:mx-192 { | |
margin-left: 12rem; | |
margin-right: 12rem; | |
} | |
.lg\:mx-224 { | |
margin-left: 14rem; | |
margin-right: 14rem; | |
} | |
.lg\:mx-256 { | |
margin-left: 16rem; | |
margin-right: 16rem; | |
} | |
.lg\:my-revert { | |
margin-top: revert; | |
margin-bottom: revert; | |
} | |
.lg\:my-auto { | |
margin-top: auto; | |
margin-bottom: auto; | |
} | |
.lg\:my-1px { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.lg\:my-2px { | |
margin-top: 2px; | |
margin-bottom: 2px; | |
} | |
.lg\:my-3px { | |
margin-top: 3px; | |
margin-bottom: 3px; | |
} | |
.lg\:my-4px { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.lg\:my-5px { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
.lg\:my-6px { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
.lg\:my-7px { | |
margin-top: 7px; | |
margin-bottom: 7px; | |
} | |
.lg\:my-8px { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.lg\:my-9px { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
.lg\:my-10px { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.lg\:my-12px { | |
margin-top: 12px; | |
margin-bottom: 12px; | |
} | |
.lg\:my-14px { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.lg\:my-16px { | |
margin-top: 16px; | |
margin-bottom: 16px; | |
} | |
.lg\:my-0 { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.lg\:my-1 { | |
margin-top: 0.0625rem; | |
margin-bottom: 0.0625rem; | |
} | |
.lg\:my-2 { | |
margin-top: 0.125rem; | |
margin-bottom: 0.125rem; | |
} | |
.lg\:my-3 { | |
margin-top: 0.1875rem; | |
margin-bottom: 0.1875rem; | |
} | |
.lg\:my-4 { | |
margin-top: 0.25rem; | |
margin-bottom: 0.25rem; | |
} | |
.lg\:my-5 { | |
margin-top: 0.3125rem; | |
margin-bottom: 0.3125rem; | |
} | |
.lg\:my-6 { | |
margin-top: 0.375rem; | |
margin-bottom: 0.375rem; | |
} | |
.lg\:my-7 { | |
margin-top: 0.4375rem; | |
margin-bottom: 0.4375rem; | |
} | |
.lg\:my-8 { | |
margin-top: 0.5rem; | |
margin-bottom: 0.5rem; | |
} | |
.lg\:my-9 { | |
margin-top: 0.5625rem; | |
margin-bottom: 0.5625rem; | |
} | |
.lg\:my-10 { | |
margin-top: 0.625rem; | |
margin-bottom: 0.625rem; | |
} | |
.lg\:my-12 { | |
margin-top: 0.75rem; | |
margin-bottom: 0.75rem; | |
} | |
.lg\:my-14 { | |
margin-top: 0.875rem; | |
margin-bottom: 0.875rem; | |
} | |
.lg\:my-16 { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.lg\:my-18 { | |
margin-top: 1.125rem; | |
margin-bottom: 1.125rem; | |
} | |
.lg\:my-20 { | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
} | |
.lg\:my-24 { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
} | |
.lg\:my-28 { | |
margin-top: 1.75rem; | |
margin-bottom: 1.75rem; | |
} | |
.lg\:my-32 { | |
margin-top: 2rem; | |
margin-bottom: 2rem; | |
} | |
.lg\:my-36 { | |
margin-top: 2.25rem; | |
margin-bottom: 2.25rem; | |
} | |
.lg\:my-40 { | |
margin-top: 2.5rem; | |
margin-bottom: 2.5rem; | |
} | |
.lg\:my-48 { | |
margin-top: 3rem; | |
margin-bottom: 3rem; | |
} | |
.lg\:my-56 { | |
margin-top: 3.5rem; | |
margin-bottom: 3.5rem; | |
} | |
.lg\:my-64 { | |
margin-top: 4rem; | |
margin-bottom: 4rem; | |
} | |
.lg\:my-72 { | |
margin-top: 4.5rem; | |
margin-bottom: 4.5rem; | |
} | |
.lg\:my-80 { | |
margin-top: 5rem; | |
margin-bottom: 5rem; | |
} | |
.lg\:my-96 { | |
margin-top: 6rem; | |
margin-bottom: 6rem; | |
} | |
.lg\:my-112 { | |
margin-top: 7rem; | |
margin-bottom: 7rem; | |
} | |
.lg\:my-128 { | |
margin-top: 8rem; | |
margin-bottom: 8rem; | |
} | |
.lg\:my-144 { | |
margin-top: 9rem; | |
margin-bottom: 9rem; | |
} | |
.lg\:my-160 { | |
margin-top: 10rem; | |
margin-bottom: 10rem; | |
} | |
.lg\:my-192 { | |
margin-top: 12rem; | |
margin-bottom: 12rem; | |
} | |
.lg\:my-224 { | |
margin-top: 14rem; | |
margin-bottom: 14rem; | |
} | |
.lg\:my-256 { | |
margin-top: 16rem; | |
margin-bottom: 16rem; | |
} | |
.lg\:mt-revert { | |
margin-top: revert; | |
} | |
.lg\:mt-auto { | |
margin-top: auto; | |
} | |
.lg\:mt-1px { | |
margin-top: 1px; | |
} | |
.lg\:mt-2px { | |
margin-top: 2px; | |
} | |
.lg\:mt-3px { | |
margin-top: 3px; | |
} | |
.lg\:mt-4px { | |
margin-top: 4px; | |
} | |
.lg\:mt-5px { | |
margin-top: 5px; | |
} | |
.lg\:mt-6px { | |
margin-top: 6px; | |
} | |
.lg\:mt-7px { | |
margin-top: 7px; | |
} | |
.lg\:mt-8px { | |
margin-top: 8px; | |
} | |
.lg\:mt-9px { | |
margin-top: 9px; | |
} | |
.lg\:mt-10px { | |
margin-top: 10px; | |
} | |
.lg\:mt-12px { | |
margin-top: 12px; | |
} | |
.lg\:mt-14px { | |
margin-top: 14px; | |
} | |
.lg\:mt-16px { | |
margin-top: 16px; | |
} | |
.lg\:mt-0 { | |
margin-top: 0; | |
} | |
.lg\:mt-1 { | |
margin-top: 0.0625rem; | |
} | |
.lg\:mt-2 { | |
margin-top: 0.125rem; | |
} | |
.lg\:mt-3 { | |
margin-top: 0.1875rem; | |
} | |
.lg\:mt-4 { | |
margin-top: 0.25rem; | |
} | |
.lg\:mt-5 { | |
margin-top: 0.3125rem; | |
} | |
.lg\:mt-6 { | |
margin-top: 0.375rem; | |
} | |
.lg\:mt-7 { | |
margin-top: 0.4375rem; | |
} | |
.lg\:mt-8 { | |
margin-top: 0.5rem; | |
} | |
.lg\:mt-9 { | |
margin-top: 0.5625rem; | |
} | |
.lg\:mt-10 { | |
margin-top: 0.625rem; | |
} | |
.lg\:mt-12 { | |
margin-top: 0.75rem; | |
} | |
.lg\:mt-14 { | |
margin-top: 0.875rem; | |
} | |
.lg\:mt-16 { | |
margin-top: 1rem; | |
} | |
.lg\:mt-18 { | |
margin-top: 1.125rem; | |
} | |
.lg\:mt-20 { | |
margin-top: 1.25rem; | |
} | |
.lg\:mt-24 { | |
margin-top: 1.5rem; | |
} | |
.lg\:mt-28 { | |
margin-top: 1.75rem; | |
} | |
.lg\:mt-32 { | |
margin-top: 2rem; | |
} | |
.lg\:mt-36 { | |
margin-top: 2.25rem; | |
} | |
.lg\:mt-40 { | |
margin-top: 2.5rem; | |
} | |
.lg\:mt-48 { | |
margin-top: 3rem; | |
} | |
.lg\:mt-56 { | |
margin-top: 3.5rem; | |
} | |
.lg\:mt-64 { | |
margin-top: 4rem; | |
} | |
.lg\:mt-72 { | |
margin-top: 4.5rem; | |
} | |
.lg\:mt-80 { | |
margin-top: 5rem; | |
} | |
.lg\:mt-96 { | |
margin-top: 6rem; | |
} | |
.lg\:mt-112 { | |
margin-top: 7rem; | |
} | |
.lg\:mt-128 { | |
margin-top: 8rem; | |
} | |
.lg\:mt-144 { | |
margin-top: 9rem; | |
} | |
.lg\:mt-160 { | |
margin-top: 10rem; | |
} | |
.lg\:mt-192 { | |
margin-top: 12rem; | |
} | |
.lg\:mt-224 { | |
margin-top: 14rem; | |
} | |
.lg\:mt-256 { | |
margin-top: 16rem; | |
} | |
.lg\:mr-revert { | |
margin-right: revert; | |
} | |
.lg\:mr-auto { | |
margin-right: auto; | |
} | |
.lg\:mr-1px { | |
margin-right: 1px; | |
} | |
.lg\:mr-2px { | |
margin-right: 2px; | |
} | |
.lg\:mr-3px { | |
margin-right: 3px; | |
} | |
.lg\:mr-4px { | |
margin-right: 4px; | |
} | |
.lg\:mr-5px { | |
margin-right: 5px; | |
} | |
.lg\:mr-6px { | |
margin-right: 6px; | |
} | |
.lg\:mr-7px { | |
margin-right: 7px; | |
} | |
.lg\:mr-8px { | |
margin-right: 8px; | |
} | |
.lg\:mr-9px { | |
margin-right: 9px; | |
} | |
.lg\:mr-10px { | |
margin-right: 10px; | |
} | |
.lg\:mr-12px { | |
margin-right: 12px; | |
} | |
.lg\:mr-14px { | |
margin-right: 14px; | |
} | |
.lg\:mr-16px { | |
margin-right: 16px; | |
} | |
.lg\:mr-0 { | |
margin-right: 0; | |
} | |
.lg\:mr-1 { | |
margin-right: 0.0625rem; | |
} | |
.lg\:mr-2 { | |
margin-right: 0.125rem; | |
} | |
.lg\:mr-3 { | |
margin-right: 0.1875rem; | |
} | |
.lg\:mr-4 { | |
margin-right: 0.25rem; | |
} | |
.lg\:mr-5 { | |
margin-right: 0.3125rem; | |
} | |
.lg\:mr-6 { | |
margin-right: 0.375rem; | |
} | |
.lg\:mr-7 { | |
margin-right: 0.4375rem; | |
} | |
.lg\:mr-8 { | |
margin-right: 0.5rem; | |
} | |
.lg\:mr-9 { | |
margin-right: 0.5625rem; | |
} | |
.lg\:mr-10 { | |
margin-right: 0.625rem; | |
} | |
.lg\:mr-12 { | |
margin-right: 0.75rem; | |
} | |
.lg\:mr-14 { | |
margin-right: 0.875rem; | |
} | |
.lg\:mr-16 { | |
margin-right: 1rem; | |
} | |
.lg\:mr-18 { | |
margin-right: 1.125rem; | |
} | |
.lg\:mr-20 { | |
margin-right: 1.25rem; | |
} | |
.lg\:mr-24 { | |
margin-right: 1.5rem; | |
} | |
.lg\:mr-28 { | |
margin-right: 1.75rem; | |
} | |
.lg\:mr-32 { | |
margin-right: 2rem; | |
} | |
.lg\:mr-36 { | |
margin-right: 2.25rem; | |
} | |
.lg\:mr-40 { | |
margin-right: 2.5rem; | |
} | |
.lg\:mr-48 { | |
margin-right: 3rem; | |
} | |
.lg\:mr-56 { | |
margin-right: 3.5rem; | |
} | |
.lg\:mr-64 { | |
margin-right: 4rem; | |
} | |
.lg\:mr-72 { | |
margin-right: 4.5rem; | |
} | |
.lg\:mr-80 { | |
margin-right: 5rem; | |
} | |
.lg\:mr-96 { | |
margin-right: 6rem; | |
} | |
.lg\:mr-112 { | |
margin-right: 7rem; | |
} | |
.lg\:mr-128 { | |
margin-right: 8rem; | |
} | |
.lg\:mr-144 { | |
margin-right: 9rem; | |
} | |
.lg\:mr-160 { | |
margin-right: 10rem; | |
} | |
.lg\:mr-192 { | |
margin-right: 12rem; | |
} | |
.lg\:mr-224 { | |
margin-right: 14rem; | |
} | |
.lg\:mr-256 { | |
margin-right: 16rem; | |
} | |
.lg\:mb-revert { | |
margin-bottom: revert; | |
} | |
.lg\:mb-auto { | |
margin-bottom: auto; | |
} | |
.lg\:mb-1px { | |
margin-bottom: 1px; | |
} | |
.lg\:mb-2px { | |
margin-bottom: 2px; | |
} | |
.lg\:mb-3px { | |
margin-bottom: 3px; | |
} | |
.lg\:mb-4px { | |
margin-bottom: 4px; | |
} | |
.lg\:mb-5px { | |
margin-bottom: 5px; | |
} | |
.lg\:mb-6px { | |
margin-bottom: 6px; | |
} | |
.lg\:mb-7px { | |
margin-bottom: 7px; | |
} | |
.lg\:mb-8px { | |
margin-bottom: 8px; | |
} | |
.lg\:mb-9px { | |
margin-bottom: 9px; | |
} | |
.lg\:mb-10px { | |
margin-bottom: 10px; | |
} | |
.lg\:mb-12px { | |
margin-bottom: 12px; | |
} | |
.lg\:mb-14px { | |
margin-bottom: 14px; | |
} | |
.lg\:mb-16px { | |
margin-bottom: 16px; | |
} | |
.lg\:mb-0 { | |
margin-bottom: 0; | |
} | |
.lg\:mb-1 { | |
margin-bottom: 0.0625rem; | |
} | |
.lg\:mb-2 { | |
margin-bottom: 0.125rem; | |
} | |
.lg\:mb-3 { | |
margin-bottom: 0.1875rem; | |
} | |
.lg\:mb-4 { | |
margin-bottom: 0.25rem; | |
} | |
.lg\:mb-5 { | |
margin-bottom: 0.3125rem; | |
} | |
.lg\:mb-6 { | |
margin-bottom: 0.375rem; | |
} | |
.lg\:mb-7 { | |
margin-bottom: 0.4375rem; | |
} | |
.lg\:mb-8 { | |
margin-bottom: 0.5rem; | |
} | |
.lg\:mb-9 { | |
margin-bottom: 0.5625rem; | |
} | |
.lg\:mb-10 { | |
margin-bottom: 0.625rem; | |
} | |
.lg\:mb-12 { | |
margin-bottom: 0.75rem; | |
} | |
.lg\:mb-14 { | |
margin-bottom: 0.875rem; | |
} | |
.lg\:mb-16 { | |
margin-bottom: 1rem; | |
} | |
.lg\:mb-18 { | |
margin-bottom: 1.125rem; | |
} | |
.lg\:mb-20 { | |
margin-bottom: 1.25rem; | |
} | |
.lg\:mb-24 { | |
margin-bottom: 1.5rem; | |
} | |
.lg\:mb-28 { | |
margin-bottom: 1.75rem; | |
} | |
.lg\:mb-32 { | |
margin-bottom: 2rem; | |
} | |
.lg\:mb-36 { | |
margin-bottom: 2.25rem; | |
} | |
.lg\:mb-40 { | |
margin-bottom: 2.5rem; | |
} | |
.lg\:mb-48 { | |
margin-bottom: 3rem; | |
} | |
.lg\:mb-56 { | |
margin-bottom: 3.5rem; | |
} | |
.lg\:mb-64 { | |
margin-bottom: 4rem; | |
} | |
.lg\:mb-72 { | |
margin-bottom: 4.5rem; | |
} | |
.lg\:mb-80 { | |
margin-bottom: 5rem; | |
} | |
.lg\:mb-96 { | |
margin-bottom: 6rem; | |
} | |
.lg\:mb-112 { | |
margin-bottom: 7rem; | |
} | |
.lg\:mb-128 { | |
margin-bottom: 8rem; | |
} | |
.lg\:mb-144 { | |
margin-bottom: 9rem; | |
} | |
.lg\:mb-160 { | |
margin-bottom: 10rem; | |
} | |
.lg\:mb-192 { | |
margin-bottom: 12rem; | |
} | |
.lg\:mb-224 { | |
margin-bottom: 14rem; | |
} | |
.lg\:mb-256 { | |
margin-bottom: 16rem; | |
} | |
.lg\:ml-revert { | |
margin-left: revert; | |
} | |
.lg\:ml-auto { | |
margin-left: auto; | |
} | |
.lg\:ml-1px { | |
margin-left: 1px; | |
} | |
.lg\:ml-2px { | |
margin-left: 2px; | |
} | |
.lg\:ml-3px { | |
margin-left: 3px; | |
} | |
.lg\:ml-4px { | |
margin-left: 4px; | |
} | |
.lg\:ml-5px { | |
margin-left: 5px; | |
} | |
.lg\:ml-6px { | |
margin-left: 6px; | |
} | |
.lg\:ml-7px { | |
margin-left: 7px; | |
} | |
.lg\:ml-8px { | |
margin-left: 8px; | |
} | |
.lg\:ml-9px { | |
margin-left: 9px; | |
} | |
.lg\:ml-10px { | |
margin-left: 10px; | |
} | |
.lg\:ml-12px { | |
margin-left: 12px; | |
} | |
.lg\:ml-14px { | |
margin-left: 14px; | |
} | |
.lg\:ml-16px { | |
margin-left: 16px; | |
} | |
.lg\:ml-0 { | |
margin-left: 0; | |
} | |
.lg\:ml-1 { | |
margin-left: 0.0625rem; | |
} | |
.lg\:ml-2 { | |
margin-left: 0.125rem; | |
} | |
.lg\:ml-3 { | |
margin-left: 0.1875rem; | |
} | |
.lg\:ml-4 { | |
margin-left: 0.25rem; | |
} | |
.lg\:ml-5 { | |
margin-left: 0.3125rem; | |
} | |
.lg\:ml-6 { | |
margin-left: 0.375rem; | |
} | |
.lg\:ml-7 { | |
margin-left: 0.4375rem; | |
} | |
.lg\:ml-8 { | |
margin-left: 0.5rem; | |
} | |
.lg\:ml-9 { | |
margin-left: 0.5625rem; | |
} | |
.lg\:ml-10 { | |
margin-left: 0.625rem; | |
} | |
.lg\:ml-12 { | |
margin-left: 0.75rem; | |
} | |
.lg\:ml-14 { | |
margin-left: 0.875rem; | |
} | |
.lg\:ml-16 { | |
margin-left: 1rem; | |
} | |
.lg\:ml-18 { | |
margin-left: 1.125rem; | |
} | |
.lg\:ml-20 { | |
margin-left: 1.25rem; | |
} | |
.lg\:ml-24 { | |
margin-left: 1.5rem; | |
} | |
.lg\:ml-28 { | |
margin-left: 1.75rem; | |
} | |
.lg\:ml-32 { | |
margin-left: 2rem; | |
} | |
.lg\:ml-36 { | |
margin-left: 2.25rem; | |
} | |
.lg\:ml-40 { | |
margin-left: 2.5rem; | |
} | |
.lg\:ml-48 { | |
margin-left: 3rem; | |
} | |
.lg\:ml-56 { | |
margin-left: 3.5rem; | |
} | |
.lg\:ml-64 { | |
margin-left: 4rem; | |
} | |
.lg\:ml-72 { | |
margin-left: 4.5rem; | |
} | |
.lg\:ml-80 { | |
margin-left: 5rem; | |
} | |
.lg\:ml-96 { | |
margin-left: 6rem; | |
} | |
.lg\:ml-112 { | |
margin-left: 7rem; | |
} | |
.lg\:ml-128 { | |
margin-left: 8rem; | |
} | |
.lg\:ml-144 { | |
margin-left: 9rem; | |
} | |
.lg\:ml-160 { | |
margin-left: 10rem; | |
} | |
.lg\:ml-192 { | |
margin-left: 12rem; | |
} | |
.lg\:ml-224 { | |
margin-left: 14rem; | |
} | |
.lg\:ml-256 { | |
margin-left: 16rem; | |
} | |
.lg\:p-revert { | |
padding: revert; | |
} | |
.lg\:p-auto { | |
padding: auto; | |
} | |
.lg\:p-1px { | |
padding: 1px; | |
} | |
.lg\:p-2px { | |
padding: 2px; | |
} | |
.lg\:p-3px { | |
padding: 3px; | |
} | |
.lg\:p-4px { | |
padding: 4px; | |
} | |
.lg\:p-5px { | |
padding: 5px; | |
} | |
.lg\:p-6px { | |
padding: 6px; | |
} | |
.lg\:p-7px { | |
padding: 7px; | |
} | |
.lg\:p-8px { | |
padding: 8px; | |
} | |
.lg\:p-9px { | |
padding: 9px; | |
} | |
.lg\:p-10px { | |
padding: 10px; | |
} | |
.lg\:p-12px { | |
padding: 12px; | |
} | |
.lg\:p-14px { | |
padding: 14px; | |
} | |
.lg\:p-16px { | |
padding: 16px; | |
} | |
.lg\:p-0 { | |
padding: 0; | |
} | |
.lg\:p-1 { | |
padding: 0.0625rem; | |
} | |
.lg\:p-2 { | |
padding: 0.125rem; | |
} | |
.lg\:p-3 { | |
padding: 0.1875rem; | |
} | |
.lg\:p-4 { | |
padding: 0.25rem; | |
} | |
.lg\:p-5 { | |
padding: 0.3125rem; | |
} | |
.lg\:p-6 { | |
padding: 0.375rem; | |
} | |
.lg\:p-7 { | |
padding: 0.4375rem; | |
} | |
.lg\:p-8 { | |
padding: 0.5rem; | |
} | |
.lg\:p-9 { | |
padding: 0.5625rem; | |
} | |
.lg\:p-10 { | |
padding: 0.625rem; | |
} | |
.lg\:p-12 { | |
padding: 0.75rem; | |
} | |
.lg\:p-14 { | |
padding: 0.875rem; | |
} | |
.lg\:p-16 { | |
padding: 1rem; | |
} | |
.lg\:p-18 { | |
padding: 1.125rem; | |
} | |
.lg\:p-20 { | |
padding: 1.25rem; | |
} | |
.lg\:p-24 { | |
padding: 1.5rem; | |
} | |
.lg\:p-28 { | |
padding: 1.75rem; | |
} | |
.lg\:p-32 { | |
padding: 2rem; | |
} | |
.lg\:p-36 { | |
padding: 2.25rem; | |
} | |
.lg\:p-40 { | |
padding: 2.5rem; | |
} | |
.lg\:p-48 { | |
padding: 3rem; | |
} | |
.lg\:p-56 { | |
padding: 3.5rem; | |
} | |
.lg\:p-64 { | |
padding: 4rem; | |
} | |
.lg\:p-72 { | |
padding: 4.5rem; | |
} | |
.lg\:p-80 { | |
padding: 5rem; | |
} | |
.lg\:p-96 { | |
padding: 6rem; | |
} | |
.lg\:p-112 { | |
padding: 7rem; | |
} | |
.lg\:p-128 { | |
padding: 8rem; | |
} | |
.lg\:p-144 { | |
padding: 9rem; | |
} | |
.lg\:p-160 { | |
padding: 10rem; | |
} | |
.lg\:p-192 { | |
padding: 12rem; | |
} | |
.lg\:p-224 { | |
padding: 14rem; | |
} | |
.lg\:p-256 { | |
padding: 16rem; | |
} | |
.lg\:px-revert { | |
padding-left: revert; | |
padding-right: revert; | |
} | |
.lg\:px-auto { | |
padding-left: auto; | |
padding-right: auto; | |
} | |
.lg\:px-1px { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.lg\:px-2px { | |
padding-left: 2px; | |
padding-right: 2px; | |
} | |
.lg\:px-3px { | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.lg\:px-4px { | |
padding-left: 4px; | |
padding-right: 4px; | |
} | |
.lg\:px-5px { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.lg\:px-6px { | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.lg\:px-7px { | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.lg\:px-8px { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.lg\:px-9px { | |
padding-left: 9px; | |
padding-right: 9px; | |
} | |
.lg\:px-10px { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
.lg\:px-12px { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.lg\:px-14px { | |
padding-left: 14px; | |
padding-right: 14px; | |
} | |
.lg\:px-16px { | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.lg\:px-0 { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.lg\:px-1 { | |
padding-left: 0.0625rem; | |
padding-right: 0.0625rem; | |
} | |
.lg\:px-2 { | |
padding-left: 0.125rem; | |
padding-right: 0.125rem; | |
} | |
.lg\:px-3 { | |
padding-left: 0.1875rem; | |
padding-right: 0.1875rem; | |
} | |
.lg\:px-4 { | |
padding-left: 0.25rem; | |
padding-right: 0.25rem; | |
} | |
.lg\:px-5 { | |
padding-left: 0.3125rem; | |
padding-right: 0.3125rem; | |
} | |
.lg\:px-6 { | |
padding-left: 0.375rem; | |
padding-right: 0.375rem; | |
} | |
.lg\:px-7 { | |
padding-left: 0.4375rem; | |
padding-right: 0.4375rem; | |
} | |
.lg\:px-8 { | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
} | |
.lg\:px-9 { | |
padding-left: 0.5625rem; | |
padding-right: 0.5625rem; | |
} | |
.lg\:px-10 { | |
padding-left: 0.625rem; | |
padding-right: 0.625rem; | |
} | |
.lg\:px-12 { | |
padding-left: 0.75rem; | |
padding-right: 0.75rem; | |
} | |
.lg\:px-14 { | |
padding-left: 0.875rem; | |
padding-right: 0.875rem; | |
} | |
.lg\:px-16 { | |
padding-left: 1rem; | |
padding-right: 1rem; | |
} | |
.lg\:px-18 { | |
padding-left: 1.125rem; | |
padding-right: 1.125rem; | |
} | |
.lg\:px-20 { | |
padding-left: 1.25rem; | |
padding-right: 1.25rem; | |
} | |
.lg\:px-24 { | |
padding-left: 1.5rem; | |
padding-right: 1.5rem; | |
} | |
.lg\:px-28 { | |
padding-left: 1.75rem; | |
padding-right: 1.75rem; | |
} | |
.lg\:px-32 { | |
padding-left: 2rem; | |
padding-right: 2rem; | |
} | |
.lg\:px-36 { | |
padding-left: 2.25rem; | |
padding-right: 2.25rem; | |
} | |
.lg\:px-40 { | |
padding-left: 2.5rem; | |
padding-right: 2.5rem; | |
} | |
.lg\:px-48 { | |
padding-left: 3rem; | |
padding-right: 3rem; | |
} | |
.lg\:px-56 { | |
padding-left: 3.5rem; | |
padding-right: 3.5rem; | |
} | |
.lg\:px-64 { | |
padding-left: 4rem; | |
padding-right: 4rem; | |
} | |
.lg\:px-72 { | |
padding-left: 4.5rem; | |
padding-right: 4.5rem; | |
} | |
.lg\:px-80 { | |
padding-left: 5rem; | |
padding-right: 5rem; | |
} | |
.lg\:px-96 { | |
padding-left: 6rem; | |
padding-right: 6rem; | |
} | |
.lg\:px-112 { | |
padding-left: 7rem; | |
padding-right: 7rem; | |
} | |
.lg\:px-128 { | |
padding-left: 8rem; | |
padding-right: 8rem; | |
} | |
.lg\:px-144 { | |
padding-left: 9rem; | |
padding-right: 9rem; | |
} | |
.lg\:px-160 { | |
padding-left: 10rem; | |
padding-right: 10rem; | |
} | |
.lg\:px-192 { | |
padding-left: 12rem; | |
padding-right: 12rem; | |
} | |
.lg\:px-224 { | |
padding-left: 14rem; | |
padding-right: 14rem; | |
} | |
.lg\:px-256 { | |
padding-left: 16rem; | |
padding-right: 16rem; | |
} | |
.lg\:py-revert { | |
padding-top: revert; | |
padding-bottom: revert; | |
} | |
.lg\:py-auto { | |
padding-top: auto; | |
padding-bottom: auto; | |
} | |
.lg\:py-1px { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.lg\:py-2px { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.lg\:py-3px { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
} | |
.lg\:py-4px { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
} | |
.lg\:py-5px { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.lg\:py-6px { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
.lg\:py-7px { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
} | |
.lg\:py-8px { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.lg\:py-9px { | |
padding-top: 9px; | |
padding-bottom: 9px; | |
} | |
.lg\:py-10px { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
.lg\:py-12px { | |
padding-top: 12px; | |
padding-bottom: 12px; | |
} | |
.lg\:py-14px { | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.lg\:py-16px { | |
padding-top: 16px; | |
padding-bottom: 16px; | |
} | |
.lg\:py-0 { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
.lg\:py-1 { | |
padding-top: 0.0625rem; | |
padding-bottom: 0.0625rem; | |
} | |
.lg\:py-2 { | |
padding-top: 0.125rem; | |
padding-bottom: 0.125rem; | |
} | |
.lg\:py-3 { | |
padding-top: 0.1875rem; | |
padding-bottom: 0.1875rem; | |
} | |
.lg\:py-4 { | |
padding-top: 0.25rem; | |
padding-bottom: 0.25rem; | |
} | |
.lg\:py-5 { | |
padding-top: 0.3125rem; | |
padding-bottom: 0.3125rem; | |
} | |
.lg\:py-6 { | |
padding-top: 0.375rem; | |
padding-bottom: 0.375rem; | |
} | |
.lg\:py-7 { | |
padding-top: 0.4375rem; | |
padding-bottom: 0.4375rem; | |
} | |
.lg\:py-8 { | |
padding-top: 0.5rem; | |
padding-bottom: 0.5rem; | |
} | |
.lg\:py-9 { | |
padding-top: 0.5625rem; | |
padding-bottom: 0.5625rem; | |
} | |
.lg\:py-10 { | |
padding-top: 0.625rem; | |
padding-bottom: 0.625rem; | |
} | |
.lg\:py-12 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.75rem; | |
} | |
.lg\:py-14 { | |
padding-top: 0.875rem; | |
padding-bottom: 0.875rem; | |
} | |
.lg\:py-16 { | |
padding-top: 1rem; | |
padding-bottom: 1rem; | |
} | |
.lg\:py-18 { | |
padding-top: 1.125rem; | |
padding-bottom: 1.125rem; | |
} | |
.lg\:py-20 { | |
padding-top: 1.25rem; | |
padding-bottom: 1.25rem; | |
} | |
.lg\:py-24 { | |
padding-top: 1.5rem; | |
padding-bottom: 1.5rem; | |
} | |
.lg\:py-28 { | |
padding-top: 1.75rem; | |
padding-bottom: 1.75rem; | |
} | |
.lg\:py-32 { | |
padding-top: 2rem; | |
padding-bottom: 2rem; | |
} | |
.lg\:py-36 { | |
padding-top: 2.25rem; | |
padding-bottom: 2.25rem; | |
} | |
.lg\:py-40 { | |
padding-top: 2.5rem; | |
padding-bottom: 2.5rem; | |
} | |
.lg\:py-48 { | |
padding-top: 3rem; | |
padding-bottom: 3rem; | |
} | |
.lg\:py-56 { | |
padding-top: 3.5rem; | |
padding-bottom: 3.5rem; | |
} | |
.lg\:py-64 { | |
padding-top: 4rem; | |
padding-bottom: 4rem; | |
} | |
.lg\:py-72 { | |
padding-top: 4.5rem; | |
padding-bottom: 4.5rem; | |
} | |
.lg\:py-80 { | |
padding-top: 5rem; | |
padding-bottom: 5rem; | |
} | |
.lg\:py-96 { | |
padding-top: 6rem; | |
padding-bottom: 6rem; | |
} | |
.lg\:py-112 { | |
padding-top: 7rem; | |
padding-bottom: 7rem; | |
} | |
.lg\:py-128 { | |
padding-top: 8rem; | |
padding-bottom: 8rem; | |
} | |
.lg\:py-144 { | |
padding-top: 9rem; | |
padding-bottom: 9rem; | |
} | |
.lg\:py-160 { | |
padding-top: 10rem; | |
padding-bottom: 10rem; | |
} | |
.lg\:py-192 { | |
padding-top: 12rem; | |
padding-bottom: 12rem; | |
} | |
.lg\:py-224 { | |
padding-top: 14rem; | |
padding-bottom: 14rem; | |
} | |
.lg\:py-256 { | |
padding-top: 16rem; | |
padding-bottom: 16rem; | |
} | |
.lg\:pt-revert { | |
padding-top: revert; | |
} | |
.lg\:pt-auto { | |
padding-top: auto; | |
} | |
.lg\:pt-1px { | |
padding-top: 1px; | |
} | |
.lg\:pt-2px { | |
padding-top: 2px; | |
} | |
.lg\:pt-3px { | |
padding-top: 3px; | |
} | |
.lg\:pt-4px { | |
padding-top: 4px; | |
} | |
.lg\:pt-5px { | |
padding-top: 5px; | |
} | |
.lg\:pt-6px { | |
padding-top: 6px; | |
} | |
.lg\:pt-7px { | |
padding-top: 7px; | |
} | |
.lg\:pt-8px { | |
padding-top: 8px; | |
} | |
.lg\:pt-9px { | |
padding-top: 9px; | |
} | |
.lg\:pt-10px { | |
padding-top: 10px; | |
} | |
.lg\:pt-12px { | |
padding-top: 12px; | |
} | |
.lg\:pt-14px { | |
padding-top: 14px; | |
} | |
.lg\:pt-16px { | |
padding-top: 16px; | |
} | |
.lg\:pt-0 { | |
padding-top: 0; | |
} | |
.lg\:pt-1 { | |
padding-top: 0.0625rem; | |
} | |
.lg\:pt-2 { | |
padding-top: 0.125rem; | |
} | |
.lg\:pt-3 { | |
padding-top: 0.1875rem; | |
} | |
.lg\:pt-4 { | |
padding-top: 0.25rem; | |
} | |
.lg\:pt-5 { | |
padding-top: 0.3125rem; | |
} | |
.lg\:pt-6 { | |
padding-top: 0.375rem; | |
} | |
.lg\:pt-7 { | |
padding-top: 0.4375rem; | |
} | |
.lg\:pt-8 { | |
padding-top: 0.5rem; | |
} | |
.lg\:pt-9 { | |
padding-top: 0.5625rem; | |
} | |
.lg\:pt-10 { | |
padding-top: 0.625rem; | |
} | |
.lg\:pt-12 { | |
padding-top: 0.75rem; | |
} | |
.lg\:pt-14 { | |
padding-top: 0.875rem; | |
} | |
.lg\:pt-16 { | |
padding-top: 1rem; | |
} | |
.lg\:pt-18 { | |
padding-top: 1.125rem; | |
} | |
.lg\:pt-20 { | |
padding-top: 1.25rem; | |
} | |
.lg\:pt-24 { | |
padding-top: 1.5rem; | |
} | |
.lg\:pt-28 { | |
padding-top: 1.75rem; | |
} | |
.lg\:pt-32 { | |
padding-top: 2rem; | |
} | |
.lg\:pt-36 { | |
padding-top: 2.25rem; | |
} | |
.lg\:pt-40 { | |
padding-top: 2.5rem; | |
} | |
.lg\:pt-48 { | |
padding-top: 3rem; | |
} | |
.lg\:pt-56 { | |
padding-top: 3.5rem; | |
} | |
.lg\:pt-64 { | |
padding-top: 4rem; | |
} | |
.lg\:pt-72 { | |
padding-top: 4.5rem; | |
} | |
.lg\:pt-80 { | |
padding-top: 5rem; | |
} | |
.lg\:pt-96 { | |
padding-top: 6rem; | |
} | |
.lg\:pt-112 { | |
padding-top: 7rem; | |
} | |
.lg\:pt-128 { | |
padding-top: 8rem; | |
} | |
.lg\:pt-144 { | |
padding-top: 9rem; | |
} | |
.lg\:pt-160 { | |
padding-top: 10rem; | |
} | |
.lg\:pt-192 { | |
padding-top: 12rem; | |
} | |
.lg\:pt-224 { | |
padding-top: 14rem; | |
} | |
.lg\:pt-256 { | |
padding-top: 16rem; | |
} | |
.lg\:pr-revert { | |
padding-right: revert; | |
} | |
.lg\:pr-auto { | |
padding-right: auto; | |
} | |
.lg\:pr-1px { | |
padding-right: 1px; | |
} | |
.lg\:pr-2px { | |
padding-right: 2px; | |
} | |
.lg\:pr-3px { | |
padding-right: 3px; | |
} | |
.lg\:pr-4px { | |
padding-right: 4px; | |
} | |
.lg\:pr-5px { | |
padding-right: 5px; | |
} | |
.lg\:pr-6px { | |
padding-right: 6px; | |
} | |
.lg\:pr-7px { | |
padding-right: 7px; | |
} | |
.lg\:pr-8px { | |
padding-right: 8px; | |
} | |
.lg\:pr-9px { | |
padding-right: 9px; | |
} | |
.lg\:pr-10px { | |
padding-right: 10px; | |
} | |
.lg\:pr-12px { | |
padding-right: 12px; | |
} | |
.lg\:pr-14px { | |
padding-right: 14px; | |
} | |
.lg\:pr-16px { | |
padding-right: 16px; | |
} | |
.lg\:pr-0 { | |
padding-right: 0; | |
} | |
.lg\:pr-1 { | |
padding-right: 0.0625rem; | |
} | |
.lg\:pr-2 { | |
padding-right: 0.125rem; | |
} | |
.lg\:pr-3 { | |
padding-right: 0.1875rem; | |
} | |
.lg\:pr-4 { | |
padding-right: 0.25rem; | |
} | |
.lg\:pr-5 { | |
padding-right: 0.3125rem; | |
} | |
.lg\:pr-6 { | |
padding-right: 0.375rem; | |
} | |
.lg\:pr-7 { | |
padding-right: 0.4375rem; | |
} | |
.lg\:pr-8 { | |
padding-right: 0.5rem; | |
} | |
.lg\:pr-9 { | |
padding-right: 0.5625rem; | |
} | |
.lg\:pr-10 { | |
padding-right: 0.625rem; | |
} | |
.lg\:pr-12 { | |
padding-right: 0.75rem; | |
} | |
.lg\:pr-14 { | |
padding-right: 0.875rem; | |
} | |
.lg\:pr-16 { | |
padding-right: 1rem; | |
} | |
.lg\:pr-18 { | |
padding-right: 1.125rem; | |
} | |
.lg\:pr-20 { | |
padding-right: 1.25rem; | |
} | |
.lg\:pr-24 { | |
padding-right: 1.5rem; | |
} | |
.lg\:pr-28 { | |
padding-right: 1.75rem; | |
} | |
.lg\:pr-32 { | |
padding-right: 2rem; | |
} | |
.lg\:pr-36 { | |
padding-right: 2.25rem; | |
} | |
.lg\:pr-40 { | |
padding-right: 2.5rem; | |
} | |
.lg\:pr-48 { | |
padding-right: 3rem; | |
} | |
.lg\:pr-56 { | |
padding-right: 3.5rem; | |
} | |
.lg\:pr-64 { | |
padding-right: 4rem; | |
} | |
.lg\:pr-72 { | |
padding-right: 4.5rem; | |
} | |
.lg\:pr-80 { | |
padding-right: 5rem; | |
} | |
.lg\:pr-96 { | |
padding-right: 6rem; | |
} | |
.lg\:pr-112 { | |
padding-right: 7rem; | |
} | |
.lg\:pr-128 { | |
padding-right: 8rem; | |
} | |
.lg\:pr-144 { | |
padding-right: 9rem; | |
} | |
.lg\:pr-160 { | |
padding-right: 10rem; | |
} | |
.lg\:pr-192 { | |
padding-right: 12rem; | |
} | |
.lg\:pr-224 { | |
padding-right: 14rem; | |
} | |
.lg\:pr-256 { | |
padding-right: 16rem; | |
} | |
.lg\:pb-revert { | |
padding-bottom: revert; | |
} | |
.lg\:pb-auto { | |
padding-bottom: auto; | |
} | |
.lg\:pb-1px { | |
padding-bottom: 1px; | |
} | |
.lg\:pb-2px { | |
padding-bottom: 2px; | |
} | |
.lg\:pb-3px { | |
padding-bottom: 3px; | |
} | |
.lg\:pb-4px { | |
padding-bottom: 4px; | |
} | |
.lg\:pb-5px { | |
padding-bottom: 5px; | |
} | |
.lg\:pb-6px { | |
padding-bottom: 6px; | |
} | |
.lg\:pb-7px { | |
padding-bottom: 7px; | |
} | |
.lg\:pb-8px { | |
padding-bottom: 8px; | |
} | |
.lg\:pb-9px { | |
padding-bottom: 9px; | |
} | |
.lg\:pb-10px { | |
padding-bottom: 10px; | |
} | |
.lg\:pb-12px { | |
padding-bottom: 12px; | |
} | |
.lg\:pb-14px { | |
padding-bottom: 14px; | |
} | |
.lg\:pb-16px { | |
padding-bottom: 16px; | |
} | |
.lg\:pb-0 { | |
padding-bottom: 0; | |
} | |
.lg\:pb-1 { | |
padding-bottom: 0.0625rem; | |
} | |
.lg\:pb-2 { | |
padding-bottom: 0.125rem; | |
} | |
.lg\:pb-3 { | |
padding-bottom: 0.1875rem; | |
} | |
.lg\:pb-4 { | |
padding-bottom: 0.25rem; | |
} | |
.lg\:pb-5 { | |
padding-bottom: 0.3125rem; | |
} | |
.lg\:pb-6 { | |
padding-bottom: 0.375rem; | |
} | |
.lg\:pb-7 { | |
padding-bottom: 0.4375rem; | |
} | |
.lg\:pb-8 { | |
padding-bottom: 0.5rem; | |
} | |
.lg\:pb-9 { | |
padding-bottom: 0.5625rem; | |
} | |
.lg\:pb-10 { | |
padding-bottom: 0.625rem; | |
} | |
.lg\:pb-12 { | |
padding-bottom: 0.75rem; | |
} | |
.lg\:pb-14 { | |
padding-bottom: 0.875rem; | |
} | |
.lg\:pb-16 { | |
padding-bottom: 1rem; | |
} | |
.lg\:pb-18 { | |
padding-bottom: 1.125rem; | |
} | |
.lg\:pb-20 { | |
padding-bottom: 1.25rem; | |
} | |
.lg\:pb-24 { | |
padding-bottom: 1.5rem; | |
} | |
.lg\:pb-28 { | |
padding-bottom: 1.75rem; | |
} | |
.lg\:pb-32 { | |
padding-bottom: 2rem; | |
} | |
.lg\:pb-36 { | |
padding-bottom: 2.25rem; | |
} | |
.lg\:pb-40 { | |
padding-bottom: 2.5rem; | |
} | |
.lg\:pb-48 { | |
padding-bottom: 3rem; | |
} | |
.lg\:pb-56 { | |
padding-bottom: 3.5rem; | |
} | |
.lg\:pb-64 { | |
padding-bottom: 4rem; | |
} | |
.lg\:pb-72 { | |
padding-bottom: 4.5rem; | |
} | |
.lg\:pb-80 { | |
padding-bottom: 5rem; | |
} | |
.lg\:pb-96 { | |
padding-bottom: 6rem; | |
} | |
.lg\:pb-112 { | |
padding-bottom: 7rem; | |
} | |
.lg\:pb-128 { | |
padding-bottom: 8rem; | |
} | |
.lg\:pb-144 { | |
padding-bottom: 9rem; | |
} | |
.lg\:pb-160 { | |
padding-bottom: 10rem; | |
} | |
.lg\:pb-192 { | |
padding-bottom: 12rem; | |
} | |
.lg\:pb-224 { | |
padding-bottom: 14rem; | |
} | |
.lg\:pb-256 { | |
padding-bottom: 16rem; | |
} | |
.lg\:pl-revert { | |
padding-left: revert; | |
} | |
.lg\:pl-auto { | |
padding-left: auto; | |
} | |
.lg\:pl-1px { | |
padding-left: 1px; | |
} | |
.lg\:pl-2px { | |
padding-left: 2px; | |
} | |
.lg\:pl-3px { | |
padding-left: 3px; | |
} | |
.lg\:pl-4px { | |
padding-left: 4px; | |
} | |
.lg\:pl-5px { | |
padding-left: 5px; | |
} | |
.lg\:pl-6px { | |
padding-left: 6px; | |
} | |
.lg\:pl-7px { | |
padding-left: 7px; | |
} | |
.lg\:pl-8px { | |
padding-left: 8px; | |
} | |
.lg\:pl-9px { | |
padding-left: 9px; | |
} | |
.lg\:pl-10px { | |
padding-left: 10px; | |
} | |
.lg\:pl-12px { | |
padding-left: 12px; | |
} | |
.lg\:pl-14px { | |
padding-left: 14px; | |
} | |
.lg\:pl-16px { | |
padding-left: 16px; | |
} | |
.lg\:pl-0 { | |
padding-left: 0; | |
} | |
.lg\:pl-1 { | |
padding-left: 0.0625rem; | |
} | |
.lg\:pl-2 { | |
padding-left: 0.125rem; | |
} | |
.lg\:pl-3 { | |
padding-left: 0.1875rem; | |
} | |
.lg\:pl-4 { | |
padding-left: 0.25rem; | |
} | |
.lg\:pl-5 { | |
padding-left: 0.3125rem; | |
} | |
.lg\:pl-6 { | |
padding-left: 0.375rem; | |
} | |
.lg\:pl-7 { | |
padding-left: 0.4375rem; | |
} | |
.lg\:pl-8 { | |
padding-left: 0.5rem; | |
} | |
.lg\:pl-9 { | |
padding-left: 0.5625rem; | |
} | |
.lg\:pl-10 { | |
padding-left: 0.625rem; | |
} | |
.lg\:pl-12 { | |
padding-left: 0.75rem; | |
} | |
.lg\:pl-14 { | |
padding-left: 0.875rem; | |
} | |
.lg\:pl-16 { | |
padding-left: 1rem; | |
} | |
.lg\:pl-18 { | |
padding-left: 1.125rem; | |
} | |
.lg\:pl-20 { | |
padding-left: 1.25rem; | |
} | |
.lg\:pl-24 { | |
padding-left: 1.5rem; | |
} | |
.lg\:pl-28 { | |
padding-left: 1.75rem; | |
} | |
.lg\:pl-32 { | |
padding-left: 2rem; | |
} | |
.lg\:pl-36 { | |
padding-left: 2.25rem; | |
} | |
.lg\:pl-40 { | |
padding-left: 2.5rem; | |
} | |
.lg\:pl-48 { | |
padding-left: 3rem; | |
} | |
.lg\:pl-56 { | |
padding-left: 3.5rem; | |
} | |
.lg\:pl-64 { | |
padding-left: 4rem; | |
} | |
.lg\:pl-72 { | |
padding-left: 4.5rem; | |
} | |
.lg\:pl-80 { | |
padding-left: 5rem; | |
} | |
.lg\:pl-96 { | |
padding-left: 6rem; | |
} | |
.lg\:pl-112 { | |
padding-left: 7rem; | |
} | |
.lg\:pl-128 { | |
padding-left: 8rem; | |
} | |
.lg\:pl-144 { | |
padding-left: 9rem; | |
} | |
.lg\:pl-160 { | |
padding-left: 10rem; | |
} | |
.lg\:pl-192 { | |
padding-left: 12rem; | |
} | |
.lg\:pl-224 { | |
padding-left: 14rem; | |
} | |
.lg\:pl-256 { | |
padding-left: 16rem; | |
} | |
.lg\:revert { | |
position: revert; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.lg\:static { | |
position: static; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.lg\:absolute { | |
position: absolute; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.lg\:fixed { | |
position: fixed; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.lg\:relative { | |
position: relative; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.lg\:sticky { | |
position: sticky; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.lg\:inset-revert { | |
inset: revert; | |
} | |
.lg\:inset { | |
inset: 0; | |
} | |
.lg\:inset-tr { | |
inset: 0; | |
bottom: revert; | |
left: revert; | |
} | |
.lg\:inset-br { | |
inset: 0; | |
top: revert; | |
left: revert; | |
} | |
.lg\:inset-bl { | |
inset: 0; | |
top: revert; | |
right: revert; | |
} | |
.lg\:inset-tl { | |
inset: 0; | |
right: revert; | |
bottom: revert; | |
} | |
.lg\:inset-t { | |
inset: 0; | |
bottom: revert; | |
} | |
.lg\:inset-r { | |
inset: 0; | |
left: revert; | |
} | |
.lg\:inset-b { | |
inset: 0; | |
top: revert; | |
} | |
.lg\:inset-l { | |
inset: 0; | |
right: revert; | |
} | |
.lg\:row { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
.lg\:col { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
.lg\:justify-revert { | |
justify-content: revert; | |
} | |
.lg\:justify-stretch { | |
justify-content: stretch; | |
} | |
.lg\:justify-start { | |
justify-content: flex-start; | |
} | |
.lg\:justify-center { | |
justify-content: center; | |
} | |
.lg\:justify-end { | |
justify-content: flex-end; | |
} | |
.lg\:align-revert { | |
align-items: revert; | |
} | |
.lg\:align-stretch { | |
align-items: stretch; | |
} | |
.lg\:align-start { | |
align-items: flex-start; | |
} | |
.lg\:align-center { | |
align-items: center; | |
} | |
.lg\:align-end { | |
align-items: flex-end; | |
} | |
.lg\:justify-self-revert { | |
justify-self: revert; | |
} | |
.lg\:justify-self-stretch { | |
justify-self: stretch; | |
} | |
.lg\:justify-self-start { | |
justify-self: flex-start; | |
} | |
.lg\:justify-self-center { | |
justify-self: center; | |
} | |
.lg\:justify-self-end { | |
justify-self: flex-end; | |
} | |
.lg\:align-self-revert { | |
align-self: revert; | |
} | |
.lg\:align-self-stretch { | |
align-self: stretch; | |
} | |
.lg\:align-self-start { | |
align-self: flex-start; | |
} | |
.lg\:align-self-center { | |
align-self: center; | |
} | |
.lg\:align-self-end { | |
align-self: flex-end; | |
} | |
.lg\:gap-revert { | |
gap: revert; | |
} | |
.lg\:gap-auto { | |
gap: auto; | |
} | |
.lg\:gap-1px { | |
gap: 1px; | |
} | |
.lg\:gap-2px { | |
gap: 2px; | |
} | |
.lg\:gap-3px { | |
gap: 3px; | |
} | |
.lg\:gap-4px { | |
gap: 4px; | |
} | |
.lg\:gap-5px { | |
gap: 5px; | |
} | |
.lg\:gap-6px { | |
gap: 6px; | |
} | |
.lg\:gap-7px { | |
gap: 7px; | |
} | |
.lg\:gap-8px { | |
gap: 8px; | |
} | |
.lg\:gap-9px { | |
gap: 9px; | |
} | |
.lg\:gap-10px { | |
gap: 10px; | |
} | |
.lg\:gap-12px { | |
gap: 12px; | |
} | |
.lg\:gap-14px { | |
gap: 14px; | |
} | |
.lg\:gap-16px { | |
gap: 16px; | |
} | |
.lg\:gap-0 { | |
gap: 0; | |
} | |
.lg\:gap-1 { | |
gap: 0.0625rem; | |
} | |
.lg\:gap-2 { | |
gap: 0.125rem; | |
} | |
.lg\:gap-3 { | |
gap: 0.1875rem; | |
} | |
.lg\:gap-4 { | |
gap: 0.25rem; | |
} | |
.lg\:gap-5 { | |
gap: 0.3125rem; | |
} | |
.lg\:gap-6 { | |
gap: 0.375rem; | |
} | |
.lg\:gap-7 { | |
gap: 0.4375rem; | |
} | |
.lg\:gap-8 { | |
gap: 0.5rem; | |
} | |
.lg\:gap-9 { | |
gap: 0.5625rem; | |
} | |
.lg\:gap-10 { | |
gap: 0.625rem; | |
} | |
.lg\:gap-12 { | |
gap: 0.75rem; | |
} | |
.lg\:gap-14 { | |
gap: 0.875rem; | |
} | |
.lg\:gap-16 { | |
gap: 1rem; | |
} | |
.lg\:gap-18 { | |
gap: 1.125rem; | |
} | |
.lg\:gap-20 { | |
gap: 1.25rem; | |
} | |
.lg\:gap-24 { | |
gap: 1.5rem; | |
} | |
.lg\:gap-28 { | |
gap: 1.75rem; | |
} | |
.lg\:gap-32 { | |
gap: 2rem; | |
} | |
.lg\:gap-36 { | |
gap: 2.25rem; | |
} | |
.lg\:gap-40 { | |
gap: 2.5rem; | |
} | |
.lg\:gap-48 { | |
gap: 3rem; | |
} | |
.lg\:gap-56 { | |
gap: 3.5rem; | |
} | |
.lg\:gap-64 { | |
gap: 4rem; | |
} | |
.lg\:gap-72 { | |
gap: 4.5rem; | |
} | |
.lg\:gap-80 { | |
gap: 5rem; | |
} | |
.lg\:gap-96 { | |
gap: 6rem; | |
} | |
.lg\:gap-112 { | |
gap: 7rem; | |
} | |
.lg\:gap-128 { | |
gap: 8rem; | |
} | |
.lg\:gap-144 { | |
gap: 9rem; | |
} | |
.lg\:gap-160 { | |
gap: 10rem; | |
} | |
.lg\:gap-192 { | |
gap: 12rem; | |
} | |
.lg\:gap-224 { | |
gap: 14rem; | |
} | |
.lg\:gap-256 { | |
gap: 16rem; | |
} | |
.lg\:grow { | |
flex-grow: 1; | |
} | |
.lg\:aspect { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
.lg\:aspect-w-revert { | |
--aspect-w: revert; | |
} | |
.lg\:aspect-w-0 { | |
--aspect-w: 0; | |
} | |
.lg\:aspect-w-1 { | |
--aspect-w: 1; | |
} | |
.lg\:aspect-w-2 { | |
--aspect-w: 2; | |
} | |
.lg\:aspect-w-3 { | |
--aspect-w: 3; | |
} | |
.lg\:aspect-w-4 { | |
--aspect-w: 4; | |
} | |
.lg\:aspect-w-5 { | |
--aspect-w: 5; | |
} | |
.lg\:aspect-w-6 { | |
--aspect-w: 6; | |
} | |
.lg\:aspect-w-7 { | |
--aspect-w: 7; | |
} | |
.lg\:aspect-w-8 { | |
--aspect-w: 8; | |
} | |
.lg\:aspect-w-9 { | |
--aspect-w: 9; | |
} | |
.lg\:aspect-w-10 { | |
--aspect-w: 10; | |
} | |
.lg\:aspect-w-11 { | |
--aspect-w: 11; | |
} | |
.lg\:aspect-w-12 { | |
--aspect-w: 12; | |
} | |
.lg\:aspect-w-13 { | |
--aspect-w: 13; | |
} | |
.lg\:aspect-w-14 { | |
--aspect-w: 14; | |
} | |
.lg\:aspect-w-15 { | |
--aspect-w: 15; | |
} | |
.lg\:aspect-w-16 { | |
--aspect-w: 16; | |
} | |
.lg\:aspect-h-revert { | |
--aspect-h: revert; | |
} | |
.lg\:aspect-h-0 { | |
--aspect-h: 0; | |
} | |
.lg\:aspect-h-1 { | |
--aspect-h: 1; | |
} | |
.lg\:aspect-h-2 { | |
--aspect-h: 2; | |
} | |
.lg\:aspect-h-3 { | |
--aspect-h: 3; | |
} | |
.lg\:aspect-h-4 { | |
--aspect-h: 4; | |
} | |
.lg\:aspect-h-5 { | |
--aspect-h: 5; | |
} | |
.lg\:aspect-h-6 { | |
--aspect-h: 6; | |
} | |
.lg\:aspect-h-7 { | |
--aspect-h: 7; | |
} | |
.lg\:aspect-h-8 { | |
--aspect-h: 8; | |
} | |
.lg\:aspect-h-9 { | |
--aspect-h: 9; | |
} | |
.lg\:aspect-h-10 { | |
--aspect-h: 10; | |
} | |
.lg\:aspect-h-11 { | |
--aspect-h: 11; | |
} | |
.lg\:aspect-h-12 { | |
--aspect-h: 12; | |
} | |
.lg\:aspect-h-13 { | |
--aspect-h: 13; | |
} | |
.lg\:aspect-h-14 { | |
--aspect-h: 14; | |
} | |
.lg\:aspect-h-15 { | |
--aspect-h: 15; | |
} | |
.lg\:aspect-h-16 { | |
--aspect-h: 16; | |
} | |
.lg\:w-revert { | |
width: revert; | |
} | |
.lg\:w-auto { | |
width: auto; | |
} | |
.lg\:w-1px { | |
width: 1px; | |
} | |
.lg\:w-2px { | |
width: 2px; | |
} | |
.lg\:w-3px { | |
width: 3px; | |
} | |
.lg\:w-4px { | |
width: 4px; | |
} | |
.lg\:w-5px { | |
width: 5px; | |
} | |
.lg\:w-6px { | |
width: 6px; | |
} | |
.lg\:w-7px { | |
width: 7px; | |
} | |
.lg\:w-8px { | |
width: 8px; | |
} | |
.lg\:w-9px { | |
width: 9px; | |
} | |
.lg\:w-10px { | |
width: 10px; | |
} | |
.lg\:w-12px { | |
width: 12px; | |
} | |
.lg\:w-14px { | |
width: 14px; | |
} | |
.lg\:w-16px { | |
width: 16px; | |
} | |
.lg\:w-0 { | |
width: 0; | |
} | |
.lg\:w-1 { | |
width: 0.0625rem; | |
} | |
.lg\:w-2 { | |
width: 0.125rem; | |
} | |
.lg\:w-3 { | |
width: 0.1875rem; | |
} | |
.lg\:w-4 { | |
width: 0.25rem; | |
} | |
.lg\:w-5 { | |
width: 0.3125rem; | |
} | |
.lg\:w-6 { | |
width: 0.375rem; | |
} | |
.lg\:w-7 { | |
width: 0.4375rem; | |
} | |
.lg\:w-8 { | |
width: 0.5rem; | |
} | |
.lg\:w-9 { | |
width: 0.5625rem; | |
} | |
.lg\:w-10 { | |
width: 0.625rem; | |
} | |
.lg\:w-12 { | |
width: 0.75rem; | |
} | |
.lg\:w-14 { | |
width: 0.875rem; | |
} | |
.lg\:w-16 { | |
width: 1rem; | |
} | |
.lg\:w-18 { | |
width: 1.125rem; | |
} | |
.lg\:w-20 { | |
width: 1.25rem; | |
} | |
.lg\:w-24 { | |
width: 1.5rem; | |
} | |
.lg\:w-28 { | |
width: 1.75rem; | |
} | |
.lg\:w-32 { | |
width: 2rem; | |
} | |
.lg\:w-36 { | |
width: 2.25rem; | |
} | |
.lg\:w-40 { | |
width: 2.5rem; | |
} | |
.lg\:w-48 { | |
width: 3rem; | |
} | |
.lg\:w-56 { | |
width: 3.5rem; | |
} | |
.lg\:w-64 { | |
width: 4rem; | |
} | |
.lg\:w-72 { | |
width: 4.5rem; | |
} | |
.lg\:w-80 { | |
width: 5rem; | |
} | |
.lg\:w-96 { | |
width: 6rem; | |
} | |
.lg\:w-112 { | |
width: 7rem; | |
} | |
.lg\:w-128 { | |
width: 8rem; | |
} | |
.lg\:w-144 { | |
width: 9rem; | |
} | |
.lg\:w-160 { | |
width: 10rem; | |
} | |
.lg\:w-192 { | |
width: 12rem; | |
} | |
.lg\:w-224 { | |
width: 14rem; | |
} | |
.lg\:w-256 { | |
width: 16rem; | |
} | |
.lg\:w-288 { | |
width: 18rem; | |
} | |
.lg\:w-320 { | |
width: 20rem; | |
} | |
.lg\:w-384 { | |
width: 24rem; | |
} | |
.lg\:w-448 { | |
width: 28rem; | |
} | |
.lg\:w-512 { | |
width: 32rem; | |
} | |
.lg\:w-576 { | |
width: 36rem; | |
} | |
.lg\:w-640 { | |
width: 40rem; | |
} | |
.lg\:w-768 { | |
width: 48rem; | |
} | |
.lg\:w-896 { | |
width: 56rem; | |
} | |
.lg\:w-1024 { | |
width: 64rem; | |
} | |
.lg\:w-1152 { | |
width: 72rem; | |
} | |
.lg\:w-1280 { | |
width: 80rem; | |
} | |
.lg\:w-1536 { | |
width: 96rem; | |
} | |
.lg\:w-0\% { | |
width: 0%; | |
} | |
.lg\:w-10\% { | |
width: 10%; | |
} | |
.lg\:w-20\% { | |
width: 20%; | |
} | |
.lg\:w-25\% { | |
width: 25%; | |
} | |
.lg\:w-30\% { | |
width: 30%; | |
} | |
.lg\:w-40\% { | |
width: 40%; | |
} | |
.lg\:w-50\% { | |
width: 50%; | |
} | |
.lg\:w-60\% { | |
width: 60%; | |
} | |
.lg\:w-70\% { | |
width: 70%; | |
} | |
.lg\:w-75\% { | |
width: 75%; | |
} | |
.lg\:w-80\% { | |
width: 80%; | |
} | |
.lg\:w-90\% { | |
width: 90%; | |
} | |
.lg\:w-full { | |
width: 100%; | |
} | |
.lg\:w-screen { | |
width: 100vw; | |
} | |
.lg\:max-w-revert { | |
max-width: revert; | |
} | |
.lg\:max-w-auto { | |
max-width: auto; | |
} | |
.lg\:max-w-1px { | |
max-width: 1px; | |
} | |
.lg\:max-w-2px { | |
max-width: 2px; | |
} | |
.lg\:max-w-3px { | |
max-width: 3px; | |
} | |
.lg\:max-w-4px { | |
max-width: 4px; | |
} | |
.lg\:max-w-5px { | |
max-width: 5px; | |
} | |
.lg\:max-w-6px { | |
max-width: 6px; | |
} | |
.lg\:max-w-7px { | |
max-width: 7px; | |
} | |
.lg\:max-w-8px { | |
max-width: 8px; | |
} | |
.lg\:max-w-9px { | |
max-width: 9px; | |
} | |
.lg\:max-w-10px { | |
max-width: 10px; | |
} | |
.lg\:max-w-12px { | |
max-width: 12px; | |
} | |
.lg\:max-w-14px { | |
max-width: 14px; | |
} | |
.lg\:max-w-16px { | |
max-width: 16px; | |
} | |
.lg\:max-w-384 { | |
max-width: 384px; | |
} | |
.lg\:max-w-448 { | |
max-width: 448px; | |
} | |
.lg\:max-w-512 { | |
max-width: 512px; | |
} | |
.lg\:max-w-576 { | |
max-width: 576px; | |
} | |
.lg\:max-w-640 { | |
max-width: 640px; | |
} | |
.lg\:max-w-768 { | |
max-width: 768px; | |
} | |
.lg\:max-w-896 { | |
max-width: 896px; | |
} | |
.lg\:max-w-1024 { | |
max-width: 1024px; | |
} | |
.lg\:max-w-1152 { | |
max-width: 1152px; | |
} | |
.lg\:max-w-1280 { | |
max-width: 1280px; | |
} | |
.lg\:max-w-1536 { | |
max-width: 1536px; | |
} | |
.lg\:max-w-sm { | |
max-width: 640px; | |
} | |
.lg\:max-w-md { | |
max-width: 768px; | |
} | |
.lg\:max-w-lg { | |
max-width: 1024px; | |
} | |
.lg\:max-w-xl { | |
max-width: 1280px; | |
} | |
.lg\:max-w-2xl { | |
max-width: 1536px; | |
} | |
.lg\:h-revert { | |
height: revert; | |
} | |
.lg\:h-auto { | |
height: auto; | |
} | |
.lg\:h-1px { | |
height: 1px; | |
} | |
.lg\:h-2px { | |
height: 2px; | |
} | |
.lg\:h-3px { | |
height: 3px; | |
} | |
.lg\:h-4px { | |
height: 4px; | |
} | |
.lg\:h-5px { | |
height: 5px; | |
} | |
.lg\:h-6px { | |
height: 6px; | |
} | |
.lg\:h-7px { | |
height: 7px; | |
} | |
.lg\:h-8px { | |
height: 8px; | |
} | |
.lg\:h-9px { | |
height: 9px; | |
} | |
.lg\:h-10px { | |
height: 10px; | |
} | |
.lg\:h-12px { | |
height: 12px; | |
} | |
.lg\:h-14px { | |
height: 14px; | |
} | |
.lg\:h-16px { | |
height: 16px; | |
} | |
.lg\:h-0 { | |
height: 0; | |
} | |
.lg\:h-1 { | |
height: 0.0625rem; | |
} | |
.lg\:h-2 { | |
height: 0.125rem; | |
} | |
.lg\:h-3 { | |
height: 0.1875rem; | |
} | |
.lg\:h-4 { | |
height: 0.25rem; | |
} | |
.lg\:h-5 { | |
height: 0.3125rem; | |
} | |
.lg\:h-6 { | |
height: 0.375rem; | |
} | |
.lg\:h-7 { | |
height: 0.4375rem; | |
} | |
.lg\:h-8 { | |
height: 0.5rem; | |
} | |
.lg\:h-9 { | |
height: 0.5625rem; | |
} | |
.lg\:h-10 { | |
height: 0.625rem; | |
} | |
.lg\:h-12 { | |
height: 0.75rem; | |
} | |
.lg\:h-14 { | |
height: 0.875rem; | |
} | |
.lg\:h-16 { | |
height: 1rem; | |
} | |
.lg\:h-18 { | |
height: 1.125rem; | |
} | |
.lg\:h-20 { | |
height: 1.25rem; | |
} | |
.lg\:h-24 { | |
height: 1.5rem; | |
} | |
.lg\:h-28 { | |
height: 1.75rem; | |
} | |
.lg\:h-32 { | |
height: 2rem; | |
} | |
.lg\:h-36 { | |
height: 2.25rem; | |
} | |
.lg\:h-40 { | |
height: 2.5rem; | |
} | |
.lg\:h-48 { | |
height: 3rem; | |
} | |
.lg\:h-56 { | |
height: 3.5rem; | |
} | |
.lg\:h-64 { | |
height: 4rem; | |
} | |
.lg\:h-72 { | |
height: 4.5rem; | |
} | |
.lg\:h-80 { | |
height: 5rem; | |
} | |
.lg\:h-96 { | |
height: 6rem; | |
} | |
.lg\:h-112 { | |
height: 7rem; | |
} | |
.lg\:h-128 { | |
height: 8rem; | |
} | |
.lg\:h-144 { | |
height: 9rem; | |
} | |
.lg\:h-160 { | |
height: 10rem; | |
} | |
.lg\:h-192 { | |
height: 12rem; | |
} | |
.lg\:h-224 { | |
height: 14rem; | |
} | |
.lg\:h-256 { | |
height: 16rem; | |
} | |
.lg\:h-288 { | |
height: 18rem; | |
} | |
.lg\:h-320 { | |
height: 20rem; | |
} | |
.lg\:h-384 { | |
height: 24rem; | |
} | |
.lg\:h-448 { | |
height: 28rem; | |
} | |
.lg\:h-512 { | |
height: 32rem; | |
} | |
.lg\:h-576 { | |
height: 36rem; | |
} | |
.lg\:h-640 { | |
height: 40rem; | |
} | |
.lg\:h-768 { | |
height: 48rem; | |
} | |
.lg\:h-896 { | |
height: 56rem; | |
} | |
.lg\:h-1024 { | |
height: 64rem; | |
} | |
.lg\:h-1152 { | |
height: 72rem; | |
} | |
.lg\:h-1280 { | |
height: 80rem; | |
} | |
.lg\:h-1536 { | |
height: 96rem; | |
} | |
.lg\:h-0\% { | |
height: 0%; | |
} | |
.lg\:h-10\% { | |
height: 10%; | |
} | |
.lg\:h-20\% { | |
height: 20%; | |
} | |
.lg\:h-25\% { | |
height: 25%; | |
} | |
.lg\:h-30\% { | |
height: 30%; | |
} | |
.lg\:h-40\% { | |
height: 40%; | |
} | |
.lg\:h-50\% { | |
height: 50%; | |
} | |
.lg\:h-60\% { | |
height: 60%; | |
} | |
.lg\:h-70\% { | |
height: 70%; | |
} | |
.lg\:h-75\% { | |
height: 75%; | |
} | |
.lg\:h-80\% { | |
height: 80%; | |
} | |
.lg\:h-90\% { | |
height: 90%; | |
} | |
.lg\:h-full { | |
height: 100%; | |
} | |
.lg\:h-screen { | |
height: 100vh; | |
} | |
.lg\:min-h-revert { | |
min-height: revert; | |
} | |
.lg\:min-h-screen { | |
min-height: 100vh; | |
} | |
.lg\:border-revert { | |
border-width: revert; | |
} | |
.lg\:border-auto { | |
border-width: auto; | |
} | |
.lg\:border-1px { | |
border-width: 1px; | |
} | |
.lg\:border-2px { | |
border-width: 2px; | |
} | |
.lg\:border-3px { | |
border-width: 3px; | |
} | |
.lg\:border-4px { | |
border-width: 4px; | |
} | |
.lg\:border-5px { | |
border-width: 5px; | |
} | |
.lg\:border-6px { | |
border-width: 6px; | |
} | |
.lg\:border-7px { | |
border-width: 7px; | |
} | |
.lg\:border-8px { | |
border-width: 8px; | |
} | |
.lg\:border-9px { | |
border-width: 9px; | |
} | |
.lg\:border-10px { | |
border-width: 10px; | |
} | |
.lg\:border-12px { | |
border-width: 12px; | |
} | |
.lg\:border-14px { | |
border-width: 14px; | |
} | |
.lg\:border-16px { | |
border-width: 16px; | |
} | |
.lg\:border-0 { | |
border-width: 0; | |
} | |
.lg\:border-1 { | |
border-width: 0.0625rem; | |
} | |
.lg\:border-2 { | |
border-width: 0.125rem; | |
} | |
.lg\:border-3 { | |
border-width: 0.1875rem; | |
} | |
.lg\:border-4 { | |
border-width: 0.25rem; | |
} | |
.lg\:border-5 { | |
border-width: 0.3125rem; | |
} | |
.lg\:border-6 { | |
border-width: 0.375rem; | |
} | |
.lg\:border-7 { | |
border-width: 0.4375rem; | |
} | |
.lg\:border-8 { | |
border-width: 0.5rem; | |
} | |
.lg\:border-x-revert { | |
border-left-width: revert; | |
border-right-width: revert; | |
} | |
.lg\:border-x-auto { | |
border-left-width: auto; | |
border-right-width: auto; | |
} | |
.lg\:border-x-1px { | |
border-left-width: 1px; | |
border-right-width: 1px; | |
} | |
.lg\:border-x-2px { | |
border-left-width: 2px; | |
border-right-width: 2px; | |
} | |
.lg\:border-x-3px { | |
border-left-width: 3px; | |
border-right-width: 3px; | |
} | |
.lg\:border-x-4px { | |
border-left-width: 4px; | |
border-right-width: 4px; | |
} | |
.lg\:border-x-5px { | |
border-left-width: 5px; | |
border-right-width: 5px; | |
} | |
.lg\:border-x-6px { | |
border-left-width: 6px; | |
border-right-width: 6px; | |
} | |
.lg\:border-x-7px { | |
border-left-width: 7px; | |
border-right-width: 7px; | |
} | |
.lg\:border-x-8px { | |
border-left-width: 8px; | |
border-right-width: 8px; | |
} | |
.lg\:border-x-9px { | |
border-left-width: 9px; | |
border-right-width: 9px; | |
} | |
.lg\:border-x-10px { | |
border-left-width: 10px; | |
border-right-width: 10px; | |
} | |
.lg\:border-x-12px { | |
border-left-width: 12px; | |
border-right-width: 12px; | |
} | |
.lg\:border-x-14px { | |
border-left-width: 14px; | |
border-right-width: 14px; | |
} | |
.lg\:border-x-16px { | |
border-left-width: 16px; | |
border-right-width: 16px; | |
} | |
.lg\:border-x-0 { | |
border-left-width: 0; | |
border-right-width: 0; | |
} | |
.lg\:border-x-1 { | |
border-left-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.lg\:border-x-2 { | |
border-left-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.lg\:border-x-3 { | |
border-left-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.lg\:border-x-4 { | |
border-left-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.lg\:border-x-5 { | |
border-left-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.lg\:border-x-6 { | |
border-left-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.lg\:border-x-7 { | |
border-left-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.lg\:border-x-8 { | |
border-left-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.lg\:border-y-revert { | |
border-top-width: revert; | |
border-bottom-width: revert; | |
} | |
.lg\:border-y-auto { | |
border-top-width: auto; | |
border-bottom-width: auto; | |
} | |
.lg\:border-y-1px { | |
border-top-width: 1px; | |
border-bottom-width: 1px; | |
} | |
.lg\:border-y-2px { | |
border-top-width: 2px; | |
border-bottom-width: 2px; | |
} | |
.lg\:border-y-3px { | |
border-top-width: 3px; | |
border-bottom-width: 3px; | |
} | |
.lg\:border-y-4px { | |
border-top-width: 4px; | |
border-bottom-width: 4px; | |
} | |
.lg\:border-y-5px { | |
border-top-width: 5px; | |
border-bottom-width: 5px; | |
} | |
.lg\:border-y-6px { | |
border-top-width: 6px; | |
border-bottom-width: 6px; | |
} | |
.lg\:border-y-7px { | |
border-top-width: 7px; | |
border-bottom-width: 7px; | |
} | |
.lg\:border-y-8px { | |
border-top-width: 8px; | |
border-bottom-width: 8px; | |
} | |
.lg\:border-y-9px { | |
border-top-width: 9px; | |
border-bottom-width: 9px; | |
} | |
.lg\:border-y-10px { | |
border-top-width: 10px; | |
border-bottom-width: 10px; | |
} | |
.lg\:border-y-12px { | |
border-top-width: 12px; | |
border-bottom-width: 12px; | |
} | |
.lg\:border-y-14px { | |
border-top-width: 14px; | |
border-bottom-width: 14px; | |
} | |
.lg\:border-y-16px { | |
border-top-width: 16px; | |
border-bottom-width: 16px; | |
} | |
.lg\:border-y-0 { | |
border-top-width: 0; | |
border-bottom-width: 0; | |
} | |
.lg\:border-y-1 { | |
border-top-width: 0.0625rem; | |
border-bottom-width: 0.0625rem; | |
} | |
.lg\:border-y-2 { | |
border-top-width: 0.125rem; | |
border-bottom-width: 0.125rem; | |
} | |
.lg\:border-y-3 { | |
border-top-width: 0.1875rem; | |
border-bottom-width: 0.1875rem; | |
} | |
.lg\:border-y-4 { | |
border-top-width: 0.25rem; | |
border-bottom-width: 0.25rem; | |
} | |
.lg\:border-y-5 { | |
border-top-width: 0.3125rem; | |
border-bottom-width: 0.3125rem; | |
} | |
.lg\:border-y-6 { | |
border-top-width: 0.375rem; | |
border-bottom-width: 0.375rem; | |
} | |
.lg\:border-y-7 { | |
border-top-width: 0.4375rem; | |
border-bottom-width: 0.4375rem; | |
} | |
.lg\:border-y-8 { | |
border-top-width: 0.5rem; | |
border-bottom-width: 0.5rem; | |
} | |
.lg\:border-tr-revert { | |
border-top-width: revert; | |
border-right-width: revert; | |
} | |
.lg\:border-tr-auto { | |
border-top-width: auto; | |
border-right-width: auto; | |
} | |
.lg\:border-tr-1px { | |
border-top-width: 1px; | |
border-right-width: 1px; | |
} | |
.lg\:border-tr-2px { | |
border-top-width: 2px; | |
border-right-width: 2px; | |
} | |
.lg\:border-tr-3px { | |
border-top-width: 3px; | |
border-right-width: 3px; | |
} | |
.lg\:border-tr-4px { | |
border-top-width: 4px; | |
border-right-width: 4px; | |
} | |
.lg\:border-tr-5px { | |
border-top-width: 5px; | |
border-right-width: 5px; | |
} | |
.lg\:border-tr-6px { | |
border-top-width: 6px; | |
border-right-width: 6px; | |
} | |
.lg\:border-tr-7px { | |
border-top-width: 7px; | |
border-right-width: 7px; | |
} | |
.lg\:border-tr-8px { | |
border-top-width: 8px; | |
border-right-width: 8px; | |
} | |
.lg\:border-tr-9px { | |
border-top-width: 9px; | |
border-right-width: 9px; | |
} | |
.lg\:border-tr-10px { | |
border-top-width: 10px; | |
border-right-width: 10px; | |
} | |
.lg\:border-tr-12px { | |
border-top-width: 12px; | |
border-right-width: 12px; | |
} | |
.lg\:border-tr-14px { | |
border-top-width: 14px; | |
border-right-width: 14px; | |
} | |
.lg\:border-tr-16px { | |
border-top-width: 16px; | |
border-right-width: 16px; | |
} | |
.lg\:border-tr-0 { | |
border-top-width: 0; | |
border-right-width: 0; | |
} | |
.lg\:border-tr-1 { | |
border-top-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.lg\:border-tr-2 { | |
border-top-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.lg\:border-tr-3 { | |
border-top-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.lg\:border-tr-4 { | |
border-top-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.lg\:border-tr-5 { | |
border-top-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.lg\:border-tr-6 { | |
border-top-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.lg\:border-tr-7 { | |
border-top-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.lg\:border-tr-8 { | |
border-top-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.lg\:border-br-revert { | |
border-bottom-width: revert; | |
border-right-width: revert; | |
} | |
.lg\:border-br-auto { | |
border-bottom-width: auto; | |
border-right-width: auto; | |
} | |
.lg\:border-br-1px { | |
border-bottom-width: 1px; | |
border-right-width: 1px; | |
} | |
.lg\:border-br-2px { | |
border-bottom-width: 2px; | |
border-right-width: 2px; | |
} | |
.lg\:border-br-3px { | |
border-bottom-width: 3px; | |
border-right-width: 3px; | |
} | |
.lg\:border-br-4px { | |
border-bottom-width: 4px; | |
border-right-width: 4px; | |
} | |
.lg\:border-br-5px { | |
border-bottom-width: 5px; | |
border-right-width: 5px; | |
} | |
.lg\:border-br-6px { | |
border-bottom-width: 6px; | |
border-right-width: 6px; | |
} | |
.lg\:border-br-7px { | |
border-bottom-width: 7px; | |
border-right-width: 7px; | |
} | |
.lg\:border-br-8px { | |
border-bottom-width: 8px; | |
border-right-width: 8px; | |
} | |
.lg\:border-br-9px { | |
border-bottom-width: 9px; | |
border-right-width: 9px; | |
} | |
.lg\:border-br-10px { | |
border-bottom-width: 10px; | |
border-right-width: 10px; | |
} | |
.lg\:border-br-12px { | |
border-bottom-width: 12px; | |
border-right-width: 12px; | |
} | |
.lg\:border-br-14px { | |
border-bottom-width: 14px; | |
border-right-width: 14px; | |
} | |
.lg\:border-br-16px { | |
border-bottom-width: 16px; | |
border-right-width: 16px; | |
} | |
.lg\:border-br-0 { | |
border-bottom-width: 0; | |
border-right-width: 0; | |
} | |
.lg\:border-br-1 { | |
border-bottom-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.lg\:border-br-2 { | |
border-bottom-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.lg\:border-br-3 { | |
border-bottom-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.lg\:border-br-4 { | |
border-bottom-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.lg\:border-br-5 { | |
border-bottom-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.lg\:border-br-6 { | |
border-bottom-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.lg\:border-br-7 { | |
border-bottom-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.lg\:border-br-8 { | |
border-bottom-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.lg\:border-bl-revert { | |
border-bottom-width: revert; | |
border-left-width: revert; | |
} | |
.lg\:border-bl-auto { | |
border-bottom-width: auto; | |
border-left-width: auto; | |
} | |
.lg\:border-bl-1px { | |
border-bottom-width: 1px; | |
border-left-width: 1px; | |
} | |
.lg\:border-bl-2px { | |
border-bottom-width: 2px; | |
border-left-width: 2px; | |
} | |
.lg\:border-bl-3px { | |
border-bottom-width: 3px; | |
border-left-width: 3px; | |
} | |
.lg\:border-bl-4px { | |
border-bottom-width: 4px; | |
border-left-width: 4px; | |
} | |
.lg\:border-bl-5px { | |
border-bottom-width: 5px; | |
border-left-width: 5px; | |
} | |
.lg\:border-bl-6px { | |
border-bottom-width: 6px; | |
border-left-width: 6px; | |
} | |
.lg\:border-bl-7px { | |
border-bottom-width: 7px; | |
border-left-width: 7px; | |
} | |
.lg\:border-bl-8px { | |
border-bottom-width: 8px; | |
border-left-width: 8px; | |
} | |
.lg\:border-bl-9px { | |
border-bottom-width: 9px; | |
border-left-width: 9px; | |
} | |
.lg\:border-bl-10px { | |
border-bottom-width: 10px; | |
border-left-width: 10px; | |
} | |
.lg\:border-bl-12px { | |
border-bottom-width: 12px; | |
border-left-width: 12px; | |
} | |
.lg\:border-bl-14px { | |
border-bottom-width: 14px; | |
border-left-width: 14px; | |
} | |
.lg\:border-bl-16px { | |
border-bottom-width: 16px; | |
border-left-width: 16px; | |
} | |
.lg\:border-bl-0 { | |
border-bottom-width: 0; | |
border-left-width: 0; | |
} | |
.lg\:border-bl-1 { | |
border-bottom-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.lg\:border-bl-2 { | |
border-bottom-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.lg\:border-bl-3 { | |
border-bottom-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.lg\:border-bl-4 { | |
border-bottom-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.lg\:border-bl-5 { | |
border-bottom-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.lg\:border-bl-6 { | |
border-bottom-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.lg\:border-bl-7 { | |
border-bottom-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.lg\:border-bl-8 { | |
border-bottom-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.lg\:border-tl-revert { | |
border-top-width: revert; | |
border-left-width: revert; | |
} | |
.lg\:border-tl-auto { | |
border-top-width: auto; | |
border-left-width: auto; | |
} | |
.lg\:border-tl-1px { | |
border-top-width: 1px; | |
border-left-width: 1px; | |
} | |
.lg\:border-tl-2px { | |
border-top-width: 2px; | |
border-left-width: 2px; | |
} | |
.lg\:border-tl-3px { | |
border-top-width: 3px; | |
border-left-width: 3px; | |
} | |
.lg\:border-tl-4px { | |
border-top-width: 4px; | |
border-left-width: 4px; | |
} | |
.lg\:border-tl-5px { | |
border-top-width: 5px; | |
border-left-width: 5px; | |
} | |
.lg\:border-tl-6px { | |
border-top-width: 6px; | |
border-left-width: 6px; | |
} | |
.lg\:border-tl-7px { | |
border-top-width: 7px; | |
border-left-width: 7px; | |
} | |
.lg\:border-tl-8px { | |
border-top-width: 8px; | |
border-left-width: 8px; | |
} | |
.lg\:border-tl-9px { | |
border-top-width: 9px; | |
border-left-width: 9px; | |
} | |
.lg\:border-tl-10px { | |
border-top-width: 10px; | |
border-left-width: 10px; | |
} | |
.lg\:border-tl-12px { | |
border-top-width: 12px; | |
border-left-width: 12px; | |
} | |
.lg\:border-tl-14px { | |
border-top-width: 14px; | |
border-left-width: 14px; | |
} | |
.lg\:border-tl-16px { | |
border-top-width: 16px; | |
border-left-width: 16px; | |
} | |
.lg\:border-tl-0 { | |
border-top-width: 0; | |
border-left-width: 0; | |
} | |
.lg\:border-tl-1 { | |
border-top-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.lg\:border-tl-2 { | |
border-top-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.lg\:border-tl-3 { | |
border-top-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.lg\:border-tl-4 { | |
border-top-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.lg\:border-tl-5 { | |
border-top-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.lg\:border-tl-6 { | |
border-top-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.lg\:border-tl-7 { | |
border-top-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.lg\:border-tl-8 { | |
border-top-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.lg\:border-t-revert { | |
border-top-width: revert; | |
} | |
.lg\:border-t-auto { | |
border-top-width: auto; | |
} | |
.lg\:border-t-1px { | |
border-top-width: 1px; | |
} | |
.lg\:border-t-2px { | |
border-top-width: 2px; | |
} | |
.lg\:border-t-3px { | |
border-top-width: 3px; | |
} | |
.lg\:border-t-4px { | |
border-top-width: 4px; | |
} | |
.lg\:border-t-5px { | |
border-top-width: 5px; | |
} | |
.lg\:border-t-6px { | |
border-top-width: 6px; | |
} | |
.lg\:border-t-7px { | |
border-top-width: 7px; | |
} | |
.lg\:border-t-8px { | |
border-top-width: 8px; | |
} | |
.lg\:border-t-9px { | |
border-top-width: 9px; | |
} | |
.lg\:border-t-10px { | |
border-top-width: 10px; | |
} | |
.lg\:border-t-12px { | |
border-top-width: 12px; | |
} | |
.lg\:border-t-14px { | |
border-top-width: 14px; | |
} | |
.lg\:border-t-16px { | |
border-top-width: 16px; | |
} | |
.lg\:border-t-0 { | |
border-top-width: 0; | |
} | |
.lg\:border-t-1 { | |
border-top-width: 0.0625rem; | |
} | |
.lg\:border-t-2 { | |
border-top-width: 0.125rem; | |
} | |
.lg\:border-t-3 { | |
border-top-width: 0.1875rem; | |
} | |
.lg\:border-t-4 { | |
border-top-width: 0.25rem; | |
} | |
.lg\:border-t-5 { | |
border-top-width: 0.3125rem; | |
} | |
.lg\:border-t-6 { | |
border-top-width: 0.375rem; | |
} | |
.lg\:border-t-7 { | |
border-top-width: 0.4375rem; | |
} | |
.lg\:border-t-8 { | |
border-top-width: 0.5rem; | |
} | |
.lg\:border-r-revert { | |
border-right-width: revert; | |
} | |
.lg\:border-r-auto { | |
border-right-width: auto; | |
} | |
.lg\:border-r-1px { | |
border-right-width: 1px; | |
} | |
.lg\:border-r-2px { | |
border-right-width: 2px; | |
} | |
.lg\:border-r-3px { | |
border-right-width: 3px; | |
} | |
.lg\:border-r-4px { | |
border-right-width: 4px; | |
} | |
.lg\:border-r-5px { | |
border-right-width: 5px; | |
} | |
.lg\:border-r-6px { | |
border-right-width: 6px; | |
} | |
.lg\:border-r-7px { | |
border-right-width: 7px; | |
} | |
.lg\:border-r-8px { | |
border-right-width: 8px; | |
} | |
.lg\:border-r-9px { | |
border-right-width: 9px; | |
} | |
.lg\:border-r-10px { | |
border-right-width: 10px; | |
} | |
.lg\:border-r-12px { | |
border-right-width: 12px; | |
} | |
.lg\:border-r-14px { | |
border-right-width: 14px; | |
} | |
.lg\:border-r-16px { | |
border-right-width: 16px; | |
} | |
.lg\:border-r-0 { | |
border-right-width: 0; | |
} | |
.lg\:border-r-1 { | |
border-right-width: 0.0625rem; | |
} | |
.lg\:border-r-2 { | |
border-right-width: 0.125rem; | |
} | |
.lg\:border-r-3 { | |
border-right-width: 0.1875rem; | |
} | |
.lg\:border-r-4 { | |
border-right-width: 0.25rem; | |
} | |
.lg\:border-r-5 { | |
border-right-width: 0.3125rem; | |
} | |
.lg\:border-r-6 { | |
border-right-width: 0.375rem; | |
} | |
.lg\:border-r-7 { | |
border-right-width: 0.4375rem; | |
} | |
.lg\:border-r-8 { | |
border-right-width: 0.5rem; | |
} | |
.lg\:border-b-revert { | |
border-bottom-width: revert; | |
} | |
.lg\:border-b-auto { | |
border-bottom-width: auto; | |
} | |
.lg\:border-b-1px { | |
border-bottom-width: 1px; | |
} | |
.lg\:border-b-2px { | |
border-bottom-width: 2px; | |
} | |
.lg\:border-b-3px { | |
border-bottom-width: 3px; | |
} | |
.lg\:border-b-4px { | |
border-bottom-width: 4px; | |
} | |
.lg\:border-b-5px { | |
border-bottom-width: 5px; | |
} | |
.lg\:border-b-6px { | |
border-bottom-width: 6px; | |
} | |
.lg\:border-b-7px { | |
border-bottom-width: 7px; | |
} | |
.lg\:border-b-8px { | |
border-bottom-width: 8px; | |
} | |
.lg\:border-b-9px { | |
border-bottom-width: 9px; | |
} | |
.lg\:border-b-10px { | |
border-bottom-width: 10px; | |
} | |
.lg\:border-b-12px { | |
border-bottom-width: 12px; | |
} | |
.lg\:border-b-14px { | |
border-bottom-width: 14px; | |
} | |
.lg\:border-b-16px { | |
border-bottom-width: 16px; | |
} | |
.lg\:border-b-0 { | |
border-bottom-width: 0; | |
} | |
.lg\:border-b-1 { | |
border-bottom-width: 0.0625rem; | |
} | |
.lg\:border-b-2 { | |
border-bottom-width: 0.125rem; | |
} | |
.lg\:border-b-3 { | |
border-bottom-width: 0.1875rem; | |
} | |
.lg\:border-b-4 { | |
border-bottom-width: 0.25rem; | |
} | |
.lg\:border-b-5 { | |
border-bottom-width: 0.3125rem; | |
} | |
.lg\:border-b-6 { | |
border-bottom-width: 0.375rem; | |
} | |
.lg\:border-b-7 { | |
border-bottom-width: 0.4375rem; | |
} | |
.lg\:border-b-8 { | |
border-bottom-width: 0.5rem; | |
} | |
.lg\:border-l-revert { | |
border-left-width: revert; | |
} | |
.lg\:border-l-auto { | |
border-left-width: auto; | |
} | |
.lg\:border-l-1px { | |
border-left-width: 1px; | |
} | |
.lg\:border-l-2px { | |
border-left-width: 2px; | |
} | |
.lg\:border-l-3px { | |
border-left-width: 3px; | |
} | |
.lg\:border-l-4px { | |
border-left-width: 4px; | |
} | |
.lg\:border-l-5px { | |
border-left-width: 5px; | |
} | |
.lg\:border-l-6px { | |
border-left-width: 6px; | |
} | |
.lg\:border-l-7px { | |
border-left-width: 7px; | |
} | |
.lg\:border-l-8px { | |
border-left-width: 8px; | |
} | |
.lg\:border-l-9px { | |
border-left-width: 9px; | |
} | |
.lg\:border-l-10px { | |
border-left-width: 10px; | |
} | |
.lg\:border-l-12px { | |
border-left-width: 12px; | |
} | |
.lg\:border-l-14px { | |
border-left-width: 14px; | |
} | |
.lg\:border-l-16px { | |
border-left-width: 16px; | |
} | |
.lg\:border-l-0 { | |
border-left-width: 0; | |
} | |
.lg\:border-l-1 { | |
border-left-width: 0.0625rem; | |
} | |
.lg\:border-l-2 { | |
border-left-width: 0.125rem; | |
} | |
.lg\:border-l-3 { | |
border-left-width: 0.1875rem; | |
} | |
.lg\:border-l-4 { | |
border-left-width: 0.25rem; | |
} | |
.lg\:border-l-5 { | |
border-left-width: 0.3125rem; | |
} | |
.lg\:border-l-6 { | |
border-left-width: 0.375rem; | |
} | |
.lg\:border-l-7 { | |
border-left-width: 0.4375rem; | |
} | |
.lg\:border-l-8 { | |
border-left-width: 0.5rem; | |
} | |
.lg\:rounded-revert { | |
border-radius: revert; | |
} | |
.lg\:rounded-auto { | |
border-radius: auto; | |
} | |
.lg\:rounded-1px { | |
border-radius: 1px; | |
} | |
.lg\:rounded-2px { | |
border-radius: 2px; | |
} | |
.lg\:rounded-3px { | |
border-radius: 3px; | |
} | |
.lg\:rounded-4px { | |
border-radius: 4px; | |
} | |
.lg\:rounded-5px { | |
border-radius: 5px; | |
} | |
.lg\:rounded-6px { | |
border-radius: 6px; | |
} | |
.lg\:rounded-7px { | |
border-radius: 7px; | |
} | |
.lg\:rounded-8px { | |
border-radius: 8px; | |
} | |
.lg\:rounded-9px { | |
border-radius: 9px; | |
} | |
.lg\:rounded-10px { | |
border-radius: 10px; | |
} | |
.lg\:rounded-12px { | |
border-radius: 12px; | |
} | |
.lg\:rounded-14px { | |
border-radius: 14px; | |
} | |
.lg\:rounded-16px { | |
border-radius: 16px; | |
} | |
.lg\:rounded-0 { | |
border-radius: 0; | |
} | |
.lg\:rounded-1 { | |
border-radius: 0.0625rem; | |
} | |
.lg\:rounded-2 { | |
border-radius: 0.125rem; | |
} | |
.lg\:rounded-3 { | |
border-radius: 0.1875rem; | |
} | |
.lg\:rounded-4 { | |
border-radius: 0.25rem; | |
} | |
.lg\:rounded-5 { | |
border-radius: 0.3125rem; | |
} | |
.lg\:rounded-6 { | |
border-radius: 0.375rem; | |
} | |
.lg\:rounded-7 { | |
border-radius: 0.4375rem; | |
} | |
.lg\:rounded-8 { | |
border-radius: 0.5rem; | |
} | |
.lg\:rounded-9 { | |
border-radius: 0.5625rem; | |
} | |
.lg\:rounded-10 { | |
border-radius: 0.625rem; | |
} | |
.lg\:rounded-12 { | |
border-radius: 0.75rem; | |
} | |
.lg\:rounded-14 { | |
border-radius: 0.875rem; | |
} | |
.lg\:rounded-16 { | |
border-radius: 1rem; | |
} | |
.lg\:rounded-18 { | |
border-radius: 1.125rem; | |
} | |
.lg\:rounded-20 { | |
border-radius: 1.25rem; | |
} | |
.lg\:rounded-24 { | |
border-radius: 1.5rem; | |
} | |
.lg\:rounded-28 { | |
border-radius: 1.75rem; | |
} | |
.lg\:rounded-32 { | |
border-radius: 2rem; | |
} | |
.lg\:rounded-full { | |
border-radius: 9999px; | |
} | |
.lg\:rounded-tr-revert { | |
border-top-right-radius: revert; | |
} | |
.lg\:rounded-tr-auto { | |
border-top-right-radius: auto; | |
} | |
.lg\:rounded-tr-1px { | |
border-top-right-radius: 1px; | |
} | |
.lg\:rounded-tr-2px { | |
border-top-right-radius: 2px; | |
} | |
.lg\:rounded-tr-3px { | |
border-top-right-radius: 3px; | |
} | |
.lg\:rounded-tr-4px { | |
border-top-right-radius: 4px; | |
} | |
.lg\:rounded-tr-5px { | |
border-top-right-radius: 5px; | |
} | |
.lg\:rounded-tr-6px { | |
border-top-right-radius: 6px; | |
} | |
.lg\:rounded-tr-7px { | |
border-top-right-radius: 7px; | |
} | |
.lg\:rounded-tr-8px { | |
border-top-right-radius: 8px; | |
} | |
.lg\:rounded-tr-9px { | |
border-top-right-radius: 9px; | |
} | |
.lg\:rounded-tr-10px { | |
border-top-right-radius: 10px; | |
} | |
.lg\:rounded-tr-12px { | |
border-top-right-radius: 12px; | |
} | |
.lg\:rounded-tr-14px { | |
border-top-right-radius: 14px; | |
} | |
.lg\:rounded-tr-16px { | |
border-top-right-radius: 16px; | |
} | |
.lg\:rounded-tr-0 { | |
border-top-right-radius: 0; | |
} | |
.lg\:rounded-tr-1 { | |
border-top-right-radius: 0.0625rem; | |
} | |
.lg\:rounded-tr-2 { | |
border-top-right-radius: 0.125rem; | |
} | |
.lg\:rounded-tr-3 { | |
border-top-right-radius: 0.1875rem; | |
} | |
.lg\:rounded-tr-4 { | |
border-top-right-radius: 0.25rem; | |
} | |
.lg\:rounded-tr-5 { | |
border-top-right-radius: 0.3125rem; | |
} | |
.lg\:rounded-tr-6 { | |
border-top-right-radius: 0.375rem; | |
} | |
.lg\:rounded-tr-7 { | |
border-top-right-radius: 0.4375rem; | |
} | |
.lg\:rounded-tr-8 { | |
border-top-right-radius: 0.5rem; | |
} | |
.lg\:rounded-tr-9 { | |
border-top-right-radius: 0.5625rem; | |
} | |
.lg\:rounded-tr-10 { | |
border-top-right-radius: 0.625rem; | |
} | |
.lg\:rounded-tr-12 { | |
border-top-right-radius: 0.75rem; | |
} | |
.lg\:rounded-tr-14 { | |
border-top-right-radius: 0.875rem; | |
} | |
.lg\:rounded-tr-16 { | |
border-top-right-radius: 1rem; | |
} | |
.lg\:rounded-tr-18 { | |
border-top-right-radius: 1.125rem; | |
} | |
.lg\:rounded-tr-20 { | |
border-top-right-radius: 1.25rem; | |
} | |
.lg\:rounded-tr-24 { | |
border-top-right-radius: 1.5rem; | |
} | |
.lg\:rounded-tr-28 { | |
border-top-right-radius: 1.75rem; | |
} | |
.lg\:rounded-tr-32 { | |
border-top-right-radius: 2rem; | |
} | |
.lg\:rounded-tr-full { | |
border-top-right-radius: 9999px; | |
} | |
.lg\:rounded-br-revert { | |
border-bottom-right-radius: revert; | |
} | |
.lg\:rounded-br-auto { | |
border-bottom-right-radius: auto; | |
} | |
.lg\:rounded-br-1px { | |
border-bottom-right-radius: 1px; | |
} | |
.lg\:rounded-br-2px { | |
border-bottom-right-radius: 2px; | |
} | |
.lg\:rounded-br-3px { | |
border-bottom-right-radius: 3px; | |
} | |
.lg\:rounded-br-4px { | |
border-bottom-right-radius: 4px; | |
} | |
.lg\:rounded-br-5px { | |
border-bottom-right-radius: 5px; | |
} | |
.lg\:rounded-br-6px { | |
border-bottom-right-radius: 6px; | |
} | |
.lg\:rounded-br-7px { | |
border-bottom-right-radius: 7px; | |
} | |
.lg\:rounded-br-8px { | |
border-bottom-right-radius: 8px; | |
} | |
.lg\:rounded-br-9px { | |
border-bottom-right-radius: 9px; | |
} | |
.lg\:rounded-br-10px { | |
border-bottom-right-radius: 10px; | |
} | |
.lg\:rounded-br-12px { | |
border-bottom-right-radius: 12px; | |
} | |
.lg\:rounded-br-14px { | |
border-bottom-right-radius: 14px; | |
} | |
.lg\:rounded-br-16px { | |
border-bottom-right-radius: 16px; | |
} | |
.lg\:rounded-br-0 { | |
border-bottom-right-radius: 0; | |
} | |
.lg\:rounded-br-1 { | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.lg\:rounded-br-2 { | |
border-bottom-right-radius: 0.125rem; | |
} | |
.lg\:rounded-br-3 { | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.lg\:rounded-br-4 { | |
border-bottom-right-radius: 0.25rem; | |
} | |
.lg\:rounded-br-5 { | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.lg\:rounded-br-6 { | |
border-bottom-right-radius: 0.375rem; | |
} | |
.lg\:rounded-br-7 { | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.lg\:rounded-br-8 { | |
border-bottom-right-radius: 0.5rem; | |
} | |
.lg\:rounded-br-9 { | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.lg\:rounded-br-10 { | |
border-bottom-right-radius: 0.625rem; | |
} | |
.lg\:rounded-br-12 { | |
border-bottom-right-radius: 0.75rem; | |
} | |
.lg\:rounded-br-14 { | |
border-bottom-right-radius: 0.875rem; | |
} | |
.lg\:rounded-br-16 { | |
border-bottom-right-radius: 1rem; | |
} | |
.lg\:rounded-br-18 { | |
border-bottom-right-radius: 1.125rem; | |
} | |
.lg\:rounded-br-20 { | |
border-bottom-right-radius: 1.25rem; | |
} | |
.lg\:rounded-br-24 { | |
border-bottom-right-radius: 1.5rem; | |
} | |
.lg\:rounded-br-28 { | |
border-bottom-right-radius: 1.75rem; | |
} | |
.lg\:rounded-br-32 { | |
border-bottom-right-radius: 2rem; | |
} | |
.lg\:rounded-br-full { | |
border-bottom-right-radius: 9999px; | |
} | |
.lg\:rounded-bl-revert { | |
border-bottom-left-radius: revert; | |
} | |
.lg\:rounded-bl-auto { | |
border-bottom-left-radius: auto; | |
} | |
.lg\:rounded-bl-1px { | |
border-bottom-left-radius: 1px; | |
} | |
.lg\:rounded-bl-2px { | |
border-bottom-left-radius: 2px; | |
} | |
.lg\:rounded-bl-3px { | |
border-bottom-left-radius: 3px; | |
} | |
.lg\:rounded-bl-4px { | |
border-bottom-left-radius: 4px; | |
} | |
.lg\:rounded-bl-5px { | |
border-bottom-left-radius: 5px; | |
} | |
.lg\:rounded-bl-6px { | |
border-bottom-left-radius: 6px; | |
} | |
.lg\:rounded-bl-7px { | |
border-bottom-left-radius: 7px; | |
} | |
.lg\:rounded-bl-8px { | |
border-bottom-left-radius: 8px; | |
} | |
.lg\:rounded-bl-9px { | |
border-bottom-left-radius: 9px; | |
} | |
.lg\:rounded-bl-10px { | |
border-bottom-left-radius: 10px; | |
} | |
.lg\:rounded-bl-12px { | |
border-bottom-left-radius: 12px; | |
} | |
.lg\:rounded-bl-14px { | |
border-bottom-left-radius: 14px; | |
} | |
.lg\:rounded-bl-16px { | |
border-bottom-left-radius: 16px; | |
} | |
.lg\:rounded-bl-0 { | |
border-bottom-left-radius: 0; | |
} | |
.lg\:rounded-bl-1 { | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.lg\:rounded-bl-2 { | |
border-bottom-left-radius: 0.125rem; | |
} | |
.lg\:rounded-bl-3 { | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.lg\:rounded-bl-4 { | |
border-bottom-left-radius: 0.25rem; | |
} | |
.lg\:rounded-bl-5 { | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.lg\:rounded-bl-6 { | |
border-bottom-left-radius: 0.375rem; | |
} | |
.lg\:rounded-bl-7 { | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.lg\:rounded-bl-8 { | |
border-bottom-left-radius: 0.5rem; | |
} | |
.lg\:rounded-bl-9 { | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.lg\:rounded-bl-10 { | |
border-bottom-left-radius: 0.625rem; | |
} | |
.lg\:rounded-bl-12 { | |
border-bottom-left-radius: 0.75rem; | |
} | |
.lg\:rounded-bl-14 { | |
border-bottom-left-radius: 0.875rem; | |
} | |
.lg\:rounded-bl-16 { | |
border-bottom-left-radius: 1rem; | |
} | |
.lg\:rounded-bl-18 { | |
border-bottom-left-radius: 1.125rem; | |
} | |
.lg\:rounded-bl-20 { | |
border-bottom-left-radius: 1.25rem; | |
} | |
.lg\:rounded-bl-24 { | |
border-bottom-left-radius: 1.5rem; | |
} | |
.lg\:rounded-bl-28 { | |
border-bottom-left-radius: 1.75rem; | |
} | |
.lg\:rounded-bl-32 { | |
border-bottom-left-radius: 2rem; | |
} | |
.lg\:rounded-bl-full { | |
border-bottom-left-radius: 9999px; | |
} | |
.lg\:rounded-tl-revert { | |
border-top-left-radius: revert; | |
} | |
.lg\:rounded-tl-auto { | |
border-top-left-radius: auto; | |
} | |
.lg\:rounded-tl-1px { | |
border-top-left-radius: 1px; | |
} | |
.lg\:rounded-tl-2px { | |
border-top-left-radius: 2px; | |
} | |
.lg\:rounded-tl-3px { | |
border-top-left-radius: 3px; | |
} | |
.lg\:rounded-tl-4px { | |
border-top-left-radius: 4px; | |
} | |
.lg\:rounded-tl-5px { | |
border-top-left-radius: 5px; | |
} | |
.lg\:rounded-tl-6px { | |
border-top-left-radius: 6px; | |
} | |
.lg\:rounded-tl-7px { | |
border-top-left-radius: 7px; | |
} | |
.lg\:rounded-tl-8px { | |
border-top-left-radius: 8px; | |
} | |
.lg\:rounded-tl-9px { | |
border-top-left-radius: 9px; | |
} | |
.lg\:rounded-tl-10px { | |
border-top-left-radius: 10px; | |
} | |
.lg\:rounded-tl-12px { | |
border-top-left-radius: 12px; | |
} | |
.lg\:rounded-tl-14px { | |
border-top-left-radius: 14px; | |
} | |
.lg\:rounded-tl-16px { | |
border-top-left-radius: 16px; | |
} | |
.lg\:rounded-tl-0 { | |
border-top-left-radius: 0; | |
} | |
.lg\:rounded-tl-1 { | |
border-top-left-radius: 0.0625rem; | |
} | |
.lg\:rounded-tl-2 { | |
border-top-left-radius: 0.125rem; | |
} | |
.lg\:rounded-tl-3 { | |
border-top-left-radius: 0.1875rem; | |
} | |
.lg\:rounded-tl-4 { | |
border-top-left-radius: 0.25rem; | |
} | |
.lg\:rounded-tl-5 { | |
border-top-left-radius: 0.3125rem; | |
} | |
.lg\:rounded-tl-6 { | |
border-top-left-radius: 0.375rem; | |
} | |
.lg\:rounded-tl-7 { | |
border-top-left-radius: 0.4375rem; | |
} | |
.lg\:rounded-tl-8 { | |
border-top-left-radius: 0.5rem; | |
} | |
.lg\:rounded-tl-9 { | |
border-top-left-radius: 0.5625rem; | |
} | |
.lg\:rounded-tl-10 { | |
border-top-left-radius: 0.625rem; | |
} | |
.lg\:rounded-tl-12 { | |
border-top-left-radius: 0.75rem; | |
} | |
.lg\:rounded-tl-14 { | |
border-top-left-radius: 0.875rem; | |
} | |
.lg\:rounded-tl-16 { | |
border-top-left-radius: 1rem; | |
} | |
.lg\:rounded-tl-18 { | |
border-top-left-radius: 1.125rem; | |
} | |
.lg\:rounded-tl-20 { | |
border-top-left-radius: 1.25rem; | |
} | |
.lg\:rounded-tl-24 { | |
border-top-left-radius: 1.5rem; | |
} | |
.lg\:rounded-tl-28 { | |
border-top-left-radius: 1.75rem; | |
} | |
.lg\:rounded-tl-32 { | |
border-top-left-radius: 2rem; | |
} | |
.lg\:rounded-tl-full { | |
border-top-left-radius: 9999px; | |
} | |
.lg\:rounded-t-revert { | |
border-top-left-radius: revert; | |
border-top-right-radius: revert; | |
} | |
.lg\:rounded-t-auto { | |
border-top-left-radius: auto; | |
border-top-right-radius: auto; | |
} | |
.lg\:rounded-t-1px { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.lg\:rounded-t-2px { | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.lg\:rounded-t-3px { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.lg\:rounded-t-4px { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.lg\:rounded-t-5px { | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
} | |
.lg\:rounded-t-6px { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px; | |
} | |
.lg\:rounded-t-7px { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
.lg\:rounded-t-8px { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.lg\:rounded-t-9px { | |
border-top-left-radius: 9px; | |
border-top-right-radius: 9px; | |
} | |
.lg\:rounded-t-10px { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.lg\:rounded-t-12px { | |
border-top-left-radius: 12px; | |
border-top-right-radius: 12px; | |
} | |
.lg\:rounded-t-14px { | |
border-top-left-radius: 14px; | |
border-top-right-radius: 14px; | |
} | |
.lg\:rounded-t-16px { | |
border-top-left-radius: 16px; | |
border-top-right-radius: 16px; | |
} | |
.lg\:rounded-t-0 { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.lg\:rounded-t-1 { | |
border-top-left-radius: 0.0625rem; | |
border-top-right-radius: 0.0625rem; | |
} | |
.lg\:rounded-t-2 { | |
border-top-left-radius: 0.125rem; | |
border-top-right-radius: 0.125rem; | |
} | |
.lg\:rounded-t-3 { | |
border-top-left-radius: 0.1875rem; | |
border-top-right-radius: 0.1875rem; | |
} | |
.lg\:rounded-t-4 { | |
border-top-left-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.lg\:rounded-t-5 { | |
border-top-left-radius: 0.3125rem; | |
border-top-right-radius: 0.3125rem; | |
} | |
.lg\:rounded-t-6 { | |
border-top-left-radius: 0.375rem; | |
border-top-right-radius: 0.375rem; | |
} | |
.lg\:rounded-t-7 { | |
border-top-left-radius: 0.4375rem; | |
border-top-right-radius: 0.4375rem; | |
} | |
.lg\:rounded-t-8 { | |
border-top-left-radius: 0.5rem; | |
border-top-right-radius: 0.5rem; | |
} | |
.lg\:rounded-t-9 { | |
border-top-left-radius: 0.5625rem; | |
border-top-right-radius: 0.5625rem; | |
} | |
.lg\:rounded-t-10 { | |
border-top-left-radius: 0.625rem; | |
border-top-right-radius: 0.625rem; | |
} | |
.lg\:rounded-t-12 { | |
border-top-left-radius: 0.75rem; | |
border-top-right-radius: 0.75rem; | |
} | |
.lg\:rounded-t-14 { | |
border-top-left-radius: 0.875rem; | |
border-top-right-radius: 0.875rem; | |
} | |
.lg\:rounded-t-16 { | |
border-top-left-radius: 1rem; | |
border-top-right-radius: 1rem; | |
} | |
.lg\:rounded-t-18 { | |
border-top-left-radius: 1.125rem; | |
border-top-right-radius: 1.125rem; | |
} | |
.lg\:rounded-t-20 { | |
border-top-left-radius: 1.25rem; | |
border-top-right-radius: 1.25rem; | |
} | |
.lg\:rounded-t-24 { | |
border-top-left-radius: 1.5rem; | |
border-top-right-radius: 1.5rem; | |
} | |
.lg\:rounded-t-28 { | |
border-top-left-radius: 1.75rem; | |
border-top-right-radius: 1.75rem; | |
} | |
.lg\:rounded-t-32 { | |
border-top-left-radius: 2rem; | |
border-top-right-radius: 2rem; | |
} | |
.lg\:rounded-t-full { | |
border-top-left-radius: 9999px; | |
border-top-right-radius: 9999px; | |
} | |
.lg\:rounded-r-revert { | |
border-top-right-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.lg\:rounded-r-auto { | |
border-top-right-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.lg\:rounded-r-1px { | |
border-top-right-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.lg\:rounded-r-2px { | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.lg\:rounded-r-3px { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.lg\:rounded-r-4px { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.lg\:rounded-r-5px { | |
border-top-right-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.lg\:rounded-r-6px { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.lg\:rounded-r-7px { | |
border-top-right-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.lg\:rounded-r-8px { | |
border-top-right-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.lg\:rounded-r-9px { | |
border-top-right-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.lg\:rounded-r-10px { | |
border-top-right-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.lg\:rounded-r-12px { | |
border-top-right-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.lg\:rounded-r-14px { | |
border-top-right-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.lg\:rounded-r-16px { | |
border-top-right-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.lg\:rounded-r-0 { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.lg\:rounded-r-1 { | |
border-top-right-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.lg\:rounded-r-2 { | |
border-top-right-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.lg\:rounded-r-3 { | |
border-top-right-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.lg\:rounded-r-4 { | |
border-top-right-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.lg\:rounded-r-5 { | |
border-top-right-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.lg\:rounded-r-6 { | |
border-top-right-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.lg\:rounded-r-7 { | |
border-top-right-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.lg\:rounded-r-8 { | |
border-top-right-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.lg\:rounded-r-9 { | |
border-top-right-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.lg\:rounded-r-10 { | |
border-top-right-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.lg\:rounded-r-12 { | |
border-top-right-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.lg\:rounded-r-14 { | |
border-top-right-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.lg\:rounded-r-16 { | |
border-top-right-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.lg\:rounded-r-18 { | |
border-top-right-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.lg\:rounded-r-20 { | |
border-top-right-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.lg\:rounded-r-24 { | |
border-top-right-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.lg\:rounded-r-28 { | |
border-top-right-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.lg\:rounded-r-32 { | |
border-top-right-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.lg\:rounded-r-full { | |
border-top-right-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.lg\:rounded-b-revert { | |
border-bottom-left-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.lg\:rounded-b-auto { | |
border-bottom-left-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.lg\:rounded-b-1px { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.lg\:rounded-b-2px { | |
border-bottom-left-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.lg\:rounded-b-3px { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.lg\:rounded-b-4px { | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.lg\:rounded-b-5px { | |
border-bottom-left-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.lg\:rounded-b-6px { | |
border-bottom-left-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.lg\:rounded-b-7px { | |
border-bottom-left-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.lg\:rounded-b-8px { | |
border-bottom-left-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.lg\:rounded-b-9px { | |
border-bottom-left-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.lg\:rounded-b-10px { | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.lg\:rounded-b-12px { | |
border-bottom-left-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.lg\:rounded-b-14px { | |
border-bottom-left-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.lg\:rounded-b-16px { | |
border-bottom-left-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.lg\:rounded-b-0 { | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.lg\:rounded-b-1 { | |
border-bottom-left-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.lg\:rounded-b-2 { | |
border-bottom-left-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.lg\:rounded-b-3 { | |
border-bottom-left-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.lg\:rounded-b-4 { | |
border-bottom-left-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.lg\:rounded-b-5 { | |
border-bottom-left-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.lg\:rounded-b-6 { | |
border-bottom-left-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.lg\:rounded-b-7 { | |
border-bottom-left-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.lg\:rounded-b-8 { | |
border-bottom-left-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.lg\:rounded-b-9 { | |
border-bottom-left-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.lg\:rounded-b-10 { | |
border-bottom-left-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.lg\:rounded-b-12 { | |
border-bottom-left-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.lg\:rounded-b-14 { | |
border-bottom-left-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.lg\:rounded-b-16 { | |
border-bottom-left-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.lg\:rounded-b-18 { | |
border-bottom-left-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.lg\:rounded-b-20 { | |
border-bottom-left-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.lg\:rounded-b-24 { | |
border-bottom-left-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.lg\:rounded-b-28 { | |
border-bottom-left-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.lg\:rounded-b-32 { | |
border-bottom-left-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.lg\:rounded-b-full { | |
border-bottom-left-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.lg\:rounded-l-revert { | |
border-top-left-radius: revert; | |
border-bottom-left-radius: revert; | |
} | |
.lg\:rounded-l-auto { | |
border-top-left-radius: auto; | |
border-bottom-left-radius: auto; | |
} | |
.lg\:rounded-l-1px { | |
border-top-left-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.lg\:rounded-l-2px { | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.lg\:rounded-l-3px { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.lg\:rounded-l-4px { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.lg\:rounded-l-5px { | |
border-top-left-radius: 5px; | |
border-bottom-left-radius: 5px; | |
} | |
.lg\:rounded-l-6px { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.lg\:rounded-l-7px { | |
border-top-left-radius: 7px; | |
border-bottom-left-radius: 7px; | |
} | |
.lg\:rounded-l-8px { | |
border-top-left-radius: 8px; | |
border-bottom-left-radius: 8px; | |
} | |
.lg\:rounded-l-9px { | |
border-top-left-radius: 9px; | |
border-bottom-left-radius: 9px; | |
} | |
.lg\:rounded-l-10px { | |
border-top-left-radius: 10px; | |
border-bottom-left-radius: 10px; | |
} | |
.lg\:rounded-l-12px { | |
border-top-left-radius: 12px; | |
border-bottom-left-radius: 12px; | |
} | |
.lg\:rounded-l-14px { | |
border-top-left-radius: 14px; | |
border-bottom-left-radius: 14px; | |
} | |
.lg\:rounded-l-16px { | |
border-top-left-radius: 16px; | |
border-bottom-left-radius: 16px; | |
} | |
.lg\:rounded-l-0 { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.lg\:rounded-l-1 { | |
border-top-left-radius: 0.0625rem; | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.lg\:rounded-l-2 { | |
border-top-left-radius: 0.125rem; | |
border-bottom-left-radius: 0.125rem; | |
} | |
.lg\:rounded-l-3 { | |
border-top-left-radius: 0.1875rem; | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.lg\:rounded-l-4 { | |
border-top-left-radius: 0.25rem; | |
border-bottom-left-radius: 0.25rem; | |
} | |
.lg\:rounded-l-5 { | |
border-top-left-radius: 0.3125rem; | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.lg\:rounded-l-6 { | |
border-top-left-radius: 0.375rem; | |
border-bottom-left-radius: 0.375rem; | |
} | |
.lg\:rounded-l-7 { | |
border-top-left-radius: 0.4375rem; | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.lg\:rounded-l-8 { | |
border-top-left-radius: 0.5rem; | |
border-bottom-left-radius: 0.5rem; | |
} | |
.lg\:rounded-l-9 { | |
border-top-left-radius: 0.5625rem; | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.lg\:rounded-l-10 { | |
border-top-left-radius: 0.625rem; | |
border-bottom-left-radius: 0.625rem; | |
} | |
.lg\:rounded-l-12 { | |
border-top-left-radius: 0.75rem; | |
border-bottom-left-radius: 0.75rem; | |
} | |
.lg\:rounded-l-14 { | |
border-top-left-radius: 0.875rem; | |
border-bottom-left-radius: 0.875rem; | |
} | |
.lg\:rounded-l-16 { | |
border-top-left-radius: 1rem; | |
border-bottom-left-radius: 1rem; | |
} | |
.lg\:rounded-l-18 { | |
border-top-left-radius: 1.125rem; | |
border-bottom-left-radius: 1.125rem; | |
} | |
.lg\:rounded-l-20 { | |
border-top-left-radius: 1.25rem; | |
border-bottom-left-radius: 1.25rem; | |
} | |
.lg\:rounded-l-24 { | |
border-top-left-radius: 1.5rem; | |
border-bottom-left-radius: 1.5rem; | |
} | |
.lg\:rounded-l-28 { | |
border-top-left-radius: 1.75rem; | |
border-bottom-left-radius: 1.75rem; | |
} | |
.lg\:rounded-l-32 { | |
border-top-left-radius: 2rem; | |
border-bottom-left-radius: 2rem; | |
} | |
.lg\:rounded-l-full { | |
border-top-left-radius: 9999px; | |
border-bottom-left-radius: 9999px; | |
} | |
.lg\:-z-50 { | |
z-index: -50; | |
} | |
.lg\:-z-40 { | |
z-index: -40; | |
} | |
.lg\:-z-30 { | |
z-index: -30; | |
} | |
.lg\:-z-20 { | |
z-index: -20; | |
} | |
.lg\:-z-10 { | |
z-index: -10; | |
} | |
.lg\:z-revert { | |
z-index: revert; | |
} | |
.lg\:z-0 { | |
z-index: 0; | |
} | |
.lg\:z-10 { | |
z-index: 10; | |
} | |
.lg\:z-20 { | |
z-index: 20; | |
} | |
.lg\:z-30 { | |
z-index: 30; | |
} | |
.lg\:z-40 { | |
z-index: 40; | |
} | |
.lg\:z-50 { | |
z-index: 50; | |
} | |
.lg\:overflow-revert { | |
overflow: revert; | |
} | |
.lg\:overflow-hidden { | |
overflow: hidden; | |
} | |
.lg\:overflow-scroll { | |
overflow: scroll; | |
} | |
.lg\:overflow-x-revert { | |
overflow-x: revert; | |
} | |
.lg\:overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
.lg\:overflow-x-scroll { | |
overflow-x: scroll; | |
} | |
.lg\:overflow-y-revert { | |
overflow-y: revert; | |
} | |
.lg\:overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.lg\:overflow-y-scroll { | |
overflow-y: scroll; | |
} | |
.lg\:no-pointer-events { | |
pointer-events: none; | |
} | |
.lg\:pointer-events { | |
pointer-events: auto; | |
} | |
} | |
@media (min-width: 1280px) { | |
.xl\:hide[class] { | |
display: none; | |
} | |
.xl\:show[class] { | |
display: revert; | |
} | |
.xl\:show.row { | |
display: flex; | |
} | |
.xl\:show.col { | |
display: flex; | |
} | |
.xl\:-m-1px { | |
margin: -1px; | |
} | |
.xl\:-m-2px { | |
margin: -2px; | |
} | |
.xl\:-m-3px { | |
margin: -3px; | |
} | |
.xl\:-m-4px { | |
margin: -4px; | |
} | |
.xl\:-m-5px { | |
margin: -5px; | |
} | |
.xl\:-m-6px { | |
margin: -6px; | |
} | |
.xl\:-m-7px { | |
margin: -7px; | |
} | |
.xl\:-m-8px { | |
margin: -8px; | |
} | |
.xl\:-m-9px { | |
margin: -9px; | |
} | |
.xl\:-m-10px { | |
margin: -10px; | |
} | |
.xl\:-m-12px { | |
margin: -12px; | |
} | |
.xl\:-m-14px { | |
margin: -14px; | |
} | |
.xl\:-m-16px { | |
margin: -16px; | |
} | |
.xl\:-m-1 { | |
margin: -0.0625rem; | |
} | |
.xl\:-m-2 { | |
margin: -0.125rem; | |
} | |
.xl\:-m-3 { | |
margin: -0.1875rem; | |
} | |
.xl\:-m-4 { | |
margin: -0.25rem; | |
} | |
.xl\:-m-5 { | |
margin: -0.3125rem; | |
} | |
.xl\:-m-6 { | |
margin: -0.375rem; | |
} | |
.xl\:-m-7 { | |
margin: -0.4375rem; | |
} | |
.xl\:-m-8 { | |
margin: -0.5rem; | |
} | |
.xl\:-m-9 { | |
margin: -0.5625rem; | |
} | |
.xl\:-m-10 { | |
margin: -0.625rem; | |
} | |
.xl\:-m-12 { | |
margin: -0.75rem; | |
} | |
.xl\:-m-14 { | |
margin: -0.875rem; | |
} | |
.xl\:-m-16 { | |
margin: -1rem; | |
} | |
.xl\:-m-18 { | |
margin: -1.125rem; | |
} | |
.xl\:-m-20 { | |
margin: -1.25rem; | |
} | |
.xl\:-m-24 { | |
margin: -1.5rem; | |
} | |
.xl\:-m-28 { | |
margin: -1.75rem; | |
} | |
.xl\:-m-32 { | |
margin: -2rem; | |
} | |
.xl\:-m-36 { | |
margin: -2.25rem; | |
} | |
.xl\:-m-40 { | |
margin: -2.5rem; | |
} | |
.xl\:-m-48 { | |
margin: -3rem; | |
} | |
.xl\:-m-56 { | |
margin: -3.5rem; | |
} | |
.xl\:-m-64 { | |
margin: -4rem; | |
} | |
.xl\:-mx-1px { | |
margin-left: -1px; | |
margin-right: -1px; | |
} | |
.xl\:-mx-2px { | |
margin-left: -2px; | |
margin-right: -2px; | |
} | |
.xl\:-mx-3px { | |
margin-left: -3px; | |
margin-right: -3px; | |
} | |
.xl\:-mx-4px { | |
margin-left: -4px; | |
margin-right: -4px; | |
} | |
.xl\:-mx-5px { | |
margin-left: -5px; | |
margin-right: -5px; | |
} | |
.xl\:-mx-6px { | |
margin-left: -6px; | |
margin-right: -6px; | |
} | |
.xl\:-mx-7px { | |
margin-left: -7px; | |
margin-right: -7px; | |
} | |
.xl\:-mx-8px { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
.xl\:-mx-9px { | |
margin-left: -9px; | |
margin-right: -9px; | |
} | |
.xl\:-mx-10px { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
.xl\:-mx-12px { | |
margin-left: -12px; | |
margin-right: -12px; | |
} | |
.xl\:-mx-14px { | |
margin-left: -14px; | |
margin-right: -14px; | |
} | |
.xl\:-mx-16px { | |
margin-left: -16px; | |
margin-right: -16px; | |
} | |
.xl\:-mx-1 { | |
margin-left: -0.0625rem; | |
margin-right: -0.0625rem; | |
} | |
.xl\:-mx-2 { | |
margin-left: -0.125rem; | |
margin-right: -0.125rem; | |
} | |
.xl\:-mx-3 { | |
margin-left: -0.1875rem; | |
margin-right: -0.1875rem; | |
} | |
.xl\:-mx-4 { | |
margin-left: -0.25rem; | |
margin-right: -0.25rem; | |
} | |
.xl\:-mx-5 { | |
margin-left: -0.3125rem; | |
margin-right: -0.3125rem; | |
} | |
.xl\:-mx-6 { | |
margin-left: -0.375rem; | |
margin-right: -0.375rem; | |
} | |
.xl\:-mx-7 { | |
margin-left: -0.4375rem; | |
margin-right: -0.4375rem; | |
} | |
.xl\:-mx-8 { | |
margin-left: -0.5rem; | |
margin-right: -0.5rem; | |
} | |
.xl\:-mx-9 { | |
margin-left: -0.5625rem; | |
margin-right: -0.5625rem; | |
} | |
.xl\:-mx-10 { | |
margin-left: -0.625rem; | |
margin-right: -0.625rem; | |
} | |
.xl\:-mx-12 { | |
margin-left: -0.75rem; | |
margin-right: -0.75rem; | |
} | |
.xl\:-mx-14 { | |
margin-left: -0.875rem; | |
margin-right: -0.875rem; | |
} | |
.xl\:-mx-16 { | |
margin-left: -1rem; | |
margin-right: -1rem; | |
} | |
.xl\:-mx-18 { | |
margin-left: -1.125rem; | |
margin-right: -1.125rem; | |
} | |
.xl\:-mx-20 { | |
margin-left: -1.25rem; | |
margin-right: -1.25rem; | |
} | |
.xl\:-mx-24 { | |
margin-left: -1.5rem; | |
margin-right: -1.5rem; | |
} | |
.xl\:-mx-28 { | |
margin-left: -1.75rem; | |
margin-right: -1.75rem; | |
} | |
.xl\:-mx-32 { | |
margin-left: -2rem; | |
margin-right: -2rem; | |
} | |
.xl\:-mx-36 { | |
margin-left: -2.25rem; | |
margin-right: -2.25rem; | |
} | |
.xl\:-mx-40 { | |
margin-left: -2.5rem; | |
margin-right: -2.5rem; | |
} | |
.xl\:-mx-48 { | |
margin-left: -3rem; | |
margin-right: -3rem; | |
} | |
.xl\:-mx-56 { | |
margin-left: -3.5rem; | |
margin-right: -3.5rem; | |
} | |
.xl\:-mx-64 { | |
margin-left: -4rem; | |
margin-right: -4rem; | |
} | |
.xl\:-my-1px { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.xl\:-my-2px { | |
margin-top: -2px; | |
margin-bottom: -2px; | |
} | |
.xl\:-my-3px { | |
margin-top: -3px; | |
margin-bottom: -3px; | |
} | |
.xl\:-my-4px { | |
margin-top: -4px; | |
margin-bottom: -4px; | |
} | |
.xl\:-my-5px { | |
margin-top: -5px; | |
margin-bottom: -5px; | |
} | |
.xl\:-my-6px { | |
margin-top: -6px; | |
margin-bottom: -6px; | |
} | |
.xl\:-my-7px { | |
margin-top: -7px; | |
margin-bottom: -7px; | |
} | |
.xl\:-my-8px { | |
margin-top: -8px; | |
margin-bottom: -8px; | |
} | |
.xl\:-my-9px { | |
margin-top: -9px; | |
margin-bottom: -9px; | |
} | |
.xl\:-my-10px { | |
margin-top: -10px; | |
margin-bottom: -10px; | |
} | |
.xl\:-my-12px { | |
margin-top: -12px; | |
margin-bottom: -12px; | |
} | |
.xl\:-my-14px { | |
margin-top: -14px; | |
margin-bottom: -14px; | |
} | |
.xl\:-my-16px { | |
margin-top: -16px; | |
margin-bottom: -16px; | |
} | |
.xl\:-my-1 { | |
margin-top: -0.0625rem; | |
margin-bottom: -0.0625rem; | |
} | |
.xl\:-my-2 { | |
margin-top: -0.125rem; | |
margin-bottom: -0.125rem; | |
} | |
.xl\:-my-3 { | |
margin-top: -0.1875rem; | |
margin-bottom: -0.1875rem; | |
} | |
.xl\:-my-4 { | |
margin-top: -0.25rem; | |
margin-bottom: -0.25rem; | |
} | |
.xl\:-my-5 { | |
margin-top: -0.3125rem; | |
margin-bottom: -0.3125rem; | |
} | |
.xl\:-my-6 { | |
margin-top: -0.375rem; | |
margin-bottom: -0.375rem; | |
} | |
.xl\:-my-7 { | |
margin-top: -0.4375rem; | |
margin-bottom: -0.4375rem; | |
} | |
.xl\:-my-8 { | |
margin-top: -0.5rem; | |
margin-bottom: -0.5rem; | |
} | |
.xl\:-my-9 { | |
margin-top: -0.5625rem; | |
margin-bottom: -0.5625rem; | |
} | |
.xl\:-my-10 { | |
margin-top: -0.625rem; | |
margin-bottom: -0.625rem; | |
} | |
.xl\:-my-12 { | |
margin-top: -0.75rem; | |
margin-bottom: -0.75rem; | |
} | |
.xl\:-my-14 { | |
margin-top: -0.875rem; | |
margin-bottom: -0.875rem; | |
} | |
.xl\:-my-16 { | |
margin-top: -1rem; | |
margin-bottom: -1rem; | |
} | |
.xl\:-my-18 { | |
margin-top: -1.125rem; | |
margin-bottom: -1.125rem; | |
} | |
.xl\:-my-20 { | |
margin-top: -1.25rem; | |
margin-bottom: -1.25rem; | |
} | |
.xl\:-my-24 { | |
margin-top: -1.5rem; | |
margin-bottom: -1.5rem; | |
} | |
.xl\:-my-28 { | |
margin-top: -1.75rem; | |
margin-bottom: -1.75rem; | |
} | |
.xl\:-my-32 { | |
margin-top: -2rem; | |
margin-bottom: -2rem; | |
} | |
.xl\:-my-36 { | |
margin-top: -2.25rem; | |
margin-bottom: -2.25rem; | |
} | |
.xl\:-my-40 { | |
margin-top: -2.5rem; | |
margin-bottom: -2.5rem; | |
} | |
.xl\:-my-48 { | |
margin-top: -3rem; | |
margin-bottom: -3rem; | |
} | |
.xl\:-my-56 { | |
margin-top: -3.5rem; | |
margin-bottom: -3.5rem; | |
} | |
.xl\:-my-64 { | |
margin-top: -4rem; | |
margin-bottom: -4rem; | |
} | |
.xl\:-mt-1px { | |
margin-top: -1px; | |
} | |
.xl\:-mt-2px { | |
margin-top: -2px; | |
} | |
.xl\:-mt-3px { | |
margin-top: -3px; | |
} | |
.xl\:-mt-4px { | |
margin-top: -4px; | |
} | |
.xl\:-mt-5px { | |
margin-top: -5px; | |
} | |
.xl\:-mt-6px { | |
margin-top: -6px; | |
} | |
.xl\:-mt-7px { | |
margin-top: -7px; | |
} | |
.xl\:-mt-8px { | |
margin-top: -8px; | |
} | |
.xl\:-mt-9px { | |
margin-top: -9px; | |
} | |
.xl\:-mt-10px { | |
margin-top: -10px; | |
} | |
.xl\:-mt-12px { | |
margin-top: -12px; | |
} | |
.xl\:-mt-14px { | |
margin-top: -14px; | |
} | |
.xl\:-mt-16px { | |
margin-top: -16px; | |
} | |
.xl\:-mt-1 { | |
margin-top: -0.0625rem; | |
} | |
.xl\:-mt-2 { | |
margin-top: -0.125rem; | |
} | |
.xl\:-mt-3 { | |
margin-top: -0.1875rem; | |
} | |
.xl\:-mt-4 { | |
margin-top: -0.25rem; | |
} | |
.xl\:-mt-5 { | |
margin-top: -0.3125rem; | |
} | |
.xl\:-mt-6 { | |
margin-top: -0.375rem; | |
} | |
.xl\:-mt-7 { | |
margin-top: -0.4375rem; | |
} | |
.xl\:-mt-8 { | |
margin-top: -0.5rem; | |
} | |
.xl\:-mt-9 { | |
margin-top: -0.5625rem; | |
} | |
.xl\:-mt-10 { | |
margin-top: -0.625rem; | |
} | |
.xl\:-mt-12 { | |
margin-top: -0.75rem; | |
} | |
.xl\:-mt-14 { | |
margin-top: -0.875rem; | |
} | |
.xl\:-mt-16 { | |
margin-top: -1rem; | |
} | |
.xl\:-mt-18 { | |
margin-top: -1.125rem; | |
} | |
.xl\:-mt-20 { | |
margin-top: -1.25rem; | |
} | |
.xl\:-mt-24 { | |
margin-top: -1.5rem; | |
} | |
.xl\:-mt-28 { | |
margin-top: -1.75rem; | |
} | |
.xl\:-mt-32 { | |
margin-top: -2rem; | |
} | |
.xl\:-mt-36 { | |
margin-top: -2.25rem; | |
} | |
.xl\:-mt-40 { | |
margin-top: -2.5rem; | |
} | |
.xl\:-mt-48 { | |
margin-top: -3rem; | |
} | |
.xl\:-mt-56 { | |
margin-top: -3.5rem; | |
} | |
.xl\:-mt-64 { | |
margin-top: -4rem; | |
} | |
.xl\:-mr-1px { | |
margin-right: -1px; | |
} | |
.xl\:-mr-2px { | |
margin-right: -2px; | |
} | |
.xl\:-mr-3px { | |
margin-right: -3px; | |
} | |
.xl\:-mr-4px { | |
margin-right: -4px; | |
} | |
.xl\:-mr-5px { | |
margin-right: -5px; | |
} | |
.xl\:-mr-6px { | |
margin-right: -6px; | |
} | |
.xl\:-mr-7px { | |
margin-right: -7px; | |
} | |
.xl\:-mr-8px { | |
margin-right: -8px; | |
} | |
.xl\:-mr-9px { | |
margin-right: -9px; | |
} | |
.xl\:-mr-10px { | |
margin-right: -10px; | |
} | |
.xl\:-mr-12px { | |
margin-right: -12px; | |
} | |
.xl\:-mr-14px { | |
margin-right: -14px; | |
} | |
.xl\:-mr-16px { | |
margin-right: -16px; | |
} | |
.xl\:-mr-1 { | |
margin-right: -0.0625rem; | |
} | |
.xl\:-mr-2 { | |
margin-right: -0.125rem; | |
} | |
.xl\:-mr-3 { | |
margin-right: -0.1875rem; | |
} | |
.xl\:-mr-4 { | |
margin-right: -0.25rem; | |
} | |
.xl\:-mr-5 { | |
margin-right: -0.3125rem; | |
} | |
.xl\:-mr-6 { | |
margin-right: -0.375rem; | |
} | |
.xl\:-mr-7 { | |
margin-right: -0.4375rem; | |
} | |
.xl\:-mr-8 { | |
margin-right: -0.5rem; | |
} | |
.xl\:-mr-9 { | |
margin-right: -0.5625rem; | |
} | |
.xl\:-mr-10 { | |
margin-right: -0.625rem; | |
} | |
.xl\:-mr-12 { | |
margin-right: -0.75rem; | |
} | |
.xl\:-mr-14 { | |
margin-right: -0.875rem; | |
} | |
.xl\:-mr-16 { | |
margin-right: -1rem; | |
} | |
.xl\:-mr-18 { | |
margin-right: -1.125rem; | |
} | |
.xl\:-mr-20 { | |
margin-right: -1.25rem; | |
} | |
.xl\:-mr-24 { | |
margin-right: -1.5rem; | |
} | |
.xl\:-mr-28 { | |
margin-right: -1.75rem; | |
} | |
.xl\:-mr-32 { | |
margin-right: -2rem; | |
} | |
.xl\:-mr-36 { | |
margin-right: -2.25rem; | |
} | |
.xl\:-mr-40 { | |
margin-right: -2.5rem; | |
} | |
.xl\:-mr-48 { | |
margin-right: -3rem; | |
} | |
.xl\:-mr-56 { | |
margin-right: -3.5rem; | |
} | |
.xl\:-mr-64 { | |
margin-right: -4rem; | |
} | |
.xl\:-mb-1px { | |
margin-bottom: -1px; | |
} | |
.xl\:-mb-2px { | |
margin-bottom: -2px; | |
} | |
.xl\:-mb-3px { | |
margin-bottom: -3px; | |
} | |
.xl\:-mb-4px { | |
margin-bottom: -4px; | |
} | |
.xl\:-mb-5px { | |
margin-bottom: -5px; | |
} | |
.xl\:-mb-6px { | |
margin-bottom: -6px; | |
} | |
.xl\:-mb-7px { | |
margin-bottom: -7px; | |
} | |
.xl\:-mb-8px { | |
margin-bottom: -8px; | |
} | |
.xl\:-mb-9px { | |
margin-bottom: -9px; | |
} | |
.xl\:-mb-10px { | |
margin-bottom: -10px; | |
} | |
.xl\:-mb-12px { | |
margin-bottom: -12px; | |
} | |
.xl\:-mb-14px { | |
margin-bottom: -14px; | |
} | |
.xl\:-mb-16px { | |
margin-bottom: -16px; | |
} | |
.xl\:-mb-1 { | |
margin-bottom: -0.0625rem; | |
} | |
.xl\:-mb-2 { | |
margin-bottom: -0.125rem; | |
} | |
.xl\:-mb-3 { | |
margin-bottom: -0.1875rem; | |
} | |
.xl\:-mb-4 { | |
margin-bottom: -0.25rem; | |
} | |
.xl\:-mb-5 { | |
margin-bottom: -0.3125rem; | |
} | |
.xl\:-mb-6 { | |
margin-bottom: -0.375rem; | |
} | |
.xl\:-mb-7 { | |
margin-bottom: -0.4375rem; | |
} | |
.xl\:-mb-8 { | |
margin-bottom: -0.5rem; | |
} | |
.xl\:-mb-9 { | |
margin-bottom: -0.5625rem; | |
} | |
.xl\:-mb-10 { | |
margin-bottom: -0.625rem; | |
} | |
.xl\:-mb-12 { | |
margin-bottom: -0.75rem; | |
} | |
.xl\:-mb-14 { | |
margin-bottom: -0.875rem; | |
} | |
.xl\:-mb-16 { | |
margin-bottom: -1rem; | |
} | |
.xl\:-mb-18 { | |
margin-bottom: -1.125rem; | |
} | |
.xl\:-mb-20 { | |
margin-bottom: -1.25rem; | |
} | |
.xl\:-mb-24 { | |
margin-bottom: -1.5rem; | |
} | |
.xl\:-mb-28 { | |
margin-bottom: -1.75rem; | |
} | |
.xl\:-mb-32 { | |
margin-bottom: -2rem; | |
} | |
.xl\:-mb-36 { | |
margin-bottom: -2.25rem; | |
} | |
.xl\:-mb-40 { | |
margin-bottom: -2.5rem; | |
} | |
.xl\:-mb-48 { | |
margin-bottom: -3rem; | |
} | |
.xl\:-mb-56 { | |
margin-bottom: -3.5rem; | |
} | |
.xl\:-mb-64 { | |
margin-bottom: -4rem; | |
} | |
.xl\:-ml-1px { | |
margin-left: -1px; | |
} | |
.xl\:-ml-2px { | |
margin-left: -2px; | |
} | |
.xl\:-ml-3px { | |
margin-left: -3px; | |
} | |
.xl\:-ml-4px { | |
margin-left: -4px; | |
} | |
.xl\:-ml-5px { | |
margin-left: -5px; | |
} | |
.xl\:-ml-6px { | |
margin-left: -6px; | |
} | |
.xl\:-ml-7px { | |
margin-left: -7px; | |
} | |
.xl\:-ml-8px { | |
margin-left: -8px; | |
} | |
.xl\:-ml-9px { | |
margin-left: -9px; | |
} | |
.xl\:-ml-10px { | |
margin-left: -10px; | |
} | |
.xl\:-ml-12px { | |
margin-left: -12px; | |
} | |
.xl\:-ml-14px { | |
margin-left: -14px; | |
} | |
.xl\:-ml-16px { | |
margin-left: -16px; | |
} | |
.xl\:-ml-1 { | |
margin-left: -0.0625rem; | |
} | |
.xl\:-ml-2 { | |
margin-left: -0.125rem; | |
} | |
.xl\:-ml-3 { | |
margin-left: -0.1875rem; | |
} | |
.xl\:-ml-4 { | |
margin-left: -0.25rem; | |
} | |
.xl\:-ml-5 { | |
margin-left: -0.3125rem; | |
} | |
.xl\:-ml-6 { | |
margin-left: -0.375rem; | |
} | |
.xl\:-ml-7 { | |
margin-left: -0.4375rem; | |
} | |
.xl\:-ml-8 { | |
margin-left: -0.5rem; | |
} | |
.xl\:-ml-9 { | |
margin-left: -0.5625rem; | |
} | |
.xl\:-ml-10 { | |
margin-left: -0.625rem; | |
} | |
.xl\:-ml-12 { | |
margin-left: -0.75rem; | |
} | |
.xl\:-ml-14 { | |
margin-left: -0.875rem; | |
} | |
.xl\:-ml-16 { | |
margin-left: -1rem; | |
} | |
.xl\:-ml-18 { | |
margin-left: -1.125rem; | |
} | |
.xl\:-ml-20 { | |
margin-left: -1.25rem; | |
} | |
.xl\:-ml-24 { | |
margin-left: -1.5rem; | |
} | |
.xl\:-ml-28 { | |
margin-left: -1.75rem; | |
} | |
.xl\:-ml-32 { | |
margin-left: -2rem; | |
} | |
.xl\:-ml-36 { | |
margin-left: -2.25rem; | |
} | |
.xl\:-ml-40 { | |
margin-left: -2.5rem; | |
} | |
.xl\:-ml-48 { | |
margin-left: -3rem; | |
} | |
.xl\:-ml-56 { | |
margin-left: -3.5rem; | |
} | |
.xl\:-ml-64 { | |
margin-left: -4rem; | |
} | |
.xl\:m-revert { | |
margin: revert; | |
} | |
.xl\:m-auto { | |
margin: auto; | |
} | |
.xl\:m-1px { | |
margin: 1px; | |
} | |
.xl\:m-2px { | |
margin: 2px; | |
} | |
.xl\:m-3px { | |
margin: 3px; | |
} | |
.xl\:m-4px { | |
margin: 4px; | |
} | |
.xl\:m-5px { | |
margin: 5px; | |
} | |
.xl\:m-6px { | |
margin: 6px; | |
} | |
.xl\:m-7px { | |
margin: 7px; | |
} | |
.xl\:m-8px { | |
margin: 8px; | |
} | |
.xl\:m-9px { | |
margin: 9px; | |
} | |
.xl\:m-10px { | |
margin: 10px; | |
} | |
.xl\:m-12px { | |
margin: 12px; | |
} | |
.xl\:m-14px { | |
margin: 14px; | |
} | |
.xl\:m-16px { | |
margin: 16px; | |
} | |
.xl\:m-0 { | |
margin: 0; | |
} | |
.xl\:m-1 { | |
margin: 0.0625rem; | |
} | |
.xl\:m-2 { | |
margin: 0.125rem; | |
} | |
.xl\:m-3 { | |
margin: 0.1875rem; | |
} | |
.xl\:m-4 { | |
margin: 0.25rem; | |
} | |
.xl\:m-5 { | |
margin: 0.3125rem; | |
} | |
.xl\:m-6 { | |
margin: 0.375rem; | |
} | |
.xl\:m-7 { | |
margin: 0.4375rem; | |
} | |
.xl\:m-8 { | |
margin: 0.5rem; | |
} | |
.xl\:m-9 { | |
margin: 0.5625rem; | |
} | |
.xl\:m-10 { | |
margin: 0.625rem; | |
} | |
.xl\:m-12 { | |
margin: 0.75rem; | |
} | |
.xl\:m-14 { | |
margin: 0.875rem; | |
} | |
.xl\:m-16 { | |
margin: 1rem; | |
} | |
.xl\:m-18 { | |
margin: 1.125rem; | |
} | |
.xl\:m-20 { | |
margin: 1.25rem; | |
} | |
.xl\:m-24 { | |
margin: 1.5rem; | |
} | |
.xl\:m-28 { | |
margin: 1.75rem; | |
} | |
.xl\:m-32 { | |
margin: 2rem; | |
} | |
.xl\:m-36 { | |
margin: 2.25rem; | |
} | |
.xl\:m-40 { | |
margin: 2.5rem; | |
} | |
.xl\:m-48 { | |
margin: 3rem; | |
} | |
.xl\:m-56 { | |
margin: 3.5rem; | |
} | |
.xl\:m-64 { | |
margin: 4rem; | |
} | |
.xl\:m-72 { | |
margin: 4.5rem; | |
} | |
.xl\:m-80 { | |
margin: 5rem; | |
} | |
.xl\:m-96 { | |
margin: 6rem; | |
} | |
.xl\:m-112 { | |
margin: 7rem; | |
} | |
.xl\:m-128 { | |
margin: 8rem; | |
} | |
.xl\:m-144 { | |
margin: 9rem; | |
} | |
.xl\:m-160 { | |
margin: 10rem; | |
} | |
.xl\:m-192 { | |
margin: 12rem; | |
} | |
.xl\:m-224 { | |
margin: 14rem; | |
} | |
.xl\:m-256 { | |
margin: 16rem; | |
} | |
.xl\:mx-revert { | |
margin-left: revert; | |
margin-right: revert; | |
} | |
.xl\:mx-auto { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.xl\:mx-1px { | |
margin-left: 1px; | |
margin-right: 1px; | |
} | |
.xl\:mx-2px { | |
margin-left: 2px; | |
margin-right: 2px; | |
} | |
.xl\:mx-3px { | |
margin-left: 3px; | |
margin-right: 3px; | |
} | |
.xl\:mx-4px { | |
margin-left: 4px; | |
margin-right: 4px; | |
} | |
.xl\:mx-5px { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.xl\:mx-6px { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.xl\:mx-7px { | |
margin-left: 7px; | |
margin-right: 7px; | |
} | |
.xl\:mx-8px { | |
margin-left: 8px; | |
margin-right: 8px; | |
} | |
.xl\:mx-9px { | |
margin-left: 9px; | |
margin-right: 9px; | |
} | |
.xl\:mx-10px { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.xl\:mx-12px { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
.xl\:mx-14px { | |
margin-left: 14px; | |
margin-right: 14px; | |
} | |
.xl\:mx-16px { | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
.xl\:mx-0 { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
.xl\:mx-1 { | |
margin-left: 0.0625rem; | |
margin-right: 0.0625rem; | |
} | |
.xl\:mx-2 { | |
margin-left: 0.125rem; | |
margin-right: 0.125rem; | |
} | |
.xl\:mx-3 { | |
margin-left: 0.1875rem; | |
margin-right: 0.1875rem; | |
} | |
.xl\:mx-4 { | |
margin-left: 0.25rem; | |
margin-right: 0.25rem; | |
} | |
.xl\:mx-5 { | |
margin-left: 0.3125rem; | |
margin-right: 0.3125rem; | |
} | |
.xl\:mx-6 { | |
margin-left: 0.375rem; | |
margin-right: 0.375rem; | |
} | |
.xl\:mx-7 { | |
margin-left: 0.4375rem; | |
margin-right: 0.4375rem; | |
} | |
.xl\:mx-8 { | |
margin-left: 0.5rem; | |
margin-right: 0.5rem; | |
} | |
.xl\:mx-9 { | |
margin-left: 0.5625rem; | |
margin-right: 0.5625rem; | |
} | |
.xl\:mx-10 { | |
margin-left: 0.625rem; | |
margin-right: 0.625rem; | |
} | |
.xl\:mx-12 { | |
margin-left: 0.75rem; | |
margin-right: 0.75rem; | |
} | |
.xl\:mx-14 { | |
margin-left: 0.875rem; | |
margin-right: 0.875rem; | |
} | |
.xl\:mx-16 { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.xl\:mx-18 { | |
margin-left: 1.125rem; | |
margin-right: 1.125rem; | |
} | |
.xl\:mx-20 { | |
margin-left: 1.25rem; | |
margin-right: 1.25rem; | |
} | |
.xl\:mx-24 { | |
margin-left: 1.5rem; | |
margin-right: 1.5rem; | |
} | |
.xl\:mx-28 { | |
margin-left: 1.75rem; | |
margin-right: 1.75rem; | |
} | |
.xl\:mx-32 { | |
margin-left: 2rem; | |
margin-right: 2rem; | |
} | |
.xl\:mx-36 { | |
margin-left: 2.25rem; | |
margin-right: 2.25rem; | |
} | |
.xl\:mx-40 { | |
margin-left: 2.5rem; | |
margin-right: 2.5rem; | |
} | |
.xl\:mx-48 { | |
margin-left: 3rem; | |
margin-right: 3rem; | |
} | |
.xl\:mx-56 { | |
margin-left: 3.5rem; | |
margin-right: 3.5rem; | |
} | |
.xl\:mx-64 { | |
margin-left: 4rem; | |
margin-right: 4rem; | |
} | |
.xl\:mx-72 { | |
margin-left: 4.5rem; | |
margin-right: 4.5rem; | |
} | |
.xl\:mx-80 { | |
margin-left: 5rem; | |
margin-right: 5rem; | |
} | |
.xl\:mx-96 { | |
margin-left: 6rem; | |
margin-right: 6rem; | |
} | |
.xl\:mx-112 { | |
margin-left: 7rem; | |
margin-right: 7rem; | |
} | |
.xl\:mx-128 { | |
margin-left: 8rem; | |
margin-right: 8rem; | |
} | |
.xl\:mx-144 { | |
margin-left: 9rem; | |
margin-right: 9rem; | |
} | |
.xl\:mx-160 { | |
margin-left: 10rem; | |
margin-right: 10rem; | |
} | |
.xl\:mx-192 { | |
margin-left: 12rem; | |
margin-right: 12rem; | |
} | |
.xl\:mx-224 { | |
margin-left: 14rem; | |
margin-right: 14rem; | |
} | |
.xl\:mx-256 { | |
margin-left: 16rem; | |
margin-right: 16rem; | |
} | |
.xl\:my-revert { | |
margin-top: revert; | |
margin-bottom: revert; | |
} | |
.xl\:my-auto { | |
margin-top: auto; | |
margin-bottom: auto; | |
} | |
.xl\:my-1px { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.xl\:my-2px { | |
margin-top: 2px; | |
margin-bottom: 2px; | |
} | |
.xl\:my-3px { | |
margin-top: 3px; | |
margin-bottom: 3px; | |
} | |
.xl\:my-4px { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.xl\:my-5px { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
.xl\:my-6px { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
.xl\:my-7px { | |
margin-top: 7px; | |
margin-bottom: 7px; | |
} | |
.xl\:my-8px { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.xl\:my-9px { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
.xl\:my-10px { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.xl\:my-12px { | |
margin-top: 12px; | |
margin-bottom: 12px; | |
} | |
.xl\:my-14px { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.xl\:my-16px { | |
margin-top: 16px; | |
margin-bottom: 16px; | |
} | |
.xl\:my-0 { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.xl\:my-1 { | |
margin-top: 0.0625rem; | |
margin-bottom: 0.0625rem; | |
} | |
.xl\:my-2 { | |
margin-top: 0.125rem; | |
margin-bottom: 0.125rem; | |
} | |
.xl\:my-3 { | |
margin-top: 0.1875rem; | |
margin-bottom: 0.1875rem; | |
} | |
.xl\:my-4 { | |
margin-top: 0.25rem; | |
margin-bottom: 0.25rem; | |
} | |
.xl\:my-5 { | |
margin-top: 0.3125rem; | |
margin-bottom: 0.3125rem; | |
} | |
.xl\:my-6 { | |
margin-top: 0.375rem; | |
margin-bottom: 0.375rem; | |
} | |
.xl\:my-7 { | |
margin-top: 0.4375rem; | |
margin-bottom: 0.4375rem; | |
} | |
.xl\:my-8 { | |
margin-top: 0.5rem; | |
margin-bottom: 0.5rem; | |
} | |
.xl\:my-9 { | |
margin-top: 0.5625rem; | |
margin-bottom: 0.5625rem; | |
} | |
.xl\:my-10 { | |
margin-top: 0.625rem; | |
margin-bottom: 0.625rem; | |
} | |
.xl\:my-12 { | |
margin-top: 0.75rem; | |
margin-bottom: 0.75rem; | |
} | |
.xl\:my-14 { | |
margin-top: 0.875rem; | |
margin-bottom: 0.875rem; | |
} | |
.xl\:my-16 { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.xl\:my-18 { | |
margin-top: 1.125rem; | |
margin-bottom: 1.125rem; | |
} | |
.xl\:my-20 { | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
} | |
.xl\:my-24 { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
} | |
.xl\:my-28 { | |
margin-top: 1.75rem; | |
margin-bottom: 1.75rem; | |
} | |
.xl\:my-32 { | |
margin-top: 2rem; | |
margin-bottom: 2rem; | |
} | |
.xl\:my-36 { | |
margin-top: 2.25rem; | |
margin-bottom: 2.25rem; | |
} | |
.xl\:my-40 { | |
margin-top: 2.5rem; | |
margin-bottom: 2.5rem; | |
} | |
.xl\:my-48 { | |
margin-top: 3rem; | |
margin-bottom: 3rem; | |
} | |
.xl\:my-56 { | |
margin-top: 3.5rem; | |
margin-bottom: 3.5rem; | |
} | |
.xl\:my-64 { | |
margin-top: 4rem; | |
margin-bottom: 4rem; | |
} | |
.xl\:my-72 { | |
margin-top: 4.5rem; | |
margin-bottom: 4.5rem; | |
} | |
.xl\:my-80 { | |
margin-top: 5rem; | |
margin-bottom: 5rem; | |
} | |
.xl\:my-96 { | |
margin-top: 6rem; | |
margin-bottom: 6rem; | |
} | |
.xl\:my-112 { | |
margin-top: 7rem; | |
margin-bottom: 7rem; | |
} | |
.xl\:my-128 { | |
margin-top: 8rem; | |
margin-bottom: 8rem; | |
} | |
.xl\:my-144 { | |
margin-top: 9rem; | |
margin-bottom: 9rem; | |
} | |
.xl\:my-160 { | |
margin-top: 10rem; | |
margin-bottom: 10rem; | |
} | |
.xl\:my-192 { | |
margin-top: 12rem; | |
margin-bottom: 12rem; | |
} | |
.xl\:my-224 { | |
margin-top: 14rem; | |
margin-bottom: 14rem; | |
} | |
.xl\:my-256 { | |
margin-top: 16rem; | |
margin-bottom: 16rem; | |
} | |
.xl\:mt-revert { | |
margin-top: revert; | |
} | |
.xl\:mt-auto { | |
margin-top: auto; | |
} | |
.xl\:mt-1px { | |
margin-top: 1px; | |
} | |
.xl\:mt-2px { | |
margin-top: 2px; | |
} | |
.xl\:mt-3px { | |
margin-top: 3px; | |
} | |
.xl\:mt-4px { | |
margin-top: 4px; | |
} | |
.xl\:mt-5px { | |
margin-top: 5px; | |
} | |
.xl\:mt-6px { | |
margin-top: 6px; | |
} | |
.xl\:mt-7px { | |
margin-top: 7px; | |
} | |
.xl\:mt-8px { | |
margin-top: 8px; | |
} | |
.xl\:mt-9px { | |
margin-top: 9px; | |
} | |
.xl\:mt-10px { | |
margin-top: 10px; | |
} | |
.xl\:mt-12px { | |
margin-top: 12px; | |
} | |
.xl\:mt-14px { | |
margin-top: 14px; | |
} | |
.xl\:mt-16px { | |
margin-top: 16px; | |
} | |
.xl\:mt-0 { | |
margin-top: 0; | |
} | |
.xl\:mt-1 { | |
margin-top: 0.0625rem; | |
} | |
.xl\:mt-2 { | |
margin-top: 0.125rem; | |
} | |
.xl\:mt-3 { | |
margin-top: 0.1875rem; | |
} | |
.xl\:mt-4 { | |
margin-top: 0.25rem; | |
} | |
.xl\:mt-5 { | |
margin-top: 0.3125rem; | |
} | |
.xl\:mt-6 { | |
margin-top: 0.375rem; | |
} | |
.xl\:mt-7 { | |
margin-top: 0.4375rem; | |
} | |
.xl\:mt-8 { | |
margin-top: 0.5rem; | |
} | |
.xl\:mt-9 { | |
margin-top: 0.5625rem; | |
} | |
.xl\:mt-10 { | |
margin-top: 0.625rem; | |
} | |
.xl\:mt-12 { | |
margin-top: 0.75rem; | |
} | |
.xl\:mt-14 { | |
margin-top: 0.875rem; | |
} | |
.xl\:mt-16 { | |
margin-top: 1rem; | |
} | |
.xl\:mt-18 { | |
margin-top: 1.125rem; | |
} | |
.xl\:mt-20 { | |
margin-top: 1.25rem; | |
} | |
.xl\:mt-24 { | |
margin-top: 1.5rem; | |
} | |
.xl\:mt-28 { | |
margin-top: 1.75rem; | |
} | |
.xl\:mt-32 { | |
margin-top: 2rem; | |
} | |
.xl\:mt-36 { | |
margin-top: 2.25rem; | |
} | |
.xl\:mt-40 { | |
margin-top: 2.5rem; | |
} | |
.xl\:mt-48 { | |
margin-top: 3rem; | |
} | |
.xl\:mt-56 { | |
margin-top: 3.5rem; | |
} | |
.xl\:mt-64 { | |
margin-top: 4rem; | |
} | |
.xl\:mt-72 { | |
margin-top: 4.5rem; | |
} | |
.xl\:mt-80 { | |
margin-top: 5rem; | |
} | |
.xl\:mt-96 { | |
margin-top: 6rem; | |
} | |
.xl\:mt-112 { | |
margin-top: 7rem; | |
} | |
.xl\:mt-128 { | |
margin-top: 8rem; | |
} | |
.xl\:mt-144 { | |
margin-top: 9rem; | |
} | |
.xl\:mt-160 { | |
margin-top: 10rem; | |
} | |
.xl\:mt-192 { | |
margin-top: 12rem; | |
} | |
.xl\:mt-224 { | |
margin-top: 14rem; | |
} | |
.xl\:mt-256 { | |
margin-top: 16rem; | |
} | |
.xl\:mr-revert { | |
margin-right: revert; | |
} | |
.xl\:mr-auto { | |
margin-right: auto; | |
} | |
.xl\:mr-1px { | |
margin-right: 1px; | |
} | |
.xl\:mr-2px { | |
margin-right: 2px; | |
} | |
.xl\:mr-3px { | |
margin-right: 3px; | |
} | |
.xl\:mr-4px { | |
margin-right: 4px; | |
} | |
.xl\:mr-5px { | |
margin-right: 5px; | |
} | |
.xl\:mr-6px { | |
margin-right: 6px; | |
} | |
.xl\:mr-7px { | |
margin-right: 7px; | |
} | |
.xl\:mr-8px { | |
margin-right: 8px; | |
} | |
.xl\:mr-9px { | |
margin-right: 9px; | |
} | |
.xl\:mr-10px { | |
margin-right: 10px; | |
} | |
.xl\:mr-12px { | |
margin-right: 12px; | |
} | |
.xl\:mr-14px { | |
margin-right: 14px; | |
} | |
.xl\:mr-16px { | |
margin-right: 16px; | |
} | |
.xl\:mr-0 { | |
margin-right: 0; | |
} | |
.xl\:mr-1 { | |
margin-right: 0.0625rem; | |
} | |
.xl\:mr-2 { | |
margin-right: 0.125rem; | |
} | |
.xl\:mr-3 { | |
margin-right: 0.1875rem; | |
} | |
.xl\:mr-4 { | |
margin-right: 0.25rem; | |
} | |
.xl\:mr-5 { | |
margin-right: 0.3125rem; | |
} | |
.xl\:mr-6 { | |
margin-right: 0.375rem; | |
} | |
.xl\:mr-7 { | |
margin-right: 0.4375rem; | |
} | |
.xl\:mr-8 { | |
margin-right: 0.5rem; | |
} | |
.xl\:mr-9 { | |
margin-right: 0.5625rem; | |
} | |
.xl\:mr-10 { | |
margin-right: 0.625rem; | |
} | |
.xl\:mr-12 { | |
margin-right: 0.75rem; | |
} | |
.xl\:mr-14 { | |
margin-right: 0.875rem; | |
} | |
.xl\:mr-16 { | |
margin-right: 1rem; | |
} | |
.xl\:mr-18 { | |
margin-right: 1.125rem; | |
} | |
.xl\:mr-20 { | |
margin-right: 1.25rem; | |
} | |
.xl\:mr-24 { | |
margin-right: 1.5rem; | |
} | |
.xl\:mr-28 { | |
margin-right: 1.75rem; | |
} | |
.xl\:mr-32 { | |
margin-right: 2rem; | |
} | |
.xl\:mr-36 { | |
margin-right: 2.25rem; | |
} | |
.xl\:mr-40 { | |
margin-right: 2.5rem; | |
} | |
.xl\:mr-48 { | |
margin-right: 3rem; | |
} | |
.xl\:mr-56 { | |
margin-right: 3.5rem; | |
} | |
.xl\:mr-64 { | |
margin-right: 4rem; | |
} | |
.xl\:mr-72 { | |
margin-right: 4.5rem; | |
} | |
.xl\:mr-80 { | |
margin-right: 5rem; | |
} | |
.xl\:mr-96 { | |
margin-right: 6rem; | |
} | |
.xl\:mr-112 { | |
margin-right: 7rem; | |
} | |
.xl\:mr-128 { | |
margin-right: 8rem; | |
} | |
.xl\:mr-144 { | |
margin-right: 9rem; | |
} | |
.xl\:mr-160 { | |
margin-right: 10rem; | |
} | |
.xl\:mr-192 { | |
margin-right: 12rem; | |
} | |
.xl\:mr-224 { | |
margin-right: 14rem; | |
} | |
.xl\:mr-256 { | |
margin-right: 16rem; | |
} | |
.xl\:mb-revert { | |
margin-bottom: revert; | |
} | |
.xl\:mb-auto { | |
margin-bottom: auto; | |
} | |
.xl\:mb-1px { | |
margin-bottom: 1px; | |
} | |
.xl\:mb-2px { | |
margin-bottom: 2px; | |
} | |
.xl\:mb-3px { | |
margin-bottom: 3px; | |
} | |
.xl\:mb-4px { | |
margin-bottom: 4px; | |
} | |
.xl\:mb-5px { | |
margin-bottom: 5px; | |
} | |
.xl\:mb-6px { | |
margin-bottom: 6px; | |
} | |
.xl\:mb-7px { | |
margin-bottom: 7px; | |
} | |
.xl\:mb-8px { | |
margin-bottom: 8px; | |
} | |
.xl\:mb-9px { | |
margin-bottom: 9px; | |
} | |
.xl\:mb-10px { | |
margin-bottom: 10px; | |
} | |
.xl\:mb-12px { | |
margin-bottom: 12px; | |
} | |
.xl\:mb-14px { | |
margin-bottom: 14px; | |
} | |
.xl\:mb-16px { | |
margin-bottom: 16px; | |
} | |
.xl\:mb-0 { | |
margin-bottom: 0; | |
} | |
.xl\:mb-1 { | |
margin-bottom: 0.0625rem; | |
} | |
.xl\:mb-2 { | |
margin-bottom: 0.125rem; | |
} | |
.xl\:mb-3 { | |
margin-bottom: 0.1875rem; | |
} | |
.xl\:mb-4 { | |
margin-bottom: 0.25rem; | |
} | |
.xl\:mb-5 { | |
margin-bottom: 0.3125rem; | |
} | |
.xl\:mb-6 { | |
margin-bottom: 0.375rem; | |
} | |
.xl\:mb-7 { | |
margin-bottom: 0.4375rem; | |
} | |
.xl\:mb-8 { | |
margin-bottom: 0.5rem; | |
} | |
.xl\:mb-9 { | |
margin-bottom: 0.5625rem; | |
} | |
.xl\:mb-10 { | |
margin-bottom: 0.625rem; | |
} | |
.xl\:mb-12 { | |
margin-bottom: 0.75rem; | |
} | |
.xl\:mb-14 { | |
margin-bottom: 0.875rem; | |
} | |
.xl\:mb-16 { | |
margin-bottom: 1rem; | |
} | |
.xl\:mb-18 { | |
margin-bottom: 1.125rem; | |
} | |
.xl\:mb-20 { | |
margin-bottom: 1.25rem; | |
} | |
.xl\:mb-24 { | |
margin-bottom: 1.5rem; | |
} | |
.xl\:mb-28 { | |
margin-bottom: 1.75rem; | |
} | |
.xl\:mb-32 { | |
margin-bottom: 2rem; | |
} | |
.xl\:mb-36 { | |
margin-bottom: 2.25rem; | |
} | |
.xl\:mb-40 { | |
margin-bottom: 2.5rem; | |
} | |
.xl\:mb-48 { | |
margin-bottom: 3rem; | |
} | |
.xl\:mb-56 { | |
margin-bottom: 3.5rem; | |
} | |
.xl\:mb-64 { | |
margin-bottom: 4rem; | |
} | |
.xl\:mb-72 { | |
margin-bottom: 4.5rem; | |
} | |
.xl\:mb-80 { | |
margin-bottom: 5rem; | |
} | |
.xl\:mb-96 { | |
margin-bottom: 6rem; | |
} | |
.xl\:mb-112 { | |
margin-bottom: 7rem; | |
} | |
.xl\:mb-128 { | |
margin-bottom: 8rem; | |
} | |
.xl\:mb-144 { | |
margin-bottom: 9rem; | |
} | |
.xl\:mb-160 { | |
margin-bottom: 10rem; | |
} | |
.xl\:mb-192 { | |
margin-bottom: 12rem; | |
} | |
.xl\:mb-224 { | |
margin-bottom: 14rem; | |
} | |
.xl\:mb-256 { | |
margin-bottom: 16rem; | |
} | |
.xl\:ml-revert { | |
margin-left: revert; | |
} | |
.xl\:ml-auto { | |
margin-left: auto; | |
} | |
.xl\:ml-1px { | |
margin-left: 1px; | |
} | |
.xl\:ml-2px { | |
margin-left: 2px; | |
} | |
.xl\:ml-3px { | |
margin-left: 3px; | |
} | |
.xl\:ml-4px { | |
margin-left: 4px; | |
} | |
.xl\:ml-5px { | |
margin-left: 5px; | |
} | |
.xl\:ml-6px { | |
margin-left: 6px; | |
} | |
.xl\:ml-7px { | |
margin-left: 7px; | |
} | |
.xl\:ml-8px { | |
margin-left: 8px; | |
} | |
.xl\:ml-9px { | |
margin-left: 9px; | |
} | |
.xl\:ml-10px { | |
margin-left: 10px; | |
} | |
.xl\:ml-12px { | |
margin-left: 12px; | |
} | |
.xl\:ml-14px { | |
margin-left: 14px; | |
} | |
.xl\:ml-16px { | |
margin-left: 16px; | |
} | |
.xl\:ml-0 { | |
margin-left: 0; | |
} | |
.xl\:ml-1 { | |
margin-left: 0.0625rem; | |
} | |
.xl\:ml-2 { | |
margin-left: 0.125rem; | |
} | |
.xl\:ml-3 { | |
margin-left: 0.1875rem; | |
} | |
.xl\:ml-4 { | |
margin-left: 0.25rem; | |
} | |
.xl\:ml-5 { | |
margin-left: 0.3125rem; | |
} | |
.xl\:ml-6 { | |
margin-left: 0.375rem; | |
} | |
.xl\:ml-7 { | |
margin-left: 0.4375rem; | |
} | |
.xl\:ml-8 { | |
margin-left: 0.5rem; | |
} | |
.xl\:ml-9 { | |
margin-left: 0.5625rem; | |
} | |
.xl\:ml-10 { | |
margin-left: 0.625rem; | |
} | |
.xl\:ml-12 { | |
margin-left: 0.75rem; | |
} | |
.xl\:ml-14 { | |
margin-left: 0.875rem; | |
} | |
.xl\:ml-16 { | |
margin-left: 1rem; | |
} | |
.xl\:ml-18 { | |
margin-left: 1.125rem; | |
} | |
.xl\:ml-20 { | |
margin-left: 1.25rem; | |
} | |
.xl\:ml-24 { | |
margin-left: 1.5rem; | |
} | |
.xl\:ml-28 { | |
margin-left: 1.75rem; | |
} | |
.xl\:ml-32 { | |
margin-left: 2rem; | |
} | |
.xl\:ml-36 { | |
margin-left: 2.25rem; | |
} | |
.xl\:ml-40 { | |
margin-left: 2.5rem; | |
} | |
.xl\:ml-48 { | |
margin-left: 3rem; | |
} | |
.xl\:ml-56 { | |
margin-left: 3.5rem; | |
} | |
.xl\:ml-64 { | |
margin-left: 4rem; | |
} | |
.xl\:ml-72 { | |
margin-left: 4.5rem; | |
} | |
.xl\:ml-80 { | |
margin-left: 5rem; | |
} | |
.xl\:ml-96 { | |
margin-left: 6rem; | |
} | |
.xl\:ml-112 { | |
margin-left: 7rem; | |
} | |
.xl\:ml-128 { | |
margin-left: 8rem; | |
} | |
.xl\:ml-144 { | |
margin-left: 9rem; | |
} | |
.xl\:ml-160 { | |
margin-left: 10rem; | |
} | |
.xl\:ml-192 { | |
margin-left: 12rem; | |
} | |
.xl\:ml-224 { | |
margin-left: 14rem; | |
} | |
.xl\:ml-256 { | |
margin-left: 16rem; | |
} | |
.xl\:p-revert { | |
padding: revert; | |
} | |
.xl\:p-auto { | |
padding: auto; | |
} | |
.xl\:p-1px { | |
padding: 1px; | |
} | |
.xl\:p-2px { | |
padding: 2px; | |
} | |
.xl\:p-3px { | |
padding: 3px; | |
} | |
.xl\:p-4px { | |
padding: 4px; | |
} | |
.xl\:p-5px { | |
padding: 5px; | |
} | |
.xl\:p-6px { | |
padding: 6px; | |
} | |
.xl\:p-7px { | |
padding: 7px; | |
} | |
.xl\:p-8px { | |
padding: 8px; | |
} | |
.xl\:p-9px { | |
padding: 9px; | |
} | |
.xl\:p-10px { | |
padding: 10px; | |
} | |
.xl\:p-12px { | |
padding: 12px; | |
} | |
.xl\:p-14px { | |
padding: 14px; | |
} | |
.xl\:p-16px { | |
padding: 16px; | |
} | |
.xl\:p-0 { | |
padding: 0; | |
} | |
.xl\:p-1 { | |
padding: 0.0625rem; | |
} | |
.xl\:p-2 { | |
padding: 0.125rem; | |
} | |
.xl\:p-3 { | |
padding: 0.1875rem; | |
} | |
.xl\:p-4 { | |
padding: 0.25rem; | |
} | |
.xl\:p-5 { | |
padding: 0.3125rem; | |
} | |
.xl\:p-6 { | |
padding: 0.375rem; | |
} | |
.xl\:p-7 { | |
padding: 0.4375rem; | |
} | |
.xl\:p-8 { | |
padding: 0.5rem; | |
} | |
.xl\:p-9 { | |
padding: 0.5625rem; | |
} | |
.xl\:p-10 { | |
padding: 0.625rem; | |
} | |
.xl\:p-12 { | |
padding: 0.75rem; | |
} | |
.xl\:p-14 { | |
padding: 0.875rem; | |
} | |
.xl\:p-16 { | |
padding: 1rem; | |
} | |
.xl\:p-18 { | |
padding: 1.125rem; | |
} | |
.xl\:p-20 { | |
padding: 1.25rem; | |
} | |
.xl\:p-24 { | |
padding: 1.5rem; | |
} | |
.xl\:p-28 { | |
padding: 1.75rem; | |
} | |
.xl\:p-32 { | |
padding: 2rem; | |
} | |
.xl\:p-36 { | |
padding: 2.25rem; | |
} | |
.xl\:p-40 { | |
padding: 2.5rem; | |
} | |
.xl\:p-48 { | |
padding: 3rem; | |
} | |
.xl\:p-56 { | |
padding: 3.5rem; | |
} | |
.xl\:p-64 { | |
padding: 4rem; | |
} | |
.xl\:p-72 { | |
padding: 4.5rem; | |
} | |
.xl\:p-80 { | |
padding: 5rem; | |
} | |
.xl\:p-96 { | |
padding: 6rem; | |
} | |
.xl\:p-112 { | |
padding: 7rem; | |
} | |
.xl\:p-128 { | |
padding: 8rem; | |
} | |
.xl\:p-144 { | |
padding: 9rem; | |
} | |
.xl\:p-160 { | |
padding: 10rem; | |
} | |
.xl\:p-192 { | |
padding: 12rem; | |
} | |
.xl\:p-224 { | |
padding: 14rem; | |
} | |
.xl\:p-256 { | |
padding: 16rem; | |
} | |
.xl\:px-revert { | |
padding-left: revert; | |
padding-right: revert; | |
} | |
.xl\:px-auto { | |
padding-left: auto; | |
padding-right: auto; | |
} | |
.xl\:px-1px { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.xl\:px-2px { | |
padding-left: 2px; | |
padding-right: 2px; | |
} | |
.xl\:px-3px { | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.xl\:px-4px { | |
padding-left: 4px; | |
padding-right: 4px; | |
} | |
.xl\:px-5px { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.xl\:px-6px { | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.xl\:px-7px { | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.xl\:px-8px { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.xl\:px-9px { | |
padding-left: 9px; | |
padding-right: 9px; | |
} | |
.xl\:px-10px { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
.xl\:px-12px { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.xl\:px-14px { | |
padding-left: 14px; | |
padding-right: 14px; | |
} | |
.xl\:px-16px { | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.xl\:px-0 { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.xl\:px-1 { | |
padding-left: 0.0625rem; | |
padding-right: 0.0625rem; | |
} | |
.xl\:px-2 { | |
padding-left: 0.125rem; | |
padding-right: 0.125rem; | |
} | |
.xl\:px-3 { | |
padding-left: 0.1875rem; | |
padding-right: 0.1875rem; | |
} | |
.xl\:px-4 { | |
padding-left: 0.25rem; | |
padding-right: 0.25rem; | |
} | |
.xl\:px-5 { | |
padding-left: 0.3125rem; | |
padding-right: 0.3125rem; | |
} | |
.xl\:px-6 { | |
padding-left: 0.375rem; | |
padding-right: 0.375rem; | |
} | |
.xl\:px-7 { | |
padding-left: 0.4375rem; | |
padding-right: 0.4375rem; | |
} | |
.xl\:px-8 { | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
} | |
.xl\:px-9 { | |
padding-left: 0.5625rem; | |
padding-right: 0.5625rem; | |
} | |
.xl\:px-10 { | |
padding-left: 0.625rem; | |
padding-right: 0.625rem; | |
} | |
.xl\:px-12 { | |
padding-left: 0.75rem; | |
padding-right: 0.75rem; | |
} | |
.xl\:px-14 { | |
padding-left: 0.875rem; | |
padding-right: 0.875rem; | |
} | |
.xl\:px-16 { | |
padding-left: 1rem; | |
padding-right: 1rem; | |
} | |
.xl\:px-18 { | |
padding-left: 1.125rem; | |
padding-right: 1.125rem; | |
} | |
.xl\:px-20 { | |
padding-left: 1.25rem; | |
padding-right: 1.25rem; | |
} | |
.xl\:px-24 { | |
padding-left: 1.5rem; | |
padding-right: 1.5rem; | |
} | |
.xl\:px-28 { | |
padding-left: 1.75rem; | |
padding-right: 1.75rem; | |
} | |
.xl\:px-32 { | |
padding-left: 2rem; | |
padding-right: 2rem; | |
} | |
.xl\:px-36 { | |
padding-left: 2.25rem; | |
padding-right: 2.25rem; | |
} | |
.xl\:px-40 { | |
padding-left: 2.5rem; | |
padding-right: 2.5rem; | |
} | |
.xl\:px-48 { | |
padding-left: 3rem; | |
padding-right: 3rem; | |
} | |
.xl\:px-56 { | |
padding-left: 3.5rem; | |
padding-right: 3.5rem; | |
} | |
.xl\:px-64 { | |
padding-left: 4rem; | |
padding-right: 4rem; | |
} | |
.xl\:px-72 { | |
padding-left: 4.5rem; | |
padding-right: 4.5rem; | |
} | |
.xl\:px-80 { | |
padding-left: 5rem; | |
padding-right: 5rem; | |
} | |
.xl\:px-96 { | |
padding-left: 6rem; | |
padding-right: 6rem; | |
} | |
.xl\:px-112 { | |
padding-left: 7rem; | |
padding-right: 7rem; | |
} | |
.xl\:px-128 { | |
padding-left: 8rem; | |
padding-right: 8rem; | |
} | |
.xl\:px-144 { | |
padding-left: 9rem; | |
padding-right: 9rem; | |
} | |
.xl\:px-160 { | |
padding-left: 10rem; | |
padding-right: 10rem; | |
} | |
.xl\:px-192 { | |
padding-left: 12rem; | |
padding-right: 12rem; | |
} | |
.xl\:px-224 { | |
padding-left: 14rem; | |
padding-right: 14rem; | |
} | |
.xl\:px-256 { | |
padding-left: 16rem; | |
padding-right: 16rem; | |
} | |
.xl\:py-revert { | |
padding-top: revert; | |
padding-bottom: revert; | |
} | |
.xl\:py-auto { | |
padding-top: auto; | |
padding-bottom: auto; | |
} | |
.xl\:py-1px { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.xl\:py-2px { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.xl\:py-3px { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
} | |
.xl\:py-4px { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
} | |
.xl\:py-5px { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.xl\:py-6px { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
.xl\:py-7px { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
} | |
.xl\:py-8px { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.xl\:py-9px { | |
padding-top: 9px; | |
padding-bottom: 9px; | |
} | |
.xl\:py-10px { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
.xl\:py-12px { | |
padding-top: 12px; | |
padding-bottom: 12px; | |
} | |
.xl\:py-14px { | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.xl\:py-16px { | |
padding-top: 16px; | |
padding-bottom: 16px; | |
} | |
.xl\:py-0 { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
.xl\:py-1 { | |
padding-top: 0.0625rem; | |
padding-bottom: 0.0625rem; | |
} | |
.xl\:py-2 { | |
padding-top: 0.125rem; | |
padding-bottom: 0.125rem; | |
} | |
.xl\:py-3 { | |
padding-top: 0.1875rem; | |
padding-bottom: 0.1875rem; | |
} | |
.xl\:py-4 { | |
padding-top: 0.25rem; | |
padding-bottom: 0.25rem; | |
} | |
.xl\:py-5 { | |
padding-top: 0.3125rem; | |
padding-bottom: 0.3125rem; | |
} | |
.xl\:py-6 { | |
padding-top: 0.375rem; | |
padding-bottom: 0.375rem; | |
} | |
.xl\:py-7 { | |
padding-top: 0.4375rem; | |
padding-bottom: 0.4375rem; | |
} | |
.xl\:py-8 { | |
padding-top: 0.5rem; | |
padding-bottom: 0.5rem; | |
} | |
.xl\:py-9 { | |
padding-top: 0.5625rem; | |
padding-bottom: 0.5625rem; | |
} | |
.xl\:py-10 { | |
padding-top: 0.625rem; | |
padding-bottom: 0.625rem; | |
} | |
.xl\:py-12 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.75rem; | |
} | |
.xl\:py-14 { | |
padding-top: 0.875rem; | |
padding-bottom: 0.875rem; | |
} | |
.xl\:py-16 { | |
padding-top: 1rem; | |
padding-bottom: 1rem; | |
} | |
.xl\:py-18 { | |
padding-top: 1.125rem; | |
padding-bottom: 1.125rem; | |
} | |
.xl\:py-20 { | |
padding-top: 1.25rem; | |
padding-bottom: 1.25rem; | |
} | |
.xl\:py-24 { | |
padding-top: 1.5rem; | |
padding-bottom: 1.5rem; | |
} | |
.xl\:py-28 { | |
padding-top: 1.75rem; | |
padding-bottom: 1.75rem; | |
} | |
.xl\:py-32 { | |
padding-top: 2rem; | |
padding-bottom: 2rem; | |
} | |
.xl\:py-36 { | |
padding-top: 2.25rem; | |
padding-bottom: 2.25rem; | |
} | |
.xl\:py-40 { | |
padding-top: 2.5rem; | |
padding-bottom: 2.5rem; | |
} | |
.xl\:py-48 { | |
padding-top: 3rem; | |
padding-bottom: 3rem; | |
} | |
.xl\:py-56 { | |
padding-top: 3.5rem; | |
padding-bottom: 3.5rem; | |
} | |
.xl\:py-64 { | |
padding-top: 4rem; | |
padding-bottom: 4rem; | |
} | |
.xl\:py-72 { | |
padding-top: 4.5rem; | |
padding-bottom: 4.5rem; | |
} | |
.xl\:py-80 { | |
padding-top: 5rem; | |
padding-bottom: 5rem; | |
} | |
.xl\:py-96 { | |
padding-top: 6rem; | |
padding-bottom: 6rem; | |
} | |
.xl\:py-112 { | |
padding-top: 7rem; | |
padding-bottom: 7rem; | |
} | |
.xl\:py-128 { | |
padding-top: 8rem; | |
padding-bottom: 8rem; | |
} | |
.xl\:py-144 { | |
padding-top: 9rem; | |
padding-bottom: 9rem; | |
} | |
.xl\:py-160 { | |
padding-top: 10rem; | |
padding-bottom: 10rem; | |
} | |
.xl\:py-192 { | |
padding-top: 12rem; | |
padding-bottom: 12rem; | |
} | |
.xl\:py-224 { | |
padding-top: 14rem; | |
padding-bottom: 14rem; | |
} | |
.xl\:py-256 { | |
padding-top: 16rem; | |
padding-bottom: 16rem; | |
} | |
.xl\:pt-revert { | |
padding-top: revert; | |
} | |
.xl\:pt-auto { | |
padding-top: auto; | |
} | |
.xl\:pt-1px { | |
padding-top: 1px; | |
} | |
.xl\:pt-2px { | |
padding-top: 2px; | |
} | |
.xl\:pt-3px { | |
padding-top: 3px; | |
} | |
.xl\:pt-4px { | |
padding-top: 4px; | |
} | |
.xl\:pt-5px { | |
padding-top: 5px; | |
} | |
.xl\:pt-6px { | |
padding-top: 6px; | |
} | |
.xl\:pt-7px { | |
padding-top: 7px; | |
} | |
.xl\:pt-8px { | |
padding-top: 8px; | |
} | |
.xl\:pt-9px { | |
padding-top: 9px; | |
} | |
.xl\:pt-10px { | |
padding-top: 10px; | |
} | |
.xl\:pt-12px { | |
padding-top: 12px; | |
} | |
.xl\:pt-14px { | |
padding-top: 14px; | |
} | |
.xl\:pt-16px { | |
padding-top: 16px; | |
} | |
.xl\:pt-0 { | |
padding-top: 0; | |
} | |
.xl\:pt-1 { | |
padding-top: 0.0625rem; | |
} | |
.xl\:pt-2 { | |
padding-top: 0.125rem; | |
} | |
.xl\:pt-3 { | |
padding-top: 0.1875rem; | |
} | |
.xl\:pt-4 { | |
padding-top: 0.25rem; | |
} | |
.xl\:pt-5 { | |
padding-top: 0.3125rem; | |
} | |
.xl\:pt-6 { | |
padding-top: 0.375rem; | |
} | |
.xl\:pt-7 { | |
padding-top: 0.4375rem; | |
} | |
.xl\:pt-8 { | |
padding-top: 0.5rem; | |
} | |
.xl\:pt-9 { | |
padding-top: 0.5625rem; | |
} | |
.xl\:pt-10 { | |
padding-top: 0.625rem; | |
} | |
.xl\:pt-12 { | |
padding-top: 0.75rem; | |
} | |
.xl\:pt-14 { | |
padding-top: 0.875rem; | |
} | |
.xl\:pt-16 { | |
padding-top: 1rem; | |
} | |
.xl\:pt-18 { | |
padding-top: 1.125rem; | |
} | |
.xl\:pt-20 { | |
padding-top: 1.25rem; | |
} | |
.xl\:pt-24 { | |
padding-top: 1.5rem; | |
} | |
.xl\:pt-28 { | |
padding-top: 1.75rem; | |
} | |
.xl\:pt-32 { | |
padding-top: 2rem; | |
} | |
.xl\:pt-36 { | |
padding-top: 2.25rem; | |
} | |
.xl\:pt-40 { | |
padding-top: 2.5rem; | |
} | |
.xl\:pt-48 { | |
padding-top: 3rem; | |
} | |
.xl\:pt-56 { | |
padding-top: 3.5rem; | |
} | |
.xl\:pt-64 { | |
padding-top: 4rem; | |
} | |
.xl\:pt-72 { | |
padding-top: 4.5rem; | |
} | |
.xl\:pt-80 { | |
padding-top: 5rem; | |
} | |
.xl\:pt-96 { | |
padding-top: 6rem; | |
} | |
.xl\:pt-112 { | |
padding-top: 7rem; | |
} | |
.xl\:pt-128 { | |
padding-top: 8rem; | |
} | |
.xl\:pt-144 { | |
padding-top: 9rem; | |
} | |
.xl\:pt-160 { | |
padding-top: 10rem; | |
} | |
.xl\:pt-192 { | |
padding-top: 12rem; | |
} | |
.xl\:pt-224 { | |
padding-top: 14rem; | |
} | |
.xl\:pt-256 { | |
padding-top: 16rem; | |
} | |
.xl\:pr-revert { | |
padding-right: revert; | |
} | |
.xl\:pr-auto { | |
padding-right: auto; | |
} | |
.xl\:pr-1px { | |
padding-right: 1px; | |
} | |
.xl\:pr-2px { | |
padding-right: 2px; | |
} | |
.xl\:pr-3px { | |
padding-right: 3px; | |
} | |
.xl\:pr-4px { | |
padding-right: 4px; | |
} | |
.xl\:pr-5px { | |
padding-right: 5px; | |
} | |
.xl\:pr-6px { | |
padding-right: 6px; | |
} | |
.xl\:pr-7px { | |
padding-right: 7px; | |
} | |
.xl\:pr-8px { | |
padding-right: 8px; | |
} | |
.xl\:pr-9px { | |
padding-right: 9px; | |
} | |
.xl\:pr-10px { | |
padding-right: 10px; | |
} | |
.xl\:pr-12px { | |
padding-right: 12px; | |
} | |
.xl\:pr-14px { | |
padding-right: 14px; | |
} | |
.xl\:pr-16px { | |
padding-right: 16px; | |
} | |
.xl\:pr-0 { | |
padding-right: 0; | |
} | |
.xl\:pr-1 { | |
padding-right: 0.0625rem; | |
} | |
.xl\:pr-2 { | |
padding-right: 0.125rem; | |
} | |
.xl\:pr-3 { | |
padding-right: 0.1875rem; | |
} | |
.xl\:pr-4 { | |
padding-right: 0.25rem; | |
} | |
.xl\:pr-5 { | |
padding-right: 0.3125rem; | |
} | |
.xl\:pr-6 { | |
padding-right: 0.375rem; | |
} | |
.xl\:pr-7 { | |
padding-right: 0.4375rem; | |
} | |
.xl\:pr-8 { | |
padding-right: 0.5rem; | |
} | |
.xl\:pr-9 { | |
padding-right: 0.5625rem; | |
} | |
.xl\:pr-10 { | |
padding-right: 0.625rem; | |
} | |
.xl\:pr-12 { | |
padding-right: 0.75rem; | |
} | |
.xl\:pr-14 { | |
padding-right: 0.875rem; | |
} | |
.xl\:pr-16 { | |
padding-right: 1rem; | |
} | |
.xl\:pr-18 { | |
padding-right: 1.125rem; | |
} | |
.xl\:pr-20 { | |
padding-right: 1.25rem; | |
} | |
.xl\:pr-24 { | |
padding-right: 1.5rem; | |
} | |
.xl\:pr-28 { | |
padding-right: 1.75rem; | |
} | |
.xl\:pr-32 { | |
padding-right: 2rem; | |
} | |
.xl\:pr-36 { | |
padding-right: 2.25rem; | |
} | |
.xl\:pr-40 { | |
padding-right: 2.5rem; | |
} | |
.xl\:pr-48 { | |
padding-right: 3rem; | |
} | |
.xl\:pr-56 { | |
padding-right: 3.5rem; | |
} | |
.xl\:pr-64 { | |
padding-right: 4rem; | |
} | |
.xl\:pr-72 { | |
padding-right: 4.5rem; | |
} | |
.xl\:pr-80 { | |
padding-right: 5rem; | |
} | |
.xl\:pr-96 { | |
padding-right: 6rem; | |
} | |
.xl\:pr-112 { | |
padding-right: 7rem; | |
} | |
.xl\:pr-128 { | |
padding-right: 8rem; | |
} | |
.xl\:pr-144 { | |
padding-right: 9rem; | |
} | |
.xl\:pr-160 { | |
padding-right: 10rem; | |
} | |
.xl\:pr-192 { | |
padding-right: 12rem; | |
} | |
.xl\:pr-224 { | |
padding-right: 14rem; | |
} | |
.xl\:pr-256 { | |
padding-right: 16rem; | |
} | |
.xl\:pb-revert { | |
padding-bottom: revert; | |
} | |
.xl\:pb-auto { | |
padding-bottom: auto; | |
} | |
.xl\:pb-1px { | |
padding-bottom: 1px; | |
} | |
.xl\:pb-2px { | |
padding-bottom: 2px; | |
} | |
.xl\:pb-3px { | |
padding-bottom: 3px; | |
} | |
.xl\:pb-4px { | |
padding-bottom: 4px; | |
} | |
.xl\:pb-5px { | |
padding-bottom: 5px; | |
} | |
.xl\:pb-6px { | |
padding-bottom: 6px; | |
} | |
.xl\:pb-7px { | |
padding-bottom: 7px; | |
} | |
.xl\:pb-8px { | |
padding-bottom: 8px; | |
} | |
.xl\:pb-9px { | |
padding-bottom: 9px; | |
} | |
.xl\:pb-10px { | |
padding-bottom: 10px; | |
} | |
.xl\:pb-12px { | |
padding-bottom: 12px; | |
} | |
.xl\:pb-14px { | |
padding-bottom: 14px; | |
} | |
.xl\:pb-16px { | |
padding-bottom: 16px; | |
} | |
.xl\:pb-0 { | |
padding-bottom: 0; | |
} | |
.xl\:pb-1 { | |
padding-bottom: 0.0625rem; | |
} | |
.xl\:pb-2 { | |
padding-bottom: 0.125rem; | |
} | |
.xl\:pb-3 { | |
padding-bottom: 0.1875rem; | |
} | |
.xl\:pb-4 { | |
padding-bottom: 0.25rem; | |
} | |
.xl\:pb-5 { | |
padding-bottom: 0.3125rem; | |
} | |
.xl\:pb-6 { | |
padding-bottom: 0.375rem; | |
} | |
.xl\:pb-7 { | |
padding-bottom: 0.4375rem; | |
} | |
.xl\:pb-8 { | |
padding-bottom: 0.5rem; | |
} | |
.xl\:pb-9 { | |
padding-bottom: 0.5625rem; | |
} | |
.xl\:pb-10 { | |
padding-bottom: 0.625rem; | |
} | |
.xl\:pb-12 { | |
padding-bottom: 0.75rem; | |
} | |
.xl\:pb-14 { | |
padding-bottom: 0.875rem; | |
} | |
.xl\:pb-16 { | |
padding-bottom: 1rem; | |
} | |
.xl\:pb-18 { | |
padding-bottom: 1.125rem; | |
} | |
.xl\:pb-20 { | |
padding-bottom: 1.25rem; | |
} | |
.xl\:pb-24 { | |
padding-bottom: 1.5rem; | |
} | |
.xl\:pb-28 { | |
padding-bottom: 1.75rem; | |
} | |
.xl\:pb-32 { | |
padding-bottom: 2rem; | |
} | |
.xl\:pb-36 { | |
padding-bottom: 2.25rem; | |
} | |
.xl\:pb-40 { | |
padding-bottom: 2.5rem; | |
} | |
.xl\:pb-48 { | |
padding-bottom: 3rem; | |
} | |
.xl\:pb-56 { | |
padding-bottom: 3.5rem; | |
} | |
.xl\:pb-64 { | |
padding-bottom: 4rem; | |
} | |
.xl\:pb-72 { | |
padding-bottom: 4.5rem; | |
} | |
.xl\:pb-80 { | |
padding-bottom: 5rem; | |
} | |
.xl\:pb-96 { | |
padding-bottom: 6rem; | |
} | |
.xl\:pb-112 { | |
padding-bottom: 7rem; | |
} | |
.xl\:pb-128 { | |
padding-bottom: 8rem; | |
} | |
.xl\:pb-144 { | |
padding-bottom: 9rem; | |
} | |
.xl\:pb-160 { | |
padding-bottom: 10rem; | |
} | |
.xl\:pb-192 { | |
padding-bottom: 12rem; | |
} | |
.xl\:pb-224 { | |
padding-bottom: 14rem; | |
} | |
.xl\:pb-256 { | |
padding-bottom: 16rem; | |
} | |
.xl\:pl-revert { | |
padding-left: revert; | |
} | |
.xl\:pl-auto { | |
padding-left: auto; | |
} | |
.xl\:pl-1px { | |
padding-left: 1px; | |
} | |
.xl\:pl-2px { | |
padding-left: 2px; | |
} | |
.xl\:pl-3px { | |
padding-left: 3px; | |
} | |
.xl\:pl-4px { | |
padding-left: 4px; | |
} | |
.xl\:pl-5px { | |
padding-left: 5px; | |
} | |
.xl\:pl-6px { | |
padding-left: 6px; | |
} | |
.xl\:pl-7px { | |
padding-left: 7px; | |
} | |
.xl\:pl-8px { | |
padding-left: 8px; | |
} | |
.xl\:pl-9px { | |
padding-left: 9px; | |
} | |
.xl\:pl-10px { | |
padding-left: 10px; | |
} | |
.xl\:pl-12px { | |
padding-left: 12px; | |
} | |
.xl\:pl-14px { | |
padding-left: 14px; | |
} | |
.xl\:pl-16px { | |
padding-left: 16px; | |
} | |
.xl\:pl-0 { | |
padding-left: 0; | |
} | |
.xl\:pl-1 { | |
padding-left: 0.0625rem; | |
} | |
.xl\:pl-2 { | |
padding-left: 0.125rem; | |
} | |
.xl\:pl-3 { | |
padding-left: 0.1875rem; | |
} | |
.xl\:pl-4 { | |
padding-left: 0.25rem; | |
} | |
.xl\:pl-5 { | |
padding-left: 0.3125rem; | |
} | |
.xl\:pl-6 { | |
padding-left: 0.375rem; | |
} | |
.xl\:pl-7 { | |
padding-left: 0.4375rem; | |
} | |
.xl\:pl-8 { | |
padding-left: 0.5rem; | |
} | |
.xl\:pl-9 { | |
padding-left: 0.5625rem; | |
} | |
.xl\:pl-10 { | |
padding-left: 0.625rem; | |
} | |
.xl\:pl-12 { | |
padding-left: 0.75rem; | |
} | |
.xl\:pl-14 { | |
padding-left: 0.875rem; | |
} | |
.xl\:pl-16 { | |
padding-left: 1rem; | |
} | |
.xl\:pl-18 { | |
padding-left: 1.125rem; | |
} | |
.xl\:pl-20 { | |
padding-left: 1.25rem; | |
} | |
.xl\:pl-24 { | |
padding-left: 1.5rem; | |
} | |
.xl\:pl-28 { | |
padding-left: 1.75rem; | |
} | |
.xl\:pl-32 { | |
padding-left: 2rem; | |
} | |
.xl\:pl-36 { | |
padding-left: 2.25rem; | |
} | |
.xl\:pl-40 { | |
padding-left: 2.5rem; | |
} | |
.xl\:pl-48 { | |
padding-left: 3rem; | |
} | |
.xl\:pl-56 { | |
padding-left: 3.5rem; | |
} | |
.xl\:pl-64 { | |
padding-left: 4rem; | |
} | |
.xl\:pl-72 { | |
padding-left: 4.5rem; | |
} | |
.xl\:pl-80 { | |
padding-left: 5rem; | |
} | |
.xl\:pl-96 { | |
padding-left: 6rem; | |
} | |
.xl\:pl-112 { | |
padding-left: 7rem; | |
} | |
.xl\:pl-128 { | |
padding-left: 8rem; | |
} | |
.xl\:pl-144 { | |
padding-left: 9rem; | |
} | |
.xl\:pl-160 { | |
padding-left: 10rem; | |
} | |
.xl\:pl-192 { | |
padding-left: 12rem; | |
} | |
.xl\:pl-224 { | |
padding-left: 14rem; | |
} | |
.xl\:pl-256 { | |
padding-left: 16rem; | |
} | |
.xl\:revert { | |
position: revert; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.xl\:static { | |
position: static; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.xl\:absolute { | |
position: absolute; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.xl\:fixed { | |
position: fixed; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.xl\:relative { | |
position: relative; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.xl\:sticky { | |
position: sticky; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.xl\:inset-revert { | |
inset: revert; | |
} | |
.xl\:inset { | |
inset: 0; | |
} | |
.xl\:inset-tr { | |
inset: 0; | |
bottom: revert; | |
left: revert; | |
} | |
.xl\:inset-br { | |
inset: 0; | |
top: revert; | |
left: revert; | |
} | |
.xl\:inset-bl { | |
inset: 0; | |
top: revert; | |
right: revert; | |
} | |
.xl\:inset-tl { | |
inset: 0; | |
right: revert; | |
bottom: revert; | |
} | |
.xl\:inset-t { | |
inset: 0; | |
bottom: revert; | |
} | |
.xl\:inset-r { | |
inset: 0; | |
left: revert; | |
} | |
.xl\:inset-b { | |
inset: 0; | |
top: revert; | |
} | |
.xl\:inset-l { | |
inset: 0; | |
right: revert; | |
} | |
.xl\:row { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
.xl\:col { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
.xl\:justify-revert { | |
justify-content: revert; | |
} | |
.xl\:justify-stretch { | |
justify-content: stretch; | |
} | |
.xl\:justify-start { | |
justify-content: flex-start; | |
} | |
.xl\:justify-center { | |
justify-content: center; | |
} | |
.xl\:justify-end { | |
justify-content: flex-end; | |
} | |
.xl\:align-revert { | |
align-items: revert; | |
} | |
.xl\:align-stretch { | |
align-items: stretch; | |
} | |
.xl\:align-start { | |
align-items: flex-start; | |
} | |
.xl\:align-center { | |
align-items: center; | |
} | |
.xl\:align-end { | |
align-items: flex-end; | |
} | |
.xl\:justify-self-revert { | |
justify-self: revert; | |
} | |
.xl\:justify-self-stretch { | |
justify-self: stretch; | |
} | |
.xl\:justify-self-start { | |
justify-self: flex-start; | |
} | |
.xl\:justify-self-center { | |
justify-self: center; | |
} | |
.xl\:justify-self-end { | |
justify-self: flex-end; | |
} | |
.xl\:align-self-revert { | |
align-self: revert; | |
} | |
.xl\:align-self-stretch { | |
align-self: stretch; | |
} | |
.xl\:align-self-start { | |
align-self: flex-start; | |
} | |
.xl\:align-self-center { | |
align-self: center; | |
} | |
.xl\:align-self-end { | |
align-self: flex-end; | |
} | |
.xl\:gap-revert { | |
gap: revert; | |
} | |
.xl\:gap-auto { | |
gap: auto; | |
} | |
.xl\:gap-1px { | |
gap: 1px; | |
} | |
.xl\:gap-2px { | |
gap: 2px; | |
} | |
.xl\:gap-3px { | |
gap: 3px; | |
} | |
.xl\:gap-4px { | |
gap: 4px; | |
} | |
.xl\:gap-5px { | |
gap: 5px; | |
} | |
.xl\:gap-6px { | |
gap: 6px; | |
} | |
.xl\:gap-7px { | |
gap: 7px; | |
} | |
.xl\:gap-8px { | |
gap: 8px; | |
} | |
.xl\:gap-9px { | |
gap: 9px; | |
} | |
.xl\:gap-10px { | |
gap: 10px; | |
} | |
.xl\:gap-12px { | |
gap: 12px; | |
} | |
.xl\:gap-14px { | |
gap: 14px; | |
} | |
.xl\:gap-16px { | |
gap: 16px; | |
} | |
.xl\:gap-0 { | |
gap: 0; | |
} | |
.xl\:gap-1 { | |
gap: 0.0625rem; | |
} | |
.xl\:gap-2 { | |
gap: 0.125rem; | |
} | |
.xl\:gap-3 { | |
gap: 0.1875rem; | |
} | |
.xl\:gap-4 { | |
gap: 0.25rem; | |
} | |
.xl\:gap-5 { | |
gap: 0.3125rem; | |
} | |
.xl\:gap-6 { | |
gap: 0.375rem; | |
} | |
.xl\:gap-7 { | |
gap: 0.4375rem; | |
} | |
.xl\:gap-8 { | |
gap: 0.5rem; | |
} | |
.xl\:gap-9 { | |
gap: 0.5625rem; | |
} | |
.xl\:gap-10 { | |
gap: 0.625rem; | |
} | |
.xl\:gap-12 { | |
gap: 0.75rem; | |
} | |
.xl\:gap-14 { | |
gap: 0.875rem; | |
} | |
.xl\:gap-16 { | |
gap: 1rem; | |
} | |
.xl\:gap-18 { | |
gap: 1.125rem; | |
} | |
.xl\:gap-20 { | |
gap: 1.25rem; | |
} | |
.xl\:gap-24 { | |
gap: 1.5rem; | |
} | |
.xl\:gap-28 { | |
gap: 1.75rem; | |
} | |
.xl\:gap-32 { | |
gap: 2rem; | |
} | |
.xl\:gap-36 { | |
gap: 2.25rem; | |
} | |
.xl\:gap-40 { | |
gap: 2.5rem; | |
} | |
.xl\:gap-48 { | |
gap: 3rem; | |
} | |
.xl\:gap-56 { | |
gap: 3.5rem; | |
} | |
.xl\:gap-64 { | |
gap: 4rem; | |
} | |
.xl\:gap-72 { | |
gap: 4.5rem; | |
} | |
.xl\:gap-80 { | |
gap: 5rem; | |
} | |
.xl\:gap-96 { | |
gap: 6rem; | |
} | |
.xl\:gap-112 { | |
gap: 7rem; | |
} | |
.xl\:gap-128 { | |
gap: 8rem; | |
} | |
.xl\:gap-144 { | |
gap: 9rem; | |
} | |
.xl\:gap-160 { | |
gap: 10rem; | |
} | |
.xl\:gap-192 { | |
gap: 12rem; | |
} | |
.xl\:gap-224 { | |
gap: 14rem; | |
} | |
.xl\:gap-256 { | |
gap: 16rem; | |
} | |
.xl\:grow { | |
flex-grow: 1; | |
} | |
.xl\:aspect { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
.xl\:aspect-w-revert { | |
--aspect-w: revert; | |
} | |
.xl\:aspect-w-0 { | |
--aspect-w: 0; | |
} | |
.xl\:aspect-w-1 { | |
--aspect-w: 1; | |
} | |
.xl\:aspect-w-2 { | |
--aspect-w: 2; | |
} | |
.xl\:aspect-w-3 { | |
--aspect-w: 3; | |
} | |
.xl\:aspect-w-4 { | |
--aspect-w: 4; | |
} | |
.xl\:aspect-w-5 { | |
--aspect-w: 5; | |
} | |
.xl\:aspect-w-6 { | |
--aspect-w: 6; | |
} | |
.xl\:aspect-w-7 { | |
--aspect-w: 7; | |
} | |
.xl\:aspect-w-8 { | |
--aspect-w: 8; | |
} | |
.xl\:aspect-w-9 { | |
--aspect-w: 9; | |
} | |
.xl\:aspect-w-10 { | |
--aspect-w: 10; | |
} | |
.xl\:aspect-w-11 { | |
--aspect-w: 11; | |
} | |
.xl\:aspect-w-12 { | |
--aspect-w: 12; | |
} | |
.xl\:aspect-w-13 { | |
--aspect-w: 13; | |
} | |
.xl\:aspect-w-14 { | |
--aspect-w: 14; | |
} | |
.xl\:aspect-w-15 { | |
--aspect-w: 15; | |
} | |
.xl\:aspect-w-16 { | |
--aspect-w: 16; | |
} | |
.xl\:aspect-h-revert { | |
--aspect-h: revert; | |
} | |
.xl\:aspect-h-0 { | |
--aspect-h: 0; | |
} | |
.xl\:aspect-h-1 { | |
--aspect-h: 1; | |
} | |
.xl\:aspect-h-2 { | |
--aspect-h: 2; | |
} | |
.xl\:aspect-h-3 { | |
--aspect-h: 3; | |
} | |
.xl\:aspect-h-4 { | |
--aspect-h: 4; | |
} | |
.xl\:aspect-h-5 { | |
--aspect-h: 5; | |
} | |
.xl\:aspect-h-6 { | |
--aspect-h: 6; | |
} | |
.xl\:aspect-h-7 { | |
--aspect-h: 7; | |
} | |
.xl\:aspect-h-8 { | |
--aspect-h: 8; | |
} | |
.xl\:aspect-h-9 { | |
--aspect-h: 9; | |
} | |
.xl\:aspect-h-10 { | |
--aspect-h: 10; | |
} | |
.xl\:aspect-h-11 { | |
--aspect-h: 11; | |
} | |
.xl\:aspect-h-12 { | |
--aspect-h: 12; | |
} | |
.xl\:aspect-h-13 { | |
--aspect-h: 13; | |
} | |
.xl\:aspect-h-14 { | |
--aspect-h: 14; | |
} | |
.xl\:aspect-h-15 { | |
--aspect-h: 15; | |
} | |
.xl\:aspect-h-16 { | |
--aspect-h: 16; | |
} | |
.xl\:w-revert { | |
width: revert; | |
} | |
.xl\:w-auto { | |
width: auto; | |
} | |
.xl\:w-1px { | |
width: 1px; | |
} | |
.xl\:w-2px { | |
width: 2px; | |
} | |
.xl\:w-3px { | |
width: 3px; | |
} | |
.xl\:w-4px { | |
width: 4px; | |
} | |
.xl\:w-5px { | |
width: 5px; | |
} | |
.xl\:w-6px { | |
width: 6px; | |
} | |
.xl\:w-7px { | |
width: 7px; | |
} | |
.xl\:w-8px { | |
width: 8px; | |
} | |
.xl\:w-9px { | |
width: 9px; | |
} | |
.xl\:w-10px { | |
width: 10px; | |
} | |
.xl\:w-12px { | |
width: 12px; | |
} | |
.xl\:w-14px { | |
width: 14px; | |
} | |
.xl\:w-16px { | |
width: 16px; | |
} | |
.xl\:w-0 { | |
width: 0; | |
} | |
.xl\:w-1 { | |
width: 0.0625rem; | |
} | |
.xl\:w-2 { | |
width: 0.125rem; | |
} | |
.xl\:w-3 { | |
width: 0.1875rem; | |
} | |
.xl\:w-4 { | |
width: 0.25rem; | |
} | |
.xl\:w-5 { | |
width: 0.3125rem; | |
} | |
.xl\:w-6 { | |
width: 0.375rem; | |
} | |
.xl\:w-7 { | |
width: 0.4375rem; | |
} | |
.xl\:w-8 { | |
width: 0.5rem; | |
} | |
.xl\:w-9 { | |
width: 0.5625rem; | |
} | |
.xl\:w-10 { | |
width: 0.625rem; | |
} | |
.xl\:w-12 { | |
width: 0.75rem; | |
} | |
.xl\:w-14 { | |
width: 0.875rem; | |
} | |
.xl\:w-16 { | |
width: 1rem; | |
} | |
.xl\:w-18 { | |
width: 1.125rem; | |
} | |
.xl\:w-20 { | |
width: 1.25rem; | |
} | |
.xl\:w-24 { | |
width: 1.5rem; | |
} | |
.xl\:w-28 { | |
width: 1.75rem; | |
} | |
.xl\:w-32 { | |
width: 2rem; | |
} | |
.xl\:w-36 { | |
width: 2.25rem; | |
} | |
.xl\:w-40 { | |
width: 2.5rem; | |
} | |
.xl\:w-48 { | |
width: 3rem; | |
} | |
.xl\:w-56 { | |
width: 3.5rem; | |
} | |
.xl\:w-64 { | |
width: 4rem; | |
} | |
.xl\:w-72 { | |
width: 4.5rem; | |
} | |
.xl\:w-80 { | |
width: 5rem; | |
} | |
.xl\:w-96 { | |
width: 6rem; | |
} | |
.xl\:w-112 { | |
width: 7rem; | |
} | |
.xl\:w-128 { | |
width: 8rem; | |
} | |
.xl\:w-144 { | |
width: 9rem; | |
} | |
.xl\:w-160 { | |
width: 10rem; | |
} | |
.xl\:w-192 { | |
width: 12rem; | |
} | |
.xl\:w-224 { | |
width: 14rem; | |
} | |
.xl\:w-256 { | |
width: 16rem; | |
} | |
.xl\:w-288 { | |
width: 18rem; | |
} | |
.xl\:w-320 { | |
width: 20rem; | |
} | |
.xl\:w-384 { | |
width: 24rem; | |
} | |
.xl\:w-448 { | |
width: 28rem; | |
} | |
.xl\:w-512 { | |
width: 32rem; | |
} | |
.xl\:w-576 { | |
width: 36rem; | |
} | |
.xl\:w-640 { | |
width: 40rem; | |
} | |
.xl\:w-768 { | |
width: 48rem; | |
} | |
.xl\:w-896 { | |
width: 56rem; | |
} | |
.xl\:w-1024 { | |
width: 64rem; | |
} | |
.xl\:w-1152 { | |
width: 72rem; | |
} | |
.xl\:w-1280 { | |
width: 80rem; | |
} | |
.xl\:w-1536 { | |
width: 96rem; | |
} | |
.xl\:w-0\% { | |
width: 0%; | |
} | |
.xl\:w-10\% { | |
width: 10%; | |
} | |
.xl\:w-20\% { | |
width: 20%; | |
} | |
.xl\:w-25\% { | |
width: 25%; | |
} | |
.xl\:w-30\% { | |
width: 30%; | |
} | |
.xl\:w-40\% { | |
width: 40%; | |
} | |
.xl\:w-50\% { | |
width: 50%; | |
} | |
.xl\:w-60\% { | |
width: 60%; | |
} | |
.xl\:w-70\% { | |
width: 70%; | |
} | |
.xl\:w-75\% { | |
width: 75%; | |
} | |
.xl\:w-80\% { | |
width: 80%; | |
} | |
.xl\:w-90\% { | |
width: 90%; | |
} | |
.xl\:w-full { | |
width: 100%; | |
} | |
.xl\:w-screen { | |
width: 100vw; | |
} | |
.xl\:max-w-revert { | |
max-width: revert; | |
} | |
.xl\:max-w-auto { | |
max-width: auto; | |
} | |
.xl\:max-w-1px { | |
max-width: 1px; | |
} | |
.xl\:max-w-2px { | |
max-width: 2px; | |
} | |
.xl\:max-w-3px { | |
max-width: 3px; | |
} | |
.xl\:max-w-4px { | |
max-width: 4px; | |
} | |
.xl\:max-w-5px { | |
max-width: 5px; | |
} | |
.xl\:max-w-6px { | |
max-width: 6px; | |
} | |
.xl\:max-w-7px { | |
max-width: 7px; | |
} | |
.xl\:max-w-8px { | |
max-width: 8px; | |
} | |
.xl\:max-w-9px { | |
max-width: 9px; | |
} | |
.xl\:max-w-10px { | |
max-width: 10px; | |
} | |
.xl\:max-w-12px { | |
max-width: 12px; | |
} | |
.xl\:max-w-14px { | |
max-width: 14px; | |
} | |
.xl\:max-w-16px { | |
max-width: 16px; | |
} | |
.xl\:max-w-384 { | |
max-width: 384px; | |
} | |
.xl\:max-w-448 { | |
max-width: 448px; | |
} | |
.xl\:max-w-512 { | |
max-width: 512px; | |
} | |
.xl\:max-w-576 { | |
max-width: 576px; | |
} | |
.xl\:max-w-640 { | |
max-width: 640px; | |
} | |
.xl\:max-w-768 { | |
max-width: 768px; | |
} | |
.xl\:max-w-896 { | |
max-width: 896px; | |
} | |
.xl\:max-w-1024 { | |
max-width: 1024px; | |
} | |
.xl\:max-w-1152 { | |
max-width: 1152px; | |
} | |
.xl\:max-w-1280 { | |
max-width: 1280px; | |
} | |
.xl\:max-w-1536 { | |
max-width: 1536px; | |
} | |
.xl\:max-w-sm { | |
max-width: 640px; | |
} | |
.xl\:max-w-md { | |
max-width: 768px; | |
} | |
.xl\:max-w-lg { | |
max-width: 1024px; | |
} | |
.xl\:max-w-xl { | |
max-width: 1280px; | |
} | |
.xl\:max-w-2xl { | |
max-width: 1536px; | |
} | |
.xl\:h-revert { | |
height: revert; | |
} | |
.xl\:h-auto { | |
height: auto; | |
} | |
.xl\:h-1px { | |
height: 1px; | |
} | |
.xl\:h-2px { | |
height: 2px; | |
} | |
.xl\:h-3px { | |
height: 3px; | |
} | |
.xl\:h-4px { | |
height: 4px; | |
} | |
.xl\:h-5px { | |
height: 5px; | |
} | |
.xl\:h-6px { | |
height: 6px; | |
} | |
.xl\:h-7px { | |
height: 7px; | |
} | |
.xl\:h-8px { | |
height: 8px; | |
} | |
.xl\:h-9px { | |
height: 9px; | |
} | |
.xl\:h-10px { | |
height: 10px; | |
} | |
.xl\:h-12px { | |
height: 12px; | |
} | |
.xl\:h-14px { | |
height: 14px; | |
} | |
.xl\:h-16px { | |
height: 16px; | |
} | |
.xl\:h-0 { | |
height: 0; | |
} | |
.xl\:h-1 { | |
height: 0.0625rem; | |
} | |
.xl\:h-2 { | |
height: 0.125rem; | |
} | |
.xl\:h-3 { | |
height: 0.1875rem; | |
} | |
.xl\:h-4 { | |
height: 0.25rem; | |
} | |
.xl\:h-5 { | |
height: 0.3125rem; | |
} | |
.xl\:h-6 { | |
height: 0.375rem; | |
} | |
.xl\:h-7 { | |
height: 0.4375rem; | |
} | |
.xl\:h-8 { | |
height: 0.5rem; | |
} | |
.xl\:h-9 { | |
height: 0.5625rem; | |
} | |
.xl\:h-10 { | |
height: 0.625rem; | |
} | |
.xl\:h-12 { | |
height: 0.75rem; | |
} | |
.xl\:h-14 { | |
height: 0.875rem; | |
} | |
.xl\:h-16 { | |
height: 1rem; | |
} | |
.xl\:h-18 { | |
height: 1.125rem; | |
} | |
.xl\:h-20 { | |
height: 1.25rem; | |
} | |
.xl\:h-24 { | |
height: 1.5rem; | |
} | |
.xl\:h-28 { | |
height: 1.75rem; | |
} | |
.xl\:h-32 { | |
height: 2rem; | |
} | |
.xl\:h-36 { | |
height: 2.25rem; | |
} | |
.xl\:h-40 { | |
height: 2.5rem; | |
} | |
.xl\:h-48 { | |
height: 3rem; | |
} | |
.xl\:h-56 { | |
height: 3.5rem; | |
} | |
.xl\:h-64 { | |
height: 4rem; | |
} | |
.xl\:h-72 { | |
height: 4.5rem; | |
} | |
.xl\:h-80 { | |
height: 5rem; | |
} | |
.xl\:h-96 { | |
height: 6rem; | |
} | |
.xl\:h-112 { | |
height: 7rem; | |
} | |
.xl\:h-128 { | |
height: 8rem; | |
} | |
.xl\:h-144 { | |
height: 9rem; | |
} | |
.xl\:h-160 { | |
height: 10rem; | |
} | |
.xl\:h-192 { | |
height: 12rem; | |
} | |
.xl\:h-224 { | |
height: 14rem; | |
} | |
.xl\:h-256 { | |
height: 16rem; | |
} | |
.xl\:h-288 { | |
height: 18rem; | |
} | |
.xl\:h-320 { | |
height: 20rem; | |
} | |
.xl\:h-384 { | |
height: 24rem; | |
} | |
.xl\:h-448 { | |
height: 28rem; | |
} | |
.xl\:h-512 { | |
height: 32rem; | |
} | |
.xl\:h-576 { | |
height: 36rem; | |
} | |
.xl\:h-640 { | |
height: 40rem; | |
} | |
.xl\:h-768 { | |
height: 48rem; | |
} | |
.xl\:h-896 { | |
height: 56rem; | |
} | |
.xl\:h-1024 { | |
height: 64rem; | |
} | |
.xl\:h-1152 { | |
height: 72rem; | |
} | |
.xl\:h-1280 { | |
height: 80rem; | |
} | |
.xl\:h-1536 { | |
height: 96rem; | |
} | |
.xl\:h-0\% { | |
height: 0%; | |
} | |
.xl\:h-10\% { | |
height: 10%; | |
} | |
.xl\:h-20\% { | |
height: 20%; | |
} | |
.xl\:h-25\% { | |
height: 25%; | |
} | |
.xl\:h-30\% { | |
height: 30%; | |
} | |
.xl\:h-40\% { | |
height: 40%; | |
} | |
.xl\:h-50\% { | |
height: 50%; | |
} | |
.xl\:h-60\% { | |
height: 60%; | |
} | |
.xl\:h-70\% { | |
height: 70%; | |
} | |
.xl\:h-75\% { | |
height: 75%; | |
} | |
.xl\:h-80\% { | |
height: 80%; | |
} | |
.xl\:h-90\% { | |
height: 90%; | |
} | |
.xl\:h-full { | |
height: 100%; | |
} | |
.xl\:h-screen { | |
height: 100vh; | |
} | |
.xl\:min-h-revert { | |
min-height: revert; | |
} | |
.xl\:min-h-screen { | |
min-height: 100vh; | |
} | |
.xl\:border-revert { | |
border-width: revert; | |
} | |
.xl\:border-auto { | |
border-width: auto; | |
} | |
.xl\:border-1px { | |
border-width: 1px; | |
} | |
.xl\:border-2px { | |
border-width: 2px; | |
} | |
.xl\:border-3px { | |
border-width: 3px; | |
} | |
.xl\:border-4px { | |
border-width: 4px; | |
} | |
.xl\:border-5px { | |
border-width: 5px; | |
} | |
.xl\:border-6px { | |
border-width: 6px; | |
} | |
.xl\:border-7px { | |
border-width: 7px; | |
} | |
.xl\:border-8px { | |
border-width: 8px; | |
} | |
.xl\:border-9px { | |
border-width: 9px; | |
} | |
.xl\:border-10px { | |
border-width: 10px; | |
} | |
.xl\:border-12px { | |
border-width: 12px; | |
} | |
.xl\:border-14px { | |
border-width: 14px; | |
} | |
.xl\:border-16px { | |
border-width: 16px; | |
} | |
.xl\:border-0 { | |
border-width: 0; | |
} | |
.xl\:border-1 { | |
border-width: 0.0625rem; | |
} | |
.xl\:border-2 { | |
border-width: 0.125rem; | |
} | |
.xl\:border-3 { | |
border-width: 0.1875rem; | |
} | |
.xl\:border-4 { | |
border-width: 0.25rem; | |
} | |
.xl\:border-5 { | |
border-width: 0.3125rem; | |
} | |
.xl\:border-6 { | |
border-width: 0.375rem; | |
} | |
.xl\:border-7 { | |
border-width: 0.4375rem; | |
} | |
.xl\:border-8 { | |
border-width: 0.5rem; | |
} | |
.xl\:border-x-revert { | |
border-left-width: revert; | |
border-right-width: revert; | |
} | |
.xl\:border-x-auto { | |
border-left-width: auto; | |
border-right-width: auto; | |
} | |
.xl\:border-x-1px { | |
border-left-width: 1px; | |
border-right-width: 1px; | |
} | |
.xl\:border-x-2px { | |
border-left-width: 2px; | |
border-right-width: 2px; | |
} | |
.xl\:border-x-3px { | |
border-left-width: 3px; | |
border-right-width: 3px; | |
} | |
.xl\:border-x-4px { | |
border-left-width: 4px; | |
border-right-width: 4px; | |
} | |
.xl\:border-x-5px { | |
border-left-width: 5px; | |
border-right-width: 5px; | |
} | |
.xl\:border-x-6px { | |
border-left-width: 6px; | |
border-right-width: 6px; | |
} | |
.xl\:border-x-7px { | |
border-left-width: 7px; | |
border-right-width: 7px; | |
} | |
.xl\:border-x-8px { | |
border-left-width: 8px; | |
border-right-width: 8px; | |
} | |
.xl\:border-x-9px { | |
border-left-width: 9px; | |
border-right-width: 9px; | |
} | |
.xl\:border-x-10px { | |
border-left-width: 10px; | |
border-right-width: 10px; | |
} | |
.xl\:border-x-12px { | |
border-left-width: 12px; | |
border-right-width: 12px; | |
} | |
.xl\:border-x-14px { | |
border-left-width: 14px; | |
border-right-width: 14px; | |
} | |
.xl\:border-x-16px { | |
border-left-width: 16px; | |
border-right-width: 16px; | |
} | |
.xl\:border-x-0 { | |
border-left-width: 0; | |
border-right-width: 0; | |
} | |
.xl\:border-x-1 { | |
border-left-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.xl\:border-x-2 { | |
border-left-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.xl\:border-x-3 { | |
border-left-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.xl\:border-x-4 { | |
border-left-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.xl\:border-x-5 { | |
border-left-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.xl\:border-x-6 { | |
border-left-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.xl\:border-x-7 { | |
border-left-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.xl\:border-x-8 { | |
border-left-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.xl\:border-y-revert { | |
border-top-width: revert; | |
border-bottom-width: revert; | |
} | |
.xl\:border-y-auto { | |
border-top-width: auto; | |
border-bottom-width: auto; | |
} | |
.xl\:border-y-1px { | |
border-top-width: 1px; | |
border-bottom-width: 1px; | |
} | |
.xl\:border-y-2px { | |
border-top-width: 2px; | |
border-bottom-width: 2px; | |
} | |
.xl\:border-y-3px { | |
border-top-width: 3px; | |
border-bottom-width: 3px; | |
} | |
.xl\:border-y-4px { | |
border-top-width: 4px; | |
border-bottom-width: 4px; | |
} | |
.xl\:border-y-5px { | |
border-top-width: 5px; | |
border-bottom-width: 5px; | |
} | |
.xl\:border-y-6px { | |
border-top-width: 6px; | |
border-bottom-width: 6px; | |
} | |
.xl\:border-y-7px { | |
border-top-width: 7px; | |
border-bottom-width: 7px; | |
} | |
.xl\:border-y-8px { | |
border-top-width: 8px; | |
border-bottom-width: 8px; | |
} | |
.xl\:border-y-9px { | |
border-top-width: 9px; | |
border-bottom-width: 9px; | |
} | |
.xl\:border-y-10px { | |
border-top-width: 10px; | |
border-bottom-width: 10px; | |
} | |
.xl\:border-y-12px { | |
border-top-width: 12px; | |
border-bottom-width: 12px; | |
} | |
.xl\:border-y-14px { | |
border-top-width: 14px; | |
border-bottom-width: 14px; | |
} | |
.xl\:border-y-16px { | |
border-top-width: 16px; | |
border-bottom-width: 16px; | |
} | |
.xl\:border-y-0 { | |
border-top-width: 0; | |
border-bottom-width: 0; | |
} | |
.xl\:border-y-1 { | |
border-top-width: 0.0625rem; | |
border-bottom-width: 0.0625rem; | |
} | |
.xl\:border-y-2 { | |
border-top-width: 0.125rem; | |
border-bottom-width: 0.125rem; | |
} | |
.xl\:border-y-3 { | |
border-top-width: 0.1875rem; | |
border-bottom-width: 0.1875rem; | |
} | |
.xl\:border-y-4 { | |
border-top-width: 0.25rem; | |
border-bottom-width: 0.25rem; | |
} | |
.xl\:border-y-5 { | |
border-top-width: 0.3125rem; | |
border-bottom-width: 0.3125rem; | |
} | |
.xl\:border-y-6 { | |
border-top-width: 0.375rem; | |
border-bottom-width: 0.375rem; | |
} | |
.xl\:border-y-7 { | |
border-top-width: 0.4375rem; | |
border-bottom-width: 0.4375rem; | |
} | |
.xl\:border-y-8 { | |
border-top-width: 0.5rem; | |
border-bottom-width: 0.5rem; | |
} | |
.xl\:border-tr-revert { | |
border-top-width: revert; | |
border-right-width: revert; | |
} | |
.xl\:border-tr-auto { | |
border-top-width: auto; | |
border-right-width: auto; | |
} | |
.xl\:border-tr-1px { | |
border-top-width: 1px; | |
border-right-width: 1px; | |
} | |
.xl\:border-tr-2px { | |
border-top-width: 2px; | |
border-right-width: 2px; | |
} | |
.xl\:border-tr-3px { | |
border-top-width: 3px; | |
border-right-width: 3px; | |
} | |
.xl\:border-tr-4px { | |
border-top-width: 4px; | |
border-right-width: 4px; | |
} | |
.xl\:border-tr-5px { | |
border-top-width: 5px; | |
border-right-width: 5px; | |
} | |
.xl\:border-tr-6px { | |
border-top-width: 6px; | |
border-right-width: 6px; | |
} | |
.xl\:border-tr-7px { | |
border-top-width: 7px; | |
border-right-width: 7px; | |
} | |
.xl\:border-tr-8px { | |
border-top-width: 8px; | |
border-right-width: 8px; | |
} | |
.xl\:border-tr-9px { | |
border-top-width: 9px; | |
border-right-width: 9px; | |
} | |
.xl\:border-tr-10px { | |
border-top-width: 10px; | |
border-right-width: 10px; | |
} | |
.xl\:border-tr-12px { | |
border-top-width: 12px; | |
border-right-width: 12px; | |
} | |
.xl\:border-tr-14px { | |
border-top-width: 14px; | |
border-right-width: 14px; | |
} | |
.xl\:border-tr-16px { | |
border-top-width: 16px; | |
border-right-width: 16px; | |
} | |
.xl\:border-tr-0 { | |
border-top-width: 0; | |
border-right-width: 0; | |
} | |
.xl\:border-tr-1 { | |
border-top-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.xl\:border-tr-2 { | |
border-top-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.xl\:border-tr-3 { | |
border-top-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.xl\:border-tr-4 { | |
border-top-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.xl\:border-tr-5 { | |
border-top-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.xl\:border-tr-6 { | |
border-top-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.xl\:border-tr-7 { | |
border-top-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.xl\:border-tr-8 { | |
border-top-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.xl\:border-br-revert { | |
border-bottom-width: revert; | |
border-right-width: revert; | |
} | |
.xl\:border-br-auto { | |
border-bottom-width: auto; | |
border-right-width: auto; | |
} | |
.xl\:border-br-1px { | |
border-bottom-width: 1px; | |
border-right-width: 1px; | |
} | |
.xl\:border-br-2px { | |
border-bottom-width: 2px; | |
border-right-width: 2px; | |
} | |
.xl\:border-br-3px { | |
border-bottom-width: 3px; | |
border-right-width: 3px; | |
} | |
.xl\:border-br-4px { | |
border-bottom-width: 4px; | |
border-right-width: 4px; | |
} | |
.xl\:border-br-5px { | |
border-bottom-width: 5px; | |
border-right-width: 5px; | |
} | |
.xl\:border-br-6px { | |
border-bottom-width: 6px; | |
border-right-width: 6px; | |
} | |
.xl\:border-br-7px { | |
border-bottom-width: 7px; | |
border-right-width: 7px; | |
} | |
.xl\:border-br-8px { | |
border-bottom-width: 8px; | |
border-right-width: 8px; | |
} | |
.xl\:border-br-9px { | |
border-bottom-width: 9px; | |
border-right-width: 9px; | |
} | |
.xl\:border-br-10px { | |
border-bottom-width: 10px; | |
border-right-width: 10px; | |
} | |
.xl\:border-br-12px { | |
border-bottom-width: 12px; | |
border-right-width: 12px; | |
} | |
.xl\:border-br-14px { | |
border-bottom-width: 14px; | |
border-right-width: 14px; | |
} | |
.xl\:border-br-16px { | |
border-bottom-width: 16px; | |
border-right-width: 16px; | |
} | |
.xl\:border-br-0 { | |
border-bottom-width: 0; | |
border-right-width: 0; | |
} | |
.xl\:border-br-1 { | |
border-bottom-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.xl\:border-br-2 { | |
border-bottom-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.xl\:border-br-3 { | |
border-bottom-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.xl\:border-br-4 { | |
border-bottom-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.xl\:border-br-5 { | |
border-bottom-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.xl\:border-br-6 { | |
border-bottom-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.xl\:border-br-7 { | |
border-bottom-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.xl\:border-br-8 { | |
border-bottom-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.xl\:border-bl-revert { | |
border-bottom-width: revert; | |
border-left-width: revert; | |
} | |
.xl\:border-bl-auto { | |
border-bottom-width: auto; | |
border-left-width: auto; | |
} | |
.xl\:border-bl-1px { | |
border-bottom-width: 1px; | |
border-left-width: 1px; | |
} | |
.xl\:border-bl-2px { | |
border-bottom-width: 2px; | |
border-left-width: 2px; | |
} | |
.xl\:border-bl-3px { | |
border-bottom-width: 3px; | |
border-left-width: 3px; | |
} | |
.xl\:border-bl-4px { | |
border-bottom-width: 4px; | |
border-left-width: 4px; | |
} | |
.xl\:border-bl-5px { | |
border-bottom-width: 5px; | |
border-left-width: 5px; | |
} | |
.xl\:border-bl-6px { | |
border-bottom-width: 6px; | |
border-left-width: 6px; | |
} | |
.xl\:border-bl-7px { | |
border-bottom-width: 7px; | |
border-left-width: 7px; | |
} | |
.xl\:border-bl-8px { | |
border-bottom-width: 8px; | |
border-left-width: 8px; | |
} | |
.xl\:border-bl-9px { | |
border-bottom-width: 9px; | |
border-left-width: 9px; | |
} | |
.xl\:border-bl-10px { | |
border-bottom-width: 10px; | |
border-left-width: 10px; | |
} | |
.xl\:border-bl-12px { | |
border-bottom-width: 12px; | |
border-left-width: 12px; | |
} | |
.xl\:border-bl-14px { | |
border-bottom-width: 14px; | |
border-left-width: 14px; | |
} | |
.xl\:border-bl-16px { | |
border-bottom-width: 16px; | |
border-left-width: 16px; | |
} | |
.xl\:border-bl-0 { | |
border-bottom-width: 0; | |
border-left-width: 0; | |
} | |
.xl\:border-bl-1 { | |
border-bottom-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.xl\:border-bl-2 { | |
border-bottom-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.xl\:border-bl-3 { | |
border-bottom-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.xl\:border-bl-4 { | |
border-bottom-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.xl\:border-bl-5 { | |
border-bottom-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.xl\:border-bl-6 { | |
border-bottom-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.xl\:border-bl-7 { | |
border-bottom-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.xl\:border-bl-8 { | |
border-bottom-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.xl\:border-tl-revert { | |
border-top-width: revert; | |
border-left-width: revert; | |
} | |
.xl\:border-tl-auto { | |
border-top-width: auto; | |
border-left-width: auto; | |
} | |
.xl\:border-tl-1px { | |
border-top-width: 1px; | |
border-left-width: 1px; | |
} | |
.xl\:border-tl-2px { | |
border-top-width: 2px; | |
border-left-width: 2px; | |
} | |
.xl\:border-tl-3px { | |
border-top-width: 3px; | |
border-left-width: 3px; | |
} | |
.xl\:border-tl-4px { | |
border-top-width: 4px; | |
border-left-width: 4px; | |
} | |
.xl\:border-tl-5px { | |
border-top-width: 5px; | |
border-left-width: 5px; | |
} | |
.xl\:border-tl-6px { | |
border-top-width: 6px; | |
border-left-width: 6px; | |
} | |
.xl\:border-tl-7px { | |
border-top-width: 7px; | |
border-left-width: 7px; | |
} | |
.xl\:border-tl-8px { | |
border-top-width: 8px; | |
border-left-width: 8px; | |
} | |
.xl\:border-tl-9px { | |
border-top-width: 9px; | |
border-left-width: 9px; | |
} | |
.xl\:border-tl-10px { | |
border-top-width: 10px; | |
border-left-width: 10px; | |
} | |
.xl\:border-tl-12px { | |
border-top-width: 12px; | |
border-left-width: 12px; | |
} | |
.xl\:border-tl-14px { | |
border-top-width: 14px; | |
border-left-width: 14px; | |
} | |
.xl\:border-tl-16px { | |
border-top-width: 16px; | |
border-left-width: 16px; | |
} | |
.xl\:border-tl-0 { | |
border-top-width: 0; | |
border-left-width: 0; | |
} | |
.xl\:border-tl-1 { | |
border-top-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.xl\:border-tl-2 { | |
border-top-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.xl\:border-tl-3 { | |
border-top-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.xl\:border-tl-4 { | |
border-top-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.xl\:border-tl-5 { | |
border-top-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.xl\:border-tl-6 { | |
border-top-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.xl\:border-tl-7 { | |
border-top-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.xl\:border-tl-8 { | |
border-top-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.xl\:border-t-revert { | |
border-top-width: revert; | |
} | |
.xl\:border-t-auto { | |
border-top-width: auto; | |
} | |
.xl\:border-t-1px { | |
border-top-width: 1px; | |
} | |
.xl\:border-t-2px { | |
border-top-width: 2px; | |
} | |
.xl\:border-t-3px { | |
border-top-width: 3px; | |
} | |
.xl\:border-t-4px { | |
border-top-width: 4px; | |
} | |
.xl\:border-t-5px { | |
border-top-width: 5px; | |
} | |
.xl\:border-t-6px { | |
border-top-width: 6px; | |
} | |
.xl\:border-t-7px { | |
border-top-width: 7px; | |
} | |
.xl\:border-t-8px { | |
border-top-width: 8px; | |
} | |
.xl\:border-t-9px { | |
border-top-width: 9px; | |
} | |
.xl\:border-t-10px { | |
border-top-width: 10px; | |
} | |
.xl\:border-t-12px { | |
border-top-width: 12px; | |
} | |
.xl\:border-t-14px { | |
border-top-width: 14px; | |
} | |
.xl\:border-t-16px { | |
border-top-width: 16px; | |
} | |
.xl\:border-t-0 { | |
border-top-width: 0; | |
} | |
.xl\:border-t-1 { | |
border-top-width: 0.0625rem; | |
} | |
.xl\:border-t-2 { | |
border-top-width: 0.125rem; | |
} | |
.xl\:border-t-3 { | |
border-top-width: 0.1875rem; | |
} | |
.xl\:border-t-4 { | |
border-top-width: 0.25rem; | |
} | |
.xl\:border-t-5 { | |
border-top-width: 0.3125rem; | |
} | |
.xl\:border-t-6 { | |
border-top-width: 0.375rem; | |
} | |
.xl\:border-t-7 { | |
border-top-width: 0.4375rem; | |
} | |
.xl\:border-t-8 { | |
border-top-width: 0.5rem; | |
} | |
.xl\:border-r-revert { | |
border-right-width: revert; | |
} | |
.xl\:border-r-auto { | |
border-right-width: auto; | |
} | |
.xl\:border-r-1px { | |
border-right-width: 1px; | |
} | |
.xl\:border-r-2px { | |
border-right-width: 2px; | |
} | |
.xl\:border-r-3px { | |
border-right-width: 3px; | |
} | |
.xl\:border-r-4px { | |
border-right-width: 4px; | |
} | |
.xl\:border-r-5px { | |
border-right-width: 5px; | |
} | |
.xl\:border-r-6px { | |
border-right-width: 6px; | |
} | |
.xl\:border-r-7px { | |
border-right-width: 7px; | |
} | |
.xl\:border-r-8px { | |
border-right-width: 8px; | |
} | |
.xl\:border-r-9px { | |
border-right-width: 9px; | |
} | |
.xl\:border-r-10px { | |
border-right-width: 10px; | |
} | |
.xl\:border-r-12px { | |
border-right-width: 12px; | |
} | |
.xl\:border-r-14px { | |
border-right-width: 14px; | |
} | |
.xl\:border-r-16px { | |
border-right-width: 16px; | |
} | |
.xl\:border-r-0 { | |
border-right-width: 0; | |
} | |
.xl\:border-r-1 { | |
border-right-width: 0.0625rem; | |
} | |
.xl\:border-r-2 { | |
border-right-width: 0.125rem; | |
} | |
.xl\:border-r-3 { | |
border-right-width: 0.1875rem; | |
} | |
.xl\:border-r-4 { | |
border-right-width: 0.25rem; | |
} | |
.xl\:border-r-5 { | |
border-right-width: 0.3125rem; | |
} | |
.xl\:border-r-6 { | |
border-right-width: 0.375rem; | |
} | |
.xl\:border-r-7 { | |
border-right-width: 0.4375rem; | |
} | |
.xl\:border-r-8 { | |
border-right-width: 0.5rem; | |
} | |
.xl\:border-b-revert { | |
border-bottom-width: revert; | |
} | |
.xl\:border-b-auto { | |
border-bottom-width: auto; | |
} | |
.xl\:border-b-1px { | |
border-bottom-width: 1px; | |
} | |
.xl\:border-b-2px { | |
border-bottom-width: 2px; | |
} | |
.xl\:border-b-3px { | |
border-bottom-width: 3px; | |
} | |
.xl\:border-b-4px { | |
border-bottom-width: 4px; | |
} | |
.xl\:border-b-5px { | |
border-bottom-width: 5px; | |
} | |
.xl\:border-b-6px { | |
border-bottom-width: 6px; | |
} | |
.xl\:border-b-7px { | |
border-bottom-width: 7px; | |
} | |
.xl\:border-b-8px { | |
border-bottom-width: 8px; | |
} | |
.xl\:border-b-9px { | |
border-bottom-width: 9px; | |
} | |
.xl\:border-b-10px { | |
border-bottom-width: 10px; | |
} | |
.xl\:border-b-12px { | |
border-bottom-width: 12px; | |
} | |
.xl\:border-b-14px { | |
border-bottom-width: 14px; | |
} | |
.xl\:border-b-16px { | |
border-bottom-width: 16px; | |
} | |
.xl\:border-b-0 { | |
border-bottom-width: 0; | |
} | |
.xl\:border-b-1 { | |
border-bottom-width: 0.0625rem; | |
} | |
.xl\:border-b-2 { | |
border-bottom-width: 0.125rem; | |
} | |
.xl\:border-b-3 { | |
border-bottom-width: 0.1875rem; | |
} | |
.xl\:border-b-4 { | |
border-bottom-width: 0.25rem; | |
} | |
.xl\:border-b-5 { | |
border-bottom-width: 0.3125rem; | |
} | |
.xl\:border-b-6 { | |
border-bottom-width: 0.375rem; | |
} | |
.xl\:border-b-7 { | |
border-bottom-width: 0.4375rem; | |
} | |
.xl\:border-b-8 { | |
border-bottom-width: 0.5rem; | |
} | |
.xl\:border-l-revert { | |
border-left-width: revert; | |
} | |
.xl\:border-l-auto { | |
border-left-width: auto; | |
} | |
.xl\:border-l-1px { | |
border-left-width: 1px; | |
} | |
.xl\:border-l-2px { | |
border-left-width: 2px; | |
} | |
.xl\:border-l-3px { | |
border-left-width: 3px; | |
} | |
.xl\:border-l-4px { | |
border-left-width: 4px; | |
} | |
.xl\:border-l-5px { | |
border-left-width: 5px; | |
} | |
.xl\:border-l-6px { | |
border-left-width: 6px; | |
} | |
.xl\:border-l-7px { | |
border-left-width: 7px; | |
} | |
.xl\:border-l-8px { | |
border-left-width: 8px; | |
} | |
.xl\:border-l-9px { | |
border-left-width: 9px; | |
} | |
.xl\:border-l-10px { | |
border-left-width: 10px; | |
} | |
.xl\:border-l-12px { | |
border-left-width: 12px; | |
} | |
.xl\:border-l-14px { | |
border-left-width: 14px; | |
} | |
.xl\:border-l-16px { | |
border-left-width: 16px; | |
} | |
.xl\:border-l-0 { | |
border-left-width: 0; | |
} | |
.xl\:border-l-1 { | |
border-left-width: 0.0625rem; | |
} | |
.xl\:border-l-2 { | |
border-left-width: 0.125rem; | |
} | |
.xl\:border-l-3 { | |
border-left-width: 0.1875rem; | |
} | |
.xl\:border-l-4 { | |
border-left-width: 0.25rem; | |
} | |
.xl\:border-l-5 { | |
border-left-width: 0.3125rem; | |
} | |
.xl\:border-l-6 { | |
border-left-width: 0.375rem; | |
} | |
.xl\:border-l-7 { | |
border-left-width: 0.4375rem; | |
} | |
.xl\:border-l-8 { | |
border-left-width: 0.5rem; | |
} | |
.xl\:rounded-revert { | |
border-radius: revert; | |
} | |
.xl\:rounded-auto { | |
border-radius: auto; | |
} | |
.xl\:rounded-1px { | |
border-radius: 1px; | |
} | |
.xl\:rounded-2px { | |
border-radius: 2px; | |
} | |
.xl\:rounded-3px { | |
border-radius: 3px; | |
} | |
.xl\:rounded-4px { | |
border-radius: 4px; | |
} | |
.xl\:rounded-5px { | |
border-radius: 5px; | |
} | |
.xl\:rounded-6px { | |
border-radius: 6px; | |
} | |
.xl\:rounded-7px { | |
border-radius: 7px; | |
} | |
.xl\:rounded-8px { | |
border-radius: 8px; | |
} | |
.xl\:rounded-9px { | |
border-radius: 9px; | |
} | |
.xl\:rounded-10px { | |
border-radius: 10px; | |
} | |
.xl\:rounded-12px { | |
border-radius: 12px; | |
} | |
.xl\:rounded-14px { | |
border-radius: 14px; | |
} | |
.xl\:rounded-16px { | |
border-radius: 16px; | |
} | |
.xl\:rounded-0 { | |
border-radius: 0; | |
} | |
.xl\:rounded-1 { | |
border-radius: 0.0625rem; | |
} | |
.xl\:rounded-2 { | |
border-radius: 0.125rem; | |
} | |
.xl\:rounded-3 { | |
border-radius: 0.1875rem; | |
} | |
.xl\:rounded-4 { | |
border-radius: 0.25rem; | |
} | |
.xl\:rounded-5 { | |
border-radius: 0.3125rem; | |
} | |
.xl\:rounded-6 { | |
border-radius: 0.375rem; | |
} | |
.xl\:rounded-7 { | |
border-radius: 0.4375rem; | |
} | |
.xl\:rounded-8 { | |
border-radius: 0.5rem; | |
} | |
.xl\:rounded-9 { | |
border-radius: 0.5625rem; | |
} | |
.xl\:rounded-10 { | |
border-radius: 0.625rem; | |
} | |
.xl\:rounded-12 { | |
border-radius: 0.75rem; | |
} | |
.xl\:rounded-14 { | |
border-radius: 0.875rem; | |
} | |
.xl\:rounded-16 { | |
border-radius: 1rem; | |
} | |
.xl\:rounded-18 { | |
border-radius: 1.125rem; | |
} | |
.xl\:rounded-20 { | |
border-radius: 1.25rem; | |
} | |
.xl\:rounded-24 { | |
border-radius: 1.5rem; | |
} | |
.xl\:rounded-28 { | |
border-radius: 1.75rem; | |
} | |
.xl\:rounded-32 { | |
border-radius: 2rem; | |
} | |
.xl\:rounded-full { | |
border-radius: 9999px; | |
} | |
.xl\:rounded-tr-revert { | |
border-top-right-radius: revert; | |
} | |
.xl\:rounded-tr-auto { | |
border-top-right-radius: auto; | |
} | |
.xl\:rounded-tr-1px { | |
border-top-right-radius: 1px; | |
} | |
.xl\:rounded-tr-2px { | |
border-top-right-radius: 2px; | |
} | |
.xl\:rounded-tr-3px { | |
border-top-right-radius: 3px; | |
} | |
.xl\:rounded-tr-4px { | |
border-top-right-radius: 4px; | |
} | |
.xl\:rounded-tr-5px { | |
border-top-right-radius: 5px; | |
} | |
.xl\:rounded-tr-6px { | |
border-top-right-radius: 6px; | |
} | |
.xl\:rounded-tr-7px { | |
border-top-right-radius: 7px; | |
} | |
.xl\:rounded-tr-8px { | |
border-top-right-radius: 8px; | |
} | |
.xl\:rounded-tr-9px { | |
border-top-right-radius: 9px; | |
} | |
.xl\:rounded-tr-10px { | |
border-top-right-radius: 10px; | |
} | |
.xl\:rounded-tr-12px { | |
border-top-right-radius: 12px; | |
} | |
.xl\:rounded-tr-14px { | |
border-top-right-radius: 14px; | |
} | |
.xl\:rounded-tr-16px { | |
border-top-right-radius: 16px; | |
} | |
.xl\:rounded-tr-0 { | |
border-top-right-radius: 0; | |
} | |
.xl\:rounded-tr-1 { | |
border-top-right-radius: 0.0625rem; | |
} | |
.xl\:rounded-tr-2 { | |
border-top-right-radius: 0.125rem; | |
} | |
.xl\:rounded-tr-3 { | |
border-top-right-radius: 0.1875rem; | |
} | |
.xl\:rounded-tr-4 { | |
border-top-right-radius: 0.25rem; | |
} | |
.xl\:rounded-tr-5 { | |
border-top-right-radius: 0.3125rem; | |
} | |
.xl\:rounded-tr-6 { | |
border-top-right-radius: 0.375rem; | |
} | |
.xl\:rounded-tr-7 { | |
border-top-right-radius: 0.4375rem; | |
} | |
.xl\:rounded-tr-8 { | |
border-top-right-radius: 0.5rem; | |
} | |
.xl\:rounded-tr-9 { | |
border-top-right-radius: 0.5625rem; | |
} | |
.xl\:rounded-tr-10 { | |
border-top-right-radius: 0.625rem; | |
} | |
.xl\:rounded-tr-12 { | |
border-top-right-radius: 0.75rem; | |
} | |
.xl\:rounded-tr-14 { | |
border-top-right-radius: 0.875rem; | |
} | |
.xl\:rounded-tr-16 { | |
border-top-right-radius: 1rem; | |
} | |
.xl\:rounded-tr-18 { | |
border-top-right-radius: 1.125rem; | |
} | |
.xl\:rounded-tr-20 { | |
border-top-right-radius: 1.25rem; | |
} | |
.xl\:rounded-tr-24 { | |
border-top-right-radius: 1.5rem; | |
} | |
.xl\:rounded-tr-28 { | |
border-top-right-radius: 1.75rem; | |
} | |
.xl\:rounded-tr-32 { | |
border-top-right-radius: 2rem; | |
} | |
.xl\:rounded-tr-full { | |
border-top-right-radius: 9999px; | |
} | |
.xl\:rounded-br-revert { | |
border-bottom-right-radius: revert; | |
} | |
.xl\:rounded-br-auto { | |
border-bottom-right-radius: auto; | |
} | |
.xl\:rounded-br-1px { | |
border-bottom-right-radius: 1px; | |
} | |
.xl\:rounded-br-2px { | |
border-bottom-right-radius: 2px; | |
} | |
.xl\:rounded-br-3px { | |
border-bottom-right-radius: 3px; | |
} | |
.xl\:rounded-br-4px { | |
border-bottom-right-radius: 4px; | |
} | |
.xl\:rounded-br-5px { | |
border-bottom-right-radius: 5px; | |
} | |
.xl\:rounded-br-6px { | |
border-bottom-right-radius: 6px; | |
} | |
.xl\:rounded-br-7px { | |
border-bottom-right-radius: 7px; | |
} | |
.xl\:rounded-br-8px { | |
border-bottom-right-radius: 8px; | |
} | |
.xl\:rounded-br-9px { | |
border-bottom-right-radius: 9px; | |
} | |
.xl\:rounded-br-10px { | |
border-bottom-right-radius: 10px; | |
} | |
.xl\:rounded-br-12px { | |
border-bottom-right-radius: 12px; | |
} | |
.xl\:rounded-br-14px { | |
border-bottom-right-radius: 14px; | |
} | |
.xl\:rounded-br-16px { | |
border-bottom-right-radius: 16px; | |
} | |
.xl\:rounded-br-0 { | |
border-bottom-right-radius: 0; | |
} | |
.xl\:rounded-br-1 { | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.xl\:rounded-br-2 { | |
border-bottom-right-radius: 0.125rem; | |
} | |
.xl\:rounded-br-3 { | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.xl\:rounded-br-4 { | |
border-bottom-right-radius: 0.25rem; | |
} | |
.xl\:rounded-br-5 { | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.xl\:rounded-br-6 { | |
border-bottom-right-radius: 0.375rem; | |
} | |
.xl\:rounded-br-7 { | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.xl\:rounded-br-8 { | |
border-bottom-right-radius: 0.5rem; | |
} | |
.xl\:rounded-br-9 { | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.xl\:rounded-br-10 { | |
border-bottom-right-radius: 0.625rem; | |
} | |
.xl\:rounded-br-12 { | |
border-bottom-right-radius: 0.75rem; | |
} | |
.xl\:rounded-br-14 { | |
border-bottom-right-radius: 0.875rem; | |
} | |
.xl\:rounded-br-16 { | |
border-bottom-right-radius: 1rem; | |
} | |
.xl\:rounded-br-18 { | |
border-bottom-right-radius: 1.125rem; | |
} | |
.xl\:rounded-br-20 { | |
border-bottom-right-radius: 1.25rem; | |
} | |
.xl\:rounded-br-24 { | |
border-bottom-right-radius: 1.5rem; | |
} | |
.xl\:rounded-br-28 { | |
border-bottom-right-radius: 1.75rem; | |
} | |
.xl\:rounded-br-32 { | |
border-bottom-right-radius: 2rem; | |
} | |
.xl\:rounded-br-full { | |
border-bottom-right-radius: 9999px; | |
} | |
.xl\:rounded-bl-revert { | |
border-bottom-left-radius: revert; | |
} | |
.xl\:rounded-bl-auto { | |
border-bottom-left-radius: auto; | |
} | |
.xl\:rounded-bl-1px { | |
border-bottom-left-radius: 1px; | |
} | |
.xl\:rounded-bl-2px { | |
border-bottom-left-radius: 2px; | |
} | |
.xl\:rounded-bl-3px { | |
border-bottom-left-radius: 3px; | |
} | |
.xl\:rounded-bl-4px { | |
border-bottom-left-radius: 4px; | |
} | |
.xl\:rounded-bl-5px { | |
border-bottom-left-radius: 5px; | |
} | |
.xl\:rounded-bl-6px { | |
border-bottom-left-radius: 6px; | |
} | |
.xl\:rounded-bl-7px { | |
border-bottom-left-radius: 7px; | |
} | |
.xl\:rounded-bl-8px { | |
border-bottom-left-radius: 8px; | |
} | |
.xl\:rounded-bl-9px { | |
border-bottom-left-radius: 9px; | |
} | |
.xl\:rounded-bl-10px { | |
border-bottom-left-radius: 10px; | |
} | |
.xl\:rounded-bl-12px { | |
border-bottom-left-radius: 12px; | |
} | |
.xl\:rounded-bl-14px { | |
border-bottom-left-radius: 14px; | |
} | |
.xl\:rounded-bl-16px { | |
border-bottom-left-radius: 16px; | |
} | |
.xl\:rounded-bl-0 { | |
border-bottom-left-radius: 0; | |
} | |
.xl\:rounded-bl-1 { | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.xl\:rounded-bl-2 { | |
border-bottom-left-radius: 0.125rem; | |
} | |
.xl\:rounded-bl-3 { | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.xl\:rounded-bl-4 { | |
border-bottom-left-radius: 0.25rem; | |
} | |
.xl\:rounded-bl-5 { | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.xl\:rounded-bl-6 { | |
border-bottom-left-radius: 0.375rem; | |
} | |
.xl\:rounded-bl-7 { | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.xl\:rounded-bl-8 { | |
border-bottom-left-radius: 0.5rem; | |
} | |
.xl\:rounded-bl-9 { | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.xl\:rounded-bl-10 { | |
border-bottom-left-radius: 0.625rem; | |
} | |
.xl\:rounded-bl-12 { | |
border-bottom-left-radius: 0.75rem; | |
} | |
.xl\:rounded-bl-14 { | |
border-bottom-left-radius: 0.875rem; | |
} | |
.xl\:rounded-bl-16 { | |
border-bottom-left-radius: 1rem; | |
} | |
.xl\:rounded-bl-18 { | |
border-bottom-left-radius: 1.125rem; | |
} | |
.xl\:rounded-bl-20 { | |
border-bottom-left-radius: 1.25rem; | |
} | |
.xl\:rounded-bl-24 { | |
border-bottom-left-radius: 1.5rem; | |
} | |
.xl\:rounded-bl-28 { | |
border-bottom-left-radius: 1.75rem; | |
} | |
.xl\:rounded-bl-32 { | |
border-bottom-left-radius: 2rem; | |
} | |
.xl\:rounded-bl-full { | |
border-bottom-left-radius: 9999px; | |
} | |
.xl\:rounded-tl-revert { | |
border-top-left-radius: revert; | |
} | |
.xl\:rounded-tl-auto { | |
border-top-left-radius: auto; | |
} | |
.xl\:rounded-tl-1px { | |
border-top-left-radius: 1px; | |
} | |
.xl\:rounded-tl-2px { | |
border-top-left-radius: 2px; | |
} | |
.xl\:rounded-tl-3px { | |
border-top-left-radius: 3px; | |
} | |
.xl\:rounded-tl-4px { | |
border-top-left-radius: 4px; | |
} | |
.xl\:rounded-tl-5px { | |
border-top-left-radius: 5px; | |
} | |
.xl\:rounded-tl-6px { | |
border-top-left-radius: 6px; | |
} | |
.xl\:rounded-tl-7px { | |
border-top-left-radius: 7px; | |
} | |
.xl\:rounded-tl-8px { | |
border-top-left-radius: 8px; | |
} | |
.xl\:rounded-tl-9px { | |
border-top-left-radius: 9px; | |
} | |
.xl\:rounded-tl-10px { | |
border-top-left-radius: 10px; | |
} | |
.xl\:rounded-tl-12px { | |
border-top-left-radius: 12px; | |
} | |
.xl\:rounded-tl-14px { | |
border-top-left-radius: 14px; | |
} | |
.xl\:rounded-tl-16px { | |
border-top-left-radius: 16px; | |
} | |
.xl\:rounded-tl-0 { | |
border-top-left-radius: 0; | |
} | |
.xl\:rounded-tl-1 { | |
border-top-left-radius: 0.0625rem; | |
} | |
.xl\:rounded-tl-2 { | |
border-top-left-radius: 0.125rem; | |
} | |
.xl\:rounded-tl-3 { | |
border-top-left-radius: 0.1875rem; | |
} | |
.xl\:rounded-tl-4 { | |
border-top-left-radius: 0.25rem; | |
} | |
.xl\:rounded-tl-5 { | |
border-top-left-radius: 0.3125rem; | |
} | |
.xl\:rounded-tl-6 { | |
border-top-left-radius: 0.375rem; | |
} | |
.xl\:rounded-tl-7 { | |
border-top-left-radius: 0.4375rem; | |
} | |
.xl\:rounded-tl-8 { | |
border-top-left-radius: 0.5rem; | |
} | |
.xl\:rounded-tl-9 { | |
border-top-left-radius: 0.5625rem; | |
} | |
.xl\:rounded-tl-10 { | |
border-top-left-radius: 0.625rem; | |
} | |
.xl\:rounded-tl-12 { | |
border-top-left-radius: 0.75rem; | |
} | |
.xl\:rounded-tl-14 { | |
border-top-left-radius: 0.875rem; | |
} | |
.xl\:rounded-tl-16 { | |
border-top-left-radius: 1rem; | |
} | |
.xl\:rounded-tl-18 { | |
border-top-left-radius: 1.125rem; | |
} | |
.xl\:rounded-tl-20 { | |
border-top-left-radius: 1.25rem; | |
} | |
.xl\:rounded-tl-24 { | |
border-top-left-radius: 1.5rem; | |
} | |
.xl\:rounded-tl-28 { | |
border-top-left-radius: 1.75rem; | |
} | |
.xl\:rounded-tl-32 { | |
border-top-left-radius: 2rem; | |
} | |
.xl\:rounded-tl-full { | |
border-top-left-radius: 9999px; | |
} | |
.xl\:rounded-t-revert { | |
border-top-left-radius: revert; | |
border-top-right-radius: revert; | |
} | |
.xl\:rounded-t-auto { | |
border-top-left-radius: auto; | |
border-top-right-radius: auto; | |
} | |
.xl\:rounded-t-1px { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.xl\:rounded-t-2px { | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.xl\:rounded-t-3px { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.xl\:rounded-t-4px { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.xl\:rounded-t-5px { | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
} | |
.xl\:rounded-t-6px { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px; | |
} | |
.xl\:rounded-t-7px { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
.xl\:rounded-t-8px { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.xl\:rounded-t-9px { | |
border-top-left-radius: 9px; | |
border-top-right-radius: 9px; | |
} | |
.xl\:rounded-t-10px { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.xl\:rounded-t-12px { | |
border-top-left-radius: 12px; | |
border-top-right-radius: 12px; | |
} | |
.xl\:rounded-t-14px { | |
border-top-left-radius: 14px; | |
border-top-right-radius: 14px; | |
} | |
.xl\:rounded-t-16px { | |
border-top-left-radius: 16px; | |
border-top-right-radius: 16px; | |
} | |
.xl\:rounded-t-0 { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.xl\:rounded-t-1 { | |
border-top-left-radius: 0.0625rem; | |
border-top-right-radius: 0.0625rem; | |
} | |
.xl\:rounded-t-2 { | |
border-top-left-radius: 0.125rem; | |
border-top-right-radius: 0.125rem; | |
} | |
.xl\:rounded-t-3 { | |
border-top-left-radius: 0.1875rem; | |
border-top-right-radius: 0.1875rem; | |
} | |
.xl\:rounded-t-4 { | |
border-top-left-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.xl\:rounded-t-5 { | |
border-top-left-radius: 0.3125rem; | |
border-top-right-radius: 0.3125rem; | |
} | |
.xl\:rounded-t-6 { | |
border-top-left-radius: 0.375rem; | |
border-top-right-radius: 0.375rem; | |
} | |
.xl\:rounded-t-7 { | |
border-top-left-radius: 0.4375rem; | |
border-top-right-radius: 0.4375rem; | |
} | |
.xl\:rounded-t-8 { | |
border-top-left-radius: 0.5rem; | |
border-top-right-radius: 0.5rem; | |
} | |
.xl\:rounded-t-9 { | |
border-top-left-radius: 0.5625rem; | |
border-top-right-radius: 0.5625rem; | |
} | |
.xl\:rounded-t-10 { | |
border-top-left-radius: 0.625rem; | |
border-top-right-radius: 0.625rem; | |
} | |
.xl\:rounded-t-12 { | |
border-top-left-radius: 0.75rem; | |
border-top-right-radius: 0.75rem; | |
} | |
.xl\:rounded-t-14 { | |
border-top-left-radius: 0.875rem; | |
border-top-right-radius: 0.875rem; | |
} | |
.xl\:rounded-t-16 { | |
border-top-left-radius: 1rem; | |
border-top-right-radius: 1rem; | |
} | |
.xl\:rounded-t-18 { | |
border-top-left-radius: 1.125rem; | |
border-top-right-radius: 1.125rem; | |
} | |
.xl\:rounded-t-20 { | |
border-top-left-radius: 1.25rem; | |
border-top-right-radius: 1.25rem; | |
} | |
.xl\:rounded-t-24 { | |
border-top-left-radius: 1.5rem; | |
border-top-right-radius: 1.5rem; | |
} | |
.xl\:rounded-t-28 { | |
border-top-left-radius: 1.75rem; | |
border-top-right-radius: 1.75rem; | |
} | |
.xl\:rounded-t-32 { | |
border-top-left-radius: 2rem; | |
border-top-right-radius: 2rem; | |
} | |
.xl\:rounded-t-full { | |
border-top-left-radius: 9999px; | |
border-top-right-radius: 9999px; | |
} | |
.xl\:rounded-r-revert { | |
border-top-right-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.xl\:rounded-r-auto { | |
border-top-right-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.xl\:rounded-r-1px { | |
border-top-right-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.xl\:rounded-r-2px { | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.xl\:rounded-r-3px { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.xl\:rounded-r-4px { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.xl\:rounded-r-5px { | |
border-top-right-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.xl\:rounded-r-6px { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.xl\:rounded-r-7px { | |
border-top-right-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.xl\:rounded-r-8px { | |
border-top-right-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.xl\:rounded-r-9px { | |
border-top-right-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.xl\:rounded-r-10px { | |
border-top-right-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.xl\:rounded-r-12px { | |
border-top-right-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.xl\:rounded-r-14px { | |
border-top-right-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.xl\:rounded-r-16px { | |
border-top-right-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.xl\:rounded-r-0 { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.xl\:rounded-r-1 { | |
border-top-right-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.xl\:rounded-r-2 { | |
border-top-right-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.xl\:rounded-r-3 { | |
border-top-right-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.xl\:rounded-r-4 { | |
border-top-right-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.xl\:rounded-r-5 { | |
border-top-right-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.xl\:rounded-r-6 { | |
border-top-right-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.xl\:rounded-r-7 { | |
border-top-right-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.xl\:rounded-r-8 { | |
border-top-right-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.xl\:rounded-r-9 { | |
border-top-right-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.xl\:rounded-r-10 { | |
border-top-right-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.xl\:rounded-r-12 { | |
border-top-right-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.xl\:rounded-r-14 { | |
border-top-right-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.xl\:rounded-r-16 { | |
border-top-right-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.xl\:rounded-r-18 { | |
border-top-right-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.xl\:rounded-r-20 { | |
border-top-right-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.xl\:rounded-r-24 { | |
border-top-right-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.xl\:rounded-r-28 { | |
border-top-right-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.xl\:rounded-r-32 { | |
border-top-right-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.xl\:rounded-r-full { | |
border-top-right-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.xl\:rounded-b-revert { | |
border-bottom-left-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.xl\:rounded-b-auto { | |
border-bottom-left-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.xl\:rounded-b-1px { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.xl\:rounded-b-2px { | |
border-bottom-left-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.xl\:rounded-b-3px { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.xl\:rounded-b-4px { | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.xl\:rounded-b-5px { | |
border-bottom-left-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.xl\:rounded-b-6px { | |
border-bottom-left-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.xl\:rounded-b-7px { | |
border-bottom-left-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.xl\:rounded-b-8px { | |
border-bottom-left-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.xl\:rounded-b-9px { | |
border-bottom-left-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.xl\:rounded-b-10px { | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.xl\:rounded-b-12px { | |
border-bottom-left-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.xl\:rounded-b-14px { | |
border-bottom-left-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.xl\:rounded-b-16px { | |
border-bottom-left-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.xl\:rounded-b-0 { | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.xl\:rounded-b-1 { | |
border-bottom-left-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.xl\:rounded-b-2 { | |
border-bottom-left-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.xl\:rounded-b-3 { | |
border-bottom-left-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.xl\:rounded-b-4 { | |
border-bottom-left-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.xl\:rounded-b-5 { | |
border-bottom-left-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.xl\:rounded-b-6 { | |
border-bottom-left-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.xl\:rounded-b-7 { | |
border-bottom-left-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.xl\:rounded-b-8 { | |
border-bottom-left-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.xl\:rounded-b-9 { | |
border-bottom-left-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.xl\:rounded-b-10 { | |
border-bottom-left-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.xl\:rounded-b-12 { | |
border-bottom-left-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.xl\:rounded-b-14 { | |
border-bottom-left-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.xl\:rounded-b-16 { | |
border-bottom-left-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.xl\:rounded-b-18 { | |
border-bottom-left-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.xl\:rounded-b-20 { | |
border-bottom-left-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.xl\:rounded-b-24 { | |
border-bottom-left-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.xl\:rounded-b-28 { | |
border-bottom-left-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.xl\:rounded-b-32 { | |
border-bottom-left-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.xl\:rounded-b-full { | |
border-bottom-left-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.xl\:rounded-l-revert { | |
border-top-left-radius: revert; | |
border-bottom-left-radius: revert; | |
} | |
.xl\:rounded-l-auto { | |
border-top-left-radius: auto; | |
border-bottom-left-radius: auto; | |
} | |
.xl\:rounded-l-1px { | |
border-top-left-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.xl\:rounded-l-2px { | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.xl\:rounded-l-3px { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.xl\:rounded-l-4px { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.xl\:rounded-l-5px { | |
border-top-left-radius: 5px; | |
border-bottom-left-radius: 5px; | |
} | |
.xl\:rounded-l-6px { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.xl\:rounded-l-7px { | |
border-top-left-radius: 7px; | |
border-bottom-left-radius: 7px; | |
} | |
.xl\:rounded-l-8px { | |
border-top-left-radius: 8px; | |
border-bottom-left-radius: 8px; | |
} | |
.xl\:rounded-l-9px { | |
border-top-left-radius: 9px; | |
border-bottom-left-radius: 9px; | |
} | |
.xl\:rounded-l-10px { | |
border-top-left-radius: 10px; | |
border-bottom-left-radius: 10px; | |
} | |
.xl\:rounded-l-12px { | |
border-top-left-radius: 12px; | |
border-bottom-left-radius: 12px; | |
} | |
.xl\:rounded-l-14px { | |
border-top-left-radius: 14px; | |
border-bottom-left-radius: 14px; | |
} | |
.xl\:rounded-l-16px { | |
border-top-left-radius: 16px; | |
border-bottom-left-radius: 16px; | |
} | |
.xl\:rounded-l-0 { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.xl\:rounded-l-1 { | |
border-top-left-radius: 0.0625rem; | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.xl\:rounded-l-2 { | |
border-top-left-radius: 0.125rem; | |
border-bottom-left-radius: 0.125rem; | |
} | |
.xl\:rounded-l-3 { | |
border-top-left-radius: 0.1875rem; | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.xl\:rounded-l-4 { | |
border-top-left-radius: 0.25rem; | |
border-bottom-left-radius: 0.25rem; | |
} | |
.xl\:rounded-l-5 { | |
border-top-left-radius: 0.3125rem; | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.xl\:rounded-l-6 { | |
border-top-left-radius: 0.375rem; | |
border-bottom-left-radius: 0.375rem; | |
} | |
.xl\:rounded-l-7 { | |
border-top-left-radius: 0.4375rem; | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.xl\:rounded-l-8 { | |
border-top-left-radius: 0.5rem; | |
border-bottom-left-radius: 0.5rem; | |
} | |
.xl\:rounded-l-9 { | |
border-top-left-radius: 0.5625rem; | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.xl\:rounded-l-10 { | |
border-top-left-radius: 0.625rem; | |
border-bottom-left-radius: 0.625rem; | |
} | |
.xl\:rounded-l-12 { | |
border-top-left-radius: 0.75rem; | |
border-bottom-left-radius: 0.75rem; | |
} | |
.xl\:rounded-l-14 { | |
border-top-left-radius: 0.875rem; | |
border-bottom-left-radius: 0.875rem; | |
} | |
.xl\:rounded-l-16 { | |
border-top-left-radius: 1rem; | |
border-bottom-left-radius: 1rem; | |
} | |
.xl\:rounded-l-18 { | |
border-top-left-radius: 1.125rem; | |
border-bottom-left-radius: 1.125rem; | |
} | |
.xl\:rounded-l-20 { | |
border-top-left-radius: 1.25rem; | |
border-bottom-left-radius: 1.25rem; | |
} | |
.xl\:rounded-l-24 { | |
border-top-left-radius: 1.5rem; | |
border-bottom-left-radius: 1.5rem; | |
} | |
.xl\:rounded-l-28 { | |
border-top-left-radius: 1.75rem; | |
border-bottom-left-radius: 1.75rem; | |
} | |
.xl\:rounded-l-32 { | |
border-top-left-radius: 2rem; | |
border-bottom-left-radius: 2rem; | |
} | |
.xl\:rounded-l-full { | |
border-top-left-radius: 9999px; | |
border-bottom-left-radius: 9999px; | |
} | |
.xl\:-z-50 { | |
z-index: -50; | |
} | |
.xl\:-z-40 { | |
z-index: -40; | |
} | |
.xl\:-z-30 { | |
z-index: -30; | |
} | |
.xl\:-z-20 { | |
z-index: -20; | |
} | |
.xl\:-z-10 { | |
z-index: -10; | |
} | |
.xl\:z-revert { | |
z-index: revert; | |
} | |
.xl\:z-0 { | |
z-index: 0; | |
} | |
.xl\:z-10 { | |
z-index: 10; | |
} | |
.xl\:z-20 { | |
z-index: 20; | |
} | |
.xl\:z-30 { | |
z-index: 30; | |
} | |
.xl\:z-40 { | |
z-index: 40; | |
} | |
.xl\:z-50 { | |
z-index: 50; | |
} | |
.xl\:overflow-revert { | |
overflow: revert; | |
} | |
.xl\:overflow-hidden { | |
overflow: hidden; | |
} | |
.xl\:overflow-scroll { | |
overflow: scroll; | |
} | |
.xl\:overflow-x-revert { | |
overflow-x: revert; | |
} | |
.xl\:overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
.xl\:overflow-x-scroll { | |
overflow-x: scroll; | |
} | |
.xl\:overflow-y-revert { | |
overflow-y: revert; | |
} | |
.xl\:overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.xl\:overflow-y-scroll { | |
overflow-y: scroll; | |
} | |
.xl\:no-pointer-events { | |
pointer-events: none; | |
} | |
.xl\:pointer-events { | |
pointer-events: auto; | |
} | |
} | |
@media (min-width: 1536px) { | |
.\32 xl\:hide[class] { | |
display: none; | |
} | |
.\32 xl\:show[class] { | |
display: revert; | |
} | |
.\32 xl\:show.row { | |
display: flex; | |
} | |
.\32 xl\:show.col { | |
display: flex; | |
} | |
.\32 xl\:-m-1px { | |
margin: -1px; | |
} | |
.\32 xl\:-m-2px { | |
margin: -2px; | |
} | |
.\32 xl\:-m-3px { | |
margin: -3px; | |
} | |
.\32 xl\:-m-4px { | |
margin: -4px; | |
} | |
.\32 xl\:-m-5px { | |
margin: -5px; | |
} | |
.\32 xl\:-m-6px { | |
margin: -6px; | |
} | |
.\32 xl\:-m-7px { | |
margin: -7px; | |
} | |
.\32 xl\:-m-8px { | |
margin: -8px; | |
} | |
.\32 xl\:-m-9px { | |
margin: -9px; | |
} | |
.\32 xl\:-m-10px { | |
margin: -10px; | |
} | |
.\32 xl\:-m-12px { | |
margin: -12px; | |
} | |
.\32 xl\:-m-14px { | |
margin: -14px; | |
} | |
.\32 xl\:-m-16px { | |
margin: -16px; | |
} | |
.\32 xl\:-m-1 { | |
margin: -0.0625rem; | |
} | |
.\32 xl\:-m-2 { | |
margin: -0.125rem; | |
} | |
.\32 xl\:-m-3 { | |
margin: -0.1875rem; | |
} | |
.\32 xl\:-m-4 { | |
margin: -0.25rem; | |
} | |
.\32 xl\:-m-5 { | |
margin: -0.3125rem; | |
} | |
.\32 xl\:-m-6 { | |
margin: -0.375rem; | |
} | |
.\32 xl\:-m-7 { | |
margin: -0.4375rem; | |
} | |
.\32 xl\:-m-8 { | |
margin: -0.5rem; | |
} | |
.\32 xl\:-m-9 { | |
margin: -0.5625rem; | |
} | |
.\32 xl\:-m-10 { | |
margin: -0.625rem; | |
} | |
.\32 xl\:-m-12 { | |
margin: -0.75rem; | |
} | |
.\32 xl\:-m-14 { | |
margin: -0.875rem; | |
} | |
.\32 xl\:-m-16 { | |
margin: -1rem; | |
} | |
.\32 xl\:-m-18 { | |
margin: -1.125rem; | |
} | |
.\32 xl\:-m-20 { | |
margin: -1.25rem; | |
} | |
.\32 xl\:-m-24 { | |
margin: -1.5rem; | |
} | |
.\32 xl\:-m-28 { | |
margin: -1.75rem; | |
} | |
.\32 xl\:-m-32 { | |
margin: -2rem; | |
} | |
.\32 xl\:-m-36 { | |
margin: -2.25rem; | |
} | |
.\32 xl\:-m-40 { | |
margin: -2.5rem; | |
} | |
.\32 xl\:-m-48 { | |
margin: -3rem; | |
} | |
.\32 xl\:-m-56 { | |
margin: -3.5rem; | |
} | |
.\32 xl\:-m-64 { | |
margin: -4rem; | |
} | |
.\32 xl\:-mx-1px { | |
margin-left: -1px; | |
margin-right: -1px; | |
} | |
.\32 xl\:-mx-2px { | |
margin-left: -2px; | |
margin-right: -2px; | |
} | |
.\32 xl\:-mx-3px { | |
margin-left: -3px; | |
margin-right: -3px; | |
} | |
.\32 xl\:-mx-4px { | |
margin-left: -4px; | |
margin-right: -4px; | |
} | |
.\32 xl\:-mx-5px { | |
margin-left: -5px; | |
margin-right: -5px; | |
} | |
.\32 xl\:-mx-6px { | |
margin-left: -6px; | |
margin-right: -6px; | |
} | |
.\32 xl\:-mx-7px { | |
margin-left: -7px; | |
margin-right: -7px; | |
} | |
.\32 xl\:-mx-8px { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
.\32 xl\:-mx-9px { | |
margin-left: -9px; | |
margin-right: -9px; | |
} | |
.\32 xl\:-mx-10px { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
.\32 xl\:-mx-12px { | |
margin-left: -12px; | |
margin-right: -12px; | |
} | |
.\32 xl\:-mx-14px { | |
margin-left: -14px; | |
margin-right: -14px; | |
} | |
.\32 xl\:-mx-16px { | |
margin-left: -16px; | |
margin-right: -16px; | |
} | |
.\32 xl\:-mx-1 { | |
margin-left: -0.0625rem; | |
margin-right: -0.0625rem; | |
} | |
.\32 xl\:-mx-2 { | |
margin-left: -0.125rem; | |
margin-right: -0.125rem; | |
} | |
.\32 xl\:-mx-3 { | |
margin-left: -0.1875rem; | |
margin-right: -0.1875rem; | |
} | |
.\32 xl\:-mx-4 { | |
margin-left: -0.25rem; | |
margin-right: -0.25rem; | |
} | |
.\32 xl\:-mx-5 { | |
margin-left: -0.3125rem; | |
margin-right: -0.3125rem; | |
} | |
.\32 xl\:-mx-6 { | |
margin-left: -0.375rem; | |
margin-right: -0.375rem; | |
} | |
.\32 xl\:-mx-7 { | |
margin-left: -0.4375rem; | |
margin-right: -0.4375rem; | |
} | |
.\32 xl\:-mx-8 { | |
margin-left: -0.5rem; | |
margin-right: -0.5rem; | |
} | |
.\32 xl\:-mx-9 { | |
margin-left: -0.5625rem; | |
margin-right: -0.5625rem; | |
} | |
.\32 xl\:-mx-10 { | |
margin-left: -0.625rem; | |
margin-right: -0.625rem; | |
} | |
.\32 xl\:-mx-12 { | |
margin-left: -0.75rem; | |
margin-right: -0.75rem; | |
} | |
.\32 xl\:-mx-14 { | |
margin-left: -0.875rem; | |
margin-right: -0.875rem; | |
} | |
.\32 xl\:-mx-16 { | |
margin-left: -1rem; | |
margin-right: -1rem; | |
} | |
.\32 xl\:-mx-18 { | |
margin-left: -1.125rem; | |
margin-right: -1.125rem; | |
} | |
.\32 xl\:-mx-20 { | |
margin-left: -1.25rem; | |
margin-right: -1.25rem; | |
} | |
.\32 xl\:-mx-24 { | |
margin-left: -1.5rem; | |
margin-right: -1.5rem; | |
} | |
.\32 xl\:-mx-28 { | |
margin-left: -1.75rem; | |
margin-right: -1.75rem; | |
} | |
.\32 xl\:-mx-32 { | |
margin-left: -2rem; | |
margin-right: -2rem; | |
} | |
.\32 xl\:-mx-36 { | |
margin-left: -2.25rem; | |
margin-right: -2.25rem; | |
} | |
.\32 xl\:-mx-40 { | |
margin-left: -2.5rem; | |
margin-right: -2.5rem; | |
} | |
.\32 xl\:-mx-48 { | |
margin-left: -3rem; | |
margin-right: -3rem; | |
} | |
.\32 xl\:-mx-56 { | |
margin-left: -3.5rem; | |
margin-right: -3.5rem; | |
} | |
.\32 xl\:-mx-64 { | |
margin-left: -4rem; | |
margin-right: -4rem; | |
} | |
.\32 xl\:-my-1px { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.\32 xl\:-my-2px { | |
margin-top: -2px; | |
margin-bottom: -2px; | |
} | |
.\32 xl\:-my-3px { | |
margin-top: -3px; | |
margin-bottom: -3px; | |
} | |
.\32 xl\:-my-4px { | |
margin-top: -4px; | |
margin-bottom: -4px; | |
} | |
.\32 xl\:-my-5px { | |
margin-top: -5px; | |
margin-bottom: -5px; | |
} | |
.\32 xl\:-my-6px { | |
margin-top: -6px; | |
margin-bottom: -6px; | |
} | |
.\32 xl\:-my-7px { | |
margin-top: -7px; | |
margin-bottom: -7px; | |
} | |
.\32 xl\:-my-8px { | |
margin-top: -8px; | |
margin-bottom: -8px; | |
} | |
.\32 xl\:-my-9px { | |
margin-top: -9px; | |
margin-bottom: -9px; | |
} | |
.\32 xl\:-my-10px { | |
margin-top: -10px; | |
margin-bottom: -10px; | |
} | |
.\32 xl\:-my-12px { | |
margin-top: -12px; | |
margin-bottom: -12px; | |
} | |
.\32 xl\:-my-14px { | |
margin-top: -14px; | |
margin-bottom: -14px; | |
} | |
.\32 xl\:-my-16px { | |
margin-top: -16px; | |
margin-bottom: -16px; | |
} | |
.\32 xl\:-my-1 { | |
margin-top: -0.0625rem; | |
margin-bottom: -0.0625rem; | |
} | |
.\32 xl\:-my-2 { | |
margin-top: -0.125rem; | |
margin-bottom: -0.125rem; | |
} | |
.\32 xl\:-my-3 { | |
margin-top: -0.1875rem; | |
margin-bottom: -0.1875rem; | |
} | |
.\32 xl\:-my-4 { | |
margin-top: -0.25rem; | |
margin-bottom: -0.25rem; | |
} | |
.\32 xl\:-my-5 { | |
margin-top: -0.3125rem; | |
margin-bottom: -0.3125rem; | |
} | |
.\32 xl\:-my-6 { | |
margin-top: -0.375rem; | |
margin-bottom: -0.375rem; | |
} | |
.\32 xl\:-my-7 { | |
margin-top: -0.4375rem; | |
margin-bottom: -0.4375rem; | |
} | |
.\32 xl\:-my-8 { | |
margin-top: -0.5rem; | |
margin-bottom: -0.5rem; | |
} | |
.\32 xl\:-my-9 { | |
margin-top: -0.5625rem; | |
margin-bottom: -0.5625rem; | |
} | |
.\32 xl\:-my-10 { | |
margin-top: -0.625rem; | |
margin-bottom: -0.625rem; | |
} | |
.\32 xl\:-my-12 { | |
margin-top: -0.75rem; | |
margin-bottom: -0.75rem; | |
} | |
.\32 xl\:-my-14 { | |
margin-top: -0.875rem; | |
margin-bottom: -0.875rem; | |
} | |
.\32 xl\:-my-16 { | |
margin-top: -1rem; | |
margin-bottom: -1rem; | |
} | |
.\32 xl\:-my-18 { | |
margin-top: -1.125rem; | |
margin-bottom: -1.125rem; | |
} | |
.\32 xl\:-my-20 { | |
margin-top: -1.25rem; | |
margin-bottom: -1.25rem; | |
} | |
.\32 xl\:-my-24 { | |
margin-top: -1.5rem; | |
margin-bottom: -1.5rem; | |
} | |
.\32 xl\:-my-28 { | |
margin-top: -1.75rem; | |
margin-bottom: -1.75rem; | |
} | |
.\32 xl\:-my-32 { | |
margin-top: -2rem; | |
margin-bottom: -2rem; | |
} | |
.\32 xl\:-my-36 { | |
margin-top: -2.25rem; | |
margin-bottom: -2.25rem; | |
} | |
.\32 xl\:-my-40 { | |
margin-top: -2.5rem; | |
margin-bottom: -2.5rem; | |
} | |
.\32 xl\:-my-48 { | |
margin-top: -3rem; | |
margin-bottom: -3rem; | |
} | |
.\32 xl\:-my-56 { | |
margin-top: -3.5rem; | |
margin-bottom: -3.5rem; | |
} | |
.\32 xl\:-my-64 { | |
margin-top: -4rem; | |
margin-bottom: -4rem; | |
} | |
.\32 xl\:-mt-1px { | |
margin-top: -1px; | |
} | |
.\32 xl\:-mt-2px { | |
margin-top: -2px; | |
} | |
.\32 xl\:-mt-3px { | |
margin-top: -3px; | |
} | |
.\32 xl\:-mt-4px { | |
margin-top: -4px; | |
} | |
.\32 xl\:-mt-5px { | |
margin-top: -5px; | |
} | |
.\32 xl\:-mt-6px { | |
margin-top: -6px; | |
} | |
.\32 xl\:-mt-7px { | |
margin-top: -7px; | |
} | |
.\32 xl\:-mt-8px { | |
margin-top: -8px; | |
} | |
.\32 xl\:-mt-9px { | |
margin-top: -9px; | |
} | |
.\32 xl\:-mt-10px { | |
margin-top: -10px; | |
} | |
.\32 xl\:-mt-12px { | |
margin-top: -12px; | |
} | |
.\32 xl\:-mt-14px { | |
margin-top: -14px; | |
} | |
.\32 xl\:-mt-16px { | |
margin-top: -16px; | |
} | |
.\32 xl\:-mt-1 { | |
margin-top: -0.0625rem; | |
} | |
.\32 xl\:-mt-2 { | |
margin-top: -0.125rem; | |
} | |
.\32 xl\:-mt-3 { | |
margin-top: -0.1875rem; | |
} | |
.\32 xl\:-mt-4 { | |
margin-top: -0.25rem; | |
} | |
.\32 xl\:-mt-5 { | |
margin-top: -0.3125rem; | |
} | |
.\32 xl\:-mt-6 { | |
margin-top: -0.375rem; | |
} | |
.\32 xl\:-mt-7 { | |
margin-top: -0.4375rem; | |
} | |
.\32 xl\:-mt-8 { | |
margin-top: -0.5rem; | |
} | |
.\32 xl\:-mt-9 { | |
margin-top: -0.5625rem; | |
} | |
.\32 xl\:-mt-10 { | |
margin-top: -0.625rem; | |
} | |
.\32 xl\:-mt-12 { | |
margin-top: -0.75rem; | |
} | |
.\32 xl\:-mt-14 { | |
margin-top: -0.875rem; | |
} | |
.\32 xl\:-mt-16 { | |
margin-top: -1rem; | |
} | |
.\32 xl\:-mt-18 { | |
margin-top: -1.125rem; | |
} | |
.\32 xl\:-mt-20 { | |
margin-top: -1.25rem; | |
} | |
.\32 xl\:-mt-24 { | |
margin-top: -1.5rem; | |
} | |
.\32 xl\:-mt-28 { | |
margin-top: -1.75rem; | |
} | |
.\32 xl\:-mt-32 { | |
margin-top: -2rem; | |
} | |
.\32 xl\:-mt-36 { | |
margin-top: -2.25rem; | |
} | |
.\32 xl\:-mt-40 { | |
margin-top: -2.5rem; | |
} | |
.\32 xl\:-mt-48 { | |
margin-top: -3rem; | |
} | |
.\32 xl\:-mt-56 { | |
margin-top: -3.5rem; | |
} | |
.\32 xl\:-mt-64 { | |
margin-top: -4rem; | |
} | |
.\32 xl\:-mr-1px { | |
margin-right: -1px; | |
} | |
.\32 xl\:-mr-2px { | |
margin-right: -2px; | |
} | |
.\32 xl\:-mr-3px { | |
margin-right: -3px; | |
} | |
.\32 xl\:-mr-4px { | |
margin-right: -4px; | |
} | |
.\32 xl\:-mr-5px { | |
margin-right: -5px; | |
} | |
.\32 xl\:-mr-6px { | |
margin-right: -6px; | |
} | |
.\32 xl\:-mr-7px { | |
margin-right: -7px; | |
} | |
.\32 xl\:-mr-8px { | |
margin-right: -8px; | |
} | |
.\32 xl\:-mr-9px { | |
margin-right: -9px; | |
} | |
.\32 xl\:-mr-10px { | |
margin-right: -10px; | |
} | |
.\32 xl\:-mr-12px { | |
margin-right: -12px; | |
} | |
.\32 xl\:-mr-14px { | |
margin-right: -14px; | |
} | |
.\32 xl\:-mr-16px { | |
margin-right: -16px; | |
} | |
.\32 xl\:-mr-1 { | |
margin-right: -0.0625rem; | |
} | |
.\32 xl\:-mr-2 { | |
margin-right: -0.125rem; | |
} | |
.\32 xl\:-mr-3 { | |
margin-right: -0.1875rem; | |
} | |
.\32 xl\:-mr-4 { | |
margin-right: -0.25rem; | |
} | |
.\32 xl\:-mr-5 { | |
margin-right: -0.3125rem; | |
} | |
.\32 xl\:-mr-6 { | |
margin-right: -0.375rem; | |
} | |
.\32 xl\:-mr-7 { | |
margin-right: -0.4375rem; | |
} | |
.\32 xl\:-mr-8 { | |
margin-right: -0.5rem; | |
} | |
.\32 xl\:-mr-9 { | |
margin-right: -0.5625rem; | |
} | |
.\32 xl\:-mr-10 { | |
margin-right: -0.625rem; | |
} | |
.\32 xl\:-mr-12 { | |
margin-right: -0.75rem; | |
} | |
.\32 xl\:-mr-14 { | |
margin-right: -0.875rem; | |
} | |
.\32 xl\:-mr-16 { | |
margin-right: -1rem; | |
} | |
.\32 xl\:-mr-18 { | |
margin-right: -1.125rem; | |
} | |
.\32 xl\:-mr-20 { | |
margin-right: -1.25rem; | |
} | |
.\32 xl\:-mr-24 { | |
margin-right: -1.5rem; | |
} | |
.\32 xl\:-mr-28 { | |
margin-right: -1.75rem; | |
} | |
.\32 xl\:-mr-32 { | |
margin-right: -2rem; | |
} | |
.\32 xl\:-mr-36 { | |
margin-right: -2.25rem; | |
} | |
.\32 xl\:-mr-40 { | |
margin-right: -2.5rem; | |
} | |
.\32 xl\:-mr-48 { | |
margin-right: -3rem; | |
} | |
.\32 xl\:-mr-56 { | |
margin-right: -3.5rem; | |
} | |
.\32 xl\:-mr-64 { | |
margin-right: -4rem; | |
} | |
.\32 xl\:-mb-1px { | |
margin-bottom: -1px; | |
} | |
.\32 xl\:-mb-2px { | |
margin-bottom: -2px; | |
} | |
.\32 xl\:-mb-3px { | |
margin-bottom: -3px; | |
} | |
.\32 xl\:-mb-4px { | |
margin-bottom: -4px; | |
} | |
.\32 xl\:-mb-5px { | |
margin-bottom: -5px; | |
} | |
.\32 xl\:-mb-6px { | |
margin-bottom: -6px; | |
} | |
.\32 xl\:-mb-7px { | |
margin-bottom: -7px; | |
} | |
.\32 xl\:-mb-8px { | |
margin-bottom: -8px; | |
} | |
.\32 xl\:-mb-9px { | |
margin-bottom: -9px; | |
} | |
.\32 xl\:-mb-10px { | |
margin-bottom: -10px; | |
} | |
.\32 xl\:-mb-12px { | |
margin-bottom: -12px; | |
} | |
.\32 xl\:-mb-14px { | |
margin-bottom: -14px; | |
} | |
.\32 xl\:-mb-16px { | |
margin-bottom: -16px; | |
} | |
.\32 xl\:-mb-1 { | |
margin-bottom: -0.0625rem; | |
} | |
.\32 xl\:-mb-2 { | |
margin-bottom: -0.125rem; | |
} | |
.\32 xl\:-mb-3 { | |
margin-bottom: -0.1875rem; | |
} | |
.\32 xl\:-mb-4 { | |
margin-bottom: -0.25rem; | |
} | |
.\32 xl\:-mb-5 { | |
margin-bottom: -0.3125rem; | |
} | |
.\32 xl\:-mb-6 { | |
margin-bottom: -0.375rem; | |
} | |
.\32 xl\:-mb-7 { | |
margin-bottom: -0.4375rem; | |
} | |
.\32 xl\:-mb-8 { | |
margin-bottom: -0.5rem; | |
} | |
.\32 xl\:-mb-9 { | |
margin-bottom: -0.5625rem; | |
} | |
.\32 xl\:-mb-10 { | |
margin-bottom: -0.625rem; | |
} | |
.\32 xl\:-mb-12 { | |
margin-bottom: -0.75rem; | |
} | |
.\32 xl\:-mb-14 { | |
margin-bottom: -0.875rem; | |
} | |
.\32 xl\:-mb-16 { | |
margin-bottom: -1rem; | |
} | |
.\32 xl\:-mb-18 { | |
margin-bottom: -1.125rem; | |
} | |
.\32 xl\:-mb-20 { | |
margin-bottom: -1.25rem; | |
} | |
.\32 xl\:-mb-24 { | |
margin-bottom: -1.5rem; | |
} | |
.\32 xl\:-mb-28 { | |
margin-bottom: -1.75rem; | |
} | |
.\32 xl\:-mb-32 { | |
margin-bottom: -2rem; | |
} | |
.\32 xl\:-mb-36 { | |
margin-bottom: -2.25rem; | |
} | |
.\32 xl\:-mb-40 { | |
margin-bottom: -2.5rem; | |
} | |
.\32 xl\:-mb-48 { | |
margin-bottom: -3rem; | |
} | |
.\32 xl\:-mb-56 { | |
margin-bottom: -3.5rem; | |
} | |
.\32 xl\:-mb-64 { | |
margin-bottom: -4rem; | |
} | |
.\32 xl\:-ml-1px { | |
margin-left: -1px; | |
} | |
.\32 xl\:-ml-2px { | |
margin-left: -2px; | |
} | |
.\32 xl\:-ml-3px { | |
margin-left: -3px; | |
} | |
.\32 xl\:-ml-4px { | |
margin-left: -4px; | |
} | |
.\32 xl\:-ml-5px { | |
margin-left: -5px; | |
} | |
.\32 xl\:-ml-6px { | |
margin-left: -6px; | |
} | |
.\32 xl\:-ml-7px { | |
margin-left: -7px; | |
} | |
.\32 xl\:-ml-8px { | |
margin-left: -8px; | |
} | |
.\32 xl\:-ml-9px { | |
margin-left: -9px; | |
} | |
.\32 xl\:-ml-10px { | |
margin-left: -10px; | |
} | |
.\32 xl\:-ml-12px { | |
margin-left: -12px; | |
} | |
.\32 xl\:-ml-14px { | |
margin-left: -14px; | |
} | |
.\32 xl\:-ml-16px { | |
margin-left: -16px; | |
} | |
.\32 xl\:-ml-1 { | |
margin-left: -0.0625rem; | |
} | |
.\32 xl\:-ml-2 { | |
margin-left: -0.125rem; | |
} | |
.\32 xl\:-ml-3 { | |
margin-left: -0.1875rem; | |
} | |
.\32 xl\:-ml-4 { | |
margin-left: -0.25rem; | |
} | |
.\32 xl\:-ml-5 { | |
margin-left: -0.3125rem; | |
} | |
.\32 xl\:-ml-6 { | |
margin-left: -0.375rem; | |
} | |
.\32 xl\:-ml-7 { | |
margin-left: -0.4375rem; | |
} | |
.\32 xl\:-ml-8 { | |
margin-left: -0.5rem; | |
} | |
.\32 xl\:-ml-9 { | |
margin-left: -0.5625rem; | |
} | |
.\32 xl\:-ml-10 { | |
margin-left: -0.625rem; | |
} | |
.\32 xl\:-ml-12 { | |
margin-left: -0.75rem; | |
} | |
.\32 xl\:-ml-14 { | |
margin-left: -0.875rem; | |
} | |
.\32 xl\:-ml-16 { | |
margin-left: -1rem; | |
} | |
.\32 xl\:-ml-18 { | |
margin-left: -1.125rem; | |
} | |
.\32 xl\:-ml-20 { | |
margin-left: -1.25rem; | |
} | |
.\32 xl\:-ml-24 { | |
margin-left: -1.5rem; | |
} | |
.\32 xl\:-ml-28 { | |
margin-left: -1.75rem; | |
} | |
.\32 xl\:-ml-32 { | |
margin-left: -2rem; | |
} | |
.\32 xl\:-ml-36 { | |
margin-left: -2.25rem; | |
} | |
.\32 xl\:-ml-40 { | |
margin-left: -2.5rem; | |
} | |
.\32 xl\:-ml-48 { | |
margin-left: -3rem; | |
} | |
.\32 xl\:-ml-56 { | |
margin-left: -3.5rem; | |
} | |
.\32 xl\:-ml-64 { | |
margin-left: -4rem; | |
} | |
.\32 xl\:m-revert { | |
margin: revert; | |
} | |
.\32 xl\:m-auto { | |
margin: auto; | |
} | |
.\32 xl\:m-1px { | |
margin: 1px; | |
} | |
.\32 xl\:m-2px { | |
margin: 2px; | |
} | |
.\32 xl\:m-3px { | |
margin: 3px; | |
} | |
.\32 xl\:m-4px { | |
margin: 4px; | |
} | |
.\32 xl\:m-5px { | |
margin: 5px; | |
} | |
.\32 xl\:m-6px { | |
margin: 6px; | |
} | |
.\32 xl\:m-7px { | |
margin: 7px; | |
} | |
.\32 xl\:m-8px { | |
margin: 8px; | |
} | |
.\32 xl\:m-9px { | |
margin: 9px; | |
} | |
.\32 xl\:m-10px { | |
margin: 10px; | |
} | |
.\32 xl\:m-12px { | |
margin: 12px; | |
} | |
.\32 xl\:m-14px { | |
margin: 14px; | |
} | |
.\32 xl\:m-16px { | |
margin: 16px; | |
} | |
.\32 xl\:m-0 { | |
margin: 0; | |
} | |
.\32 xl\:m-1 { | |
margin: 0.0625rem; | |
} | |
.\32 xl\:m-2 { | |
margin: 0.125rem; | |
} | |
.\32 xl\:m-3 { | |
margin: 0.1875rem; | |
} | |
.\32 xl\:m-4 { | |
margin: 0.25rem; | |
} | |
.\32 xl\:m-5 { | |
margin: 0.3125rem; | |
} | |
.\32 xl\:m-6 { | |
margin: 0.375rem; | |
} | |
.\32 xl\:m-7 { | |
margin: 0.4375rem; | |
} | |
.\32 xl\:m-8 { | |
margin: 0.5rem; | |
} | |
.\32 xl\:m-9 { | |
margin: 0.5625rem; | |
} | |
.\32 xl\:m-10 { | |
margin: 0.625rem; | |
} | |
.\32 xl\:m-12 { | |
margin: 0.75rem; | |
} | |
.\32 xl\:m-14 { | |
margin: 0.875rem; | |
} | |
.\32 xl\:m-16 { | |
margin: 1rem; | |
} | |
.\32 xl\:m-18 { | |
margin: 1.125rem; | |
} | |
.\32 xl\:m-20 { | |
margin: 1.25rem; | |
} | |
.\32 xl\:m-24 { | |
margin: 1.5rem; | |
} | |
.\32 xl\:m-28 { | |
margin: 1.75rem; | |
} | |
.\32 xl\:m-32 { | |
margin: 2rem; | |
} | |
.\32 xl\:m-36 { | |
margin: 2.25rem; | |
} | |
.\32 xl\:m-40 { | |
margin: 2.5rem; | |
} | |
.\32 xl\:m-48 { | |
margin: 3rem; | |
} | |
.\32 xl\:m-56 { | |
margin: 3.5rem; | |
} | |
.\32 xl\:m-64 { | |
margin: 4rem; | |
} | |
.\32 xl\:m-72 { | |
margin: 4.5rem; | |
} | |
.\32 xl\:m-80 { | |
margin: 5rem; | |
} | |
.\32 xl\:m-96 { | |
margin: 6rem; | |
} | |
.\32 xl\:m-112 { | |
margin: 7rem; | |
} | |
.\32 xl\:m-128 { | |
margin: 8rem; | |
} | |
.\32 xl\:m-144 { | |
margin: 9rem; | |
} | |
.\32 xl\:m-160 { | |
margin: 10rem; | |
} | |
.\32 xl\:m-192 { | |
margin: 12rem; | |
} | |
.\32 xl\:m-224 { | |
margin: 14rem; | |
} | |
.\32 xl\:m-256 { | |
margin: 16rem; | |
} | |
.\32 xl\:mx-revert { | |
margin-left: revert; | |
margin-right: revert; | |
} | |
.\32 xl\:mx-auto { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.\32 xl\:mx-1px { | |
margin-left: 1px; | |
margin-right: 1px; | |
} | |
.\32 xl\:mx-2px { | |
margin-left: 2px; | |
margin-right: 2px; | |
} | |
.\32 xl\:mx-3px { | |
margin-left: 3px; | |
margin-right: 3px; | |
} | |
.\32 xl\:mx-4px { | |
margin-left: 4px; | |
margin-right: 4px; | |
} | |
.\32 xl\:mx-5px { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.\32 xl\:mx-6px { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.\32 xl\:mx-7px { | |
margin-left: 7px; | |
margin-right: 7px; | |
} | |
.\32 xl\:mx-8px { | |
margin-left: 8px; | |
margin-right: 8px; | |
} | |
.\32 xl\:mx-9px { | |
margin-left: 9px; | |
margin-right: 9px; | |
} | |
.\32 xl\:mx-10px { | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.\32 xl\:mx-12px { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
.\32 xl\:mx-14px { | |
margin-left: 14px; | |
margin-right: 14px; | |
} | |
.\32 xl\:mx-16px { | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
.\32 xl\:mx-0 { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
.\32 xl\:mx-1 { | |
margin-left: 0.0625rem; | |
margin-right: 0.0625rem; | |
} | |
.\32 xl\:mx-2 { | |
margin-left: 0.125rem; | |
margin-right: 0.125rem; | |
} | |
.\32 xl\:mx-3 { | |
margin-left: 0.1875rem; | |
margin-right: 0.1875rem; | |
} | |
.\32 xl\:mx-4 { | |
margin-left: 0.25rem; | |
margin-right: 0.25rem; | |
} | |
.\32 xl\:mx-5 { | |
margin-left: 0.3125rem; | |
margin-right: 0.3125rem; | |
} | |
.\32 xl\:mx-6 { | |
margin-left: 0.375rem; | |
margin-right: 0.375rem; | |
} | |
.\32 xl\:mx-7 { | |
margin-left: 0.4375rem; | |
margin-right: 0.4375rem; | |
} | |
.\32 xl\:mx-8 { | |
margin-left: 0.5rem; | |
margin-right: 0.5rem; | |
} | |
.\32 xl\:mx-9 { | |
margin-left: 0.5625rem; | |
margin-right: 0.5625rem; | |
} | |
.\32 xl\:mx-10 { | |
margin-left: 0.625rem; | |
margin-right: 0.625rem; | |
} | |
.\32 xl\:mx-12 { | |
margin-left: 0.75rem; | |
margin-right: 0.75rem; | |
} | |
.\32 xl\:mx-14 { | |
margin-left: 0.875rem; | |
margin-right: 0.875rem; | |
} | |
.\32 xl\:mx-16 { | |
margin-left: 1rem; | |
margin-right: 1rem; | |
} | |
.\32 xl\:mx-18 { | |
margin-left: 1.125rem; | |
margin-right: 1.125rem; | |
} | |
.\32 xl\:mx-20 { | |
margin-left: 1.25rem; | |
margin-right: 1.25rem; | |
} | |
.\32 xl\:mx-24 { | |
margin-left: 1.5rem; | |
margin-right: 1.5rem; | |
} | |
.\32 xl\:mx-28 { | |
margin-left: 1.75rem; | |
margin-right: 1.75rem; | |
} | |
.\32 xl\:mx-32 { | |
margin-left: 2rem; | |
margin-right: 2rem; | |
} | |
.\32 xl\:mx-36 { | |
margin-left: 2.25rem; | |
margin-right: 2.25rem; | |
} | |
.\32 xl\:mx-40 { | |
margin-left: 2.5rem; | |
margin-right: 2.5rem; | |
} | |
.\32 xl\:mx-48 { | |
margin-left: 3rem; | |
margin-right: 3rem; | |
} | |
.\32 xl\:mx-56 { | |
margin-left: 3.5rem; | |
margin-right: 3.5rem; | |
} | |
.\32 xl\:mx-64 { | |
margin-left: 4rem; | |
margin-right: 4rem; | |
} | |
.\32 xl\:mx-72 { | |
margin-left: 4.5rem; | |
margin-right: 4.5rem; | |
} | |
.\32 xl\:mx-80 { | |
margin-left: 5rem; | |
margin-right: 5rem; | |
} | |
.\32 xl\:mx-96 { | |
margin-left: 6rem; | |
margin-right: 6rem; | |
} | |
.\32 xl\:mx-112 { | |
margin-left: 7rem; | |
margin-right: 7rem; | |
} | |
.\32 xl\:mx-128 { | |
margin-left: 8rem; | |
margin-right: 8rem; | |
} | |
.\32 xl\:mx-144 { | |
margin-left: 9rem; | |
margin-right: 9rem; | |
} | |
.\32 xl\:mx-160 { | |
margin-left: 10rem; | |
margin-right: 10rem; | |
} | |
.\32 xl\:mx-192 { | |
margin-left: 12rem; | |
margin-right: 12rem; | |
} | |
.\32 xl\:mx-224 { | |
margin-left: 14rem; | |
margin-right: 14rem; | |
} | |
.\32 xl\:mx-256 { | |
margin-left: 16rem; | |
margin-right: 16rem; | |
} | |
.\32 xl\:my-revert { | |
margin-top: revert; | |
margin-bottom: revert; | |
} | |
.\32 xl\:my-auto { | |
margin-top: auto; | |
margin-bottom: auto; | |
} | |
.\32 xl\:my-1px { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.\32 xl\:my-2px { | |
margin-top: 2px; | |
margin-bottom: 2px; | |
} | |
.\32 xl\:my-3px { | |
margin-top: 3px; | |
margin-bottom: 3px; | |
} | |
.\32 xl\:my-4px { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.\32 xl\:my-5px { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
.\32 xl\:my-6px { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
.\32 xl\:my-7px { | |
margin-top: 7px; | |
margin-bottom: 7px; | |
} | |
.\32 xl\:my-8px { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.\32 xl\:my-9px { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
.\32 xl\:my-10px { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.\32 xl\:my-12px { | |
margin-top: 12px; | |
margin-bottom: 12px; | |
} | |
.\32 xl\:my-14px { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.\32 xl\:my-16px { | |
margin-top: 16px; | |
margin-bottom: 16px; | |
} | |
.\32 xl\:my-0 { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.\32 xl\:my-1 { | |
margin-top: 0.0625rem; | |
margin-bottom: 0.0625rem; | |
} | |
.\32 xl\:my-2 { | |
margin-top: 0.125rem; | |
margin-bottom: 0.125rem; | |
} | |
.\32 xl\:my-3 { | |
margin-top: 0.1875rem; | |
margin-bottom: 0.1875rem; | |
} | |
.\32 xl\:my-4 { | |
margin-top: 0.25rem; | |
margin-bottom: 0.25rem; | |
} | |
.\32 xl\:my-5 { | |
margin-top: 0.3125rem; | |
margin-bottom: 0.3125rem; | |
} | |
.\32 xl\:my-6 { | |
margin-top: 0.375rem; | |
margin-bottom: 0.375rem; | |
} | |
.\32 xl\:my-7 { | |
margin-top: 0.4375rem; | |
margin-bottom: 0.4375rem; | |
} | |
.\32 xl\:my-8 { | |
margin-top: 0.5rem; | |
margin-bottom: 0.5rem; | |
} | |
.\32 xl\:my-9 { | |
margin-top: 0.5625rem; | |
margin-bottom: 0.5625rem; | |
} | |
.\32 xl\:my-10 { | |
margin-top: 0.625rem; | |
margin-bottom: 0.625rem; | |
} | |
.\32 xl\:my-12 { | |
margin-top: 0.75rem; | |
margin-bottom: 0.75rem; | |
} | |
.\32 xl\:my-14 { | |
margin-top: 0.875rem; | |
margin-bottom: 0.875rem; | |
} | |
.\32 xl\:my-16 { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.\32 xl\:my-18 { | |
margin-top: 1.125rem; | |
margin-bottom: 1.125rem; | |
} | |
.\32 xl\:my-20 { | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
} | |
.\32 xl\:my-24 { | |
margin-top: 1.5rem; | |
margin-bottom: 1.5rem; | |
} | |
.\32 xl\:my-28 { | |
margin-top: 1.75rem; | |
margin-bottom: 1.75rem; | |
} | |
.\32 xl\:my-32 { | |
margin-top: 2rem; | |
margin-bottom: 2rem; | |
} | |
.\32 xl\:my-36 { | |
margin-top: 2.25rem; | |
margin-bottom: 2.25rem; | |
} | |
.\32 xl\:my-40 { | |
margin-top: 2.5rem; | |
margin-bottom: 2.5rem; | |
} | |
.\32 xl\:my-48 { | |
margin-top: 3rem; | |
margin-bottom: 3rem; | |
} | |
.\32 xl\:my-56 { | |
margin-top: 3.5rem; | |
margin-bottom: 3.5rem; | |
} | |
.\32 xl\:my-64 { | |
margin-top: 4rem; | |
margin-bottom: 4rem; | |
} | |
.\32 xl\:my-72 { | |
margin-top: 4.5rem; | |
margin-bottom: 4.5rem; | |
} | |
.\32 xl\:my-80 { | |
margin-top: 5rem; | |
margin-bottom: 5rem; | |
} | |
.\32 xl\:my-96 { | |
margin-top: 6rem; | |
margin-bottom: 6rem; | |
} | |
.\32 xl\:my-112 { | |
margin-top: 7rem; | |
margin-bottom: 7rem; | |
} | |
.\32 xl\:my-128 { | |
margin-top: 8rem; | |
margin-bottom: 8rem; | |
} | |
.\32 xl\:my-144 { | |
margin-top: 9rem; | |
margin-bottom: 9rem; | |
} | |
.\32 xl\:my-160 { | |
margin-top: 10rem; | |
margin-bottom: 10rem; | |
} | |
.\32 xl\:my-192 { | |
margin-top: 12rem; | |
margin-bottom: 12rem; | |
} | |
.\32 xl\:my-224 { | |
margin-top: 14rem; | |
margin-bottom: 14rem; | |
} | |
.\32 xl\:my-256 { | |
margin-top: 16rem; | |
margin-bottom: 16rem; | |
} | |
.\32 xl\:mt-revert { | |
margin-top: revert; | |
} | |
.\32 xl\:mt-auto { | |
margin-top: auto; | |
} | |
.\32 xl\:mt-1px { | |
margin-top: 1px; | |
} | |
.\32 xl\:mt-2px { | |
margin-top: 2px; | |
} | |
.\32 xl\:mt-3px { | |
margin-top: 3px; | |
} | |
.\32 xl\:mt-4px { | |
margin-top: 4px; | |
} | |
.\32 xl\:mt-5px { | |
margin-top: 5px; | |
} | |
.\32 xl\:mt-6px { | |
margin-top: 6px; | |
} | |
.\32 xl\:mt-7px { | |
margin-top: 7px; | |
} | |
.\32 xl\:mt-8px { | |
margin-top: 8px; | |
} | |
.\32 xl\:mt-9px { | |
margin-top: 9px; | |
} | |
.\32 xl\:mt-10px { | |
margin-top: 10px; | |
} | |
.\32 xl\:mt-12px { | |
margin-top: 12px; | |
} | |
.\32 xl\:mt-14px { | |
margin-top: 14px; | |
} | |
.\32 xl\:mt-16px { | |
margin-top: 16px; | |
} | |
.\32 xl\:mt-0 { | |
margin-top: 0; | |
} | |
.\32 xl\:mt-1 { | |
margin-top: 0.0625rem; | |
} | |
.\32 xl\:mt-2 { | |
margin-top: 0.125rem; | |
} | |
.\32 xl\:mt-3 { | |
margin-top: 0.1875rem; | |
} | |
.\32 xl\:mt-4 { | |
margin-top: 0.25rem; | |
} | |
.\32 xl\:mt-5 { | |
margin-top: 0.3125rem; | |
} | |
.\32 xl\:mt-6 { | |
margin-top: 0.375rem; | |
} | |
.\32 xl\:mt-7 { | |
margin-top: 0.4375rem; | |
} | |
.\32 xl\:mt-8 { | |
margin-top: 0.5rem; | |
} | |
.\32 xl\:mt-9 { | |
margin-top: 0.5625rem; | |
} | |
.\32 xl\:mt-10 { | |
margin-top: 0.625rem; | |
} | |
.\32 xl\:mt-12 { | |
margin-top: 0.75rem; | |
} | |
.\32 xl\:mt-14 { | |
margin-top: 0.875rem; | |
} | |
.\32 xl\:mt-16 { | |
margin-top: 1rem; | |
} | |
.\32 xl\:mt-18 { | |
margin-top: 1.125rem; | |
} | |
.\32 xl\:mt-20 { | |
margin-top: 1.25rem; | |
} | |
.\32 xl\:mt-24 { | |
margin-top: 1.5rem; | |
} | |
.\32 xl\:mt-28 { | |
margin-top: 1.75rem; | |
} | |
.\32 xl\:mt-32 { | |
margin-top: 2rem; | |
} | |
.\32 xl\:mt-36 { | |
margin-top: 2.25rem; | |
} | |
.\32 xl\:mt-40 { | |
margin-top: 2.5rem; | |
} | |
.\32 xl\:mt-48 { | |
margin-top: 3rem; | |
} | |
.\32 xl\:mt-56 { | |
margin-top: 3.5rem; | |
} | |
.\32 xl\:mt-64 { | |
margin-top: 4rem; | |
} | |
.\32 xl\:mt-72 { | |
margin-top: 4.5rem; | |
} | |
.\32 xl\:mt-80 { | |
margin-top: 5rem; | |
} | |
.\32 xl\:mt-96 { | |
margin-top: 6rem; | |
} | |
.\32 xl\:mt-112 { | |
margin-top: 7rem; | |
} | |
.\32 xl\:mt-128 { | |
margin-top: 8rem; | |
} | |
.\32 xl\:mt-144 { | |
margin-top: 9rem; | |
} | |
.\32 xl\:mt-160 { | |
margin-top: 10rem; | |
} | |
.\32 xl\:mt-192 { | |
margin-top: 12rem; | |
} | |
.\32 xl\:mt-224 { | |
margin-top: 14rem; | |
} | |
.\32 xl\:mt-256 { | |
margin-top: 16rem; | |
} | |
.\32 xl\:mr-revert { | |
margin-right: revert; | |
} | |
.\32 xl\:mr-auto { | |
margin-right: auto; | |
} | |
.\32 xl\:mr-1px { | |
margin-right: 1px; | |
} | |
.\32 xl\:mr-2px { | |
margin-right: 2px; | |
} | |
.\32 xl\:mr-3px { | |
margin-right: 3px; | |
} | |
.\32 xl\:mr-4px { | |
margin-right: 4px; | |
} | |
.\32 xl\:mr-5px { | |
margin-right: 5px; | |
} | |
.\32 xl\:mr-6px { | |
margin-right: 6px; | |
} | |
.\32 xl\:mr-7px { | |
margin-right: 7px; | |
} | |
.\32 xl\:mr-8px { | |
margin-right: 8px; | |
} | |
.\32 xl\:mr-9px { | |
margin-right: 9px; | |
} | |
.\32 xl\:mr-10px { | |
margin-right: 10px; | |
} | |
.\32 xl\:mr-12px { | |
margin-right: 12px; | |
} | |
.\32 xl\:mr-14px { | |
margin-right: 14px; | |
} | |
.\32 xl\:mr-16px { | |
margin-right: 16px; | |
} | |
.\32 xl\:mr-0 { | |
margin-right: 0; | |
} | |
.\32 xl\:mr-1 { | |
margin-right: 0.0625rem; | |
} | |
.\32 xl\:mr-2 { | |
margin-right: 0.125rem; | |
} | |
.\32 xl\:mr-3 { | |
margin-right: 0.1875rem; | |
} | |
.\32 xl\:mr-4 { | |
margin-right: 0.25rem; | |
} | |
.\32 xl\:mr-5 { | |
margin-right: 0.3125rem; | |
} | |
.\32 xl\:mr-6 { | |
margin-right: 0.375rem; | |
} | |
.\32 xl\:mr-7 { | |
margin-right: 0.4375rem; | |
} | |
.\32 xl\:mr-8 { | |
margin-right: 0.5rem; | |
} | |
.\32 xl\:mr-9 { | |
margin-right: 0.5625rem; | |
} | |
.\32 xl\:mr-10 { | |
margin-right: 0.625rem; | |
} | |
.\32 xl\:mr-12 { | |
margin-right: 0.75rem; | |
} | |
.\32 xl\:mr-14 { | |
margin-right: 0.875rem; | |
} | |
.\32 xl\:mr-16 { | |
margin-right: 1rem; | |
} | |
.\32 xl\:mr-18 { | |
margin-right: 1.125rem; | |
} | |
.\32 xl\:mr-20 { | |
margin-right: 1.25rem; | |
} | |
.\32 xl\:mr-24 { | |
margin-right: 1.5rem; | |
} | |
.\32 xl\:mr-28 { | |
margin-right: 1.75rem; | |
} | |
.\32 xl\:mr-32 { | |
margin-right: 2rem; | |
} | |
.\32 xl\:mr-36 { | |
margin-right: 2.25rem; | |
} | |
.\32 xl\:mr-40 { | |
margin-right: 2.5rem; | |
} | |
.\32 xl\:mr-48 { | |
margin-right: 3rem; | |
} | |
.\32 xl\:mr-56 { | |
margin-right: 3.5rem; | |
} | |
.\32 xl\:mr-64 { | |
margin-right: 4rem; | |
} | |
.\32 xl\:mr-72 { | |
margin-right: 4.5rem; | |
} | |
.\32 xl\:mr-80 { | |
margin-right: 5rem; | |
} | |
.\32 xl\:mr-96 { | |
margin-right: 6rem; | |
} | |
.\32 xl\:mr-112 { | |
margin-right: 7rem; | |
} | |
.\32 xl\:mr-128 { | |
margin-right: 8rem; | |
} | |
.\32 xl\:mr-144 { | |
margin-right: 9rem; | |
} | |
.\32 xl\:mr-160 { | |
margin-right: 10rem; | |
} | |
.\32 xl\:mr-192 { | |
margin-right: 12rem; | |
} | |
.\32 xl\:mr-224 { | |
margin-right: 14rem; | |
} | |
.\32 xl\:mr-256 { | |
margin-right: 16rem; | |
} | |
.\32 xl\:mb-revert { | |
margin-bottom: revert; | |
} | |
.\32 xl\:mb-auto { | |
margin-bottom: auto; | |
} | |
.\32 xl\:mb-1px { | |
margin-bottom: 1px; | |
} | |
.\32 xl\:mb-2px { | |
margin-bottom: 2px; | |
} | |
.\32 xl\:mb-3px { | |
margin-bottom: 3px; | |
} | |
.\32 xl\:mb-4px { | |
margin-bottom: 4px; | |
} | |
.\32 xl\:mb-5px { | |
margin-bottom: 5px; | |
} | |
.\32 xl\:mb-6px { | |
margin-bottom: 6px; | |
} | |
.\32 xl\:mb-7px { | |
margin-bottom: 7px; | |
} | |
.\32 xl\:mb-8px { | |
margin-bottom: 8px; | |
} | |
.\32 xl\:mb-9px { | |
margin-bottom: 9px; | |
} | |
.\32 xl\:mb-10px { | |
margin-bottom: 10px; | |
} | |
.\32 xl\:mb-12px { | |
margin-bottom: 12px; | |
} | |
.\32 xl\:mb-14px { | |
margin-bottom: 14px; | |
} | |
.\32 xl\:mb-16px { | |
margin-bottom: 16px; | |
} | |
.\32 xl\:mb-0 { | |
margin-bottom: 0; | |
} | |
.\32 xl\:mb-1 { | |
margin-bottom: 0.0625rem; | |
} | |
.\32 xl\:mb-2 { | |
margin-bottom: 0.125rem; | |
} | |
.\32 xl\:mb-3 { | |
margin-bottom: 0.1875rem; | |
} | |
.\32 xl\:mb-4 { | |
margin-bottom: 0.25rem; | |
} | |
.\32 xl\:mb-5 { | |
margin-bottom: 0.3125rem; | |
} | |
.\32 xl\:mb-6 { | |
margin-bottom: 0.375rem; | |
} | |
.\32 xl\:mb-7 { | |
margin-bottom: 0.4375rem; | |
} | |
.\32 xl\:mb-8 { | |
margin-bottom: 0.5rem; | |
} | |
.\32 xl\:mb-9 { | |
margin-bottom: 0.5625rem; | |
} | |
.\32 xl\:mb-10 { | |
margin-bottom: 0.625rem; | |
} | |
.\32 xl\:mb-12 { | |
margin-bottom: 0.75rem; | |
} | |
.\32 xl\:mb-14 { | |
margin-bottom: 0.875rem; | |
} | |
.\32 xl\:mb-16 { | |
margin-bottom: 1rem; | |
} | |
.\32 xl\:mb-18 { | |
margin-bottom: 1.125rem; | |
} | |
.\32 xl\:mb-20 { | |
margin-bottom: 1.25rem; | |
} | |
.\32 xl\:mb-24 { | |
margin-bottom: 1.5rem; | |
} | |
.\32 xl\:mb-28 { | |
margin-bottom: 1.75rem; | |
} | |
.\32 xl\:mb-32 { | |
margin-bottom: 2rem; | |
} | |
.\32 xl\:mb-36 { | |
margin-bottom: 2.25rem; | |
} | |
.\32 xl\:mb-40 { | |
margin-bottom: 2.5rem; | |
} | |
.\32 xl\:mb-48 { | |
margin-bottom: 3rem; | |
} | |
.\32 xl\:mb-56 { | |
margin-bottom: 3.5rem; | |
} | |
.\32 xl\:mb-64 { | |
margin-bottom: 4rem; | |
} | |
.\32 xl\:mb-72 { | |
margin-bottom: 4.5rem; | |
} | |
.\32 xl\:mb-80 { | |
margin-bottom: 5rem; | |
} | |
.\32 xl\:mb-96 { | |
margin-bottom: 6rem; | |
} | |
.\32 xl\:mb-112 { | |
margin-bottom: 7rem; | |
} | |
.\32 xl\:mb-128 { | |
margin-bottom: 8rem; | |
} | |
.\32 xl\:mb-144 { | |
margin-bottom: 9rem; | |
} | |
.\32 xl\:mb-160 { | |
margin-bottom: 10rem; | |
} | |
.\32 xl\:mb-192 { | |
margin-bottom: 12rem; | |
} | |
.\32 xl\:mb-224 { | |
margin-bottom: 14rem; | |
} | |
.\32 xl\:mb-256 { | |
margin-bottom: 16rem; | |
} | |
.\32 xl\:ml-revert { | |
margin-left: revert; | |
} | |
.\32 xl\:ml-auto { | |
margin-left: auto; | |
} | |
.\32 xl\:ml-1px { | |
margin-left: 1px; | |
} | |
.\32 xl\:ml-2px { | |
margin-left: 2px; | |
} | |
.\32 xl\:ml-3px { | |
margin-left: 3px; | |
} | |
.\32 xl\:ml-4px { | |
margin-left: 4px; | |
} | |
.\32 xl\:ml-5px { | |
margin-left: 5px; | |
} | |
.\32 xl\:ml-6px { | |
margin-left: 6px; | |
} | |
.\32 xl\:ml-7px { | |
margin-left: 7px; | |
} | |
.\32 xl\:ml-8px { | |
margin-left: 8px; | |
} | |
.\32 xl\:ml-9px { | |
margin-left: 9px; | |
} | |
.\32 xl\:ml-10px { | |
margin-left: 10px; | |
} | |
.\32 xl\:ml-12px { | |
margin-left: 12px; | |
} | |
.\32 xl\:ml-14px { | |
margin-left: 14px; | |
} | |
.\32 xl\:ml-16px { | |
margin-left: 16px; | |
} | |
.\32 xl\:ml-0 { | |
margin-left: 0; | |
} | |
.\32 xl\:ml-1 { | |
margin-left: 0.0625rem; | |
} | |
.\32 xl\:ml-2 { | |
margin-left: 0.125rem; | |
} | |
.\32 xl\:ml-3 { | |
margin-left: 0.1875rem; | |
} | |
.\32 xl\:ml-4 { | |
margin-left: 0.25rem; | |
} | |
.\32 xl\:ml-5 { | |
margin-left: 0.3125rem; | |
} | |
.\32 xl\:ml-6 { | |
margin-left: 0.375rem; | |
} | |
.\32 xl\:ml-7 { | |
margin-left: 0.4375rem; | |
} | |
.\32 xl\:ml-8 { | |
margin-left: 0.5rem; | |
} | |
.\32 xl\:ml-9 { | |
margin-left: 0.5625rem; | |
} | |
.\32 xl\:ml-10 { | |
margin-left: 0.625rem; | |
} | |
.\32 xl\:ml-12 { | |
margin-left: 0.75rem; | |
} | |
.\32 xl\:ml-14 { | |
margin-left: 0.875rem; | |
} | |
.\32 xl\:ml-16 { | |
margin-left: 1rem; | |
} | |
.\32 xl\:ml-18 { | |
margin-left: 1.125rem; | |
} | |
.\32 xl\:ml-20 { | |
margin-left: 1.25rem; | |
} | |
.\32 xl\:ml-24 { | |
margin-left: 1.5rem; | |
} | |
.\32 xl\:ml-28 { | |
margin-left: 1.75rem; | |
} | |
.\32 xl\:ml-32 { | |
margin-left: 2rem; | |
} | |
.\32 xl\:ml-36 { | |
margin-left: 2.25rem; | |
} | |
.\32 xl\:ml-40 { | |
margin-left: 2.5rem; | |
} | |
.\32 xl\:ml-48 { | |
margin-left: 3rem; | |
} | |
.\32 xl\:ml-56 { | |
margin-left: 3.5rem; | |
} | |
.\32 xl\:ml-64 { | |
margin-left: 4rem; | |
} | |
.\32 xl\:ml-72 { | |
margin-left: 4.5rem; | |
} | |
.\32 xl\:ml-80 { | |
margin-left: 5rem; | |
} | |
.\32 xl\:ml-96 { | |
margin-left: 6rem; | |
} | |
.\32 xl\:ml-112 { | |
margin-left: 7rem; | |
} | |
.\32 xl\:ml-128 { | |
margin-left: 8rem; | |
} | |
.\32 xl\:ml-144 { | |
margin-left: 9rem; | |
} | |
.\32 xl\:ml-160 { | |
margin-left: 10rem; | |
} | |
.\32 xl\:ml-192 { | |
margin-left: 12rem; | |
} | |
.\32 xl\:ml-224 { | |
margin-left: 14rem; | |
} | |
.\32 xl\:ml-256 { | |
margin-left: 16rem; | |
} | |
.\32 xl\:p-revert { | |
padding: revert; | |
} | |
.\32 xl\:p-auto { | |
padding: auto; | |
} | |
.\32 xl\:p-1px { | |
padding: 1px; | |
} | |
.\32 xl\:p-2px { | |
padding: 2px; | |
} | |
.\32 xl\:p-3px { | |
padding: 3px; | |
} | |
.\32 xl\:p-4px { | |
padding: 4px; | |
} | |
.\32 xl\:p-5px { | |
padding: 5px; | |
} | |
.\32 xl\:p-6px { | |
padding: 6px; | |
} | |
.\32 xl\:p-7px { | |
padding: 7px; | |
} | |
.\32 xl\:p-8px { | |
padding: 8px; | |
} | |
.\32 xl\:p-9px { | |
padding: 9px; | |
} | |
.\32 xl\:p-10px { | |
padding: 10px; | |
} | |
.\32 xl\:p-12px { | |
padding: 12px; | |
} | |
.\32 xl\:p-14px { | |
padding: 14px; | |
} | |
.\32 xl\:p-16px { | |
padding: 16px; | |
} | |
.\32 xl\:p-0 { | |
padding: 0; | |
} | |
.\32 xl\:p-1 { | |
padding: 0.0625rem; | |
} | |
.\32 xl\:p-2 { | |
padding: 0.125rem; | |
} | |
.\32 xl\:p-3 { | |
padding: 0.1875rem; | |
} | |
.\32 xl\:p-4 { | |
padding: 0.25rem; | |
} | |
.\32 xl\:p-5 { | |
padding: 0.3125rem; | |
} | |
.\32 xl\:p-6 { | |
padding: 0.375rem; | |
} | |
.\32 xl\:p-7 { | |
padding: 0.4375rem; | |
} | |
.\32 xl\:p-8 { | |
padding: 0.5rem; | |
} | |
.\32 xl\:p-9 { | |
padding: 0.5625rem; | |
} | |
.\32 xl\:p-10 { | |
padding: 0.625rem; | |
} | |
.\32 xl\:p-12 { | |
padding: 0.75rem; | |
} | |
.\32 xl\:p-14 { | |
padding: 0.875rem; | |
} | |
.\32 xl\:p-16 { | |
padding: 1rem; | |
} | |
.\32 xl\:p-18 { | |
padding: 1.125rem; | |
} | |
.\32 xl\:p-20 { | |
padding: 1.25rem; | |
} | |
.\32 xl\:p-24 { | |
padding: 1.5rem; | |
} | |
.\32 xl\:p-28 { | |
padding: 1.75rem; | |
} | |
.\32 xl\:p-32 { | |
padding: 2rem; | |
} | |
.\32 xl\:p-36 { | |
padding: 2.25rem; | |
} | |
.\32 xl\:p-40 { | |
padding: 2.5rem; | |
} | |
.\32 xl\:p-48 { | |
padding: 3rem; | |
} | |
.\32 xl\:p-56 { | |
padding: 3.5rem; | |
} | |
.\32 xl\:p-64 { | |
padding: 4rem; | |
} | |
.\32 xl\:p-72 { | |
padding: 4.5rem; | |
} | |
.\32 xl\:p-80 { | |
padding: 5rem; | |
} | |
.\32 xl\:p-96 { | |
padding: 6rem; | |
} | |
.\32 xl\:p-112 { | |
padding: 7rem; | |
} | |
.\32 xl\:p-128 { | |
padding: 8rem; | |
} | |
.\32 xl\:p-144 { | |
padding: 9rem; | |
} | |
.\32 xl\:p-160 { | |
padding: 10rem; | |
} | |
.\32 xl\:p-192 { | |
padding: 12rem; | |
} | |
.\32 xl\:p-224 { | |
padding: 14rem; | |
} | |
.\32 xl\:p-256 { | |
padding: 16rem; | |
} | |
.\32 xl\:px-revert { | |
padding-left: revert; | |
padding-right: revert; | |
} | |
.\32 xl\:px-auto { | |
padding-left: auto; | |
padding-right: auto; | |
} | |
.\32 xl\:px-1px { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.\32 xl\:px-2px { | |
padding-left: 2px; | |
padding-right: 2px; | |
} | |
.\32 xl\:px-3px { | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.\32 xl\:px-4px { | |
padding-left: 4px; | |
padding-right: 4px; | |
} | |
.\32 xl\:px-5px { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.\32 xl\:px-6px { | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.\32 xl\:px-7px { | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.\32 xl\:px-8px { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.\32 xl\:px-9px { | |
padding-left: 9px; | |
padding-right: 9px; | |
} | |
.\32 xl\:px-10px { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
.\32 xl\:px-12px { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.\32 xl\:px-14px { | |
padding-left: 14px; | |
padding-right: 14px; | |
} | |
.\32 xl\:px-16px { | |
padding-left: 16px; | |
padding-right: 16px; | |
} | |
.\32 xl\:px-0 { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.\32 xl\:px-1 { | |
padding-left: 0.0625rem; | |
padding-right: 0.0625rem; | |
} | |
.\32 xl\:px-2 { | |
padding-left: 0.125rem; | |
padding-right: 0.125rem; | |
} | |
.\32 xl\:px-3 { | |
padding-left: 0.1875rem; | |
padding-right: 0.1875rem; | |
} | |
.\32 xl\:px-4 { | |
padding-left: 0.25rem; | |
padding-right: 0.25rem; | |
} | |
.\32 xl\:px-5 { | |
padding-left: 0.3125rem; | |
padding-right: 0.3125rem; | |
} | |
.\32 xl\:px-6 { | |
padding-left: 0.375rem; | |
padding-right: 0.375rem; | |
} | |
.\32 xl\:px-7 { | |
padding-left: 0.4375rem; | |
padding-right: 0.4375rem; | |
} | |
.\32 xl\:px-8 { | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
} | |
.\32 xl\:px-9 { | |
padding-left: 0.5625rem; | |
padding-right: 0.5625rem; | |
} | |
.\32 xl\:px-10 { | |
padding-left: 0.625rem; | |
padding-right: 0.625rem; | |
} | |
.\32 xl\:px-12 { | |
padding-left: 0.75rem; | |
padding-right: 0.75rem; | |
} | |
.\32 xl\:px-14 { | |
padding-left: 0.875rem; | |
padding-right: 0.875rem; | |
} | |
.\32 xl\:px-16 { | |
padding-left: 1rem; | |
padding-right: 1rem; | |
} | |
.\32 xl\:px-18 { | |
padding-left: 1.125rem; | |
padding-right: 1.125rem; | |
} | |
.\32 xl\:px-20 { | |
padding-left: 1.25rem; | |
padding-right: 1.25rem; | |
} | |
.\32 xl\:px-24 { | |
padding-left: 1.5rem; | |
padding-right: 1.5rem; | |
} | |
.\32 xl\:px-28 { | |
padding-left: 1.75rem; | |
padding-right: 1.75rem; | |
} | |
.\32 xl\:px-32 { | |
padding-left: 2rem; | |
padding-right: 2rem; | |
} | |
.\32 xl\:px-36 { | |
padding-left: 2.25rem; | |
padding-right: 2.25rem; | |
} | |
.\32 xl\:px-40 { | |
padding-left: 2.5rem; | |
padding-right: 2.5rem; | |
} | |
.\32 xl\:px-48 { | |
padding-left: 3rem; | |
padding-right: 3rem; | |
} | |
.\32 xl\:px-56 { | |
padding-left: 3.5rem; | |
padding-right: 3.5rem; | |
} | |
.\32 xl\:px-64 { | |
padding-left: 4rem; | |
padding-right: 4rem; | |
} | |
.\32 xl\:px-72 { | |
padding-left: 4.5rem; | |
padding-right: 4.5rem; | |
} | |
.\32 xl\:px-80 { | |
padding-left: 5rem; | |
padding-right: 5rem; | |
} | |
.\32 xl\:px-96 { | |
padding-left: 6rem; | |
padding-right: 6rem; | |
} | |
.\32 xl\:px-112 { | |
padding-left: 7rem; | |
padding-right: 7rem; | |
} | |
.\32 xl\:px-128 { | |
padding-left: 8rem; | |
padding-right: 8rem; | |
} | |
.\32 xl\:px-144 { | |
padding-left: 9rem; | |
padding-right: 9rem; | |
} | |
.\32 xl\:px-160 { | |
padding-left: 10rem; | |
padding-right: 10rem; | |
} | |
.\32 xl\:px-192 { | |
padding-left: 12rem; | |
padding-right: 12rem; | |
} | |
.\32 xl\:px-224 { | |
padding-left: 14rem; | |
padding-right: 14rem; | |
} | |
.\32 xl\:px-256 { | |
padding-left: 16rem; | |
padding-right: 16rem; | |
} | |
.\32 xl\:py-revert { | |
padding-top: revert; | |
padding-bottom: revert; | |
} | |
.\32 xl\:py-auto { | |
padding-top: auto; | |
padding-bottom: auto; | |
} | |
.\32 xl\:py-1px { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.\32 xl\:py-2px { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.\32 xl\:py-3px { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
} | |
.\32 xl\:py-4px { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
} | |
.\32 xl\:py-5px { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.\32 xl\:py-6px { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
.\32 xl\:py-7px { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
} | |
.\32 xl\:py-8px { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
.\32 xl\:py-9px { | |
padding-top: 9px; | |
padding-bottom: 9px; | |
} | |
.\32 xl\:py-10px { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
.\32 xl\:py-12px { | |
padding-top: 12px; | |
padding-bottom: 12px; | |
} | |
.\32 xl\:py-14px { | |
padding-top: 14px; | |
padding-bottom: 14px; | |
} | |
.\32 xl\:py-16px { | |
padding-top: 16px; | |
padding-bottom: 16px; | |
} | |
.\32 xl\:py-0 { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
.\32 xl\:py-1 { | |
padding-top: 0.0625rem; | |
padding-bottom: 0.0625rem; | |
} | |
.\32 xl\:py-2 { | |
padding-top: 0.125rem; | |
padding-bottom: 0.125rem; | |
} | |
.\32 xl\:py-3 { | |
padding-top: 0.1875rem; | |
padding-bottom: 0.1875rem; | |
} | |
.\32 xl\:py-4 { | |
padding-top: 0.25rem; | |
padding-bottom: 0.25rem; | |
} | |
.\32 xl\:py-5 { | |
padding-top: 0.3125rem; | |
padding-bottom: 0.3125rem; | |
} | |
.\32 xl\:py-6 { | |
padding-top: 0.375rem; | |
padding-bottom: 0.375rem; | |
} | |
.\32 xl\:py-7 { | |
padding-top: 0.4375rem; | |
padding-bottom: 0.4375rem; | |
} | |
.\32 xl\:py-8 { | |
padding-top: 0.5rem; | |
padding-bottom: 0.5rem; | |
} | |
.\32 xl\:py-9 { | |
padding-top: 0.5625rem; | |
padding-bottom: 0.5625rem; | |
} | |
.\32 xl\:py-10 { | |
padding-top: 0.625rem; | |
padding-bottom: 0.625rem; | |
} | |
.\32 xl\:py-12 { | |
padding-top: 0.75rem; | |
padding-bottom: 0.75rem; | |
} | |
.\32 xl\:py-14 { | |
padding-top: 0.875rem; | |
padding-bottom: 0.875rem; | |
} | |
.\32 xl\:py-16 { | |
padding-top: 1rem; | |
padding-bottom: 1rem; | |
} | |
.\32 xl\:py-18 { | |
padding-top: 1.125rem; | |
padding-bottom: 1.125rem; | |
} | |
.\32 xl\:py-20 { | |
padding-top: 1.25rem; | |
padding-bottom: 1.25rem; | |
} | |
.\32 xl\:py-24 { | |
padding-top: 1.5rem; | |
padding-bottom: 1.5rem; | |
} | |
.\32 xl\:py-28 { | |
padding-top: 1.75rem; | |
padding-bottom: 1.75rem; | |
} | |
.\32 xl\:py-32 { | |
padding-top: 2rem; | |
padding-bottom: 2rem; | |
} | |
.\32 xl\:py-36 { | |
padding-top: 2.25rem; | |
padding-bottom: 2.25rem; | |
} | |
.\32 xl\:py-40 { | |
padding-top: 2.5rem; | |
padding-bottom: 2.5rem; | |
} | |
.\32 xl\:py-48 { | |
padding-top: 3rem; | |
padding-bottom: 3rem; | |
} | |
.\32 xl\:py-56 { | |
padding-top: 3.5rem; | |
padding-bottom: 3.5rem; | |
} | |
.\32 xl\:py-64 { | |
padding-top: 4rem; | |
padding-bottom: 4rem; | |
} | |
.\32 xl\:py-72 { | |
padding-top: 4.5rem; | |
padding-bottom: 4.5rem; | |
} | |
.\32 xl\:py-80 { | |
padding-top: 5rem; | |
padding-bottom: 5rem; | |
} | |
.\32 xl\:py-96 { | |
padding-top: 6rem; | |
padding-bottom: 6rem; | |
} | |
.\32 xl\:py-112 { | |
padding-top: 7rem; | |
padding-bottom: 7rem; | |
} | |
.\32 xl\:py-128 { | |
padding-top: 8rem; | |
padding-bottom: 8rem; | |
} | |
.\32 xl\:py-144 { | |
padding-top: 9rem; | |
padding-bottom: 9rem; | |
} | |
.\32 xl\:py-160 { | |
padding-top: 10rem; | |
padding-bottom: 10rem; | |
} | |
.\32 xl\:py-192 { | |
padding-top: 12rem; | |
padding-bottom: 12rem; | |
} | |
.\32 xl\:py-224 { | |
padding-top: 14rem; | |
padding-bottom: 14rem; | |
} | |
.\32 xl\:py-256 { | |
padding-top: 16rem; | |
padding-bottom: 16rem; | |
} | |
.\32 xl\:pt-revert { | |
padding-top: revert; | |
} | |
.\32 xl\:pt-auto { | |
padding-top: auto; | |
} | |
.\32 xl\:pt-1px { | |
padding-top: 1px; | |
} | |
.\32 xl\:pt-2px { | |
padding-top: 2px; | |
} | |
.\32 xl\:pt-3px { | |
padding-top: 3px; | |
} | |
.\32 xl\:pt-4px { | |
padding-top: 4px; | |
} | |
.\32 xl\:pt-5px { | |
padding-top: 5px; | |
} | |
.\32 xl\:pt-6px { | |
padding-top: 6px; | |
} | |
.\32 xl\:pt-7px { | |
padding-top: 7px; | |
} | |
.\32 xl\:pt-8px { | |
padding-top: 8px; | |
} | |
.\32 xl\:pt-9px { | |
padding-top: 9px; | |
} | |
.\32 xl\:pt-10px { | |
padding-top: 10px; | |
} | |
.\32 xl\:pt-12px { | |
padding-top: 12px; | |
} | |
.\32 xl\:pt-14px { | |
padding-top: 14px; | |
} | |
.\32 xl\:pt-16px { | |
padding-top: 16px; | |
} | |
.\32 xl\:pt-0 { | |
padding-top: 0; | |
} | |
.\32 xl\:pt-1 { | |
padding-top: 0.0625rem; | |
} | |
.\32 xl\:pt-2 { | |
padding-top: 0.125rem; | |
} | |
.\32 xl\:pt-3 { | |
padding-top: 0.1875rem; | |
} | |
.\32 xl\:pt-4 { | |
padding-top: 0.25rem; | |
} | |
.\32 xl\:pt-5 { | |
padding-top: 0.3125rem; | |
} | |
.\32 xl\:pt-6 { | |
padding-top: 0.375rem; | |
} | |
.\32 xl\:pt-7 { | |
padding-top: 0.4375rem; | |
} | |
.\32 xl\:pt-8 { | |
padding-top: 0.5rem; | |
} | |
.\32 xl\:pt-9 { | |
padding-top: 0.5625rem; | |
} | |
.\32 xl\:pt-10 { | |
padding-top: 0.625rem; | |
} | |
.\32 xl\:pt-12 { | |
padding-top: 0.75rem; | |
} | |
.\32 xl\:pt-14 { | |
padding-top: 0.875rem; | |
} | |
.\32 xl\:pt-16 { | |
padding-top: 1rem; | |
} | |
.\32 xl\:pt-18 { | |
padding-top: 1.125rem; | |
} | |
.\32 xl\:pt-20 { | |
padding-top: 1.25rem; | |
} | |
.\32 xl\:pt-24 { | |
padding-top: 1.5rem; | |
} | |
.\32 xl\:pt-28 { | |
padding-top: 1.75rem; | |
} | |
.\32 xl\:pt-32 { | |
padding-top: 2rem; | |
} | |
.\32 xl\:pt-36 { | |
padding-top: 2.25rem; | |
} | |
.\32 xl\:pt-40 { | |
padding-top: 2.5rem; | |
} | |
.\32 xl\:pt-48 { | |
padding-top: 3rem; | |
} | |
.\32 xl\:pt-56 { | |
padding-top: 3.5rem; | |
} | |
.\32 xl\:pt-64 { | |
padding-top: 4rem; | |
} | |
.\32 xl\:pt-72 { | |
padding-top: 4.5rem; | |
} | |
.\32 xl\:pt-80 { | |
padding-top: 5rem; | |
} | |
.\32 xl\:pt-96 { | |
padding-top: 6rem; | |
} | |
.\32 xl\:pt-112 { | |
padding-top: 7rem; | |
} | |
.\32 xl\:pt-128 { | |
padding-top: 8rem; | |
} | |
.\32 xl\:pt-144 { | |
padding-top: 9rem; | |
} | |
.\32 xl\:pt-160 { | |
padding-top: 10rem; | |
} | |
.\32 xl\:pt-192 { | |
padding-top: 12rem; | |
} | |
.\32 xl\:pt-224 { | |
padding-top: 14rem; | |
} | |
.\32 xl\:pt-256 { | |
padding-top: 16rem; | |
} | |
.\32 xl\:pr-revert { | |
padding-right: revert; | |
} | |
.\32 xl\:pr-auto { | |
padding-right: auto; | |
} | |
.\32 xl\:pr-1px { | |
padding-right: 1px; | |
} | |
.\32 xl\:pr-2px { | |
padding-right: 2px; | |
} | |
.\32 xl\:pr-3px { | |
padding-right: 3px; | |
} | |
.\32 xl\:pr-4px { | |
padding-right: 4px; | |
} | |
.\32 xl\:pr-5px { | |
padding-right: 5px; | |
} | |
.\32 xl\:pr-6px { | |
padding-right: 6px; | |
} | |
.\32 xl\:pr-7px { | |
padding-right: 7px; | |
} | |
.\32 xl\:pr-8px { | |
padding-right: 8px; | |
} | |
.\32 xl\:pr-9px { | |
padding-right: 9px; | |
} | |
.\32 xl\:pr-10px { | |
padding-right: 10px; | |
} | |
.\32 xl\:pr-12px { | |
padding-right: 12px; | |
} | |
.\32 xl\:pr-14px { | |
padding-right: 14px; | |
} | |
.\32 xl\:pr-16px { | |
padding-right: 16px; | |
} | |
.\32 xl\:pr-0 { | |
padding-right: 0; | |
} | |
.\32 xl\:pr-1 { | |
padding-right: 0.0625rem; | |
} | |
.\32 xl\:pr-2 { | |
padding-right: 0.125rem; | |
} | |
.\32 xl\:pr-3 { | |
padding-right: 0.1875rem; | |
} | |
.\32 xl\:pr-4 { | |
padding-right: 0.25rem; | |
} | |
.\32 xl\:pr-5 { | |
padding-right: 0.3125rem; | |
} | |
.\32 xl\:pr-6 { | |
padding-right: 0.375rem; | |
} | |
.\32 xl\:pr-7 { | |
padding-right: 0.4375rem; | |
} | |
.\32 xl\:pr-8 { | |
padding-right: 0.5rem; | |
} | |
.\32 xl\:pr-9 { | |
padding-right: 0.5625rem; | |
} | |
.\32 xl\:pr-10 { | |
padding-right: 0.625rem; | |
} | |
.\32 xl\:pr-12 { | |
padding-right: 0.75rem; | |
} | |
.\32 xl\:pr-14 { | |
padding-right: 0.875rem; | |
} | |
.\32 xl\:pr-16 { | |
padding-right: 1rem; | |
} | |
.\32 xl\:pr-18 { | |
padding-right: 1.125rem; | |
} | |
.\32 xl\:pr-20 { | |
padding-right: 1.25rem; | |
} | |
.\32 xl\:pr-24 { | |
padding-right: 1.5rem; | |
} | |
.\32 xl\:pr-28 { | |
padding-right: 1.75rem; | |
} | |
.\32 xl\:pr-32 { | |
padding-right: 2rem; | |
} | |
.\32 xl\:pr-36 { | |
padding-right: 2.25rem; | |
} | |
.\32 xl\:pr-40 { | |
padding-right: 2.5rem; | |
} | |
.\32 xl\:pr-48 { | |
padding-right: 3rem; | |
} | |
.\32 xl\:pr-56 { | |
padding-right: 3.5rem; | |
} | |
.\32 xl\:pr-64 { | |
padding-right: 4rem; | |
} | |
.\32 xl\:pr-72 { | |
padding-right: 4.5rem; | |
} | |
.\32 xl\:pr-80 { | |
padding-right: 5rem; | |
} | |
.\32 xl\:pr-96 { | |
padding-right: 6rem; | |
} | |
.\32 xl\:pr-112 { | |
padding-right: 7rem; | |
} | |
.\32 xl\:pr-128 { | |
padding-right: 8rem; | |
} | |
.\32 xl\:pr-144 { | |
padding-right: 9rem; | |
} | |
.\32 xl\:pr-160 { | |
padding-right: 10rem; | |
} | |
.\32 xl\:pr-192 { | |
padding-right: 12rem; | |
} | |
.\32 xl\:pr-224 { | |
padding-right: 14rem; | |
} | |
.\32 xl\:pr-256 { | |
padding-right: 16rem; | |
} | |
.\32 xl\:pb-revert { | |
padding-bottom: revert; | |
} | |
.\32 xl\:pb-auto { | |
padding-bottom: auto; | |
} | |
.\32 xl\:pb-1px { | |
padding-bottom: 1px; | |
} | |
.\32 xl\:pb-2px { | |
padding-bottom: 2px; | |
} | |
.\32 xl\:pb-3px { | |
padding-bottom: 3px; | |
} | |
.\32 xl\:pb-4px { | |
padding-bottom: 4px; | |
} | |
.\32 xl\:pb-5px { | |
padding-bottom: 5px; | |
} | |
.\32 xl\:pb-6px { | |
padding-bottom: 6px; | |
} | |
.\32 xl\:pb-7px { | |
padding-bottom: 7px; | |
} | |
.\32 xl\:pb-8px { | |
padding-bottom: 8px; | |
} | |
.\32 xl\:pb-9px { | |
padding-bottom: 9px; | |
} | |
.\32 xl\:pb-10px { | |
padding-bottom: 10px; | |
} | |
.\32 xl\:pb-12px { | |
padding-bottom: 12px; | |
} | |
.\32 xl\:pb-14px { | |
padding-bottom: 14px; | |
} | |
.\32 xl\:pb-16px { | |
padding-bottom: 16px; | |
} | |
.\32 xl\:pb-0 { | |
padding-bottom: 0; | |
} | |
.\32 xl\:pb-1 { | |
padding-bottom: 0.0625rem; | |
} | |
.\32 xl\:pb-2 { | |
padding-bottom: 0.125rem; | |
} | |
.\32 xl\:pb-3 { | |
padding-bottom: 0.1875rem; | |
} | |
.\32 xl\:pb-4 { | |
padding-bottom: 0.25rem; | |
} | |
.\32 xl\:pb-5 { | |
padding-bottom: 0.3125rem; | |
} | |
.\32 xl\:pb-6 { | |
padding-bottom: 0.375rem; | |
} | |
.\32 xl\:pb-7 { | |
padding-bottom: 0.4375rem; | |
} | |
.\32 xl\:pb-8 { | |
padding-bottom: 0.5rem; | |
} | |
.\32 xl\:pb-9 { | |
padding-bottom: 0.5625rem; | |
} | |
.\32 xl\:pb-10 { | |
padding-bottom: 0.625rem; | |
} | |
.\32 xl\:pb-12 { | |
padding-bottom: 0.75rem; | |
} | |
.\32 xl\:pb-14 { | |
padding-bottom: 0.875rem; | |
} | |
.\32 xl\:pb-16 { | |
padding-bottom: 1rem; | |
} | |
.\32 xl\:pb-18 { | |
padding-bottom: 1.125rem; | |
} | |
.\32 xl\:pb-20 { | |
padding-bottom: 1.25rem; | |
} | |
.\32 xl\:pb-24 { | |
padding-bottom: 1.5rem; | |
} | |
.\32 xl\:pb-28 { | |
padding-bottom: 1.75rem; | |
} | |
.\32 xl\:pb-32 { | |
padding-bottom: 2rem; | |
} | |
.\32 xl\:pb-36 { | |
padding-bottom: 2.25rem; | |
} | |
.\32 xl\:pb-40 { | |
padding-bottom: 2.5rem; | |
} | |
.\32 xl\:pb-48 { | |
padding-bottom: 3rem; | |
} | |
.\32 xl\:pb-56 { | |
padding-bottom: 3.5rem; | |
} | |
.\32 xl\:pb-64 { | |
padding-bottom: 4rem; | |
} | |
.\32 xl\:pb-72 { | |
padding-bottom: 4.5rem; | |
} | |
.\32 xl\:pb-80 { | |
padding-bottom: 5rem; | |
} | |
.\32 xl\:pb-96 { | |
padding-bottom: 6rem; | |
} | |
.\32 xl\:pb-112 { | |
padding-bottom: 7rem; | |
} | |
.\32 xl\:pb-128 { | |
padding-bottom: 8rem; | |
} | |
.\32 xl\:pb-144 { | |
padding-bottom: 9rem; | |
} | |
.\32 xl\:pb-160 { | |
padding-bottom: 10rem; | |
} | |
.\32 xl\:pb-192 { | |
padding-bottom: 12rem; | |
} | |
.\32 xl\:pb-224 { | |
padding-bottom: 14rem; | |
} | |
.\32 xl\:pb-256 { | |
padding-bottom: 16rem; | |
} | |
.\32 xl\:pl-revert { | |
padding-left: revert; | |
} | |
.\32 xl\:pl-auto { | |
padding-left: auto; | |
} | |
.\32 xl\:pl-1px { | |
padding-left: 1px; | |
} | |
.\32 xl\:pl-2px { | |
padding-left: 2px; | |
} | |
.\32 xl\:pl-3px { | |
padding-left: 3px; | |
} | |
.\32 xl\:pl-4px { | |
padding-left: 4px; | |
} | |
.\32 xl\:pl-5px { | |
padding-left: 5px; | |
} | |
.\32 xl\:pl-6px { | |
padding-left: 6px; | |
} | |
.\32 xl\:pl-7px { | |
padding-left: 7px; | |
} | |
.\32 xl\:pl-8px { | |
padding-left: 8px; | |
} | |
.\32 xl\:pl-9px { | |
padding-left: 9px; | |
} | |
.\32 xl\:pl-10px { | |
padding-left: 10px; | |
} | |
.\32 xl\:pl-12px { | |
padding-left: 12px; | |
} | |
.\32 xl\:pl-14px { | |
padding-left: 14px; | |
} | |
.\32 xl\:pl-16px { | |
padding-left: 16px; | |
} | |
.\32 xl\:pl-0 { | |
padding-left: 0; | |
} | |
.\32 xl\:pl-1 { | |
padding-left: 0.0625rem; | |
} | |
.\32 xl\:pl-2 { | |
padding-left: 0.125rem; | |
} | |
.\32 xl\:pl-3 { | |
padding-left: 0.1875rem; | |
} | |
.\32 xl\:pl-4 { | |
padding-left: 0.25rem; | |
} | |
.\32 xl\:pl-5 { | |
padding-left: 0.3125rem; | |
} | |
.\32 xl\:pl-6 { | |
padding-left: 0.375rem; | |
} | |
.\32 xl\:pl-7 { | |
padding-left: 0.4375rem; | |
} | |
.\32 xl\:pl-8 { | |
padding-left: 0.5rem; | |
} | |
.\32 xl\:pl-9 { | |
padding-left: 0.5625rem; | |
} | |
.\32 xl\:pl-10 { | |
padding-left: 0.625rem; | |
} | |
.\32 xl\:pl-12 { | |
padding-left: 0.75rem; | |
} | |
.\32 xl\:pl-14 { | |
padding-left: 0.875rem; | |
} | |
.\32 xl\:pl-16 { | |
padding-left: 1rem; | |
} | |
.\32 xl\:pl-18 { | |
padding-left: 1.125rem; | |
} | |
.\32 xl\:pl-20 { | |
padding-left: 1.25rem; | |
} | |
.\32 xl\:pl-24 { | |
padding-left: 1.5rem; | |
} | |
.\32 xl\:pl-28 { | |
padding-left: 1.75rem; | |
} | |
.\32 xl\:pl-32 { | |
padding-left: 2rem; | |
} | |
.\32 xl\:pl-36 { | |
padding-left: 2.25rem; | |
} | |
.\32 xl\:pl-40 { | |
padding-left: 2.5rem; | |
} | |
.\32 xl\:pl-48 { | |
padding-left: 3rem; | |
} | |
.\32 xl\:pl-56 { | |
padding-left: 3.5rem; | |
} | |
.\32 xl\:pl-64 { | |
padding-left: 4rem; | |
} | |
.\32 xl\:pl-72 { | |
padding-left: 4.5rem; | |
} | |
.\32 xl\:pl-80 { | |
padding-left: 5rem; | |
} | |
.\32 xl\:pl-96 { | |
padding-left: 6rem; | |
} | |
.\32 xl\:pl-112 { | |
padding-left: 7rem; | |
} | |
.\32 xl\:pl-128 { | |
padding-left: 8rem; | |
} | |
.\32 xl\:pl-144 { | |
padding-left: 9rem; | |
} | |
.\32 xl\:pl-160 { | |
padding-left: 10rem; | |
} | |
.\32 xl\:pl-192 { | |
padding-left: 12rem; | |
} | |
.\32 xl\:pl-224 { | |
padding-left: 14rem; | |
} | |
.\32 xl\:pl-256 { | |
padding-left: 16rem; | |
} | |
.\32 xl\:revert { | |
position: revert; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.\32 xl\:static { | |
position: static; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.\32 xl\:absolute { | |
position: absolute; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.\32 xl\:fixed { | |
position: fixed; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.\32 xl\:relative { | |
position: relative; | |
z-index: revert; | |
pointer-events: revert; | |
} | |
.\32 xl\:sticky { | |
position: sticky; | |
z-index: 10; | |
pointer-events: none; | |
} | |
.\32 xl\:inset-revert { | |
inset: revert; | |
} | |
.\32 xl\:inset { | |
inset: 0; | |
} | |
.\32 xl\:inset-tr { | |
inset: 0; | |
bottom: revert; | |
left: revert; | |
} | |
.\32 xl\:inset-br { | |
inset: 0; | |
top: revert; | |
left: revert; | |
} | |
.\32 xl\:inset-bl { | |
inset: 0; | |
top: revert; | |
right: revert; | |
} | |
.\32 xl\:inset-tl { | |
inset: 0; | |
right: revert; | |
bottom: revert; | |
} | |
.\32 xl\:inset-t { | |
inset: 0; | |
bottom: revert; | |
} | |
.\32 xl\:inset-r { | |
inset: 0; | |
left: revert; | |
} | |
.\32 xl\:inset-b { | |
inset: 0; | |
top: revert; | |
} | |
.\32 xl\:inset-l { | |
inset: 0; | |
right: revert; | |
} | |
.\32 xl\:row { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
.\32 xl\:col { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
.\32 xl\:justify-revert { | |
justify-content: revert; | |
} | |
.\32 xl\:justify-stretch { | |
justify-content: stretch; | |
} | |
.\32 xl\:justify-start { | |
justify-content: flex-start; | |
} | |
.\32 xl\:justify-center { | |
justify-content: center; | |
} | |
.\32 xl\:justify-end { | |
justify-content: flex-end; | |
} | |
.\32 xl\:align-revert { | |
align-items: revert; | |
} | |
.\32 xl\:align-stretch { | |
align-items: stretch; | |
} | |
.\32 xl\:align-start { | |
align-items: flex-start; | |
} | |
.\32 xl\:align-center { | |
align-items: center; | |
} | |
.\32 xl\:align-end { | |
align-items: flex-end; | |
} | |
.\32 xl\:justify-self-revert { | |
justify-self: revert; | |
} | |
.\32 xl\:justify-self-stretch { | |
justify-self: stretch; | |
} | |
.\32 xl\:justify-self-start { | |
justify-self: flex-start; | |
} | |
.\32 xl\:justify-self-center { | |
justify-self: center; | |
} | |
.\32 xl\:justify-self-end { | |
justify-self: flex-end; | |
} | |
.\32 xl\:align-self-revert { | |
align-self: revert; | |
} | |
.\32 xl\:align-self-stretch { | |
align-self: stretch; | |
} | |
.\32 xl\:align-self-start { | |
align-self: flex-start; | |
} | |
.\32 xl\:align-self-center { | |
align-self: center; | |
} | |
.\32 xl\:align-self-end { | |
align-self: flex-end; | |
} | |
.\32 xl\:gap-revert { | |
gap: revert; | |
} | |
.\32 xl\:gap-auto { | |
gap: auto; | |
} | |
.\32 xl\:gap-1px { | |
gap: 1px; | |
} | |
.\32 xl\:gap-2px { | |
gap: 2px; | |
} | |
.\32 xl\:gap-3px { | |
gap: 3px; | |
} | |
.\32 xl\:gap-4px { | |
gap: 4px; | |
} | |
.\32 xl\:gap-5px { | |
gap: 5px; | |
} | |
.\32 xl\:gap-6px { | |
gap: 6px; | |
} | |
.\32 xl\:gap-7px { | |
gap: 7px; | |
} | |
.\32 xl\:gap-8px { | |
gap: 8px; | |
} | |
.\32 xl\:gap-9px { | |
gap: 9px; | |
} | |
.\32 xl\:gap-10px { | |
gap: 10px; | |
} | |
.\32 xl\:gap-12px { | |
gap: 12px; | |
} | |
.\32 xl\:gap-14px { | |
gap: 14px; | |
} | |
.\32 xl\:gap-16px { | |
gap: 16px; | |
} | |
.\32 xl\:gap-0 { | |
gap: 0; | |
} | |
.\32 xl\:gap-1 { | |
gap: 0.0625rem; | |
} | |
.\32 xl\:gap-2 { | |
gap: 0.125rem; | |
} | |
.\32 xl\:gap-3 { | |
gap: 0.1875rem; | |
} | |
.\32 xl\:gap-4 { | |
gap: 0.25rem; | |
} | |
.\32 xl\:gap-5 { | |
gap: 0.3125rem; | |
} | |
.\32 xl\:gap-6 { | |
gap: 0.375rem; | |
} | |
.\32 xl\:gap-7 { | |
gap: 0.4375rem; | |
} | |
.\32 xl\:gap-8 { | |
gap: 0.5rem; | |
} | |
.\32 xl\:gap-9 { | |
gap: 0.5625rem; | |
} | |
.\32 xl\:gap-10 { | |
gap: 0.625rem; | |
} | |
.\32 xl\:gap-12 { | |
gap: 0.75rem; | |
} | |
.\32 xl\:gap-14 { | |
gap: 0.875rem; | |
} | |
.\32 xl\:gap-16 { | |
gap: 1rem; | |
} | |
.\32 xl\:gap-18 { | |
gap: 1.125rem; | |
} | |
.\32 xl\:gap-20 { | |
gap: 1.25rem; | |
} | |
.\32 xl\:gap-24 { | |
gap: 1.5rem; | |
} | |
.\32 xl\:gap-28 { | |
gap: 1.75rem; | |
} | |
.\32 xl\:gap-32 { | |
gap: 2rem; | |
} | |
.\32 xl\:gap-36 { | |
gap: 2.25rem; | |
} | |
.\32 xl\:gap-40 { | |
gap: 2.5rem; | |
} | |
.\32 xl\:gap-48 { | |
gap: 3rem; | |
} | |
.\32 xl\:gap-56 { | |
gap: 3.5rem; | |
} | |
.\32 xl\:gap-64 { | |
gap: 4rem; | |
} | |
.\32 xl\:gap-72 { | |
gap: 4.5rem; | |
} | |
.\32 xl\:gap-80 { | |
gap: 5rem; | |
} | |
.\32 xl\:gap-96 { | |
gap: 6rem; | |
} | |
.\32 xl\:gap-112 { | |
gap: 7rem; | |
} | |
.\32 xl\:gap-128 { | |
gap: 8rem; | |
} | |
.\32 xl\:gap-144 { | |
gap: 9rem; | |
} | |
.\32 xl\:gap-160 { | |
gap: 10rem; | |
} | |
.\32 xl\:gap-192 { | |
gap: 12rem; | |
} | |
.\32 xl\:gap-224 { | |
gap: 14rem; | |
} | |
.\32 xl\:gap-256 { | |
gap: 16rem; | |
} | |
.\32 xl\:grow { | |
flex-grow: 1; | |
} | |
.\32 xl\:aspect { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
.\32 xl\:aspect-w-revert { | |
--aspect-w: revert; | |
} | |
.\32 xl\:aspect-w-0 { | |
--aspect-w: 0; | |
} | |
.\32 xl\:aspect-w-1 { | |
--aspect-w: 1; | |
} | |
.\32 xl\:aspect-w-2 { | |
--aspect-w: 2; | |
} | |
.\32 xl\:aspect-w-3 { | |
--aspect-w: 3; | |
} | |
.\32 xl\:aspect-w-4 { | |
--aspect-w: 4; | |
} | |
.\32 xl\:aspect-w-5 { | |
--aspect-w: 5; | |
} | |
.\32 xl\:aspect-w-6 { | |
--aspect-w: 6; | |
} | |
.\32 xl\:aspect-w-7 { | |
--aspect-w: 7; | |
} | |
.\32 xl\:aspect-w-8 { | |
--aspect-w: 8; | |
} | |
.\32 xl\:aspect-w-9 { | |
--aspect-w: 9; | |
} | |
.\32 xl\:aspect-w-10 { | |
--aspect-w: 10; | |
} | |
.\32 xl\:aspect-w-11 { | |
--aspect-w: 11; | |
} | |
.\32 xl\:aspect-w-12 { | |
--aspect-w: 12; | |
} | |
.\32 xl\:aspect-w-13 { | |
--aspect-w: 13; | |
} | |
.\32 xl\:aspect-w-14 { | |
--aspect-w: 14; | |
} | |
.\32 xl\:aspect-w-15 { | |
--aspect-w: 15; | |
} | |
.\32 xl\:aspect-w-16 { | |
--aspect-w: 16; | |
} | |
.\32 xl\:aspect-h-revert { | |
--aspect-h: revert; | |
} | |
.\32 xl\:aspect-h-0 { | |
--aspect-h: 0; | |
} | |
.\32 xl\:aspect-h-1 { | |
--aspect-h: 1; | |
} | |
.\32 xl\:aspect-h-2 { | |
--aspect-h: 2; | |
} | |
.\32 xl\:aspect-h-3 { | |
--aspect-h: 3; | |
} | |
.\32 xl\:aspect-h-4 { | |
--aspect-h: 4; | |
} | |
.\32 xl\:aspect-h-5 { | |
--aspect-h: 5; | |
} | |
.\32 xl\:aspect-h-6 { | |
--aspect-h: 6; | |
} | |
.\32 xl\:aspect-h-7 { | |
--aspect-h: 7; | |
} | |
.\32 xl\:aspect-h-8 { | |
--aspect-h: 8; | |
} | |
.\32 xl\:aspect-h-9 { | |
--aspect-h: 9; | |
} | |
.\32 xl\:aspect-h-10 { | |
--aspect-h: 10; | |
} | |
.\32 xl\:aspect-h-11 { | |
--aspect-h: 11; | |
} | |
.\32 xl\:aspect-h-12 { | |
--aspect-h: 12; | |
} | |
.\32 xl\:aspect-h-13 { | |
--aspect-h: 13; | |
} | |
.\32 xl\:aspect-h-14 { | |
--aspect-h: 14; | |
} | |
.\32 xl\:aspect-h-15 { | |
--aspect-h: 15; | |
} | |
.\32 xl\:aspect-h-16 { | |
--aspect-h: 16; | |
} | |
.\32 xl\:w-revert { | |
width: revert; | |
} | |
.\32 xl\:w-auto { | |
width: auto; | |
} | |
.\32 xl\:w-1px { | |
width: 1px; | |
} | |
.\32 xl\:w-2px { | |
width: 2px; | |
} | |
.\32 xl\:w-3px { | |
width: 3px; | |
} | |
.\32 xl\:w-4px { | |
width: 4px; | |
} | |
.\32 xl\:w-5px { | |
width: 5px; | |
} | |
.\32 xl\:w-6px { | |
width: 6px; | |
} | |
.\32 xl\:w-7px { | |
width: 7px; | |
} | |
.\32 xl\:w-8px { | |
width: 8px; | |
} | |
.\32 xl\:w-9px { | |
width: 9px; | |
} | |
.\32 xl\:w-10px { | |
width: 10px; | |
} | |
.\32 xl\:w-12px { | |
width: 12px; | |
} | |
.\32 xl\:w-14px { | |
width: 14px; | |
} | |
.\32 xl\:w-16px { | |
width: 16px; | |
} | |
.\32 xl\:w-0 { | |
width: 0; | |
} | |
.\32 xl\:w-1 { | |
width: 0.0625rem; | |
} | |
.\32 xl\:w-2 { | |
width: 0.125rem; | |
} | |
.\32 xl\:w-3 { | |
width: 0.1875rem; | |
} | |
.\32 xl\:w-4 { | |
width: 0.25rem; | |
} | |
.\32 xl\:w-5 { | |
width: 0.3125rem; | |
} | |
.\32 xl\:w-6 { | |
width: 0.375rem; | |
} | |
.\32 xl\:w-7 { | |
width: 0.4375rem; | |
} | |
.\32 xl\:w-8 { | |
width: 0.5rem; | |
} | |
.\32 xl\:w-9 { | |
width: 0.5625rem; | |
} | |
.\32 xl\:w-10 { | |
width: 0.625rem; | |
} | |
.\32 xl\:w-12 { | |
width: 0.75rem; | |
} | |
.\32 xl\:w-14 { | |
width: 0.875rem; | |
} | |
.\32 xl\:w-16 { | |
width: 1rem; | |
} | |
.\32 xl\:w-18 { | |
width: 1.125rem; | |
} | |
.\32 xl\:w-20 { | |
width: 1.25rem; | |
} | |
.\32 xl\:w-24 { | |
width: 1.5rem; | |
} | |
.\32 xl\:w-28 { | |
width: 1.75rem; | |
} | |
.\32 xl\:w-32 { | |
width: 2rem; | |
} | |
.\32 xl\:w-36 { | |
width: 2.25rem; | |
} | |
.\32 xl\:w-40 { | |
width: 2.5rem; | |
} | |
.\32 xl\:w-48 { | |
width: 3rem; | |
} | |
.\32 xl\:w-56 { | |
width: 3.5rem; | |
} | |
.\32 xl\:w-64 { | |
width: 4rem; | |
} | |
.\32 xl\:w-72 { | |
width: 4.5rem; | |
} | |
.\32 xl\:w-80 { | |
width: 5rem; | |
} | |
.\32 xl\:w-96 { | |
width: 6rem; | |
} | |
.\32 xl\:w-112 { | |
width: 7rem; | |
} | |
.\32 xl\:w-128 { | |
width: 8rem; | |
} | |
.\32 xl\:w-144 { | |
width: 9rem; | |
} | |
.\32 xl\:w-160 { | |
width: 10rem; | |
} | |
.\32 xl\:w-192 { | |
width: 12rem; | |
} | |
.\32 xl\:w-224 { | |
width: 14rem; | |
} | |
.\32 xl\:w-256 { | |
width: 16rem; | |
} | |
.\32 xl\:w-288 { | |
width: 18rem; | |
} | |
.\32 xl\:w-320 { | |
width: 20rem; | |
} | |
.\32 xl\:w-384 { | |
width: 24rem; | |
} | |
.\32 xl\:w-448 { | |
width: 28rem; | |
} | |
.\32 xl\:w-512 { | |
width: 32rem; | |
} | |
.\32 xl\:w-576 { | |
width: 36rem; | |
} | |
.\32 xl\:w-640 { | |
width: 40rem; | |
} | |
.\32 xl\:w-768 { | |
width: 48rem; | |
} | |
.\32 xl\:w-896 { | |
width: 56rem; | |
} | |
.\32 xl\:w-1024 { | |
width: 64rem; | |
} | |
.\32 xl\:w-1152 { | |
width: 72rem; | |
} | |
.\32 xl\:w-1280 { | |
width: 80rem; | |
} | |
.\32 xl\:w-1536 { | |
width: 96rem; | |
} | |
.\32 xl\:w-0\% { | |
width: 0%; | |
} | |
.\32 xl\:w-10\% { | |
width: 10%; | |
} | |
.\32 xl\:w-20\% { | |
width: 20%; | |
} | |
.\32 xl\:w-25\% { | |
width: 25%; | |
} | |
.\32 xl\:w-30\% { | |
width: 30%; | |
} | |
.\32 xl\:w-40\% { | |
width: 40%; | |
} | |
.\32 xl\:w-50\% { | |
width: 50%; | |
} | |
.\32 xl\:w-60\% { | |
width: 60%; | |
} | |
.\32 xl\:w-70\% { | |
width: 70%; | |
} | |
.\32 xl\:w-75\% { | |
width: 75%; | |
} | |
.\32 xl\:w-80\% { | |
width: 80%; | |
} | |
.\32 xl\:w-90\% { | |
width: 90%; | |
} | |
.\32 xl\:w-full { | |
width: 100%; | |
} | |
.\32 xl\:w-screen { | |
width: 100vw; | |
} | |
.\32 xl\:max-w-revert { | |
max-width: revert; | |
} | |
.\32 xl\:max-w-auto { | |
max-width: auto; | |
} | |
.\32 xl\:max-w-1px { | |
max-width: 1px; | |
} | |
.\32 xl\:max-w-2px { | |
max-width: 2px; | |
} | |
.\32 xl\:max-w-3px { | |
max-width: 3px; | |
} | |
.\32 xl\:max-w-4px { | |
max-width: 4px; | |
} | |
.\32 xl\:max-w-5px { | |
max-width: 5px; | |
} | |
.\32 xl\:max-w-6px { | |
max-width: 6px; | |
} | |
.\32 xl\:max-w-7px { | |
max-width: 7px; | |
} | |
.\32 xl\:max-w-8px { | |
max-width: 8px; | |
} | |
.\32 xl\:max-w-9px { | |
max-width: 9px; | |
} | |
.\32 xl\:max-w-10px { | |
max-width: 10px; | |
} | |
.\32 xl\:max-w-12px { | |
max-width: 12px; | |
} | |
.\32 xl\:max-w-14px { | |
max-width: 14px; | |
} | |
.\32 xl\:max-w-16px { | |
max-width: 16px; | |
} | |
.\32 xl\:max-w-384 { | |
max-width: 384px; | |
} | |
.\32 xl\:max-w-448 { | |
max-width: 448px; | |
} | |
.\32 xl\:max-w-512 { | |
max-width: 512px; | |
} | |
.\32 xl\:max-w-576 { | |
max-width: 576px; | |
} | |
.\32 xl\:max-w-640 { | |
max-width: 640px; | |
} | |
.\32 xl\:max-w-768 { | |
max-width: 768px; | |
} | |
.\32 xl\:max-w-896 { | |
max-width: 896px; | |
} | |
.\32 xl\:max-w-1024 { | |
max-width: 1024px; | |
} | |
.\32 xl\:max-w-1152 { | |
max-width: 1152px; | |
} | |
.\32 xl\:max-w-1280 { | |
max-width: 1280px; | |
} | |
.\32 xl\:max-w-1536 { | |
max-width: 1536px; | |
} | |
.\32 xl\:max-w-sm { | |
max-width: 640px; | |
} | |
.\32 xl\:max-w-md { | |
max-width: 768px; | |
} | |
.\32 xl\:max-w-lg { | |
max-width: 1024px; | |
} | |
.\32 xl\:max-w-xl { | |
max-width: 1280px; | |
} | |
.\32 xl\:max-w-2xl { | |
max-width: 1536px; | |
} | |
.\32 xl\:h-revert { | |
height: revert; | |
} | |
.\32 xl\:h-auto { | |
height: auto; | |
} | |
.\32 xl\:h-1px { | |
height: 1px; | |
} | |
.\32 xl\:h-2px { | |
height: 2px; | |
} | |
.\32 xl\:h-3px { | |
height: 3px; | |
} | |
.\32 xl\:h-4px { | |
height: 4px; | |
} | |
.\32 xl\:h-5px { | |
height: 5px; | |
} | |
.\32 xl\:h-6px { | |
height: 6px; | |
} | |
.\32 xl\:h-7px { | |
height: 7px; | |
} | |
.\32 xl\:h-8px { | |
height: 8px; | |
} | |
.\32 xl\:h-9px { | |
height: 9px; | |
} | |
.\32 xl\:h-10px { | |
height: 10px; | |
} | |
.\32 xl\:h-12px { | |
height: 12px; | |
} | |
.\32 xl\:h-14px { | |
height: 14px; | |
} | |
.\32 xl\:h-16px { | |
height: 16px; | |
} | |
.\32 xl\:h-0 { | |
height: 0; | |
} | |
.\32 xl\:h-1 { | |
height: 0.0625rem; | |
} | |
.\32 xl\:h-2 { | |
height: 0.125rem; | |
} | |
.\32 xl\:h-3 { | |
height: 0.1875rem; | |
} | |
.\32 xl\:h-4 { | |
height: 0.25rem; | |
} | |
.\32 xl\:h-5 { | |
height: 0.3125rem; | |
} | |
.\32 xl\:h-6 { | |
height: 0.375rem; | |
} | |
.\32 xl\:h-7 { | |
height: 0.4375rem; | |
} | |
.\32 xl\:h-8 { | |
height: 0.5rem; | |
} | |
.\32 xl\:h-9 { | |
height: 0.5625rem; | |
} | |
.\32 xl\:h-10 { | |
height: 0.625rem; | |
} | |
.\32 xl\:h-12 { | |
height: 0.75rem; | |
} | |
.\32 xl\:h-14 { | |
height: 0.875rem; | |
} | |
.\32 xl\:h-16 { | |
height: 1rem; | |
} | |
.\32 xl\:h-18 { | |
height: 1.125rem; | |
} | |
.\32 xl\:h-20 { | |
height: 1.25rem; | |
} | |
.\32 xl\:h-24 { | |
height: 1.5rem; | |
} | |
.\32 xl\:h-28 { | |
height: 1.75rem; | |
} | |
.\32 xl\:h-32 { | |
height: 2rem; | |
} | |
.\32 xl\:h-36 { | |
height: 2.25rem; | |
} | |
.\32 xl\:h-40 { | |
height: 2.5rem; | |
} | |
.\32 xl\:h-48 { | |
height: 3rem; | |
} | |
.\32 xl\:h-56 { | |
height: 3.5rem; | |
} | |
.\32 xl\:h-64 { | |
height: 4rem; | |
} | |
.\32 xl\:h-72 { | |
height: 4.5rem; | |
} | |
.\32 xl\:h-80 { | |
height: 5rem; | |
} | |
.\32 xl\:h-96 { | |
height: 6rem; | |
} | |
.\32 xl\:h-112 { | |
height: 7rem; | |
} | |
.\32 xl\:h-128 { | |
height: 8rem; | |
} | |
.\32 xl\:h-144 { | |
height: 9rem; | |
} | |
.\32 xl\:h-160 { | |
height: 10rem; | |
} | |
.\32 xl\:h-192 { | |
height: 12rem; | |
} | |
.\32 xl\:h-224 { | |
height: 14rem; | |
} | |
.\32 xl\:h-256 { | |
height: 16rem; | |
} | |
.\32 xl\:h-288 { | |
height: 18rem; | |
} | |
.\32 xl\:h-320 { | |
height: 20rem; | |
} | |
.\32 xl\:h-384 { | |
height: 24rem; | |
} | |
.\32 xl\:h-448 { | |
height: 28rem; | |
} | |
.\32 xl\:h-512 { | |
height: 32rem; | |
} | |
.\32 xl\:h-576 { | |
height: 36rem; | |
} | |
.\32 xl\:h-640 { | |
height: 40rem; | |
} | |
.\32 xl\:h-768 { | |
height: 48rem; | |
} | |
.\32 xl\:h-896 { | |
height: 56rem; | |
} | |
.\32 xl\:h-1024 { | |
height: 64rem; | |
} | |
.\32 xl\:h-1152 { | |
height: 72rem; | |
} | |
.\32 xl\:h-1280 { | |
height: 80rem; | |
} | |
.\32 xl\:h-1536 { | |
height: 96rem; | |
} | |
.\32 xl\:h-0\% { | |
height: 0%; | |
} | |
.\32 xl\:h-10\% { | |
height: 10%; | |
} | |
.\32 xl\:h-20\% { | |
height: 20%; | |
} | |
.\32 xl\:h-25\% { | |
height: 25%; | |
} | |
.\32 xl\:h-30\% { | |
height: 30%; | |
} | |
.\32 xl\:h-40\% { | |
height: 40%; | |
} | |
.\32 xl\:h-50\% { | |
height: 50%; | |
} | |
.\32 xl\:h-60\% { | |
height: 60%; | |
} | |
.\32 xl\:h-70\% { | |
height: 70%; | |
} | |
.\32 xl\:h-75\% { | |
height: 75%; | |
} | |
.\32 xl\:h-80\% { | |
height: 80%; | |
} | |
.\32 xl\:h-90\% { | |
height: 90%; | |
} | |
.\32 xl\:h-full { | |
height: 100%; | |
} | |
.\32 xl\:h-screen { | |
height: 100vh; | |
} | |
.\32 xl\:min-h-revert { | |
min-height: revert; | |
} | |
.\32 xl\:min-h-screen { | |
min-height: 100vh; | |
} | |
.\32 xl\:border-revert { | |
border-width: revert; | |
} | |
.\32 xl\:border-auto { | |
border-width: auto; | |
} | |
.\32 xl\:border-1px { | |
border-width: 1px; | |
} | |
.\32 xl\:border-2px { | |
border-width: 2px; | |
} | |
.\32 xl\:border-3px { | |
border-width: 3px; | |
} | |
.\32 xl\:border-4px { | |
border-width: 4px; | |
} | |
.\32 xl\:border-5px { | |
border-width: 5px; | |
} | |
.\32 xl\:border-6px { | |
border-width: 6px; | |
} | |
.\32 xl\:border-7px { | |
border-width: 7px; | |
} | |
.\32 xl\:border-8px { | |
border-width: 8px; | |
} | |
.\32 xl\:border-9px { | |
border-width: 9px; | |
} | |
.\32 xl\:border-10px { | |
border-width: 10px; | |
} | |
.\32 xl\:border-12px { | |
border-width: 12px; | |
} | |
.\32 xl\:border-14px { | |
border-width: 14px; | |
} | |
.\32 xl\:border-16px { | |
border-width: 16px; | |
} | |
.\32 xl\:border-0 { | |
border-width: 0; | |
} | |
.\32 xl\:border-1 { | |
border-width: 0.0625rem; | |
} | |
.\32 xl\:border-2 { | |
border-width: 0.125rem; | |
} | |
.\32 xl\:border-3 { | |
border-width: 0.1875rem; | |
} | |
.\32 xl\:border-4 { | |
border-width: 0.25rem; | |
} | |
.\32 xl\:border-5 { | |
border-width: 0.3125rem; | |
} | |
.\32 xl\:border-6 { | |
border-width: 0.375rem; | |
} | |
.\32 xl\:border-7 { | |
border-width: 0.4375rem; | |
} | |
.\32 xl\:border-8 { | |
border-width: 0.5rem; | |
} | |
.\32 xl\:border-x-revert { | |
border-left-width: revert; | |
border-right-width: revert; | |
} | |
.\32 xl\:border-x-auto { | |
border-left-width: auto; | |
border-right-width: auto; | |
} | |
.\32 xl\:border-x-1px { | |
border-left-width: 1px; | |
border-right-width: 1px; | |
} | |
.\32 xl\:border-x-2px { | |
border-left-width: 2px; | |
border-right-width: 2px; | |
} | |
.\32 xl\:border-x-3px { | |
border-left-width: 3px; | |
border-right-width: 3px; | |
} | |
.\32 xl\:border-x-4px { | |
border-left-width: 4px; | |
border-right-width: 4px; | |
} | |
.\32 xl\:border-x-5px { | |
border-left-width: 5px; | |
border-right-width: 5px; | |
} | |
.\32 xl\:border-x-6px { | |
border-left-width: 6px; | |
border-right-width: 6px; | |
} | |
.\32 xl\:border-x-7px { | |
border-left-width: 7px; | |
border-right-width: 7px; | |
} | |
.\32 xl\:border-x-8px { | |
border-left-width: 8px; | |
border-right-width: 8px; | |
} | |
.\32 xl\:border-x-9px { | |
border-left-width: 9px; | |
border-right-width: 9px; | |
} | |
.\32 xl\:border-x-10px { | |
border-left-width: 10px; | |
border-right-width: 10px; | |
} | |
.\32 xl\:border-x-12px { | |
border-left-width: 12px; | |
border-right-width: 12px; | |
} | |
.\32 xl\:border-x-14px { | |
border-left-width: 14px; | |
border-right-width: 14px; | |
} | |
.\32 xl\:border-x-16px { | |
border-left-width: 16px; | |
border-right-width: 16px; | |
} | |
.\32 xl\:border-x-0 { | |
border-left-width: 0; | |
border-right-width: 0; | |
} | |
.\32 xl\:border-x-1 { | |
border-left-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.\32 xl\:border-x-2 { | |
border-left-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.\32 xl\:border-x-3 { | |
border-left-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.\32 xl\:border-x-4 { | |
border-left-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.\32 xl\:border-x-5 { | |
border-left-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.\32 xl\:border-x-6 { | |
border-left-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.\32 xl\:border-x-7 { | |
border-left-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.\32 xl\:border-x-8 { | |
border-left-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.\32 xl\:border-y-revert { | |
border-top-width: revert; | |
border-bottom-width: revert; | |
} | |
.\32 xl\:border-y-auto { | |
border-top-width: auto; | |
border-bottom-width: auto; | |
} | |
.\32 xl\:border-y-1px { | |
border-top-width: 1px; | |
border-bottom-width: 1px; | |
} | |
.\32 xl\:border-y-2px { | |
border-top-width: 2px; | |
border-bottom-width: 2px; | |
} | |
.\32 xl\:border-y-3px { | |
border-top-width: 3px; | |
border-bottom-width: 3px; | |
} | |
.\32 xl\:border-y-4px { | |
border-top-width: 4px; | |
border-bottom-width: 4px; | |
} | |
.\32 xl\:border-y-5px { | |
border-top-width: 5px; | |
border-bottom-width: 5px; | |
} | |
.\32 xl\:border-y-6px { | |
border-top-width: 6px; | |
border-bottom-width: 6px; | |
} | |
.\32 xl\:border-y-7px { | |
border-top-width: 7px; | |
border-bottom-width: 7px; | |
} | |
.\32 xl\:border-y-8px { | |
border-top-width: 8px; | |
border-bottom-width: 8px; | |
} | |
.\32 xl\:border-y-9px { | |
border-top-width: 9px; | |
border-bottom-width: 9px; | |
} | |
.\32 xl\:border-y-10px { | |
border-top-width: 10px; | |
border-bottom-width: 10px; | |
} | |
.\32 xl\:border-y-12px { | |
border-top-width: 12px; | |
border-bottom-width: 12px; | |
} | |
.\32 xl\:border-y-14px { | |
border-top-width: 14px; | |
border-bottom-width: 14px; | |
} | |
.\32 xl\:border-y-16px { | |
border-top-width: 16px; | |
border-bottom-width: 16px; | |
} | |
.\32 xl\:border-y-0 { | |
border-top-width: 0; | |
border-bottom-width: 0; | |
} | |
.\32 xl\:border-y-1 { | |
border-top-width: 0.0625rem; | |
border-bottom-width: 0.0625rem; | |
} | |
.\32 xl\:border-y-2 { | |
border-top-width: 0.125rem; | |
border-bottom-width: 0.125rem; | |
} | |
.\32 xl\:border-y-3 { | |
border-top-width: 0.1875rem; | |
border-bottom-width: 0.1875rem; | |
} | |
.\32 xl\:border-y-4 { | |
border-top-width: 0.25rem; | |
border-bottom-width: 0.25rem; | |
} | |
.\32 xl\:border-y-5 { | |
border-top-width: 0.3125rem; | |
border-bottom-width: 0.3125rem; | |
} | |
.\32 xl\:border-y-6 { | |
border-top-width: 0.375rem; | |
border-bottom-width: 0.375rem; | |
} | |
.\32 xl\:border-y-7 { | |
border-top-width: 0.4375rem; | |
border-bottom-width: 0.4375rem; | |
} | |
.\32 xl\:border-y-8 { | |
border-top-width: 0.5rem; | |
border-bottom-width: 0.5rem; | |
} | |
.\32 xl\:border-tr-revert { | |
border-top-width: revert; | |
border-right-width: revert; | |
} | |
.\32 xl\:border-tr-auto { | |
border-top-width: auto; | |
border-right-width: auto; | |
} | |
.\32 xl\:border-tr-1px { | |
border-top-width: 1px; | |
border-right-width: 1px; | |
} | |
.\32 xl\:border-tr-2px { | |
border-top-width: 2px; | |
border-right-width: 2px; | |
} | |
.\32 xl\:border-tr-3px { | |
border-top-width: 3px; | |
border-right-width: 3px; | |
} | |
.\32 xl\:border-tr-4px { | |
border-top-width: 4px; | |
border-right-width: 4px; | |
} | |
.\32 xl\:border-tr-5px { | |
border-top-width: 5px; | |
border-right-width: 5px; | |
} | |
.\32 xl\:border-tr-6px { | |
border-top-width: 6px; | |
border-right-width: 6px; | |
} | |
.\32 xl\:border-tr-7px { | |
border-top-width: 7px; | |
border-right-width: 7px; | |
} | |
.\32 xl\:border-tr-8px { | |
border-top-width: 8px; | |
border-right-width: 8px; | |
} | |
.\32 xl\:border-tr-9px { | |
border-top-width: 9px; | |
border-right-width: 9px; | |
} | |
.\32 xl\:border-tr-10px { | |
border-top-width: 10px; | |
border-right-width: 10px; | |
} | |
.\32 xl\:border-tr-12px { | |
border-top-width: 12px; | |
border-right-width: 12px; | |
} | |
.\32 xl\:border-tr-14px { | |
border-top-width: 14px; | |
border-right-width: 14px; | |
} | |
.\32 xl\:border-tr-16px { | |
border-top-width: 16px; | |
border-right-width: 16px; | |
} | |
.\32 xl\:border-tr-0 { | |
border-top-width: 0; | |
border-right-width: 0; | |
} | |
.\32 xl\:border-tr-1 { | |
border-top-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.\32 xl\:border-tr-2 { | |
border-top-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.\32 xl\:border-tr-3 { | |
border-top-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.\32 xl\:border-tr-4 { | |
border-top-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.\32 xl\:border-tr-5 { | |
border-top-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.\32 xl\:border-tr-6 { | |
border-top-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.\32 xl\:border-tr-7 { | |
border-top-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.\32 xl\:border-tr-8 { | |
border-top-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.\32 xl\:border-br-revert { | |
border-bottom-width: revert; | |
border-right-width: revert; | |
} | |
.\32 xl\:border-br-auto { | |
border-bottom-width: auto; | |
border-right-width: auto; | |
} | |
.\32 xl\:border-br-1px { | |
border-bottom-width: 1px; | |
border-right-width: 1px; | |
} | |
.\32 xl\:border-br-2px { | |
border-bottom-width: 2px; | |
border-right-width: 2px; | |
} | |
.\32 xl\:border-br-3px { | |
border-bottom-width: 3px; | |
border-right-width: 3px; | |
} | |
.\32 xl\:border-br-4px { | |
border-bottom-width: 4px; | |
border-right-width: 4px; | |
} | |
.\32 xl\:border-br-5px { | |
border-bottom-width: 5px; | |
border-right-width: 5px; | |
} | |
.\32 xl\:border-br-6px { | |
border-bottom-width: 6px; | |
border-right-width: 6px; | |
} | |
.\32 xl\:border-br-7px { | |
border-bottom-width: 7px; | |
border-right-width: 7px; | |
} | |
.\32 xl\:border-br-8px { | |
border-bottom-width: 8px; | |
border-right-width: 8px; | |
} | |
.\32 xl\:border-br-9px { | |
border-bottom-width: 9px; | |
border-right-width: 9px; | |
} | |
.\32 xl\:border-br-10px { | |
border-bottom-width: 10px; | |
border-right-width: 10px; | |
} | |
.\32 xl\:border-br-12px { | |
border-bottom-width: 12px; | |
border-right-width: 12px; | |
} | |
.\32 xl\:border-br-14px { | |
border-bottom-width: 14px; | |
border-right-width: 14px; | |
} | |
.\32 xl\:border-br-16px { | |
border-bottom-width: 16px; | |
border-right-width: 16px; | |
} | |
.\32 xl\:border-br-0 { | |
border-bottom-width: 0; | |
border-right-width: 0; | |
} | |
.\32 xl\:border-br-1 { | |
border-bottom-width: 0.0625rem; | |
border-right-width: 0.0625rem; | |
} | |
.\32 xl\:border-br-2 { | |
border-bottom-width: 0.125rem; | |
border-right-width: 0.125rem; | |
} | |
.\32 xl\:border-br-3 { | |
border-bottom-width: 0.1875rem; | |
border-right-width: 0.1875rem; | |
} | |
.\32 xl\:border-br-4 { | |
border-bottom-width: 0.25rem; | |
border-right-width: 0.25rem; | |
} | |
.\32 xl\:border-br-5 { | |
border-bottom-width: 0.3125rem; | |
border-right-width: 0.3125rem; | |
} | |
.\32 xl\:border-br-6 { | |
border-bottom-width: 0.375rem; | |
border-right-width: 0.375rem; | |
} | |
.\32 xl\:border-br-7 { | |
border-bottom-width: 0.4375rem; | |
border-right-width: 0.4375rem; | |
} | |
.\32 xl\:border-br-8 { | |
border-bottom-width: 0.5rem; | |
border-right-width: 0.5rem; | |
} | |
.\32 xl\:border-bl-revert { | |
border-bottom-width: revert; | |
border-left-width: revert; | |
} | |
.\32 xl\:border-bl-auto { | |
border-bottom-width: auto; | |
border-left-width: auto; | |
} | |
.\32 xl\:border-bl-1px { | |
border-bottom-width: 1px; | |
border-left-width: 1px; | |
} | |
.\32 xl\:border-bl-2px { | |
border-bottom-width: 2px; | |
border-left-width: 2px; | |
} | |
.\32 xl\:border-bl-3px { | |
border-bottom-width: 3px; | |
border-left-width: 3px; | |
} | |
.\32 xl\:border-bl-4px { | |
border-bottom-width: 4px; | |
border-left-width: 4px; | |
} | |
.\32 xl\:border-bl-5px { | |
border-bottom-width: 5px; | |
border-left-width: 5px; | |
} | |
.\32 xl\:border-bl-6px { | |
border-bottom-width: 6px; | |
border-left-width: 6px; | |
} | |
.\32 xl\:border-bl-7px { | |
border-bottom-width: 7px; | |
border-left-width: 7px; | |
} | |
.\32 xl\:border-bl-8px { | |
border-bottom-width: 8px; | |
border-left-width: 8px; | |
} | |
.\32 xl\:border-bl-9px { | |
border-bottom-width: 9px; | |
border-left-width: 9px; | |
} | |
.\32 xl\:border-bl-10px { | |
border-bottom-width: 10px; | |
border-left-width: 10px; | |
} | |
.\32 xl\:border-bl-12px { | |
border-bottom-width: 12px; | |
border-left-width: 12px; | |
} | |
.\32 xl\:border-bl-14px { | |
border-bottom-width: 14px; | |
border-left-width: 14px; | |
} | |
.\32 xl\:border-bl-16px { | |
border-bottom-width: 16px; | |
border-left-width: 16px; | |
} | |
.\32 xl\:border-bl-0 { | |
border-bottom-width: 0; | |
border-left-width: 0; | |
} | |
.\32 xl\:border-bl-1 { | |
border-bottom-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.\32 xl\:border-bl-2 { | |
border-bottom-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.\32 xl\:border-bl-3 { | |
border-bottom-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.\32 xl\:border-bl-4 { | |
border-bottom-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.\32 xl\:border-bl-5 { | |
border-bottom-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.\32 xl\:border-bl-6 { | |
border-bottom-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.\32 xl\:border-bl-7 { | |
border-bottom-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.\32 xl\:border-bl-8 { | |
border-bottom-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.\32 xl\:border-tl-revert { | |
border-top-width: revert; | |
border-left-width: revert; | |
} | |
.\32 xl\:border-tl-auto { | |
border-top-width: auto; | |
border-left-width: auto; | |
} | |
.\32 xl\:border-tl-1px { | |
border-top-width: 1px; | |
border-left-width: 1px; | |
} | |
.\32 xl\:border-tl-2px { | |
border-top-width: 2px; | |
border-left-width: 2px; | |
} | |
.\32 xl\:border-tl-3px { | |
border-top-width: 3px; | |
border-left-width: 3px; | |
} | |
.\32 xl\:border-tl-4px { | |
border-top-width: 4px; | |
border-left-width: 4px; | |
} | |
.\32 xl\:border-tl-5px { | |
border-top-width: 5px; | |
border-left-width: 5px; | |
} | |
.\32 xl\:border-tl-6px { | |
border-top-width: 6px; | |
border-left-width: 6px; | |
} | |
.\32 xl\:border-tl-7px { | |
border-top-width: 7px; | |
border-left-width: 7px; | |
} | |
.\32 xl\:border-tl-8px { | |
border-top-width: 8px; | |
border-left-width: 8px; | |
} | |
.\32 xl\:border-tl-9px { | |
border-top-width: 9px; | |
border-left-width: 9px; | |
} | |
.\32 xl\:border-tl-10px { | |
border-top-width: 10px; | |
border-left-width: 10px; | |
} | |
.\32 xl\:border-tl-12px { | |
border-top-width: 12px; | |
border-left-width: 12px; | |
} | |
.\32 xl\:border-tl-14px { | |
border-top-width: 14px; | |
border-left-width: 14px; | |
} | |
.\32 xl\:border-tl-16px { | |
border-top-width: 16px; | |
border-left-width: 16px; | |
} | |
.\32 xl\:border-tl-0 { | |
border-top-width: 0; | |
border-left-width: 0; | |
} | |
.\32 xl\:border-tl-1 { | |
border-top-width: 0.0625rem; | |
border-left-width: 0.0625rem; | |
} | |
.\32 xl\:border-tl-2 { | |
border-top-width: 0.125rem; | |
border-left-width: 0.125rem; | |
} | |
.\32 xl\:border-tl-3 { | |
border-top-width: 0.1875rem; | |
border-left-width: 0.1875rem; | |
} | |
.\32 xl\:border-tl-4 { | |
border-top-width: 0.25rem; | |
border-left-width: 0.25rem; | |
} | |
.\32 xl\:border-tl-5 { | |
border-top-width: 0.3125rem; | |
border-left-width: 0.3125rem; | |
} | |
.\32 xl\:border-tl-6 { | |
border-top-width: 0.375rem; | |
border-left-width: 0.375rem; | |
} | |
.\32 xl\:border-tl-7 { | |
border-top-width: 0.4375rem; | |
border-left-width: 0.4375rem; | |
} | |
.\32 xl\:border-tl-8 { | |
border-top-width: 0.5rem; | |
border-left-width: 0.5rem; | |
} | |
.\32 xl\:border-t-revert { | |
border-top-width: revert; | |
} | |
.\32 xl\:border-t-auto { | |
border-top-width: auto; | |
} | |
.\32 xl\:border-t-1px { | |
border-top-width: 1px; | |
} | |
.\32 xl\:border-t-2px { | |
border-top-width: 2px; | |
} | |
.\32 xl\:border-t-3px { | |
border-top-width: 3px; | |
} | |
.\32 xl\:border-t-4px { | |
border-top-width: 4px; | |
} | |
.\32 xl\:border-t-5px { | |
border-top-width: 5px; | |
} | |
.\32 xl\:border-t-6px { | |
border-top-width: 6px; | |
} | |
.\32 xl\:border-t-7px { | |
border-top-width: 7px; | |
} | |
.\32 xl\:border-t-8px { | |
border-top-width: 8px; | |
} | |
.\32 xl\:border-t-9px { | |
border-top-width: 9px; | |
} | |
.\32 xl\:border-t-10px { | |
border-top-width: 10px; | |
} | |
.\32 xl\:border-t-12px { | |
border-top-width: 12px; | |
} | |
.\32 xl\:border-t-14px { | |
border-top-width: 14px; | |
} | |
.\32 xl\:border-t-16px { | |
border-top-width: 16px; | |
} | |
.\32 xl\:border-t-0 { | |
border-top-width: 0; | |
} | |
.\32 xl\:border-t-1 { | |
border-top-width: 0.0625rem; | |
} | |
.\32 xl\:border-t-2 { | |
border-top-width: 0.125rem; | |
} | |
.\32 xl\:border-t-3 { | |
border-top-width: 0.1875rem; | |
} | |
.\32 xl\:border-t-4 { | |
border-top-width: 0.25rem; | |
} | |
.\32 xl\:border-t-5 { | |
border-top-width: 0.3125rem; | |
} | |
.\32 xl\:border-t-6 { | |
border-top-width: 0.375rem; | |
} | |
.\32 xl\:border-t-7 { | |
border-top-width: 0.4375rem; | |
} | |
.\32 xl\:border-t-8 { | |
border-top-width: 0.5rem; | |
} | |
.\32 xl\:border-r-revert { | |
border-right-width: revert; | |
} | |
.\32 xl\:border-r-auto { | |
border-right-width: auto; | |
} | |
.\32 xl\:border-r-1px { | |
border-right-width: 1px; | |
} | |
.\32 xl\:border-r-2px { | |
border-right-width: 2px; | |
} | |
.\32 xl\:border-r-3px { | |
border-right-width: 3px; | |
} | |
.\32 xl\:border-r-4px { | |
border-right-width: 4px; | |
} | |
.\32 xl\:border-r-5px { | |
border-right-width: 5px; | |
} | |
.\32 xl\:border-r-6px { | |
border-right-width: 6px; | |
} | |
.\32 xl\:border-r-7px { | |
border-right-width: 7px; | |
} | |
.\32 xl\:border-r-8px { | |
border-right-width: 8px; | |
} | |
.\32 xl\:border-r-9px { | |
border-right-width: 9px; | |
} | |
.\32 xl\:border-r-10px { | |
border-right-width: 10px; | |
} | |
.\32 xl\:border-r-12px { | |
border-right-width: 12px; | |
} | |
.\32 xl\:border-r-14px { | |
border-right-width: 14px; | |
} | |
.\32 xl\:border-r-16px { | |
border-right-width: 16px; | |
} | |
.\32 xl\:border-r-0 { | |
border-right-width: 0; | |
} | |
.\32 xl\:border-r-1 { | |
border-right-width: 0.0625rem; | |
} | |
.\32 xl\:border-r-2 { | |
border-right-width: 0.125rem; | |
} | |
.\32 xl\:border-r-3 { | |
border-right-width: 0.1875rem; | |
} | |
.\32 xl\:border-r-4 { | |
border-right-width: 0.25rem; | |
} | |
.\32 xl\:border-r-5 { | |
border-right-width: 0.3125rem; | |
} | |
.\32 xl\:border-r-6 { | |
border-right-width: 0.375rem; | |
} | |
.\32 xl\:border-r-7 { | |
border-right-width: 0.4375rem; | |
} | |
.\32 xl\:border-r-8 { | |
border-right-width: 0.5rem; | |
} | |
.\32 xl\:border-b-revert { | |
border-bottom-width: revert; | |
} | |
.\32 xl\:border-b-auto { | |
border-bottom-width: auto; | |
} | |
.\32 xl\:border-b-1px { | |
border-bottom-width: 1px; | |
} | |
.\32 xl\:border-b-2px { | |
border-bottom-width: 2px; | |
} | |
.\32 xl\:border-b-3px { | |
border-bottom-width: 3px; | |
} | |
.\32 xl\:border-b-4px { | |
border-bottom-width: 4px; | |
} | |
.\32 xl\:border-b-5px { | |
border-bottom-width: 5px; | |
} | |
.\32 xl\:border-b-6px { | |
border-bottom-width: 6px; | |
} | |
.\32 xl\:border-b-7px { | |
border-bottom-width: 7px; | |
} | |
.\32 xl\:border-b-8px { | |
border-bottom-width: 8px; | |
} | |
.\32 xl\:border-b-9px { | |
border-bottom-width: 9px; | |
} | |
.\32 xl\:border-b-10px { | |
border-bottom-width: 10px; | |
} | |
.\32 xl\:border-b-12px { | |
border-bottom-width: 12px; | |
} | |
.\32 xl\:border-b-14px { | |
border-bottom-width: 14px; | |
} | |
.\32 xl\:border-b-16px { | |
border-bottom-width: 16px; | |
} | |
.\32 xl\:border-b-0 { | |
border-bottom-width: 0; | |
} | |
.\32 xl\:border-b-1 { | |
border-bottom-width: 0.0625rem; | |
} | |
.\32 xl\:border-b-2 { | |
border-bottom-width: 0.125rem; | |
} | |
.\32 xl\:border-b-3 { | |
border-bottom-width: 0.1875rem; | |
} | |
.\32 xl\:border-b-4 { | |
border-bottom-width: 0.25rem; | |
} | |
.\32 xl\:border-b-5 { | |
border-bottom-width: 0.3125rem; | |
} | |
.\32 xl\:border-b-6 { | |
border-bottom-width: 0.375rem; | |
} | |
.\32 xl\:border-b-7 { | |
border-bottom-width: 0.4375rem; | |
} | |
.\32 xl\:border-b-8 { | |
border-bottom-width: 0.5rem; | |
} | |
.\32 xl\:border-l-revert { | |
border-left-width: revert; | |
} | |
.\32 xl\:border-l-auto { | |
border-left-width: auto; | |
} | |
.\32 xl\:border-l-1px { | |
border-left-width: 1px; | |
} | |
.\32 xl\:border-l-2px { | |
border-left-width: 2px; | |
} | |
.\32 xl\:border-l-3px { | |
border-left-width: 3px; | |
} | |
.\32 xl\:border-l-4px { | |
border-left-width: 4px; | |
} | |
.\32 xl\:border-l-5px { | |
border-left-width: 5px; | |
} | |
.\32 xl\:border-l-6px { | |
border-left-width: 6px; | |
} | |
.\32 xl\:border-l-7px { | |
border-left-width: 7px; | |
} | |
.\32 xl\:border-l-8px { | |
border-left-width: 8px; | |
} | |
.\32 xl\:border-l-9px { | |
border-left-width: 9px; | |
} | |
.\32 xl\:border-l-10px { | |
border-left-width: 10px; | |
} | |
.\32 xl\:border-l-12px { | |
border-left-width: 12px; | |
} | |
.\32 xl\:border-l-14px { | |
border-left-width: 14px; | |
} | |
.\32 xl\:border-l-16px { | |
border-left-width: 16px; | |
} | |
.\32 xl\:border-l-0 { | |
border-left-width: 0; | |
} | |
.\32 xl\:border-l-1 { | |
border-left-width: 0.0625rem; | |
} | |
.\32 xl\:border-l-2 { | |
border-left-width: 0.125rem; | |
} | |
.\32 xl\:border-l-3 { | |
border-left-width: 0.1875rem; | |
} | |
.\32 xl\:border-l-4 { | |
border-left-width: 0.25rem; | |
} | |
.\32 xl\:border-l-5 { | |
border-left-width: 0.3125rem; | |
} | |
.\32 xl\:border-l-6 { | |
border-left-width: 0.375rem; | |
} | |
.\32 xl\:border-l-7 { | |
border-left-width: 0.4375rem; | |
} | |
.\32 xl\:border-l-8 { | |
border-left-width: 0.5rem; | |
} | |
.\32 xl\:rounded-revert { | |
border-radius: revert; | |
} | |
.\32 xl\:rounded-auto { | |
border-radius: auto; | |
} | |
.\32 xl\:rounded-1px { | |
border-radius: 1px; | |
} | |
.\32 xl\:rounded-2px { | |
border-radius: 2px; | |
} | |
.\32 xl\:rounded-3px { | |
border-radius: 3px; | |
} | |
.\32 xl\:rounded-4px { | |
border-radius: 4px; | |
} | |
.\32 xl\:rounded-5px { | |
border-radius: 5px; | |
} | |
.\32 xl\:rounded-6px { | |
border-radius: 6px; | |
} | |
.\32 xl\:rounded-7px { | |
border-radius: 7px; | |
} | |
.\32 xl\:rounded-8px { | |
border-radius: 8px; | |
} | |
.\32 xl\:rounded-9px { | |
border-radius: 9px; | |
} | |
.\32 xl\:rounded-10px { | |
border-radius: 10px; | |
} | |
.\32 xl\:rounded-12px { | |
border-radius: 12px; | |
} | |
.\32 xl\:rounded-14px { | |
border-radius: 14px; | |
} | |
.\32 xl\:rounded-16px { | |
border-radius: 16px; | |
} | |
.\32 xl\:rounded-0 { | |
border-radius: 0; | |
} | |
.\32 xl\:rounded-1 { | |
border-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-2 { | |
border-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-3 { | |
border-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-4 { | |
border-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-5 { | |
border-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-6 { | |
border-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-7 { | |
border-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-8 { | |
border-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-9 { | |
border-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-10 { | |
border-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-12 { | |
border-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-14 { | |
border-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-16 { | |
border-radius: 1rem; | |
} | |
.\32 xl\:rounded-18 { | |
border-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-20 { | |
border-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-24 { | |
border-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-28 { | |
border-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-32 { | |
border-radius: 2rem; | |
} | |
.\32 xl\:rounded-full { | |
border-radius: 9999px; | |
} | |
.\32 xl\:rounded-tr-revert { | |
border-top-right-radius: revert; | |
} | |
.\32 xl\:rounded-tr-auto { | |
border-top-right-radius: auto; | |
} | |
.\32 xl\:rounded-tr-1px { | |
border-top-right-radius: 1px; | |
} | |
.\32 xl\:rounded-tr-2px { | |
border-top-right-radius: 2px; | |
} | |
.\32 xl\:rounded-tr-3px { | |
border-top-right-radius: 3px; | |
} | |
.\32 xl\:rounded-tr-4px { | |
border-top-right-radius: 4px; | |
} | |
.\32 xl\:rounded-tr-5px { | |
border-top-right-radius: 5px; | |
} | |
.\32 xl\:rounded-tr-6px { | |
border-top-right-radius: 6px; | |
} | |
.\32 xl\:rounded-tr-7px { | |
border-top-right-radius: 7px; | |
} | |
.\32 xl\:rounded-tr-8px { | |
border-top-right-radius: 8px; | |
} | |
.\32 xl\:rounded-tr-9px { | |
border-top-right-radius: 9px; | |
} | |
.\32 xl\:rounded-tr-10px { | |
border-top-right-radius: 10px; | |
} | |
.\32 xl\:rounded-tr-12px { | |
border-top-right-radius: 12px; | |
} | |
.\32 xl\:rounded-tr-14px { | |
border-top-right-radius: 14px; | |
} | |
.\32 xl\:rounded-tr-16px { | |
border-top-right-radius: 16px; | |
} | |
.\32 xl\:rounded-tr-0 { | |
border-top-right-radius: 0; | |
} | |
.\32 xl\:rounded-tr-1 { | |
border-top-right-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-tr-2 { | |
border-top-right-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-tr-3 { | |
border-top-right-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-tr-4 { | |
border-top-right-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-tr-5 { | |
border-top-right-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-tr-6 { | |
border-top-right-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-tr-7 { | |
border-top-right-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-tr-8 { | |
border-top-right-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-tr-9 { | |
border-top-right-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-tr-10 { | |
border-top-right-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-tr-12 { | |
border-top-right-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-tr-14 { | |
border-top-right-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-tr-16 { | |
border-top-right-radius: 1rem; | |
} | |
.\32 xl\:rounded-tr-18 { | |
border-top-right-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-tr-20 { | |
border-top-right-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-tr-24 { | |
border-top-right-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-tr-28 { | |
border-top-right-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-tr-32 { | |
border-top-right-radius: 2rem; | |
} | |
.\32 xl\:rounded-tr-full { | |
border-top-right-radius: 9999px; | |
} | |
.\32 xl\:rounded-br-revert { | |
border-bottom-right-radius: revert; | |
} | |
.\32 xl\:rounded-br-auto { | |
border-bottom-right-radius: auto; | |
} | |
.\32 xl\:rounded-br-1px { | |
border-bottom-right-radius: 1px; | |
} | |
.\32 xl\:rounded-br-2px { | |
border-bottom-right-radius: 2px; | |
} | |
.\32 xl\:rounded-br-3px { | |
border-bottom-right-radius: 3px; | |
} | |
.\32 xl\:rounded-br-4px { | |
border-bottom-right-radius: 4px; | |
} | |
.\32 xl\:rounded-br-5px { | |
border-bottom-right-radius: 5px; | |
} | |
.\32 xl\:rounded-br-6px { | |
border-bottom-right-radius: 6px; | |
} | |
.\32 xl\:rounded-br-7px { | |
border-bottom-right-radius: 7px; | |
} | |
.\32 xl\:rounded-br-8px { | |
border-bottom-right-radius: 8px; | |
} | |
.\32 xl\:rounded-br-9px { | |
border-bottom-right-radius: 9px; | |
} | |
.\32 xl\:rounded-br-10px { | |
border-bottom-right-radius: 10px; | |
} | |
.\32 xl\:rounded-br-12px { | |
border-bottom-right-radius: 12px; | |
} | |
.\32 xl\:rounded-br-14px { | |
border-bottom-right-radius: 14px; | |
} | |
.\32 xl\:rounded-br-16px { | |
border-bottom-right-radius: 16px; | |
} | |
.\32 xl\:rounded-br-0 { | |
border-bottom-right-radius: 0; | |
} | |
.\32 xl\:rounded-br-1 { | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-br-2 { | |
border-bottom-right-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-br-3 { | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-br-4 { | |
border-bottom-right-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-br-5 { | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-br-6 { | |
border-bottom-right-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-br-7 { | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-br-8 { | |
border-bottom-right-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-br-9 { | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-br-10 { | |
border-bottom-right-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-br-12 { | |
border-bottom-right-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-br-14 { | |
border-bottom-right-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-br-16 { | |
border-bottom-right-radius: 1rem; | |
} | |
.\32 xl\:rounded-br-18 { | |
border-bottom-right-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-br-20 { | |
border-bottom-right-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-br-24 { | |
border-bottom-right-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-br-28 { | |
border-bottom-right-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-br-32 { | |
border-bottom-right-radius: 2rem; | |
} | |
.\32 xl\:rounded-br-full { | |
border-bottom-right-radius: 9999px; | |
} | |
.\32 xl\:rounded-bl-revert { | |
border-bottom-left-radius: revert; | |
} | |
.\32 xl\:rounded-bl-auto { | |
border-bottom-left-radius: auto; | |
} | |
.\32 xl\:rounded-bl-1px { | |
border-bottom-left-radius: 1px; | |
} | |
.\32 xl\:rounded-bl-2px { | |
border-bottom-left-radius: 2px; | |
} | |
.\32 xl\:rounded-bl-3px { | |
border-bottom-left-radius: 3px; | |
} | |
.\32 xl\:rounded-bl-4px { | |
border-bottom-left-radius: 4px; | |
} | |
.\32 xl\:rounded-bl-5px { | |
border-bottom-left-radius: 5px; | |
} | |
.\32 xl\:rounded-bl-6px { | |
border-bottom-left-radius: 6px; | |
} | |
.\32 xl\:rounded-bl-7px { | |
border-bottom-left-radius: 7px; | |
} | |
.\32 xl\:rounded-bl-8px { | |
border-bottom-left-radius: 8px; | |
} | |
.\32 xl\:rounded-bl-9px { | |
border-bottom-left-radius: 9px; | |
} | |
.\32 xl\:rounded-bl-10px { | |
border-bottom-left-radius: 10px; | |
} | |
.\32 xl\:rounded-bl-12px { | |
border-bottom-left-radius: 12px; | |
} | |
.\32 xl\:rounded-bl-14px { | |
border-bottom-left-radius: 14px; | |
} | |
.\32 xl\:rounded-bl-16px { | |
border-bottom-left-radius: 16px; | |
} | |
.\32 xl\:rounded-bl-0 { | |
border-bottom-left-radius: 0; | |
} | |
.\32 xl\:rounded-bl-1 { | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-bl-2 { | |
border-bottom-left-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-bl-3 { | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-bl-4 { | |
border-bottom-left-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-bl-5 { | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-bl-6 { | |
border-bottom-left-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-bl-7 { | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-bl-8 { | |
border-bottom-left-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-bl-9 { | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-bl-10 { | |
border-bottom-left-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-bl-12 { | |
border-bottom-left-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-bl-14 { | |
border-bottom-left-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-bl-16 { | |
border-bottom-left-radius: 1rem; | |
} | |
.\32 xl\:rounded-bl-18 { | |
border-bottom-left-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-bl-20 { | |
border-bottom-left-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-bl-24 { | |
border-bottom-left-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-bl-28 { | |
border-bottom-left-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-bl-32 { | |
border-bottom-left-radius: 2rem; | |
} | |
.\32 xl\:rounded-bl-full { | |
border-bottom-left-radius: 9999px; | |
} | |
.\32 xl\:rounded-tl-revert { | |
border-top-left-radius: revert; | |
} | |
.\32 xl\:rounded-tl-auto { | |
border-top-left-radius: auto; | |
} | |
.\32 xl\:rounded-tl-1px { | |
border-top-left-radius: 1px; | |
} | |
.\32 xl\:rounded-tl-2px { | |
border-top-left-radius: 2px; | |
} | |
.\32 xl\:rounded-tl-3px { | |
border-top-left-radius: 3px; | |
} | |
.\32 xl\:rounded-tl-4px { | |
border-top-left-radius: 4px; | |
} | |
.\32 xl\:rounded-tl-5px { | |
border-top-left-radius: 5px; | |
} | |
.\32 xl\:rounded-tl-6px { | |
border-top-left-radius: 6px; | |
} | |
.\32 xl\:rounded-tl-7px { | |
border-top-left-radius: 7px; | |
} | |
.\32 xl\:rounded-tl-8px { | |
border-top-left-radius: 8px; | |
} | |
.\32 xl\:rounded-tl-9px { | |
border-top-left-radius: 9px; | |
} | |
.\32 xl\:rounded-tl-10px { | |
border-top-left-radius: 10px; | |
} | |
.\32 xl\:rounded-tl-12px { | |
border-top-left-radius: 12px; | |
} | |
.\32 xl\:rounded-tl-14px { | |
border-top-left-radius: 14px; | |
} | |
.\32 xl\:rounded-tl-16px { | |
border-top-left-radius: 16px; | |
} | |
.\32 xl\:rounded-tl-0 { | |
border-top-left-radius: 0; | |
} | |
.\32 xl\:rounded-tl-1 { | |
border-top-left-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-tl-2 { | |
border-top-left-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-tl-3 { | |
border-top-left-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-tl-4 { | |
border-top-left-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-tl-5 { | |
border-top-left-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-tl-6 { | |
border-top-left-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-tl-7 { | |
border-top-left-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-tl-8 { | |
border-top-left-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-tl-9 { | |
border-top-left-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-tl-10 { | |
border-top-left-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-tl-12 { | |
border-top-left-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-tl-14 { | |
border-top-left-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-tl-16 { | |
border-top-left-radius: 1rem; | |
} | |
.\32 xl\:rounded-tl-18 { | |
border-top-left-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-tl-20 { | |
border-top-left-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-tl-24 { | |
border-top-left-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-tl-28 { | |
border-top-left-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-tl-32 { | |
border-top-left-radius: 2rem; | |
} | |
.\32 xl\:rounded-tl-full { | |
border-top-left-radius: 9999px; | |
} | |
.\32 xl\:rounded-t-revert { | |
border-top-left-radius: revert; | |
border-top-right-radius: revert; | |
} | |
.\32 xl\:rounded-t-auto { | |
border-top-left-radius: auto; | |
border-top-right-radius: auto; | |
} | |
.\32 xl\:rounded-t-1px { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.\32 xl\:rounded-t-2px { | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.\32 xl\:rounded-t-3px { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.\32 xl\:rounded-t-4px { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.\32 xl\:rounded-t-5px { | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
} | |
.\32 xl\:rounded-t-6px { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px; | |
} | |
.\32 xl\:rounded-t-7px { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
.\32 xl\:rounded-t-8px { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.\32 xl\:rounded-t-9px { | |
border-top-left-radius: 9px; | |
border-top-right-radius: 9px; | |
} | |
.\32 xl\:rounded-t-10px { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.\32 xl\:rounded-t-12px { | |
border-top-left-radius: 12px; | |
border-top-right-radius: 12px; | |
} | |
.\32 xl\:rounded-t-14px { | |
border-top-left-radius: 14px; | |
border-top-right-radius: 14px; | |
} | |
.\32 xl\:rounded-t-16px { | |
border-top-left-radius: 16px; | |
border-top-right-radius: 16px; | |
} | |
.\32 xl\:rounded-t-0 { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.\32 xl\:rounded-t-1 { | |
border-top-left-radius: 0.0625rem; | |
border-top-right-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-t-2 { | |
border-top-left-radius: 0.125rem; | |
border-top-right-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-t-3 { | |
border-top-left-radius: 0.1875rem; | |
border-top-right-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-t-4 { | |
border-top-left-radius: 0.25rem; | |
border-top-right-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-t-5 { | |
border-top-left-radius: 0.3125rem; | |
border-top-right-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-t-6 { | |
border-top-left-radius: 0.375rem; | |
border-top-right-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-t-7 { | |
border-top-left-radius: 0.4375rem; | |
border-top-right-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-t-8 { | |
border-top-left-radius: 0.5rem; | |
border-top-right-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-t-9 { | |
border-top-left-radius: 0.5625rem; | |
border-top-right-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-t-10 { | |
border-top-left-radius: 0.625rem; | |
border-top-right-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-t-12 { | |
border-top-left-radius: 0.75rem; | |
border-top-right-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-t-14 { | |
border-top-left-radius: 0.875rem; | |
border-top-right-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-t-16 { | |
border-top-left-radius: 1rem; | |
border-top-right-radius: 1rem; | |
} | |
.\32 xl\:rounded-t-18 { | |
border-top-left-radius: 1.125rem; | |
border-top-right-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-t-20 { | |
border-top-left-radius: 1.25rem; | |
border-top-right-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-t-24 { | |
border-top-left-radius: 1.5rem; | |
border-top-right-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-t-28 { | |
border-top-left-radius: 1.75rem; | |
border-top-right-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-t-32 { | |
border-top-left-radius: 2rem; | |
border-top-right-radius: 2rem; | |
} | |
.\32 xl\:rounded-t-full { | |
border-top-left-radius: 9999px; | |
border-top-right-radius: 9999px; | |
} | |
.\32 xl\:rounded-r-revert { | |
border-top-right-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.\32 xl\:rounded-r-auto { | |
border-top-right-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.\32 xl\:rounded-r-1px { | |
border-top-right-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.\32 xl\:rounded-r-2px { | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.\32 xl\:rounded-r-3px { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.\32 xl\:rounded-r-4px { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.\32 xl\:rounded-r-5px { | |
border-top-right-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.\32 xl\:rounded-r-6px { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.\32 xl\:rounded-r-7px { | |
border-top-right-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.\32 xl\:rounded-r-8px { | |
border-top-right-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.\32 xl\:rounded-r-9px { | |
border-top-right-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.\32 xl\:rounded-r-10px { | |
border-top-right-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.\32 xl\:rounded-r-12px { | |
border-top-right-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.\32 xl\:rounded-r-14px { | |
border-top-right-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.\32 xl\:rounded-r-16px { | |
border-top-right-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.\32 xl\:rounded-r-0 { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.\32 xl\:rounded-r-1 { | |
border-top-right-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-r-2 { | |
border-top-right-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-r-3 { | |
border-top-right-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-r-4 { | |
border-top-right-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-r-5 { | |
border-top-right-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-r-6 { | |
border-top-right-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-r-7 { | |
border-top-right-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-r-8 { | |
border-top-right-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-r-9 { | |
border-top-right-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-r-10 { | |
border-top-right-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-r-12 { | |
border-top-right-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-r-14 { | |
border-top-right-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-r-16 { | |
border-top-right-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.\32 xl\:rounded-r-18 { | |
border-top-right-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-r-20 { | |
border-top-right-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-r-24 { | |
border-top-right-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-r-28 { | |
border-top-right-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-r-32 { | |
border-top-right-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.\32 xl\:rounded-r-full { | |
border-top-right-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.\32 xl\:rounded-b-revert { | |
border-bottom-left-radius: revert; | |
border-bottom-right-radius: revert; | |
} | |
.\32 xl\:rounded-b-auto { | |
border-bottom-left-radius: auto; | |
border-bottom-right-radius: auto; | |
} | |
.\32 xl\:rounded-b-1px { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.\32 xl\:rounded-b-2px { | |
border-bottom-left-radius: 2px; | |
border-bottom-right-radius: 2px; | |
} | |
.\32 xl\:rounded-b-3px { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.\32 xl\:rounded-b-4px { | |
border-bottom-left-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.\32 xl\:rounded-b-5px { | |
border-bottom-left-radius: 5px; | |
border-bottom-right-radius: 5px; | |
} | |
.\32 xl\:rounded-b-6px { | |
border-bottom-left-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.\32 xl\:rounded-b-7px { | |
border-bottom-left-radius: 7px; | |
border-bottom-right-radius: 7px; | |
} | |
.\32 xl\:rounded-b-8px { | |
border-bottom-left-radius: 8px; | |
border-bottom-right-radius: 8px; | |
} | |
.\32 xl\:rounded-b-9px { | |
border-bottom-left-radius: 9px; | |
border-bottom-right-radius: 9px; | |
} | |
.\32 xl\:rounded-b-10px { | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
.\32 xl\:rounded-b-12px { | |
border-bottom-left-radius: 12px; | |
border-bottom-right-radius: 12px; | |
} | |
.\32 xl\:rounded-b-14px { | |
border-bottom-left-radius: 14px; | |
border-bottom-right-radius: 14px; | |
} | |
.\32 xl\:rounded-b-16px { | |
border-bottom-left-radius: 16px; | |
border-bottom-right-radius: 16px; | |
} | |
.\32 xl\:rounded-b-0 { | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.\32 xl\:rounded-b-1 { | |
border-bottom-left-radius: 0.0625rem; | |
border-bottom-right-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-b-2 { | |
border-bottom-left-radius: 0.125rem; | |
border-bottom-right-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-b-3 { | |
border-bottom-left-radius: 0.1875rem; | |
border-bottom-right-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-b-4 { | |
border-bottom-left-radius: 0.25rem; | |
border-bottom-right-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-b-5 { | |
border-bottom-left-radius: 0.3125rem; | |
border-bottom-right-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-b-6 { | |
border-bottom-left-radius: 0.375rem; | |
border-bottom-right-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-b-7 { | |
border-bottom-left-radius: 0.4375rem; | |
border-bottom-right-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-b-8 { | |
border-bottom-left-radius: 0.5rem; | |
border-bottom-right-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-b-9 { | |
border-bottom-left-radius: 0.5625rem; | |
border-bottom-right-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-b-10 { | |
border-bottom-left-radius: 0.625rem; | |
border-bottom-right-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-b-12 { | |
border-bottom-left-radius: 0.75rem; | |
border-bottom-right-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-b-14 { | |
border-bottom-left-radius: 0.875rem; | |
border-bottom-right-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-b-16 { | |
border-bottom-left-radius: 1rem; | |
border-bottom-right-radius: 1rem; | |
} | |
.\32 xl\:rounded-b-18 { | |
border-bottom-left-radius: 1.125rem; | |
border-bottom-right-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-b-20 { | |
border-bottom-left-radius: 1.25rem; | |
border-bottom-right-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-b-24 { | |
border-bottom-left-radius: 1.5rem; | |
border-bottom-right-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-b-28 { | |
border-bottom-left-radius: 1.75rem; | |
border-bottom-right-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-b-32 { | |
border-bottom-left-radius: 2rem; | |
border-bottom-right-radius: 2rem; | |
} | |
.\32 xl\:rounded-b-full { | |
border-bottom-left-radius: 9999px; | |
border-bottom-right-radius: 9999px; | |
} | |
.\32 xl\:rounded-l-revert { | |
border-top-left-radius: revert; | |
border-bottom-left-radius: revert; | |
} | |
.\32 xl\:rounded-l-auto { | |
border-top-left-radius: auto; | |
border-bottom-left-radius: auto; | |
} | |
.\32 xl\:rounded-l-1px { | |
border-top-left-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.\32 xl\:rounded-l-2px { | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.\32 xl\:rounded-l-3px { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.\32 xl\:rounded-l-4px { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.\32 xl\:rounded-l-5px { | |
border-top-left-radius: 5px; | |
border-bottom-left-radius: 5px; | |
} | |
.\32 xl\:rounded-l-6px { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.\32 xl\:rounded-l-7px { | |
border-top-left-radius: 7px; | |
border-bottom-left-radius: 7px; | |
} | |
.\32 xl\:rounded-l-8px { | |
border-top-left-radius: 8px; | |
border-bottom-left-radius: 8px; | |
} | |
.\32 xl\:rounded-l-9px { | |
border-top-left-radius: 9px; | |
border-bottom-left-radius: 9px; | |
} | |
.\32 xl\:rounded-l-10px { | |
border-top-left-radius: 10px; | |
border-bottom-left-radius: 10px; | |
} | |
.\32 xl\:rounded-l-12px { | |
border-top-left-radius: 12px; | |
border-bottom-left-radius: 12px; | |
} | |
.\32 xl\:rounded-l-14px { | |
border-top-left-radius: 14px; | |
border-bottom-left-radius: 14px; | |
} | |
.\32 xl\:rounded-l-16px { | |
border-top-left-radius: 16px; | |
border-bottom-left-radius: 16px; | |
} | |
.\32 xl\:rounded-l-0 { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.\32 xl\:rounded-l-1 { | |
border-top-left-radius: 0.0625rem; | |
border-bottom-left-radius: 0.0625rem; | |
} | |
.\32 xl\:rounded-l-2 { | |
border-top-left-radius: 0.125rem; | |
border-bottom-left-radius: 0.125rem; | |
} | |
.\32 xl\:rounded-l-3 { | |
border-top-left-radius: 0.1875rem; | |
border-bottom-left-radius: 0.1875rem; | |
} | |
.\32 xl\:rounded-l-4 { | |
border-top-left-radius: 0.25rem; | |
border-bottom-left-radius: 0.25rem; | |
} | |
.\32 xl\:rounded-l-5 { | |
border-top-left-radius: 0.3125rem; | |
border-bottom-left-radius: 0.3125rem; | |
} | |
.\32 xl\:rounded-l-6 { | |
border-top-left-radius: 0.375rem; | |
border-bottom-left-radius: 0.375rem; | |
} | |
.\32 xl\:rounded-l-7 { | |
border-top-left-radius: 0.4375rem; | |
border-bottom-left-radius: 0.4375rem; | |
} | |
.\32 xl\:rounded-l-8 { | |
border-top-left-radius: 0.5rem; | |
border-bottom-left-radius: 0.5rem; | |
} | |
.\32 xl\:rounded-l-9 { | |
border-top-left-radius: 0.5625rem; | |
border-bottom-left-radius: 0.5625rem; | |
} | |
.\32 xl\:rounded-l-10 { | |
border-top-left-radius: 0.625rem; | |
border-bottom-left-radius: 0.625rem; | |
} | |
.\32 xl\:rounded-l-12 { | |
border-top-left-radius: 0.75rem; | |
border-bottom-left-radius: 0.75rem; | |
} | |
.\32 xl\:rounded-l-14 { | |
border-top-left-radius: 0.875rem; | |
border-bottom-left-radius: 0.875rem; | |
} | |
.\32 xl\:rounded-l-16 { | |
border-top-left-radius: 1rem; | |
border-bottom-left-radius: 1rem; | |
} | |
.\32 xl\:rounded-l-18 { | |
border-top-left-radius: 1.125rem; | |
border-bottom-left-radius: 1.125rem; | |
} | |
.\32 xl\:rounded-l-20 { | |
border-top-left-radius: 1.25rem; | |
border-bottom-left-radius: 1.25rem; | |
} | |
.\32 xl\:rounded-l-24 { | |
border-top-left-radius: 1.5rem; | |
border-bottom-left-radius: 1.5rem; | |
} | |
.\32 xl\:rounded-l-28 { | |
border-top-left-radius: 1.75rem; | |
border-bottom-left-radius: 1.75rem; | |
} | |
.\32 xl\:rounded-l-32 { | |
border-top-left-radius: 2rem; | |
border-bottom-left-radius: 2rem; | |
} | |
.\32 xl\:rounded-l-full { | |
border-top-left-radius: 9999px; | |
border-bottom-left-radius: 9999px; | |
} | |
.\32 xl\:-z-50 { | |
z-index: -50; | |
} | |
.\32 xl\:-z-40 { | |
z-index: -40; | |
} | |
.\32 xl\:-z-30 { | |
z-index: -30; | |
} | |
.\32 xl\:-z-20 { | |
z-index: -20; | |
} | |
.\32 xl\:-z-10 { | |
z-index: -10; | |
} | |
.\32 xl\:z-revert { | |
z-index: revert; | |
} | |
.\32 xl\:z-0 { | |
z-index: 0; | |
} | |
.\32 xl\:z-10 { | |
z-index: 10; | |
} | |
.\32 xl\:z-20 { | |
z-index: 20; | |
} | |
.\32 xl\:z-30 { | |
z-index: 30; | |
} | |
.\32 xl\:z-40 { | |
z-index: 40; | |
} | |
.\32 xl\:z-50 { | |
z-index: 50; | |
} | |
.\32 xl\:overflow-revert { | |
overflow: revert; | |
} | |
.\32 xl\:overflow-hidden { | |
overflow: hidden; | |
} | |
.\32 xl\:overflow-scroll { | |
overflow: scroll; | |
} | |
.\32 xl\:overflow-x-revert { | |
overflow-x: revert; | |
} | |
.\32 xl\:overflow-x-hidden { | |
overflow-x: hidden; | |
} | |
.\32 xl\:overflow-x-scroll { | |
overflow-x: scroll; | |
} | |
.\32 xl\:overflow-y-revert { | |
overflow-y: revert; | |
} | |
.\32 xl\:overflow-y-hidden { | |
overflow-y: hidden; | |
} | |
.\32 xl\:overflow-y-scroll { | |
overflow-y: scroll; | |
} | |
.\32 xl\:no-pointer-events { | |
pointer-events: none; | |
} | |
.\32 xl\:pointer-events { | |
pointer-events: auto; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@use "sass:math"; | |
@use "sass:meta"; | |
@use "config"; | |
@use "range-utils"; | |
@use "unit-utils"; | |
@use "template" as *; | |
@use "variants" as *; | |
@mixin debug($variants...) { | |
@if & == null { | |
[data-debug] * { | |
outline: 2px solid rgba(0, 128, 255, 0.5); | |
outline-offset: -1px; | |
} | |
[data-debug] svg * { | |
outline: revert; | |
} | |
// Use '[class="$=grow"]' to negate '<div class="hide <breakpoint>:show grow">' | |
// | |
// http://xahlee.info/js/html5_non-closing_tag | |
[data-debug] [class$="grow"]:not(area):not(base):not(br):not(col):not(embed):not(hr):not(img):not(input):not(link):not(meta):not(param):not(source):not(track):not(wbr):empty { | |
@include variants($variants...) { | |
align-self: stretch; | |
outline: 2px dashed rgba(0, 128, 255, 0.5); | |
outline-offset: -1px; | |
} | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin hide-show($variants...) { | |
// Use '[class]' to arbitrarily increase selector specificity | |
.hide[class] { | |
@include variants($variants...) { | |
display: none; | |
} | |
} | |
// Use '[class]' to arbitrarily increase selector specificity | |
.show[class] { | |
@include variants($variants...) { | |
display: revert; | |
} | |
} | |
.show.row { | |
@include variants($variants...) { | |
display: flex; | |
} | |
} | |
.show.col { | |
@include variants($variants...) { | |
display: flex; | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin margin($variants...) { | |
$range: range-utils.filter( | |
(min: -64), | |
config.$n-range, | |
); | |
@include template(m, (margin), $range, $variants...); | |
@include template(mx, (margin-left, margin-right), $range, $variants...); | |
@include template(my, (margin-top, margin-bottom), $range, $variants...); | |
@include template(mt, (margin-top), $range, $variants...); | |
@include template(mr, (margin-right), $range, $variants...); | |
@include template(mb, (margin-bottom), $range, $variants...); | |
@include template(ml, (margin-left), $range, $variants...); | |
$range: range-utils.filter( | |
(max: 256), | |
config.$range, | |
); | |
@include template(m, (margin), $range, $variants...); | |
@include template(mx, (margin-left, margin-right), $range, $variants...); | |
@include template(my, (margin-top, margin-bottom), $range, $variants...); | |
@include template(mt, (margin-top), $range, $variants...); | |
@include template(mr, (margin-right), $range, $variants...); | |
@include template(mb, (margin-bottom), $range, $variants...); | |
@include template(ml, (margin-left), $range, $variants...); | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin padding($variants...) { | |
$range: range-utils.filter( | |
(max: 256), | |
config.$range, | |
); | |
@include template(p, (padding), $range, $variants...); | |
@include template(px, (padding-left, padding-right), $range, $variants...); | |
@include template(py, (padding-top, padding-bottom), $range, $variants...); | |
@include template(pt, (padding-top), $range, $variants...); | |
@include template(pr, (padding-right), $range, $variants...); | |
@include template(pb, (padding-bottom), $range, $variants...); | |
@include template(pl, (padding-left), $range, $variants...); | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin position($variants...) { | |
@each $value in (revert, static, absolute, fixed, relative, sticky) { | |
.#{$value} { | |
@include variants($variants...) { | |
position: $value; | |
@if $value == revert or $value == static or $value == relative { | |
z-index: revert; | |
pointer-events: revert; | |
} @else if $value == absolute or $value == fixed or $value == sticky { | |
// Increase 'z-index' by one step (increments of 10) and disable | |
// 'pointer-events' by default | |
z-index: 10; | |
pointer-events: none; | |
} | |
} | |
} | |
} | |
.inset-revert { @include variants($variants...) { inset: revert; } } | |
.inset { @include variants($variants...) { inset: 0; } } | |
.inset-tr { @include variants($variants...) { inset: 0; bottom: revert; left: revert; } } | |
.inset-br { @include variants($variants...) { inset: 0; top: revert; left: revert; } } | |
.inset-bl { @include variants($variants...) { inset: 0; top: revert; right: revert; } } | |
.inset-tl { @include variants($variants...) { inset: 0; right: revert; bottom: revert; } } | |
.inset-t { @include variants($variants...) { inset: 0; bottom: revert; } } | |
.inset-r { @include variants($variants...) { inset: 0; left: revert; } } | |
.inset-b { @include variants($variants...) { inset: 0; top: revert; } } | |
.inset-l { @include variants($variants...) { inset: 0; right: revert; } } | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin flex($variants...) { | |
.row { | |
@include variants($variants...) { | |
display: flex; | |
flex-direction: row; | |
min-width: min-content; | |
} | |
} | |
.col { | |
@include variants($variants...) { | |
display: flex; | |
flex-direction: column; | |
min-width: min-content; | |
} | |
} | |
@each $property-shorthand, $property in ( | |
justify: justify-content, | |
align: align-items, | |
justify-self: justify-self, | |
align-self: align-self, | |
) { | |
@each $value-shorthand, $value in ( | |
revert: revert, | |
stretch: stretch, | |
start: flex-start, | |
center: center, | |
end: flex-end, | |
) { | |
.#{$property-shorthand}-#{$value-shorthand} { | |
@include variants($variants...) { | |
#{$property}: #{$value}; | |
} | |
} | |
} | |
} | |
$range: range-utils.filter( | |
(max: 256), | |
config.$range, | |
); | |
@include template(gap, (gap), $range, $variants...); | |
.grow { | |
@include variants($variants...) { | |
flex-grow: 1; | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin aspect-ratio($variants...) { | |
.aspect { | |
@include variants($variants...) { | |
--aspect-w: 0; | |
--aspect-h: 0; | |
aspect-ratio: calc(var(--aspect-w) / var(--aspect-h)); | |
} | |
} | |
@each $value in (revert, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16) { | |
.aspect-w-#{$value} { | |
@include variants($variants...) { | |
--aspect-w: #{$value}; | |
} | |
} | |
} | |
@each $value in (revert, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16) { | |
.aspect-h-#{$value} { | |
@include variants($variants...) { | |
--aspect-h: #{$value}; | |
} | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin width($variants...) { | |
$range: range-utils.merge( | |
range-utils.filter( | |
(max: 1536), | |
config.$range, | |
), | |
0%, | |
10%, | |
20%, | |
25%, | |
30%, | |
40%, | |
50%, | |
60%, | |
70%, | |
75%, | |
80%, | |
90%, | |
100%, // w-full | |
100vw, // w-screen | |
); | |
@include template(w, (width), $range, $variants...); | |
$range: range-utils.filter( | |
(min: 384), | |
config.$range, | |
); | |
@each $value in $range { | |
.max-w-#{$value} { | |
@include variants($variants...) { | |
max-width: unit-utils.px($value); | |
} | |
} | |
} | |
@each $key, $value in config.$breakpoints { | |
.max-w-#{$key} { | |
@include variants($variants...) { | |
max-width: unit-utils.px($value); | |
} | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin height($variants...) { | |
$range: range-utils.merge( | |
range-utils.filter( | |
(max: 1536), | |
config.$range, | |
), | |
0%, | |
10%, | |
20%, | |
25%, | |
30%, | |
40%, | |
50%, | |
60%, | |
70%, | |
75%, | |
80%, | |
90%, | |
100%, // h-full | |
100vh, // h-screen | |
); | |
@include template(h, (height), $range, $variants...); | |
.min-h-revert { @include variants($variants...) { min-height: revert; } } | |
.min-h-screen { @include variants($variants...) { min-height: 100vh; } } | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin border-width($variants...) { | |
$range: range-utils.filter( | |
(max: 8), | |
config.$range, | |
); | |
@include template(border, (border-width), $range, $variants...); | |
@include template(border-x, (border-left-width, border-right-width), $range, $variants...); | |
@include template(border-y, (border-top-width, border-bottom-width), $range, $variants...); | |
@include template(border-tr, (border-top-width, border-right-width), $range, $variants...); | |
@include template(border-br, (border-bottom-width, border-right-width), $range, $variants...); | |
@include template(border-bl, (border-bottom-width, border-left-width), $range, $variants...); | |
@include template(border-tl, (border-top-width, border-left-width), $range, $variants...); | |
@include template(border-t, (border-top-width), $range, $variants...); | |
@include template(border-r, (border-right-width), $range, $variants...); | |
@include template(border-b, (border-bottom-width), $range, $variants...); | |
@include template(border-l, (border-left-width), $range, $variants...); | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin border-radius($variants...) { | |
$range: range-utils.merge( | |
range-utils.filter( | |
(max: 32), | |
config.$range, | |
), | |
9999px, | |
); | |
@include template(rounded, (border-radius), $range, $variants...); | |
@include template(rounded-tr, (border-top-right-radius), $range, $variants...); | |
@include template(rounded-br, (border-bottom-right-radius), $range, $variants...); | |
@include template(rounded-bl, (border-bottom-left-radius), $range, $variants...); | |
@include template(rounded-tl, (border-top-left-radius), $range, $variants...); | |
@include template(rounded-t, (border-top-left-radius, border-top-right-radius), $range, $variants...); | |
@include template(rounded-r, (border-top-right-radius, border-bottom-right-radius), $range, $variants...); | |
@include template(rounded-b, (border-bottom-left-radius, border-bottom-right-radius), $range, $variants...); | |
@include template(rounded-l, (border-top-left-radius, border-bottom-left-radius), $range, $variants...); | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin z-index($variants...) { | |
@each $value in config.$z-index { | |
$sign: if(meta.type-of($value) == number and $value < 0, "-", ""); | |
$abs-value: if(meta.type-of($value) == number, math.abs($value), $value); | |
.#{$sign}z-#{$abs-value} { | |
@include variants($variants...) { | |
z-index: $value; | |
} | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin overflow($variants...) { | |
@each $key in ("", -x, -y) { | |
@each $value in (revert, hidden, scroll) { | |
.overflow#{$key}-#{$value} { | |
@include variants($variants...) { | |
#{overflow + $key}: #{$value}; | |
} | |
} | |
} | |
} | |
} | |
//////////////////////////////////////////////////////////////////////////////// | |
@mixin pointer-events($variants...) { | |
.no-pointer-events { @include variants($variants...) { pointer-events: none; } } | |
.pointer-events { @include variants($variants...) { pointer-events: auto; } } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment