/*
! tailwindcss v3.3.2 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: Nunito, 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          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::-moz-placeholder, textarea::-moz-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-0 {
  margin-right: -0px;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-3 {
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}
.me-5 {
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ms-4 {
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
}
.ms-5 {
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
}
.ms-6 {
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}
.ms-8 {
  -webkit-margin-start: 2rem;
          margin-inline-start: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-none {
  fill: none;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.ps-14 {
  -webkit-padding-start: 3.5rem;
          padding-inline-start: 3.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Nunito, 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";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Jost';
    font-weight: 700;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
    line-height: 54px;
}

h2 {
    font-size: 32px;
    line-height: 48px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 18px;
    line-height: 27px;
}

h5,h6 {
    font-size: 14px;
    line-height: 21px;
}

input {
    width: 100%;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
}

.content-wrapper header > div {
    max-width: 100%;
    padding: 40px 40px 0;
}

.loading {
    opacity: 0.3;
}

.add-btn {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-blue {
    color: #0351AC !important;
}

.form-select {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background-color: #F4F4F4;
    height: 44px;
    padding: 2px 15px 2px 15px;
    color: #242424;
    font-size: 14px;
    font-family: Mulish;
    font-weight: 400;
    cursor: pointer;
}
.guest .phpdebugbar,
.guest .phpdebugbar-openhandler,
.guest .phpdebugbar-openhandler-overlay {
    display: none;
}
.Trial .phpdebugbar,
.Trial .phpdebugbar-openhandler,
.Trial .phpdebugbar-openhandler-overlay {
    display: none;
}
/* Auth Page */

