/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.top-auto {
  top: auto !important;
}

.bottom-4 {
  bottom: 1rem !important;
}

.left-8 {
  left: 2rem !important;
}

.right-8 {
  right: 2rem !important;
}

.left-\[200px\] {
  left: 200px !important;
}

.right-\[280px\] {
  right: 280px !important;
}

.top-0 {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.top-\[45\%\] {
  top: 45% !important;
}

.left-auto {
  left: auto !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.m-0 {
  margin: 0px !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-\[8px\] {
  margin-left: 8px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.grid {
  display: -ms-grid !important;
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-\[51px\] {
  height: 51px !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.h-4 {
  height: 1rem !important;
}

.h-full {
  height: 100% !important;
}

.h-\[35px\] {
  height: 35px !important;
}

.h-\[120px\] {
  height: 120px !important;
}

.h-\[22px\] {
  height: 22px !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-\[24px\] {
  height: 24px !important;
}

.h-\[70px\] {
  height: 70px !important;
}

.max-h-\[120px\] {
  max-height: 120px !important;
}

.max-h-\[250px\] {
  max-height: 250px !important;
}

.min-h-\[250px\] {
  min-height: 250px !important;
}

.min-h-\[62px\] {
  min-height: 62px !important;
}

.min-h-\[70px\] {
  min-height: 70px !important;
}

.w-full {
  width: 100% !important;
}

.w-\[14px\] {
  width: 14px !important;
}

.w-\[35px\] {
  width: 35px !important;
}

.w-\[40px\] {
  width: 40px !important;
}

.w-\[120px\] {
  width: 120px !important;
}

.w-\[30px\] {
  width: 30px !important;
}

.w-\[230px\] {
  width: 230px !important;
}

.w-\[22px\] {
  width: 22px !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-\[24px\] {
  width: 24px !important;
}

.w-\[17px\] {
  width: 17px !important;
}

.w-\[13px\] {
  width: 13px !important;
}

.w-\[15px\] {
  width: 15px !important;
}

.w-\[10px\] {
  width: 10px !important;
}

.w-\[70px\] {
  width: 70px !important;
}

.w-\[130px\] {
  width: 130px !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.max-w-\[210px\] {
  max-width: 210px !important;
}

.max-w-\[250px\] {
  max-width: 250px !important;
}

.flex-\[0_0_30px\] {
  -ms-flex: 0 0 30px !important;
      flex: 0 0 30px !important;
}

.flex-\[0_0_20px\] {
  -ms-flex: 0 0 20px !important;
      flex: 0 0 20px !important;
}

.flex-\[0_0_100px\] {
  -ms-flex: 0 0 100px !important;
      flex: 0 0 100px !important;
}

.flex-\[0_0_80px\] {
  -ms-flex: 0 0 80px !important;
      flex: 0 0 80px !important;
}

.flex-\[0_0_30\%\] {
  -ms-flex: 0 0 30% !important;
      flex: 0 0 30% !important;
}

.grow {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3] !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4] !important;
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.flex-col {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.place-items-center {
  place-items: center !important;
}

.items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.justify-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.border {
  border-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-none {
  border-style: none !important;
}

.border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}

.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}

.border-color-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 2 2 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-color-border {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 191 191 / var(--tw-border-opacity)) !important;
}

.bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.bg-color-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-color-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity)) !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.bg-color-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 66 58 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#e6e6e6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity)) !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.fill-color-5 {
  fill: #636363 !important;
}

.fill-success {
  fill: #00a651 !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-\[24px\] {
  font-size: 24px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[18px\] {
  font-size: 18px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-\[16px\] {
  font-size: 16px !important;
}

.text-\[20px\] {
  font-size: 20px !important;
}

.text-\[12px\] {
  font-size: 12px !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-none {
  line-height: 1 !important;
}

.text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(19 78 74 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-color-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(35 31 32 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-color-3 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 2 2 / var(--tw-text-opacity)) !important;
}

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

#engraveApp {
  width: 100%;
  position: relative;
}

#engraveApp * {
  font-family: 'Stratum2';
}

#engraveApp button.icon-button.active {
  background-color: #231f20 !important;
}

div#engraving-modal {
  min-height: 350px !important;
}

.engraving-submit-btn {
  -webkit-clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
}

.engrave-checkbox:before {
  content: " ";
  background-color: #bfbfbf;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #231f20;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.engrave-checkbox:checked:before {
  display: none;
}

.tab-border {
  border-top: 1px solid #bfbfbf !important;
  border-bottom: 1px solid transparent !important;
}

.select-button,
.icon-button {
  border: 1px solid #bfbfbf;
  border-radius: 0.5rem;
}

button.icon-button.active {
  background-color: black !important;
  color: #fff !important;
}

button.icon-button.active svg path {
  fill: white !important;
}

.hide-arrows {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.category-wrapper.block {
  display: -ms-flexbox !important;
  display: flex !important;
}

.tab-selected:before {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 9px;
  border-bottom: 2px solid #f9423a;
  border-right: 2px solid #f9423a;
  margin-right: 15px;
}

.engraver-main-image {
  float: none  !important;
}

.text-area-error {
  border: 1px solid red !important;
}

.image-wrapper {
  height: 190px;
}

.main-wrapper-cat {
  width: 70px;
  margin: auto;
  overflow: hidden;
}

.image-file-name-container {
  font-size: 16px;
  text-transform: uppercase;
}

div#engraving-modal .modal-body {
  padding: 0 !important;
}

.terms-open .modal-close {
  display: none;
}

.tablet-upload label{
  height: auto !important;
  padding: 5px 0;
  width: auto !important;
}

#font-container {
  border-bottom: none !important;
}

@media(max-width: 1023px) {
  .alert-box {
    left: 0 !important;
    right: 0 !important;
  }
}

@media(max-width: 480px) {
  .image-cat {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
  }

  .controls-wrapper {
    padding-bottom: 40px;
  }
}

@media(min-width: 1024px) {
  .panel-col-1 {
    -ms-flex: 0 0 70px;
        flex: 0 0 70px;
  }

  .panel-col-3 {
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    text-align: center;
  }

  .panel-col-2 {
    -ms-flex: 0 0 230px;
        flex: 0 0 230px;
  }

  .panel-col-4 {
    text-align: right;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .engraver-main-image {
    height: auto !important;
  }

  .engraver-container {
    overflow-x: hidden !important;
  }
}

@media(min-width: 1024px) and (max-width: 1300px) {
  #tablist-panel {
    -ms-flex: 0 0 150px !important;
        flex: 0 0 150px !important;
  }

  #text_engrave {
    width: 170px !important;
  }

  .panel-col-2 {
    -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
  }

  .panel-col-3 {
    -ms-flex: 0 0 124px !important;
        flex: 0 0 124px !important;
  }

  .icon-button {
    width: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
  }

  .icon-button svg{
    width: 13px !important;
  }

  #font-container {
    width:80% !important;
  }

  #imageUpload {
    display: none !important;
  }

  .image-wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[3] !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .bulklineitem {
    width: 100% !important;
  }

  .tablet-upload {
    display: block !important;
  }

  .tablet-upload .image-file-name-container{
    line-height: 1;
  }

  .alert-box {
    left: 150px !important;
  }
}

