@charset "UTF-8";
html,
body {
  padding: 0 !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "tnum" off;
  line-height: 1.3;
  font-size: 14px;
  width: 100%;
  background-color: #171b44;
}
body {
  overflow-x: hidden;
  height: 100%;
}
body::-webkit-scrollbar {
  width: 2px;
}
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-feature-settings: "tnum" off;
  font-family: "Roboto", sans-serif;
}
p {
  padding: 0;
  margin: 0;
}
.ant-table,
.ant-input {
  font-feature-settings: "tnum" off;
}
ul,
li {
  padding: 0;
  margin: 0;
  padding-inline-start: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1;
  font-feature-settings: "tnum" off;
  font-family: "Roboto", sans-serif;
}
ol li,
ul li {
  line-height: 1.5em;
}
hr {
  border-top: 1px solid #dadada;
}
a,
a:hover,
a:active {
  text-decoration: none;
  font-feature-settings: "tnum" off;
  font-family: "Roboto", sans-serif;
}
img {
  max-width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
}
pre {
  margin-bottom: 0;
}
.ant-table-thead > tr > th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.ant-modal-header {
  border-radius: 8px;
}
.ant-modal-content {
  border-radius: 8px;
}
.color-red {
  color: red;
}
.LoginFromModal {
  width: 90vw;
  max-width: 850px;
}
.LoginFromModal .ant-modal-content {
  background-color: #1A215F;
}
.LoginFromModal .ant-modal-close-x {
  color: #fff;
}
.LoginFromModal .ant-input-affix-wrapper.ant-input-password {
  background-color: transparent !important;
}
.LoginFromModal .ant-input-suffix span {
  color: #fff !important;
}
.CommonPopup .ant-modal-content {
  background-color: #1A215F;
}
.CommonPopup .ant-modal-close-x {
  color: #fff;
}
.overlay_popover_challenges_input .ant-popover-arrow {
  display: none;
}
.overlay_popover_challenges_input .ant-popover-inner,
.overlay_popover_challenges_input :where(.css-dev-only-do-not-override-byeoj0).ant-popover .ant-popover-inner {
  background-color: transparent;
  box-shadow: unset;
}
.overlay_popover_challenges_input .ant-popover-arrow {
  display: none;
}
.challenges_tab .ant-tabs-nav::before {
  display: none;
}
.challenges_tab .ant-tabs-tab .ant-tabs-tab-btn {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.challenges_tab .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
  font-size: 24px;
}
.challenges_tab:where(.css-dev-only-do-not-override-byeoj0).ant-tabs .ant-tabs-ink-bar {
  background: #fff;
}
.challenges_tab:where(.css-dev-only-do-not-override-byeoj0).ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.challenges_tab :where(.css-dev-only-do-not-override-byeoj0).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-checkbox-inner {
  background-color: transparent !important;
  border-color: #fff !important;
}
.ant-notification-notice-wrapper {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.ant-notification-notice-message, .ant-notification-notice-close-x {
  color: #fff !important;
}
.ant-btn-primary:disabled,
.ant-btn-primary.ant-btn-disabled {
  color: rgba(255, 255, 255, 0.25) !important;
  background: rgba(138, 138, 138, 0.6196078431) !important;
  border-color: rgba(138, 138, 138, 0.6196078431) !important;
}
.ant-upload-text {
  color: #fff !important;
}
.ant-upload-hint {
  color: #98AFED !important;
}
.ant-upload-list-item.ant-upload-list-item-done {
  color: #fff;
}
.ant-upload-list-item.ant-upload-list-item-done .ant-upload-icon span {
  color: #fff !important;
}
.ant-tabs .ant-tabs-tab {
  color: #fff;
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  background-color: rgba(255, 255, 255, 0.1098039216);
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.ant-tabs-left > .ant-tabs-content-holder {
  border-left: 1px solid rgba(81, 81, 81, 0.4117647059);
}
.ant-tabs-left > .ant-tabs-nav {
  margin-top: 10px;
}
.ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
  background-color: transparent;
}
.ant-dropdown .ant-dropdown-menu,
.ant-dropdown-menu-submenu .ant-dropdown-menu {
  background-color: rgba(89, 87, 87, 0.4784313725);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,
.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item,
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
  color: rgba(248, 248, 248, 0.8784313725);
}
#AdminChallengSection .ant-form-item .ant-form-item-control-input-content,
#AdminExaminerChallenge .ant-form-item .ant-form-item-control-input-content {
  justify-content: center !important;
  display: flex !important;
}
.ant-upload-wrapper .ant-upload-drag {
  border: none;
  background-image: url('bg-upload.svg');
  border-radius: 7px;
}
.ant-rate-star.ant-rate-star-zero > div {
  color: #ecedef;
  background-image: url('star-none.png');
  background-size: 125%;
  background-repeat: no-repeat;
  background-position: -3px -1px;
}
.ant-rate-star.ant-rate-star-zero .ant-rate-star-second {
  color: transparent;
}
.page-enter {
  opacity: 0.01;
}
.page-enter-active {
  opacity: 1;
  transition: all 300ms ease-in;
}
.page-exit {
  opacity: 1;
}
.page-exit-active {
  opacity: 0.01;
  transition: all 300ms ease-out;
}
.page-enter-done {
  opacity: 1;
  transition: all 300ms ease-in;
}
.ant-back-top-inner {
  width: 40px;
  height: 40px;
  background-color: #dadada;
  color: #1A215F;
  font-weight: bold;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.rdw-image-alignment-options-popup {
  display: none;
}
/* ======================== Markdown  ======================== */
.prose {
  color: var(--tw-prose-body);
  /*max-width: 65ch*/
}
.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.prose :where(a):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}
.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;
  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]):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=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]):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="1"]):not(:where([class~=not-prose] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~=not-prose] *)) {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~=not-prose] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}