/* Login */
.jagodagang-auth {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    gap: 126px;
    padding: 118px 97px 118px 110px;
}
.auth-image {
    width: 65%;
}
.auth-image img {
    display: block;
    margin-left: auto;
}
.auth-form-wrap {
    width: 35%;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 47px 42px 60px;
}
.auth-form-top {
    text-align: center;
    margin-bottom: 34px;
}
.auth-form-top svg {
    margin: 0 auto 13px;
}
.auth-form-top h3 {
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
    text-transform: capitalize;
    margin-bottom: 37px;
}
.auth-form-top h3 span {
    color: #0351AC;
}
.auth-form-top p {
    color: #1E1E2D;
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px; /* 146.667% */
    margin: 0;
}
.auth-title {
    position: relative;
    color: #728096;
    text-align: center;
    font-family: Inter;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.75px; /* 150% */
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}
.auth-title::before,
.auth-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: #DFE3E7;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.auth-title::before {
    left: 0;
}
.auth-title::after {
    right: 0;
}
.login-with-medsos a {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin: 16px auto 0;
}
.login-with-medsos {
    padding-bottom: 16px;
}
.auth-form-wrap form .auth-title {
    margin-bottom: 16px;
}
.auth-input-group {
    margin-bottom: 25px;
}
.auth-input-group label {
    color: #1E1E2D;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    margin-bottom: 9px;
}
.auth-input-group input {
    padding: 12px 16px;
    border-radius: 8px;
    background: #F2F2F2;
    color: #1E1E2D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.auth-input-group input::-moz-placeholder {
    color: #1E1E2D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.auth-input-group input::placeholder {
    color: #1E1E2D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.auth-checkbox-wrap .switch {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 36px;
}
.auth-checkbox-wrap .switch input {
    display:none;
}  
.auth-checkbox-wrap .slider {
    background-color: #F2F2F2;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.auth-checkbox-wrap .slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.40);
}
.auth-checkbox-wrap input:checked + .slider {
    background-color: #0351AC;
}
.auth-checkbox-wrap input:checked + .slider:before {
    transform: translateX(13px);
}
.auth-checkbox-wrap .slider.round {
    border-radius: 34px;
}
.auth-checkbox-wrap .slider.round:before {
    border-radius: 50%;
}
.auth-checkbox-wrap span {
    color: #6E7687;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
a.forgot_pass {
    color: #0351AC;
    text-align: right;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.auth-bottom-wrap {
    margin-top: 18px;
}
.auth-btn-wrap {
    gap: 12px;
    margin-bottom: 12px;
}
.auth-btn-wrap button[type="submit"],
#form-email-verifikasi button[type="submit"] {
    border-radius: 35px;
    border: 1px solid;
    border-color: #0351AC;
    background: #0351AC;
    padding: 7px 23px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.auth-btn-wrap button[type="submit"]:hover,
#form-email-verifikasi button[type="submit"]:hover {
    background: #fff;
    color: #0351AC;
}
.auth-btn-wrap a.daftar-btn,
.logout-verify button[type="submit"] {
    border-radius: 35px;
    border: 1px solid;
    border-color: #1E1E2D;
    background: #1E1E2D;
    padding: 7px 20px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.auth-btn-wrap a.daftar-btn:hover,
.logout-verify button[type="submit"]:hover {
    background: #fff;
    color: #1E1E2D;
}
.auth-bottom-wrap p {
    color: #728096;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    margin: 0;
}
.auth-bottom-wrap p a {
    color: #0351AC;
}
/* end Login */

/* Register */
.register .auth-input-group {
    margin-bottom: 10px;
}
/* end Register */

/* Email Verifikasi */
.verfify-email-desc {
    color: #728096;
    text-align: center;
    font-family: Inter;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.75px; /* 150% */
    text-transform: capitalize;
    margin-bottom: 25px;
}
#form-email-verifikasi {
    text-align: center;
}
/* end Email Verifikasi */

/* end Auth Page */

/* Navbar */
.jualan-navbar {
    background-color: #FCFCFC;
    border-bottom: 1px solid #DFDFDF;
}
.navbar-profile-photo {
    width: 63px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.usernav-detail  {
    text-align: right;
}
.usernav-detail .user-name {
    color: #363B64;
    text-align: right;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.usernav-detail .user-role {
    color: #A098AE;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.profile-dropdown span,
.profile-dropdown a {
    font-size: 12px;
    line-height: 16px;
}
.jualan-navbar .absolute.w-48 {
    width: 19.2rem !important;
}
.btn-langganan {
    display: flex;
    border-radius: 10px;
    border: 1px solid #0351AC;
    background-color: #DCEBFC;
    gap: 9px;
    color: #0351AC;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 18px 33px;
    transition: all 0.3s ease;
}
.btn-langganan svg g path {
    fill: #0351AC;
    transition: all 0.3s ease;
}
.btn-langganan:hover {
    background-color: #0351AC;
    color: #DCEBFC;
}
.btn-langganan:hover svg g path {
    fill: #DCEBFC;
}

/* Breadcrumbs */
.breadcrumb-item {
    display: inline-block;
    color: #A098AE;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.breadcrumb-item.active {
    color: #363B64;
    font-weight: 700;
}
/* end Breadcrumbs */

/* Auth Page */
@media (min-width: 640px) {
    .sm\:max-w-md {
        max-width: 38rem !important;
    }
}
.px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
.py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
[type='text'], 
[type='email'], 
[type='url'], 
[type='password'], 
[type='number'], 
[type='date'], 
[type='datetime-local'], 
[type='month'], 
[type='search'], 
[type='tel'], 
[type='time'], 
[type='week'], 
[multiple], textarea, select {
    padding-top: 0.8rem;
    padding-right: 1.25rem;
    padding-bottom: 0.8rem;
    padding-left: 1.25rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.text-sm {
    font-size: 1.4rem;
    line-height: 1.85rem;
}
.text-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.py-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
.px-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
}
/* end Auth Page */

/* sidebar */
.navigation-mobile-bottom {
    display: none;
}
.sidebar {
    position: relative;
    top: 0;
    left: 0;
    min-width: 263px;
    min-height: 100vh;
    padding: 50px 23px 30px;
    background-color: #FCFCFC;
    border-right: 1px solid #DFDFDF;
}

.min-h-screen {
    display: flex;
    position: relative;
}

.sidebar-logo-wrap {
    margin-bottom: 40px;
}

.sidebar-logo-wrap a svg {
    margin: 0 auto;
}

.sidebar-menu-item:not(:last-child) {
    margin-bottom: 8px;
}

.sidebar-menu-item a.sidebar-link {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    color: #98A2AE;
    font-size: 14px;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 24px;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.3s ease;
    z-index: 2;
}

/* width */
.sidebar-menu-wrap::-webkit-scrollbar {
    width: 5px;
}

  /* Track */
.sidebar-menu-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
}

  /* Handle */
.sidebar-menu-wrap::-webkit-scrollbar-thumb {
    background: #EF6E4D; 
    border-radius: 5px;
}

.sidebar-menu-item {
    position: relative;
}

.sidebar-menu-item svg {
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.sidebar-menu-item.has-submenu .sidebar-link::before {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    color: #A098AE;
    font-weight: 900;
    position: absolute;
    right: 24px;
    top: 26px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s ease;
    z-index: 10;
}

.sidebar-menu-item.sub-menu-active.has-submenu .sidebar-link::before {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transition: all 0.3s ease;
}

.sidebar-menu-item:hover a.sidebar-link,
.sidebar-menu-item a.sidebar-link.active {
    background-color: #E5F0FF;
}

.sidebar-menu-item a.sidebar-link svg path {
    fill: #98A2AE;
}

.sidebar-menu-item.has-submenu:hover .sidebar-link::before,
.sidebar-menu-item:hover a.sidebar-link,
.sidebar-menu-item a.sidebar-link.active,
.sidebar-menu-item.has-submenu.sub-menu-active .sidebar-link::before {
    color: #0351AC;
}

.sidebar-menu-item:hover a.sidebar-link svg path,
.sidebar-menu-item a.sidebar-link.active svg path {
    fill: #0351AC;
    stroke: #0351AC;
}

.sidebar-menu-item a.sidebar-link.fill-none svg path {
    fill: none;
}

.sidebar-submenu {
    display: none;
    padding-left: 55px;
    margin-top: 10px;
}

.sidebar-submenu li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-submenu li a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    color: #A098AE;
    padding: 18px 24px;
    transition: all 0.3s ease;
}

.sidebar-submenu li a:hover {
    color: #0351AC;
}

/* end sidebar */

.content-wrapper {
    flex: 1;
    width: 100%;
    overflow-x: hidden;
}

.the-content {
    padding: 40px 40px;
    background-color: #ffffff;
}

.content-wrapper header {
    background-color: transparent;
    box-shadow: none;
}

.content-wrapper header h2 {
    color: #242424;
    font-size: 36px;
    font-family: Jost;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.post_contents {
    padding: 30px;
    background-color: #F4F4F4;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}
.post_contents.w-border {
    border: 1px solid #E6E6E6;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 2px 32px 2px 15px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5E6278;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.775rem;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}
textarea.form-control {
    height: auto;
}
.form-control[type="file"] {
    height: auto;
    padding: 6px 32px 6px 15px;
}

/* Toko List */
.toko-thumb img {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    width: 60px;
    min-width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #999999;
    margin-right: 25px;
    cursor: pointer;
}

.tab-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}

.tab-wrap li {
    position: relative;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: Jost;
    font-weight: 700;
    line-height: 28px;
    border-top: 2px solid;
    border-color: transparent;
    padding-top: 20px;
    transition: all .3s;
}

.produk-tab .tab-wrap li:after {
    display: none;
    /* content: '';
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: transparent;
    border-radius: 10px;
    transition: all .3s; */
}

.tab-wrap li.tab-active {
    border-color: #0351AC;
}

.tab-item:nth-child(2) {
    display: block;
}

.tab-item {
    display: none;
}

/* Produk Loop */
table td span.stroke {
    display: block;
    position: relative;
}
table td span.stroke:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #A098AE;
    transform: translateY(-50%);
}

/* Produk Show */
.produk-top-detail {
    margin-bottom: 35px;
}
.produk-top-detail .produk-thumb {
    margin-right: 50px;
    width: 230px;
}
.produk-top-detail .produk-thumb img {
    display: inline-block;
    width: 230px;
    min-width: 230px;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    margin-bottom: 20px;
}
.produk-top-detail .produk-thumb a {
    display: block;
}
.produk-top-detail .produk-detail-left {
    display: flex;
}
.produk-top-detail .produk-detail-list {
    flex: 1;
}
.produk-top-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.produk-top-detail ul li {
    display: flex;
    gap: 25px;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    line-height: 40.8px;
}
.produk-top-detail ul li > span:first-child {
    position: relative;
    width: auto;
    min-width: 30%;
}
.produk-top-detail ul:last-child li > span:first-child {
    position: relative;
    width: auto;
    min-width: 35%;
}
.produk-top-detail ul:last-child li > .omset.fluktuasi {
    color: #0351AC;
    font-family: Jost;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2;
}
.produk-top-detail ul:last-child li > .fluktuasi {
    display: flex;
    align-items: center;
    gap: 10px;
}
.produk-top-detail ul:last-child li > .fluktuasi .harga.indikator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 5px;
    height: 16px;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
}
.produk-top-detail ul:last-child li > .fluktuasi .harga.decrease {
    background: #EA3943;
}
.produk-top-detail ul:last-child li > .fluktuasi .harga.increase {
    background: #16C784;
}
.produk-top-detail ul:last-child li > .fluktuasi .harga.stable {
    background: #E8E8E8;
}
.produk-top-detail ul li > span:last-child {
    width: auto;
    flex: 1;
}
.produk-top-detail ul li .rating::before,
.produk-top-detail ul li .status-toko::before {
    display: none;
}
.produk-top-detail ul li span.uang {
    color: #0351AC;
    font-size: 18px;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.produk-top-detail ul li:not(:last-child) {
    margin-bottom: 10px;
}
.produk-detail-right {
    display: flex;
    justify-content: space-between;
}
.table-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px 20px;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.table-popup.popup-show {
    opacity: 1;
    pointer-events: auto;
}
.popup-btn-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.popup-close {
    position: absolute;
    top: 28px;
    right: 20px;
    cursor: pointer;
}
.tambah-produk-serupa-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 238px;
    height: 42px;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #0351AC;
    border: 1px solid #0351AC;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.produk-detail-list .link-shopee {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 238px;
    height: 42px;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #0351AC;
    border: 1px solid #0351AC;
    gap: 6px;
}
/* Single Produk */
.produk-tab {
    position: relative;
    align-items: center;
    /* padding-top: 20px; */
    justify-content: space-between;
}
#datatable-trend-penjualan {
    padding-right: 25px;
}
#datatable-trend-omzet {
    padding-right: 25px;
}
.table-search {
    position: relative;
}
.table-search svg {
    position: absolute;
    top: 10px;
    left: 15px;
}
.table-search input {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    height: 44px;
    padding: 2px 15px 2px 45px;
    color: #242424;
    font-size: 14px;
    font-family: Mulish;
    font-weight: 400;
}
.table-search input::-moz-placeholder {
    color: #A098AE;
    font-size: 14px;
    font-family: Mulish;
    font-weight: 400;
}
.table-search input::placeholder {
    color: #A098AE;
    font-size: 14px;
    font-family: Mulish;
    font-weight: 400;
}
.produk-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background-color: #E6E6E6;
}
.produk-detail-left h3.produk-name {
    color: #242424;
    font-size: 30px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    line-height: 40.8px;
    text-transform: capitalize;
    margin-bottom: 34px;
}
.produk-detail-left .list-wrap {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.user-page .produk-detail-left .list-wrap {
    gap: 78px;
}
/* .produk-detail-left .list-wrap::before {
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #cbcbcb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */
.single-produk-top h2 {
    color: #242424;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.produk-detail-left .list-wrap .detail:first-child {
    position: relative;
    width: 35%;
    min-width: 35%;
}
.produk-detail-left .list-wrap .detail:last-child {
    position: relative;
    width: 65%;
    min-width: 50%;
    display: flex;
    gap: 90px;
}
.admin-page .produk-detail-left .list-wrap .detail:last-child::before {
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #cbcbcb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.user-page .produk-detail-left .list-wrap .detail:first-child::before {
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #cbcbcb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-85%);
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
}
.produk-detail-left .list-wrap .detail:last-child > ul,
.produk-detail-left .list-wrap .detail:last-child .sku-internal {
    width: 50%;
}
.produk-detail-left .list-wrap .detail:last-child .sku-internal ul {
    margin-bottom: 10px;
}
.produk-detail-left .list-wrap .sku-internal a.add-sku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #0351AC;
    border: 1px solid #0351AC;
    margin-bottom: 10px;
}
.produk-detail-left .list-wrap .sku-internal a.tgt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #0351AC;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #0351AC;
}
.produk-detail-left .list-wrap .sku-internal .tambahserupa button,
.item-gallery-act {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #4CBC9A;
    border: 1px solid #4CBC9A;
    margin-bottom: 10px;
}
.shop-detail {
    display: flex;
    align-items: center;
    gap: 13px;
}
.produk-top-detail .produk-thumb .shop-detail img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
}
.shop-detail a {
    color: #242424;
    font-size: 18px;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.shop-detail .shop-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #242424;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.produk-top-detail ul li .variasi img {
    display: inline-block;
    width: 37px;
    height: 37px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
}
.table-btn-group.single-btn {
    min-width: auto;
}
.table-btn-group {
    min-width: 175px;
    max-width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-btn-group .produk-sama-btn {
    padding: 10px 15px;
    color: #0351AC;
    font-size: 13px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #0351AC;
}
.table-btn-group a.link-btn {
    border-radius: 5px;
    background: #0351AC;
    padding: 10px 10px;
}
.variasi-loop .variasi {
    display: inline-block;
    padding: 0 17px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    color: #333;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.variasi-loop .variasi:not(:last-child) {
    margin-right: 5px;
}
.single-produk-tab table#produk-serupa.dataTable.datatable-custom-we tbody td .kota {
    min-width: 80px;
}
/* Single Toko */
.produk-top-detail.toko {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 57px;
}
.produk-top-detail.toko::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background-color: #E6E6E6;
}
.status-toko {
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-size: 14px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #E0E0E0;
    color: #9D9D9D;
}
.status-toko.supplier {
    background: #E3F0FF;
    color: #0351AC;
}
.status-toko.internal {
    background: #E5B134;
    color: #fff;
}
.toko .status-toko-wrap {
    display: block;
}
.toko .produk-detail-left .list-wrap .detail:last-child {
    padding-left: 68px;
}
.toko .produk-detail-left .list-wrap .detail:last-child::before {
    left: 0;
}
.produk-top-detail.toko .produk-thumb {
    margin-right: 50px;
}
.table-head {
    margin-bottom: 30px;
}
.table-head .sub-title {
    color: #0351AC;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.table-head h3 {
    color: #242424;
    font-size: 30px;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.toko .produk-detail-left .list-wrap .detail:first-child,
.toko .toko .produk-detail-left .list-wrap .detail:last-child {
    width: 50%;
    min-width: 50%;
}
#produk-toko table.dataTable.datatable-custom-we thead th,
#produk-toko table.dataTable.datatable-custom-we tbody td {
    min-width: auto !important;
}
.sku-tbl {
    color: #0351AC;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* Loop Toko */
.loop-layout-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.loop-layout-wrap .loop-layout-act {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid;
    border-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.loop-layout-wrap .loop-layout-act svg path {
    fill: #7A7A7A;
    transition: all 0.3s ease;
}
.loop-layout-wrap .loop-layout-act:hover,
.loop-layout-wrap .loop-layout-act.active {
    border-color: #0351AC;
}
.loop-layout-wrap .loop-layout-act:hover svg path,
.loop-layout-wrap .loop-layout-act.active svg path {
    fill: #0351AC;
}
.edit-btn {
    display: flex;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 5px;
    background: #E5B134;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.delete-btn {
    display: flex;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 5px;
    background: #FF606B;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#toko-table_wrapper table.dataTable.datatable-custom-we tbody td:nth-child(8),
#toko-table_wrapper table.dataTable.datatable-custom-we tbody td:nth-child(4),
#toko-table_wrapper table.dataTable.datatable-custom-we tbody td:nth-child(6) {
    min-width: 80px;
    max-width: 80px;
}
#toko-table_wrapper table.dataTable.datatable-custom-we tbody td:nth-child(2) {
    min-width: 130px;
}
#toko-table_wrapper table.dataTable.datatable-custom-we thead th {
    min-width: auto !important;
}
#toko-table_wrapper .status-toko {
    width: 130px;
    font-size: 14px;
    padding: 5px 0;
}
#toko-table .table-btn-group {
    min-width: 80px;
    max-width: 80px;
}
.penjualan-wrap,
.price-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
}
.price-wrap {
    min-width: 180px;
}
.penjualan-wrap .penjualan {
    color: #333;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.penjualan-wrap .calc-box,
.price-wrap .calc-box {
    display: flex;
    align-items: center;
    padding-left: 3px;
    padding-right: 5px;
    height: 16px;
    border-radius: 2px;
    background: #16C784;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.price-wrap .price {
    color: #0351AC;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
}
table#toko-table.dataTable.datatable-custom-we tbody td:nth-child(9) {
    min-width: 120px;
}
table#toko-table.dataTable.datatable-custom-we tbody td .toko-thumb {
    min-width: 250px;
}
#toko-table_wrapper table.dataTable.datatable-custom-we thead th:last-child,
table#toko-table.dataTable.datatable-custom-we tbody td:last-child {
    min-width: 100px;
    /* max-width: 100px; */
}
.toko-tables .post_contents {
    padding: 36px 30px 28px 25px;
}
.toko-loop-grid-pagination {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toko-loop-grid-pagination > div {
    width: 100%;
}
.jagodagang-pagination-info p {
    color: #1E1E2D;
    font-family: Mulish;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}
.toko-loop-grid-pagination nav div:last-child > div p {
    color: #1E1E2D;
    font-family: Mulish;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.toko-loop-grid-pagination nav span > span > span > span,
.toko-loop-grid-pagination nav button {
    border-radius: 0;
    border-color: #E2E2E2;
    padding: 10px 13px !important;
    margin: 0;
    color: #555;
    font-family: Mulish;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.5px;
    transition: all 0.3s ease;
}
.toko-loop-grid-pagination nav span > span > span svg path {
    fill: #BBB;
}
.toko-loop-grid-pagination nav span[aria-current="page"] > span,
.toko-loop-grid-pagination nav a:hover {
    background-color: #2366B7;
    border-color: #2366B7;
    color: #ffffff;
}
.toko-top-wrap {
    margin-bottom: 44px;
}
.toko-top-wrap h3 {
    color: #242424;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.toko-top-wrap p {
    color: #000;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
    margin: 0;
}
.prov-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
}
.prov-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    border: 1px dashed;
    border-color: transparent;
    border-radius: 10px;
    background: #F1F1F1;
    color: #333;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.prov-item:hover {
    border-color: #0351AC;
    background: #E5F0FF;
}
.filter-entries {
    position: relative;
  }
  .filter-entries select {
    width: 70px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    background: #F4F4F4;
    padding: 6px 11px 6px 14px;
    color: #363B64;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
      appearance: none;
  }
  .filter-entries svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-right: 15px;
  }
