body {
  font-family: 'Nunito', sans-serif;
}

.answer-input {
  font-size: 18px;
  width: 390px;
  height: 40px;
  position: absolute;
  top: 350px;
  border: 1px solid #85afb1;
  resize: none;
  outline: none;
  border-radius: 5px;
  color: #85afb1;
  font-weight: 600;
  padding: 5px 5px 5px 20px;
}

.answer-input-math {
  height: 40px;
  width: 80px;
  top: 360px;
  padding: 0 5px;
  position: absolute;
  border: 1px solid #85afb1;
  resize: none;
  outline: none;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  color: #85afb1;
  font-weight: 600;
}

.rc-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  & > li > a {
    cursor: pointer;
    display: block;
  }
}

.rc-pagination-item,
.rc-pagination-prev,
.rc-pagination-next {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 4px 6px;
  text-align: center;
  display: inline-block;
  min-width: 32px;
  &:hover {
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.06);
  }

  &:active {
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.15);
  }

  & > svg {
    vertical-align: bottom;
  }
}

.rc-pagination-item-active {
  font-weight: 600;
  background-color: #fff;
  border-color: #1677ff;
  & > a {
    color: #1677ff !important;
  }

  &:hover {
    border-color: #4096ff;
    background-color: #fff;
  }
}

.rc-pagination-disabled {
  cursor: not-allowed;
  &:hover {
    background-color: unset;
  }
}

button:focus {
  outline: none;
}

.react-datepicker-popper {
  z-index: 999 !important;
}

.flex {
  display: flex;
}

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

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

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

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

.flex-1 {
  flex: 1;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.p-4 {
  padding: 1rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

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

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.text-gray-600 {
  color: #4b5563;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.h-screen {
  height: 100vh;
}

.w-screen {
  width: 100vw;
}

mjx-assistive-mml {
  clip: auto !important;
  left: 5px !important;
  top: 7px !important;
}

.tiptapRender {
  white-space: pre-wrap;
  padding: 20px 0;
  width: fit-content;
  font-size: 25px;
}

.tiptapRender img {
  max-width: 100%;
}

.wp-block-image {
  width: 90%;
  margin: auto;
}

.mdRender p img {
  max-width: 100%;
}