.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-bottom: 3em;
  margin-top: 3em;
}
.prose :where(blockquote):not(:where([class~=not-prose] *)) {
  border-left-color: var(--tw-prose-quote-borders);
  border-left-width: 0.25rem;
  color: var(--tw-prose-quotes);
  font-style: italic;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-left: 1em;
  quotes: "“" "”" "‘" "’";
}
.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-size: 2.25em;
  font-weight: 800;
  line-height: 1.1111111;
  margin-bottom: 0.8888889em;
  margin-top: 0;
}
.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
  color: inherit;
  font-weight: 900;
}
.prose :where(h2):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3333333;
  margin-bottom: 1em;
  margin-top: 2em;
}
.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
  color: inherit;
  font-weight: 800;
}
.prose :where(h3):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.6em;
  margin-top: 1.6em;
}
.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
  color: inherit;
  font-weight: 700;
}
.prose :where(h4):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
  color: inherit;
  font-weight: 700;
}
.prose :where(img):not(:where([class~=not-prose] *)) {
  margin-bottom: 1em;
  margin-top: 1em;
}
.prose :where(figure > *):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
  margin-top: 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-size: 0.875em;
  font-weight: 600;
}
.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] *)) {
  background-color: transparent;
  border-radius: 0.375rem;
  color: currentColor;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7142857;
  margin: 0;
  overflow-x: auto;
  padding: 0;
}
.prose :where(pre code):not(:where([class~=not-prose] *)) {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
.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] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  table-layout: auto;
  text-align: left;
  width: 100%;
}
.prose :where(thead):not(:where([class~=not-prose] *)) {
  border-bottom-color: var(--tw-prose-th-borders);
  border-bottom-width: 1px;
}
.prose :where(thead th):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
  padding-right: 0.5714286em;
  vertical-align: bottom;
}
.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
  border-bottom-color: var(--tw-prose-td-borders);
  border-bottom-width: 1px;
}
.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-color: var(--tw-prose-th-borders);
  border-top-width: 1px;
}
.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: rgba(0, 0, 0, .5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.33;
}
.prose :where(p):not(:where([class~=not-prose] *)) {
  margin-bottom: 1em;
  margin-top: 1em;
}
.prose :where(video):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.5em;
  margin-top: 2em;
}
.prose :where(figure):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.5em;
  margin-top: 2em;
}
.prose :where(li):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.5em;
  margin-top: 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-bottom: 0.75em;
  margin-top: 0.75em;
}
.prose :where(.prose > ul > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1em;
}
.prose :where(.prose > ul > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1em;
}
.prose :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1em;
}
.prose :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.75em;
  margin-top: 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: 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;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.5714286em;
  margin-top: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.prose-base :where(.prose > ul > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1em;
}
.prose-base :where(.prose > ul > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1em;
}
.prose-base :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1em;
}
.prose-base :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1em;
}
.prose-base :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.8888889em;
  margin-top: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