/* Antrian Toko */
.modal-form-act {
    padding: 10px 25px;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #0351AC;
    border: 1px solid #0351AC;
}
.modal-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
}
.modal-form.modal-show {
    opacity: 1;
    pointer-events: auto;
}
.modal-form-inner {
    position: absolute;
    width: 450px;
    top: 25%;
    left: 50%;
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 5px;
    transform: translateY(-25%) translateX(-50%);
    -webkit-transform: translateY(-25%) translateX(-50%);
    -moz-transform: translateY(-25%) translateX(-50%);
    -ms-transform: translateY(-25%) translateX(-50%);
    -o-transform: translateY(-25%) translateX(-50%);
    z-index: 10;
}
.jualan-button-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.jualan-input-group:not(:last-child) {
    margin-bottom: 10px;
}
.jualan-input-group input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    height: 44px;
    padding: 2px 15px;
    color: #242424;
    font-size: 14px;
    font-family: Mulish;
    font-weight: 400;
    box-sizing: border-box;
}
.jualan-button-group button[type="submit"] {
    padding: 10px 25px;
    color: #FFF;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #0351AC;
    border: 1px solid #0351AC;
}
.jualan-button-group .cancle-btn {
    padding: 10px 25px;
    color: #0351AC;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #0351AC;
    cursor: pointer;
}
.toko-loop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.toko-group {
    padding: 32px 31px 32px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FDFDFD;
}
.toko-group .nama-kota {
    color: #363B64;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.toko-group > p {
    color: #333;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 20px;
}
.toko-group > p > span {
    color: #0351AC;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
}
.toko-group .toko-list table {
    text-align: left;
    width: 100%;
    margin-bottom: 22px;
}
.toko-group .toko-list table th {
    padding: 10px 0 13px;
    color: #333;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 182.857% */
    border-top: 1px solid #EAEAEA;
}
.toko-group .toko-list table thead tr th:nth-child(2) {
    text-align: left;
}
.toko-group .toko-list table tbody tr:nth-child(odd) {
    background: #F4F4F4;
}
.toko-group .toko-list table tbody tr:nth-child(even) {
    background: #ffffff;
}
.toko-group .toko-list table td {
    padding: 15px 18px;
    border-bottom: 1px solid #EAEAEA;
}
.toko-group .toko-list table td .toko-detail {
    display: flex;
    align-items: center;
    gap: 5px;
}
.toko-group .toko-list table td .toko-detail img {
    width: 40px;
    height: 40px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border-radius: 5px;
}
.toko-group .toko-list table td .toko-detail p {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.toko-group .toko-list table tbody tr td:nth-child(2) {
    color: #0351AC;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
}
.toko-group .show-per-kot-btn {
    display: flex;
    width: 100%;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #0351AC;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.jagodagang-pagination {
    width: auto !important;
    display: flex;
    align-items: center;
}
.jagodagang-pagination .pagination-btn {
    padding: 10px 13px 10px 13px;
    background: #FFF;
    cursor: pointer;
    color: #555;
    font-family: Mulish;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.5px;
    min-height: 34px;
    border: 1px solid #E2E2E2;
    transition: all 0.3s ease;
}
.jagodagang-pagination .pagination-btn .double-icon {
    letter-spacing: -2px;
    min-width: 10px;
}
.jagodagang-pagination .pagination-btn:not(:last-child) {
    border-right: 1px solid #E2E2E2;
}
.jagodagang-pagination .pagination-btn.disabled {
    pointer-events: none;
    cursor: none;
    color: #BBBBBB;
}
.jagodagang-pagination .pagination-btn:hover,
.jagodagang-pagination .pagination-btn.current-page {
    background: #2366B7;
    color: #ffffff;
}

.toko-loop-item {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FDFDFD;
    padding: 30px 30px;
}
.toko-loop-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.toko-loop-grid .toko-thumb img {
    width: 142px;
    min-width: 142px;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    border: none;
    margin-right: 20px;
}
.toko-thumb > div {
    position: relative;
}
.toko-thumb > div > span {
    position: absolute;
    bottom: 0;
    right: 25px;
    width: 24px;
    height: 24px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #0351AC;
    border-bottom-right-radius: 5px;
}
.toko-thumb > div > span > svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.toko-loop-item .toko-loop-top-detail {
    flex: 1;
}
.toko-loop-item .toko-loop-top-detail h3 {
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.toko-loop-item .toko-loop-top-detail h3 a {
    color: #363B64;
}
.toko-loop-item .toko-loop-top-detail .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
.toko-loop-item .toko-loop-top-detail .status-loop-toko {
    display: flex;
    gap: 10px;
    align-items: center;
}
.toko-loop-item .toko-loop-top-detail .status-loop-toko span:first-child {
    color: #333;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.toko-loop-item .toko-loop-top-detail .status-loop-toko .status-toko {
    width: auto;
    padding: 4px 20px;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
}
.toko-loop-item .toko-loop-top-detail .status-loop-toko .status-toko.not-supplier {
    font-size: 9px;
}
.toko-loop-grid .toko-loop-detail ul {
    margin-bottom: 23px;
}
.toko-loop-grid .toko-loop-detail ul li {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    color: #333;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.toko-loop-grid .toko-loop-detail ul li::before {
    content: ":";
    color: #333;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.toko-loop-grid .toko-loop-btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.toko-loop-grid .toko-loop-btn-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 45px;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
}
.toko-loop-grid .toko-loop-btn-wrap a:first-child {
    color: #E5B134;
    background: #FCF4DF;
}
.toko-loop-grid .toko-loop-btn-wrap a:last-child {
    color: #FF606B;
    background: #FCEDEE;
}
.toko-loop-grid-pagination nav > div:last-child > div > span {
    box-shadow: none;
}
/* Modal */
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--kt-symbol-label-color);
    background-color: var(--kt-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}
.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}

.ms-5 {
    margin-left: 1.25rem !important;
}

.d-block {
    display: block;
}

table.dataTable.datatable-custom-we.table-produk-kita-sku thead th:nth-child(2),
table.dataTable.datatable-custom-we.table-produk-kita-sku thead th:nth-child(6) {
    width: auto!important;
}

.btn.btn-info {
    color: #ffffff;
    border-color: #7239ea;
    background-color: #7239ea;
}

.btn.btn-success {
    color: #ffffff;
    border-color: #50cd89;
    background-color: #50cd89;
}

.btn.btn-light {
    color: #ffffff;
    border-color: #2B2B40;
    background-color: #2B2B40;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 15% auto;
    padding: 30px 38px 30px;
    width: 100%;
}

