/*
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)
*/

*:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
::before:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
::after:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
::after:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  --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.
7. Disable tap highlights on iOS
*/

.dokan-product-qa-frontend-root {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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.
*/

.dokan-product-qa-frontend-root {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h2:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h3:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h4:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h5:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h6:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
strong:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
kbd:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
samp:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
pre:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
sup:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  bottom: -0.25em;
}

sup:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
input:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
optgroup:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
select:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
textarea:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: 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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
select:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
[type='button']:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
[type='reset']:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
[type='submit']:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
::-webkit-outer-spin-button:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  -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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
dl:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
dd:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h1:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h2:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h3:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h4:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h5:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
h6:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
hr:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
figure:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
p:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
pre:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  margin: 0;
}

fieldset:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  margin: 0;
  padding: 0;
}

legend:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  padding: 0;
}

ol:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
ul:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
menu:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *), textarea::-moz-placeholder:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
textarea::placeholder:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
[role="button"]:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
svg:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
video:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
canvas:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
audio:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
iframe:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
embed:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
object:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  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:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *),
video:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(.dokan-product-qa-frontend-root,.dokan-product-qa-frontend-root *) {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%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],[size]:where(select:not([size="1"])) {
  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=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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:  ;
}
.\!prose {
  color: var(--tw-prose-body) !important;
  max-width: 65ch !important;
}
.\!prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}
.\!prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead) !important;
  font-size: 1.25em !important;
  line-height: 1.6 !important;
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important;
}
.\!prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links) !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}
.\!prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold) !important;
  font-weight: 600 !important;
}
.\!prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal !important;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  padding-inline-start: 1.625em !important;
}
.\!prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha !important;
}
.\!prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha !important;
}
.\!prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha !important;
}
.\!prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha !important;
}
.\!prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman !important;
}
.\!prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman !important;
}
.\!prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman !important;
}
.\!prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman !important;
}
.\!prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal !important;
}
.\!prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc !important;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  padding-inline-start: 1.625em !important;
}
.\!prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400 !important;
  color: var(--tw-prose-counters) !important;
}
.\!prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets) !important;
}
.\!prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  margin-top: 1.25em !important;
}
.\!prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr) !important;
  border-top-width: 1px !important;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