.prose-xl :where(.prose > ul > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~=not-prose] *)) {
  margin-bottom: 0.8333333em;
  margin-top: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders) ;
}
/* MarkdownBlock.css */
.codeBlockContainer pre {
  white-space: pre-wrap !important;
  /* Allow the text to wrap */
  word-break: break-word !important;
  /* Break the word to prevent overflow */
  overflow-wrap: break-word !important;
  /* Ensure long words do not cause overflow */
}
/* ======================== Markdown  ======================== */
@media screen and (max-width: 1365px) {
  .se-component.se-video-container {
    max-width: calc(100vw - 550px) !important;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .se-component.se-video-container {
    max-width: calc(100vw - 270px) !important;
    overflow: auto;
  }
}
@media screen and (max-width: 675px) {
  .se-component.se-video-container {
    max-width: calc(100vw - 200px) !important;
    overflow: auto;
  }
}
@media screen and (max-width: 575px) {
  .se-component.se-video-container {
    max-width: calc(100vw - 100px) !important;
    overflow: auto;
  }
}
@media only screen and (max-width: 575px) {
  .ant-back-top-inner {
    width: 30px;
    height: 30px;
  }
  .dot {
    width: 15px;
    height: 15px;
  }
  .dot3 {
    width: 20px;
    height: 20px;
  }
  .dot-brick-house {
    width: 10px;
    height: 10px;
  }
}
.LayoutPortal_mainLayout__6PtZj {
  min-height: 100vh;
  background-image: url(bg-layout-dmh.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.LayoutPortal_Header__lZc\+z {
  padding: 0;
  display: flex;
  height: 50px;
  box-shadow: rgba(100, 100, 111, 0.09) 0px 7px 29px 0px;
  background-color: transparent !important;
  border-bottom: solid 1px rgba(177, 177, 177, 0.062745098);
}

.LayoutPortal_HeaderWrapper__j1ZOq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  width: 100%;
}

.LayoutPortal_icons__AhqE1 {
  display: flex;
  align-items: center;
  color: #fff;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.LayoutPortal_icons__AhqE1 > span {
  padding: 0 5px;
  cursor: pointer;
}

.LayoutPortal_icons__AhqE1 button {
  display: flex;
  align-items: center;
}

.LayoutPortal_NotiIcon__oKqs8 {
  margin-right: 0;
}

.LayoutPortal_titlePopupNoti__Etom1 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
  padding-bottom: 10px;
  font-size: 16px;
}

.LayoutPortal_wrapperNotiList__qXH5c .LayoutPortal_notiItem__JNhz3:last-child {
  border-bottom: unset;
}

.LayoutPortal_wrapperNotiList__qXH5c .LayoutPortal_notiItem__JNhz3 {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: "rgba(255, 255, 255, 0.4)";
  padding: 5px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
}

.LayoutPortal_wrapperNotiList__qXH5c .LayoutPortal_notiItem__JNhz3 .LayoutPortal_notiMessage__0XB4v {
  width: 270px;
  color: rgba(205, 202, 202, 0.5803921569);
  opacity: 0.9;
}

.LayoutPortal_wrapperNotiList__qXH5c .LayoutPortal_notiItem__JNhz3 .LayoutPortal_notRed__ls8dq {
  color: #fafafa;
}

.LayoutPortal_wrapperNotiList__qXH5c .LayoutPortal_notiItem__JNhz3 .LayoutPortal_btnRemoveNoti__-0DQ0 {
  position: absolute;
  right: -15px;
}

.LayoutPortal_Logo__CIZpG {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LayoutPortal_Logo__CIZpG span {
  height: 100%;
}

.LayoutPortal_Logo__CIZpG .LayoutPortal_createNewChatIcon__qJA-8 {
  margin-top: -1px;
}

.LayoutPortal_Logo__CIZpG span {
  color: #ff0000;
}

.LayoutPortal_Logo__CIZpG .LayoutPortal_logoIconMobile__bIyX1 {
  width: 145px;
  padding-left: 5px;
}

.LayoutPortal_demoLogoVertical__Q3QfU {
  max-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow-y: auto;
}

.LayoutPortal_demoLogoVertical__Q3QfU::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(14, 63, 126, 0.04);
}

.LayoutPortal_demoLogoVertical__Q3QfU::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(14, 63, 126, 0.04);
}

.LayoutPortal_demoLogoVertical__Q3QfU::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
}