.hover\:border-color-1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 31 32 / var(--tw-border-opacity)) !important;
}

.hover\:bg-color-1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity)) !important;
}

.hover\:fill-color-4:hover {
  fill: #f9423a !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-color-1:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(35 31 32 / var(--tw-text-opacity)) !important;
}

.focus\:border-color-1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 31 32 / var(--tw-border-opacity)) !important;
}

.focus\:bg-color-1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity)) !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.active\:border-color-1:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 31 32 / var(--tw-border-opacity)) !important;
}

.active\:bg-color-1:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity)) !important;
}

.active\:text-white:active {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.group:visited .group-visited\:fill-white {
  fill: #fff !important;
}

.group:hover .group-hover\:fill-white {
  fill: #fff !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.group:focus .group-focus\:fill-white {
  fill: #fff !important;
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .lg\:max-h-\[180px\] {
    max-height: 180px !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:flex-\[0_0_200px\] {
    -ms-flex: 0 0 200px !important;
        flex: 0 0 200px !important;
  }

  .lg\:flex-\[0_0_280px\] {
    -ms-flex: 0 0 280px !important;
        flex: 0 0 280px !important;
  }

  .lg\:flex-\[0_0_160px\] {
    -ms-flex: 0 0 160px !important;
        flex: 0 0 160px !important;
  }

  .lg\:flex-\[0_0_275px\] {
    -ms-flex: 0 0 275px !important;
        flex: 0 0 275px !important;
  }

  .lg\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:flex-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .lg\:flex-col {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:border-color-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(35 31 32 / var(--tw-border-opacity)) !important;
  }

  .lg\:p-0 {
    padding: 0px !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }
}