.modal-content label {
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.modal-content input[type="text"],
.modal-content input[type="number"] {
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    background: #F7F7F7;
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-content td {
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.modal-content td:nth-child(2) {
    padding: 0 20px;
}
.modal-content td span {
    color: #000;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-content td span.modal-td-title {
    display: block;
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 11px;
}
#listing-table td {
    padding: 0 0 20px;
}
.target-listing {
    list-style: disc;
    padding-left: 14px;
}
.target-listing li a {
    color: #0351AC;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.target-listing li::marker {
    color: #0351AC;
}
.close {
    float: right;
    cursor: pointer;
}

.modal-header {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 23px;
}

.modal-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -38px;
    width: calc(100% + 76px);
    height: 1px;
    background: #E9E9E9;
}

.modal-header h5,
.modal-header h2 {
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.modal-dialog {
    margin: auto;
    display: flex;
}

.mw-650px {
    max-width: 650px !important;
}

.tab-wrap li:after {
    top: auto;
}

ul.tab-wrap.tab-wrap-bottom {
    margin-bottom: 10px;
}
.modal-content .gallery-product img {
    border-radius: 5px;
    border: 1px solid #CBCBCB;
}
.modal-form-item label {
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.modal-content input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #DBDBDB;
    margin-right: 7px
}
.modal-content button[type="submit"] {
    border-radius: 5px;
    background: #03AC6F;
    padding: 10px 23px !important;
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-content div.btn-danger {
    padding: 10px 23px !important;
    background: transparent;
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    float: unset;
}
/* Restock */
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--kt-symbol-label-color);
    background-color: var(--kt-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}
.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}

.ms-5 {
    margin-left: 1.25rem !important;
}

.d-block {
    display: block;
}

table.dataTable.datatable-custom-we.table-produk-kita-sku thead th:nth-child(2),
table.dataTable.datatable-custom-we.table-produk-kita-sku thead th:nth-child(6) {
    width: auto!important;
}

table.dataTable.datatable-custom-we.table-produk-kita-sku tbody td:nth-child(2) div:last-child {
    max-width: 260px;
    color: #242424;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

table.dataTable.datatable-custom-we.table-produk-kita-sku tbody td .btn-warning {
    padding: 10px 20px !important;
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
}

table.dataTable.datatable-custom-we.table-produk-kita-sku tbody td .btn-info,
table#produk-user-loop tbody td .btn-info {
    border-radius: 5px;
    border: 1px solid !important;
    border-color: #0351AC;
    background-color: transparent;
    color: #0351AC;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

table.dataTable.datatable-custom-we.table-produk-kita-sku tbody td .btn-info:hover,
table#produk-user-loop tbody td .btn-info:hover {
    background-color: #0351AC;
    color: #ffffff;
}

table.dataTable.datatable-custom-we tbody td input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 3px solid;
    border-color: #DBDBDB;
    background-color: transparent;
}

table.dataTable.datatable-custom-we tbody td input[type="checkbox"]:checked {
    background-color: #0351AC;
    border-color: #0351AC;
}

.btn-delete {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 17px 9px !important;
    border-radius: 10px;
    background: #FEE2E4;
    color: #FF606B;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 6px;
}

.btn-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 17px 9px !important;
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 6px;
}

.btn.btn-info {
    color: #ffffff;
    border-color: #7239ea;
    background-color: #7239ea;
}

.btn.btn-success {
    color: #ffffff;
    border-color: #03AC6F;
    background-color: #03AC6F;
}

.btn.btn-light {
    color: #ffffff;
    border-color: #2B2B40;
    background-color: #2B2B40;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 0.475rem;
    border-top-right-radius: 0.475rem;
    border-bottom: 1px solid #2B2B40;
} */

.modal-dialog {
    margin: auto;
    display: flex;
}

.mw-650px {
    max-width: 650px !important;
}

.tab-wrap li:after {
    top: auto;
}

ul.tab-wrap.tab-wrap-bottom {
    margin-bottom: 10px;
}
/* Page SKU */
table.table-produk-kita-sku.dataTable.datatable-custom-we tbody td button,
table.table-produk-kita-sku.dataTable.datatable-custom-we tbody td:nth-child(7) a {
    padding: 10px 26px !important;
    min-width: 93px;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
table.table-produk-kita-sku.dataTable.datatable-custom-we tbody td:nth-child(4) button {
    background: #E5B134;
    color: #FFF;
}
table.table-produk-kita-sku.dataTable.datatable-custom-we tbody td:nth-child(5) button {
    background: #03AC6F;
    color: #FFF;
}
table.table-produk-kita-sku.dataTable.datatable-custom-we tbody td:nth-child(6) button {
    background: #0383AC;
    border-color: #0383AC;
    color: #FFF;
}
table.table-produk-kita-sku.dataTable.datatable-custom-we tbody td:nth-child(7) a {
    background: #0351AC;
    color: #FFF;
}
table.table-produk-kita-sku.dataTable.datatable-custom-we.table-produk-kita-sku tbody td:nth-child(2) div:last-child {
    max-width: 470px;
}
.produk-detail-table-wrap {
    position: relative;
}
.produk-img-popup {
    position: absolute;
    top: 122%;
    left: 30px;
    border: 2px solid #D6D6D6;
    border-radius: 5px;
    box-shadow: 3px 2px 21px 14px rgba(0,0,0,0.12);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}
.produk-img-popup img {
    width: 450px;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
}
.produk-detail-table-wrap > div.symbol:hover .produk-img-popup {
    opacity: 1;
    pointer-events: auto;
}
/* Supplier Page */
.supplier-url {
    display: flex;
    max-width: 36px;
    border-radius: 5px;
    background: #0351AC;
    padding: 10px 10px;
}
.supplier-table .btn-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #E5B134;
    padding: 9px 17px !important;
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.supplier-table .btn-delete,
.supplier-table .btn-banned {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 9px 17px !important;
    border-radius: 5px;
    background: #FF606B;
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
table.supplier-table.dataTable.datatable-custom-we tbody td {
    color: #333;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
table.supplier-table.dataTable.datatable-custom-we tbody td .toko-thumb {
    margin-bottom: 0;
}
table.supplier-table.dataTable.datatable-custom-we tbody td .toko-thumb img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 10px;
}
table.supplier-table.dataTable.datatable-custom-we tbody td .toko-thumb a {
    color: #333;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}
.supplire-btn-group a {
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px !important;
}
/* Edit Produk SKU */
.input-desc {
    font-size: 15px;
    line-height: 20px;
    color: #0351AC;
}
.single-sku .card {
    border: 1px solid #E6E6E6;
    box-shadow: none;
    background-color: #F4F4F4;
}
.me-lg-10 {
    margin-right: 2.5rem !important;
}
.single-sku h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #242424;
}
.single-sku .form-label {
    margin-bottom: 0;
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single-sku .form-check-label {
    color: #000;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single-sku input[type="checkbox"] {
    border-radius: 4px;
    border: 2px solid #DBDBDB;
    width: 20px;
    height: 20px;
}
.p-5 {
    padding: 1.25rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mt-5.p-5.border.desc-text {
    border-width: 1px;
    font-size: 12px;
    line-height: 1.2;
    color: #242424;
}
.dropzone i {
    font-size: 63px;
    color: #0351AC;
}
.dropzone .dz-message h3 {
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
    margin: 0;
}
.dropzone .dz-message span {
    display: block;
}
a[data-repeater-delete] svg {
    display: inline-block;
}
/* Compare Gambar Approve */
.compare-approve table.dataTable.datatable-custom-we tbody td .table-btn-group {
    max-width: 450px;
}
/* compare-approve */

/* User Produk Loop */
.user-produk-nama {
    max-width: 145px;
}
.user-produk-nama a {
    color: #242424;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.harga-produk {
    min-width: 140px;
    max-width: 140px;
}
td .total {
    min-width: 50px;
    max-width: 50px;
}
table#produk-user-loop thead tr th:nth-child(4) {
    max-width: 100px;
}
table.dataTable.datatable-custom-we tbody td .harga-produk .harga {
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
    color: #0351AC;
}
table.dataTable.datatable-custom-we tbody td .harga.harga-coret {
    color: #9F9F9F;
    font-weight: 400;
    text-decoration-line: line-through;
}
table td .kategori {
    max-width: 120px;
    min-width: 120px;
}
table.dataTable.datatable-custom-we tbody td .fluktuasi {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: unset;
    white-space: nowrap;
}
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga {
    min-width: unset;
}
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-toko .penjualan-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-toko .penjualan-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-toko .penjualan-perbulan.decrease,
table.dataTable.datatable-custom-we tbody td .omzet-perbulan-toko.fluktuasi .omzet-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .omzet-perbulan-toko.fluktuasi .omzet-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .omzet-perbulan-toko.fluktuasi .omzet-perbulan.decrease,
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga.increase,
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga.decrease,
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga.stable,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk .penjualan-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk .penjualan-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk .penjualan-perbulan.decrease,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk.fluktuasi .omset-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk.fluktuasi .omset-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk.fluktuasi .omset-perbulan.decrease {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 6px;
    border-radius: 2px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 160% */
}

/* table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-toko .penjualan-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .omzet-perbulan-toko .omzet-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga.increase,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk .penjualan-perbulan.increase,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk .omset-perbulan.increase  */
table.dataTable.datatable-custom-we tbody td .fluktuasi .increase {
    background-color: #16C784;
}

/* table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-toko .penjualan-perbulan.decrease,
table.dataTable.datatable-custom-we tbody td .omzet-perbulan-toko .omzet-perbulan.decrease,
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga.decrease,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk .penjualan-perbulan.decrease,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk .omset-perbulan.decrease */
table.dataTable.datatable-custom-we tbody td .fluktuasi .decrease {
    background-color: #EA3943;
}

table.dataTable.datatable-custom-we tbody td .fluktuasi .decrease svg {
    transform: rotate(180deg);
}
/* table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-toko .penjualan-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .omzet-perbulan-toko.fluktuasi .omzet-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk .penjualan-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk.fluktuasi .omset-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .harga-produk.fluktuasi .harga.stable,
table.dataTable.datatable-custom-we tbody td .penjualan-perbulan-produk.fluktuasi .penjualan-perbulan.stable,
table.dataTable.datatable-custom-we tbody td .omset-perbulan-produk.fluktuasi .omset-perbulan.stable  */
table.dataTable.datatable-custom-we tbody td .fluktuasi .stable {
    color: #737373;
    text-align: center;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 160% */
    border-radius: 2px;
    background: #E8E8E8;
    padding: 0 6px;
}
/* end User Produk Loop */

/* User Loop */
.user-search {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    width: 398px;
}
.user-tbl-wrap {
    padding: 0 25px 28px;
}
#user-table thead th {
    text-align: left;
}
.role {
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #DAE6F4;
    color: #0351AC;
}
.role.Superadmin,
.role.Admin {
    background: #DAE6F4;
    color: #0351AC;
}
.role.User {
    background: #E2E2E2;
    color: #777;
}
.role.Subscriber {
    background: #D8F1E8;
    color: #03AC6F;
}
.tbl-popup-action {
    position: absolute;
    top: 100%;
    min-width: 130px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px -2px 80px rgb(0 0 0 / 7%), 0px -0.250431px 10.0172px rgb(0 0 0 / 4%);
    border-radius: 5px;
    top: 20px;
    right: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.3s ease;
}
.tbl-popup-action.show {
    opacity: 1;
    pointer-events: auto;
}
.tbl-popup-action a:not(:last-child) {
    margin-bottom: 10px;
}
.tbl-popup-action a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    font-weight: 600;
    color: #A098AE;
    font-family: 'Jost';
}
.tbl-popup-action a.delete-user {
    color: #FF606B;
}
#user-table td {
    position: relative;
}
.user-detail {
    display: flex;
    align-items: center;
    gap: 16px;
}
.user-detail img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}
.user-detail p {
    color: #242424;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}
#user-table .table-btn-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 5px;
}
.view-user {
    background: #E0EBF8;
}
.profile-edit {
    background: #FAEECA;
}
.delete-user {
    background: #FEEBED;
}
.user-table-head .table-right .button-group a {
    margin-right: 0;
    background: #0351AC;
    padding: 10px 33px 10px 25px;
}
/* end User Loop */
/* Kategori Loop */
.toko-group .toko-list table td .toko-detail.produk p a {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* end Kategori Loop */
/* Arsip Kategori */
.single-kategori .table-title {
    color: #242424;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.single-kategori .table-sub-title {
    color: #0351AC;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.kategori-arsip-produk .table-head {
    position: relative;
    padding-top: 27px;
}
.kategori-arsip-produk .table-head::before {
    content: "";
    height: 1px;
    width: calc(100% + 80px);
    background: #E2E2E2;
    position: absolute;
    top: 0;
    left: -40px;
}
.kategori-arsip-produk .table-head .table-title {
    position: relative;
    color: #000;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
    margin: 0;
}
.kategori-arsip-produk .table-head .table-title::before {
    content: "";
    position: absolute;
    top: -39px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0351AC;
}
table.dataTable.datatable-custom-we#produk-kategori thead th:first-child {
    text-align: left;
}
/* .kategori-arsip-produk {
    margin-top: 68px;
} */
.kategori-loop .table-global-search,
.single-kategori .table-global-search {
    width: 398px;
}
table#produk-kategori thead th:nth-child(3) {
    max-width: 93px;
}
table#produk-kategori thead th:nth-child(4) {
    max-width: 100px;
}
table#produk-kategori thead th:nth-child(5) {
    max-width: 90px;
}
table#produk-kategori thead th span {
    display: block;
    max-width: 70px;
}
table#produk-kategori tbody tr td:nth-child(4),
table#produk-kategori tbody tr td:nth-child(6) {
    color: #0351AC;
    font-weight: 700;
}
/* end Arsip Kategori */