.LayoutPortal_footerSider__ElREH {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.LayoutPortal_footerSider__ElREH button {
  width: 100%;
}

.LayoutPortal_headerTopSider__ORieT {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
}

.LayoutPortal_headerTopSider__ORieT button {
  width: 100%;
}

.LayoutPortal_listMenuBtn__Z3kqk {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
}

.LayoutPortal_listMenuBtn__Z3kqk .LayoutPortal_btnMenu__nfQXI {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 3px rgba(152, 162, 179, 0);
}

.LayoutPortal_listMenuBtn__Z3kqk .LayoutPortal_btnMenu__nfQXI:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 3px rgba(152, 162, 179, 0.2);
}

.LayoutPortal_listMenuBtn__Z3kqk .LayoutPortal_btnMenu__nfQXI.LayoutPortal_active__pQPqD {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 3px rgba(152, 162, 179, 0.2);
}

.LayoutPortal_listMenuBtn__Z3kqk .LayoutPortal_btnMenu__nfQXI span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}

.LayoutPortal_headerLogoSider__H0xjq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  min-height: 45px;
}

.LayoutPortal_userLogin__A8uHc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.LayoutPortal_userLogin__A8uHc p {
  padding-left: 2px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LayoutPortal_btnCreateNew__gxdOo {
  background: rgb(43, 88, 118);
  background: radial-gradient(circle, rgb(43, 88, 118) 0%, rgb(78, 67, 118) 100%);
  color: #fff;
  border: unset;
  transition: 0.3s;
  position: absolute;
  top: 60px;
  right: 10px;
  height: 45px;
  border-radius: unset !important;
  width: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.LayoutPortal_btnCreateNew__gxdOo:hover {
  background: linear-gradient(45deg, rgb(43, 88, 118) 0%, rgb(78, 67, 118) 100%);
}

.LayoutPortal_btnTrial__F5Mw\+ {
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  height: 40px;
  margin-top: -10px;
}

.LayoutPortal_btnTrial__F5Mw\+:hover {
  color: #98AFED;
  border: 1px solid #98AFED;
}

.LayoutPortal_btnCreateNewLink__O0h5P {
  color: #98AFED;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.LayoutPortal_btnCreateNewLink__O0h5P:hover {
  opacity: 0.8;
}

.LayoutPortal_btnDocument__CHnlW {
  cursor: pointer;
}

.LayoutPortal_ItemSider__lMMn3 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.LayoutPortal_ItemSider__lMMn3 h2 {
  padding: 10px;
}

.LayoutPortal_ItemSider__lMMn3 h3 {
  padding: 5px 10px;
}

.LayoutPortal_ItemSider__lMMn3 ul {
  padding-top: 10px;
  max-height: 350px;
  overflow-y: scroll;
}

.LayoutPortal_ItemSider__lMMn3 li {
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
}

.LayoutPortal_ItemSider__lMMn3 li:hover {
  background-color: #fff;
}

.LayoutPortal_LayoutMain__bitNU {
  background-color: transparent;
}

.LayoutPortal_SiderClosed__\+lpG4 {
  position: absolute;
  width: 0;
  height: 0;
}

.LayoutPortal_soundOff__nmYXP {
  transform: scale(0.99);
  opacity: 0.5;
  transition: 0.1s;
}

@media only screen and (max-width: 675px) {
  .LayoutPortal_mainLayout__6PtZj {
    min-height: unset;
  }
  .LayoutPortal_Sider__bNgkh {
    position: absolute !important;
    left: 0;
    top: 0;
    min-height: 100vh;
    z-index: 999;
  }
  .LayoutPortal_userLogin__A8uHc p {
    max-width: 0px;
  }
}

@media only screen and (max-width: 430px) {
  .LayoutPortal_Sider__bNgkh {
    background-color: rgba(0, 0, 0, 0.8117647059) !important;
  }
  .LayoutPortal_HeaderWrapper__j1ZOq {
    overflow: hidden;
    padding: 0px 10px;
  }
  .LayoutPortal_Logo__CIZpG {
    font-size: 16px;
  }
  .LayoutPortal_icons__AhqE1 span {
    padding: 0 3px;
  }
}

@media only screen and (max-width: 375px) {
  .LayoutPortal_Logo__CIZpG {
    font-size: 14px;
  }
}
.LazyLoadCommon_lazyload_common__F-wBl {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: 543px 590px;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=main.css.map*/