.\!prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500 !important;
  font-style: italic !important;
  color: var(--tw-prose-quotes) !important;
  border-inline-start-width: 0.25rem !important;
  border-inline-start-color: var(--tw-prose-quote-borders) !important;
  quotes: "\201C""\201D""\2018""\2019" !important;
  margin-top: 1.6em !important;
  margin-bottom: 1.6em !important;
  padding-inline-start: 1em !important;
}
.\!prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote !important;
}
.\!prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote !important;
}
.\!prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 800 !important;
  font-size: 2.25em !important;
  margin-top: 0 !important;
  margin-bottom: 0.8888889em !important;
  line-height: 1.1111111 !important;
}
.\!prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900 !important;
  color: inherit !important;
}
.\!prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 700 !important;
  font-size: 1.5em !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
  line-height: 1.3333333 !important;
}
.\!prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800 !important;
  color: inherit !important;
}
.\!prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  font-size: 1.25em !important;
  margin-top: 1.6em !important;
  margin-bottom: 0.6em !important;
  line-height: 1.6 !important;
}
.\!prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700 !important;
  color: inherit !important;
}
.\!prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  line-height: 1.5 !important;
}
.\!prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700 !important;
  color: inherit !important;
}
.\!prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.\!prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.\!prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.\!prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500 !important;
  font-family: inherit !important;
  color: var(--tw-prose-kbd) !important;
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%) !important;
  font-size: 0.875em !important;
  border-radius: 0.3125rem !important;
  padding-top: 0.1875em !important;
  padding-inline-end: 0.375em !important;
  padding-bottom: 0.1875em !important;
  padding-inline-start: 0.375em !important;
}
.\!prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code) !important;
  font-weight: 600 !important;
  font-size: 0.875em !important;
}
.\!prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`" !important;
}
.\!prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`" !important;
}
.\!prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
  font-size: 0.875em !important;
}
.\!prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
  font-size: 0.9em !important;
}
.\!prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit !important;
}
.\!prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code) !important;
  background-color: var(--tw-prose-pre-bg) !important;
  overflow-x: auto !important;
  font-weight: 400 !important;
  font-size: 0.875em !important;
  line-height: 1.7142857 !important;
  margin-top: 1.7142857em !important;
  margin-bottom: 1.7142857em !important;
  border-radius: 0.375rem !important;
  padding-top: 0.8571429em !important;
  padding-inline-end: 1.1428571em !important;
  padding-bottom: 0.8571429em !important;
  padding-inline-start: 1.1428571em !important;
}
.\!prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}
.\!prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none !important;
}
.\!prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none !important;
}
.\!prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100% !important;
  table-layout: auto !important;
  text-align: start !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  font-size: 0.875em !important;
  line-height: 1.7142857 !important;
}
.\!prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px !important;
  border-bottom-color: var(--tw-prose-th-borders) !important;
}
.\!prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  vertical-align: bottom !important;
  padding-inline-end: 0.5714286em !important;
  padding-bottom: 0.5714286em !important;
  padding-inline-start: 0.5714286em !important;
}
.\!prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px !important;
  border-bottom-color: var(--tw-prose-td-borders) !important;
}
.\!prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0 !important;
}
.\!prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline !important;
}
.\!prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px !important;
  border-top-color: var(--tw-prose-th-borders) !important;
}
.\!prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top !important;
}
.\!prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.\!prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions) !important;
  font-size: 0.875em !important;
  line-height: 1.4285714 !important;
  margin-top: 0.8571429em !important;
}
.\!prose {
  --tw-prose-body: #374151 !important;
  --tw-prose-headings: #111827 !important;
  --tw-prose-lead: #4b5563 !important;
  --tw-prose-links: #111827 !important;
  --tw-prose-bold: #111827 !important;
  --tw-prose-counters: #6b7280 !important;
  --tw-prose-bullets: #d1d5db !important;
  --tw-prose-hr: #e5e7eb !important;
  --tw-prose-quotes: #111827 !important;
  --tw-prose-quote-borders: #e5e7eb !important;
  --tw-prose-captions: #6b7280 !important;
  --tw-prose-kbd: #111827 !important;
  --tw-prose-kbd-shadows: 17 24 39 !important;
  --tw-prose-code: #111827 !important;
  --tw-prose-pre-code: #e5e7eb !important;
  --tw-prose-pre-bg: #1f2937 !important;
  --tw-prose-th-borders: #d1d5db !important;
  --tw-prose-td-borders: #e5e7eb !important;
  --tw-prose-invert-body: #d1d5db !important;
  --tw-prose-invert-headings: #fff !important;
  --tw-prose-invert-lead: #9ca3af !important;
  --tw-prose-invert-links: #fff !important;
  --tw-prose-invert-bold: #fff !important;
  --tw-prose-invert-counters: #9ca3af !important;
  --tw-prose-invert-bullets: #4b5563 !important;
  --tw-prose-invert-hr: #374151 !important;
  --tw-prose-invert-quotes: #f3f4f6 !important;
  --tw-prose-invert-quote-borders: #374151 !important;
  --tw-prose-invert-captions: #9ca3af !important;
  --tw-prose-invert-kbd: #fff !important;
  --tw-prose-invert-kbd-shadows: 255 255 255 !important;
  --tw-prose-invert-code: #fff !important;
  --tw-prose-invert-pre-code: #d1d5db !important;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;
  --tw-prose-invert-th-borders: #4b5563 !important;
  --tw-prose-invert-td-borders: #374151 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}
.\!prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.\!prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.\!prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em !important;
}
.\!prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em !important;
}
.\!prose :where(.\!prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}
.\!prose :where(.\!prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em !important;
}
.\!prose :where(.\!prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em !important;
}
.\!prose :where(.\!prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em !important;
}
.\!prose :where(.\!prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em !important;
}
.\!prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}
.\!prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}
.\!prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em !important;
  padding-inline-start: 1.625em !important;
}
.\!prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.\!prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.\!prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.\!prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.\!prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0 !important;
}
.\!prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0 !important;
}
.\!prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em !important;
  padding-inline-end: 0.5714286em !important;
  padding-bottom: 0.5714286em !important;
  padding-inline-start: 0.5714286em !important;
}
.\!prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0 !important;
}
.\!prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0 !important;
}
.\!prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.\!prose :where(.\!prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.\!prose :where(.\!prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
.dokan-product-qa-frontend-root :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.dokan-product-qa-frontend-root :is(.pointer-events-none) {
  pointer-events: none;
}
.dokan-product-qa-frontend-root :is(.visible) {
  visibility: visible;
}
.dokan-product-qa-frontend-root :is(.fixed) {
  position: fixed;
}
.dokan-product-qa-frontend-root :is(.absolute) {
  position: absolute;
}
.dokan-product-qa-frontend-root :is(.relative) {
  position: relative;
}
.dokan-product-qa-frontend-root :is(.inset-0) {
  inset: 0px;
}
.dokan-product-qa-frontend-root :is(.inset-y-0) {
  top: 0px;
  bottom: 0px;
}
.dokan-product-qa-frontend-root :is(.left-0) {
  left: 0px;
}
.dokan-product-qa-frontend-root :is(.right-0) {
  right: 0px;
}
.dokan-product-qa-frontend-root :is(.top-0) {
  top: 0px;
}
.dokan-product-qa-frontend-root :is(.z-0) {
  z-index: 0;
}
.dokan-product-qa-frontend-root :is(.z-10) {
  z-index: 10;
}
.dokan-product-qa-frontend-root :is(.col-span-1) {
  grid-column: span 1 / span 1;
}
.dokan-product-qa-frontend-root :is(.col-span-11) {
  grid-column: span 11 / span 11;
}
.dokan-product-qa-frontend-root :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
.dokan-product-qa-frontend-root :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.dokan-product-qa-frontend-root :is(.mb-2) {
  margin-bottom: 0.5rem;
}
.dokan-product-qa-frontend-root :is(.mb-2\.5) {
  margin-bottom: 0.625rem;
}
.dokan-product-qa-frontend-root :is(.mb-4) {
  margin-bottom: 1rem;
}
.dokan-product-qa-frontend-root :is(.ml-3) {
  margin-left: 0.75rem;
}
.dokan-product-qa-frontend-root :is(.mr-1) {
  margin-right: 0.25rem;
}
.dokan-product-qa-frontend-root :is(.mt-2) {
  margin-top: 0.5rem;
}
.dokan-product-qa-frontend-root :is(.mt-3) {
  margin-top: 0.75rem;
}
.dokan-product-qa-frontend-root :is(.mt-4) {
  margin-top: 1rem;
}
.dokan-product-qa-frontend-root :is(.mt-5) {
  margin-top: 1.25rem;
}
.dokan-product-qa-frontend-root :is(.block) {
  display: block;
}
.dokan-product-qa-frontend-root :is(.flex) {
  display: flex;
}
.dokan-product-qa-frontend-root :is(.inline-flex) {
  display: inline-flex;
}
.dokan-product-qa-frontend-root :is(.grid) {
  display: grid;
}
.dokan-product-qa-frontend-root :is(.hidden) {
  display: none;
}
.dokan-product-qa-frontend-root :is(.h-12) {
  height: 3rem;
}
.dokan-product-qa-frontend-root :is(.h-2) {
  height: 0.5rem;
}
.dokan-product-qa-frontend-root :is(.h-2\.5) {
  height: 0.625rem;
}
.dokan-product-qa-frontend-root :is(.h-4) {
  height: 1rem;
}
.dokan-product-qa-frontend-root :is(.h-5) {
  height: 1.25rem;
}
.dokan-product-qa-frontend-root :is(.h-6) {
  height: 1.5rem;
}
.dokan-product-qa-frontend-root :is(.min-h-full) {
  min-height: 100%;
}
.dokan-product-qa-frontend-root :is(.w-12) {
  width: 3rem;
}
.dokan-product-qa-frontend-root :is(.w-4) {
  width: 1rem;
}
.dokan-product-qa-frontend-root :is(.w-48) {
  width: 12rem;
}
.dokan-product-qa-frontend-root :is(.w-5) {
  width: 1.25rem;
}
.dokan-product-qa-frontend-root :is(.w-6) {
  width: 1.5rem;
}
.dokan-product-qa-frontend-root :is(.w-full) {
  width: 100%;
}
.dokan-product-qa-frontend-root :is(.w-screen) {
  width: 100vw;
}
.dokan-product-qa-frontend-root :is(.max-w-\[300px\]) {
  max-width: 300px;
}
.dokan-product-qa-frontend-root :is(.max-w-\[330px\]) {
  max-width: 330px;
}
.dokan-product-qa-frontend-root :is(.max-w-\[360px\]) {
  max-width: 360px;
}
.dokan-product-qa-frontend-root :is(.max-w-sm) {
  max-width: 24rem;
}
.dokan-product-qa-frontend-root :is(.flex-1) {
  flex: 1 1 0%;
}
.dokan-product-qa-frontend-root :is(.flex-shrink-0) {
  flex-shrink: 0;
}
.dokan-product-qa-frontend-root :is(.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));
}
.dokan-product-qa-frontend-root :is(.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));
}
.dokan-product-qa-frontend-root :is(.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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.dokan-product-qa-frontend-root :is(.animate-pulse) {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.dokan-product-qa-frontend-root :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.dokan-product-qa-frontend-root :is(.grid-cols-12) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.dokan-product-qa-frontend-root :is(.items-end) {
  align-items: flex-end;
}
.dokan-product-qa-frontend-root :is(.items-center) {
  align-items: center;
}
.dokan-product-qa-frontend-root :is(.justify-center) {
  justify-content: center;
}
.dokan-product-qa-frontend-root :is(.justify-between) {
  justify-content: space-between;
}
.dokan-product-qa-frontend-root :is(.gap-x-1) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.dokan-product-qa-frontend-root :is(.-space-x-px > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.dokan-product-qa-frontend-root :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.dokan-product-qa-frontend-root :is(.divide-violet-100 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity));
}
.dokan-product-qa-frontend-root :is(.overflow-hidden) {
  overflow: hidden;
}
.dokan-product-qa-frontend-root :is(.overflow-y-auto) {
  overflow-y: auto;
}
.dokan-product-qa-frontend-root :is(.rounded-full) {
  border-radius: 9999px;
}
.dokan-product-qa-frontend-root :is(.rounded-lg) {
  border-radius: 0.5rem;
}
.dokan-product-qa-frontend-root :is(.rounded-md) {
  border-radius: 0.375rem;
}
.dokan-product-qa-frontend-root :is(.rounded-sm) {
  border-radius: 0.125rem;
}
.dokan-product-qa-frontend-root :is(.rounded-b-md) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.dokan-product-qa-frontend-root :is(.rounded-l-md) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.dokan-product-qa-frontend-root :is(.rounded-r-md) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.dokan-product-qa-frontend-root :is(.border) {
  border-width: 1px;
}
.dokan-product-qa-frontend-root :is(.border-0) {
  border-width: 0px;
}
.dokan-product-qa-frontend-root :is(.border-gray-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.dokan-product-qa-frontend-root :is(.border-gray-300) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-gray-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-red-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-red-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-slate-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-slate-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-yellow-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-yellow-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.bg-opacity-75) {
  --tw-bg-opacity: 0.75;
}
.dokan-product-qa-frontend-root :is(.p-4) {
  padding: 1rem;
}
.dokan-product-qa-frontend-root :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dokan-product-qa-frontend-root :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.dokan-product-qa-frontend-root :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dokan-product-qa-frontend-root :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.dokan-product-qa-frontend-root :is(.py-1\.5) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.dokan-product-qa-frontend-root :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dokan-product-qa-frontend-root :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dokan-product-qa-frontend-root :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.dokan-product-qa-frontend-root :is(.pb-4) {
  padding-bottom: 1rem;
}
.dokan-product-qa-frontend-root :is(.pl-10) {
  padding-left: 2.5rem;
}
.dokan-product-qa-frontend-root :is(.pl-3) {
  padding-left: 0.75rem;
}
.dokan-product-qa-frontend-root :is(.pr-4) {
  padding-right: 1rem;
}
.dokan-product-qa-frontend-root :is(.pt-4) {
  padding-top: 1rem;
}
.dokan-product-qa-frontend-root :is(.pt-5) {
  padding-top: 1.25rem;
}
.dokan-product-qa-frontend-root :is(.text-left) {
  text-align: left;
}
.dokan-product-qa-frontend-root :is(.text-center) {
  text-align: center;
}
.dokan-product-qa-frontend-root :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
.dokan-product-qa-frontend-root :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dokan-product-qa-frontend-root :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.dokan-product-qa-frontend-root :is(.font-medium) {
  font-weight: 500;
}
.dokan-product-qa-frontend-root :is(.font-semibold) {
  font-weight: 600;
}
.dokan-product-qa-frontend-root :is(.leading-6) {
  line-height: 1.5rem;
}
.dokan-product-qa-frontend-root :is(.leading-7) {
  line-height: 1.75rem;
}
.dokan-product-qa-frontend-root :is(.leading-loose) {
  line-height: 2;
}
.dokan-product-qa-frontend-root :is(.tracking-tight) {
  letter-spacing: -0.025em;
}
.dokan-product-qa-frontend-root :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-gray-900) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-red-400) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-red-800) {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-slate-500) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.opacity-0) {
  opacity: 0;
}
.dokan-product-qa-frontend-root :is(.opacity-100) {
  opacity: 1;
}
.dokan-product-qa-frontend-root :is(.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);
}
.dokan-product-qa-frontend-root :is(.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);
}
.dokan-product-qa-frontend-root :is(.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);
}
.dokan-product-qa-frontend-root :is(.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);
}
.dokan-product-qa-frontend-root :is(.ring-inset) {
  --tw-ring-inset: inset;
}
.dokan-product-qa-frontend-root :is(.ring-gray-300) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.dokan-product-qa-frontend-root :is(.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);
}
.dokan-product-qa-frontend-root :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dokan-product-qa-frontend-root :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dokan-product-qa-frontend-root :is(.duration-200) {
  transition-duration: 200ms;
}
.dokan-product-qa-frontend-root :is(.duration-300) {
  transition-duration: 300ms;
}
.dokan-product-qa-frontend-root :is(.ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.dokan-product-qa-frontend-root :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.dokan-product-qa-frontend-root :is(.placeholder\:text-gray-400)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.placeholder\:text-gray-400)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.hover\:bg-gray-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.hover\:bg-red-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.hover\:bg-transparent:hover) {
  background-color: transparent;
}
.dokan-product-qa-frontend-root :is(.hover\:text-gray-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.hover\:text-gray-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.dokan-product-qa-frontend-root :is(.focus\:border-blue-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.dokan-product-qa-frontend-root :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dokan-product-qa-frontend-root :is(.focus\:ring-2: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(2px + 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);
}
.dokan-product-qa-frontend-root :is(.focus\:ring-inset:focus) {
  --tw-ring-inset: inset;
}
.dokan-product-qa-frontend-root :is(.focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.dokan-product-qa-frontend-root :is(.focus\:ring-indigo-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.dokan-product-qa-frontend-root :is(.focus\:ring-indigo-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.dokan-product-qa-frontend-root :is(.focus\:ring-violet-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity));
}
.dokan-product-qa-frontend-root :is(.focus\:ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}
.dokan-product-qa-frontend-root :is(.focus-visible\:bg-red-700:focus-visible) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.dokan-product-qa-frontend-root :is(.focus-visible\:outline:focus-visible) {
  outline-style: solid;
}
.dokan-product-qa-frontend-root :is(.focus-visible\:outline-1:focus-visible) {
  outline-width: 1px;
}
.dokan-product-qa-frontend-root :is(.focus-visible\:outline-offset-2:focus-visible) {
  outline-offset: 2px;
}
@media (min-width: 640px) {

  .dokan-product-qa-frontend-root :is(.sm\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .dokan-product-qa-frontend-root :is(.sm\:my-8) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:ml-3) {
    margin-left: 0.75rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:ml-4) {
    margin-left: 1rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:ml-6) {
    margin-left: 1.5rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:mt-0) {
    margin-top: 0px;
  }

  .dokan-product-qa-frontend-root :is(.sm\:mt-4) {
    margin-top: 1rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:block) {
    display: block;
  }

  .dokan-product-qa-frontend-root :is(.sm\:flex) {
    display: flex;
  }

  .dokan-product-qa-frontend-root :is(.sm\:hidden) {
    display: none;
  }

  .dokan-product-qa-frontend-root :is(.sm\:h-10) {
    height: 2.5rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:w-10) {
    width: 2.5rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:w-auto) {
    width: auto;
  }

  .dokan-product-qa-frontend-root :is(.sm\:w-full) {
    width: 100%;
  }

  .dokan-product-qa-frontend-root :is(.sm\:max-w-lg) {
    max-width: 32rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:flex-1) {
    flex: 1 1 0%;
  }

  .dokan-product-qa-frontend-root :is(.sm\:flex-shrink-0) {
    flex-shrink: 0;
  }

  .dokan-product-qa-frontend-root :is(.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));
  }

  .dokan-product-qa-frontend-root :is(.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));
  }

  .dokan-product-qa-frontend-root :is(.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));
  }

  .dokan-product-qa-frontend-root :is(.sm\:flex-row-reverse) {
    flex-direction: row-reverse;
  }

  .dokan-product-qa-frontend-root :is(.sm\:items-start) {
    align-items: flex-start;
  }

  .dokan-product-qa-frontend-root :is(.sm\:items-center) {
    align-items: center;
  }

  .dokan-product-qa-frontend-root :is(.sm\:justify-between) {
    justify-content: space-between;
  }

  .dokan-product-qa-frontend-root :is(.sm\:rounded-lg) {
    border-radius: 0.5rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:p-0) {
    padding: 0px;
  }

  .dokan-product-qa-frontend-root :is(.sm\:p-6) {
    padding: 1.5rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:px-6) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:text-left) {
    text-align: left;
  }

  .dokan-product-qa-frontend-root :is(.sm\:text-sm) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .dokan-product-qa-frontend-root :is(.sm\:leading-6) {
    line-height: 1.5rem;
  }
}
@media (prefers-color-scheme: dark) {

  .dokan-product-qa-frontend-root :is(.dark\:text-gray-400) {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