/* Pelanggan List */
.pelanggan-img img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    margin-right: 16px;
}
.pelanggan-detail span {
    display: block;
}
.pelanggan-detail span:first-child {
    color: #242424;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
}
.pelanggan-detail span:last-child {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 215.385% */
}
#pelanggan-table a:nth-child(1) {
    background: #FAEECA;
}
#pelanggan-table a:nth-child(2) {
    background: #FEEBED;
}
#pelanggan-table .status {
    padding: 10px 15px;
    border-radius: 5px;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
#pelanggan-table .status.active {
    background: #D8F1E8;
    color: #03AC6F;
}
#pelanggan-table .status.pending {
    background: #D8F1E8;
    color: #777;
}
#pelanggan-table .paket {
    display: block;
}
#pelanggan-table .paket .nama-paket {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
}
#pelanggan-table .paket .harga {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.waktu-text span {
    display: block;
}
.waktu-text .tanggal {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px;
}
.waktu-text .jam {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 196.923% */
}
#pelanggan-table a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#pelanggan-table a:first-child {
    background: #FAEECA;
}
#pelanggan-table a:last-child {
    background: #FEEBED;
}
#pelanggan-table .frekuensi {
    padding: 10px 15px;
    border-radius: 5px;
    background: #DAE6F4;
    color: #0351AC;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
/* end Pelanggan List */
/* Paket berlangganan List */
#paket-table .status {
    padding: 10px 13px;
    border-radius: 5px;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
#paket-table .status.active {
    background: #D8F1E8;
    color: #03AC6F;
}
#paket-table .status.deactive {
    background: #E2E2E2;
    color: #777;
}
#paket-table .frequency {
    padding:  10px 10px;
    border-radius: 5px;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#paket-table .frequency.monthly {
    background: #DAE6F4;
    color: #0351AC;
}
#paket-table .table-btn-wrap a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#paket-table .table-btn-wrap a:first-child {
    background: #DAE6F4;
}
#paket-table .table-btn-wrap a:nth-child(2) {
    background: #FAEECA;
}
#paket-table .table-btn-wrap a:nth-child(3) {
    background: #FEEBED;
}
table.dataTable.datatable-custom-we#paket-table thead th {
    text-align: left;
}
.paket-tbl-head .form-control {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    box-shadow: none;
    width: 398px !important;
}
.paket-tbl-head a.btn {
    background: #0351AC;
    border-color: #0351AC;
    margin: 0;
}

/* end Paket berlangganan List */

/* Transaksi List */

#transaksi-table td .pengguna {
    display: flex;
    gap: 16px;
  }
  
  #transaksi-table td .pengguna .pengguna-photo {
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }
  
  #transaksi-table td .pengguna-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #transaksi-table td .pengguna-nama, #transaksi-table td .pengguna-email {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
  }
  
  #transaksi-table td .pengguna-nama {
    font-weight: 700;
    line-height: 18px; /* 138.462% */
  }
  
  #transaksi-table td .pengguna-email {
    font-weight: 400;
    line-height: 28px; /* 215.385% */
  }
  
  #transaksi-table td .status {
    padding: 10px 10px;
    border-radius: 5px;
    color: #03AC6F;
    text-align: center;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #D8F1E8;
    text-transform: capitalize;
  }

  #transaksi-table span.status.completed {
    background: #D8F1E8;
    color: #03AC6F;
  }
  #transaksi-table span.status.pending {
    background: #D8F1E8;
    color: #777;
  }
  
  #transaksi-table td .paket-detail {
    display: flex;
    flex-direction: column;
  }
  
  #transaksi-table td .paket-nama, #transaksi-table td .paket-harga {
    color: #333;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    line-height: 25.6px; /* 196.923% */
  }
  
  #transaksi-table td .paket-nama {
    font-weight: 700;
  }
  
  #transaksi-table td .paket-harga {
    font-weight: 400;
  }
  #transaksi-table td .transaksi-button .edit-transaksi-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #E0EBF8;
    border-radius: 5px;
  }
  #transaksi-table td .transaksi-button .delete-transaksi-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #FEEBED;
    border-radius: 5px;
  }
