.question-answer hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

.question-answer abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

.question-answer h1,
.question-answer h2,
.question-answer h3,
.question-answer h4,
.question-answer h5,
.question-answer h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

.question-answer a {
  color: inherit;
  text-decoration: inherit;
}

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

.question-answer b,
.question-answer strong {
  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.
*/

.question-answer code,
.question-answer kbd,
.question-answer samp,
.question-answer pre {
  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.
*/

.question-answer small {
  font-size: 80%;
}

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

.question-answer sub,
.question-answer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.question-answer sub {
  bottom: -0.25em;
}

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

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

.question-answer button,
.question-answer input,
.question-answer optgroup,
.question-answer select,
.question-answer textarea {
  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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

.question-answer button,
.question-answer select {
  text-transform: none;
}

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

.question-answer button,
.question-answer input:where([type='button']),
.question-answer input:where([type='reset']),
.question-answer input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

.question-answer progress {
  vertical-align: baseline;
}

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

.question-answer [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

.question-answer summary {
  display: list-item;
}

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

.question-answer blockquote,
.question-answer dl,
.question-answer dd,
.question-answer h1,
.question-answer h2,
.question-answer h3,
.question-answer h4,
.question-answer h5,
.question-answer h6,
.question-answer hr,
.question-answer figure,
.question-answer p,
.question-answer pre {
  margin: 0;
}

.question-answer fieldset {
  margin: 0;
  padding: 0;
}

.question-answer legend {
  padding: 0;
}

.question-answer ol,
.question-answer ul,
.question-answer menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

.question-answer dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

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

.question-answer input::-moz-placeholder, .question-answer textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

.question-answer input::placeholder,
.question-answer textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

.question-answer button,
[role="button"] {
  cursor: pointer;
}

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

.question-answer img,
.question-answer svg,
.question-answer video,
.question-answer canvas,
.question-answer audio,
.question-answer iframe,
.question-answer embed,
.question-answer 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)
*/

.question-answer img,
.question-answer video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

.question-answer [hidden] {
  display: none;
}

.question-answer .container {
  width: 100%;
}

@media (min-width: 640px) {
	.question-answer .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
	.question-answer .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
	.question-answer .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
	.question-answer .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
	.question-answer .container {
    max-width: 1536px;
  }
}

.question-answer .fixed {
  position: fixed;
}

.question-answer .absolute {
  position: absolute;
}

.question-answer .relative {
  position: relative;
}

.question-answer .inset-x-0 {
  left: 0px;
  right: 0px;
}

.question-answer .right-1 {
  right: 0.25rem;
}

.question-answer .right-5 {
  right: 1.25rem;
}

.question-answer .top-0 {
  top: 0px;
}

.question-answer .top-2 {
  top: 0.5rem;
}

.question-answer .z-20 {
  z-index: 20;
}

.question-answer .z-30 {
  z-index: 30;
}

.question-answer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.question-answer .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.question-answer .mb-10 {
  margin-bottom: 2.5rem;
}

.question-answer .mb-2 {
  margin-bottom: 0.5rem;
}

.question-answer .mb-3 {
  margin-bottom: 0.75rem;
}

.question-answer .mb-4 {
  margin-bottom: 1rem;
}

.question-answer .mb-8 {
  margin-bottom: 2rem;
}

.question-answer .ml-auto {
  margin-left: auto;
}

.question-answer .mt-10 {
  margin-top: 2.5rem;
}

.question-answer .mt-2 {
  margin-top: 0.5rem;
}

.question-answer .mt-8 {
  margin-top: 2rem;
}

.question-answer .inline-block {
  display: inline-block;
}

.question-answer .inline {
  display: inline;
}

.question-answer .flex {
  display: flex;
}

.question-answer .inline-flex {
  display: inline-flex;
}

.question-answer .hidden {
  display: none;
}

.question-answer .size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.question-answer .size-8 {
  width: 2rem;
  height: 2rem;
}

.question-answer .h-14 {
  height: 3.5rem;
}

.question-answer .h-20 {
  height: 5rem;
}

.question-answer .h-9 {
  height: 2.25rem;
}

.question-answer .h-\[1px\] {
  height: 1px;
}

.question-answer .w-32 {
  width: 8rem;
}

.question-answer .w-9 {
  width: 2.25rem;
}

.question-answer .w-auto {
  width: auto;
}

.question-answer .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.question-answer .w-full {
  width: 100%;
}

.question-answer .min-w-20 {
  min-width: 5rem;
}

.question-answer .\!max-w-\[700px\] {
  max-width: 700px !important;
}

.question-answer .max-w-60 {
  max-width: 15rem;
}

.question-answer .max-w-7xl {
  max-width: 80rem;
}

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

.question-answer .flex-1 {
  flex: 1 1 0%;
}

.question-answer .flex-shrink-0 {
  flex-shrink: 0;
}

.question-answer .grow {
  flex-grow: 1;
}

.question-answer .cursor-pointer {
  cursor: pointer;
}

.question-answer .flex-col {
  flex-direction: column;
}

.question-answer .flex-wrap {
  flex-wrap: wrap;
}

.question-answer .items-start {
  align-items: flex-start;
}

.question-answer .items-center {
  align-items: center;
}

.question-answer .justify-start {
  justify-content: flex-start;
}

.question-answer .justify-end {
  justify-content: flex-end;
}

.question-answer .justify-center {
  justify-content: center;
}

.question-answer .justify-between {
  justify-content: space-between;
}

.question-answer .gap-2 {
  gap: 0.5rem;
}

.question-answer .gap-3 {
  gap: 0.75rem;
}

.question-answer .gap-4 {
  gap: 1rem;
}

.question-answer .overflow-hidden {
  overflow: hidden;
}

.question-answer .rounded-full {
  border-radius: 9999px;
}

.question-answer .rounded-lg {
  border-radius: 0.5rem;
}

.question-answer .rounded-md {
  border-radius: 0.375rem;
}

.question-answer .rounded-xl {
  border-radius: 0.75rem;
}

.question-answer .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.question-answer .border {
  border-width: 1px;
}

.question-answer .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.question-answer .bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.question-answer .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.question-answer .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.question-answer .bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.question-answer .bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.question-answer .bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.question-answer .bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.question-answer .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.question-answer .p-2 {
  padding: 0.5rem;
}

.question-answer .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.question-answer .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.question-answer .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.question-answer .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.question-answer .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.question-answer .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.question-answer .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.question-answer .text-center {
  text-align: center;
}

.question-answer .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.question-answer .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.question-answer .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.question-answer .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.question-answer .font-bold {
  font-weight: 700;
}

.question-answer .font-medium {
  font-weight: 500;
}

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

.question-answer .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.question-answer .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.question-answer .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.question-answer .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.question-answer .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);
}

.question-answer .ring-2 {
  --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);
}

.question-answer .ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.question-answer .ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.question-answer .container {
  width: min(100% - 16px, 67.5rem);
  margin-inline: auto;
}

.question-answer md-block h1 {
  padding-block: 1rem;
}

.question-answer md-block div img {
  padding-block: 1rem;
}

.question-answer md-block p {
  margin-bottom: 1rem;
}

.question-answer md-block a {
  color: rgb(0, 123, 255);
}

/* npx tailwindcss -i ./assets/css/input.css -o ./assets/css/output.css --watch */

.question-answer .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.question-answer .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.question-answer .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.question-answer .group .group-hover\:block {
	display: none;
}

.question-answer .group:hover .group-hover\:block {
  display: block;
}
.question-answer .msg{
  color: red;
}
@media (min-width: 640px) {
	.question-answer .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
	.question-answer .md\:right-10 {
    right: 2.5rem;
  }

  .question-answer .md\:w-40 {
    width: 10rem;
  }

  .question-answer .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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