From 23d0ef84fcc22ceb9396d81ca9cef43d2ecf2c25 Mon Sep 17 00:00:00 2001 From: nzbin Date: Tue, 2 Mar 2021 23:34:27 +0800 Subject: [PATCH] chore: release 2.1.0 --- dist/snack-helper.css | 796 ++++++++++++++++++---------------- dist/snack-helper.css.map | 2 +- dist/snack-helper.min.css | 6 +- dist/snack-helper.min.css.map | 2 +- docs/css/snack-helper.css | 796 ++++++++++++++++++---------------- package.json | 2 +- 6 files changed, 834 insertions(+), 770 deletions(-) diff --git a/dist/snack-helper.css b/dist/snack-helper.css index 8305e88..5ab0ebe 100644 --- a/dist/snack-helper.css +++ b/dist/snack-helper.css @@ -1,8 +1,8 @@ /*! - * snack-helper - v2.0.0 + * snack-helper - v2.1.0 * A universal CSS helper library. - * https://nzbin.github.io/snack-helper/ + * https://snack-ui.github.io/snack-helper/ * * Copyright (c) 2017 nzbin * Released under MIT License @@ -644,6 +644,294 @@ background-color: #7d0022 !important; } +.object-contain { + object-fit: contain !important; +} + +.object-cover { + object-fit: cover !important; +} + +.object-fill { + object-fit: fill !important; +} + +.object-none { + object-fit: none !important; +} + +.object-scale-down { + object-fit: scale-down !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.shadow-1 { + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; +} + +.shadow-2 { + box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; +} + +.shadow-3 { + box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.12), 0 4px 8px -2px rgba(0, 0, 0, 0.06) !important; +} + +.shadow-4 { + box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.06) !important; +} + +.shadow-5 { + box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.12), 0 16px 32px -8px rgba(0, 0, 0, 0.06) !important; +} + +.r-0 { + border-radius: 0 !important; +} + +.r-4 { + border-radius: 0.25rem !important; +} + +.r-8 { + border-radius: 0.5rem !important; +} + +.r-12 { + border-radius: 0.75rem !important; +} + +.r-16 { + border-radius: 1rem !important; +} + +.r-full { + border-radius: 50rem !important; +} + +.r-t-l-0 { + border-top-left-radius: 0 !important; +} + +.r-t-l-4 { + border-top-left-radius: 0.25rem !important; +} + +.r-t-l-8 { + border-top-left-radius: 0.5rem !important; +} + +.r-t-l-12 { + border-top-left-radius: 0.75rem !important; +} + +.r-t-l-16 { + border-top-left-radius: 1rem !important; +} + +.r-t-l-full { + border-top-left-radius: 50rem !important; +} + +.r-t-r-0 { + border-top-right-radius: 0 !important; +} + +.r-t-r-4 { + border-top-right-radius: 0.25rem !important; +} + +.r-t-r-8 { + border-top-right-radius: 0.5rem !important; +} + +.r-t-r-12 { + border-top-right-radius: 0.75rem !important; +} + +.r-t-r-16 { + border-top-right-radius: 1rem !important; +} + +.r-t-r-full { + border-top-right-radius: 50rem !important; +} + +.r-b-r-0 { + border-bottom-right-radius: 0 !important; +} + +.r-b-r-4 { + border-bottom-right-radius: 0.25rem !important; +} + +.r-b-r-8 { + border-bottom-right-radius: 0.5rem !important; +} + +.r-b-r-12 { + border-bottom-right-radius: 0.75rem !important; +} + +.r-b-r-16 { + border-bottom-right-radius: 1rem !important; +} + +.r-b-r-full { + border-bottom-right-radius: 50rem !important; +} + +.r-b-l-0 { + border-bottom-left-radius: 0 !important; +} + +.r-b-l-4 { + border-bottom-left-radius: 0.25rem !important; +} + +.r-b-l-8 { + border-bottom-left-radius: 0.5rem !important; +} + +.r-b-l-12 { + border-bottom-left-radius: 0.75rem !important; +} + +.r-b-l-16 { + border-bottom-left-radius: 1rem !important; +} + +.r-b-l-full { + border-bottom-left-radius: 50rem !important; +} + +.b-0 { + border: 0 !important; +} + +.b-1 { + border: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-2 { + border: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-4 { + border: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-8 { + border: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-0 { + border-top: 0 !important; +} + +.b-t-1 { + border-top: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-2 { + border-top: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-4 { + border-top: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-8 { + border-top: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-0 { + border-bottom: 0 !important; +} + +.b-b-1 { + border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-2 { + border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-4 { + border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-8 { + border-bottom: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-0 { + border-right: 0 !important; +} + +.b-r-1 { + border-right: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-2 { + border-right: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-4 { + border-right: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-8 { + border-right: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-0 { + border-left: 0 !important; +} + +.b-l-1 { + border-left: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-2 { + border-left: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-4 { + border-left: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-8 { + border-left: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.cursor-default { + cursor: default !important; +} + +.cursor-pointer { + cursor: pointer !important; +} + +.cursor-not-allowed { + cursor: not-allowed !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + .f-s-0 { font-size: 0 !important; } @@ -752,6 +1040,46 @@ text-overflow: ellipsis !important; } +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.overflow-x-hidden { + overflow-x: hidden !important; +} + +.overflow-x-visible { + overflow-x: visible !important; +} + +.overflow-x-scroll { + overflow-x: scroll !important; +} + +.overflow-y-hidden { + overflow-y: hidden !important; +} + +.overflow-y-visible { + overflow-y: visible !important; +} + +.overflow-y-scroll { + overflow-y: scroll !important; +} + .m-0 { margin: 0 !important; } @@ -1404,356 +1732,152 @@ padding-right: 2rem !important; } -.p-r-48 { - padding-right: 3rem !important; -} - -.p-b-0 { - padding-bottom: 0 !important; -} - -.p-b-4 { - padding-bottom: 0.25rem !important; -} - -.p-b-8 { - padding-bottom: 0.5rem !important; -} - -.p-b-12 { - padding-bottom: 0.75rem !important; -} - -.p-b-16 { - padding-bottom: 1rem !important; -} - -.p-b-24 { - padding-bottom: 1.5rem !important; -} - -.p-b-32 { - padding-bottom: 2rem !important; -} - -.p-b-48 { - padding-bottom: 3rem !important; -} - -.p-l-0 { - padding-left: 0 !important; -} - -.p-l-4 { - padding-left: 0.25rem !important; -} - -.p-l-8 { - padding-left: 0.5rem !important; -} - -.p-l-12 { - padding-left: 0.75rem !important; -} - -.p-l-16 { - padding-left: 1rem !important; -} - -.p-l-24 { - padding-left: 1.5rem !important; -} - -.p-l-32 { - padding-left: 2rem !important; -} - -.p-l-48 { - padding-left: 3rem !important; -} - -.w-0 { - width: 0 !important; -} - -.w-20 { - width: 20% !important; -} - -.w-25 { - width: 25% !important; -} - -.w-40 { - width: 40% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-60 { - width: 60% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-80 { - width: 80% !important; -} - -.w-full { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.h-0 { - height: 0 !important; -} - -.h-20 { - height: 20% !important; -} - -.h-25 { - height: 25% !important; -} - -.h-40 { - height: 40% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-60 { - height: 60% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-80 { - height: 80% !important; -} - -.h-full { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.shadow-1 { - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; -} - -.shadow-2 { - box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; -} - -.shadow-3 { - box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.12), 0 4px 8px -2px rgba(0, 0, 0, 0.06) !important; -} - -.shadow-4 { - box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.06) !important; -} - -.shadow-5 { - box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.12), 0 16px 32px -8px rgba(0, 0, 0, 0.06) !important; -} - -.r-0 { - border-radius: 0 !important; -} - -.r-4 { - border-radius: 0.25rem !important; -} - -.r-8 { - border-radius: 0.5rem !important; -} - -.r-12 { - border-radius: 0.75rem !important; -} - -.r-16 { - border-radius: 1rem !important; -} - -.r-full { - border-radius: 9999px !important; -} - -.r-t-l-0 { - border-top-left-radius: 0 !important; -} - -.r-t-l-4 { - border-top-left-radius: 0.25rem !important; -} - -.r-t-l-8 { - border-top-left-radius: 0.5rem !important; +.p-r-48 { + padding-right: 3rem !important; } -.r-t-l-12 { - border-top-left-radius: 0.75rem !important; +.p-b-0 { + padding-bottom: 0 !important; } -.r-t-l-16 { - border-top-left-radius: 1rem !important; +.p-b-4 { + padding-bottom: 0.25rem !important; } -.r-t-l-full { - border-top-left-radius: 9999px !important; +.p-b-8 { + padding-bottom: 0.5rem !important; } -.r-t-r-0 { - border-top-right-radius: 0 !important; +.p-b-12 { + padding-bottom: 0.75rem !important; } -.r-t-r-4 { - border-top-right-radius: 0.25rem !important; +.p-b-16 { + padding-bottom: 1rem !important; } -.r-t-r-8 { - border-top-right-radius: 0.5rem !important; +.p-b-24 { + padding-bottom: 1.5rem !important; } -.r-t-r-12 { - border-top-right-radius: 0.75rem !important; +.p-b-32 { + padding-bottom: 2rem !important; } -.r-t-r-16 { - border-top-right-radius: 1rem !important; +.p-b-48 { + padding-bottom: 3rem !important; } -.r-t-r-full { - border-top-right-radius: 9999px !important; +.p-l-0 { + padding-left: 0 !important; } -.r-b-r-0 { - border-bottom-right-radius: 0 !important; +.p-l-4 { + padding-left: 0.25rem !important; } -.r-b-r-4 { - border-bottom-right-radius: 0.25rem !important; +.p-l-8 { + padding-left: 0.5rem !important; } -.r-b-r-8 { - border-bottom-right-radius: 0.5rem !important; +.p-l-12 { + padding-left: 0.75rem !important; } -.r-b-r-12 { - border-bottom-right-radius: 0.75rem !important; +.p-l-16 { + padding-left: 1rem !important; } -.r-b-r-16 { - border-bottom-right-radius: 1rem !important; +.p-l-24 { + padding-left: 1.5rem !important; } -.r-b-r-full { - border-bottom-right-radius: 9999px !important; +.p-l-32 { + padding-left: 2rem !important; } -.r-b-l-0 { - border-bottom-left-radius: 0 !important; +.p-l-48 { + padding-left: 3rem !important; } -.r-b-l-4 { - border-bottom-left-radius: 0.25rem !important; +.w-0 { + width: 0 !important; } -.r-b-l-8 { - border-bottom-left-radius: 0.5rem !important; +.w-20 { + width: 20% !important; } -.r-b-l-12 { - border-bottom-left-radius: 0.75rem !important; +.w-25 { + width: 25% !important; } -.r-b-l-16 { - border-bottom-left-radius: 1rem !important; +.w-40 { + width: 40% !important; } -.r-b-l-full { - border-bottom-left-radius: 9999px !important; +.w-50 { + width: 50% !important; } -.static { - position: static !important; +.w-60 { + width: 60% !important; } -.fixed { - position: fixed !important; +.w-75 { + width: 75% !important; } -.absolute { - position: absolute !important; +.w-80 { + width: 80% !important; } -.relative { - position: relative !important; +.w-full { + width: 100% !important; } -.sticky { - position: sticky !important; +.w-auto { + width: auto !important; } -.overflow-auto { - overflow: auto !important; +.h-0 { + height: 0 !important; } -.overflow-hidden { - overflow: hidden !important; +.h-20 { + height: 20% !important; } -.overflow-visible { - overflow: visible !important; +.h-25 { + height: 25% !important; } -.overflow-scroll { - overflow: scroll !important; +.h-40 { + height: 40% !important; } -.overflow-x-hidden { - overflow-x: hidden !important; +.h-50 { + height: 50% !important; } -.overflow-x-visible { - overflow-x: visible !important; +.h-60 { + height: 60% !important; } -.overflow-x-scroll { - overflow-x: scroll !important; +.h-75 { + height: 75% !important; } -.overflow-y-hidden { - overflow-y: hidden !important; +.h-80 { + height: 80% !important; } -.overflow-y-visible { - overflow-y: visible !important; +.h-full { + height: 100% !important; } -.overflow-y-scroll { - overflow-y: scroll !important; +.h-auto { + height: auto !important; } .float-left { @@ -1908,116 +2032,24 @@ display: none !important; } -.b-0 { - border: 0 !important; -} - -.b-1 { - border: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-2 { - border: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-4 { - border: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-8 { - border: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-0 { - border-top: 0 !important; -} - -.b-t-1 { - border-top: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-2 { - border-top: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-4 { - border-top: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-8 { - border-top: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-0 { - border-bottom: 0 !important; -} - -.b-b-1 { - border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-2 { - border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-4 { - border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-8 { - border-bottom: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-0 { - border-right: 0 !important; -} - -.b-r-1 { - border-right: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-2 { - border-right: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-4 { - border-right: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-8 { - border-right: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-l-0 { - border-left: 0 !important; -} - -.b-l-1 { - border-left: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-l-2 { - border-left: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-l-4 { - border-left: 4px solid rgba(0, 0, 0, 0.12) !important; +.static { + position: static !important; } -.b-l-8 { - border-left: 8px solid rgba(0, 0, 0, 0.12) !important; +.fixed { + position: fixed !important; } -.align-top { - vertical-align: top !important; +.absolute { + position: absolute !important; } -.align-middle { - vertical-align: middle !important; +.relative { + position: relative !important; } -.align-bottom { - vertical-align: bottom !important; +.sticky { + position: sticky !important; } /*# sourceMappingURL=snack-helper.css.map */ \ No newline at end of file diff --git a/dist/snack-helper.css.map b/dist/snack-helper.css.map index 44ed401..d82e1c4 100644 --- a/dist/snack-helper.css.map +++ b/dist/snack-helper.css.map @@ -1 +1 @@ -{"version":3,"sources":["","snack-helper.css"],"names":[],"mappings":";AAAA;;;;;;;GAAA;;ACAA;EACE,uBAAuB;AACzB;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,kCAAkC;AACpC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,wCAAwC;AAC1C;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;E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","file":"snack-helper.css","sourcesContent":[null,".text-white {\n color: white !important;\n}\n\n.text-black {\n color: #2d353c !important;\n}\n\n.text-gray {\n color: #969696 !important;\n}\n\n.text-gray-light {\n color: #bcbcbc !important;\n}\n\n.text-gray-lighter {\n color: #d6d6d6 !important;\n}\n\n.text-gray-lightest {\n color: #efefef !important;\n}\n\n.text-gray-dark {\n color: #707070 !important;\n}\n\n.text-gray-darker {\n color: #565656 !important;\n}\n\n.text-gray-darkest {\n color: #3d3d3d !important;\n}\n\n.text-brown {\n color: #a57868 !important;\n}\n\n.text-brown-light {\n color: #c2a398 !important;\n}\n\n.text-brown-lighter {\n color: #d5bfb8 !important;\n}\n\n.text-brown-lightest {\n color: #e8dcd8 !important;\n}\n\n.text-brown-dark {\n color: #795548 !important;\n}\n\n.text-brown-darker {\n color: #593e35 !important;\n}\n\n.text-brown-darkest {\n color: #392822 !important;\n}\n\n.text-red {\n color: #ff291d !important;\n}\n\n.text-red-light {\n color: #ff716a !important;\n}\n\n.text-red-lighter {\n color: #ffa29d !important;\n}\n\n.text-red-lightest {\n color: #ffd2d0 !important;\n}\n\n.text-red-dark {\n color: #d00b00 !important;\n}\n\n.text-red-darker {\n color: #9d0800 !important;\n}\n\n.text-red-darkest {\n color: #6a0600 !important;\n}\n\n.text-orange {\n color: #ff9500 !important;\n}\n\n.text-orange-light {\n color: #ffb54d !important;\n}\n\n.text-orange-lighter {\n color: #ffca80 !important;\n}\n\n.text-orange-lightest {\n color: #ffdfb3 !important;\n}\n\n.text-orange-dark {\n color: #b36800 !important;\n}\n\n.text-orange-darker {\n color: #804b00 !important;\n}\n\n.text-orange-darkest {\n color: #4d2d00 !important;\n}\n\n.text-yellow {\n color: #ffe70e !important;\n}\n\n.text-yellow-light {\n color: #ffef5b !important;\n}\n\n.text-yellow-lighter {\n color: #fff48e !important;\n}\n\n.text-yellow-lightest {\n color: #fff9c1 !important;\n}\n\n.text-yellow-dark {\n color: #c1ad00 !important;\n}\n\n.text-yellow-darker {\n color: #8e7f00 !important;\n}\n\n.text-yellow-darkest {\n color: #5b5100 !important;\n}\n\n.text-green {\n color: #4cd964 !important;\n}\n\n.text-green-light {\n color: #8be69b !important;\n}\n\n.text-green-lighter {\n color: #b5efbf !important;\n}\n\n.text-green-lightest {\n color: #dff8e4 !important;\n}\n\n.text-green-dark {\n color: #26b33e !important;\n}\n\n.text-green-darker {\n color: #1d892f !important;\n}\n\n.text-green-darkest {\n color: #145e21 !important;\n}\n\n.text-teal {\n color: #18e0cd !important;\n}\n\n.text-teal-light {\n color: #57eddf !important;\n}\n\n.text-teal-lighter {\n color: #86f2e8 !important;\n}\n\n.text-teal-lightest {\n color: #b4f7f1 !important;\n}\n\n.text-teal-dark {\n color: #119b8e !important;\n}\n\n.text-teal-darker {\n color: #0c6d64 !important;\n}\n\n.text-teal-darkest {\n color: #073f39 !important;\n}\n\n.text-blue {\n color: #007aff !important;\n}\n\n.text-blue-light {\n color: #4da2ff !important;\n}\n\n.text-blue-lighter {\n color: #80bdff !important;\n}\n\n.text-blue-lightest {\n color: #b3d7ff !important;\n}\n\n.text-blue-dark {\n color: #0055b3 !important;\n}\n\n.text-blue-darker {\n color: #003d80 !important;\n}\n\n.text-blue-darkest {\n color: #00254d !important;\n}\n\n.text-indigo {\n color: #5f6ec7 !important;\n}\n\n.text-indigo-light {\n color: #98a1db !important;\n}\n\n.text-indigo-lighter {\n color: #bdc4e8 !important;\n}\n\n.text-indigo-lightest {\n color: #e3e6f5 !important;\n}\n\n.text-indigo-dark {\n color: #3847a1 !important;\n}\n\n.text-indigo-darker {\n color: #2b377b !important;\n}\n\n.text-indigo-darkest {\n color: #1e2656 !important;\n}\n\n.text-purple {\n color: #af2ec5 !important;\n}\n\n.text-purple-light {\n color: #ca65db !important;\n}\n\n.text-purple-lighter {\n color: #d88ee5 !important;\n}\n\n.text-purple-lightest {\n color: #e6b7ee !important;\n}\n\n.text-purple-dark {\n color: #782087 !important;\n}\n\n.text-purple-darker {\n color: #53165e !important;\n}\n\n.text-purple-darkest {\n color: #2e0c34 !important;\n}\n\n.text-pink {\n color: #ff3069 !important;\n}\n\n.text-pink-light {\n color: #ff7da0 !important;\n}\n\n.text-pink-lighter {\n color: #ffb0c5 !important;\n}\n\n.text-pink-lightest {\n color: #ffe3ea !important;\n}\n\n.text-pink-dark {\n color: #e3003e !important;\n}\n\n.text-pink-darker {\n color: #b00030 !important;\n}\n\n.text-pink-darkest {\n color: #7d0022 !important;\n}\n\n.bg-white {\n background-color: white !important;\n}\n\n.bg-black {\n background-color: #2d353c !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.bg-gray {\n background-color: #969696 !important;\n}\n\n.bg-gray-light {\n background-color: #bcbcbc !important;\n}\n\n.bg-gray-lighter {\n background-color: #d6d6d6 !important;\n}\n\n.bg-gray-lightest {\n background-color: #efefef !important;\n}\n\n.bg-gray-dark {\n background-color: #707070 !important;\n}\n\n.bg-gray-darker {\n background-color: #565656 !important;\n}\n\n.bg-gray-darkest {\n background-color: #3d3d3d !important;\n}\n\n.bg-brown {\n background-color: #a57868 !important;\n}\n\n.bg-brown-light {\n background-color: #c2a398 !important;\n}\n\n.bg-brown-lighter {\n background-color: #d5bfb8 !important;\n}\n\n.bg-brown-lightest {\n background-color: #e8dcd8 !important;\n}\n\n.bg-brown-dark {\n background-color: #795548 !important;\n}\n\n.bg-brown-darker {\n background-color: #593e35 !important;\n}\n\n.bg-brown-darkest {\n background-color: #392822 !important;\n}\n\n.bg-red {\n background-color: #ff291d !important;\n}\n\n.bg-red-light {\n background-color: #ff716a !important;\n}\n\n.bg-red-lighter {\n background-color: #ffa29d !important;\n}\n\n.bg-red-lightest {\n background-color: #ffd2d0 !important;\n}\n\n.bg-red-dark {\n background-color: #d00b00 !important;\n}\n\n.bg-red-darker {\n background-color: #9d0800 !important;\n}\n\n.bg-red-darkest {\n background-color: #6a0600 !important;\n}\n\n.bg-orange {\n background-color: #ff9500 !important;\n}\n\n.bg-orange-light {\n background-color: #ffb54d !important;\n}\n\n.bg-orange-lighter {\n background-color: #ffca80 !important;\n}\n\n.bg-orange-lightest {\n background-color: #ffdfb3 !important;\n}\n\n.bg-orange-dark {\n background-color: #b36800 !important;\n}\n\n.bg-orange-darker {\n background-color: #804b00 !important;\n}\n\n.bg-orange-darkest {\n background-color: #4d2d00 !important;\n}\n\n.bg-yellow {\n background-color: #ffe70e !important;\n}\n\n.bg-yellow-light {\n background-color: #ffef5b !important;\n}\n\n.bg-yellow-lighter {\n background-color: #fff48e !important;\n}\n\n.bg-yellow-lightest {\n background-color: #fff9c1 !important;\n}\n\n.bg-yellow-dark {\n background-color: #c1ad00 !important;\n}\n\n.bg-yellow-darker {\n background-color: #8e7f00 !important;\n}\n\n.bg-yellow-darkest {\n background-color: #5b5100 !important;\n}\n\n.bg-green {\n background-color: #4cd964 !important;\n}\n\n.bg-green-light {\n background-color: #8be69b !important;\n}\n\n.bg-green-lighter {\n background-color: #b5efbf !important;\n}\n\n.bg-green-lightest {\n background-color: #dff8e4 !important;\n}\n\n.bg-green-dark {\n background-color: #26b33e !important;\n}\n\n.bg-green-darker {\n background-color: #1d892f !important;\n}\n\n.bg-green-darkest {\n background-color: #145e21 !important;\n}\n\n.bg-teal {\n background-color: #18e0cd !important;\n}\n\n.bg-teal-light {\n background-color: #57eddf !important;\n}\n\n.bg-teal-lighter {\n background-color: #86f2e8 !important;\n}\n\n.bg-teal-lightest {\n background-color: #b4f7f1 !important;\n}\n\n.bg-teal-dark {\n background-color: #119b8e !important;\n}\n\n.bg-teal-darker {\n background-color: #0c6d64 !important;\n}\n\n.bg-teal-darkest {\n background-color: #073f39 !important;\n}\n\n.bg-blue {\n background-color: #007aff !important;\n}\n\n.bg-blue-light {\n background-color: #4da2ff !important;\n}\n\n.bg-blue-lighter {\n background-color: #80bdff !important;\n}\n\n.bg-blue-lightest {\n background-color: #b3d7ff !important;\n}\n\n.bg-blue-dark {\n background-color: #0055b3 !important;\n}\n\n.bg-blue-darker {\n background-color: #003d80 !important;\n}\n\n.bg-blue-darkest {\n background-color: #00254d !important;\n}\n\n.bg-indigo {\n background-color: #5f6ec7 !important;\n}\n\n.bg-indigo-light {\n background-color: #98a1db !important;\n}\n\n.bg-indigo-lighter {\n background-color: #bdc4e8 !important;\n}\n\n.bg-indigo-lightest {\n background-color: #e3e6f5 !important;\n}\n\n.bg-indigo-dark {\n background-color: #3847a1 !important;\n}\n\n.bg-indigo-darker {\n background-color: #2b377b !important;\n}\n\n.bg-indigo-darkest {\n background-color: #1e2656 !important;\n}\n\n.bg-purple {\n background-color: #af2ec5 !important;\n}\n\n.bg-purple-light {\n background-color: #ca65db !important;\n}\n\n.bg-purple-lighter {\n background-color: #d88ee5 !important;\n}\n\n.bg-purple-lightest {\n background-color: #e6b7ee !important;\n}\n\n.bg-purple-dark {\n background-color: #782087 !important;\n}\n\n.bg-purple-darker {\n background-color: #53165e !important;\n}\n\n.bg-purple-darkest {\n background-color: #2e0c34 !important;\n}\n\n.bg-pink {\n background-color: #ff3069 !important;\n}\n\n.bg-pink-light {\n background-color: #ff7da0 !important;\n}\n\n.bg-pink-lighter {\n background-color: #ffb0c5 !important;\n}\n\n.bg-pink-lightest {\n background-color: #ffe3ea !important;\n}\n\n.bg-pink-dark {\n background-color: #e3003e !important;\n}\n\n.bg-pink-darker {\n background-color: #b00030 !important;\n}\n\n.bg-pink-darkest {\n background-color: #7d0022 !important;\n}\n\n.f-s-0 {\n font-size: 0 !important;\n}\n\n.f-s-10 {\n font-size: 0.625rem !important;\n}\n\n.f-s-12 {\n font-size: 0.75rem !important;\n}\n\n.f-s-14 {\n font-size: 0.875rem !important;\n}\n\n.f-s-16 {\n font-size: 1rem !important;\n}\n\n.f-s-18 {\n font-size: 1.125rem !important;\n}\n\n.f-s-20 {\n font-size: 1.25rem !important;\n}\n\n.f-s-24 {\n font-size: 1.5rem !important;\n}\n\n.f-s-32 {\n font-size: 2rem !important;\n}\n\n.f-w-100 {\n font-weight: 100 !important;\n}\n\n.f-w-200 {\n font-weight: 200 !important;\n}\n\n.f-w-300 {\n font-weight: 300 !important;\n}\n\n.f-w-400 {\n font-weight: 400 !important;\n}\n\n.f-w-500 {\n font-weight: 500 !important;\n}\n\n.f-w-600 {\n font-weight: 600 !important;\n}\n\n.f-w-700 {\n font-weight: 700 !important;\n}\n\n.f-w-800 {\n font-weight: 800 !important;\n}\n\n.f-w-900 {\n font-weight: 900 !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-ellipsis {\n text-overflow: ellipsis !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-4 {\n margin: 0.25rem !important;\n}\n\n.m-8 {\n margin: 0.5rem !important;\n}\n\n.m-12 {\n margin: 0.75rem !important;\n}\n\n.m-16 {\n margin: 1rem !important;\n}\n\n.m-24 {\n margin: 1.5rem !important;\n}\n\n.m-32 {\n margin: 2rem !important;\n}\n\n.m-48 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.m-x-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.m-x-4 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n\n.m-x-8 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n}\n\n.m-x-12 {\n margin-left: 0.75rem !important;\n margin-right: 0.75rem !important;\n}\n\n.m-x-16 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n}\n\n.m-x-24 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n}\n\n.m-x-32 {\n margin-left: 2rem !important;\n margin-right: 2rem !important;\n}\n\n.m-x-48 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n}\n\n.m-x-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n\n.m-y-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.m-y-4 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.m-y-8 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.m-y-12 {\n margin-top: 0.75rem !important;\n margin-bottom: 0.75rem !important;\n}\n\n.m-y-16 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.m-y-24 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.m-y-32 {\n margin-top: 2rem !important;\n margin-bottom: 2rem !important;\n}\n\n.m-y-48 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.m-y-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.m-t-0 {\n margin-top: 0 !important;\n}\n\n.m-t-4 {\n margin-top: 0.25rem !important;\n}\n\n.m-t-8 {\n margin-top: 0.5rem !important;\n}\n\n.m-t-12 {\n margin-top: 0.75rem !important;\n}\n\n.m-t-16 {\n margin-top: 1rem !important;\n}\n\n.m-t-24 {\n margin-top: 1.5rem !important;\n}\n\n.m-t-32 {\n margin-top: 2rem !important;\n}\n\n.m-t-48 {\n margin-top: 3rem !important;\n}\n\n.m-t-auto {\n margin-top: auto !important;\n}\n\n.m-r-0 {\n margin-right: 0 !important;\n}\n\n.m-r-4 {\n margin-right: 0.25rem !important;\n}\n\n.m-r-8 {\n margin-right: 0.5rem !important;\n}\n\n.m-r-12 {\n margin-right: 0.75rem !important;\n}\n\n.m-r-16 {\n margin-right: 1rem !important;\n}\n\n.m-r-24 {\n margin-right: 1.5rem !important;\n}\n\n.m-r-32 {\n margin-right: 2rem !important;\n}\n\n.m-r-48 {\n margin-right: 3rem !important;\n}\n\n.m-r-auto {\n margin-right: auto !important;\n}\n\n.m-b-0 {\n margin-bottom: 0 !important;\n}\n\n.m-b-4 {\n margin-bottom: 0.25rem !important;\n}\n\n.m-b-8 {\n margin-bottom: 0.5rem !important;\n}\n\n.m-b-12 {\n margin-bottom: 0.75rem !important;\n}\n\n.m-b-16 {\n margin-bottom: 1rem !important;\n}\n\n.m-b-24 {\n margin-bottom: 1.5rem !important;\n}\n\n.m-b-32 {\n margin-bottom: 2rem !important;\n}\n\n.m-b-48 {\n margin-bottom: 3rem !important;\n}\n\n.m-b-auto {\n margin-bottom: auto !important;\n}\n\n.m-l-0 {\n margin-left: 0 !important;\n}\n\n.m-l-4 {\n margin-left: 0.25rem !important;\n}\n\n.m-l-8 {\n margin-left: 0.5rem !important;\n}\n\n.m-l-12 {\n margin-left: 0.75rem !important;\n}\n\n.m-l-16 {\n margin-left: 1rem !important;\n}\n\n.m-l-24 {\n margin-left: 1.5rem !important;\n}\n\n.m-l-32 {\n margin-left: 2rem !important;\n}\n\n.m-l-48 {\n margin-left: 3rem !important;\n}\n\n.m-l-auto {\n margin-left: auto !important;\n}\n\n.m--4 {\n margin: -0.25rem !important;\n}\n\n.m--8 {\n margin: -0.5rem !important;\n}\n\n.m--12 {\n margin: -0.75rem !important;\n}\n\n.m--16 {\n margin: -1rem !important;\n}\n\n.m--24 {\n margin: -1.5rem !important;\n}\n\n.m--32 {\n margin: -2rem !important;\n}\n\n.m--48 {\n margin: -3rem !important;\n}\n\n.m-x--4 {\n margin-left: -0.25rem !important;\n margin-right: -0.25rem !important;\n}\n\n.m-x--8 {\n margin-left: -0.5rem !important;\n margin-right: -0.5rem !important;\n}\n\n.m-x--12 {\n margin-left: -0.75rem !important;\n margin-right: -0.75rem !important;\n}\n\n.m-x--16 {\n margin-left: -1rem !important;\n margin-right: -1rem !important;\n}\n\n.m-x--24 {\n margin-left: -1.5rem !important;\n margin-right: -1.5rem !important;\n}\n\n.m-x--32 {\n margin-left: -2rem !important;\n margin-right: -2rem !important;\n}\n\n.m-x--48 {\n margin-left: -3rem !important;\n margin-right: -3rem !important;\n}\n\n.m-y--4 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n}\n\n.m-y--8 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n}\n\n.m-y--12 {\n margin-top: -0.75rem !important;\n margin-bottom: -0.75rem !important;\n}\n\n.m-y--16 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n}\n\n.m-y--24 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n}\n\n.m-y--32 {\n margin-top: -2rem !important;\n margin-bottom: -2rem !important;\n}\n\n.m-y--48 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n}\n\n.m-t--4 {\n margin-top: -0.25rem !important;\n}\n\n.m-t--8 {\n margin-top: -0.5rem !important;\n}\n\n.m-t--12 {\n margin-top: -0.75rem !important;\n}\n\n.m-t--16 {\n margin-top: -1rem !important;\n}\n\n.m-t--24 {\n margin-top: -1.5rem !important;\n}\n\n.m-t--32 {\n margin-top: -2rem !important;\n}\n\n.m-t--48 {\n margin-top: -3rem !important;\n}\n\n.m-r--4 {\n margin-right: -0.25rem !important;\n}\n\n.m-r--8 {\n margin-right: -0.5rem !important;\n}\n\n.m-r--12 {\n margin-right: -0.75rem !important;\n}\n\n.m-r--16 {\n margin-right: -1rem !important;\n}\n\n.m-r--24 {\n margin-right: -1.5rem !important;\n}\n\n.m-r--32 {\n margin-right: -2rem !important;\n}\n\n.m-r--48 {\n margin-right: -3rem !important;\n}\n\n.m-b--4 {\n margin-bottom: -0.25rem !important;\n}\n\n.m-b--8 {\n margin-bottom: -0.5rem !important;\n}\n\n.m-b--12 {\n margin-bottom: -0.75rem !important;\n}\n\n.m-b--16 {\n margin-bottom: -1rem !important;\n}\n\n.m-b--24 {\n margin-bottom: -1.5rem !important;\n}\n\n.m-b--32 {\n margin-bottom: -2rem !important;\n}\n\n.m-b--48 {\n margin-bottom: -3rem !important;\n}\n\n.m-l--4 {\n margin-left: -0.25rem !important;\n}\n\n.m-l--8 {\n margin-left: -0.5rem !important;\n}\n\n.m-l--12 {\n margin-left: -0.75rem !important;\n}\n\n.m-l--16 {\n margin-left: -1rem !important;\n}\n\n.m-l--24 {\n margin-left: -1.5rem !important;\n}\n\n.m-l--32 {\n margin-left: -2rem !important;\n}\n\n.m-l--48 {\n margin-left: -3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-4 {\n padding: 0.25rem !important;\n}\n\n.p-8 {\n padding: 0.5rem !important;\n}\n\n.p-12 {\n padding: 0.75rem !important;\n}\n\n.p-16 {\n padding: 1rem !important;\n}\n\n.p-24 {\n padding: 1.5rem !important;\n}\n\n.p-32 {\n padding: 2rem !important;\n}\n\n.p-48 {\n padding: 3rem !important;\n}\n\n.p-x-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n}\n\n.p-x-4 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n}\n\n.p-x-8 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n}\n\n.p-x-12 {\n padding-left: 0.75rem !important;\n padding-right: 0.75rem !important;\n}\n\n.p-x-16 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n\n.p-x-24 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n\n.p-x-32 {\n padding-left: 2rem !important;\n padding-right: 2rem !important;\n}\n\n.p-x-48 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n\n.p-y-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.p-y-4 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.p-y-8 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.p-y-12 {\n padding-top: 0.75rem !important;\n padding-bottom: 0.75rem !important;\n}\n\n.p-y-16 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.p-y-24 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.p-y-32 {\n padding-top: 2rem !important;\n padding-bottom: 2rem !important;\n}\n\n.p-y-48 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.p-t-0 {\n padding-top: 0 !important;\n}\n\n.p-t-4 {\n padding-top: 0.25rem !important;\n}\n\n.p-t-8 {\n padding-top: 0.5rem !important;\n}\n\n.p-t-12 {\n padding-top: 0.75rem !important;\n}\n\n.p-t-16 {\n padding-top: 1rem !important;\n}\n\n.p-t-24 {\n padding-top: 1.5rem !important;\n}\n\n.p-t-32 {\n padding-top: 2rem !important;\n}\n\n.p-t-48 {\n padding-top: 3rem !important;\n}\n\n.p-r-0 {\n padding-right: 0 !important;\n}\n\n.p-r-4 {\n padding-right: 0.25rem !important;\n}\n\n.p-r-8 {\n padding-right: 0.5rem !important;\n}\n\n.p-r-12 {\n padding-right: 0.75rem !important;\n}\n\n.p-r-16 {\n padding-right: 1rem !important;\n}\n\n.p-r-24 {\n padding-right: 1.5rem !important;\n}\n\n.p-r-32 {\n padding-right: 2rem !important;\n}\n\n.p-r-48 {\n padding-right: 3rem !important;\n}\n\n.p-b-0 {\n padding-bottom: 0 !important;\n}\n\n.p-b-4 {\n padding-bottom: 0.25rem !important;\n}\n\n.p-b-8 {\n padding-bottom: 0.5rem !important;\n}\n\n.p-b-12 {\n padding-bottom: 0.75rem !important;\n}\n\n.p-b-16 {\n padding-bottom: 1rem !important;\n}\n\n.p-b-24 {\n padding-bottom: 1.5rem !important;\n}\n\n.p-b-32 {\n padding-bottom: 2rem !important;\n}\n\n.p-b-48 {\n padding-bottom: 3rem !important;\n}\n\n.p-l-0 {\n padding-left: 0 !important;\n}\n\n.p-l-4 {\n padding-left: 0.25rem !important;\n}\n\n.p-l-8 {\n padding-left: 0.5rem !important;\n}\n\n.p-l-12 {\n padding-left: 0.75rem !important;\n}\n\n.p-l-16 {\n padding-left: 1rem !important;\n}\n\n.p-l-24 {\n padding-left: 1.5rem !important;\n}\n\n.p-l-32 {\n padding-left: 2rem !important;\n}\n\n.p-l-48 {\n padding-left: 3rem !important;\n}\n\n.w-0 {\n width: 0 !important;\n}\n\n.w-20 {\n width: 20% !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-40 {\n width: 40% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-60 {\n width: 60% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-80 {\n width: 80% !important;\n}\n\n.w-full {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-0 {\n height: 0 !important;\n}\n\n.h-20 {\n height: 20% !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-40 {\n height: 40% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-60 {\n height: 60% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-80 {\n height: 80% !important;\n}\n\n.h-full {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.shadow-1 {\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-2 {\n box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-3 {\n box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.12), 0 4px 8px -2px rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-4 {\n box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-5 {\n box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.12), 0 16px 32px -8px rgba(0, 0, 0, 0.06) !important;\n}\n\n.r-0 {\n border-radius: 0 !important;\n}\n\n.r-4 {\n border-radius: 0.25rem !important;\n}\n\n.r-8 {\n border-radius: 0.5rem !important;\n}\n\n.r-12 {\n border-radius: 0.75rem !important;\n}\n\n.r-16 {\n border-radius: 1rem !important;\n}\n\n.r-full {\n border-radius: 9999px !important;\n}\n\n.r-t-l-0 {\n border-top-left-radius: 0 !important;\n}\n\n.r-t-l-4 {\n border-top-left-radius: 0.25rem !important;\n}\n\n.r-t-l-8 {\n border-top-left-radius: 0.5rem !important;\n}\n\n.r-t-l-12 {\n border-top-left-radius: 0.75rem !important;\n}\n\n.r-t-l-16 {\n border-top-left-radius: 1rem !important;\n}\n\n.r-t-l-full {\n border-top-left-radius: 9999px !important;\n}\n\n.r-t-r-0 {\n border-top-right-radius: 0 !important;\n}\n\n.r-t-r-4 {\n border-top-right-radius: 0.25rem !important;\n}\n\n.r-t-r-8 {\n border-top-right-radius: 0.5rem !important;\n}\n\n.r-t-r-12 {\n border-top-right-radius: 0.75rem !important;\n}\n\n.r-t-r-16 {\n border-top-right-radius: 1rem !important;\n}\n\n.r-t-r-full {\n border-top-right-radius: 9999px !important;\n}\n\n.r-b-r-0 {\n border-bottom-right-radius: 0 !important;\n}\n\n.r-b-r-4 {\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.r-b-r-8 {\n border-bottom-right-radius: 0.5rem !important;\n}\n\n.r-b-r-12 {\n border-bottom-right-radius: 0.75rem !important;\n}\n\n.r-b-r-16 {\n border-bottom-right-radius: 1rem !important;\n}\n\n.r-b-r-full {\n border-bottom-right-radius: 9999px !important;\n}\n\n.r-b-l-0 {\n border-bottom-left-radius: 0 !important;\n}\n\n.r-b-l-4 {\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.r-b-l-8 {\n border-bottom-left-radius: 0.5rem !important;\n}\n\n.r-b-l-12 {\n border-bottom-left-radius: 0.75rem !important;\n}\n\n.r-b-l-16 {\n border-bottom-left-radius: 1rem !important;\n}\n\n.r-b-l-full {\n border-bottom-left-radius: 9999px !important;\n}\n\n.static {\n position: static !important;\n}\n\n.fixed {\n position: fixed !important;\n}\n\n.absolute {\n position: absolute !important;\n}\n\n.relative {\n position: relative !important;\n}\n\n.sticky {\n position: sticky !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.overflow-visible {\n overflow: visible !important;\n}\n\n.overflow-scroll {\n overflow: scroll !important;\n}\n\n.overflow-x-hidden {\n overflow-x: hidden !important;\n}\n\n.overflow-x-visible {\n overflow-x: visible !important;\n}\n\n.overflow-x-scroll {\n overflow-x: scroll !important;\n}\n\n.overflow-y-hidden {\n overflow-y: hidden !important;\n}\n\n.overflow-y-visible {\n overflow-y: visible !important;\n}\n\n.overflow-y-scroll {\n overflow-y: scroll !important;\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-col {\n flex-direction: column !important;\n}\n\n.flex-col-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.b-0 {\n border: 0 !important;\n}\n\n.b-1 {\n border: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-2 {\n border: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-4 {\n border: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-8 {\n border: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-0 {\n border-top: 0 !important;\n}\n\n.b-t-1 {\n border-top: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-2 {\n border-top: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-4 {\n border-top: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-8 {\n border-top: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-0 {\n border-bottom: 0 !important;\n}\n\n.b-b-1 {\n border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-2 {\n border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-4 {\n border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-8 {\n border-bottom: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-0 {\n border-right: 0 !important;\n}\n\n.b-r-1 {\n border-right: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-2 {\n border-right: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-4 {\n border-right: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-8 {\n border-right: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-0 {\n border-left: 0 !important;\n}\n\n.b-l-1 {\n border-left: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-2 {\n border-left: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-4 {\n border-left: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-8 {\n border-left: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n"]} \ No newline at end of file +{"version":3,"sources":["","snack-helper.css"],"names":[],"mappings":";AAAA;;;;;;;GAAA;;ACAA;EACE,uBAAuB;AACzB;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,kCAAkC;AACpC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,wCAAwC;AAC1C;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;EACE,oCAAoC;AACtC;;AAEA;E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","file":"snack-helper.css","sourcesContent":[null,".text-white {\n color: white !important;\n}\n\n.text-black {\n color: #2d353c !important;\n}\n\n.text-gray {\n color: #969696 !important;\n}\n\n.text-gray-light {\n color: #bcbcbc !important;\n}\n\n.text-gray-lighter {\n color: #d6d6d6 !important;\n}\n\n.text-gray-lightest {\n color: #efefef !important;\n}\n\n.text-gray-dark {\n color: #707070 !important;\n}\n\n.text-gray-darker {\n color: #565656 !important;\n}\n\n.text-gray-darkest {\n color: #3d3d3d !important;\n}\n\n.text-brown {\n color: #a57868 !important;\n}\n\n.text-brown-light {\n color: #c2a398 !important;\n}\n\n.text-brown-lighter {\n color: #d5bfb8 !important;\n}\n\n.text-brown-lightest {\n color: #e8dcd8 !important;\n}\n\n.text-brown-dark {\n color: #795548 !important;\n}\n\n.text-brown-darker {\n color: #593e35 !important;\n}\n\n.text-brown-darkest {\n color: #392822 !important;\n}\n\n.text-red {\n color: #ff291d !important;\n}\n\n.text-red-light {\n color: #ff716a !important;\n}\n\n.text-red-lighter {\n color: #ffa29d !important;\n}\n\n.text-red-lightest {\n color: #ffd2d0 !important;\n}\n\n.text-red-dark {\n color: #d00b00 !important;\n}\n\n.text-red-darker {\n color: #9d0800 !important;\n}\n\n.text-red-darkest {\n color: #6a0600 !important;\n}\n\n.text-orange {\n color: #ff9500 !important;\n}\n\n.text-orange-light {\n color: #ffb54d !important;\n}\n\n.text-orange-lighter {\n color: #ffca80 !important;\n}\n\n.text-orange-lightest {\n color: #ffdfb3 !important;\n}\n\n.text-orange-dark {\n color: #b36800 !important;\n}\n\n.text-orange-darker {\n color: #804b00 !important;\n}\n\n.text-orange-darkest {\n color: #4d2d00 !important;\n}\n\n.text-yellow {\n color: #ffe70e !important;\n}\n\n.text-yellow-light {\n color: #ffef5b !important;\n}\n\n.text-yellow-lighter {\n color: #fff48e !important;\n}\n\n.text-yellow-lightest {\n color: #fff9c1 !important;\n}\n\n.text-yellow-dark {\n color: #c1ad00 !important;\n}\n\n.text-yellow-darker {\n color: #8e7f00 !important;\n}\n\n.text-yellow-darkest {\n color: #5b5100 !important;\n}\n\n.text-green {\n color: #4cd964 !important;\n}\n\n.text-green-light {\n color: #8be69b !important;\n}\n\n.text-green-lighter {\n color: #b5efbf !important;\n}\n\n.text-green-lightest {\n color: #dff8e4 !important;\n}\n\n.text-green-dark {\n color: #26b33e !important;\n}\n\n.text-green-darker {\n color: #1d892f !important;\n}\n\n.text-green-darkest {\n color: #145e21 !important;\n}\n\n.text-teal {\n color: #18e0cd !important;\n}\n\n.text-teal-light {\n color: #57eddf !important;\n}\n\n.text-teal-lighter {\n color: #86f2e8 !important;\n}\n\n.text-teal-lightest {\n color: #b4f7f1 !important;\n}\n\n.text-teal-dark {\n color: #119b8e !important;\n}\n\n.text-teal-darker {\n color: #0c6d64 !important;\n}\n\n.text-teal-darkest {\n color: #073f39 !important;\n}\n\n.text-blue {\n color: #007aff !important;\n}\n\n.text-blue-light {\n color: #4da2ff !important;\n}\n\n.text-blue-lighter {\n color: #80bdff !important;\n}\n\n.text-blue-lightest {\n color: #b3d7ff !important;\n}\n\n.text-blue-dark {\n color: #0055b3 !important;\n}\n\n.text-blue-darker {\n color: #003d80 !important;\n}\n\n.text-blue-darkest {\n color: #00254d !important;\n}\n\n.text-indigo {\n color: #5f6ec7 !important;\n}\n\n.text-indigo-light {\n color: #98a1db !important;\n}\n\n.text-indigo-lighter {\n color: #bdc4e8 !important;\n}\n\n.text-indigo-lightest {\n color: #e3e6f5 !important;\n}\n\n.text-indigo-dark {\n color: #3847a1 !important;\n}\n\n.text-indigo-darker {\n color: #2b377b !important;\n}\n\n.text-indigo-darkest {\n color: #1e2656 !important;\n}\n\n.text-purple {\n color: #af2ec5 !important;\n}\n\n.text-purple-light {\n color: #ca65db !important;\n}\n\n.text-purple-lighter {\n color: #d88ee5 !important;\n}\n\n.text-purple-lightest {\n color: #e6b7ee !important;\n}\n\n.text-purple-dark {\n color: #782087 !important;\n}\n\n.text-purple-darker {\n color: #53165e !important;\n}\n\n.text-purple-darkest {\n color: #2e0c34 !important;\n}\n\n.text-pink {\n color: #ff3069 !important;\n}\n\n.text-pink-light {\n color: #ff7da0 !important;\n}\n\n.text-pink-lighter {\n color: #ffb0c5 !important;\n}\n\n.text-pink-lightest {\n color: #ffe3ea !important;\n}\n\n.text-pink-dark {\n color: #e3003e !important;\n}\n\n.text-pink-darker {\n color: #b00030 !important;\n}\n\n.text-pink-darkest {\n color: #7d0022 !important;\n}\n\n.bg-white {\n background-color: white !important;\n}\n\n.bg-black {\n background-color: #2d353c !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.bg-gray {\n background-color: #969696 !important;\n}\n\n.bg-gray-light {\n background-color: #bcbcbc !important;\n}\n\n.bg-gray-lighter {\n background-color: #d6d6d6 !important;\n}\n\n.bg-gray-lightest {\n background-color: #efefef !important;\n}\n\n.bg-gray-dark {\n background-color: #707070 !important;\n}\n\n.bg-gray-darker {\n background-color: #565656 !important;\n}\n\n.bg-gray-darkest {\n background-color: #3d3d3d !important;\n}\n\n.bg-brown {\n background-color: #a57868 !important;\n}\n\n.bg-brown-light {\n background-color: #c2a398 !important;\n}\n\n.bg-brown-lighter {\n background-color: #d5bfb8 !important;\n}\n\n.bg-brown-lightest {\n background-color: #e8dcd8 !important;\n}\n\n.bg-brown-dark {\n background-color: #795548 !important;\n}\n\n.bg-brown-darker {\n background-color: #593e35 !important;\n}\n\n.bg-brown-darkest {\n background-color: #392822 !important;\n}\n\n.bg-red {\n background-color: #ff291d !important;\n}\n\n.bg-red-light {\n background-color: #ff716a !important;\n}\n\n.bg-red-lighter {\n background-color: #ffa29d !important;\n}\n\n.bg-red-lightest {\n background-color: #ffd2d0 !important;\n}\n\n.bg-red-dark {\n background-color: #d00b00 !important;\n}\n\n.bg-red-darker {\n background-color: #9d0800 !important;\n}\n\n.bg-red-darkest {\n background-color: #6a0600 !important;\n}\n\n.bg-orange {\n background-color: #ff9500 !important;\n}\n\n.bg-orange-light {\n background-color: #ffb54d !important;\n}\n\n.bg-orange-lighter {\n background-color: #ffca80 !important;\n}\n\n.bg-orange-lightest {\n background-color: #ffdfb3 !important;\n}\n\n.bg-orange-dark {\n background-color: #b36800 !important;\n}\n\n.bg-orange-darker {\n background-color: #804b00 !important;\n}\n\n.bg-orange-darkest {\n background-color: #4d2d00 !important;\n}\n\n.bg-yellow {\n background-color: #ffe70e !important;\n}\n\n.bg-yellow-light {\n background-color: #ffef5b !important;\n}\n\n.bg-yellow-lighter {\n background-color: #fff48e !important;\n}\n\n.bg-yellow-lightest {\n background-color: #fff9c1 !important;\n}\n\n.bg-yellow-dark {\n background-color: #c1ad00 !important;\n}\n\n.bg-yellow-darker {\n background-color: #8e7f00 !important;\n}\n\n.bg-yellow-darkest {\n background-color: #5b5100 !important;\n}\n\n.bg-green {\n background-color: #4cd964 !important;\n}\n\n.bg-green-light {\n background-color: #8be69b !important;\n}\n\n.bg-green-lighter {\n background-color: #b5efbf !important;\n}\n\n.bg-green-lightest {\n background-color: #dff8e4 !important;\n}\n\n.bg-green-dark {\n background-color: #26b33e !important;\n}\n\n.bg-green-darker {\n background-color: #1d892f !important;\n}\n\n.bg-green-darkest {\n background-color: #145e21 !important;\n}\n\n.bg-teal {\n background-color: #18e0cd !important;\n}\n\n.bg-teal-light {\n background-color: #57eddf !important;\n}\n\n.bg-teal-lighter {\n background-color: #86f2e8 !important;\n}\n\n.bg-teal-lightest {\n background-color: #b4f7f1 !important;\n}\n\n.bg-teal-dark {\n background-color: #119b8e !important;\n}\n\n.bg-teal-darker {\n background-color: #0c6d64 !important;\n}\n\n.bg-teal-darkest {\n background-color: #073f39 !important;\n}\n\n.bg-blue {\n background-color: #007aff !important;\n}\n\n.bg-blue-light {\n background-color: #4da2ff !important;\n}\n\n.bg-blue-lighter {\n background-color: #80bdff !important;\n}\n\n.bg-blue-lightest {\n background-color: #b3d7ff !important;\n}\n\n.bg-blue-dark {\n background-color: #0055b3 !important;\n}\n\n.bg-blue-darker {\n background-color: #003d80 !important;\n}\n\n.bg-blue-darkest {\n background-color: #00254d !important;\n}\n\n.bg-indigo {\n background-color: #5f6ec7 !important;\n}\n\n.bg-indigo-light {\n background-color: #98a1db !important;\n}\n\n.bg-indigo-lighter {\n background-color: #bdc4e8 !important;\n}\n\n.bg-indigo-lightest {\n background-color: #e3e6f5 !important;\n}\n\n.bg-indigo-dark {\n background-color: #3847a1 !important;\n}\n\n.bg-indigo-darker {\n background-color: #2b377b !important;\n}\n\n.bg-indigo-darkest {\n background-color: #1e2656 !important;\n}\n\n.bg-purple {\n background-color: #af2ec5 !important;\n}\n\n.bg-purple-light {\n background-color: #ca65db !important;\n}\n\n.bg-purple-lighter {\n background-color: #d88ee5 !important;\n}\n\n.bg-purple-lightest {\n background-color: #e6b7ee !important;\n}\n\n.bg-purple-dark {\n background-color: #782087 !important;\n}\n\n.bg-purple-darker {\n background-color: #53165e !important;\n}\n\n.bg-purple-darkest {\n background-color: #2e0c34 !important;\n}\n\n.bg-pink {\n background-color: #ff3069 !important;\n}\n\n.bg-pink-light {\n background-color: #ff7da0 !important;\n}\n\n.bg-pink-lighter {\n background-color: #ffb0c5 !important;\n}\n\n.bg-pink-lightest {\n background-color: #ffe3ea !important;\n}\n\n.bg-pink-dark {\n background-color: #e3003e !important;\n}\n\n.bg-pink-darker {\n background-color: #b00030 !important;\n}\n\n.bg-pink-darkest {\n background-color: #7d0022 !important;\n}\n\n.object-contain {\n object-fit: contain !important;\n}\n\n.object-cover {\n object-fit: cover !important;\n}\n\n.object-fill {\n object-fit: fill !important;\n}\n\n.object-none {\n object-fit: none !important;\n}\n\n.object-scale-down {\n object-fit: scale-down !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.shadow-1 {\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-2 {\n box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-3 {\n box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.12), 0 4px 8px -2px rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-4 {\n box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.06) !important;\n}\n\n.shadow-5 {\n box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.12), 0 16px 32px -8px rgba(0, 0, 0, 0.06) !important;\n}\n\n.r-0 {\n border-radius: 0 !important;\n}\n\n.r-4 {\n border-radius: 0.25rem !important;\n}\n\n.r-8 {\n border-radius: 0.5rem !important;\n}\n\n.r-12 {\n border-radius: 0.75rem !important;\n}\n\n.r-16 {\n border-radius: 1rem !important;\n}\n\n.r-full {\n border-radius: 50rem !important;\n}\n\n.r-t-l-0 {\n border-top-left-radius: 0 !important;\n}\n\n.r-t-l-4 {\n border-top-left-radius: 0.25rem !important;\n}\n\n.r-t-l-8 {\n border-top-left-radius: 0.5rem !important;\n}\n\n.r-t-l-12 {\n border-top-left-radius: 0.75rem !important;\n}\n\n.r-t-l-16 {\n border-top-left-radius: 1rem !important;\n}\n\n.r-t-l-full {\n border-top-left-radius: 50rem !important;\n}\n\n.r-t-r-0 {\n border-top-right-radius: 0 !important;\n}\n\n.r-t-r-4 {\n border-top-right-radius: 0.25rem !important;\n}\n\n.r-t-r-8 {\n border-top-right-radius: 0.5rem !important;\n}\n\n.r-t-r-12 {\n border-top-right-radius: 0.75rem !important;\n}\n\n.r-t-r-16 {\n border-top-right-radius: 1rem !important;\n}\n\n.r-t-r-full {\n border-top-right-radius: 50rem !important;\n}\n\n.r-b-r-0 {\n border-bottom-right-radius: 0 !important;\n}\n\n.r-b-r-4 {\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.r-b-r-8 {\n border-bottom-right-radius: 0.5rem !important;\n}\n\n.r-b-r-12 {\n border-bottom-right-radius: 0.75rem !important;\n}\n\n.r-b-r-16 {\n border-bottom-right-radius: 1rem !important;\n}\n\n.r-b-r-full {\n border-bottom-right-radius: 50rem !important;\n}\n\n.r-b-l-0 {\n border-bottom-left-radius: 0 !important;\n}\n\n.r-b-l-4 {\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.r-b-l-8 {\n border-bottom-left-radius: 0.5rem !important;\n}\n\n.r-b-l-12 {\n border-bottom-left-radius: 0.75rem !important;\n}\n\n.r-b-l-16 {\n border-bottom-left-radius: 1rem !important;\n}\n\n.r-b-l-full {\n border-bottom-left-radius: 50rem !important;\n}\n\n.b-0 {\n border: 0 !important;\n}\n\n.b-1 {\n border: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-2 {\n border: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-4 {\n border: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-8 {\n border: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-0 {\n border-top: 0 !important;\n}\n\n.b-t-1 {\n border-top: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-2 {\n border-top: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-4 {\n border-top: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-t-8 {\n border-top: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-0 {\n border-bottom: 0 !important;\n}\n\n.b-b-1 {\n border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-2 {\n border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-4 {\n border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-b-8 {\n border-bottom: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-0 {\n border-right: 0 !important;\n}\n\n.b-r-1 {\n border-right: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-2 {\n border-right: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-4 {\n border-right: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-r-8 {\n border-right: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-0 {\n border-left: 0 !important;\n}\n\n.b-l-1 {\n border-left: 1px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-2 {\n border-left: 2px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-4 {\n border-left: 4px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.b-l-8 {\n border-left: 8px solid rgba(0, 0, 0, 0.12) !important;\n}\n\n.cursor-default {\n cursor: default !important;\n}\n\n.cursor-pointer {\n cursor: pointer !important;\n}\n\n.cursor-not-allowed {\n cursor: not-allowed !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.f-s-0 {\n font-size: 0 !important;\n}\n\n.f-s-10 {\n font-size: 0.625rem !important;\n}\n\n.f-s-12 {\n font-size: 0.75rem !important;\n}\n\n.f-s-14 {\n font-size: 0.875rem !important;\n}\n\n.f-s-16 {\n font-size: 1rem !important;\n}\n\n.f-s-18 {\n font-size: 1.125rem !important;\n}\n\n.f-s-20 {\n font-size: 1.25rem !important;\n}\n\n.f-s-24 {\n font-size: 1.5rem !important;\n}\n\n.f-s-32 {\n font-size: 2rem !important;\n}\n\n.f-w-100 {\n font-weight: 100 !important;\n}\n\n.f-w-200 {\n font-weight: 200 !important;\n}\n\n.f-w-300 {\n font-weight: 300 !important;\n}\n\n.f-w-400 {\n font-weight: 400 !important;\n}\n\n.f-w-500 {\n font-weight: 500 !important;\n}\n\n.f-w-600 {\n font-weight: 600 !important;\n}\n\n.f-w-700 {\n font-weight: 700 !important;\n}\n\n.f-w-800 {\n font-weight: 800 !important;\n}\n\n.f-w-900 {\n font-weight: 900 !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-ellipsis {\n text-overflow: ellipsis !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.overflow-visible {\n overflow: visible !important;\n}\n\n.overflow-scroll {\n overflow: scroll !important;\n}\n\n.overflow-x-hidden {\n overflow-x: hidden !important;\n}\n\n.overflow-x-visible {\n overflow-x: visible !important;\n}\n\n.overflow-x-scroll {\n overflow-x: scroll !important;\n}\n\n.overflow-y-hidden {\n overflow-y: hidden !important;\n}\n\n.overflow-y-visible {\n overflow-y: visible !important;\n}\n\n.overflow-y-scroll {\n overflow-y: scroll !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-4 {\n margin: 0.25rem !important;\n}\n\n.m-8 {\n margin: 0.5rem !important;\n}\n\n.m-12 {\n margin: 0.75rem !important;\n}\n\n.m-16 {\n margin: 1rem !important;\n}\n\n.m-24 {\n margin: 1.5rem !important;\n}\n\n.m-32 {\n margin: 2rem !important;\n}\n\n.m-48 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.m-x-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.m-x-4 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n\n.m-x-8 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n}\n\n.m-x-12 {\n margin-left: 0.75rem !important;\n margin-right: 0.75rem !important;\n}\n\n.m-x-16 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n}\n\n.m-x-24 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n}\n\n.m-x-32 {\n margin-left: 2rem !important;\n margin-right: 2rem !important;\n}\n\n.m-x-48 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n}\n\n.m-x-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n\n.m-y-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.m-y-4 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.m-y-8 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.m-y-12 {\n margin-top: 0.75rem !important;\n margin-bottom: 0.75rem !important;\n}\n\n.m-y-16 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.m-y-24 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.m-y-32 {\n margin-top: 2rem !important;\n margin-bottom: 2rem !important;\n}\n\n.m-y-48 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.m-y-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.m-t-0 {\n margin-top: 0 !important;\n}\n\n.m-t-4 {\n margin-top: 0.25rem !important;\n}\n\n.m-t-8 {\n margin-top: 0.5rem !important;\n}\n\n.m-t-12 {\n margin-top: 0.75rem !important;\n}\n\n.m-t-16 {\n margin-top: 1rem !important;\n}\n\n.m-t-24 {\n margin-top: 1.5rem !important;\n}\n\n.m-t-32 {\n margin-top: 2rem !important;\n}\n\n.m-t-48 {\n margin-top: 3rem !important;\n}\n\n.m-t-auto {\n margin-top: auto !important;\n}\n\n.m-r-0 {\n margin-right: 0 !important;\n}\n\n.m-r-4 {\n margin-right: 0.25rem !important;\n}\n\n.m-r-8 {\n margin-right: 0.5rem !important;\n}\n\n.m-r-12 {\n margin-right: 0.75rem !important;\n}\n\n.m-r-16 {\n margin-right: 1rem !important;\n}\n\n.m-r-24 {\n margin-right: 1.5rem !important;\n}\n\n.m-r-32 {\n margin-right: 2rem !important;\n}\n\n.m-r-48 {\n margin-right: 3rem !important;\n}\n\n.m-r-auto {\n margin-right: auto !important;\n}\n\n.m-b-0 {\n margin-bottom: 0 !important;\n}\n\n.m-b-4 {\n margin-bottom: 0.25rem !important;\n}\n\n.m-b-8 {\n margin-bottom: 0.5rem !important;\n}\n\n.m-b-12 {\n margin-bottom: 0.75rem !important;\n}\n\n.m-b-16 {\n margin-bottom: 1rem !important;\n}\n\n.m-b-24 {\n margin-bottom: 1.5rem !important;\n}\n\n.m-b-32 {\n margin-bottom: 2rem !important;\n}\n\n.m-b-48 {\n margin-bottom: 3rem !important;\n}\n\n.m-b-auto {\n margin-bottom: auto !important;\n}\n\n.m-l-0 {\n margin-left: 0 !important;\n}\n\n.m-l-4 {\n margin-left: 0.25rem !important;\n}\n\n.m-l-8 {\n margin-left: 0.5rem !important;\n}\n\n.m-l-12 {\n margin-left: 0.75rem !important;\n}\n\n.m-l-16 {\n margin-left: 1rem !important;\n}\n\n.m-l-24 {\n margin-left: 1.5rem !important;\n}\n\n.m-l-32 {\n margin-left: 2rem !important;\n}\n\n.m-l-48 {\n margin-left: 3rem !important;\n}\n\n.m-l-auto {\n margin-left: auto !important;\n}\n\n.m--4 {\n margin: -0.25rem !important;\n}\n\n.m--8 {\n margin: -0.5rem !important;\n}\n\n.m--12 {\n margin: -0.75rem !important;\n}\n\n.m--16 {\n margin: -1rem !important;\n}\n\n.m--24 {\n margin: -1.5rem !important;\n}\n\n.m--32 {\n margin: -2rem !important;\n}\n\n.m--48 {\n margin: -3rem !important;\n}\n\n.m-x--4 {\n margin-left: -0.25rem !important;\n margin-right: -0.25rem !important;\n}\n\n.m-x--8 {\n margin-left: -0.5rem !important;\n margin-right: -0.5rem !important;\n}\n\n.m-x--12 {\n margin-left: -0.75rem !important;\n margin-right: -0.75rem !important;\n}\n\n.m-x--16 {\n margin-left: -1rem !important;\n margin-right: -1rem !important;\n}\n\n.m-x--24 {\n margin-left: -1.5rem !important;\n margin-right: -1.5rem !important;\n}\n\n.m-x--32 {\n margin-left: -2rem !important;\n margin-right: -2rem !important;\n}\n\n.m-x--48 {\n margin-left: -3rem !important;\n margin-right: -3rem !important;\n}\n\n.m-y--4 {\n margin-top: -0.25rem !important;\n margin-bottom: -0.25rem !important;\n}\n\n.m-y--8 {\n margin-top: -0.5rem !important;\n margin-bottom: -0.5rem !important;\n}\n\n.m-y--12 {\n margin-top: -0.75rem !important;\n margin-bottom: -0.75rem !important;\n}\n\n.m-y--16 {\n margin-top: -1rem !important;\n margin-bottom: -1rem !important;\n}\n\n.m-y--24 {\n margin-top: -1.5rem !important;\n margin-bottom: -1.5rem !important;\n}\n\n.m-y--32 {\n margin-top: -2rem !important;\n margin-bottom: -2rem !important;\n}\n\n.m-y--48 {\n margin-top: -3rem !important;\n margin-bottom: -3rem !important;\n}\n\n.m-t--4 {\n margin-top: -0.25rem !important;\n}\n\n.m-t--8 {\n margin-top: -0.5rem !important;\n}\n\n.m-t--12 {\n margin-top: -0.75rem !important;\n}\n\n.m-t--16 {\n margin-top: -1rem !important;\n}\n\n.m-t--24 {\n margin-top: -1.5rem !important;\n}\n\n.m-t--32 {\n margin-top: -2rem !important;\n}\n\n.m-t--48 {\n margin-top: -3rem !important;\n}\n\n.m-r--4 {\n margin-right: -0.25rem !important;\n}\n\n.m-r--8 {\n margin-right: -0.5rem !important;\n}\n\n.m-r--12 {\n margin-right: -0.75rem !important;\n}\n\n.m-r--16 {\n margin-right: -1rem !important;\n}\n\n.m-r--24 {\n margin-right: -1.5rem !important;\n}\n\n.m-r--32 {\n margin-right: -2rem !important;\n}\n\n.m-r--48 {\n margin-right: -3rem !important;\n}\n\n.m-b--4 {\n margin-bottom: -0.25rem !important;\n}\n\n.m-b--8 {\n margin-bottom: -0.5rem !important;\n}\n\n.m-b--12 {\n margin-bottom: -0.75rem !important;\n}\n\n.m-b--16 {\n margin-bottom: -1rem !important;\n}\n\n.m-b--24 {\n margin-bottom: -1.5rem !important;\n}\n\n.m-b--32 {\n margin-bottom: -2rem !important;\n}\n\n.m-b--48 {\n margin-bottom: -3rem !important;\n}\n\n.m-l--4 {\n margin-left: -0.25rem !important;\n}\n\n.m-l--8 {\n margin-left: -0.5rem !important;\n}\n\n.m-l--12 {\n margin-left: -0.75rem !important;\n}\n\n.m-l--16 {\n margin-left: -1rem !important;\n}\n\n.m-l--24 {\n margin-left: -1.5rem !important;\n}\n\n.m-l--32 {\n margin-left: -2rem !important;\n}\n\n.m-l--48 {\n margin-left: -3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-4 {\n padding: 0.25rem !important;\n}\n\n.p-8 {\n padding: 0.5rem !important;\n}\n\n.p-12 {\n padding: 0.75rem !important;\n}\n\n.p-16 {\n padding: 1rem !important;\n}\n\n.p-24 {\n padding: 1.5rem !important;\n}\n\n.p-32 {\n padding: 2rem !important;\n}\n\n.p-48 {\n padding: 3rem !important;\n}\n\n.p-x-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n}\n\n.p-x-4 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n}\n\n.p-x-8 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n}\n\n.p-x-12 {\n padding-left: 0.75rem !important;\n padding-right: 0.75rem !important;\n}\n\n.p-x-16 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n\n.p-x-24 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n\n.p-x-32 {\n padding-left: 2rem !important;\n padding-right: 2rem !important;\n}\n\n.p-x-48 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n\n.p-y-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.p-y-4 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.p-y-8 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.p-y-12 {\n padding-top: 0.75rem !important;\n padding-bottom: 0.75rem !important;\n}\n\n.p-y-16 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.p-y-24 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.p-y-32 {\n padding-top: 2rem !important;\n padding-bottom: 2rem !important;\n}\n\n.p-y-48 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.p-t-0 {\n padding-top: 0 !important;\n}\n\n.p-t-4 {\n padding-top: 0.25rem !important;\n}\n\n.p-t-8 {\n padding-top: 0.5rem !important;\n}\n\n.p-t-12 {\n padding-top: 0.75rem !important;\n}\n\n.p-t-16 {\n padding-top: 1rem !important;\n}\n\n.p-t-24 {\n padding-top: 1.5rem !important;\n}\n\n.p-t-32 {\n padding-top: 2rem !important;\n}\n\n.p-t-48 {\n padding-top: 3rem !important;\n}\n\n.p-r-0 {\n padding-right: 0 !important;\n}\n\n.p-r-4 {\n padding-right: 0.25rem !important;\n}\n\n.p-r-8 {\n padding-right: 0.5rem !important;\n}\n\n.p-r-12 {\n padding-right: 0.75rem !important;\n}\n\n.p-r-16 {\n padding-right: 1rem !important;\n}\n\n.p-r-24 {\n padding-right: 1.5rem !important;\n}\n\n.p-r-32 {\n padding-right: 2rem !important;\n}\n\n.p-r-48 {\n padding-right: 3rem !important;\n}\n\n.p-b-0 {\n padding-bottom: 0 !important;\n}\n\n.p-b-4 {\n padding-bottom: 0.25rem !important;\n}\n\n.p-b-8 {\n padding-bottom: 0.5rem !important;\n}\n\n.p-b-12 {\n padding-bottom: 0.75rem !important;\n}\n\n.p-b-16 {\n padding-bottom: 1rem !important;\n}\n\n.p-b-24 {\n padding-bottom: 1.5rem !important;\n}\n\n.p-b-32 {\n padding-bottom: 2rem !important;\n}\n\n.p-b-48 {\n padding-bottom: 3rem !important;\n}\n\n.p-l-0 {\n padding-left: 0 !important;\n}\n\n.p-l-4 {\n padding-left: 0.25rem !important;\n}\n\n.p-l-8 {\n padding-left: 0.5rem !important;\n}\n\n.p-l-12 {\n padding-left: 0.75rem !important;\n}\n\n.p-l-16 {\n padding-left: 1rem !important;\n}\n\n.p-l-24 {\n padding-left: 1.5rem !important;\n}\n\n.p-l-32 {\n padding-left: 2rem !important;\n}\n\n.p-l-48 {\n padding-left: 3rem !important;\n}\n\n.w-0 {\n width: 0 !important;\n}\n\n.w-20 {\n width: 20% !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-40 {\n width: 40% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-60 {\n width: 60% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-80 {\n width: 80% !important;\n}\n\n.w-full {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-0 {\n height: 0 !important;\n}\n\n.h-20 {\n height: 20% !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-40 {\n height: 40% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-60 {\n height: 60% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-80 {\n height: 80% !important;\n}\n\n.h-full {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-col {\n flex-direction: column !important;\n}\n\n.flex-col-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.static {\n position: static !important;\n}\n\n.fixed {\n position: fixed !important;\n}\n\n.absolute {\n position: absolute !important;\n}\n\n.relative {\n position: relative !important;\n}\n\n.sticky {\n position: sticky !important;\n}\n"]} \ No newline at end of file diff --git a/dist/snack-helper.min.css b/dist/snack-helper.min.css index cd9c953..ba9a87b 100644 --- a/dist/snack-helper.min.css +++ b/dist/snack-helper.min.css @@ -1,11 +1,11 @@ /*! - * snack-helper - v2.0.0 + * snack-helper - v2.1.0 * A universal CSS helper library. - * https://nzbin.github.io/snack-helper/ + * https://snack-ui.github.io/snack-helper/ * * Copyright (c) 2017 nzbin * Released under MIT License - */.text-white{color:#fff !important}.text-black{color:#2d353c !important}.text-gray{color:#969696 !important}.text-gray-light{color:#bcbcbc !important}.text-gray-lighter{color:#d6d6d6 !important}.text-gray-lightest{color:#efefef !important}.text-gray-dark{color:#707070 !important}.text-gray-darker{color:#565656 !important}.text-gray-darkest{color:#3d3d3d !important}.text-brown{color:#a57868 !important}.text-brown-light{color:#c2a398 !important}.text-brown-lighter{color:#d5bfb8 !important}.text-brown-lightest{color:#e8dcd8 !important}.text-brown-dark{color:#795548 !important}.text-brown-darker{color:#593e35 !important}.text-brown-darkest{color:#392822 !important}.text-red{color:#ff291d !important}.text-red-light{color:#ff716a !important}.text-red-lighter{color:#ffa29d !important}.text-red-lightest{color:#ffd2d0 !important}.text-red-dark{color:#d00b00 !important}.text-red-darker{color:#9d0800 !important}.text-red-darkest{color:#6a0600 !important}.text-orange{color:#ff9500 !important}.text-orange-light{color:#ffb54d !important}.text-orange-lighter{color:#ffca80 !important}.text-orange-lightest{color:#ffdfb3 !important}.text-orange-dark{color:#b36800 !important}.text-orange-darker{color:#804b00 !important}.text-orange-darkest{color:#4d2d00 !important}.text-yellow{color:#ffe70e !important}.text-yellow-light{color:#ffef5b !important}.text-yellow-lighter{color:#fff48e !important}.text-yellow-lightest{color:#fff9c1 !important}.text-yellow-dark{color:#c1ad00 !important}.text-yellow-darker{color:#8e7f00 !important}.text-yellow-darkest{color:#5b5100 !important}.text-green{color:#4cd964 !important}.text-green-light{color:#8be69b !important}.text-green-lighter{color:#b5efbf !important}.text-green-lightest{color:#dff8e4 !important}.text-green-dark{color:#26b33e !important}.text-green-darker{color:#1d892f !important}.text-green-darkest{color:#145e21 !important}.text-teal{color:#18e0cd !important}.text-teal-light{color:#57eddf !important}.text-teal-lighter{color:#86f2e8 !important}.text-teal-lightest{color:#b4f7f1 !important}.text-teal-dark{color:#119b8e !important}.text-teal-darker{color:#0c6d64 !important}.text-teal-darkest{color:#073f39 !important}.text-blue{color:#007aff !important}.text-blue-light{color:#4da2ff !important}.text-blue-lighter{color:#80bdff !important}.text-blue-lightest{color:#b3d7ff !important}.text-blue-dark{color:#0055b3 !important}.text-blue-darker{color:#003d80 !important}.text-blue-darkest{color:#00254d !important}.text-indigo{color:#5f6ec7 !important}.text-indigo-light{color:#98a1db !important}.text-indigo-lighter{color:#bdc4e8 !important}.text-indigo-lightest{color:#e3e6f5 !important}.text-indigo-dark{color:#3847a1 !important}.text-indigo-darker{color:#2b377b !important}.text-indigo-darkest{color:#1e2656 !important}.text-purple{color:#af2ec5 !important}.text-purple-light{color:#ca65db !important}.text-purple-lighter{color:#d88ee5 !important}.text-purple-lightest{color:#e6b7ee !important}.text-purple-dark{color:#782087 !important}.text-purple-darker{color:#53165e !important}.text-purple-darkest{color:#2e0c34 !important}.text-pink{color:#ff3069 !important}.text-pink-light{color:#ff7da0 !important}.text-pink-lighter{color:#ffb0c5 !important}.text-pink-lightest{color:#ffe3ea !important}.text-pink-dark{color:#e3003e !important}.text-pink-darker{color:#b00030 !important}.text-pink-darkest{color:#7d0022 !important}.bg-white{background-color:#fff !important}.bg-black{background-color:#2d353c !important}.bg-transparent{background-color:transparent !important}.bg-gray{background-color:#969696 !important}.bg-gray-light{background-color:#bcbcbc !important}.bg-gray-lighter{background-color:#d6d6d6 !important}.bg-gray-lightest{background-color:#efefef !important}.bg-gray-dark{background-color:#707070 !important}.bg-gray-darker{background-color:#565656 !important}.bg-gray-darkest{background-color:#3d3d3d !important}.bg-brown{background-color:#a57868 !important}.bg-brown-light{background-color:#c2a398 !important}.bg-brown-lighter{background-color:#d5bfb8 !important}.bg-brown-lightest{background-color:#e8dcd8 !important}.bg-brown-dark{background-color:#795548 !important}.bg-brown-darker{background-color:#593e35 !important}.bg-brown-darkest{background-color:#392822 !important}.bg-red{background-color:#ff291d !important}.bg-red-light{background-color:#ff716a !important}.bg-red-lighter{background-color:#ffa29d !important}.bg-red-lightest{background-color:#ffd2d0 !important}.bg-red-dark{background-color:#d00b00 !important}.bg-red-darker{background-color:#9d0800 !important}.bg-red-darkest{background-color:#6a0600 !important}.bg-orange{background-color:#ff9500 !important}.bg-orange-light{background-color:#ffb54d !important}.bg-orange-lighter{background-color:#ffca80 !important}.bg-orange-lightest{background-color:#ffdfb3 !important}.bg-orange-dark{background-color:#b36800 !important}.bg-orange-darker{background-color:#804b00 !important}.bg-orange-darkest{background-color:#4d2d00 !important}.bg-yellow{background-color:#ffe70e !important}.bg-yellow-light{background-color:#ffef5b !important}.bg-yellow-lighter{background-color:#fff48e !important}.bg-yellow-lightest{background-color:#fff9c1 !important}.bg-yellow-dark{background-color:#c1ad00 !important}.bg-yellow-darker{background-color:#8e7f00 !important}.bg-yellow-darkest{background-color:#5b5100 !important}.bg-green{background-color:#4cd964 !important}.bg-green-light{background-color:#8be69b !important}.bg-green-lighter{background-color:#b5efbf !important}.bg-green-lightest{background-color:#dff8e4 !important}.bg-green-dark{background-color:#26b33e !important}.bg-green-darker{background-color:#1d892f !important}.bg-green-darkest{background-color:#145e21 !important}.bg-teal{background-color:#18e0cd !important}.bg-teal-light{background-color:#57eddf !important}.bg-teal-lighter{background-color:#86f2e8 !important}.bg-teal-lightest{background-color:#b4f7f1 !important}.bg-teal-dark{background-color:#119b8e !important}.bg-teal-darker{background-color:#0c6d64 !important}.bg-teal-darkest{background-color:#073f39 !important}.bg-blue{background-color:#007aff !important}.bg-blue-light{background-color:#4da2ff !important}.bg-blue-lighter{background-color:#80bdff !important}.bg-blue-lightest{background-color:#b3d7ff !important}.bg-blue-dark{background-color:#0055b3 !important}.bg-blue-darker{background-color:#003d80 !important}.bg-blue-darkest{background-color:#00254d !important}.bg-indigo{background-color:#5f6ec7 !important}.bg-indigo-light{background-color:#98a1db !important}.bg-indigo-lighter{background-color:#bdc4e8 !important}.bg-indigo-lightest{background-color:#e3e6f5 !important}.bg-indigo-dark{background-color:#3847a1 !important}.bg-indigo-darker{background-color:#2b377b !important}.bg-indigo-darkest{background-color:#1e2656 !important}.bg-purple{background-color:#af2ec5 !important}.bg-purple-light{background-color:#ca65db !important}.bg-purple-lighter{background-color:#d88ee5 !important}.bg-purple-lightest{background-color:#e6b7ee !important}.bg-purple-dark{background-color:#782087 !important}.bg-purple-darker{background-color:#53165e !important}.bg-purple-darkest{background-color:#2e0c34 !important}.bg-pink{background-color:#ff3069 !important}.bg-pink-light{background-color:#ff7da0 !important}.bg-pink-lighter{background-color:#ffb0c5 !important}.bg-pink-lightest{background-color:#ffe3ea !important}.bg-pink-dark{background-color:#e3003e !important}.bg-pink-darker{background-color:#b00030 !important}.bg-pink-darkest{background-color:#7d0022 !important}.f-s-0{font-size:0 !important}.f-s-10{font-size:.625rem !important}.f-s-12{font-size:.75rem !important}.f-s-14{font-size:.875rem !important}.f-s-16{font-size:1rem !important}.f-s-18{font-size:1.125rem !important}.f-s-20{font-size:1.25rem !important}.f-s-24{font-size:1.5rem !important}.f-s-32{font-size:2rem !important}.f-w-100{font-weight:100 !important}.f-w-200{font-weight:200 !important}.f-w-300{font-weight:300 !important}.f-w-400{font-weight:400 !important}.f-w-500{font-weight:500 !important}.f-w-600{font-weight:600 !important}.f-w-700{font-weight:700 !important}.f-w-800{font-weight:800 !important}.f-w-900{font-weight:900 !important}.text-capitalize{text-transform:capitalize !important}.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-ellipsis{text-overflow:ellipsis !important}.m-0{margin:0 !important}.m-4{margin:.25rem !important}.m-8{margin:.5rem !important}.m-12{margin:.75rem !important}.m-16{margin:1rem !important}.m-24{margin:1.5rem !important}.m-32{margin:2rem !important}.m-48{margin:3rem !important}.m-auto{margin:auto !important}.m-x-0{margin-left:0 !important;margin-right:0 !important}.m-x-4{margin-left:.25rem !important;margin-right:.25rem !important}.m-x-8{margin-left:.5rem !important;margin-right:.5rem !important}.m-x-12{margin-left:.75rem !important;margin-right:.75rem !important}.m-x-16{margin-left:1rem !important;margin-right:1rem !important}.m-x-24{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x-32{margin-left:2rem !important;margin-right:2rem !important}.m-x-48{margin-left:3rem !important;margin-right:3rem !important}.m-x-auto{margin-left:auto !important;margin-right:auto !important}.m-y-0{margin-top:0 !important;margin-bottom:0 !important}.m-y-4{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-y-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-y-12{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-y-16{margin-top:1rem !important;margin-bottom:1rem !important}.m-y-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-y-32{margin-top:2rem !important;margin-bottom:2rem !important}.m-y-48{margin-top:3rem !important;margin-bottom:3rem !important}.m-y-auto{margin-top:auto !important;margin-bottom:auto !important}.m-t-0{margin-top:0 !important}.m-t-4{margin-top:.25rem !important}.m-t-8{margin-top:.5rem !important}.m-t-12{margin-top:.75rem !important}.m-t-16{margin-top:1rem !important}.m-t-24{margin-top:1.5rem !important}.m-t-32{margin-top:2rem !important}.m-t-48{margin-top:3rem !important}.m-t-auto{margin-top:auto !important}.m-r-0{margin-right:0 !important}.m-r-4{margin-right:.25rem !important}.m-r-8{margin-right:.5rem !important}.m-r-12{margin-right:.75rem !important}.m-r-16{margin-right:1rem !important}.m-r-24{margin-right:1.5rem !important}.m-r-32{margin-right:2rem !important}.m-r-48{margin-right:3rem !important}.m-r-auto{margin-right:auto !important}.m-b-0{margin-bottom:0 !important}.m-b-4{margin-bottom:.25rem !important}.m-b-8{margin-bottom:.5rem !important}.m-b-12{margin-bottom:.75rem !important}.m-b-16{margin-bottom:1rem !important}.m-b-24{margin-bottom:1.5rem !important}.m-b-32{margin-bottom:2rem !important}.m-b-48{margin-bottom:3rem !important}.m-b-auto{margin-bottom:auto !important}.m-l-0{margin-left:0 !important}.m-l-4{margin-left:.25rem !important}.m-l-8{margin-left:.5rem !important}.m-l-12{margin-left:.75rem !important}.m-l-16{margin-left:1rem !important}.m-l-24{margin-left:1.5rem !important}.m-l-32{margin-left:2rem !important}.m-l-48{margin-left:3rem !important}.m-l-auto{margin-left:auto !important}.m--4{margin:-.25rem !important}.m--8{margin:-.5rem !important}.m--12{margin:-.75rem !important}.m--16{margin:-1rem !important}.m--24{margin:-1.5rem !important}.m--32{margin:-2rem !important}.m--48{margin:-3rem !important}.m-x--4{margin-left:-.25rem !important;margin-right:-.25rem !important}.m-x--8{margin-left:-.5rem !important;margin-right:-.5rem !important}.m-x--12{margin-left:-.75rem !important;margin-right:-.75rem !important}.m-x--16{margin-left:-1rem !important;margin-right:-1rem !important}.m-x--24{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.m-x--32{margin-left:-2rem !important;margin-right:-2rem !important}.m-x--48{margin-left:-3rem !important;margin-right:-3rem !important}.m-y--4{margin-top:-.25rem !important;margin-bottom:-.25rem !important}.m-y--8{margin-top:-.5rem !important;margin-bottom:-.5rem !important}.m-y--12{margin-top:-.75rem !important;margin-bottom:-.75rem !important}.m-y--16{margin-top:-1rem !important;margin-bottom:-1rem !important}.m-y--24{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.m-y--32{margin-top:-2rem !important;margin-bottom:-2rem !important}.m-y--48{margin-top:-3rem !important;margin-bottom:-3rem !important}.m-t--4{margin-top:-.25rem !important}.m-t--8{margin-top:-.5rem !important}.m-t--12{margin-top:-.75rem !important}.m-t--16{margin-top:-1rem !important}.m-t--24{margin-top:-1.5rem !important}.m-t--32{margin-top:-2rem !important}.m-t--48{margin-top:-3rem !important}.m-r--4{margin-right:-.25rem !important}.m-r--8{margin-right:-.5rem !important}.m-r--12{margin-right:-.75rem !important}.m-r--16{margin-right:-1rem !important}.m-r--24{margin-right:-1.5rem !important}.m-r--32{margin-right:-2rem !important}.m-r--48{margin-right:-3rem !important}.m-b--4{margin-bottom:-.25rem !important}.m-b--8{margin-bottom:-.5rem !important}.m-b--12{margin-bottom:-.75rem !important}.m-b--16{margin-bottom:-1rem !important}.m-b--24{margin-bottom:-1.5rem !important}.m-b--32{margin-bottom:-2rem !important}.m-b--48{margin-bottom:-3rem !important}.m-l--4{margin-left:-.25rem !important}.m-l--8{margin-left:-.5rem !important}.m-l--12{margin-left:-.75rem !important}.m-l--16{margin-left:-1rem !important}.m-l--24{margin-left:-1.5rem !important}.m-l--32{margin-left:-2rem !important}.m-l--48{margin-left:-3rem !important}.p-0{padding:0 !important}.p-4{padding:.25rem !important}.p-8{padding:.5rem !important}.p-12{padding:.75rem !important}.p-16{padding:1rem !important}.p-24{padding:1.5rem !important}.p-32{padding:2rem !important}.p-48{padding:3rem !important}.p-x-0{padding-left:0 !important;padding-right:0 !important}.p-x-4{padding-left:.25rem !important;padding-right:.25rem !important}.p-x-8{padding-left:.5rem !important;padding-right:.5rem !important}.p-x-12{padding-left:.75rem !important;padding-right:.75rem !important}.p-x-16{padding-left:1rem !important;padding-right:1rem !important}.p-x-24{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x-32{padding-left:2rem !important;padding-right:2rem !important}.p-x-48{padding-left:3rem !important;padding-right:3rem !important}.p-y-0{padding-top:0 !important;padding-bottom:0 !important}.p-y-4{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-y-8{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-y-12{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-y-16{padding-top:1rem !important;padding-bottom:1rem !important}.p-y-24{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-y-32{padding-top:2rem !important;padding-bottom:2rem !important}.p-y-48{padding-top:3rem !important;padding-bottom:3rem !important}.p-t-0{padding-top:0 !important}.p-t-4{padding-top:.25rem !important}.p-t-8{padding-top:.5rem !important}.p-t-12{padding-top:.75rem !important}.p-t-16{padding-top:1rem !important}.p-t-24{padding-top:1.5rem !important}.p-t-32{padding-top:2rem !important}.p-t-48{padding-top:3rem !important}.p-r-0{padding-right:0 !important}.p-r-4{padding-right:.25rem !important}.p-r-8{padding-right:.5rem !important}.p-r-12{padding-right:.75rem !important}.p-r-16{padding-right:1rem !important}.p-r-24{padding-right:1.5rem !important}.p-r-32{padding-right:2rem !important}.p-r-48{padding-right:3rem !important}.p-b-0{padding-bottom:0 !important}.p-b-4{padding-bottom:.25rem !important}.p-b-8{padding-bottom:.5rem !important}.p-b-12{padding-bottom:.75rem !important}.p-b-16{padding-bottom:1rem !important}.p-b-24{padding-bottom:1.5rem !important}.p-b-32{padding-bottom:2rem !important}.p-b-48{padding-bottom:3rem !important}.p-l-0{padding-left:0 !important}.p-l-4{padding-left:.25rem !important}.p-l-8{padding-left:.5rem !important}.p-l-12{padding-left:.75rem !important}.p-l-16{padding-left:1rem !important}.p-l-24{padding-left:1.5rem !important}.p-l-32{padding-left:2rem !important}.p-l-48{padding-left:3rem !important}.w-0{width:0 !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-60{width:60% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-full{width:100% !important}.w-auto{width:auto !important}.h-0{height:0 !important}.h-20{height:20% !important}.h-25{height:25% !important}.h-40{height:40% !important}.h-50{height:50% !important}.h-60{height:60% !important}.h-75{height:75% !important}.h-80{height:80% !important}.h-full{height:100% !important}.h-auto{height:auto !important}.shadow-none{box-shadow:none !important}.shadow-1{box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.06) !important}.shadow-2{box-shadow:0 4px 8px -1px rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.06) !important}.shadow-3{box-shadow:0 8px 16px -2px rgba(0,0,0,0.12),0 4px 8px -2px rgba(0,0,0,0.06) !important}.shadow-4{box-shadow:0 16px 32px -4px rgba(0,0,0,0.12),0 8px 16px -4px rgba(0,0,0,0.06) !important}.shadow-5{box-shadow:0 24px 48px -8px rgba(0,0,0,0.12),0 16px 32px -8px rgba(0,0,0,0.06) !important}.r-0{border-radius:0 !important}.r-4{border-radius:.25rem !important}.r-8{border-radius:.5rem !important}.r-12{border-radius:.75rem !important}.r-16{border-radius:1rem !important}.r-full{border-radius:9999px !important}.r-t-l-0{border-top-left-radius:0 !important}.r-t-l-4{border-top-left-radius:.25rem !important}.r-t-l-8{border-top-left-radius:.5rem !important}.r-t-l-12{border-top-left-radius:.75rem !important}.r-t-l-16{border-top-left-radius:1rem !important}.r-t-l-full{border-top-left-radius:9999px !important}.r-t-r-0{border-top-right-radius:0 !important}.r-t-r-4{border-top-right-radius:.25rem !important}.r-t-r-8{border-top-right-radius:.5rem !important}.r-t-r-12{border-top-right-radius:.75rem !important}.r-t-r-16{border-top-right-radius:1rem !important}.r-t-r-full{border-top-right-radius:9999px !important}.r-b-r-0{border-bottom-right-radius:0 !important}.r-b-r-4{border-bottom-right-radius:.25rem !important}.r-b-r-8{border-bottom-right-radius:.5rem !important}.r-b-r-12{border-bottom-right-radius:.75rem !important}.r-b-r-16{border-bottom-right-radius:1rem !important}.r-b-r-full{border-bottom-right-radius:9999px !important}.r-b-l-0{border-bottom-left-radius:0 !important}.r-b-l-4{border-bottom-left-radius:.25rem !important}.r-b-l-8{border-bottom-left-radius:.5rem !important}.r-b-l-12{border-bottom-left-radius:.75rem !important}.r-b-l-16{border-bottom-left-radius:1rem !important}.r-b-l-full{border-bottom-left-radius:9999px !important}.static{position:static !important}.fixed{position:fixed !important}.absolute{position:absolute !important}.relative{position:relative !important}.sticky{position:sticky !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-col{flex-direction:column !important}.flex-col-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-inline{display:inline !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.b-0{border:0 !important}.b-1{border:1px solid rgba(0,0,0,0.12) !important}.b-2{border:2px solid rgba(0,0,0,0.12) !important}.b-4{border:4px solid rgba(0,0,0,0.12) !important}.b-8{border:8px solid rgba(0,0,0,0.12) !important}.b-t-0{border-top:0 !important}.b-t-1{border-top:1px solid rgba(0,0,0,0.12) !important}.b-t-2{border-top:2px solid rgba(0,0,0,0.12) !important}.b-t-4{border-top:4px solid rgba(0,0,0,0.12) !important}.b-t-8{border-top:8px solid rgba(0,0,0,0.12) !important}.b-b-0{border-bottom:0 !important}.b-b-1{border-bottom:1px solid rgba(0,0,0,0.12) !important}.b-b-2{border-bottom:2px solid rgba(0,0,0,0.12) !important}.b-b-4{border-bottom:4px solid rgba(0,0,0,0.12) !important}.b-b-8{border-bottom:8px solid rgba(0,0,0,0.12) !important}.b-r-0{border-right:0 !important}.b-r-1{border-right:1px solid rgba(0,0,0,0.12) !important}.b-r-2{border-right:2px solid rgba(0,0,0,0.12) !important}.b-r-4{border-right:4px solid rgba(0,0,0,0.12) !important}.b-r-8{border-right:8px solid rgba(0,0,0,0.12) !important}.b-l-0{border-left:0 !important}.b-l-1{border-left:1px solid rgba(0,0,0,0.12) !important}.b-l-2{border-left:2px solid rgba(0,0,0,0.12) !important}.b-l-4{border-left:4px solid rgba(0,0,0,0.12) !important}.b-l-8{border-left:8px solid rgba(0,0,0,0.12) !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important} + */.text-white{color:#fff !important}.text-black{color:#2d353c !important}.text-gray{color:#969696 !important}.text-gray-light{color:#bcbcbc !important}.text-gray-lighter{color:#d6d6d6 !important}.text-gray-lightest{color:#efefef !important}.text-gray-dark{color:#707070 !important}.text-gray-darker{color:#565656 !important}.text-gray-darkest{color:#3d3d3d !important}.text-brown{color:#a57868 !important}.text-brown-light{color:#c2a398 !important}.text-brown-lighter{color:#d5bfb8 !important}.text-brown-lightest{color:#e8dcd8 !important}.text-brown-dark{color:#795548 !important}.text-brown-darker{color:#593e35 !important}.text-brown-darkest{color:#392822 !important}.text-red{color:#ff291d !important}.text-red-light{color:#ff716a !important}.text-red-lighter{color:#ffa29d !important}.text-red-lightest{color:#ffd2d0 !important}.text-red-dark{color:#d00b00 !important}.text-red-darker{color:#9d0800 !important}.text-red-darkest{color:#6a0600 !important}.text-orange{color:#ff9500 !important}.text-orange-light{color:#ffb54d !important}.text-orange-lighter{color:#ffca80 !important}.text-orange-lightest{color:#ffdfb3 !important}.text-orange-dark{color:#b36800 !important}.text-orange-darker{color:#804b00 !important}.text-orange-darkest{color:#4d2d00 !important}.text-yellow{color:#ffe70e !important}.text-yellow-light{color:#ffef5b !important}.text-yellow-lighter{color:#fff48e !important}.text-yellow-lightest{color:#fff9c1 !important}.text-yellow-dark{color:#c1ad00 !important}.text-yellow-darker{color:#8e7f00 !important}.text-yellow-darkest{color:#5b5100 !important}.text-green{color:#4cd964 !important}.text-green-light{color:#8be69b !important}.text-green-lighter{color:#b5efbf !important}.text-green-lightest{color:#dff8e4 !important}.text-green-dark{color:#26b33e !important}.text-green-darker{color:#1d892f !important}.text-green-darkest{color:#145e21 !important}.text-teal{color:#18e0cd !important}.text-teal-light{color:#57eddf !important}.text-teal-lighter{color:#86f2e8 !important}.text-teal-lightest{color:#b4f7f1 !important}.text-teal-dark{color:#119b8e !important}.text-teal-darker{color:#0c6d64 !important}.text-teal-darkest{color:#073f39 !important}.text-blue{color:#007aff !important}.text-blue-light{color:#4da2ff !important}.text-blue-lighter{color:#80bdff !important}.text-blue-lightest{color:#b3d7ff !important}.text-blue-dark{color:#0055b3 !important}.text-blue-darker{color:#003d80 !important}.text-blue-darkest{color:#00254d !important}.text-indigo{color:#5f6ec7 !important}.text-indigo-light{color:#98a1db !important}.text-indigo-lighter{color:#bdc4e8 !important}.text-indigo-lightest{color:#e3e6f5 !important}.text-indigo-dark{color:#3847a1 !important}.text-indigo-darker{color:#2b377b !important}.text-indigo-darkest{color:#1e2656 !important}.text-purple{color:#af2ec5 !important}.text-purple-light{color:#ca65db !important}.text-purple-lighter{color:#d88ee5 !important}.text-purple-lightest{color:#e6b7ee !important}.text-purple-dark{color:#782087 !important}.text-purple-darker{color:#53165e !important}.text-purple-darkest{color:#2e0c34 !important}.text-pink{color:#ff3069 !important}.text-pink-light{color:#ff7da0 !important}.text-pink-lighter{color:#ffb0c5 !important}.text-pink-lightest{color:#ffe3ea !important}.text-pink-dark{color:#e3003e !important}.text-pink-darker{color:#b00030 !important}.text-pink-darkest{color:#7d0022 !important}.bg-white{background-color:#fff !important}.bg-black{background-color:#2d353c !important}.bg-transparent{background-color:transparent !important}.bg-gray{background-color:#969696 !important}.bg-gray-light{background-color:#bcbcbc !important}.bg-gray-lighter{background-color:#d6d6d6 !important}.bg-gray-lightest{background-color:#efefef !important}.bg-gray-dark{background-color:#707070 !important}.bg-gray-darker{background-color:#565656 !important}.bg-gray-darkest{background-color:#3d3d3d !important}.bg-brown{background-color:#a57868 !important}.bg-brown-light{background-color:#c2a398 !important}.bg-brown-lighter{background-color:#d5bfb8 !important}.bg-brown-lightest{background-color:#e8dcd8 !important}.bg-brown-dark{background-color:#795548 !important}.bg-brown-darker{background-color:#593e35 !important}.bg-brown-darkest{background-color:#392822 !important}.bg-red{background-color:#ff291d !important}.bg-red-light{background-color:#ff716a !important}.bg-red-lighter{background-color:#ffa29d !important}.bg-red-lightest{background-color:#ffd2d0 !important}.bg-red-dark{background-color:#d00b00 !important}.bg-red-darker{background-color:#9d0800 !important}.bg-red-darkest{background-color:#6a0600 !important}.bg-orange{background-color:#ff9500 !important}.bg-orange-light{background-color:#ffb54d !important}.bg-orange-lighter{background-color:#ffca80 !important}.bg-orange-lightest{background-color:#ffdfb3 !important}.bg-orange-dark{background-color:#b36800 !important}.bg-orange-darker{background-color:#804b00 !important}.bg-orange-darkest{background-color:#4d2d00 !important}.bg-yellow{background-color:#ffe70e !important}.bg-yellow-light{background-color:#ffef5b !important}.bg-yellow-lighter{background-color:#fff48e !important}.bg-yellow-lightest{background-color:#fff9c1 !important}.bg-yellow-dark{background-color:#c1ad00 !important}.bg-yellow-darker{background-color:#8e7f00 !important}.bg-yellow-darkest{background-color:#5b5100 !important}.bg-green{background-color:#4cd964 !important}.bg-green-light{background-color:#8be69b !important}.bg-green-lighter{background-color:#b5efbf !important}.bg-green-lightest{background-color:#dff8e4 !important}.bg-green-dark{background-color:#26b33e !important}.bg-green-darker{background-color:#1d892f !important}.bg-green-darkest{background-color:#145e21 !important}.bg-teal{background-color:#18e0cd !important}.bg-teal-light{background-color:#57eddf !important}.bg-teal-lighter{background-color:#86f2e8 !important}.bg-teal-lightest{background-color:#b4f7f1 !important}.bg-teal-dark{background-color:#119b8e !important}.bg-teal-darker{background-color:#0c6d64 !important}.bg-teal-darkest{background-color:#073f39 !important}.bg-blue{background-color:#007aff !important}.bg-blue-light{background-color:#4da2ff !important}.bg-blue-lighter{background-color:#80bdff !important}.bg-blue-lightest{background-color:#b3d7ff !important}.bg-blue-dark{background-color:#0055b3 !important}.bg-blue-darker{background-color:#003d80 !important}.bg-blue-darkest{background-color:#00254d !important}.bg-indigo{background-color:#5f6ec7 !important}.bg-indigo-light{background-color:#98a1db !important}.bg-indigo-lighter{background-color:#bdc4e8 !important}.bg-indigo-lightest{background-color:#e3e6f5 !important}.bg-indigo-dark{background-color:#3847a1 !important}.bg-indigo-darker{background-color:#2b377b !important}.bg-indigo-darkest{background-color:#1e2656 !important}.bg-purple{background-color:#af2ec5 !important}.bg-purple-light{background-color:#ca65db !important}.bg-purple-lighter{background-color:#d88ee5 !important}.bg-purple-lightest{background-color:#e6b7ee !important}.bg-purple-dark{background-color:#782087 !important}.bg-purple-darker{background-color:#53165e !important}.bg-purple-darkest{background-color:#2e0c34 !important}.bg-pink{background-color:#ff3069 !important}.bg-pink-light{background-color:#ff7da0 !important}.bg-pink-lighter{background-color:#ffb0c5 !important}.bg-pink-lightest{background-color:#ffe3ea !important}.bg-pink-dark{background-color:#e3003e !important}.bg-pink-darker{background-color:#b00030 !important}.bg-pink-darkest{background-color:#7d0022 !important}.object-contain{object-fit:contain !important}.object-cover{object-fit:cover !important}.object-fill{object-fit:fill !important}.object-none{object-fit:none !important}.object-scale-down{object-fit:scale-down !important}.shadow-none{box-shadow:none !important}.shadow-1{box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.06) !important}.shadow-2{box-shadow:0 4px 8px -1px rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.06) !important}.shadow-3{box-shadow:0 8px 16px -2px rgba(0,0,0,0.12),0 4px 8px -2px rgba(0,0,0,0.06) !important}.shadow-4{box-shadow:0 16px 32px -4px rgba(0,0,0,0.12),0 8px 16px -4px rgba(0,0,0,0.06) !important}.shadow-5{box-shadow:0 24px 48px -8px rgba(0,0,0,0.12),0 16px 32px -8px rgba(0,0,0,0.06) !important}.r-0{border-radius:0 !important}.r-4{border-radius:.25rem !important}.r-8{border-radius:.5rem !important}.r-12{border-radius:.75rem !important}.r-16{border-radius:1rem !important}.r-full{border-radius:50rem !important}.r-t-l-0{border-top-left-radius:0 !important}.r-t-l-4{border-top-left-radius:.25rem !important}.r-t-l-8{border-top-left-radius:.5rem !important}.r-t-l-12{border-top-left-radius:.75rem !important}.r-t-l-16{border-top-left-radius:1rem !important}.r-t-l-full{border-top-left-radius:50rem !important}.r-t-r-0{border-top-right-radius:0 !important}.r-t-r-4{border-top-right-radius:.25rem !important}.r-t-r-8{border-top-right-radius:.5rem !important}.r-t-r-12{border-top-right-radius:.75rem !important}.r-t-r-16{border-top-right-radius:1rem !important}.r-t-r-full{border-top-right-radius:50rem !important}.r-b-r-0{border-bottom-right-radius:0 !important}.r-b-r-4{border-bottom-right-radius:.25rem !important}.r-b-r-8{border-bottom-right-radius:.5rem !important}.r-b-r-12{border-bottom-right-radius:.75rem !important}.r-b-r-16{border-bottom-right-radius:1rem !important}.r-b-r-full{border-bottom-right-radius:50rem !important}.r-b-l-0{border-bottom-left-radius:0 !important}.r-b-l-4{border-bottom-left-radius:.25rem !important}.r-b-l-8{border-bottom-left-radius:.5rem !important}.r-b-l-12{border-bottom-left-radius:.75rem !important}.r-b-l-16{border-bottom-left-radius:1rem !important}.r-b-l-full{border-bottom-left-radius:50rem !important}.b-0{border:0 !important}.b-1{border:1px solid rgba(0,0,0,0.12) !important}.b-2{border:2px solid rgba(0,0,0,0.12) !important}.b-4{border:4px solid rgba(0,0,0,0.12) !important}.b-8{border:8px solid rgba(0,0,0,0.12) !important}.b-t-0{border-top:0 !important}.b-t-1{border-top:1px solid rgba(0,0,0,0.12) !important}.b-t-2{border-top:2px solid rgba(0,0,0,0.12) !important}.b-t-4{border-top:4px solid rgba(0,0,0,0.12) !important}.b-t-8{border-top:8px solid rgba(0,0,0,0.12) !important}.b-b-0{border-bottom:0 !important}.b-b-1{border-bottom:1px solid rgba(0,0,0,0.12) !important}.b-b-2{border-bottom:2px solid rgba(0,0,0,0.12) !important}.b-b-4{border-bottom:4px solid rgba(0,0,0,0.12) !important}.b-b-8{border-bottom:8px solid rgba(0,0,0,0.12) !important}.b-r-0{border-right:0 !important}.b-r-1{border-right:1px solid rgba(0,0,0,0.12) !important}.b-r-2{border-right:2px solid rgba(0,0,0,0.12) !important}.b-r-4{border-right:4px solid rgba(0,0,0,0.12) !important}.b-r-8{border-right:8px solid rgba(0,0,0,0.12) !important}.b-l-0{border-left:0 !important}.b-l-1{border-left:1px solid rgba(0,0,0,0.12) !important}.b-l-2{border-left:2px solid rgba(0,0,0,0.12) !important}.b-l-4{border-left:4px solid rgba(0,0,0,0.12) !important}.b-l-8{border-left:8px solid rgba(0,0,0,0.12) !important}.cursor-default{cursor:default !important}.cursor-pointer{cursor:pointer !important}.cursor-not-allowed{cursor:not-allowed !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.f-s-0{font-size:0 !important}.f-s-10{font-size:.625rem !important}.f-s-12{font-size:.75rem !important}.f-s-14{font-size:.875rem !important}.f-s-16{font-size:1rem !important}.f-s-18{font-size:1.125rem !important}.f-s-20{font-size:1.25rem !important}.f-s-24{font-size:1.5rem !important}.f-s-32{font-size:2rem !important}.f-w-100{font-weight:100 !important}.f-w-200{font-weight:200 !important}.f-w-300{font-weight:300 !important}.f-w-400{font-weight:400 !important}.f-w-500{font-weight:500 !important}.f-w-600{font-weight:600 !important}.f-w-700{font-weight:700 !important}.f-w-800{font-weight:800 !important}.f-w-900{font-weight:900 !important}.text-capitalize{text-transform:capitalize !important}.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-ellipsis{text-overflow:ellipsis !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.m-0{margin:0 !important}.m-4{margin:.25rem !important}.m-8{margin:.5rem !important}.m-12{margin:.75rem !important}.m-16{margin:1rem !important}.m-24{margin:1.5rem !important}.m-32{margin:2rem !important}.m-48{margin:3rem !important}.m-auto{margin:auto !important}.m-x-0{margin-left:0 !important;margin-right:0 !important}.m-x-4{margin-left:.25rem !important;margin-right:.25rem !important}.m-x-8{margin-left:.5rem !important;margin-right:.5rem !important}.m-x-12{margin-left:.75rem !important;margin-right:.75rem !important}.m-x-16{margin-left:1rem !important;margin-right:1rem !important}.m-x-24{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x-32{margin-left:2rem !important;margin-right:2rem !important}.m-x-48{margin-left:3rem !important;margin-right:3rem !important}.m-x-auto{margin-left:auto !important;margin-right:auto !important}.m-y-0{margin-top:0 !important;margin-bottom:0 !important}.m-y-4{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-y-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-y-12{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-y-16{margin-top:1rem !important;margin-bottom:1rem !important}.m-y-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-y-32{margin-top:2rem !important;margin-bottom:2rem !important}.m-y-48{margin-top:3rem !important;margin-bottom:3rem !important}.m-y-auto{margin-top:auto !important;margin-bottom:auto !important}.m-t-0{margin-top:0 !important}.m-t-4{margin-top:.25rem !important}.m-t-8{margin-top:.5rem !important}.m-t-12{margin-top:.75rem !important}.m-t-16{margin-top:1rem !important}.m-t-24{margin-top:1.5rem !important}.m-t-32{margin-top:2rem !important}.m-t-48{margin-top:3rem !important}.m-t-auto{margin-top:auto !important}.m-r-0{margin-right:0 !important}.m-r-4{margin-right:.25rem !important}.m-r-8{margin-right:.5rem !important}.m-r-12{margin-right:.75rem !important}.m-r-16{margin-right:1rem !important}.m-r-24{margin-right:1.5rem !important}.m-r-32{margin-right:2rem !important}.m-r-48{margin-right:3rem !important}.m-r-auto{margin-right:auto !important}.m-b-0{margin-bottom:0 !important}.m-b-4{margin-bottom:.25rem !important}.m-b-8{margin-bottom:.5rem !important}.m-b-12{margin-bottom:.75rem !important}.m-b-16{margin-bottom:1rem !important}.m-b-24{margin-bottom:1.5rem !important}.m-b-32{margin-bottom:2rem !important}.m-b-48{margin-bottom:3rem !important}.m-b-auto{margin-bottom:auto !important}.m-l-0{margin-left:0 !important}.m-l-4{margin-left:.25rem !important}.m-l-8{margin-left:.5rem !important}.m-l-12{margin-left:.75rem !important}.m-l-16{margin-left:1rem !important}.m-l-24{margin-left:1.5rem !important}.m-l-32{margin-left:2rem !important}.m-l-48{margin-left:3rem !important}.m-l-auto{margin-left:auto !important}.m--4{margin:-.25rem !important}.m--8{margin:-.5rem !important}.m--12{margin:-.75rem !important}.m--16{margin:-1rem !important}.m--24{margin:-1.5rem !important}.m--32{margin:-2rem !important}.m--48{margin:-3rem !important}.m-x--4{margin-left:-.25rem !important;margin-right:-.25rem !important}.m-x--8{margin-left:-.5rem !important;margin-right:-.5rem !important}.m-x--12{margin-left:-.75rem !important;margin-right:-.75rem !important}.m-x--16{margin-left:-1rem !important;margin-right:-1rem !important}.m-x--24{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.m-x--32{margin-left:-2rem !important;margin-right:-2rem !important}.m-x--48{margin-left:-3rem !important;margin-right:-3rem !important}.m-y--4{margin-top:-.25rem !important;margin-bottom:-.25rem !important}.m-y--8{margin-top:-.5rem !important;margin-bottom:-.5rem !important}.m-y--12{margin-top:-.75rem !important;margin-bottom:-.75rem !important}.m-y--16{margin-top:-1rem !important;margin-bottom:-1rem !important}.m-y--24{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.m-y--32{margin-top:-2rem !important;margin-bottom:-2rem !important}.m-y--48{margin-top:-3rem !important;margin-bottom:-3rem !important}.m-t--4{margin-top:-.25rem !important}.m-t--8{margin-top:-.5rem !important}.m-t--12{margin-top:-.75rem !important}.m-t--16{margin-top:-1rem !important}.m-t--24{margin-top:-1.5rem !important}.m-t--32{margin-top:-2rem !important}.m-t--48{margin-top:-3rem !important}.m-r--4{margin-right:-.25rem !important}.m-r--8{margin-right:-.5rem !important}.m-r--12{margin-right:-.75rem !important}.m-r--16{margin-right:-1rem !important}.m-r--24{margin-right:-1.5rem !important}.m-r--32{margin-right:-2rem !important}.m-r--48{margin-right:-3rem !important}.m-b--4{margin-bottom:-.25rem !important}.m-b--8{margin-bottom:-.5rem !important}.m-b--12{margin-bottom:-.75rem !important}.m-b--16{margin-bottom:-1rem !important}.m-b--24{margin-bottom:-1.5rem !important}.m-b--32{margin-bottom:-2rem !important}.m-b--48{margin-bottom:-3rem !important}.m-l--4{margin-left:-.25rem !important}.m-l--8{margin-left:-.5rem !important}.m-l--12{margin-left:-.75rem !important}.m-l--16{margin-left:-1rem !important}.m-l--24{margin-left:-1.5rem !important}.m-l--32{margin-left:-2rem !important}.m-l--48{margin-left:-3rem !important}.p-0{padding:0 !important}.p-4{padding:.25rem !important}.p-8{padding:.5rem !important}.p-12{padding:.75rem !important}.p-16{padding:1rem !important}.p-24{padding:1.5rem !important}.p-32{padding:2rem !important}.p-48{padding:3rem !important}.p-x-0{padding-left:0 !important;padding-right:0 !important}.p-x-4{padding-left:.25rem !important;padding-right:.25rem !important}.p-x-8{padding-left:.5rem !important;padding-right:.5rem !important}.p-x-12{padding-left:.75rem !important;padding-right:.75rem !important}.p-x-16{padding-left:1rem !important;padding-right:1rem !important}.p-x-24{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x-32{padding-left:2rem !important;padding-right:2rem !important}.p-x-48{padding-left:3rem !important;padding-right:3rem !important}.p-y-0{padding-top:0 !important;padding-bottom:0 !important}.p-y-4{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-y-8{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-y-12{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-y-16{padding-top:1rem !important;padding-bottom:1rem !important}.p-y-24{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-y-32{padding-top:2rem !important;padding-bottom:2rem !important}.p-y-48{padding-top:3rem !important;padding-bottom:3rem !important}.p-t-0{padding-top:0 !important}.p-t-4{padding-top:.25rem !important}.p-t-8{padding-top:.5rem !important}.p-t-12{padding-top:.75rem !important}.p-t-16{padding-top:1rem !important}.p-t-24{padding-top:1.5rem !important}.p-t-32{padding-top:2rem !important}.p-t-48{padding-top:3rem !important}.p-r-0{padding-right:0 !important}.p-r-4{padding-right:.25rem !important}.p-r-8{padding-right:.5rem !important}.p-r-12{padding-right:.75rem !important}.p-r-16{padding-right:1rem !important}.p-r-24{padding-right:1.5rem !important}.p-r-32{padding-right:2rem !important}.p-r-48{padding-right:3rem !important}.p-b-0{padding-bottom:0 !important}.p-b-4{padding-bottom:.25rem !important}.p-b-8{padding-bottom:.5rem !important}.p-b-12{padding-bottom:.75rem !important}.p-b-16{padding-bottom:1rem !important}.p-b-24{padding-bottom:1.5rem !important}.p-b-32{padding-bottom:2rem !important}.p-b-48{padding-bottom:3rem !important}.p-l-0{padding-left:0 !important}.p-l-4{padding-left:.25rem !important}.p-l-8{padding-left:.5rem !important}.p-l-12{padding-left:.75rem !important}.p-l-16{padding-left:1rem !important}.p-l-24{padding-left:1.5rem !important}.p-l-32{padding-left:2rem !important}.p-l-48{padding-left:3rem !important}.w-0{width:0 !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-60{width:60% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-full{width:100% !important}.w-auto{width:auto !important}.h-0{height:0 !important}.h-20{height:20% !important}.h-25{height:25% !important}.h-40{height:40% !important}.h-50{height:50% !important}.h-60{height:60% !important}.h-75{height:75% !important}.h-80{height:80% !important}.h-full{height:100% !important}.h-auto{height:auto !important}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-col{flex-direction:column !important}.flex-col-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-inline{display:inline !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.static{position:static !important}.fixed{position:fixed !important}.absolute{position:absolute !important}.relative{position:relative !important}.sticky{position:sticky !important} /*# sourceMappingURL=snack-helper.min.css.map */ \ No newline at end of file diff --git a/dist/snack-helper.min.css.map b/dist/snack-helper.min.css.map index c7a579c..bb93302 100644 --- a/dist/snack-helper.min.css.map +++ b/dist/snack-helper.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["","snack-helper.min.css"],"names":[],"mappings":"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","file":"snack-helper.min.css","sourcesContent":[null,".text-white{color:#fff !important}.text-black{color:#2d353c !important}.text-gray{color:#969696 !important}.text-gray-light{color:#bcbcbc !important}.text-gray-lighter{color:#d6d6d6 !important}.text-gray-lightest{color:#efefef !important}.text-gray-dark{color:#707070 !important}.text-gray-darker{color:#565656 !important}.text-gray-darkest{color:#3d3d3d !important}.text-brown{color:#a57868 !important}.text-brown-light{color:#c2a398 !important}.text-brown-lighter{color:#d5bfb8 !important}.text-brown-lightest{color:#e8dcd8 !important}.text-brown-dark{color:#795548 !important}.text-brown-darker{color:#593e35 !important}.text-brown-darkest{color:#392822 !important}.text-red{color:#ff291d !important}.text-red-light{color:#ff716a !important}.text-red-lighter{color:#ffa29d !important}.text-red-lightest{color:#ffd2d0 !important}.text-red-dark{color:#d00b00 !important}.text-red-darker{color:#9d0800 !important}.text-red-darkest{color:#6a0600 !important}.text-orange{color:#ff9500 !important}.text-orange-light{color:#ffb54d !important}.text-orange-lighter{color:#ffca80 !important}.text-orange-lightest{color:#ffdfb3 !important}.text-orange-dark{color:#b36800 !important}.text-orange-darker{color:#804b00 !important}.text-orange-darkest{color:#4d2d00 !important}.text-yellow{color:#ffe70e !important}.text-yellow-light{color:#ffef5b !important}.text-yellow-lighter{color:#fff48e !important}.text-yellow-lightest{color:#fff9c1 !important}.text-yellow-dark{color:#c1ad00 !important}.text-yellow-darker{color:#8e7f00 !important}.text-yellow-darkest{color:#5b5100 !important}.text-green{color:#4cd964 !important}.text-green-light{color:#8be69b !important}.text-green-lighter{color:#b5efbf !important}.text-green-lightest{color:#dff8e4 !important}.text-green-dark{color:#26b33e !important}.text-green-darker{color:#1d892f !important}.text-green-darkest{color:#145e21 !important}.text-teal{color:#18e0cd !important}.text-teal-light{color:#57eddf !important}.text-teal-lighter{color:#86f2e8 !important}.text-teal-lightest{color:#b4f7f1 !important}.text-teal-dark{color:#119b8e !important}.text-teal-darker{color:#0c6d64 !important}.text-teal-darkest{color:#073f39 !important}.text-blue{color:#007aff !important}.text-blue-light{color:#4da2ff !important}.text-blue-lighter{color:#80bdff !important}.text-blue-lightest{color:#b3d7ff !important}.text-blue-dark{color:#0055b3 !important}.text-blue-darker{color:#003d80 !important}.text-blue-darkest{color:#00254d !important}.text-indigo{color:#5f6ec7 !important}.text-indigo-light{color:#98a1db !important}.text-indigo-lighter{color:#bdc4e8 !important}.text-indigo-lightest{color:#e3e6f5 !important}.text-indigo-dark{color:#3847a1 !important}.text-indigo-darker{color:#2b377b !important}.text-indigo-darkest{color:#1e2656 !important}.text-purple{color:#af2ec5 !important}.text-purple-light{color:#ca65db !important}.text-purple-lighter{color:#d88ee5 !important}.text-purple-lightest{color:#e6b7ee !important}.text-purple-dark{color:#782087 !important}.text-purple-darker{color:#53165e !important}.text-purple-darkest{color:#2e0c34 !important}.text-pink{color:#ff3069 !important}.text-pink-light{color:#ff7da0 !important}.text-pink-lighter{color:#ffb0c5 !important}.text-pink-lightest{color:#ffe3ea !important}.text-pink-dark{color:#e3003e !important}.text-pink-darker{color:#b00030 !important}.text-pink-darkest{color:#7d0022 !important}.bg-white{background-color:#fff !important}.bg-black{background-color:#2d353c !important}.bg-transparent{background-color:transparent !important}.bg-gray{background-color:#969696 !important}.bg-gray-light{background-color:#bcbcbc !important}.bg-gray-lighter{background-color:#d6d6d6 !important}.bg-gray-lightest{background-color:#efefef !important}.bg-gray-dark{background-color:#707070 !important}.bg-gray-darker{background-color:#565656 !important}.bg-gray-darkest{background-color:#3d3d3d !important}.bg-brown{background-color:#a57868 !important}.bg-brown-light{background-color:#c2a398 !important}.bg-brown-lighter{background-color:#d5bfb8 !important}.bg-brown-lightest{background-color:#e8dcd8 !important}.bg-brown-dark{background-color:#795548 !important}.bg-brown-darker{background-color:#593e35 !important}.bg-brown-darkest{background-color:#392822 !important}.bg-red{background-color:#ff291d !important}.bg-red-light{background-color:#ff716a !important}.bg-red-lighter{background-color:#ffa29d !important}.bg-red-lightest{background-color:#ffd2d0 !important}.bg-red-dark{background-color:#d00b00 !important}.bg-red-darker{background-color:#9d0800 !important}.bg-red-darkest{background-color:#6a0600 !important}.bg-orange{background-color:#ff9500 !important}.bg-orange-light{background-color:#ffb54d !important}.bg-orange-lighter{background-color:#ffca80 !important}.bg-orange-lightest{background-color:#ffdfb3 !important}.bg-orange-dark{background-color:#b36800 !important}.bg-orange-darker{background-color:#804b00 !important}.bg-orange-darkest{background-color:#4d2d00 !important}.bg-yellow{background-color:#ffe70e !important}.bg-yellow-light{background-color:#ffef5b !important}.bg-yellow-lighter{background-color:#fff48e !important}.bg-yellow-lightest{background-color:#fff9c1 !important}.bg-yellow-dark{background-color:#c1ad00 !important}.bg-yellow-darker{background-color:#8e7f00 !important}.bg-yellow-darkest{background-color:#5b5100 !important}.bg-green{background-color:#4cd964 !important}.bg-green-light{background-color:#8be69b !important}.bg-green-lighter{background-color:#b5efbf !important}.bg-green-lightest{background-color:#dff8e4 !important}.bg-green-dark{background-color:#26b33e !important}.bg-green-darker{background-color:#1d892f !important}.bg-green-darkest{background-color:#145e21 !important}.bg-teal{background-color:#18e0cd !important}.bg-teal-light{background-color:#57eddf !important}.bg-teal-lighter{background-color:#86f2e8 !important}.bg-teal-lightest{background-color:#b4f7f1 !important}.bg-teal-dark{background-color:#119b8e !important}.bg-teal-darker{background-color:#0c6d64 !important}.bg-teal-darkest{background-color:#073f39 !important}.bg-blue{background-color:#007aff !important}.bg-blue-light{background-color:#4da2ff !important}.bg-blue-lighter{background-color:#80bdff !important}.bg-blue-lightest{background-color:#b3d7ff !important}.bg-blue-dark{background-color:#0055b3 !important}.bg-blue-darker{background-color:#003d80 !important}.bg-blue-darkest{background-color:#00254d !important}.bg-indigo{background-color:#5f6ec7 !important}.bg-indigo-light{background-color:#98a1db !important}.bg-indigo-lighter{background-color:#bdc4e8 !important}.bg-indigo-lightest{background-color:#e3e6f5 !important}.bg-indigo-dark{background-color:#3847a1 !important}.bg-indigo-darker{background-color:#2b377b !important}.bg-indigo-darkest{background-color:#1e2656 !important}.bg-purple{background-color:#af2ec5 !important}.bg-purple-light{background-color:#ca65db !important}.bg-purple-lighter{background-color:#d88ee5 !important}.bg-purple-lightest{background-color:#e6b7ee !important}.bg-purple-dark{background-color:#782087 !important}.bg-purple-darker{background-color:#53165e !important}.bg-purple-darkest{background-color:#2e0c34 !important}.bg-pink{background-color:#ff3069 !important}.bg-pink-light{background-color:#ff7da0 !important}.bg-pink-lighter{background-color:#ffb0c5 !important}.bg-pink-lightest{background-color:#ffe3ea !important}.bg-pink-dark{background-color:#e3003e !important}.bg-pink-darker{background-color:#b00030 !important}.bg-pink-darkest{background-color:#7d0022 !important}.f-s-0{font-size:0 !important}.f-s-10{font-size:.625rem !important}.f-s-12{font-size:.75rem !important}.f-s-14{font-size:.875rem !important}.f-s-16{font-size:1rem !important}.f-s-18{font-size:1.125rem !important}.f-s-20{font-size:1.25rem !important}.f-s-24{font-size:1.5rem !important}.f-s-32{font-size:2rem !important}.f-w-100{font-weight:100 !important}.f-w-200{font-weight:200 !important}.f-w-300{font-weight:300 !important}.f-w-400{font-weight:400 !important}.f-w-500{font-weight:500 !important}.f-w-600{font-weight:600 !important}.f-w-700{font-weight:700 !important}.f-w-800{font-weight:800 !important}.f-w-900{font-weight:900 !important}.text-capitalize{text-transform:capitalize !important}.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-ellipsis{text-overflow:ellipsis !important}.m-0{margin:0 !important}.m-4{margin:.25rem !important}.m-8{margin:.5rem !important}.m-12{margin:.75rem !important}.m-16{margin:1rem !important}.m-24{margin:1.5rem !important}.m-32{margin:2rem !important}.m-48{margin:3rem !important}.m-auto{margin:auto !important}.m-x-0{margin-left:0 !important;margin-right:0 !important}.m-x-4{margin-left:.25rem !important;margin-right:.25rem !important}.m-x-8{margin-left:.5rem !important;margin-right:.5rem !important}.m-x-12{margin-left:.75rem !important;margin-right:.75rem !important}.m-x-16{margin-left:1rem !important;margin-right:1rem !important}.m-x-24{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x-32{margin-left:2rem !important;margin-right:2rem !important}.m-x-48{margin-left:3rem !important;margin-right:3rem !important}.m-x-auto{margin-left:auto !important;margin-right:auto !important}.m-y-0{margin-top:0 !important;margin-bottom:0 !important}.m-y-4{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-y-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-y-12{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-y-16{margin-top:1rem !important;margin-bottom:1rem !important}.m-y-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-y-32{margin-top:2rem !important;margin-bottom:2rem !important}.m-y-48{margin-top:3rem !important;margin-bottom:3rem !important}.m-y-auto{margin-top:auto !important;margin-bottom:auto !important}.m-t-0{margin-top:0 !important}.m-t-4{margin-top:.25rem !important}.m-t-8{margin-top:.5rem !important}.m-t-12{margin-top:.75rem !important}.m-t-16{margin-top:1rem !important}.m-t-24{margin-top:1.5rem !important}.m-t-32{margin-top:2rem !important}.m-t-48{margin-top:3rem !important}.m-t-auto{margin-top:auto !important}.m-r-0{margin-right:0 !important}.m-r-4{margin-right:.25rem !important}.m-r-8{margin-right:.5rem !important}.m-r-12{margin-right:.75rem !important}.m-r-16{margin-right:1rem !important}.m-r-24{margin-right:1.5rem !important}.m-r-32{margin-right:2rem !important}.m-r-48{margin-right:3rem !important}.m-r-auto{margin-right:auto !important}.m-b-0{margin-bottom:0 !important}.m-b-4{margin-bottom:.25rem !important}.m-b-8{margin-bottom:.5rem !important}.m-b-12{margin-bottom:.75rem !important}.m-b-16{margin-bottom:1rem !important}.m-b-24{margin-bottom:1.5rem !important}.m-b-32{margin-bottom:2rem !important}.m-b-48{margin-bottom:3rem !important}.m-b-auto{margin-bottom:auto !important}.m-l-0{margin-left:0 !important}.m-l-4{margin-left:.25rem !important}.m-l-8{margin-left:.5rem !important}.m-l-12{margin-left:.75rem !important}.m-l-16{margin-left:1rem !important}.m-l-24{margin-left:1.5rem !important}.m-l-32{margin-left:2rem !important}.m-l-48{margin-left:3rem !important}.m-l-auto{margin-left:auto !important}.m--4{margin:-.25rem !important}.m--8{margin:-.5rem !important}.m--12{margin:-.75rem !important}.m--16{margin:-1rem !important}.m--24{margin:-1.5rem !important}.m--32{margin:-2rem !important}.m--48{margin:-3rem !important}.m-x--4{margin-left:-.25rem !important;margin-right:-.25rem !important}.m-x--8{margin-left:-.5rem !important;margin-right:-.5rem !important}.m-x--12{margin-left:-.75rem !important;margin-right:-.75rem !important}.m-x--16{margin-left:-1rem !important;margin-right:-1rem !important}.m-x--24{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.m-x--32{margin-left:-2rem !important;margin-right:-2rem !important}.m-x--48{margin-left:-3rem !important;margin-right:-3rem !important}.m-y--4{margin-top:-.25rem !important;margin-bottom:-.25rem !important}.m-y--8{margin-top:-.5rem !important;margin-bottom:-.5rem !important}.m-y--12{margin-top:-.75rem !important;margin-bottom:-.75rem !important}.m-y--16{margin-top:-1rem !important;margin-bottom:-1rem !important}.m-y--24{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.m-y--32{margin-top:-2rem !important;margin-bottom:-2rem !important}.m-y--48{margin-top:-3rem !important;margin-bottom:-3rem !important}.m-t--4{margin-top:-.25rem !important}.m-t--8{margin-top:-.5rem !important}.m-t--12{margin-top:-.75rem !important}.m-t--16{margin-top:-1rem !important}.m-t--24{margin-top:-1.5rem !important}.m-t--32{margin-top:-2rem !important}.m-t--48{margin-top:-3rem !important}.m-r--4{margin-right:-.25rem !important}.m-r--8{margin-right:-.5rem !important}.m-r--12{margin-right:-.75rem !important}.m-r--16{margin-right:-1rem !important}.m-r--24{margin-right:-1.5rem !important}.m-r--32{margin-right:-2rem !important}.m-r--48{margin-right:-3rem !important}.m-b--4{margin-bottom:-.25rem !important}.m-b--8{margin-bottom:-.5rem !important}.m-b--12{margin-bottom:-.75rem !important}.m-b--16{margin-bottom:-1rem !important}.m-b--24{margin-bottom:-1.5rem !important}.m-b--32{margin-bottom:-2rem !important}.m-b--48{margin-bottom:-3rem !important}.m-l--4{margin-left:-.25rem !important}.m-l--8{margin-left:-.5rem !important}.m-l--12{margin-left:-.75rem !important}.m-l--16{margin-left:-1rem !important}.m-l--24{margin-left:-1.5rem !important}.m-l--32{margin-left:-2rem !important}.m-l--48{margin-left:-3rem !important}.p-0{padding:0 !important}.p-4{padding:.25rem !important}.p-8{padding:.5rem !important}.p-12{padding:.75rem !important}.p-16{padding:1rem !important}.p-24{padding:1.5rem !important}.p-32{padding:2rem !important}.p-48{padding:3rem !important}.p-x-0{padding-left:0 !important;padding-right:0 !important}.p-x-4{padding-left:.25rem !important;padding-right:.25rem !important}.p-x-8{padding-left:.5rem !important;padding-right:.5rem !important}.p-x-12{padding-left:.75rem !important;padding-right:.75rem !important}.p-x-16{padding-left:1rem !important;padding-right:1rem !important}.p-x-24{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x-32{padding-left:2rem !important;padding-right:2rem !important}.p-x-48{padding-left:3rem !important;padding-right:3rem !important}.p-y-0{padding-top:0 !important;padding-bottom:0 !important}.p-y-4{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-y-8{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-y-12{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-y-16{padding-top:1rem !important;padding-bottom:1rem !important}.p-y-24{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-y-32{padding-top:2rem !important;padding-bottom:2rem !important}.p-y-48{padding-top:3rem !important;padding-bottom:3rem !important}.p-t-0{padding-top:0 !important}.p-t-4{padding-top:.25rem !important}.p-t-8{padding-top:.5rem !important}.p-t-12{padding-top:.75rem !important}.p-t-16{padding-top:1rem !important}.p-t-24{padding-top:1.5rem !important}.p-t-32{padding-top:2rem !important}.p-t-48{padding-top:3rem !important}.p-r-0{padding-right:0 !important}.p-r-4{padding-right:.25rem !important}.p-r-8{padding-right:.5rem !important}.p-r-12{padding-right:.75rem !important}.p-r-16{padding-right:1rem !important}.p-r-24{padding-right:1.5rem !important}.p-r-32{padding-right:2rem !important}.p-r-48{padding-right:3rem !important}.p-b-0{padding-bottom:0 !important}.p-b-4{padding-bottom:.25rem !important}.p-b-8{padding-bottom:.5rem !important}.p-b-12{padding-bottom:.75rem !important}.p-b-16{padding-bottom:1rem !important}.p-b-24{padding-bottom:1.5rem !important}.p-b-32{padding-bottom:2rem !important}.p-b-48{padding-bottom:3rem !important}.p-l-0{padding-left:0 !important}.p-l-4{padding-left:.25rem !important}.p-l-8{padding-left:.5rem !important}.p-l-12{padding-left:.75rem !important}.p-l-16{padding-left:1rem !important}.p-l-24{padding-left:1.5rem !important}.p-l-32{padding-left:2rem !important}.p-l-48{padding-left:3rem !important}.w-0{width:0 !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-60{width:60% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-full{width:100% !important}.w-auto{width:auto !important}.h-0{height:0 !important}.h-20{height:20% !important}.h-25{height:25% !important}.h-40{height:40% !important}.h-50{height:50% !important}.h-60{height:60% !important}.h-75{height:75% !important}.h-80{height:80% !important}.h-full{height:100% !important}.h-auto{height:auto !important}.shadow-none{box-shadow:none !important}.shadow-1{box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.06) !important}.shadow-2{box-shadow:0 4px 8px -1px rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.06) !important}.shadow-3{box-shadow:0 8px 16px -2px rgba(0,0,0,0.12),0 4px 8px -2px rgba(0,0,0,0.06) !important}.shadow-4{box-shadow:0 16px 32px -4px rgba(0,0,0,0.12),0 8px 16px -4px rgba(0,0,0,0.06) !important}.shadow-5{box-shadow:0 24px 48px -8px rgba(0,0,0,0.12),0 16px 32px -8px rgba(0,0,0,0.06) !important}.r-0{border-radius:0 !important}.r-4{border-radius:.25rem !important}.r-8{border-radius:.5rem !important}.r-12{border-radius:.75rem !important}.r-16{border-radius:1rem !important}.r-full{border-radius:9999px !important}.r-t-l-0{border-top-left-radius:0 !important}.r-t-l-4{border-top-left-radius:.25rem !important}.r-t-l-8{border-top-left-radius:.5rem !important}.r-t-l-12{border-top-left-radius:.75rem !important}.r-t-l-16{border-top-left-radius:1rem !important}.r-t-l-full{border-top-left-radius:9999px !important}.r-t-r-0{border-top-right-radius:0 !important}.r-t-r-4{border-top-right-radius:.25rem !important}.r-t-r-8{border-top-right-radius:.5rem !important}.r-t-r-12{border-top-right-radius:.75rem !important}.r-t-r-16{border-top-right-radius:1rem !important}.r-t-r-full{border-top-right-radius:9999px !important}.r-b-r-0{border-bottom-right-radius:0 !important}.r-b-r-4{border-bottom-right-radius:.25rem !important}.r-b-r-8{border-bottom-right-radius:.5rem !important}.r-b-r-12{border-bottom-right-radius:.75rem !important}.r-b-r-16{border-bottom-right-radius:1rem !important}.r-b-r-full{border-bottom-right-radius:9999px !important}.r-b-l-0{border-bottom-left-radius:0 !important}.r-b-l-4{border-bottom-left-radius:.25rem !important}.r-b-l-8{border-bottom-left-radius:.5rem !important}.r-b-l-12{border-bottom-left-radius:.75rem !important}.r-b-l-16{border-bottom-left-radius:1rem !important}.r-b-l-full{border-bottom-left-radius:9999px !important}.static{position:static !important}.fixed{position:fixed !important}.absolute{position:absolute !important}.relative{position:relative !important}.sticky{position:sticky !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-col{flex-direction:column !important}.flex-col-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-inline{display:inline !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.b-0{border:0 !important}.b-1{border:1px solid rgba(0,0,0,0.12) !important}.b-2{border:2px solid rgba(0,0,0,0.12) !important}.b-4{border:4px solid rgba(0,0,0,0.12) !important}.b-8{border:8px solid rgba(0,0,0,0.12) !important}.b-t-0{border-top:0 !important}.b-t-1{border-top:1px solid rgba(0,0,0,0.12) !important}.b-t-2{border-top:2px solid rgba(0,0,0,0.12) !important}.b-t-4{border-top:4px solid rgba(0,0,0,0.12) !important}.b-t-8{border-top:8px solid rgba(0,0,0,0.12) !important}.b-b-0{border-bottom:0 !important}.b-b-1{border-bottom:1px solid rgba(0,0,0,0.12) !important}.b-b-2{border-bottom:2px solid rgba(0,0,0,0.12) !important}.b-b-4{border-bottom:4px solid rgba(0,0,0,0.12) !important}.b-b-8{border-bottom:8px solid rgba(0,0,0,0.12) !important}.b-r-0{border-right:0 !important}.b-r-1{border-right:1px solid rgba(0,0,0,0.12) !important}.b-r-2{border-right:2px solid rgba(0,0,0,0.12) !important}.b-r-4{border-right:4px solid rgba(0,0,0,0.12) !important}.b-r-8{border-right:8px solid rgba(0,0,0,0.12) !important}.b-l-0{border-left:0 !important}.b-l-1{border-left:1px solid rgba(0,0,0,0.12) !important}.b-l-2{border-left:2px solid rgba(0,0,0,0.12) !important}.b-l-4{border-left:4px solid rgba(0,0,0,0.12) !important}.b-l-8{border-left:8px solid rgba(0,0,0,0.12) !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}\n"]} \ No newline at end of file +{"version":3,"sources":["","snack-helper.min.css"],"names":[],"mappings":"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","file":"snack-helper.min.css","sourcesContent":[null,".text-white{color:#fff !important}.text-black{color:#2d353c !important}.text-gray{color:#969696 !important}.text-gray-light{color:#bcbcbc !important}.text-gray-lighter{color:#d6d6d6 !important}.text-gray-lightest{color:#efefef !important}.text-gray-dark{color:#707070 !important}.text-gray-darker{color:#565656 !important}.text-gray-darkest{color:#3d3d3d !important}.text-brown{color:#a57868 !important}.text-brown-light{color:#c2a398 !important}.text-brown-lighter{color:#d5bfb8 !important}.text-brown-lightest{color:#e8dcd8 !important}.text-brown-dark{color:#795548 !important}.text-brown-darker{color:#593e35 !important}.text-brown-darkest{color:#392822 !important}.text-red{color:#ff291d !important}.text-red-light{color:#ff716a !important}.text-red-lighter{color:#ffa29d !important}.text-red-lightest{color:#ffd2d0 !important}.text-red-dark{color:#d00b00 !important}.text-red-darker{color:#9d0800 !important}.text-red-darkest{color:#6a0600 !important}.text-orange{color:#ff9500 !important}.text-orange-light{color:#ffb54d !important}.text-orange-lighter{color:#ffca80 !important}.text-orange-lightest{color:#ffdfb3 !important}.text-orange-dark{color:#b36800 !important}.text-orange-darker{color:#804b00 !important}.text-orange-darkest{color:#4d2d00 !important}.text-yellow{color:#ffe70e !important}.text-yellow-light{color:#ffef5b !important}.text-yellow-lighter{color:#fff48e !important}.text-yellow-lightest{color:#fff9c1 !important}.text-yellow-dark{color:#c1ad00 !important}.text-yellow-darker{color:#8e7f00 !important}.text-yellow-darkest{color:#5b5100 !important}.text-green{color:#4cd964 !important}.text-green-light{color:#8be69b !important}.text-green-lighter{color:#b5efbf !important}.text-green-lightest{color:#dff8e4 !important}.text-green-dark{color:#26b33e !important}.text-green-darker{color:#1d892f !important}.text-green-darkest{color:#145e21 !important}.text-teal{color:#18e0cd !important}.text-teal-light{color:#57eddf !important}.text-teal-lighter{color:#86f2e8 !important}.text-teal-lightest{color:#b4f7f1 !important}.text-teal-dark{color:#119b8e !important}.text-teal-darker{color:#0c6d64 !important}.text-teal-darkest{color:#073f39 !important}.text-blue{color:#007aff !important}.text-blue-light{color:#4da2ff !important}.text-blue-lighter{color:#80bdff !important}.text-blue-lightest{color:#b3d7ff !important}.text-blue-dark{color:#0055b3 !important}.text-blue-darker{color:#003d80 !important}.text-blue-darkest{color:#00254d !important}.text-indigo{color:#5f6ec7 !important}.text-indigo-light{color:#98a1db !important}.text-indigo-lighter{color:#bdc4e8 !important}.text-indigo-lightest{color:#e3e6f5 !important}.text-indigo-dark{color:#3847a1 !important}.text-indigo-darker{color:#2b377b !important}.text-indigo-darkest{color:#1e2656 !important}.text-purple{color:#af2ec5 !important}.text-purple-light{color:#ca65db !important}.text-purple-lighter{color:#d88ee5 !important}.text-purple-lightest{color:#e6b7ee !important}.text-purple-dark{color:#782087 !important}.text-purple-darker{color:#53165e !important}.text-purple-darkest{color:#2e0c34 !important}.text-pink{color:#ff3069 !important}.text-pink-light{color:#ff7da0 !important}.text-pink-lighter{color:#ffb0c5 !important}.text-pink-lightest{color:#ffe3ea !important}.text-pink-dark{color:#e3003e !important}.text-pink-darker{color:#b00030 !important}.text-pink-darkest{color:#7d0022 !important}.bg-white{background-color:#fff !important}.bg-black{background-color:#2d353c !important}.bg-transparent{background-color:transparent !important}.bg-gray{background-color:#969696 !important}.bg-gray-light{background-color:#bcbcbc !important}.bg-gray-lighter{background-color:#d6d6d6 !important}.bg-gray-lightest{background-color:#efefef !important}.bg-gray-dark{background-color:#707070 !important}.bg-gray-darker{background-color:#565656 !important}.bg-gray-darkest{background-color:#3d3d3d !important}.bg-brown{background-color:#a57868 !important}.bg-brown-light{background-color:#c2a398 !important}.bg-brown-lighter{background-color:#d5bfb8 !important}.bg-brown-lightest{background-color:#e8dcd8 !important}.bg-brown-dark{background-color:#795548 !important}.bg-brown-darker{background-color:#593e35 !important}.bg-brown-darkest{background-color:#392822 !important}.bg-red{background-color:#ff291d !important}.bg-red-light{background-color:#ff716a !important}.bg-red-lighter{background-color:#ffa29d !important}.bg-red-lightest{background-color:#ffd2d0 !important}.bg-red-dark{background-color:#d00b00 !important}.bg-red-darker{background-color:#9d0800 !important}.bg-red-darkest{background-color:#6a0600 !important}.bg-orange{background-color:#ff9500 !important}.bg-orange-light{background-color:#ffb54d !important}.bg-orange-lighter{background-color:#ffca80 !important}.bg-orange-lightest{background-color:#ffdfb3 !important}.bg-orange-dark{background-color:#b36800 !important}.bg-orange-darker{background-color:#804b00 !important}.bg-orange-darkest{background-color:#4d2d00 !important}.bg-yellow{background-color:#ffe70e !important}.bg-yellow-light{background-color:#ffef5b !important}.bg-yellow-lighter{background-color:#fff48e !important}.bg-yellow-lightest{background-color:#fff9c1 !important}.bg-yellow-dark{background-color:#c1ad00 !important}.bg-yellow-darker{background-color:#8e7f00 !important}.bg-yellow-darkest{background-color:#5b5100 !important}.bg-green{background-color:#4cd964 !important}.bg-green-light{background-color:#8be69b !important}.bg-green-lighter{background-color:#b5efbf !important}.bg-green-lightest{background-color:#dff8e4 !important}.bg-green-dark{background-color:#26b33e !important}.bg-green-darker{background-color:#1d892f !important}.bg-green-darkest{background-color:#145e21 !important}.bg-teal{background-color:#18e0cd !important}.bg-teal-light{background-color:#57eddf !important}.bg-teal-lighter{background-color:#86f2e8 !important}.bg-teal-lightest{background-color:#b4f7f1 !important}.bg-teal-dark{background-color:#119b8e !important}.bg-teal-darker{background-color:#0c6d64 !important}.bg-teal-darkest{background-color:#073f39 !important}.bg-blue{background-color:#007aff !important}.bg-blue-light{background-color:#4da2ff !important}.bg-blue-lighter{background-color:#80bdff !important}.bg-blue-lightest{background-color:#b3d7ff !important}.bg-blue-dark{background-color:#0055b3 !important}.bg-blue-darker{background-color:#003d80 !important}.bg-blue-darkest{background-color:#00254d !important}.bg-indigo{background-color:#5f6ec7 !important}.bg-indigo-light{background-color:#98a1db !important}.bg-indigo-lighter{background-color:#bdc4e8 !important}.bg-indigo-lightest{background-color:#e3e6f5 !important}.bg-indigo-dark{background-color:#3847a1 !important}.bg-indigo-darker{background-color:#2b377b !important}.bg-indigo-darkest{background-color:#1e2656 !important}.bg-purple{background-color:#af2ec5 !important}.bg-purple-light{background-color:#ca65db !important}.bg-purple-lighter{background-color:#d88ee5 !important}.bg-purple-lightest{background-color:#e6b7ee !important}.bg-purple-dark{background-color:#782087 !important}.bg-purple-darker{background-color:#53165e !important}.bg-purple-darkest{background-color:#2e0c34 !important}.bg-pink{background-color:#ff3069 !important}.bg-pink-light{background-color:#ff7da0 !important}.bg-pink-lighter{background-color:#ffb0c5 !important}.bg-pink-lightest{background-color:#ffe3ea !important}.bg-pink-dark{background-color:#e3003e !important}.bg-pink-darker{background-color:#b00030 !important}.bg-pink-darkest{background-color:#7d0022 !important}.object-contain{object-fit:contain !important}.object-cover{object-fit:cover !important}.object-fill{object-fit:fill !important}.object-none{object-fit:none !important}.object-scale-down{object-fit:scale-down !important}.shadow-none{box-shadow:none !important}.shadow-1{box-shadow:0 2px 4px 0 rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.06) !important}.shadow-2{box-shadow:0 4px 8px -1px rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.06) !important}.shadow-3{box-shadow:0 8px 16px -2px rgba(0,0,0,0.12),0 4px 8px -2px rgba(0,0,0,0.06) !important}.shadow-4{box-shadow:0 16px 32px -4px rgba(0,0,0,0.12),0 8px 16px -4px rgba(0,0,0,0.06) !important}.shadow-5{box-shadow:0 24px 48px -8px rgba(0,0,0,0.12),0 16px 32px -8px rgba(0,0,0,0.06) !important}.r-0{border-radius:0 !important}.r-4{border-radius:.25rem !important}.r-8{border-radius:.5rem !important}.r-12{border-radius:.75rem !important}.r-16{border-radius:1rem !important}.r-full{border-radius:50rem !important}.r-t-l-0{border-top-left-radius:0 !important}.r-t-l-4{border-top-left-radius:.25rem !important}.r-t-l-8{border-top-left-radius:.5rem !important}.r-t-l-12{border-top-left-radius:.75rem !important}.r-t-l-16{border-top-left-radius:1rem !important}.r-t-l-full{border-top-left-radius:50rem !important}.r-t-r-0{border-top-right-radius:0 !important}.r-t-r-4{border-top-right-radius:.25rem !important}.r-t-r-8{border-top-right-radius:.5rem !important}.r-t-r-12{border-top-right-radius:.75rem !important}.r-t-r-16{border-top-right-radius:1rem !important}.r-t-r-full{border-top-right-radius:50rem !important}.r-b-r-0{border-bottom-right-radius:0 !important}.r-b-r-4{border-bottom-right-radius:.25rem !important}.r-b-r-8{border-bottom-right-radius:.5rem !important}.r-b-r-12{border-bottom-right-radius:.75rem !important}.r-b-r-16{border-bottom-right-radius:1rem !important}.r-b-r-full{border-bottom-right-radius:50rem !important}.r-b-l-0{border-bottom-left-radius:0 !important}.r-b-l-4{border-bottom-left-radius:.25rem !important}.r-b-l-8{border-bottom-left-radius:.5rem !important}.r-b-l-12{border-bottom-left-radius:.75rem !important}.r-b-l-16{border-bottom-left-radius:1rem !important}.r-b-l-full{border-bottom-left-radius:50rem !important}.b-0{border:0 !important}.b-1{border:1px solid rgba(0,0,0,0.12) !important}.b-2{border:2px solid rgba(0,0,0,0.12) !important}.b-4{border:4px solid rgba(0,0,0,0.12) !important}.b-8{border:8px solid rgba(0,0,0,0.12) !important}.b-t-0{border-top:0 !important}.b-t-1{border-top:1px solid rgba(0,0,0,0.12) !important}.b-t-2{border-top:2px solid rgba(0,0,0,0.12) !important}.b-t-4{border-top:4px solid rgba(0,0,0,0.12) !important}.b-t-8{border-top:8px solid rgba(0,0,0,0.12) !important}.b-b-0{border-bottom:0 !important}.b-b-1{border-bottom:1px solid rgba(0,0,0,0.12) !important}.b-b-2{border-bottom:2px solid rgba(0,0,0,0.12) !important}.b-b-4{border-bottom:4px solid rgba(0,0,0,0.12) !important}.b-b-8{border-bottom:8px solid rgba(0,0,0,0.12) !important}.b-r-0{border-right:0 !important}.b-r-1{border-right:1px solid rgba(0,0,0,0.12) !important}.b-r-2{border-right:2px solid rgba(0,0,0,0.12) !important}.b-r-4{border-right:4px solid rgba(0,0,0,0.12) !important}.b-r-8{border-right:8px solid rgba(0,0,0,0.12) !important}.b-l-0{border-left:0 !important}.b-l-1{border-left:1px solid rgba(0,0,0,0.12) !important}.b-l-2{border-left:2px solid rgba(0,0,0,0.12) !important}.b-l-4{border-left:4px solid rgba(0,0,0,0.12) !important}.b-l-8{border-left:8px solid rgba(0,0,0,0.12) !important}.cursor-default{cursor:default !important}.cursor-pointer{cursor:pointer !important}.cursor-not-allowed{cursor:not-allowed !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.f-s-0{font-size:0 !important}.f-s-10{font-size:.625rem !important}.f-s-12{font-size:.75rem !important}.f-s-14{font-size:.875rem !important}.f-s-16{font-size:1rem !important}.f-s-18{font-size:1.125rem !important}.f-s-20{font-size:1.25rem !important}.f-s-24{font-size:1.5rem !important}.f-s-32{font-size:2rem !important}.f-w-100{font-weight:100 !important}.f-w-200{font-weight:200 !important}.f-w-300{font-weight:300 !important}.f-w-400{font-weight:400 !important}.f-w-500{font-weight:500 !important}.f-w-600{font-weight:600 !important}.f-w-700{font-weight:700 !important}.f-w-800{font-weight:800 !important}.f-w-900{font-weight:900 !important}.text-capitalize{text-transform:capitalize !important}.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-ellipsis{text-overflow:ellipsis !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.m-0{margin:0 !important}.m-4{margin:.25rem !important}.m-8{margin:.5rem !important}.m-12{margin:.75rem !important}.m-16{margin:1rem !important}.m-24{margin:1.5rem !important}.m-32{margin:2rem !important}.m-48{margin:3rem !important}.m-auto{margin:auto !important}.m-x-0{margin-left:0 !important;margin-right:0 !important}.m-x-4{margin-left:.25rem !important;margin-right:.25rem !important}.m-x-8{margin-left:.5rem !important;margin-right:.5rem !important}.m-x-12{margin-left:.75rem !important;margin-right:.75rem !important}.m-x-16{margin-left:1rem !important;margin-right:1rem !important}.m-x-24{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x-32{margin-left:2rem !important;margin-right:2rem !important}.m-x-48{margin-left:3rem !important;margin-right:3rem !important}.m-x-auto{margin-left:auto !important;margin-right:auto !important}.m-y-0{margin-top:0 !important;margin-bottom:0 !important}.m-y-4{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-y-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-y-12{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-y-16{margin-top:1rem !important;margin-bottom:1rem !important}.m-y-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-y-32{margin-top:2rem !important;margin-bottom:2rem !important}.m-y-48{margin-top:3rem !important;margin-bottom:3rem !important}.m-y-auto{margin-top:auto !important;margin-bottom:auto !important}.m-t-0{margin-top:0 !important}.m-t-4{margin-top:.25rem !important}.m-t-8{margin-top:.5rem !important}.m-t-12{margin-top:.75rem !important}.m-t-16{margin-top:1rem !important}.m-t-24{margin-top:1.5rem !important}.m-t-32{margin-top:2rem !important}.m-t-48{margin-top:3rem !important}.m-t-auto{margin-top:auto !important}.m-r-0{margin-right:0 !important}.m-r-4{margin-right:.25rem !important}.m-r-8{margin-right:.5rem !important}.m-r-12{margin-right:.75rem !important}.m-r-16{margin-right:1rem !important}.m-r-24{margin-right:1.5rem !important}.m-r-32{margin-right:2rem !important}.m-r-48{margin-right:3rem !important}.m-r-auto{margin-right:auto !important}.m-b-0{margin-bottom:0 !important}.m-b-4{margin-bottom:.25rem !important}.m-b-8{margin-bottom:.5rem !important}.m-b-12{margin-bottom:.75rem !important}.m-b-16{margin-bottom:1rem !important}.m-b-24{margin-bottom:1.5rem !important}.m-b-32{margin-bottom:2rem !important}.m-b-48{margin-bottom:3rem !important}.m-b-auto{margin-bottom:auto !important}.m-l-0{margin-left:0 !important}.m-l-4{margin-left:.25rem !important}.m-l-8{margin-left:.5rem !important}.m-l-12{margin-left:.75rem !important}.m-l-16{margin-left:1rem !important}.m-l-24{margin-left:1.5rem !important}.m-l-32{margin-left:2rem !important}.m-l-48{margin-left:3rem !important}.m-l-auto{margin-left:auto !important}.m--4{margin:-.25rem !important}.m--8{margin:-.5rem !important}.m--12{margin:-.75rem !important}.m--16{margin:-1rem !important}.m--24{margin:-1.5rem !important}.m--32{margin:-2rem !important}.m--48{margin:-3rem !important}.m-x--4{margin-left:-.25rem !important;margin-right:-.25rem !important}.m-x--8{margin-left:-.5rem !important;margin-right:-.5rem !important}.m-x--12{margin-left:-.75rem !important;margin-right:-.75rem !important}.m-x--16{margin-left:-1rem !important;margin-right:-1rem !important}.m-x--24{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.m-x--32{margin-left:-2rem !important;margin-right:-2rem !important}.m-x--48{margin-left:-3rem !important;margin-right:-3rem !important}.m-y--4{margin-top:-.25rem !important;margin-bottom:-.25rem !important}.m-y--8{margin-top:-.5rem !important;margin-bottom:-.5rem !important}.m-y--12{margin-top:-.75rem !important;margin-bottom:-.75rem !important}.m-y--16{margin-top:-1rem !important;margin-bottom:-1rem !important}.m-y--24{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.m-y--32{margin-top:-2rem !important;margin-bottom:-2rem !important}.m-y--48{margin-top:-3rem !important;margin-bottom:-3rem !important}.m-t--4{margin-top:-.25rem !important}.m-t--8{margin-top:-.5rem !important}.m-t--12{margin-top:-.75rem !important}.m-t--16{margin-top:-1rem !important}.m-t--24{margin-top:-1.5rem !important}.m-t--32{margin-top:-2rem !important}.m-t--48{margin-top:-3rem !important}.m-r--4{margin-right:-.25rem !important}.m-r--8{margin-right:-.5rem !important}.m-r--12{margin-right:-.75rem !important}.m-r--16{margin-right:-1rem !important}.m-r--24{margin-right:-1.5rem !important}.m-r--32{margin-right:-2rem !important}.m-r--48{margin-right:-3rem !important}.m-b--4{margin-bottom:-.25rem !important}.m-b--8{margin-bottom:-.5rem !important}.m-b--12{margin-bottom:-.75rem !important}.m-b--16{margin-bottom:-1rem !important}.m-b--24{margin-bottom:-1.5rem !important}.m-b--32{margin-bottom:-2rem !important}.m-b--48{margin-bottom:-3rem !important}.m-l--4{margin-left:-.25rem !important}.m-l--8{margin-left:-.5rem !important}.m-l--12{margin-left:-.75rem !important}.m-l--16{margin-left:-1rem !important}.m-l--24{margin-left:-1.5rem !important}.m-l--32{margin-left:-2rem !important}.m-l--48{margin-left:-3rem !important}.p-0{padding:0 !important}.p-4{padding:.25rem !important}.p-8{padding:.5rem !important}.p-12{padding:.75rem !important}.p-16{padding:1rem !important}.p-24{padding:1.5rem !important}.p-32{padding:2rem !important}.p-48{padding:3rem !important}.p-x-0{padding-left:0 !important;padding-right:0 !important}.p-x-4{padding-left:.25rem !important;padding-right:.25rem !important}.p-x-8{padding-left:.5rem !important;padding-right:.5rem !important}.p-x-12{padding-left:.75rem !important;padding-right:.75rem !important}.p-x-16{padding-left:1rem !important;padding-right:1rem !important}.p-x-24{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x-32{padding-left:2rem !important;padding-right:2rem !important}.p-x-48{padding-left:3rem !important;padding-right:3rem !important}.p-y-0{padding-top:0 !important;padding-bottom:0 !important}.p-y-4{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-y-8{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-y-12{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-y-16{padding-top:1rem !important;padding-bottom:1rem !important}.p-y-24{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-y-32{padding-top:2rem !important;padding-bottom:2rem !important}.p-y-48{padding-top:3rem !important;padding-bottom:3rem !important}.p-t-0{padding-top:0 !important}.p-t-4{padding-top:.25rem !important}.p-t-8{padding-top:.5rem !important}.p-t-12{padding-top:.75rem !important}.p-t-16{padding-top:1rem !important}.p-t-24{padding-top:1.5rem !important}.p-t-32{padding-top:2rem !important}.p-t-48{padding-top:3rem !important}.p-r-0{padding-right:0 !important}.p-r-4{padding-right:.25rem !important}.p-r-8{padding-right:.5rem !important}.p-r-12{padding-right:.75rem !important}.p-r-16{padding-right:1rem !important}.p-r-24{padding-right:1.5rem !important}.p-r-32{padding-right:2rem !important}.p-r-48{padding-right:3rem !important}.p-b-0{padding-bottom:0 !important}.p-b-4{padding-bottom:.25rem !important}.p-b-8{padding-bottom:.5rem !important}.p-b-12{padding-bottom:.75rem !important}.p-b-16{padding-bottom:1rem !important}.p-b-24{padding-bottom:1.5rem !important}.p-b-32{padding-bottom:2rem !important}.p-b-48{padding-bottom:3rem !important}.p-l-0{padding-left:0 !important}.p-l-4{padding-left:.25rem !important}.p-l-8{padding-left:.5rem !important}.p-l-12{padding-left:.75rem !important}.p-l-16{padding-left:1rem !important}.p-l-24{padding-left:1.5rem !important}.p-l-32{padding-left:2rem !important}.p-l-48{padding-left:3rem !important}.w-0{width:0 !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-60{width:60% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-full{width:100% !important}.w-auto{width:auto !important}.h-0{height:0 !important}.h-20{height:20% !important}.h-25{height:25% !important}.h-40{height:40% !important}.h-50{height:50% !important}.h-60{height:60% !important}.h-75{height:75% !important}.h-80{height:80% !important}.h-full{height:100% !important}.h-auto{height:auto !important}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-col{flex-direction:column !important}.flex-col-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-inline{display:inline !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.static{position:static !important}.fixed{position:fixed !important}.absolute{position:absolute !important}.relative{position:relative !important}.sticky{position:sticky !important}\n"]} \ No newline at end of file diff --git a/docs/css/snack-helper.css b/docs/css/snack-helper.css index 8305e88..5ab0ebe 100644 --- a/docs/css/snack-helper.css +++ b/docs/css/snack-helper.css @@ -1,8 +1,8 @@ /*! - * snack-helper - v2.0.0 + * snack-helper - v2.1.0 * A universal CSS helper library. - * https://nzbin.github.io/snack-helper/ + * https://snack-ui.github.io/snack-helper/ * * Copyright (c) 2017 nzbin * Released under MIT License @@ -644,6 +644,294 @@ background-color: #7d0022 !important; } +.object-contain { + object-fit: contain !important; +} + +.object-cover { + object-fit: cover !important; +} + +.object-fill { + object-fit: fill !important; +} + +.object-none { + object-fit: none !important; +} + +.object-scale-down { + object-fit: scale-down !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.shadow-1 { + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; +} + +.shadow-2 { + box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; +} + +.shadow-3 { + box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.12), 0 4px 8px -2px rgba(0, 0, 0, 0.06) !important; +} + +.shadow-4 { + box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.06) !important; +} + +.shadow-5 { + box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.12), 0 16px 32px -8px rgba(0, 0, 0, 0.06) !important; +} + +.r-0 { + border-radius: 0 !important; +} + +.r-4 { + border-radius: 0.25rem !important; +} + +.r-8 { + border-radius: 0.5rem !important; +} + +.r-12 { + border-radius: 0.75rem !important; +} + +.r-16 { + border-radius: 1rem !important; +} + +.r-full { + border-radius: 50rem !important; +} + +.r-t-l-0 { + border-top-left-radius: 0 !important; +} + +.r-t-l-4 { + border-top-left-radius: 0.25rem !important; +} + +.r-t-l-8 { + border-top-left-radius: 0.5rem !important; +} + +.r-t-l-12 { + border-top-left-radius: 0.75rem !important; +} + +.r-t-l-16 { + border-top-left-radius: 1rem !important; +} + +.r-t-l-full { + border-top-left-radius: 50rem !important; +} + +.r-t-r-0 { + border-top-right-radius: 0 !important; +} + +.r-t-r-4 { + border-top-right-radius: 0.25rem !important; +} + +.r-t-r-8 { + border-top-right-radius: 0.5rem !important; +} + +.r-t-r-12 { + border-top-right-radius: 0.75rem !important; +} + +.r-t-r-16 { + border-top-right-radius: 1rem !important; +} + +.r-t-r-full { + border-top-right-radius: 50rem !important; +} + +.r-b-r-0 { + border-bottom-right-radius: 0 !important; +} + +.r-b-r-4 { + border-bottom-right-radius: 0.25rem !important; +} + +.r-b-r-8 { + border-bottom-right-radius: 0.5rem !important; +} + +.r-b-r-12 { + border-bottom-right-radius: 0.75rem !important; +} + +.r-b-r-16 { + border-bottom-right-radius: 1rem !important; +} + +.r-b-r-full { + border-bottom-right-radius: 50rem !important; +} + +.r-b-l-0 { + border-bottom-left-radius: 0 !important; +} + +.r-b-l-4 { + border-bottom-left-radius: 0.25rem !important; +} + +.r-b-l-8 { + border-bottom-left-radius: 0.5rem !important; +} + +.r-b-l-12 { + border-bottom-left-radius: 0.75rem !important; +} + +.r-b-l-16 { + border-bottom-left-radius: 1rem !important; +} + +.r-b-l-full { + border-bottom-left-radius: 50rem !important; +} + +.b-0 { + border: 0 !important; +} + +.b-1 { + border: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-2 { + border: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-4 { + border: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-8 { + border: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-0 { + border-top: 0 !important; +} + +.b-t-1 { + border-top: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-2 { + border-top: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-4 { + border-top: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-t-8 { + border-top: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-0 { + border-bottom: 0 !important; +} + +.b-b-1 { + border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-2 { + border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-4 { + border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-b-8 { + border-bottom: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-0 { + border-right: 0 !important; +} + +.b-r-1 { + border-right: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-2 { + border-right: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-4 { + border-right: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-r-8 { + border-right: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-0 { + border-left: 0 !important; +} + +.b-l-1 { + border-left: 1px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-2 { + border-left: 2px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-4 { + border-left: 4px solid rgba(0, 0, 0, 0.12) !important; +} + +.b-l-8 { + border-left: 8px solid rgba(0, 0, 0, 0.12) !important; +} + +.cursor-default { + cursor: default !important; +} + +.cursor-pointer { + cursor: pointer !important; +} + +.cursor-not-allowed { + cursor: not-allowed !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + .f-s-0 { font-size: 0 !important; } @@ -752,6 +1040,46 @@ text-overflow: ellipsis !important; } +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.overflow-x-hidden { + overflow-x: hidden !important; +} + +.overflow-x-visible { + overflow-x: visible !important; +} + +.overflow-x-scroll { + overflow-x: scroll !important; +} + +.overflow-y-hidden { + overflow-y: hidden !important; +} + +.overflow-y-visible { + overflow-y: visible !important; +} + +.overflow-y-scroll { + overflow-y: scroll !important; +} + .m-0 { margin: 0 !important; } @@ -1404,356 +1732,152 @@ padding-right: 2rem !important; } -.p-r-48 { - padding-right: 3rem !important; -} - -.p-b-0 { - padding-bottom: 0 !important; -} - -.p-b-4 { - padding-bottom: 0.25rem !important; -} - -.p-b-8 { - padding-bottom: 0.5rem !important; -} - -.p-b-12 { - padding-bottom: 0.75rem !important; -} - -.p-b-16 { - padding-bottom: 1rem !important; -} - -.p-b-24 { - padding-bottom: 1.5rem !important; -} - -.p-b-32 { - padding-bottom: 2rem !important; -} - -.p-b-48 { - padding-bottom: 3rem !important; -} - -.p-l-0 { - padding-left: 0 !important; -} - -.p-l-4 { - padding-left: 0.25rem !important; -} - -.p-l-8 { - padding-left: 0.5rem !important; -} - -.p-l-12 { - padding-left: 0.75rem !important; -} - -.p-l-16 { - padding-left: 1rem !important; -} - -.p-l-24 { - padding-left: 1.5rem !important; -} - -.p-l-32 { - padding-left: 2rem !important; -} - -.p-l-48 { - padding-left: 3rem !important; -} - -.w-0 { - width: 0 !important; -} - -.w-20 { - width: 20% !important; -} - -.w-25 { - width: 25% !important; -} - -.w-40 { - width: 40% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-60 { - width: 60% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-80 { - width: 80% !important; -} - -.w-full { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.h-0 { - height: 0 !important; -} - -.h-20 { - height: 20% !important; -} - -.h-25 { - height: 25% !important; -} - -.h-40 { - height: 40% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-60 { - height: 60% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-80 { - height: 80% !important; -} - -.h-full { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.shadow-1 { - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; -} - -.shadow-2 { - box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; -} - -.shadow-3 { - box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.12), 0 4px 8px -2px rgba(0, 0, 0, 0.06) !important; -} - -.shadow-4 { - box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.06) !important; -} - -.shadow-5 { - box-shadow: 0 24px 48px -8px rgba(0, 0, 0, 0.12), 0 16px 32px -8px rgba(0, 0, 0, 0.06) !important; -} - -.r-0 { - border-radius: 0 !important; -} - -.r-4 { - border-radius: 0.25rem !important; -} - -.r-8 { - border-radius: 0.5rem !important; -} - -.r-12 { - border-radius: 0.75rem !important; -} - -.r-16 { - border-radius: 1rem !important; -} - -.r-full { - border-radius: 9999px !important; -} - -.r-t-l-0 { - border-top-left-radius: 0 !important; -} - -.r-t-l-4 { - border-top-left-radius: 0.25rem !important; -} - -.r-t-l-8 { - border-top-left-radius: 0.5rem !important; +.p-r-48 { + padding-right: 3rem !important; } -.r-t-l-12 { - border-top-left-radius: 0.75rem !important; +.p-b-0 { + padding-bottom: 0 !important; } -.r-t-l-16 { - border-top-left-radius: 1rem !important; +.p-b-4 { + padding-bottom: 0.25rem !important; } -.r-t-l-full { - border-top-left-radius: 9999px !important; +.p-b-8 { + padding-bottom: 0.5rem !important; } -.r-t-r-0 { - border-top-right-radius: 0 !important; +.p-b-12 { + padding-bottom: 0.75rem !important; } -.r-t-r-4 { - border-top-right-radius: 0.25rem !important; +.p-b-16 { + padding-bottom: 1rem !important; } -.r-t-r-8 { - border-top-right-radius: 0.5rem !important; +.p-b-24 { + padding-bottom: 1.5rem !important; } -.r-t-r-12 { - border-top-right-radius: 0.75rem !important; +.p-b-32 { + padding-bottom: 2rem !important; } -.r-t-r-16 { - border-top-right-radius: 1rem !important; +.p-b-48 { + padding-bottom: 3rem !important; } -.r-t-r-full { - border-top-right-radius: 9999px !important; +.p-l-0 { + padding-left: 0 !important; } -.r-b-r-0 { - border-bottom-right-radius: 0 !important; +.p-l-4 { + padding-left: 0.25rem !important; } -.r-b-r-4 { - border-bottom-right-radius: 0.25rem !important; +.p-l-8 { + padding-left: 0.5rem !important; } -.r-b-r-8 { - border-bottom-right-radius: 0.5rem !important; +.p-l-12 { + padding-left: 0.75rem !important; } -.r-b-r-12 { - border-bottom-right-radius: 0.75rem !important; +.p-l-16 { + padding-left: 1rem !important; } -.r-b-r-16 { - border-bottom-right-radius: 1rem !important; +.p-l-24 { + padding-left: 1.5rem !important; } -.r-b-r-full { - border-bottom-right-radius: 9999px !important; +.p-l-32 { + padding-left: 2rem !important; } -.r-b-l-0 { - border-bottom-left-radius: 0 !important; +.p-l-48 { + padding-left: 3rem !important; } -.r-b-l-4 { - border-bottom-left-radius: 0.25rem !important; +.w-0 { + width: 0 !important; } -.r-b-l-8 { - border-bottom-left-radius: 0.5rem !important; +.w-20 { + width: 20% !important; } -.r-b-l-12 { - border-bottom-left-radius: 0.75rem !important; +.w-25 { + width: 25% !important; } -.r-b-l-16 { - border-bottom-left-radius: 1rem !important; +.w-40 { + width: 40% !important; } -.r-b-l-full { - border-bottom-left-radius: 9999px !important; +.w-50 { + width: 50% !important; } -.static { - position: static !important; +.w-60 { + width: 60% !important; } -.fixed { - position: fixed !important; +.w-75 { + width: 75% !important; } -.absolute { - position: absolute !important; +.w-80 { + width: 80% !important; } -.relative { - position: relative !important; +.w-full { + width: 100% !important; } -.sticky { - position: sticky !important; +.w-auto { + width: auto !important; } -.overflow-auto { - overflow: auto !important; +.h-0 { + height: 0 !important; } -.overflow-hidden { - overflow: hidden !important; +.h-20 { + height: 20% !important; } -.overflow-visible { - overflow: visible !important; +.h-25 { + height: 25% !important; } -.overflow-scroll { - overflow: scroll !important; +.h-40 { + height: 40% !important; } -.overflow-x-hidden { - overflow-x: hidden !important; +.h-50 { + height: 50% !important; } -.overflow-x-visible { - overflow-x: visible !important; +.h-60 { + height: 60% !important; } -.overflow-x-scroll { - overflow-x: scroll !important; +.h-75 { + height: 75% !important; } -.overflow-y-hidden { - overflow-y: hidden !important; +.h-80 { + height: 80% !important; } -.overflow-y-visible { - overflow-y: visible !important; +.h-full { + height: 100% !important; } -.overflow-y-scroll { - overflow-y: scroll !important; +.h-auto { + height: auto !important; } .float-left { @@ -1908,116 +2032,24 @@ display: none !important; } -.b-0 { - border: 0 !important; -} - -.b-1 { - border: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-2 { - border: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-4 { - border: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-8 { - border: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-0 { - border-top: 0 !important; -} - -.b-t-1 { - border-top: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-2 { - border-top: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-4 { - border-top: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-t-8 { - border-top: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-0 { - border-bottom: 0 !important; -} - -.b-b-1 { - border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-2 { - border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-4 { - border-bottom: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-b-8 { - border-bottom: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-0 { - border-right: 0 !important; -} - -.b-r-1 { - border-right: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-2 { - border-right: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-4 { - border-right: 4px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-r-8 { - border-right: 8px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-l-0 { - border-left: 0 !important; -} - -.b-l-1 { - border-left: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-l-2 { - border-left: 2px solid rgba(0, 0, 0, 0.12) !important; -} - -.b-l-4 { - border-left: 4px solid rgba(0, 0, 0, 0.12) !important; +.static { + position: static !important; } -.b-l-8 { - border-left: 8px solid rgba(0, 0, 0, 0.12) !important; +.fixed { + position: fixed !important; } -.align-top { - vertical-align: top !important; +.absolute { + position: absolute !important; } -.align-middle { - vertical-align: middle !important; +.relative { + position: relative !important; } -.align-bottom { - vertical-align: bottom !important; +.sticky { + position: sticky !important; } /*# sourceMappingURL=snack-helper.css.map */ \ No newline at end of file diff --git a/package.json b/package.json index 6007c98..b101901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snack-helper", - "version": "2.0.0", + "version": "2.1.0", "description": "A universal CSS helper library.", "main": "dist/snack-helper.css", "files": [