|
|
@ -995,6 +995,10 @@ video {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.inline-flex {
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table {
|
|
|
|
.table {
|
|
|
|
display: table;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1240,6 +1244,10 @@ video {
|
|
|
|
width: 0.375rem;
|
|
|
|
width: 0.375rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.w-1\/6 {
|
|
|
|
|
|
|
|
width: 16.666667%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.w-10 {
|
|
|
|
.w-10 {
|
|
|
|
width: 2.5rem;
|
|
|
|
width: 2.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1473,10 +1481,6 @@ video {
|
|
|
|
max-width: 48rem;
|
|
|
|
max-width: 48rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.max-w-\[300px\] {
|
|
|
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.max-w-\[80\%\] {
|
|
|
|
.max-w-\[80\%\] {
|
|
|
|
max-width: 80%;
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1761,6 +1765,10 @@ video {
|
|
|
|
border-color: rgb(229 231 235 / var(--tw-divide-opacity));
|
|
|
|
border-color: rgb(229 231 235 / var(--tw-divide-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.self-start {
|
|
|
|
|
|
|
|
align-self: flex-start;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.self-end {
|
|
|
|
.self-end {
|
|
|
|
align-self: flex-end;
|
|
|
|
align-self: flex-end;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -2039,6 +2047,11 @@ video {
|
|
|
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg-blue-100 {
|
|
|
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
|
|
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bg-blue-200 {
|
|
|
|
.bg-blue-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
|
|
@ -2099,6 +2112,11 @@ video {
|
|
|
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg-green-100 {
|
|
|
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
|
|
|
background-color: rgb(220 252 231 / var(--tw-bg-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bg-green-200 {
|
|
|
|
.bg-green-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
|
|
|
@ -2149,6 +2167,11 @@ video {
|
|
|
|
background-color: rgb(233 213 255 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(233 213 255 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg-red-100 {
|
|
|
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
|
|
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bg-red-200 {
|
|
|
|
.bg-red-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
|
|
|
@ -2203,6 +2226,11 @@ video {
|
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg-yellow-100 {
|
|
|
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
|
|
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bg-yellow-200 {
|
|
|
|
.bg-yellow-200 {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
|
|
|
@ -2635,6 +2663,11 @@ video {
|
|
|
|
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
|
|
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text-blue-800 {
|
|
|
|
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
|
|
|
|
color: rgb(30 64 175 / var(--tw-text-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.text-fifthosiblue {
|
|
|
|
.text-fifthosiblue {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(146 156 183 / var(--tw-text-opacity));
|
|
|
|
color: rgb(146 156 183 / var(--tw-text-opacity));
|
|
|
@ -2685,6 +2718,11 @@ video {
|
|
|
|
color: rgb(21 128 61 / var(--tw-text-opacity));
|
|
|
|
color: rgb(21 128 61 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text-green-800 {
|
|
|
|
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
|
|
|
|
color: rgb(22 101 52 / var(--tw-text-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.text-orange-500 {
|
|
|
|
.text-orange-500 {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(249 115 22 / var(--tw-text-opacity));
|
|
|
|
color: rgb(249 115 22 / var(--tw-text-opacity));
|
|
|
@ -2700,6 +2738,11 @@ video {
|
|
|
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
|
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text-red-800 {
|
|
|
|
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
|
|
|
|
color: rgb(153 27 27 / var(--tw-text-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.text-secondosiblue {
|
|
|
|
.text-secondosiblue {
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
color: rgb(55 74 122 / var(--tw-text-opacity));
|
|
|
|
color: rgb(55 74 122 / var(--tw-text-opacity));
|
|
|
@ -2720,6 +2763,11 @@ video {
|
|
|
|
color: rgb(234 179 8 / var(--tw-text-opacity));
|
|
|
|
color: rgb(234 179 8 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text-yellow-800 {
|
|
|
|
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
|
|
|
|
color: rgb(133 77 14 / var(--tw-text-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.underline {
|
|
|
|
.underline {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|