/* Checkout Page */
.checkout-wrap h3 {
    color: #242424;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.checkout-detail-wrap {
    border-radius: 10px;
    background: #F4F4F4;
    padding: 37px 40px 52px 40px;
    max-width: -moz-max-content;
    max-width: max-content;
}
.opsi-pembayaran-wrap {
    padding-right: 44px;
    border-right: 1px solid #DDD;
}
.opsi-pembayaran h4 {
    color: #242424;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.opsi-pembayaran {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    padding: 14px 8px;
    height: 100%;
    cursor: pointer;
}
.opsi-pembayaran img {
    display: block;
    margin: 0 auto;
    height: 30px;
}
.opsi-pembayaran+.gateway-radio {
    visibility: hidden;
}
.opsi-pembayaran:hover {
    outline: #0351AC solid 2px;
}
.opsi-pembayaran.active {
    outline: #0351AC solid 2px;
}
.detail-pembayaran-wrap {
    padding-left: 55px;
}
.pembayaran-detail h4 {
    color: #242424;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 36px;
}
.pembayaran-detail h4 span {
    color: #0351AC;
}
.rikasan-pembelian h5 {
    color: #242424;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
    border-bottom: 1px solid #DDD;
}
.pembayaran-detail ul li:not(:last-child) {
    margin-bottom: 14px;
}
.pembayaran-detail ul li p {
    color: #242424;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.pembayaran-detail ul li p.value {
    font-weight: 700;
}
.total-pemebayaran {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #DDD;
}
.total-pemebayaran h5 {
    color: #242424;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
}
.pembayaran-detail .total-pemebayaran ul li p.value {
    color: #0351AC;
}
.pembayaran-btn {
    margin-top: 30px;
    text-align: right;
}
.pembayaran-btn button[type="submit"] {
    border-radius: 5px;
    background: #0351AC;
    padding: 10px 34px;
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* end Checkout Page */

/* Paket Berlangganan Page */
.paket-berlangganan-wrap {
    display: flex;
    gap: 74px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    padding: 128px 236px;
    margin-top: 36.95px;
    justify-content: center;
  }
  
  .paket-berlangganan-wrap .paket-info {
    display: flex;
    flex-direction: column;
  }
  
  .paket-berlangganan-wrap .paket-info .info-top {
    padding-bottom: 16.41px;
  }
  
  .paket-berlangganan-wrap .paket-info .info-top span {
    color: #0351AC;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  
  .paket-berlangganan-wrap .paket-info .info-title {
    padding-bottom: 20.59px;
  }
  
  .paket-berlangganan-wrap .paket-info .info-title h4 {
    color: #181828;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 137.5% */
    letter-spacing: -0.2px;
    text-transform: capitalize;
    margin: 0;
  }
  
  .paket-berlangganan-wrap .paket-info .info-description {
    padding-bottom: 30px;
  }
  
  .paket-berlangganan-wrap .paket-info .info-description p {
    color: #666;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
  }
  
  .paket-berlangganan-wrap .paket-info .info-list ul li {
    color: #181828;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    gap: 11.2px;
    padding-bottom: 20px;
  }
  
  .paket-berlangganan-wrap .paket-info .info-list ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C19.9936 4.47982 15.5202 0.00642897 10 0Z' fill='%230351AC'/%3E%3Cpath d='M15.7722 6.83362L10.068 14.5745C9.93197 14.7549 9.72912 14.8732 9.50503 14.9027C9.28094 14.9321 9.05441 14.8703 8.87634 14.7311L4.80301 11.4745C4.44356 11.1868 4.38536 10.6622 4.67301 10.3028C4.96066 9.94334 5.48523 9.88514 5.84468 10.1728L9.24134 12.8903L14.4305 5.84778C14.6007 5.59244 14.8974 5.45127 15.2029 5.48032C15.5083 5.50936 15.7731 5.70393 15.8921 5.98676C16.0111 6.2696 15.965 6.59494 15.7722 6.83362Z' fill='white'/%3E%3C/svg%3E");
  }
  
  
  p {
    margin: 0;
  }

  .price-block .paket-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    width: 408px;
    padding: 27px 36px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  }

  .price-block .paket-detail .detail-head p,
  .price-block .paket-detail .detail-title h5,
  .price-block .paket-detail .detail-price span {
    color: #242424;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .price-block .paket-detail .detail-head {
    display: inline-flex;
    margin-bottom: 16px;
  }

  .price-block .paket-detail .promo-counter {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 15px;
    border-radius: 10px;
    background: #EEF4FA;
    margin-bottom: 18px;
  }

  .price-block .paket-detail .promo-counter p {
    color: #242424;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 0;
  }

  .price-block .paket-detail .promo-counter span {
    display: flex;
    height: 37px;
    padding: 14px 22px;
    justify-content: center;
    align-items: center;
    color: #0351AC;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.07px;
    border-radius: 50px;
    border: 1px solid #0351AC;
  }

  .price-block .paket-detail .detail-title {
    margin-bottom: 12px;
  }

  .price-block .paket-detail .detail-title h5 {
    font-size: 36px;
    margin: 0;
  }

  .price-block .paket-detail .detail-price {
    margin-bottom: 8px;
  }

  .price-block .paket-detail .detail-discount {
    margin-bottom: 12px;
  }

  .price-block .paket-detail .detail-discount span {
    color: #C0C0C0;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: line-through;
  }

  .price-block .paket-detail .detail-description {
    margin-bottom: 25px;
  }

  .price-block .paket-detail .detail-description p {
    color: #666;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }

  .price-block .paket-detail .btn-detail-langganan button {
    width: 100%;
    display: flex;
    padding: 14px 22px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #0351AC;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08px;
    transition: .3s all;
  }

  .price-block .paket-detail .btn-detail-langganan button:hover {
    background-color: #2871c7;
  }

  .price-block .paket-detail .btn-detail-langganan button.subscribed {
    background: #dc3545;
  }

  .price-block .paket-detail .btn-detail-langganan button.subscribed:hover {
    background: #c82333;
  }
  /* end Paket Berlangganan Page */
/* Thank You Page */
.thankyou-wrap {
    border-radius: 25px;
    background: #F4F4F4;
    width: 582px;
    padding: 45px 40px 54px 40px;
    margin: 0 auto;
}
.thankyou-top-wrap {
    text-align: center;
    margin-bottom: 45px;
}
.thankyou-top-wrap svg {
    margin: 0 auto 5px;
}
.thankyou-top-wrap h2 {
    color: #242424;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.thankyou-top-wrap h3 {
    color: #242424;
    font-family: Jost;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.thankyou-top-wrap p {
    color: #242424;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.thankyou-detail h3 {
    color: #242424;
    font-family: Jost;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 26px;
}
.thankyou-detail h3 span {
    color: #0351AC;
}
.thankyou-detail ul li:not(:last-child) {
    margin-bottom: 14px;
}
.thankyou-detail ul li p  {
    color: #242424;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.thankyou-detail .rikasan-pembelian ul li p.value {
    font-weight: 700;
}
.thankyou-detail .total-pemebayaran ul li p.value  {
    color: #0351AC;
    font-weight: 700;
}
.thankyou-btn-wrap {
    margin-top: 30px;
    text-align: right;
}
.thankyou-register .thankyou-btn-wrap {
    text-align: center;
}
.thankyou-btn-wrap .thankyou-btn {
    border-radius: 5px;
    background: #0351AC;
    padding: 10px 56px;
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
}
/* end Thank You Page */

/* Dashboard Page */

.dashboard-wrap .cari-produk-wrap h2, 
.dashboard-wrap .toko-loop-grid h2 {
  color: #242424;
  font-family: Jost;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboard-wrap .cari-produk-wrap h2 {
    margin-bottom: 0;
}

.head-product-search {
    width: 80%;
    padding-right: 50px;
    border-right: 1px solid #E9E9E9;
}
.user-head-detail {
    width: 20%;
    justify-content: flex-end;
}
.user .user-head-detail {
    width: 100%;
}
.cari-flex {
  display: flex;
  gap: 21px;
  align-items: center;
}

.cari-flex > div:first-child {
    width: 70%;
}
.cari-flex > div:last-child {
    width: 30%;
    display: flex;
    align-items: center;
}
.cari-flex > div:last-child > div {
    width: 50%;
}
.cari-flex > div:last-child > div:last-child {
    width: 50%;
}
.cari-flex label {
  color: #363B64;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cari-produk-wrap .cari_produk {
  font-family: Jost;
  display: flex;
  width: 100%;
  height: 57px;
  padding: 2px 15px 2px 50px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #F4F4F4;
}

.cari-produk-wrap .cari_produk::-moz-placeholder {
    font-family: Jost;
}

.cari-produk-wrap .cari_produk::placeholder {
    font-family: Jost;
}

.cari-produk-wrap .has-search {
  position: relative;
}

.cari-produk-wrap .has-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}

.cari-produk-wrap .has-icon-arrow {
  position: relative;
}

.cari-produk-wrap .has-icon-arrow svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-right: 15px;
}

.cari-produk-wrap p.cari-desc {
    color: #333;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin-bottom: 20px;
}

.cari-produk-wrap .platform {
  width: 100%;
  height: 57px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #F4F4F4;
}

.cari-produk-wrap select {
  font-family: jost;
  width: 100%;
  height: 57px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #F4F4F4;
  font-size: 14px;
  font-size: 1.4rem;
}

.cari-produk-wrap .pilih_kota {
  width: 100%;
  height: 57px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #F4F4F4;
}

.cari-produk-wrap .btn-riset {
  width: 100%;
  height: 57px;
  border-radius: 10px;
  background: #0351AC;
  color: #FFF;
  text-align: center;
  font-family: Jost;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.color-mode-change {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: #F3F3F3;
    cursor: pointer;
    border: none;
    outline: none;
}
.breadcrumb {
    margin-bottom: 27px;
}
.dashboard-wrap .toko-group {
    padding: 25px 31.63px 39.31px;
}
.dashboard-wrap .toko-group .nama-kota {
    margin-bottom: 22.69px;
}
.dashboard-wrap .saran-pencarian-wrap .toko-group .toko-list table th {
  padding: 15px 0 15px 10.37px;
}
.dashboard-wrap .toko-group .toko-list table thead tr th:nth-child(2),
.dashboard-wrap .toko-group .toko-list table thead tr th:nth-child(3) {
  text-align: left;
}
.dashboard-wrap .toko-group .toko-list table td {
    padding: 15px 10.37px;
}
.dashboard-wrap .toko-group.top-5-kategori .toko-list table thead tr th:nth-child(2) {
  text-align: left;
  padding-left: 10.37px;
}
.dashboard-wrap .toko-group table td .trend {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: unset;
    white-space: nowrap;
}
.dashboard-wrap .toko-group table td .trend .persentase {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 6px;
    border-radius: 2px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background-color: #16C784;
}
.dashboard-wrap.mobile .toko-group .toko-list .dashboard-widget-detail p a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #363B64;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 140% */
}
.dashboard-wrap.mobile .toko-group .toko-list table tbody tr:nth-child(odd) {
    background: #FFF;
}
.dashboard-wrap.mobile .toko-group {
    border-radius: 25px 25px 0px 0px;
    padding: 0;
    border: 0;
}
.dashboard-wrap.mobile .toko-group .toko-list table td {
    border: 0;
    padding: 0;
}
.dashboard-wrap .toko-group .toko-list table td .toko-detail {
    gap: 10px;
    min-height: 48px;
}
.dashboard-wrap .toko-group .toko-list table tbody tr td:nth-child(2),
.dashboard-wrap .toko-group .toko-list table tbody tr td:nth-child(3) {
  color: #0351AC;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dashboard-wrap.mobile .toko-group .toko-list table tbody tr td {
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 140% */
}
.dashboard-wrap.mobile .toko-group .toko-list table tbody tr td:nth-child(1) {
    color: #363B64;
}
.dashboard-wrap.mobile .toko-group .toko-list table tbody tr td:nth-child(2) {
    color: #333;
    font-size: 18px;
    line-height: 28.3px; /* 157.222% */
}
.dashboard-wrap.mobile .toko-group .toko-list table tbody tr td:nth-child(3) {
    color: #0351AC;
    font-weight: 700;
    text-align: right;
}
.dashboard-wrap.mobile .toko-group .toko-list .widget-box-item.toko table tbody tr td:nth-child(1),
.dashboard-wrap.mobile .toko-group .toko-list .widget-box-item.toko table tbody tr td:nth-child(3) {
    font-size: 12px;
}
.dashboard-widget-item .head-group-wrap {
    margin-bottom: 23px;
}
.dashboard-wrap.mobile .dashboard-widget-item .head-group-wrap {
    position: relative;
    margin-bottom: 0;
    align-items: center;
    padding: 22px 20px 0;
}
.kategori-widget-filter-wrap {
    position: relative;
}
.dashboard-widget-item .head-group-wrap h3 {
    color: #242424;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0 !important;
}
.dashboard-widget-item .head-group-wrap h4 {
    margin: 0;
}
.dashboard-widget-item .head-group-wrap select {
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    background: #F4F4F4;
    padding: 6px 11px 6px 14px;
    color: #363B64;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.kategori-widget-filter-wrap svg {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.dashboard-wrap.mobile .toko-group .toko-list table {
    margin: 0;
}
.dashboard-wrap.mobile .toko-group .nama-widget {
    color: #242424;
    text-align: center;
    font-family: Jost;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    padding: 0;
}
.dashboard-wrap.mobile .toko-group .toko-list .dashboard-widget-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dashboard-wrap.mobile .toko-group .swiper-slide {
    padding: 21px 20px;
}
.dashboard-wrap.mobile .toko-group .swiper-navigation {
    position: relative;
    display: flex;
    gap: 5px;
}
.dashboard-wrap.mobile .toko-group .swiper-navigation .swiper-btn-prev,
.dashboard-wrap.mobile .toko-group .swiper-navigation .swiper-btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #E4EDF6;
    border-radius: 50%;
    /* transition: 0.5s all; */
}
.dashboard-wrap.mobile .toko-group .swiper-navigation .swiper-btn-prev.animated,
.dashboard-wrap.mobile .toko-group .swiper-navigation .swiper-btn-next.animated {
    animation: clicked-navigation 0.5s;
}
.dashboard-wrap.mobile .toko-group .swiper-navigation .swiper-btn-prev.animated svg path,
.dashboard-wrap.mobile .toko-group .swiper-navigation .swiper-btn-next.animated svg path {
    animation: clicked-navigation-2 0.5s;
}
@keyframes clicked-navigation {
    0% {background-color: #E4EDF6;}
    50% {background-color: #0351AC;}
    100% {background-color: #E4EDF6;}
}
@keyframes clicked-navigation-2 {
    0% {fill: #000;}
    50% {fill: #FFF;}
    100% {fill: #000;}
}
.dashboard-wrap.mobile .toko-group .toko-list .widget-box-item {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 21px 17px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
}
.dashboard-wrap.mobile .toko-group .toko-list .widget-box-item .dashboard-widget-detail {
    display: flex;
    gap: 15px;
    align-items: center;
}
.dashboard-wrap.mobile .toko-group .toko-list .widget-box-item img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.dashboard-wrap.mobile .kategori-widget-filter-wrap {
    margin-bottom: 13px;
}
.dashboard-wrap.mobile .kategori-widget-filter-wrap select {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    padding: 6px 11px 6px 14px;
    color: #363B64;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

}
/* end Dashboard Page */

/* Hasil cari Produk */
.hasil-riset-produk-wrap {
    max-width: 1560px;
    margin: 0 auto;
}
.search-res-head p {
    color: #1E1E2D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 93.75% */
    margin-top: 27px;
    margin-bottom: 0;
}
.search-res-kota label,
.search-orderby-filter label {
    color: #363B64;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.search-res-kota select,
.search-orderby-filter select {
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    background-color: #F4F4F4;
    padding: 17px 20px;
    color: #363B64;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(/images/chevron-down.png?64c32e05ce4497e253a2eb379946bb80);
    background-size: 12px;
    background-position: 90% 50%;
    cursor: pointer;
}
.search-orderby-filter select {
    width: 145px;
}
.hasil-cari-product-item {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FDFDFD;
    padding: 30px 30px 28px;
}
.hasil-product-top .product-thumb {
    position: relative;
}
.hasil-product-top .product-thumb img {
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    width: 100%;
    height: 374px;
    -o-object-fit: cover;
       object-fit: cover;
}
.hasil-product-top .product-thumb .star-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    border: 1px solid #0351AC;
    background: #FFF;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hasil-product-top .product-thumb .star-icon:hover {
    background: #0351AC;
}
.hasil-product-top .product-thumb .star-icon:hover svg path {
    fill: #ffffff;
}
.hasil-product-top h3 {
    color: #242424;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-top: 25px;
    margin-bottom: 17px;
}
.hasil-product-top h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.toko-produk-detail {
    gap: 13px;
    margin-bottom: 4px;
}
.toko-produk-detail img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.toko-produk-detail a {
    color: #242424;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.toko-loop-grid.search-result .toko-loop-detail ul li {
    color: #333;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.8px; /* 255% */
}
.toko-loop-grid.search-result .toko-loop-detail ul li span.price {
    color: #0351AC;
    font-weight: 700;
}
.hasil-cari-product-item .toko-loop-btn-wrap a {
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease;
}
.hasil-cari-product-item .toko-loop-btn-wrap a:first-child {
    background-color: #ffffff;
    border: 1px solid #0351AC;
    color: #0351AC;
}
.hasil-cari-product-item .toko-loop-btn-wrap a:first-child:hover {
    background-color: #0351AC;
    color: #ffffff;
}
.hasil-cari-product-item .toko-loop-btn-wrap a:last-child {
    background-color: #0351AC;
    border: 1px solid #0351AC;
    color: #ffffff;
}
.hasil-cari-product-item .toko-loop-btn-wrap a:last-child:hover {
    background-color: #ffffff;
    color: #0351AC;
}
.hasil-cari-product-item .toko-loop-btn-wrap a:last-child:hover svg path {
    fill: #0351AC;
}
/* end Hasil cari Produk */

/* Show Profile */
.show-profile-wrap {
    gap: 27px;
    padding: 21px 18px;
    border-radius: 10px;
    background: #F4F4F4;
}
.show-profile-wrap .profile-info {
    gap: 26px;
}
.show-profile-wrap .profile-info .profile-photo img {
    width: 86px;
    height: 86px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: unset;
}
.show-profile-wrap .profile-info .profile-edit {
    background-color: unset;
}
.show-profile-wrap .profile-info .profile-name-edit {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.show-profile-wrap .profile-info .profile-edit button {
    display: flex;
    padding: 12px;
    background-color: #FFE6AA;
    border-radius: 25px;
}
.show-profile-wrap .profile-detail {
    padding: 19px 24px;
    border-radius: 10px;
    background: #E7E7E7;
}
.show-profile-wrap .profile-detail table.table {
    width: 100%;
}
.show-profile-wrap .profile-detail table.table tr {
    border-bottom: 1px solid #D0D0D0;
}
.show-profile-wrap .profile-detail table.table tr td:first-child {
    width: 30%;
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 300% */
}
.show-profile-wrap .profile-detail table.table tr td:last-child {
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 300% */
}
.show-profile-wrap .profile-setting .profile-otentifikasi-2fa,
.show-profile-wrap .profile-setting .profile-ganti-kata-sandi,
.show-profile-wrap .profile-setting .profile-hapus-akun {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background: #E7E7E7;
    padding: 16px 24px;
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.show-profile-wrap .profile-setting .profile-otentifikasi-2fa::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M16.5 4.125L17.0417 2.86C16.8706 2.78662 16.6863 2.74878 16.5 2.74878C16.3137 2.74878 16.1294 2.78662 15.9583 2.86L16.5 4.125ZM16.5 28.875L15.818 30.0685C16.0257 30.1872 16.2608 30.2496 16.5 30.2496C16.7392 30.2496 16.9743 30.1872 17.182 30.0685L16.5 28.875ZM11.033 25.7496L10.3496 26.9445L11.0316 25.7496H11.033ZM15.9583 2.86138L7.1665 6.6275L8.25 9.1575L17.0417 5.39L15.9583 2.86138ZM5.5 9.15613V18.5886H8.25V9.15613H5.5ZM10.3496 26.9445L15.818 30.0685L17.182 27.6815L11.7136 24.5561L10.3496 26.9445ZM17.182 30.0685L22.6504 26.9445L21.2864 24.5561L15.818 27.6815L17.182 30.0685ZM27.5 18.5873V9.1575H24.75V18.59H27.5V18.5873ZM25.8335 6.62888L17.0417 2.86138L15.9583 5.38863L24.75 9.1575L25.8335 6.62888ZM27.5 9.1575C27.4999 8.61941 27.342 8.09315 27.0458 7.64393C26.7496 7.19471 26.3281 6.84089 25.8335 6.62888L24.75 9.1575H27.5ZM22.6504 26.9445C24.1239 26.1025 25.3485 24.8872 26.2002 23.4193C27.0519 21.9514 27.5003 20.2844 27.5 18.5873H24.75C24.7499 19.7993 24.4293 20.9898 23.8208 22.038C23.2123 23.0862 22.3374 23.955 21.285 24.5561L22.6504 26.9445ZM5.5 18.5873C5.49992 20.2841 5.94845 21.9509 6.80012 23.4185C7.65179 24.8862 8.87633 26.1026 10.3496 26.9445L11.7136 24.5561C10.6618 23.955 9.78756 23.0866 9.17933 22.0389C8.57109 20.9913 8.25049 19.8015 8.25 18.59H5.5V18.5873ZM7.1665 6.6275C6.67172 6.8396 6.25006 7.19364 5.95383 7.64313C5.65759 8.09262 5.49979 8.61917 5.5 9.1575H8.25L7.1665 6.63025V6.6275Z' fill='%230351AC'/%3E%3Cpath d='M20.625 13.75L15.125 19.25L12.375 16.5' stroke='%230351AC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 33px;
    height: 33px;
}

.show-profile-wrap .profile-setting .profile-ganti-kata-sandi::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M16.5 23.375C15.7707 23.375 15.0712 23.0853 14.5555 22.5695C14.0397 22.0538 13.75 21.3543 13.75 20.625C13.75 19.0987 14.9738 17.875 16.5 17.875C17.2293 17.875 17.9288 18.1647 18.4445 18.6805C18.9603 19.1962 19.25 19.8957 19.25 20.625C19.25 21.3543 18.9603 22.0538 18.4445 22.5695C17.9288 23.0853 17.2293 23.375 16.5 23.375ZM24.75 27.5V13.75H8.25V27.5H24.75ZM24.75 11C25.4793 11 26.1788 11.2897 26.6945 11.8055C27.2103 12.3212 27.5 13.0207 27.5 13.75V27.5C27.5 28.2293 27.2103 28.9288 26.6945 29.4445C26.1788 29.9603 25.4793 30.25 24.75 30.25H8.25C7.52065 30.25 6.82118 29.9603 6.30546 29.4445C5.78973 28.9288 5.5 28.2293 5.5 27.5V13.75C5.5 12.2238 6.72375 11 8.25 11H9.625V8.25C9.625 6.42664 10.3493 4.67795 11.6386 3.38864C12.928 2.09933 14.6766 1.375 16.5 1.375C17.4028 1.375 18.2968 1.55283 19.1309 1.89833C19.9651 2.24383 20.723 2.75024 21.3614 3.38864C21.9998 4.02704 22.5062 4.78494 22.8517 5.61905C23.1972 6.45316 23.375 7.34716 23.375 8.25V11H24.75ZM16.5 4.125C15.406 4.125 14.3568 4.5596 13.5832 5.33318C12.8096 6.10677 12.375 7.15598 12.375 8.25V11H20.625V8.25C20.625 7.15598 20.1904 6.10677 19.4168 5.33318C18.6432 4.5596 17.594 4.125 16.5 4.125Z' fill='%230351AC'/%3E%3C/svg%3E");
    width: 33px;
    height: 33px;
}

.show-profile-wrap .profile-setting .profile-hapus-akun::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M19.25 11C19.25 7.96125 16.7887 5.5 13.75 5.5C10.7112 5.5 8.25 7.96125 8.25 11C8.25 14.0387 10.7112 16.5 13.75 16.5C16.7887 16.5 19.25 14.0387 19.25 11ZM16.5 11C16.5 12.5125 15.2625 13.75 13.75 13.75C12.2375 13.75 11 12.5125 11 11C11 9.4875 12.2375 8.25 13.75 8.25C15.2625 8.25 16.5 9.4875 16.5 11ZM2.75 24.75V27.5H24.75V24.75C24.75 21.0925 17.4213 19.25 13.75 19.25C10.0787 19.25 2.75 21.0925 2.75 24.75ZM5.5 24.75C5.775 23.7738 10.0375 22 13.75 22C17.4488 22 21.6838 23.76 22 24.75H5.5ZM23.375 13.75H31.625V16.5H23.375V13.75Z' fill='%230351AC'/%3E%3C/svg%3E");
    width: 33px;
    height: 33px;
}
  /* end Show Profile */
  
  /* Edit Profile .profile-edit-form */
  .profile-edit-form h3 {
    color: #111827;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
  }
  
  .profile-edit-form p,
  .profile-edit-form .max-w-xl.text-sm.text-gray-600 {
    color: #4B5563;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  
  .profile-edit-form label {
    color: #374151;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  
  .profile-edit-form button.inline-flex.items-center.px-4.py-2.bg-gray-800.border.border-transparent.rounded-md.font-semibold.text-xs.text-white.uppercase.tracking-widest.hover\:bg-gray-700.active\:bg-gray-900.focus\:outline-none.focus\:border-gray-900.focus\:ring.focus\:ring-gray-300.disabled\:opacity-25.transition,
  .profile-edit-form button.inline-flex.items-center.justify-center.px-4.py-2.bg-red-600.border.border-transparent.rounded-md.font-semibold.text-xs.text-white.uppercase.tracking-widest.hover\:bg-red-500.focus\:outline-none.focus\:border-red-700.focus\:ring.focus\:ring-red-200.active\:bg-red-600.disabled\:opacity-25.transition {
    background: #0351AC;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 6px;
  }
  .profile-edit-form button.inline-flex.items-center.justify-center.px-4.py-2.bg-red-600.border.border-transparent.rounded-md.font-semibold.text-xs.text-white.uppercase.tracking-widest.hover\:bg-red-500.focus\:outline-none.focus\:border-red-700.focus\:ring.focus\:ring-red-200.active\:bg-red-600.disabled\:opacity-25.transition {
    background-color: #DC2626;
  }
/* end Edit Profile */
/* Payment Table */
    #payment-table .status {
        padding: 10px 15px;
        border-radius: 5px;
        font-family: Mulish;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    #payment-table span.status.completed {
        background: #D8F1E8;
        color: #03AC6F;
    }
    #payment-table span.status.pending {
        background: #D8F1E8;
        color: #777;
    }
/* end Payment Table */

/* Paket Admin Page */
.paket-wrap .status div {
    position: relative;
}

.paket-wrap .status #status {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
}

.paket-wrap .promo #promo {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
}

.paket-wrap .status svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-right: 15px;
}
/* end Paket Admin Page */

/* Top Page Mobile */
.top-page-mobile {
    display: none;
}
.top-page-mobile .info-top h3 {
    color: #242424;
    margin: 0;
    text-align: center;
}
.top-page-mobile .head-product-search {
    width: 100%;
    padding-right: 0;
    border: 0;
}
.top-page-mobile .breadcrumb {
    text-align: center;
    margin-bottom: 17px;
}
.top-page-mobile .breadcrumb-item {
    display: inline-block;
    color: #242424;
    text-align: center;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.top-page-mobile .breadcrumb-item.active {
    color: #0351AC;
    font-weight: 700;
}
.top-page-mobile .cari-produk-wrap .cari_produk {
    background: #FFF;
}
.top-page-mobile .cari-produk-wrap select {
    background: #FFF;
}
.top-page-mobile .cari-produk-wrap .btn-riset {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* end Top Page Mobile */

/* Single Toko Mobile /toko/show/[NUM] */
.single-toko-mobile .table-head {
    justify-content: space-between;
    margin-bottom: 10px;
}
.single-toko-mobile .produk-top-detail .produk-detail-left {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.single-toko-mobile .produk-top-detail.toko {
    padding: 31px 20px 23px;
    margin: 0;
    border-radius: 25px 25px 0px 0px;
    background: #FFF;
}

.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail td {
    color: #333;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.28; /* 228.571% */
}

.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail td:nth-child(1) {
    padding-right: 16px;
}

.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail td:nth-child(2) {
    padding-right: 19px;
}

.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail td .uang {
    color: #0351AC;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
}

.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: unset;
    white-space: nowrap;
}
.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi .stable {
    color: #737373;
    text-align: center;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6; /* 160% */
    border-radius: 2px;
    background: #E8E8E8;
    padding: 0 6px;
}
.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi .increase,
.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi .decrease {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 6px;
    border-radius: 2px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi .increase {
    background-color: #16C784;
}
.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi .decrease {
    background-color: #EA3943;
}
.single-toko-mobile .produk-top-detail.toko .produk-detail-list .detail .fluktuasi .decrease svg {
    transform: rotate(180deg);
}

.single-toko-mobile .produk-top-detail.toko .produk-thumb {
    display: flex;
    width: auto;
    gap: 10px;
    align-items: center;
    margin: 0;
}

.single-toko-mobile .produk-top-detail .produk-thumb img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    margin: 0;
}

.single-toko-mobile .produk-detail-left h3.produk-name {
    color: #242424;
    font-family: Jost;
    font-size: 18px;
    font-size: 4.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.single-toko-mobile .list-produk {
    padding: 18px 20px;
    background: #FFF;
}

.single-toko-mobile .table-head h3 {
    display: block;
}

.single-toko-mobile .post_contents {
    padding: 0;
    border: 0;
    background-color: unset;
}
.single-toko-mobile .produk-box-item {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FDFDFD;
    padding: 20px 20px 23px;
    margin-bottom: 10px;
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-image {
    padding-bottom: 20px;
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-image img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
}

.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-nama {
    color: #242424;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125; /* 112.5% */
    padding-bottom: 17px;
}

.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td {
    color: #333;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.28; /* 228.571% */
}

.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td:nth-child(2) {
    padding-right: 24px;
}

.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .harga-mobile {
    color: #0351AC;
    font-weight: 700;
}

.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile {
    display: flex;
    gap: 5px;
    align-items: center;
}

.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile .increase,
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile .decrease {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 6px;
    border-radius: 2px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6; /* 160% */
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile .stable {
    color: #737373;
    text-align: center;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6; /* 160% */
    border-radius: 2px;
    background: #E8E8E8;
    padding: 0 6px;
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile .increase {
    background-color: #16C784;
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile .decrease {
    background-color: #EA3943;
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail td .fluktuasi-mobile svg {
    transform: rotate(180deg);
}
.single-toko-mobile .single-produk-toko-wrap .produk-box-item .produk-detail {
    padding-bottom: 21px;
}

.single-toko-mobile .table-search input,
.single-toko-mobile .form-select {
    background-color: #fff;
}
.single-toko-mobile .single-produk-toko-wrap .produk-button {
    gap: 15px;
}
.single-toko-mobile .single-produk-toko-wrap .produk-button .produk-lihat-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #0351AC;
    color: #0351AC;
    text-align: center;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single-toko-mobile .single-produk-toko-wrap .produk-button .produk-link {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 9.45px;
    padding: 13px;
    border-radius: 5px;
    background: #0351AC;
    color: #FFF;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* end Single Toko Mobile /toko/show/[NUM] */

/* Produk SKU Kota /admin/produk/kota-sku/[NUM] */
.produk-sku-kota .form-select {
    padding-right: 30px;
}
/* end Produk SKU Kota /admin/produk/kota-sku/[NUM] */
.harga-rekom-update-msg {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #03AC6F;
    color: #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.harga-rekom-update-msg span {
    cursor: pointer;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:grid {
    display: grid;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 375px) and (max-width: 768px) {

  .\32-4sm\:w-48 {
    width: 12rem;
  }
}
@media (min-width: 320px) {

  .\31sm\:w-full {
    width: 100%;
  }

  .\31sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\31sm\:flex-col {
    flex-direction: column;
  }

  .\31sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\31sm\:gap-y-1 {
    row-gap: 0.25rem;
  }
}
@media (min-width: 768px) {

  .\34sm\:h-96 {
    height: 24rem;
  }

  .\34sm\:w-1\/2 {
    width: 50%;
  }

  .\34sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\34sm\:flex-row {
    flex-direction: row;
  }

  .\34sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\34sm\:gap-x-5\.5 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .\34sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\34sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .\34sm\:overflow-scroll {
    overflow: scroll;
  }

  .\34sm\:whitespace-nowrap {
    white-space: nowrap;
  }
}
