/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.ant-modal {
  border-radius: 8px;
  margin-top: 84px;
  margin-bottom: 24px;
}
.ant-modal-wrap {
  background: #18191acc;
}
.ant-modal .ant-modal-content {
  border-radius: 16px;
  padding: 24px;
}
.ant-modal.fullscreen {
  width: 100dvw !important;
  max-width: 100dvw;
  top: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-radius: 0;
}
.ant-modal.fullscreen .ant-modal-content {
  border-radius: 0;
  padding: 0;
  min-height: 100vh;
}
.ant-modal .ant-modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: var(--neutral-900);
}
.ant-modal .ant-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1.5px solid var(--neutral-200);
  right: 24px;
  top: 26px;
  color: var(--neutral-900);
  background: var(--neutral-000);
}
.ant-modal .ant-modal-close:hover {
  background: var(--neutral-100);
}
.ant-modal .ant-modal-close .ant-modal-close-x {
  line-height: 20px;
  height: 20px;
}
/*.ant-menu .ant-menu-item .ant-menu-item-icon +span {*/
/*  margin-inline-start: 18px;*/
/*}*/
/*.ant-modal.fullscreen .ant-modal-content {*/
/*  width: 100vw !important;*/
/*  top: 0 !important;*/
/*  left: 0 !important;*/
/*  right: 0 !important;*/
/*  margin: 0 !important;*/
/*  border-radius: 0;*/
/*  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);*/
/*  background: var(--neutral-000);*/
/*}*/
/*.ant-modal.fullscreen .ant-modal-header {*/
/*  padding: 16px 32px;*/
/*}*/
/*.ant-modal.fullscreen .ant-modal-close {*/
/*  top: 18px;*/
/*  inset-inline-end: 32px;*/
/*}*/
/*.ant-modal.fullscreen .ant-modal-close-x {*/
/*  font-size: 16px;*/
/*  color: var(--neutral-900);*/
/*}*/
/*.ant-input {*/
/*  height: 36px;*/
/*  border: 1px solid rgba(0, 0, 0, 0.15);*/
/*  border-radius: 6px;*/
/*}*/
/*.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-focused {*/
/*  border: 1px solid var(--primary-500);*/
/*}*/
/*.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {*/
/*  height: 36px;*/
/*  border-radius: 12px;*/
/*  border-color: var(--neutral-200);*/
/*  color: var(--neutral-900);*/
/*  font-weight: 500;*/
/*}*/
.ant-form-vertical .ant-form-item-label > label {
  /*color: var(--black);*/
  /*font-weight: 600;*/
  /*font-size: 10px;*/
  /*line-height: 16px;*/
}
.ant-form-item {
  margin-bottom: 16px;
}
.ant-form-item-label
  > label.ant-form-item-required:not(
    .ant-form-item-required-mark-optional
  )::before {
  display: none;
}
.ant-modal-body {
  padding: 0;
}
.cs-ant-form-item-label-between label {
  display: flex;
  width: 100%;
}
.cs-ant-form-item-label-between label .count {
  margin-left: auto;
}
.cs-ant-form-item-label-between .ant-form-item-label {
  width: 100%;
  max-width: 100%;
}
/* .cs-ant-form-item-label-between
  .ant-form-item-label
  > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::after {
  display: none;
} */
.cs-antform-item-without-content {
  margin-bottom: 0;
}
.cs-antform-item-without-content .ant-form-item-control {
  display: none;
}
.cs-antform-item-without-content .cs-ant-form-item-content-clone {
  /* margin-bottom: 16px; */
}
.ant-form-item-has-error
  + div
  .cs-ant-form-item-content-clone
  > div:first-child
  span {
  color: var(--require-mark);
}
.ant-form-item-feedback-icon-success {
  display: none;
}
.ant-select-arrow {
  color: var(--text-link);
}
.ant-picker-footer {
  display: none;
}
.ant-picker-suffix {
  color: var(--text-link);
}
.ant-notification {
  color: #18191a;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: unset;
}
.ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
  display: none;
}
.ant-form-item-feedback-icon.ant-form-item-feedback-icon-error {
  display: none;
}
/*.ant-input {*/
/*  font-size: 14px !important;*/
/*}*/
/*.ant-input.ant-input-lg {*/
/*  border-radius: 4px;*/
/*}*/
.ant-popover .ant-popover-inner {
  padding: 12px;
  border-radius: 16px;
  background: var(--neutral-000);
  box-shadow: 0 32px 48px -8px rgba(0, 0, 0, 0.1),
    0 -4px 16px -4px rgba(0, 0, 0, 0.08);
}
.ant-popover-inner-content {
  padding: 0;
}
.ant-col.ant-form-item-label {
  padding-bottom: 4px;
}
.ant-typography {
  color: var(--gray-800);
}
.ant-btn {
  font-weight: 600;
}
.ant-btn-primary.ant-btn-background-ghost {
  background: var(--primary-100);
  border-color: var(--primary-300);
}
.ant-btn-primary.ant-btn-background-ghost:not(:disabled):active {
  background: var(--primary-100);
}
.ant-btn-primary.ant-btn-background-ghost:not(:disabled):hover {
  background: var(--primary-200);
}
.ant-input-prefix {
  padding-right: 8px;
  color: var(--icon);
}
.ant-checkbox .ant-checkbox-inner {
  /*width: 25px;*/
  /*height: 25px;*/
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15);
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover
  .ant-checkbox-inner,
.ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
  border-color: var(--primary-500);
}
.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover
  .ant-checkbox-checked:not(.ant-checkbox-disabled)
  .ant-checkbox-inner {
  background-color: var(--primary-500);
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover
  .ant-checkbox-checked:not(.ant-checkbox-disabled):after {
  border-color: var(--primary-500);
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: rgba(255, 131, 24, 0.04);
  border-color: #000000;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}
.ant-input-search .ant-input-affix-wrapper-lg {
  font-size: 16px;
  line-height: 38px;
  padding: 0 16px;
}
.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-thead > tr > td {
  background: var(--primary-500);
}
.ant-table-wrapper table {
  border-radius: 0;
}
.ant-table-wrapper
  .ant-table-container
  table
  > thead
  > tr:first-child
  > *:last-child,
.ant-table-wrapper
  .ant-table-container
  table
  > thead
  > tr:first-child
  > *:first-child {
  border-radius: 0;
}
.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-thead > tr > td {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.ant-table-wrapper
  .ant-table-thead
  > tr
  > th:not(:last-child):not(.ant-table-selection-column):not(
    .ant-table-row-expand-icon-cell
  ):not([colspan])::before,
.ant-table-wrapper
  .ant-table-thead
  > tr
  > td:not(:last-child):not(.ant-table-selection-column):not(
    .ant-table-row-expand-icon-cell
  ):not([colspan])::before {
  background: rgba(0, 0, 0, 0.06);
}
.ant-pagination .ant-pagination-item {
  border-color: transparent;
  background: transparent;
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
}
.ant-pagination .ant-pagination-next .ant-pagination-item-link,
.ant-pagination .ant-pagination-prev .ant-pagination-item-link {
  border-color: var(--neutral-200);
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
  font-size: 16px;
}
.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover {
  border-color: var(--primary-500);
  background: var(--neutral-000);
}
.ant-pagination .ant-pagination-item-active {
  border-color: var(--primary-500);
  background: var(--primary-500);
}
.ant-pagination .ant-pagination-item a {
  color: var(--neutral-900);
  font-weight: 600;
  line-height: 38px;
}
.ant-pagination .ant-pagination-item-active a {
  color: var(--neutral-000) !important;
}
.ant-picker-dropdown
  .ant-picker-cell-in-view.ant-picker-cell-selected
  .ant-picker-cell-inner,
.ant-picker-dropdown
  .ant-picker-cell-in-view.ant-picker-cell-range-start
  .ant-picker-cell-inner,
.ant-picker-dropdown
  .ant-picker-cell-in-view.ant-picker-cell-range-end
  .ant-picker-cell-inner {
  background: var(--primary-500) !important;
}
.ant-select-dropdown
  .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: var(--selected-dropdown-item-background);
}
.ant-upload-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.ant-upload-wrapper .ant-upload-list .ant-upload-list-item {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1px 8px;
  color: #43abae;
}
.ant-image-preview-operations-wrapper,
.ant-image-preview-root .ant-image-preview-mask,
.ant-image-preview-root .ant-image-preview-wrap {
  top: 60px;
}
.ant-alert.ant-alert-info {
  border: 2px solid var(--sematic-info-blue-light-2);
  background: var(--neutral-000);
  border-radius: 16px;
}
.ant-alert.ant-alert-info .ant-alert-icon {
  color: var(--sematic-info-blue-default);
}
.ant-alert.ant-alert-info .ant-alert-message {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
}
.ant-picker-dropdown .ant-picker-cell-disabled::before {
  background: transparent;
}
.ant-picker-dropdown
  .ant-picker-cell-in-view.ant-picker-cell-today
  .ant-picker-cell-inner {
  background: var(--primary-100);
}
.ant-picker-dropdown
  .ant-picker-cell-in-view.ant-picker-cell-today
  .ant-picker-cell-inner::before {
  border: none;
}
.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today {
  color: var(--primary-500);
}
.ant-picker-dropdown .ant-picker-cell {
  color: rgba(17, 17, 17, 0.88);
}
.ant-picker-dropdown .ant-picker-cell-disabled {
  color: #adadad;
}
/*.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {*/
/*  background-color: var(--disabled-container-background);*/
/*}*/
/*.ant-picker:hover,*/
/*.ant-picker-focused,*/
/*.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector,*/
/*.ant-select.ant-select-open .ant-select-selector,*/
/*.ant-select.ant-select-focused .ant-select-selector,*/
/*.ant-input:hover,*/
/*.ant-input:focus,*/
/*.ant-input-focused,*/
/*.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,*/
/*.ant-form-item .ant-form-item-label >label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper .ant-input-prefix,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper .ant-input-suffix,*/
/*.ant-form-item .ant-form-item-explain-error,*/
/*.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,*/
/*.ant-pagination .ant-pagination-item:hover,*/
/*.ant-pagination .ant-pagination-item-active:hover {*/
/*  border-color: var(--primary-500);*/
/*}*/
/*.ant-pagination .ant-pagination-item:hover a,*/
/*.ant-pagination .ant-pagination-item-active:hover a,*/
/*.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,*/
/*.ant-form-item .ant-form-item-label >label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper .ant-input-prefix,*/
/*.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper .ant-input-suffix,*/
/*.ant-form-item .ant-form-item-explain-error {*/
/*  color: var(--primary-500);*/
/*}*/
/*.ant-input-focused .ant-select-selector {*/
/*  border-color: var(--primary-500) !important;*/
/*}*/
.ant-select .ant-select-arrow {
  color: var(--neutral-700);
}
.ant-dropdown-trigger:hover,
.ant-dropdown-trigger:active {
  color: var(--black);
}
.ant-avatar {
  /*background-color: var(--neutral-900);*/
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
.ant-avatar-group > *:not(:first-child) {
  margin-left: -16px;
}
.ant-avatar .ant-avatar-string {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: -2px;
  line-height: normal !important;
}
.ant-dropdown .ant-dropdown-menu,
.ant-dropdown-menu-submenu .ant-dropdown-menu {
  border-radius: 16px;
  padding: 8px;
}
.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 {
  border-radius: 12px;
  padding: 16px;
}
/*.ant-select-single {*/
/*  height: 40px;*/
/*}*/
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-inline-end: 24px;
}
.ant-form-item .ant-form-item-label > label {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.ant-form-item-explain {
  margin-top: 8px;
  color: var(--text-error);
  font-weight: 500;
}
.ant-form-item .ant-form-item-extra {
  min-height: auto;
}
.ant-form-item:has(textarea) .ant-form-item-explain-error {
  position: absolute;
  bottom: 1rem;
}
.ant-form-item:has(textarea) .ant-form-item-explain {
  position: absolute;
  bottom: 0;
  margin: 0;
}
@layer rdg {
  @layer Defaults,
    FocusSink,
    CheckboxInput,
    CheckboxIcon,
    CheckboxLabel,
    Cell,
    HeaderCell,
    SummaryCell,
    EditCell,
    Row,
    HeaderRow,
    SummaryRow,
    GroupedRow,
    Root;
}

@layer rdg.MeasuringCell {

.mlln6zg7-0-0-beta-47 {
    contain: strict;
    grid-row: 1;
    visibility: hidden
}
  }


@layer rdg.Cell {


.cj343x07-0-0-beta-47 {
    /* max-content does not work with size containment
     * dynamically switching between different containment styles incurs a heavy relayout penalty
     * Chromium bug: at odd zoom levels or subpixel positioning,
     * layout/paint/style containment can make cell borders disappear
     *   https://bugs.chromium.org/p/chromium/issues/detail?id=1326946
     */
    position: relative; /* needed for absolute positioning to work */
    padding-block: 0;
    padding-inline: 8px;
    border-inline-end: 1px solid var(--rdg-border-color);
    border-block-end: 1px solid var(--rdg-border-color);
    grid-row-start: var(--rdg-grid-row-start);
    align-content: center;
    background-color: inherit;

    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
    outline: none
}

    .cj343x07-0-0-beta-47[aria-selected='true'] {
      outline: 2px solid var(--rdg-selection-color);
      outline-offset: -2px;
    }

.csofj7r7-0-0-beta-47 {
    position: sticky;
    /* Should have a higher value than 0 to show up above unfrozen cells */
    z-index: 1

    /* Add box-shadow on the last frozen cell */
}
    .csofj7r7-0-0-beta-47:nth-last-child(1 of .csofj7r7-0-0-beta-47) {
      box-shadow: var(--rdg-cell-frozen-box-shadow);
    }
  }


@layer rdg.CheckboxInput {


.c1bn88vv7-0-0-beta-47 {
    display: block;
    margin: auto;
    inline-size: 20px;
    block-size: 20px
}

    .c1bn88vv7-0-0-beta-47:focus-visible {
      outline: 2px solid var(--rdg-checkbox-focus-color);
      outline-offset: -3px;
    }

    .c1bn88vv7-0-0-beta-47:enabled {
      cursor: pointer;
    }
  }


@layer rdg.GroupCellContent {


.g1s9ylgp7-0-0-beta-47 {
    outline: none
}
  }

@layer rdg.GroupCellCaret {

.cz54e4y7-0-0-beta-47 {
    margin-inline-start: 4px;
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: transparent;
    vertical-align: middle
}

    .cz54e4y7-0-0-beta-47 > path {
      transition: d 0.1s;
    }
  }


@layer rdg.DragHandle {


.c1w9bbhr7-0-0-beta-47 {
    --rdg-drag-handle-size: 8px;
    z-index: 0;
    cursor: move;
    inline-size: var(--rdg-drag-handle-size);
    block-size: var(--rdg-drag-handle-size);
    background-color: var(--rdg-selection-color);
    place-self: end
}

    .c1w9bbhr7-0-0-beta-47:hover {
      --rdg-drag-handle-size: 16px;
      border: 2px solid var(--rdg-selection-color);
      background-color: var(--rdg-background-color);
    }

.c1creorc7-0-0-beta-47 {
    z-index: 1;
    position: sticky
}
  }


@layer rdg.EditCell {


.cis5rrm7-0-0-beta-47 {
    padding: 0
}
  }


@layer rdg.SortableHeaderCell {


.h44jtk67-0-0-beta-47 {
    display: flex
}
  }

@layer rdg.SortableHeaderCellName {

.hcgkhxz7-0-0-beta-47 {
    flex-grow: 1;
    overflow: clip;
    text-overflow: ellipsis
}
  }


@layer rdg.HeaderCell {


.c6l2wv17-0-0-beta-47 {
    cursor: pointer
}

.c1kqdw7y7-0-0-beta-47 {
    touch-action: none
}

.r1y6ywlx7-0-0-beta-47 {
    cursor: col-resize;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    inline-size: 10px
}
  }

.c1bezg5o7-0-0-beta-47 {
  opacity: 0.5;
}

.c1vc96037-0-0-beta-47 {
  background-color: var(--rdg-header-draggable-background-color);
}


@layer rdg.Row {


.r1upfr807-0-0-beta-47 {
    display: contents;
    background-color: var(--rdg-background-color)
}

    .r1upfr807-0-0-beta-47:hover {
      background-color: var(--rdg-row-hover-background-color);
    }

    .r1upfr807-0-0-beta-47[aria-selected='true'] {
      background-color: var(--rdg-row-selected-background-color);
    }

      .r1upfr807-0-0-beta-47[aria-selected='true']:hover {
        background-color: var(--rdg-row-selected-hover-background-color);
      }
  }

@layer rdg.FocusSink {

.r190mhd37-0-0-beta-47 {
    outline: 2px solid var(--rdg-selection-color);
    outline-offset: -2px
}
    .r139qu9m7-0-0-beta-47::before {
      content: '';
      display: inline-block;
      block-size: 100%;
      position: sticky;
      inset-inline-start: 0;
      border-inline-start: 2px solid var(--rdg-selection-color);
    }
  }


@layer rdg.HeaderRow {


.h10tskcx7-0-0-beta-47 {
    display: contents;
    background-color: var(--rdg-header-background-color);
    font-weight: bold
}

    .h10tskcx7-0-0-beta-47 > .cj343x07-0-0-beta-47 {
      /* Should have a higher value than 1 to show up above regular cells and the focus sink */
      z-index: 2;
      position: sticky;
    }

    .h10tskcx7-0-0-beta-47 > .csofj7r7-0-0-beta-47 {
      z-index: 3;
    }
  }


@layer rdg.Cell {


.c6ra8a37-0-0-beta-47 {
    background-color: #ccccff
}

.cq910m07-0-0-beta-47 {
    background-color: #ccccff
}

    .cq910m07-0-0-beta-47.c6ra8a37-0-0-beta-47 {
      background-color: #9999ff;
    }
  }


@layer rdg.SortIcon {


.a3ejtar7-0-0-beta-47 {
    fill: currentColor
}

    .a3ejtar7-0-0-beta-47 > path {
      transition: d 0.1s;
    }
  }


@layer rdg.Defaults {
    .rnvodz57-0-0-beta-47 *,
    .rnvodz57-0-0-beta-47 *::before,
    .rnvodz57-0-0-beta-47 *::after {
      box-sizing: inherit;
    }
  }


@layer rdg.Root {


.rnvodz57-0-0-beta-47 {
    --rdg-color: #000;   --rdg-border-color: #ddd;   --rdg-summary-border-color: #aaa;   --rdg-background-color: hsl(0deg 0% 100%);   --rdg-header-background-color: hsl(0deg 0% 97.5%);   --rdg-header-draggable-background-color: hsl(0deg 0% 90.5%);   --rdg-row-hover-background-color: hsl(0deg 0% 96%);   --rdg-row-selected-background-color: hsl(207deg 76% 92%);   --rdg-row-selected-hover-background-color: hsl(207deg 76% 88%);   --rdg-checkbox-focus-color: hsl(207deg 100% 69%);
    --rdg-selection-color: #66afe9;
    --rdg-font-size: 14px;
    --rdg-cell-frozen-box-shadow: 2px 0 5px -2px rgba(136, 136, 136, 0.3);

    display: grid;

    color-scheme: var(--rdg-color-scheme, light dark);
    accent-color: light-dark(hsl(207deg 100% 29%), hsl(207deg 100% 79%));

    /* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context */
    /* We set a stacking context so internal elements don't render on top of external elements. */
    /* size containment is not used as it could break "width: min-content" for example, and the grid would infinitely resize on Chromium browsers */
    contain: content;
    content-visibility: auto;
    block-size: 350px;
    border: 1px solid var(--rdg-border-color);
    box-sizing: border-box;
    overflow: auto;
    background-color: var(--rdg-background-color);
    color: var(--rdg-color);
    font-size: var(--rdg-font-size)

    /* needed on Firefox to fix scrollbars */
}

    .rnvodz57-0-0-beta-47:dir(rtl) {
      --rdg-cell-frozen-box-shadow: -2px 0 5px -2px rgba(136, 136, 136, 0.3);
    }
    .rnvodz57-0-0-beta-47::before {
      content: '';
      grid-column: 1/-1;
      grid-row: 1/-1;
    }

    .rnvodz57-0-0-beta-47.rdg-dark {
      --rdg-color-scheme: dark;
      --rdg-color: #ddd;   --rdg-border-color: #444;   --rdg-summary-border-color: #555;   --rdg-background-color: hsl(0deg 0% 13%);   --rdg-header-background-color: hsl(0deg 0% 10.5%);   --rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);   --rdg-row-hover-background-color: hsl(0deg 0% 9%);   --rdg-row-selected-background-color: hsl(207deg 76% 42%);   --rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);   --rdg-checkbox-focus-color: hsl(207deg 100% 89%);
    }

    .rnvodz57-0-0-beta-47.rdg-light {
      --rdg-color-scheme: light;
    }

    @media (prefers-color-scheme: dark) {
      .rnvodz57-0-0-beta-47:not(.rdg-light) {
        --rdg-color: #ddd;   --rdg-border-color: #444;   --rdg-summary-border-color: #555;   --rdg-background-color: hsl(0deg 0% 13%);   --rdg-header-background-color: hsl(0deg 0% 10.5%);   --rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);   --rdg-row-hover-background-color: hsl(0deg 0% 9%);   --rdg-row-selected-background-color: hsl(207deg 76% 42%);   --rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);   --rdg-checkbox-focus-color: hsl(207deg 100% 89%);
      }
    }
      .rnvodz57-0-0-beta-47 > :nth-last-child(1 of .rdg-top-summary-row) > .cj343x07-0-0-beta-47 {
        border-block-end: 2px solid var(--rdg-summary-border-color);
      }
      .rnvodz57-0-0-beta-47 > :nth-child(1 of .rdg-bottom-summary-row) > .cj343x07-0-0-beta-47 {
        border-block-start: 2px solid var(--rdg-summary-border-color);
      }

.vlqv91k7-0-0-beta-47 {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none
}

    .vlqv91k7-0-0-beta-47 .r1upfr807-0-0-beta-47 {
      cursor: move;
    }
  }

@layer rdg.FocusSink {

.f1lsfrzw7-0-0-beta-47 {
    grid-column: 1/-1;
    pointer-events: none;
    /* Should have a higher value than 1 to show up above regular frozen cells */
    z-index: 1
}

.f1cte0lg7-0-0-beta-47 {
    /* Should have a higher value than 3 to show up above header and summary rows */
    z-index: 3
}
  }


@layer rdg.SummaryCell {


.s8wc6fl7-0-0-beta-47 {
    inset-block-start: var(--rdg-summary-row-top);
    inset-block-end: var(--rdg-summary-row-bottom)
}
  }


@layer rdg.SummaryRow {
    .skuhp557-0-0-beta-47 > .cj343x07-0-0-beta-47 {
      position: sticky;
    }
    .tf8l5ub7-0-0-beta-47 > .cj343x07-0-0-beta-47 {
      z-index: 2;
    }

    .tf8l5ub7-0-0-beta-47 > .csofj7r7-0-0-beta-47 {
      z-index: 3;
    }
  }


@layer rdg.GroupedRow {
    .g1yxluv37-0-0-beta-47:not([aria-selected='true']) {
      background-color: var(--rdg-header-background-color);
    }

    .g1yxluv37-0-0-beta-47 > .cj343x07-0-0-beta-47:not(:last-child, .csofj7r7-0-0-beta-47), .g1yxluv37-0-0-beta-47 > :nth-last-child(n + 2 of .csofj7r7-0-0-beta-47) {
      border-inline-end: none;
    }
  }


@layer rdg.TextEditor {


.t7vyx3i7-0-0-beta-47 {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    box-sizing: border-box;
    inline-size: 100%;
    block-size: 100%;
    padding-block: 0;
    padding-inline: 6px;
    border: 2px solid #ccc;
    vertical-align: top;
    color: var(--rdg-color);
    background-color: var(--rdg-background-color);

    font-family: inherit;
    font-size: var(--rdg-font-size)
}

    .t7vyx3i7-0-0-beta-47:focus {
      border-color: var(--rdg-selection-color);
      outline: none;
    }

    .t7vyx3i7-0-0-beta-47::-moz-placeholder {
      color: #999;
      opacity: 1;
    }

    .t7vyx3i7-0-0-beta-47::placeholder {
      color: #999;
      opacity: 1;
    }
  }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=ReactToastify.css.map */@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?o88x4w");
  src: url("/fonts/icomoon.eot?o88x4w#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?o88x4w") format("truetype"), url("/fonts/icomoon.woff?o88x4w") format("woff"), url("/fonts/icomoon.svg?o88x4w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-paint-brush:before {
  content: "\ed0d";
}

.icon-info-circle-filled:before {
  content: "\ed0c";
}

.icon-tick-circle-filled:before {
  content: "\ed0b";
}

.icon-drag-and-drop:before {
  content: "\ed0a";
}

.icon-help:before {
  content: "\ed08";
}

.icon-thumb-down:before {
  content: "\ed02";
}

.icon-thumb-up:before {
  content: "\ed03";
}

.icon-seemore:before {
  content: "\ea7a";
}

.icon-support-24:before {
  content: "\ed00";
}

.icon-simple-icons_x:before {
  content: "\ecff";
}

.icon-linkedin:before {
  content: "\ecfe";
}

.icon-data-base:before {
  content: "\ed09";
}

.icon-p-high:before {
  content: "\e91b";
}

.icon-p-low:before {
  content: "\ed06";
}

.icon-p-medium:before {
  content: "\ed07";
}

.icon-tick-double:before {
  content: "\ed04";
}

.icon-tick:before {
  content: "\ed05";
}

.icon-chatbot:before {
  content: "\ed01";
}

.icon-bug1:before {
  content: "\ecf9";
}

.icon-facebook .path1:before {
  content: "\e900";
  color: rgb(24, 119, 242);
}

.icon-facebook .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-google .path1:before {
  content: "\e902";
  color: rgb(66, 133, 244);
}

.icon-google .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(52, 168, 83);
}

.icon-google .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(251, 188, 5);
}

.icon-google .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(235, 67, 53);
}

.icon-aave-aave:before {
  content: "\e906";
}

.icon-activity:before {
  content: "\e907";
}

.icon-airdrop:before {
  content: "\e908";
}

.icon-airpod:before {
  content: "\e909";
}

.icon-airpods:before {
  content: "\e90a";
}

.icon-android:before {
  content: "\e90b";
}

.icon-ankr-ankr:before {
  content: "\e90c";
}

.icon-apple:before {
  content: "\e90d";
}

.icon-aquarius:before {
  content: "\e90e";
}

.icon-archive-add:before {
  content: "\e90f";
}

.icon-archive-minus:before {
  content: "\e910";
}

.icon-archive-slash:before {
  content: "\e911";
}

.icon-archive-tick:before {
  content: "\e912";
}

.icon-archive:before {
  content: "\e913";
}

.icon-augur-rep:before {
  content: "\e914";
}

.icon-autonio-niox:before {
  content: "\e915";
}

.icon-avalanche-avax:before {
  content: "\e916";
}

.icon-bank:before {
  content: "\e917";
}

.icon-be:before {
  content: "\e918";
}

.icon-binance-usd-busd:before {
  content: "\e91a";
}

.icon-blogger:before {
  content: "\e91c";
}

.icon-bluetooth-2:before {
  content: "\e91d";
}

.icon-bluetooth-circle:before {
  content: "\e91e";
}

.icon-bluetooth-rectangle:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-book-saved:before {
  content: "\e921";
}

.icon-book-square:before {
  content: "\e922";
}

.icon-bootstrap:before {
  content: "\e923";
}

.icon-bug:before {
  content: "\e924";
}

.icon-building-3:before {
  content: "\e925";
}

.icon-building-4:before {
  content: "\e926";
}

.icon-building:before {
  content: "\e927";
}

.icon-buildings-2:before {
  content: "\e928";
}

.icon-buildings:before {
  content: "\e929";
}

.icon-buliding:before {
  content: "\e92a";
}

.icon-calendar-1:before {
  content: "\e92b";
}

.icon-calendar-2:before {
  content: "\e92c";
}

.icon-calendar-add:before {
  content: "\e92d";
}

.icon-calendar-circle:before {
  content: "\e92e";
}

.icon-calendar-edit:before {
  content: "\e92f";
}

.icon-calendar-remove:before {
  content: "\e930";
}

.icon-calendar-search:before {
  content: "\e931";
}

.icon-calendar-tick:before {
  content: "\e932";
}

.icon-calendar:before {
  content: "\e933";
}

.icon-call-add:before {
  content: "\e934";
}

.icon-call-calling:before {
  content: "\e935";
}

.icon-call-incoming:before {
  content: "\e936";
}

.icon-call-minus:before {
  content: "\e937";
}

.icon-call-outgoing:before {
  content: "\e938";
}

.icon-call-received:before {
  content: "\e939";
}

.icon-call-remove:before {
  content: "\e93a";
}

.icon-call-slash:before {
  content: "\e93b";
}

.icon-call:before {
  content: "\e93c";
}

.icon-candle-2:before {
  content: "\e93d";
}

.icon-candle:before {
  content: "\e93e";
}

.icon-cardano-ada:before {
  content: "\e93f";
}

.icon-category-2:before {
  content: "\e940";
}

.icon-category:before {
  content: "\e941";
}

.icon-celo-celo:before {
  content: "\e942";
}

.icon-celsius-cel:before {
  content: "\e943";
}

.icon-chainlink-link:before {
  content: "\e944";
}

.icon-chart-1:before {
  content: "\e945";
}

.icon-chart-2:before {
  content: "\e946";
}

.icon-chart-21:before {
  content: "\e947";
}

.icon-chart-fail:before {
  content: "\e948";
}

.icon-chart-success:before {
  content: "\e949";
}

.icon-chart:before {
  content: "\e94a";
}

.icon-civic-cvc:before {
  content: "\e94b";
}

.icon-clock-1:before {
  content: "\e94c";
}

.icon-clock:before {
  content: "\e94d";
}

.icon-cloud-add:before {
  content: "\e94e";
}

.icon-cloud-change:before {
  content: "\e94f";
}

.icon-cloud-connection:before {
  content: "\e950";
}

.icon-cloud-remove:before {
  content: "\e951";
}

.icon-courthouse:before {
  content: "\e952";
}

.icon-cpu-charge:before {
  content: "\e953";
}

.icon-cpu-setting:before {
  content: "\e954";
}

.icon-cpu:before {
  content: "\e955";
}

.icon-dai-dai:before {
  content: "\e956";
}

.icon-dash-dash:before {
  content: "\e957";
}

.icon-decred-dcr:before {
  content: "\e958";
}

.icon-dent-dent:before {
  content: "\e959";
}

.icon-devices:before {
  content: "\e95a";
}

.icon-diagram:before {
  content: "\e95b";
}

.icon-dribbble:before {
  content: "\e95c";
}

.icon-driver-2:before {
  content: "\e95d";
}

.icon-driver-refresh:before {
  content: "\e95e";
}

.icon-driver:before {
  content: "\e95f";
}

.icon-dropbox:before {
  content: "\e960";
}

.icon-educare-ekt:before {
  content: "\e961";
}

.icon-electricity:before {
  content: "\e962";
}

.icon-emercoin-emc:before {
  content: "\e963";
}

.icon-enjin-coin-enj:before {
  content: "\e964";
}

.icon-eos-eos:before {
  content: "\e965";
}

.icon-ethereum-eth:before {
  content: "\e966";
}

.icon-ethereum-classic-etc:before {
  content: "\e967";
}

.icon-external-drive:before {
  content: "\e968";
}

.icon-facebook1:before {
  content: "\e969";
}

.icon-favorite-chart:before {
  content: "\e96a";
}

.icon-figma-1:before {
  content: "\e96b";
}

.icon-figma:before {
  content: "\e96c";
}

.icon-folder-connection:before {
  content: "\e96d";
}

.icon-framer:before {
  content: "\e96e";
}

.icon-ftx-token-ftt:before {
  content: "\e96f";
}

.icon-game:before {
  content: "\e970";
}

.icon-gameboy:before {
  content: "\e971";
}

.icon-gemini-2:before {
  content: "\e972";
}

.icon-gemini:before {
  content: "\e973";
}

.icon-google-drive:before {
  content: "\e974";
}

.icon-google-paly:before {
  content: "\e975";
}

.icon-google1:before {
  content: "\e976";
}

.icon-graph:before {
  content: "\e977";
}

.icon-harmony-one:before {
  content: "\e978";
}

.icon-hashtag:before {
  content: "\e979";
}

.icon-headphone:before {
  content: "\e97a";
}

.icon-headphones:before {
  content: "\e97b";
}

.icon-health:before {
  content: "\e97c";
}

.icon-hedera-hashgraph-hbar:before {
  content: "\e97d";
}

.icon-hex-hex:before {
  content: "\e97e";
}

.icon-home-hashtag:before {
  content: "\e97f";
}

.icon-home-trend-down:before {
  content: "\e980";
}

.icon-home-trend-up:before {
  content: "\e981";
}

.icon-hospital:before {
  content: "\e982";
}

.icon-house-2:before {
  content: "\e983";
}

.icon-house:before {
  content: "\e984";
}

.icon-html-3:before {
  content: "\e985";
}

.icon-html-5:before {
  content: "\e986";
}

.icon-huobi-token-ht:before {
  content: "\e987";
}

.icon-icon-icx:before {
  content: "\e988";
}

.icon-icon-1:before {
  content: "\e989";
}

.icon-icon:before {
  content: "\e98a";
}

.icon-illustrator:before {
  content: "\e98b";
}

.icon-iost-iost:before {
  content: "\e98c";
}

.icon-java-script:before {
  content: "\e98d";
}

.icon-js:before {
  content: "\e98e";
}

.icon-keyboard-open:before {
  content: "\e98f";
}

.icon-keyboard:before {
  content: "\e990";
}

.icon-kyber-network-knc:before {
  content: "\e991";
}

.icon-lamp-charge:before {
  content: "\e992";
}

.icon-lamp-on:before {
  content: "\e993";
}

.icon-lamp-slash:before {
  content: "\e994";
}

.icon-lamp:before {
  content: "\e995";
}

.icon-litecoinltc:before {
  content: "\e996";
}

.icon-maker-mkr:before {
  content: "\e997";
}

.icon-man:before {
  content: "\e998";
}

.icon-menu:before {
  content: "\e999";
}

.icon-messenger:before {
  content: "\e99a";
}

.icon-microscope:before {
  content: "\e99b";
}

.icon-mirroring-screen:before {
  content: "\e99c";
}

.icon-mobile:before {
  content: "\e99d";
}

.icon-monero-xmr:before {
  content: "\e99e";
}

.icon-monitor-mobbile:before {
  content: "\e99f";
}

.icon-monitor-recorder:before {
  content: "\e9a0";
}

.icon-monitor:before {
  content: "\e9a1";
}

.icon-more-2-1:before {
  content: "\e9a2";
}

.icon-more-2:before {
  content: "\e9a3";
}

.icon-more-3:before {
  content: "\e9a4";
}

.icon-more:before {
  content: "\e9a5";
}

.icon-mouse:before {
  content: "\e9a6";
}

.icon-music-play:before {
  content: "\e9a7";
}

.icon-nebulas-nas:before {
  content: "\e9a8";
}

.icon-nem-xem:before {
  content: "\e9a9";
}

.icon-nexo-nexo:before {
  content: "\e9aa";
}

.icon-notification-1:before {
  content: "\e9ab";
}

.icon-notification-bing:before {
  content: "\e9ac";
}

.icon-notification-circle:before {
  content: "\e9ad";
}

.icon-notification-favorite:before {
  content: "\e9ae";
}

.icon-notification-status:before {
  content: "\e9af";
}

.icon-notification:before {
  content: "\e9b0";
}

.icon-ocean-protocol-ocean:before {
  content: "\e9b1";
}

.icon-okb-okb:before {
  content: "\e9b2";
}

.icon-ontology-ont:before {
  content: "\e9b3";
}

.icon-paypal:before {
  content: "\e9b4";
}

.icon-personalcard:before {
  content: "\e9b5";
}

.icon-photoshop:before {
  content: "\e9b6";
}

.icon-polkadot-dot:before {
  content: "\e9b7";
}

.icon-polygon-matic:before {
  content: "\e9b8";
}

.icon-polyswarm-nct:before {
  content: "\e9b9";
}

.icon-presention-chart:before {
  content: "\e9ba";
}

.icon-printer-slash:before {
  content: "\e9bb";
}

.icon-printer:before {
  content: "\e9bc";
}

.icon-python:before {
  content: "\e9bd";
}

.icon-quant-qnt:before {
  content: "\e9be";
}

.icon-ram-2:before {
  content: "\e9bf";
}

.icon-ram:before {
  content: "\e9c0";
}

.icon-receipt-square:before {
  content: "\e9c1";
}

.icon-sagittarius:before {
  content: "\e9c2";
}

.icon-save-2:before {
  content: "\e9c3";
}

.icon-save-add:before {
  content: "\e9c4";
}

.icon-save-minus:before {
  content: "\e9c5";
}

.icon-save-remove:before {
  content: "\e9c6";
}

.icon-search-favorite-1:before {
  content: "\e9c7";
}

.icon-search-favorite:before {
  content: "\e9c8";
}

.icon-search-normal-1:before {
  content: "\e9c9";
}

.icon-search-normal:before {
  content: "\e9ca";
}

.icon-search-status-1:before {
  content: "\e9cb";
}

.icon-search-status:before {
  content: "\e9cc";
}

.icon-search-zoom-in-1:before {
  content: "\e9cd";
}

.icon-search-zoom-in:before {
  content: "\e9ce";
}

.icon-search-zoom-out-1:before {
  content: "\e9cf";
}

.icon-search-zoom-out:before {
  content: "\e9d0";
}

.icon-security-time:before {
  content: "\e9d1";
}

.icon-setting-2:before {
  content: "\e9d2";
}

.icon-setting-3:before {
  content: "\e9d3";
}

.icon-setting-4:before {
  content: "\e9d4";
}

.icon-setting-5:before {
  content: "\e9d5";
}

.icon-setting:before {
  content: "\e9d6";
}

.icon-settings:before {
  content: "\e9d7";
}

.icon-siacoin-sc:before {
  content: "\e9d8";
}

.icon-simcard-1:before {
  content: "\e9d9";
}

.icon-simcard-2:before {
  content: "\e9da";
}

.icon-simcard:before {
  content: "\e9db";
}

.icon-slack:before {
  content: "\e9dc";
}

.icon-snapchat:before {
  content: "\e9dd";
}

.icon-solana-sol:before {
  content: "\e9de";
}

.icon-speaker:before {
  content: "\e9df";
}

.icon-spotify:before {
  content: "\e9e0";
}

.icon-stacks-stx:before {
  content: "\e9e1";
}

.icon-status-up:before {
  content: "\e9e2";
}

.icon-stellar-xlm:before {
  content: "\e9e3";
}

.icon-tenx-pay:before {
  content: "\e9e4";
}

.icon-tether-usdt:before {
  content: "\e9e5";
}

.icon-the-graph-grt:before {
  content: "\e9e6";
}

.icon-theta-theta:before {
  content: "\e9e7";
}

.icon-thorchain-rune:before {
  content: "\e9e8";
}

.icon-timer-1:before {
  content: "\e9e9";
}

.icon-timer-pause:before {
  content: "\e9ea";
}

.icon-timer-start:before {
  content: "\e9eb";
}

.icon-timer:before {
  content: "\e9ec";
}

.icon-toggle-off-circle:before {
  content: "\e9ed";
}

.icon-toggle-off:before {
  content: "\e9ee";
}

.icon-toggle-on-circle:before {
  content: "\e9ef";
}

.icon-toggle-on:before {
  content: "\e9f0";
}

.icon-trello:before {
  content: "\e9f1";
}

.icon-trend-down:before {
  content: "\e9f2";
}

.icon-trend-up:before {
  content: "\e9f3";
}

.icon-triangle:before {
  content: "\e9f4";
}

.icon-trontron-trx:before {
  content: "\e9f5";
}

.icon-twitch:before {
  content: "\e9f6";
}

.icon-ui8:before {
  content: "\e9f7";
}

.icon-usd-coin-usdc:before {
  content: "\e9f8";
}

.icon-velas-vlx:before {
  content: "\e9f9";
}

.icon-vibe-vibe:before {
  content: "\e9fa";
}

.icon-vuesax:before {
  content: "\e9fb";
}

.icon-wanchain-wan-1:before {
  content: "\e9fc";
}

.icon-wanchain-wan:before {
  content: "\e9fd";
}

.icon-watch-status:before {
  content: "\e9fe";
}

.icon-watch:before {
  content: "\e9ff";
}

.icon-weight:before {
  content: "\ea00";
}

.icon-whatsapp:before {
  content: "\ea01";
}

.icon-windows:before {
  content: "\ea02";
}

.icon-wing-wing:before {
  content: "\ea03";
}

.icon-woman:before {
  content: "\ea04";
}

.icon-xd:before {
  content: "\ea05";
}

.icon-xiaomi:before {
  content: "\ea06";
}

.icon-xrp-xrp:before {
  content: "\ea07";
}

.icon-youtube:before {
  content: "\ea08";
}

.icon-zel-zel:before {
  content: "\ea09";
}

.icon-zoom:before {
  content: "\ea0a";
}

.icon-d-cube-scan:before {
  content: "\ea0b";
}

.icon-d-rotate:before {
  content: "\ea0c";
}

.icon-d-square:before {
  content: "\ea0d";
}

.icon-dcube:before {
  content: "\ea0e";
}

.icon-square:before {
  content: "\ea0f";
}

.icon-support:before {
  content: "\ea10";
}

.icon-add-circle:before {
  content: "\ea11";
}

.icon-add-square:before {
  content: "\ea12";
}

.icon-add:before {
  content: "\ea13";
}

.icon-additem:before {
  content: "\ea14";
}

.icon-alarm:before {
  content: "\ea15";
}

.icon-align-bottom:before {
  content: "\ea16";
}

.icon-align-horizontally:before {
  content: "\ea17";
}

.icon-align-left:before {
  content: "\ea18";
}

.icon-align-right:before {
  content: "\ea19";
}

.icon-align-vertically:before {
  content: "\ea1a";
}

.icon-archive-book:before {
  content: "\ea1b";
}

.icon-archive1:before {
  content: "\ea1c";
}

.icon-autobrightness:before {
  content: "\ea1f";
}

.icon-award:before {
  content: "\ea20";
}

.icon-backward-item:before {
  content: "\ea21";
}

.icon-bag-2:before {
  content: "\ea22";
}

.icon-bag-cross-1:before {
  content: "\ea23";
}

.icon-bag-cross:before {
  content: "\ea24";
}

.icon-bag-happy:before {
  content: "\ea25";
}

.icon-bag-tick-2:before {
  content: "\ea26";
}

.icon-bag-tick:before {
  content: "\ea27";
}

.icon-bag-timer:before {
  content: "\ea28";
}

.icon-bag:before {
  content: "\ea29";
}

.icon-barcode:before {
  content: "\ea2a";
}

.icon-battery-charging:before {
  content: "\ea2b";
}

.icon-battery-disable:before {
  content: "\ea2c";
}

.icon-battery-empty-1:before {
  content: "\ea2d";
}

.icon-battery-empty:before {
  content: "\ea2e";
}

.icon-battery-full:before {
  content: "\ea2f";
}

.icon-bezier:before {
  content: "\ea30";
}

.icon-bill:before {
  content: "\ea31";
}

.icon-bitcoin-card:before {
  content: "\ea32";
}

.icon-bitcoin-convert:before {
  content: "\ea33";
}

.icon-bitcoin-refresh:before {
  content: "\ea34";
}

.icon-blend-2:before {
  content: "\ea35";
}

.icon-blend:before {
  content: "\ea36";
}

.icon-blur:before {
  content: "\ea37";
}

.icon-book-1:before {
  content: "\ea38";
}

.icon-book:before {
  content: "\ea39";
}

.icon-bookmark-2:before {
  content: "\ea3a";
}

.icon-bookmark:before {
  content: "\ea3b";
}

.icon-box-1:before {
  content: "\ea3c";
}

.icon-box-2:before {
  content: "\ea3d";
}

.icon-box-add:before {
  content: "\ea3e";
}

.icon-box-remove:before {
  content: "\ea3f";
}

.icon-box-search:before {
  content: "\ea40";
}

.icon-box-tick:before {
  content: "\ea41";
}

.icon-box-time:before {
  content: "\ea42";
}

.icon-box:before {
  content: "\ea43";
}

.icon-briefcase:before {
  content: "\ea44";
}

.icon-brifecase-cross:before {
  content: "\ea45";
}

.icon-brifecase-tick:before {
  content: "\ea46";
}

.icon-brifecase-timer:before {
  content: "\ea47";
}

.icon-broom:before {
  content: "\ea48";
}

.icon-brush-1:before {
  content: "\ea49";
}

.icon-brush-2:before {
  content: "\ea4a";
}

.icon-brush-3:before {
  content: "\ea4b";
}

.icon-brush-4:before {
  content: "\ea4c";
}

.icon-brush:before {
  content: "\ea4d";
}

.icon-bubble:before {
  content: "\ea4e";
}

.icon-bucket-circle:before {
  content: "\ea4f";
}

.icon-bucket-square:before {
  content: "\ea50";
}

.icon-bucket:before {
  content: "\ea51";
}

.icon-buy-crypto:before {
  content: "\ea52";
}

.icon-cake:before {
  content: "\ea53";
}

.icon-calculator:before {
  content: "\ea54";
}

.icon-card-coin:before {
  content: "\ea55";
}

.icon-cd:before {
  content: "\ea56";
}

.icon-chart1:before {
  content: "\ea57";
}

.icon-check:before {
  content: "\ea58";
}

.icon-chrome:before {
  content: "\ea59";
}

.icon-clipboard-close:before {
  content: "\ea5a";
}

.icon-clipboard-export:before {
  content: "\ea5b";
}

.icon-clipboard-import:before {
  content: "\ea5c";
}

.icon-clipboard-text:before {
  content: "\ea5d";
}

.icon-clipboard-tick:before {
  content: "\ea5e";
}

.icon-clipboard:before {
  content: "\ea5f";
}

.icon-close-circle:before {
  content: "\ea60";
}

.icon-close-square:before {
  content: "\ea61";
}

.icon-close:before {
  content: "\ea62";
}

.icon-code-1:before {
  content: "\ea63";
}

.icon-code-circle:before {
  content: "\ea64";
}

.icon-code:before {
  content: "\ea65";
}

.icon-coffee:before {
  content: "\ea66";
}

.icon-color-swatch:before {
  content: "\ea67";
}

.icon-colorfilter:before {
  content: "\ea68";
}

.icon-colors-square:before {
  content: "\ea69";
}

.icon-command-square:before {
  content: "\ea6a";
}

.icon-command:before {
  content: "\ea6b";
}

.icon-component:before {
  content: "\ea6c";
}

.icon-computing:before {
  content: "\ea6d";
}

.icon-convert-3d-cube:before {
  content: "\ea6e";
}

.icon-convertshape-2:before {
  content: "\ea6f";
}

.icon-convertshape:before {
  content: "\ea70";
}

.icon-copy-success:before {
  content: "\ea71";
}

.icon-copy:before {
  content: "\ea72";
}

.icon-copyright:before {
  content: "\ea73";
}

.icon-creative-commons:before {
  content: "\ea74";
}

.icon-crop:before {
  content: "\ea75";
}

.icon-crown-1:before {
  content: "\ea76";
}

.icon-crown:before {
  content: "\ea77";
}

.icon-cup:before {
  content: "\ea78";
}

.icon-danger:before {
  content: "\ea79";
}

.icon-data:before {
  content: "\ea7b";
}

.icon-designtools:before {
  content: "\ea7c";
}

.icon-device-message:before {
  content: "\ea7d";
}

.icon-diamonds:before {
  content: "\ea7e";
}

.icon-direct-down:before {
  content: "\ea7f";
}

.icon-direct-inbox:before {
  content: "\ea80";
}

.icon-direct-left:before {
  content: "\ea81";
}

.icon-direct-normal:before {
  content: "\ea82";
}

.icon-direct-notification:before {
  content: "\ea83";
}

.icon-direct-right:before {
  content: "\ea84";
}

.icon-direct-send:before {
  content: "\ea85";
}

.icon-direct-up:before {
  content: "\ea86";
}

.icon-direct:before {
  content: "\ea87";
}

.icon-directbox-default:before {
  content: "\ea88";
}

.icon-directbox-notif:before {
  content: "\ea89";
}

.icon-directbox-receive:before {
  content: "\ea8a";
}

.icon-directbox-send:before {
  content: "\ea8b";
}

.icon-discover-1:before {
  content: "\ea8c";
}

.icon-discover:before {
  content: "\ea8d";
}

.icon-dislike:before {
  content: "\ea8e";
}

.icon-document-cloud:before {
  content: "\ea8f";
}

.icon-document-code-2:before {
  content: "\ea90";
}

.icon-document-code:before {
  content: "\ea91";
}

.icon-document-copy:before {
  content: "\ea92";
}

.icon-document-download:before {
  content: "\ea93";
}

.icon-document-favorite:before {
  content: "\ea94";
}

.icon-document-filter:before {
  content: "\ea95";
}

.icon-document-forward:before {
  content: "\ea96";
}

.icon-document-like:before {
  content: "\ea97";
}

.icon-document-normal:before {
  content: "\ea98";
}

.icon-document-previous:before {
  content: "\ea99";
}

.icon-document-sketch:before {
  content: "\ea9a";
}

.icon-document-text-1:before {
  content: "\ea9b";
}

.icon-document-text:before {
  content: "\ea9c";
}

.icon-document-upload:before {
  content: "\ea9d";
}

.icon-document:before {
  content: "\ea9e";
}

.icon-edit-2:before {
  content: "\ea9f";
}

.icon-edit:before {
  content: "\eaa0";
}

.icon-element-2:before {
  content: "\eaa1";
}

.icon-element-3:before {
  content: "\eaa2";
}

.icon-element-4:before {
  content: "\eaa3";
}

.icon-element-equal:before {
  content: "\eaa4";
}

.icon-element-plus:before {
  content: "\eaa5";
}

.icon-emoji-happy:before {
  content: "\eaa6";
}

.icon-emoji-normal:before {
  content: "\eaa7";
}

.icon-emoji-sad:before {
  content: "\eaa8";
}

.icon-eraser:before {
  content: "\eaa9";
}

.icon-eye-slash:before {
  content: "\eaaa";
}

.icon-eye:before {
  content: "\eaab";
}

.icon-fatrows:before {
  content: "\eaac";
}

.icon-filter-add:before {
  content: "\eaad";
}

.icon-filter-edit:before {
  content: "\eaae";
}

.icon-filter-remove:before {
  content: "\eaaf";
}

.icon-filter-search:before {
  content: "\eab0";
}

.icon-filter-square:before {
  content: "\eab1";
}

.icon-filter-tick:before {
  content: "\eab2";
}

.icon-filter:before {
  content: "\eab3";
}

.icon-finger-cricle:before {
  content: "\eab4";
}

.icon-finger-scan:before {
  content: "\eab5";
}

.icon-flag-2:before {
  content: "\eab6";
}

.icon-flag:before {
  content: "\eab7";
}

.icon-flash-circle-1:before {
  content: "\eab8";
}

.icon-flash-circle:before {
  content: "\eab9";
}

.icon-flash-slash:before {
  content: "\eaba";
}

.icon-flash:before {
  content: "\eabb";
}

.icon-forbidden-2:before {
  content: "\eabc";
}

.icon-forbidden:before {
  content: "\eabd";
}

.icon-format-circle:before {
  content: "\eabe";
}

.icon-format-square:before {
  content: "\eabf";
}

.icon-forward-item:before {
  content: "\eac0";
}

.icon-frame-1:before {
  content: "\eac1";
}

.icon-frame-2:before {
  content: "\eac2";
}

.icon-frame:before {
  content: "\eac3";
}

.icon-ghost:before {
  content: "\eac4";
}

.icon-gift:before {
  content: "\eac5";
}

.icon-glass-1:before {
  content: "\eac6";
}

.icon-glass:before {
  content: "\eac7";
}

.icon-global-edit:before {
  content: "\eac8";
}

.icon-global-refresh:before {
  content: "\eac9";
}

.icon-global-search:before {
  content: "\eaca";
}

.icon-global:before {
  content: "\eacb";
}

.icon-gps-slash:before {
  content: "\eacc";
}

.icon-gps:before {
  content: "\eacd";
}

.icon-grammerly:before {
  content: "\eace";
}

.icon-grid-1:before {
  content: "\eacf";
}

.icon-grid-2:before {
  content: "\ead0";
}

.icon-grid-3:before {
  content: "\ead1";
}

.icon-grid-4:before {
  content: "\ead2";
}

.icon-grid-5:before {
  content: "\ead3";
}

.icon-grid-6:before {
  content: "\ead4";
}

.icon-grid-7:before {
  content: "\ead5";
}

.icon-grid-8:before {
  content: "\ead6";
}

.icon-grid-9:before {
  content: "\ead7";
}

.icon-grid-edit:before {
  content: "\ead8";
}

.icon-grid-eraser:before {
  content: "\ead9";
}

.icon-grid-lock:before {
  content: "\eada";
}

.icon-happyemoji:before {
  content: "\eadb";
}

.icon-hashtag-down:before {
  content: "\eadc";
}

.icon-hashtag-up:before {
  content: "\eadd";
}

.icon-hashtag1:before {
  content: "\eade";
}

.icon-heart-add:before {
  content: "\eadf";
}

.icon-heart-circle:before {
  content: "\eae0";
}

.icon-heart-edit:before {
  content: "\eae1";
}

.icon-heart-remove:before {
  content: "\eae2";
}

.icon-heart-search:before {
  content: "\eae3";
}

.icon-heart-slash:before {
  content: "\eae4";
}

.icon-heart-tick:before {
  content: "\eae5";
}

.icon-heart:before {
  content: "\eae6";
}

.icon-hierarchy-2:before {
  content: "\eae7";
}

.icon-hierarchy-3:before {
  content: "\eae8";
}

.icon-hierarchy-square-2:before {
  content: "\eae9";
}

.icon-hierarchy-square-3:before {
  content: "\eaea";
}

.icon-hierarchy-square:before {
  content: "\eaeb";
}

.icon-hierarchy:before {
  content: "\eaec";
}

.icon-home-1:before {
  content: "\eaed";
}

.icon-home-2:before {
  content: "\eaee";
}

.icon-home-wifi:before {
  content: "\eaef";
}

.icon-home:before {
  content: "\eaf0";
}

.icon-info-circle-2:before {
  content: "\eaf1";
}

.icon-info-circle:before {
  content: "\eaf2";
}

.icon-information:before {
  content: "\eaf3";
}

.icon-instagram:before {
  content: "\eaf4";
}

.icon-judge:before {
  content: "\eaf5";
}

.icon-kanban:before {
  content: "\eaf6";
}

.icon-key-square:before {
  content: "\eaf7";
}

.icon-key:before {
  content: "\eaf8";
}

.icon-lamp1:before {
  content: "\eaf9";
}

.icon-layer:before {
  content: "\eafa";
}

.icon-level:before {
  content: "\eafb";
}

.icon-lifebuoy:before {
  content: "\eafc";
}

.icon-like-1:before {
  content: "\eafd";
}

.icon-like-dislike:before {
  content: "\eafe";
}

.icon-like-shapes:before {
  content: "\eaff";
}

.icon-like-tag:before {
  content: "\eb00";
}

.icon-like:before {
  content: "\eb01";
}

.icon-location-add:before {
  content: "\eb02";
}

.icon-location-cross:before {
  content: "\eb03";
}

.icon-location-minus:before {
  content: "\eb04";
}

.icon-location-slash:before {
  content: "\eb05";
}

.icon-location-tick:before {
  content: "\eb06";
}

.icon-location:before {
  content: "\eb07";
}

.icon-lock-1:before {
  content: "\eb08";
}

.icon-lock-circle:before {
  content: "\eb09";
}

.icon-lock-slash:before {
  content: "\eb0a";
}

.icon-lock:before {
  content: "\eb0b";
}

.icon-lovely:before {
  content: "\eb0c";
}

.icon-magic-star:before {
  content: "\eb0d";
}

.icon-magicpen:before {
  content: "\eb0e";
}

.icon-main-component:before {
  content: "\eb0f";
}

.icon-map-1:before {
  content: "\eb10";
}

.icon-map:before {
  content: "\eb11";
}

.icon-mask-1:before {
  content: "\eb12";
}

.icon-mask-2:before {
  content: "\eb13";
}

.icon-mask:before {
  content: "\eb14";
}

.icon-maximize-1:before {
  content: "\eb15";
}

.icon-maximize-2:before {
  content: "\eb16";
}

.icon-maximize-3:before {
  content: "\eb17";
}

.icon-maximize-4:before {
  content: "\eb18";
}

.icon-maximize:before {
  content: "\eb19";
}

.icon-medal-star:before {
  content: "\eb1a";
}

.icon-medal:before {
  content: "\eb1b";
}

.icon-menu-board:before {
  content: "\eb1c";
}

.icon-menu1:before {
  content: "\eb1d";
}

.icon-message-2:before {
  content: "\eb1e";
}

.icon-message-add-1:before {
  content: "\eb1f";
}

.icon-message-add:before {
  content: "\eb20";
}

.icon-message-circle:before {
  content: "\eb21";
}

.icon-message-edit:before {
  content: "\eb22";
}

.icon-message-favorite:before {
  content: "\eb23";
}

.icon-message-minus:before {
  content: "\eb24";
}

.icon-message-notif:before {
  content: "\eb25";
}

.icon-message-programming:before {
  content: "\eb26";
}

.icon-message-question:before {
  content: "\eb27";
}

.icon-message-remove:before {
  content: "\eb28";
}

.icon-message-search:before {
  content: "\eb29";
}

.icon-message-square:before {
  content: "\eb2a";
}

.icon-message-text-1:before {
  content: "\eb2b";
}

.icon-message-text:before {
  content: "\eb2c";
}

.icon-message-tick:before {
  content: "\eb2d";
}

.icon-message-time:before {
  content: "\eb2e";
}

.icon-message:before {
  content: "\eb2f";
}

.icon-messages-1:before {
  content: "\eb30";
}

.icon-messages-2:before {
  content: "\eb31";
}

.icon-messages-3:before {
  content: "\eb32";
}

.icon-messages:before {
  content: "\eb33";
}

.icon-milk:before {
  content: "\eb34";
}

.icon-minus-cirlce:before {
  content: "\eb35";
}

.icon-minus-square:before {
  content: "\eb36";
}

.icon-minus:before {
  content: "\eb37";
}

.icon-mirror:before {
  content: "\eb38";
}

.icon-mobile-programming:before {
  content: "\eb39";
}

.icon-more-circle:before {
  content: "\eb3a";
}

.icon-more-square:before {
  content: "\eb3b";
}

.icon-mouse-circle:before {
  content: "\eb3c";
}

.icon-mouse-square:before {
  content: "\eb3d";
}

.icon-mouse1:before {
  content: "\eb3e";
}

.icon-note-1:before {
  content: "\eb3f";
}

.icon-note-2:before {
  content: "\eb40";
}

.icon-note-21:before {
  content: "\eb41";
}

.icon-note-add:before {
  content: "\eb42";
}

.icon-note-favorite:before {
  content: "\eb43";
}

.icon-note-remove:before {
  content: "\eb44";
}

.icon-note-text:before {
  content: "\eb45";
}

.icon-note:before {
  content: "\eb46";
}

.icon-omega-circle:before {
  content: "\eb47";
}

.icon-omega-square:before {
  content: "\eb48";
}

.icon-paintbucket:before {
  content: "\eb49";
}

.icon-password-check:before {
  content: "\eb4a";
}

.icon-path-2:before {
  content: "\eb4b";
}

.icon-path-square:before {
  content: "\eb4c";
}

.icon-path:before {
  content: "\eb4d";
}

.icon-pen-add:before {
  content: "\eb4e";
}

.icon-pen-close:before {
  content: "\eb4f";
}

.icon-pen-remove:before {
  content: "\eb50";
}

.icon-pen-tool-2:before {
  content: "\eb51";
}

.icon-pen-tool:before {
  content: "\eb52";
}

.icon-pet:before {
  content: "\eb53";
}

.icon-picture-frame:before {
  content: "\eb54";
}

.icon-pin:before {
  content: "\eb55";
}

.icon-radar-1:before {
  content: "\eb58";
}

.icon-radar-2:before {
  content: "\eb59";
}

.icon-radar:before {
  content: "\eb5a";
}

.icon-ranking-1:before {
  content: "\eb5b";
}

.icon-ranking:before {
  content: "\eb5c";
}

.icon-recovery-convert:before {
  content: "\eb5d";
}

.icon-reserve:before {
  content: "\eb5e";
}

.icon-rotate-left:before {
  content: "\eb5f";
}

.icon-rotate-right:before {
  content: "\eb60";
}

.icon-route-square:before {
  content: "\eb61";
}

.icon-routing-2:before {
  content: "\eb62";
}

.icon-routing:before {
  content: "\eb63";
}

.icon-row-horizontal:before {
  content: "\eb64";
}

.icon-row-vertical:before {
  content: "\eb65";
}

.icon-ruler:before {
  content: "\eb66";
}

.icon-rulerpen:before {
  content: "\eb67";
}

.icon-safe-home:before {
  content: "\eb68";
}

.icon-scan-barcode:before {
  content: "\eb69";
}

.icon-scan:before {
  content: "\eb6a";
}

.icon-scanner:before {
  content: "\eb6b";
}

.icon-scanning:before {
  content: "\eb6c";
}

.icon-scissor:before {
  content: "\eb6d";
}

.icon-scroll:before {
  content: "\eb6e";
}

.icon-security-safe:before {
  content: "\eb6f";
}

.icon-security-user:before {
  content: "\eb70";
}

.icon-security:before {
  content: "\eb71";
}

.icon-send-2:before {
  content: "\eb72";
}

.icon-send:before {
  content: "\eb73";
}

.icon-shapes-1:before {
  content: "\eb74";
}

.icon-shapes:before {
  content: "\eb75";
}

.icon-share:before {
  content: "\eb76";
}

.icon-shield-cross:before {
  content: "\eb77";
}

.icon-shield-search:before {
  content: "\eb78";
}

.icon-shield-slash:before {
  content: "\eb79";
}

.icon-shield-tick:before {
  content: "\eb7a";
}

.icon-shield:before {
  content: "\eb7b";
}

.icon-shop-add:before {
  content: "\eb7c";
}

.icon-shop-remove:before {
  content: "\eb7d";
}

.icon-shop:before {
  content: "\eb7e";
}

.icon-shopping-bag:before {
  content: "\eb7f";
}

.icon-shopping-cart:before {
  content: "\eb80";
}

.icon-sidebar-bottom:before {
  content: "\eb81";
}

.icon-sidebar-left:before {
  content: "\eb82";
}

.icon-sidebar-right:before {
  content: "\eb83";
}

.icon-sidebar-top:before {
  content: "\eb84";
}

.icon-signpost:before {
  content: "\eb85";
}

.icon-size:before {
  content: "\eb86";
}

.icon-slash:before {
  content: "\eb87";
}

.icon-slider-horizontal-1:before {
  content: "\eb88";
}

.icon-slider-horizontal:before {
  content: "\eb89";
}

.icon-slider-vertical-1:before {
  content: "\eb8a";
}

.icon-slider-vertical:before {
  content: "\eb8b";
}

.icon-slider:before {
  content: "\eb8c";
}

.icon-smart-home:before {
  content: "\eb8d";
}

.icon-smileys:before {
  content: "\eb8e";
}

.icon-sms-edit:before {
  content: "\eb8f";
}

.icon-sms-notification:before {
  content: "\eb90";
}

.icon-sms-search:before {
  content: "\eb91";
}

.icon-sms-star:before {
  content: "\eb92";
}

.icon-sms-tracking:before {
  content: "\eb93";
}

.icon-sms:before {
  content: "\eb94";
}

.icon-sort:before {
  content: "\eb95";
}

.icon-sound:before {
  content: "\eb96";
}

.icon-speedometer:before {
  content: "\eb97";
}

.icon-star-1:before {
  content: "\eb98";
}

.icon-star-slash:before {
  content: "\eb99";
}

.icon-star:before {
  content: "\eb9a";
}

.icon-status:before {
  content: "\eb9b";
}

.icon-sticker:before {
  content: "\eb9c";
}

.icon-stickynote:before {
  content: "\eb9d";
}

.icon-story:before {
  content: "\eb9e";
}

.icon-tag-cross:before {
  content: "\eb9f";
}

.icon-tag-right:before {
  content: "\eba0";
}

.icon-task-square:before {
  content: "\eba1";
}

.icon-task:before {
  content: "\eba2";
}

.icon-teacher:before {
  content: "\eba3";
}

.icon-tick-circle:before {
  content: "\eba4";
}

.icon-tick-square:before {
  content: "\eba5";
}

.icon-trade:before {
  content: "\eba6";
}

.icon-trash:before {
  content: "\eba7";
}

.icon-tree:before {
  content: "\eba8";
}

.icon-triangle1:before {
  content: "\eba9";
}

.icon-truck-fast:before {
  content: "\ebaa";
}

.icon-truck-remove:before {
  content: "\ebab";
}

.icon-truck-tick:before {
  content: "\ebac";
}

.icon-truck-time:before {
  content: "\ebad";
}

.icon-truck:before {
  content: "\ebae";
}

.icon-trush-square:before {
  content: "\ebaf";
}

.icon-unlimited:before {
  content: "\ebb0";
}

.icon-unlock:before {
  content: "\ebb1";
}

.icon-verify:before {
  content: "\ebb2";
}

.icon-warning-2:before {
  content: "\ebb3";
}

.icon-weight1:before {
  content: "\ebb4";
}

.icon-wifi-square:before {
  content: "\ebb5";
}

.icon-wifi:before {
  content: "\ebb6";
}

.icon-full:before {
  content: "\ebb7";
}

.icon-airplane-square:before {
  content: "\ebb8";
}

.icon-airplane:before {
  content: "\ebb9";
}

.icon-bus:before {
  content: "\ebba";
}

.icon-car:before {
  content: "\ebbb";
}

.icon-driving:before {
  content: "\ebbc";
}

.icon-gas-station:before {
  content: "\ebbd";
}

.icon-ship:before {
  content: "\ebbe";
}

.icon-smart-car:before {
  content: "\ebbf";
}

.icon-frame1:before {
  content: "\ebc0";
}

.icon-people:before {
  content: "\ebc1";
}

.icon-profile-2user:before {
  content: "\ebc2";
}

.icon-profile-add:before {
  content: "\ebc3";
}

.icon-profile-circle:before {
  content: "\ebc4";
}

.icon-profile-delete:before {
  content: "\ebc5";
}

.icon-profile-remove:before {
  content: "\ebc6";
}

.icon-profile-tick:before {
  content: "\ebc7";
}

.icon-tag-user:before {
  content: "\ebc8";
}

.icon-user-add:before {
  content: "\ebc9";
}

.icon-user-cirlce-add:before {
  content: "\ebca";
}

.icon-user-edit:before {
  content: "\ebcb";
}

.icon-user-minus:before {
  content: "\ebcc";
}

.icon-user-octagon:before {
  content: "\ebcd";
}

.icon-user-remove:before {
  content: "\ebce";
}

.icon-user-search:before {
  content: "\ebcf";
}

.icon-user-square:before {
  content: "\ebd0";
}

.icon-user-tag:before {
  content: "\ebd1";
}

.icon-user-tick:before {
  content: "\ebd2";
}

.icon-user:before {
  content: "\ebd3";
}

.icon-arrange-circle-2:before {
  content: "\ebd4";
}

.icon-arrange-circle:before {
  content: "\ebd5";
}

.icon-arrange-square-2:before {
  content: "\ebd6";
}

.icon-arrange-square:before {
  content: "\ebd7";
}

.icon-back-square:before {
  content: "\ebfb";
}

.icon-convert:before {
  content: "\ebfc";
}

.icon-export-1:before {
  content: "\ebfd";
}

.icon-export-2:before {
  content: "\ebfe";
}

.icon-export-3:before {
  content: "\ebff";
}

.icon-export:before {
  content: "\ec00";
}

.icon-forward-square:before {
  content: "\ec01";
}

.icon-frame2:before {
  content: "\ec02";
}

.icon-import-1:before {
  content: "\ec03";
}

.icon-import-2:before {
  content: "\ec04";
}

.icon-import:before {
  content: "\ec05";
}

.icon-login-1:before {
  content: "\ec06";
}

.icon-login:before {
  content: "\ec07";
}

.icon-logout-1:before {
  content: "\ec08";
}

.icon-logout:before {
  content: "\ec09";
}

.icon-receive-square-2:before {
  content: "\ec0a";
}

.icon-receive-square:before {
  content: "\ec0b";
}

.icon-received:before {
  content: "\ec0c";
}

.icon-redo:before {
  content: "\ec0d";
}

.icon-refresh-2:before {
  content: "\ec0e";
}

.icon-refresh-circle:before {
  content: "\ec0f";
}

.icon-refresh-left-square:before {
  content: "\ec10";
}

.icon-refresh-right-square:before {
  content: "\ec11";
}

.icon-refresh-square-2:before {
  content: "\ec12";
}

.icon-refresh:before {
  content: "\ec13";
}

.icon-repeat-circle:before {
  content: "\ec14";
}

.icon-repeat:before {
  content: "\ec15";
}

.icon-reply:before {
  content: "\ec16";
}

.icon-rotate-left1:before {
  content: "\ec17";
}

.icon-rotate-right1:before {
  content: "\ec18";
}

.icon-send-sqaure-2:before {
  content: "\ec19";
}

.icon-send-square:before {
  content: "\ec1a";
}

.icon-send1:before {
  content: "\ec1b";
}

.icon-undo:before {
  content: "\ec1c";
}

.icon-audio-square:before {
  content: "\ec1d";
}

.icon-backward-5-seconds:before {
  content: "\ec1e";
}

.icon-backward-10-seconds:before {
  content: "\ec1f";
}

.icon-backward-15-seconds:before {
  content: "\ec20";
}

.icon-backward:before {
  content: "\ec21";
}

.icon-camera-slash:before {
  content: "\ec22";
}

.icon-camera:before {
  content: "\ec23";
}

.icon-devices1:before {
  content: "\ec24";
}

.icon-forward-5-seconds:before {
  content: "\ec25";
}

.icon-forward-10-seconds:before {
  content: "\ec26";
}

.icon-forward-15-seconds:before {
  content: "\ec27";
}

.icon-forward:before {
  content: "\ec28";
}

.icon-gallery-add:before {
  content: "\ec29";
}

.icon-gallery-edit:before {
  content: "\ec2a";
}

.icon-gallery-export:before {
  content: "\ec2b";
}

.icon-gallery-favorite:before {
  content: "\ec2c";
}

.icon-gallery-import:before {
  content: "\ec2d";
}

.icon-gallery-remove:before {
  content: "\ec2e";
}

.icon-gallery-slash:before {
  content: "\ec2f";
}

.icon-gallery-tick:before {
  content: "\ec30";
}

.icon-gallery:before {
  content: "\ec31";
}

.icon-image:before {
  content: "\ec32";
}

.icon-maximize-circle:before {
  content: "\ec33";
}

.icon-microphone-2:before {
  content: "\ec34";
}

.icon-microphone-slash-1:before {
  content: "\ec35";
}

.icon-microphone-slash:before {
  content: "\ec36";
}

.icon-microphone:before {
  content: "\ec37";
}

.icon-mini-music-sqaure:before {
  content: "\ec38";
}

.icon-music-circle:before {
  content: "\ec39";
}

.icon-music-dashboard:before {
  content: "\ec3a";
}

.icon-music-filter:before {
  content: "\ec3b";
}

.icon-music-library-2:before {
  content: "\ec3c";
}

.icon-music-playlist:before {
  content: "\ec3d";
}

.icon-music-square-add:before {
  content: "\ec3e";
}

.icon-music-square-remove:before {
  content: "\ec3f";
}

.icon-music-square-search:before {
  content: "\ec40";
}

.icon-music-square:before {
  content: "\ec41";
}

.icon-music:before {
  content: "\ec42";
}

.icon-musicnote:before {
  content: "\ec43";
}

.icon-next:before {
  content: "\ec44";
}

.icon-note-square:before {
  content: "\ec45";
}

.icon-pause-circle:before {
  content: "\ec46";
}

.icon-pause:before {
  content: "\ec47";
}

.icon-play-add:before {
  content: "\ec48";
}

.icon-play-circle:before {
  content: "\ec49";
}

.icon-play-cricle:before {
  content: "\ec4a";
}

.icon-play-remove:before {
  content: "\ec4b";
}

.icon-play:before {
  content: "\ec4c";
}

.icon-previous:before {
  content: "\ec4d";
}

.icon-radio:before {
  content: "\ec4e";
}

.icon-record-circle:before {
  content: "\ec4f";
}

.icon-record:before {
  content: "\ec50";
}

.icon-repeate-music:before {
  content: "\ec51";
}

.icon-repeate-one:before {
  content: "\ec52";
}

.icon-scissor1:before {
  content: "\ec53";
}

.icon-screenmirroring:before {
  content: "\ec54";
}

.icon-shuffle:before {
  content: "\ec55";
}

.icon-stop-circle:before {
  content: "\ec56";
}

.icon-stop:before {
  content: "\ec57";
}

.icon-subtitle:before {
  content: "\ec58";
}

.icon-video-add:before {
  content: "\ec59";
}

.icon-video-circle:before {
  content: "\ec5a";
}

.icon-video-horizontal:before {
  content: "\ec5b";
}

.icon-video-octagon:before {
  content: "\ec5c";
}

.icon-video-play:before {
  content: "\ec5d";
}

.icon-video-remove:before {
  content: "\ec5e";
}

.icon-video-slash:before {
  content: "\ec5f";
}

.icon-video-square:before {
  content: "\ec60";
}

.icon-video-tick:before {
  content: "\ec61";
}

.icon-video-time:before {
  content: "\ec62";
}

.icon-video-vertical:before {
  content: "\ec63";
}

.icon-video:before {
  content: "\ec64";
}

.icon-voice-cricle:before {
  content: "\ec65";
}

.icon-voice-square:before {
  content: "\ec66";
}

.icon-volume-cross:before {
  content: "\ec67";
}

.icon-volume-high:before {
  content: "\ec68";
}

.icon-volume-low-1:before {
  content: "\ec69";
}

.icon-volume-low:before {
  content: "\ec6a";
}

.icon-volume-mute:before {
  content: "\ec6b";
}

.icon-volume-slash:before {
  content: "\ec6c";
}

.icon-volume-up:before {
  content: "\ec6d";
}

.icon-folder-2:before {
  content: "\ec6e";
}

.icon-folder-add:before {
  content: "\ec6f";
}

.icon-folder-cloud:before {
  content: "\ec70";
}

.icon-folder-cross:before {
  content: "\ec71";
}

.icon-folder-favorite:before {
  content: "\ec72";
}

.icon-folder-minus:before {
  content: "\ec73";
}

.icon-folder-open:before {
  content: "\ec74";
}

.icon-folder:before {
  content: "\ec75";
}

.icon-cloud-cross:before {
  content: "\ec76";
}

.icon-cloud-drizzle:before {
  content: "\ec77";
}

.icon-cloud-fog:before {
  content: "\ec78";
}

.icon-cloud-lightning:before {
  content: "\ec79";
}

.icon-cloud-minus:before {
  content: "\ec7a";
}

.icon-cloud-notif:before {
  content: "\ec7b";
}

.icon-cloud-plus:before {
  content: "\ec7c";
}

.icon-cloud-snow:before {
  content: "\ec7d";
}

.icon-cloud-sunny:before {
  content: "\ec7e";
}

.icon-cloud:before {
  content: "\ec7f";
}

.icon-flash1:before {
  content: "\ec80";
}

.icon-icon1:before {
  content: "\ec81";
}

.icon-moon:before {
  content: "\ec82";
}

.icon-sun-1:before {
  content: "\ec83";
}

.icon-sun-fog:before {
  content: "\ec84";
}

.icon-sun:before {
  content: "\ec85";
}

.icon-wind-2:before {
  content: "\ec86";
}

.icon-wind:before {
  content: "\ec87";
}

.icon-attach-circle:before {
  content: "\ec88";
}

.icon-attach-square:before {
  content: "\ec89";
}

.icon-eraser1:before {
  content: "\ec8a";
}

.icon-firstline:before {
  content: "\ec8b";
}

.icon-language-circle:before {
  content: "\ec8c";
}

.icon-language-square:before {
  content: "\ec8d";
}

.icon-link-1:before {
  content: "\ec8e";
}

.icon-link-2:before {
  content: "\ec8f";
}

.icon-link-21:before {
  content: "\ec90";
}

.icon-link-circle:before {
  content: "\ec91";
}

.icon-link-square:before {
  content: "\ec92";
}

.icon-link:before {
  content: "\ec93";
}

.icon-maximize1:before {
  content: "\ec94";
}

.icon-paperclip-2:before {
  content: "\ec95";
}

.icon-paperclip:before {
  content: "\ec96";
}

.icon-pharagraphspacing:before {
  content: "\ec97";
}

.icon-quote-down-circle:before {
  content: "\ec98";
}

.icon-quote-down-square:before {
  content: "\ec99";
}

.icon-quote-down:before {
  content: "\ec9a";
}

.icon-quote-up-circle:before {
  content: "\ec9b";
}

.icon-quote-up-square:before {
  content: "\ec9c";
}

.icon-quote-up:before {
  content: "\ec9d";
}

.icon-smallcaps:before {
  content: "\ec9e";
}

.icon-text-block:before {
  content: "\ec9f";
}

.icon-text-bold:before {
  content: "\eca0";
}

.icon-text-italic:before {
  content: "\eca1";
}

.icon-text-underline:before {
  content: "\eca2";
}

.icon-text:before {
  content: "\eca3";
}

.icon-textalign-center:before {
  content: "\eca4";
}

.icon-textalign-justifycenter:before {
  content: "\eca5";
}

.icon-textalign-justifyleft:before {
  content: "\eca6";
}

.icon-textalign-justifyright:before {
  content: "\eca7";
}

.icon-textalign-left:before {
  content: "\eca8";
}

.icon-textalign-right:before {
  content: "\eca9";
}

.icon-translate:before {
  content: "\ecaa";
}

.icon-archive2:before {
  content: "\ecab";
}

.icon-card-add:before {
  content: "\ecac";
}

.icon-card-edit:before {
  content: "\ecad";
}

.icon-card-pos:before {
  content: "\ecae";
}

.icon-card-receive:before {
  content: "\ecaf";
}

.icon-card-remove-1:before {
  content: "\ecb0";
}

.icon-card-remove:before {
  content: "\ecb1";
}

.icon-card-send:before {
  content: "\ecb2";
}

.icon-card-slash:before {
  content: "\ecb3";
}

.icon-card-tick-1:before {
  content: "\ecb4";
}

.icon-card-tick:before {
  content: "\ecb5";
}

.icon-card:before {
  content: "\ecb6";
}

.icon-cards:before {
  content: "\ecb7";
}

.icon-chart-square:before {
  content: "\ecb8";
}

.icon-coin-1:before {
  content: "\ecb9";
}

.icon-coin:before {
  content: "\ecba";
}

.icon-convert-card:before {
  content: "\ecbb";
}

.icon-discount-circle:before {
  content: "\ecbc";
}

.icon-discount-shape:before {
  content: "\ecbd";
}

.icon-document1:before {
  content: "\ecbe";
}

.icon-dollar-circle:before {
  content: "\ecbf";
}

.icon-dollar-square:before {
  content: "\ecc0";
}

.icon-empty-wallet-add:before {
  content: "\ecc1";
}

.icon-empty-wallet-change:before {
  content: "\ecc2";
}

.icon-empty-wallet-remove:before {
  content: "\ecc3";
}

.icon-empty-wallet-tick:before {
  content: "\ecc4";
}

.icon-empty-wallet-time:before {
  content: "\ecc5";
}

.icon-empty-wallet:before {
  content: "\ecc6";
}

.icon-math:before {
  content: "\ecc7";
}

.icon-money-2:before {
  content: "\ecc8";
}

.icon-money-3:before {
  content: "\ecc9";
}

.icon-money-4:before {
  content: "\ecca";
}

.icon-money-add:before {
  content: "\eccb";
}

.icon-money-change:before {
  content: "\eccc";
}

.icon-money-forbidden:before {
  content: "\eccd";
}

.icon-money-recive:before {
  content: "\ecce";
}

.icon-money-remove:before {
  content: "\eccf";
}

.icon-money-send:before {
  content: "\ecd0";
}

.icon-money-tick:before {
  content: "\ecd1";
}

.icon-money-time:before {
  content: "\ecd2";
}

.icon-money:before {
  content: "\ecd3";
}

.icon-moneys:before {
  content: "\ecd4";
}

.icon-percentage-circle:before {
  content: "\ecd5";
}

.icon-percentage-square:before {
  content: "\ecd6";
}

.icon-receipt-1:before {
  content: "\ecd7";
}

.icon-receipt-2-1:before {
  content: "\ecd8";
}

.icon-receipt-2:before {
  content: "\ecd9";
}

.icon-receipt-add:before {
  content: "\ecda";
}

.icon-receipt-discount:before {
  content: "\ecdb";
}

.icon-receipt-disscount:before {
  content: "\ecdc";
}

.icon-receipt-edit:before {
  content: "\ecdd";
}

.icon-receipt-item:before {
  content: "\ecde";
}

.icon-receipt-minus:before {
  content: "\ecdf";
}

.icon-receipt-search:before {
  content: "\ece0";
}

.icon-receipt-text:before {
  content: "\ece1";
}

.icon-receipt:before {
  content: "\ece2";
}

.icon-security-card:before {
  content: "\ece3";
}

.icon-strongbox-2:before {
  content: "\ece4";
}

.icon-strongbox:before {
  content: "\ece5";
}

.icon-tag-2:before {
  content: "\ece6";
}

.icon-tag:before {
  content: "\ece7";
}

.icon-ticket-2:before {
  content: "\ece8";
}

.icon-ticket-discount:before {
  content: "\ece9";
}

.icon-ticket-expired:before {
  content: "\ecea";
}

.icon-ticket-star:before {
  content: "\eceb";
}

.icon-ticket:before {
  content: "\ecec";
}

.icon-transaction-minus:before {
  content: "\eced";
}

.icon-wallet-1:before {
  content: "\ecee";
}

.icon-wallet-2:before {
  content: "\ecef";
}

.icon-wallet-3:before {
  content: "\ecf0";
}

.icon-wallet-add-1:before {
  content: "\ecf1";
}

.icon-wallet-add:before {
  content: "\ecf2";
}

.icon-wallet-check:before {
  content: "\ecf3";
}

.icon-wallet-minus:before {
  content: "\ecf4";
}

.icon-wallet-money:before {
  content: "\ecf5";
}

.icon-wallet-remove:before {
  content: "\ecf6";
}

.icon-wallet-search:before {
  content: "\ecf7";
}

.icon-wallet:before {
  content: "\ecf8";
}

.icon-arrow-right1:before {
  content: "\ecfa";
}

.icon-arrow-left1:before {
  content: "\ecfb";
}

.icon-arrow-down1:before {
  content: "\ecfc";
}

.icon-arrow-up1:before {
  content: "\ecfd";
}

.icon-arrow-square:before {
  content: "\ea1d";
}

.icon-arrow:before {
  content: "\ea1e";
}

.icon-programming-arrow:before {
  content: "\eb56";
}

.icon-programming-arrows:before {
  content: "\eb57";
}

.icon-arrow-2:before {
  content: "\ebd8";
}

.icon-arrow-3:before {
  content: "\ebd9";
}

.icon-arrow-bottom:before {
  content: "\ebda";
}

.icon-arrow-circle-down:before {
  content: "\ebdb";
}

.icon-arrow-circle-left:before {
  content: "\ebdc";
}

.icon-arrow-circle-right:before {
  content: "\ebdd";
}

.icon-arrow-circle-up:before {
  content: "\ebde";
}

.icon-arrow-down-1:before {
  content: "\ebdf";
}

.icon-arrow-down-2:before {
  content: "\ebe0";
}

.icon-arrow-down:before {
  content: "\ebe1";
}

.icon-arrow-left-1:before {
  content: "\ebe2";
}

.icon-arrow-left-2:before {
  content: "\ebe3";
}

.icon-arrow-left-3:before {
  content: "\ebe4";
}

.icon-arrow-left-21:before {
  content: "\ebe5";
}

.icon-arrow-left:before {
  content: "\ebe6";
}

.icon-arrow-right-1:before {
  content: "\ebe7";
}

.icon-arrow-right-2-1:before {
  content: "\ebe8";
}

.icon-arrow-right-2:before {
  content: "\ebe9";
}

.icon-arrow-right-3:before {
  content: "\ebea";
}

.icon-arrow-right-4:before {
  content: "\ebeb";
}

.icon-arrow-right-21:before {
  content: "\ebec";
}

.icon-arrow-right:before {
  content: "\ebed";
}

.icon-arrow-square-down-2:before {
  content: "\ebee";
}

.icon-arrow-square-down:before {
  content: "\ebef";
}

.icon-arrow-square-left-2:before {
  content: "\ebf0";
}

.icon-arrow-square-left:before {
  content: "\ebf1";
}

.icon-arrow-square-up-down:before {
  content: "\ebf2";
}

.icon-arrow-square-up-2:before {
  content: "\ebf3";
}

.icon-arrow-square-up:before {
  content: "\ebf4";
}

.icon-arrow-swap-horizontal:before {
  content: "\ebf5";
}

.icon-arrow-swap:before {
  content: "\ebf6";
}

.icon-arrow-up-1:before {
  content: "\ebf7";
}

.icon-arrow-up-2:before {
  content: "\ebf8";
}

.icon-arrow-up-3:before {
  content: "\ebf9";
}

.icon-arrow-up:before {
  content: "\ebfa";
}

.icon-p-critical:before {
  content: "\e919";
}.action-icon {
  z-index: 1;
}

.action-icon:hover::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  translate: -4px -4px;
  background-color: var(--neutral-200);
  z-index: -1;
  border-radius: 8px;
}

.row-disabled .rdg-cell {
  opacity: 0.2;
}

.row-disabled .rdg-cell[aria-colindex="4"],
.row-disabled .rdg-cell[aria-colindex="5"] {
  opacity: 1 !important;
}.g2k-data-grid-header {
  padding: 24px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.g2k-data-grid-header-custom-tertiary-button:disabled {
  --background-color: var(--neutral-200);
  --hover-background-color: var(--neutral-200);
  --color: var(--neutral-400);
  --border-color: var(--neutral-200);
}
.g2k-data-grid-header-custom-tertiary-button {
  color: var(--neutral-900);
}

.g2k-data-grid-header-text-count {
  padding: 4px 6px;
  background-color: var(--neutral-100);
  border-radius: 6px;
}

.g2k-data-grid-header-unlock-button {
  height: 32px;
  width: 60px;
}
.g2k-data-grid-header-unlock-button .ant-switch-handle::before {
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background-image: url("/Image/lock.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.g2k-data-grid-header-unlock-button.ant-switch-checked .ant-switch-handle {
  inset-inline-start: calc(100% - 30px);
}
.g2k-data-grid-header-unlock-button.ant-switch-checked .ant-switch-handle::before {
  background-image: url("/Image/unlock.png");
}.g2k-data-grid-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 76px);
  background-color: var(--neutral-000);
}.g2k-data-grid-cell {
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  min-height: 60px;
  outline-color: transparent;
  outline-style: solid;
  outline-width: 1.5px;
  outline-offset: -2px;
}
.g2k-data-grid-cell .g2k-text {
  text-wrap: wrap;
}
.g2k-data-grid-cell.state-selected {
  background-color: var(--primary-100);
}
.g2k-data-grid-cell.state-new {
  background-color: var(--green-100);
}
.g2k-data-grid-cell.state-deleted {
  background-color: var(--red-100);
}
.g2k-data-grid-cell.state-deleted .g2k-text {
  text-decoration: line-through;
  color: var(--neutral-400);
}
.g2k-data-grid-cell.state-deleted .g2k-data-grid-selectable-multiple-item-cell-labels > .g2k-text,
.g2k-data-grid-cell.state-deleted .g2k-data-grid-selectable-multiple-item-cell-label > .g2k-text {
  color: var(--neutral-400) !important;
}
.g2k-data-grid-cell.state-removed {
  background-color: var(--neutral-100);
}
.g2k-data-grid-cell.state-removed .g2k-text {
  color: var(--neutral-400);
  text-decoration: line-through;
}
.g2k-data-grid-cell.state-removed .g2k-data-grid-selectable-multiple-item-cell-labels > .g2k-text,
.g2k-data-grid-cell.state-removed .g2k-data-grid-selectable-multiple-item-cell-label > .g2k-text {
  color: var(--neutral-400) !important;
}
.g2k-data-grid-cell.error-present {
  outline-color: var(--red-600);
}

.g2k-data-grid-cell.editing {
  outline-color: var(--blue-600);
}
.g2k-data-grid-cell.editing.state-new {
  outline-color: var(--green-600);
}

.g2k-data-grid-cell-editable.state-modified {
  background-color: var(--blue-100);
}

.g2k-data-grid-cell .ant-checkbox-wrapper,
.g2k-data-grid-selection-header-cell .ant-checkbox-wrapper {
  width: 100%;
  height: 2.5rem;
}
.g2k-data-grid-cell .ant-checkbox-inner,
.g2k-data-grid-selection-header-cell .ant-checkbox-inner {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #d9d9d9 !important;
}
.g2k-data-grid-cell .ant-checkbox-inner::after,
.g2k-data-grid-selection-header-cell .ant-checkbox-inner::after {
  width: 5.7142857143px !important;
  height: 9.1428571429px !important;
}
.g2k-data-grid-cell .ant-checkbox,
.g2k-data-grid-selection-header-cell .ant-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}.g2k-select-dropdown {
  width: 400px !important;
  padding: 12px !important;
}.g2k-data-grid-text-cell-input {
  height: 100%;
  width: 100%;
  line-height: 1.5;
  background-color: transparent;
  border: none;
  outline: none;
  field-sizing: content;
  resize: none;
}.g2k-data-grid-selectable-multiple-item-cell-label {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 100px;
  gap: 8px;
  background-color: var(--bg-box);
  height: 36px;
  --max-width: calc(268px - 24px - 36px - 4px);
  max-width: var(--max-width);
}
.g2k-data-grid-selectable-multiple-item-cell-label .g2k-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g2k-data-grid-selectable-multiple-item-cell-label.has-right {
  --max-width: calc(268px - 24px - 72px - 8px);
}.g2k-data-grid-selectable-multiple-item-cell-labels {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 100px;
  gap: 8px;
  background-color: var(--bg-box);
  height: 36px;
}

.g2k-data-grid-selectable-multiple-item-cell-labels-dropdown .g2k-popover-inner {
  padding: 8px;
}

.g2k-data-grid-selectable-multiple-item-cell-labels-dropdown.g2k-popover {
  padding: 12px;
}

.g2k-data-grid-selectable-multiple-item-cell-labels-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.g2k-data-grid-selectable-multiple-item-cell-labels-dropdown-item {
  display: flex;
  gap: 8px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
}
.g2k-data-grid-selectable-multiple-item-cell-labels-dropdown-item:hover {
  background-color: var(--bg-box-hover);
}.g2k-data-grid-cell-edit-translation-tooltip .ant-popover-inner {
  max-width: 240px;
  background-color: var(--black);
}.g2k-data-grid-filter-dropdown .ant-dropdown-menu {
  padding: 4px;
  min-width: 180px;
  max-width: 275px;
  max-height: 400px;
  overflow-y: auto;
  list-style-type: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.g2k-data-grid-filter-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-only-child {
  padding: 10px 8px;
  border-radius: 8px;
}
.g2k-data-grid-filter-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-only-child.ant-dropdown-menu-item-active {
  background-color: var(--neutral-100);
}

.g2k-data-grid-filter-option-label {
  color: var(--neutral-700) !important;
  max-width: 250px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.g2k-data-grid-filter-option-label.active {
  color: var(--neutral-900) !important;
}.g2k-data-grid-floating-actions {
  position: absolute;
  left: calc(50% + 140px);
  transform: translateX(-50%);
  z-index: 999;
  background-color: var(--neutral-000);
  border-radius: 12px;
  bottom: 88px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 12px 12px 20px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  opacity: 0;
}
.g2k-data-grid-floating-actions .text-selected-items {
  background-color: var(--neutral-100);
  margin-left: 16px;
  padding: 4px 8px;
  gap: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.g2k-data-grid-floating-actions.visible {
  opacity: 1;
  display: flex;
}.g2k-data-grid-no-rows {
  width: calc(100vw - 280px);
  height: calc(100vh - 152px - 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}.g2k-data-grid-view {
  width: calc(100vw - 280px);
  overflow: scroll;
  height: 100%;
  max-height: calc(100vh - 230px);
}
.g2k-data-grid-view__header-row--grouped {
  grid-template-rows: 44px 44px;
}
.g2k-data-grid-view__header-row--single {
  grid-template-rows: 44px;
}
.g2k-data-grid-view .rdg-cell.rdg-column-group-header {
  text-align: center;
}
.g2k-data-grid-view .rdg-cell {
  padding-inline: unset;
  outline: 0.5px solid var(--neutral-200);
  outline-offset: -0.5px;
}
@supports (-webkit-hyphens: none) {
  .g2k-data-grid-view [role=gridcell] {
    min-height: 100%;
    height: -moz-min-content;
    height: min-content;
  }
}
@-moz-document url-prefix() {
  .g2k-data-grid-view [role=gridcell] {
    min-height: auto;
  }
}
.g2k-data-grid-view .rdg-cell[aria-selected=true] {
  outline-offset: unset;
}
.g2k-data-grid-view .rdg-row:hover {
  background-color: var(--neutral-100);
  cursor: pointer;
}
.g2k-data-grid-view .rdg-header-row {
  background-color: var(--neutral-100);
}
.g2k-data-grid-view .rdg-header-row .rdg-cell {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--neutral-700);
  padding-block-start: unset !important;
  display: flex;
  align-items: center;
}
.g2k-data-grid-view .rdg-header-row .rdg-column-group-header {
  justify-content: center;
}
.g2k-data-grid-view .g2k-data-grid-view-row_origin {
  background-color: aquamarine;
}

.g2k-data-grid-view-loading-overlay {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.g2k-data-grid-view-loading-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-top: 1px solid var(--neutral-200);
}.g2k-multi-select-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 384px;
}
.g2k-multi-select-dropdown-content .ant-checkbox-wrapper {
  width: 100%;
  height: 2.5rem;
}
.g2k-multi-select-dropdown-content .ant-checkbox-wrapper .ant-checkbox-inner {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px;
}
.g2k-multi-select-dropdown-content .ant-checkbox-wrapper .ant-checkbox-inner:after {
  width: 5.71px;
  height: 9.14px;
}
.g2k-multi-select-dropdown-content .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--primary-500) !important;
  border-color: var(--primary-500) !important;
}.action-icon {
  z-index: 1;
}

.action-icon:hover::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  translate: -4px -4px;
  background-color: var(--neutral-200);
  z-index: -1;
  border-radius: 8px;
}.g2k_input_container {
  font-size: 0.875rem;
  height: 44px;
  background-color: var(--neutral-100);
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  padding: 0 0.75rem;
  border: 2px solid var(--neutral-100);
  transition: all 0.25s ease-in-out;
  gap: 0.75rem;
}
.g2k_input_container:focus-within {
  border-color: var(--primary-300);
  background: var(--neutral-000);
}
.g2k_input_container.disabled {
  background-color: var(--neutral-200);
  border-color: var(--neutral-200);
  cursor: not-allowed;
}
.g2k_input_container.disabled .g2k_input {
  color: var(--neutral-400);
}
.g2k_input_container.has_error {
  border-color: var(--red-200);
  background: var(--neutral-000);
}
.g2k_input_container .g2k_input {
  background-color: transparent;
  outline: none !important;
  height: 100%;
  flex: 1;
  color: var(--neutral-900);
  border: none;
}
.g2k_input_container .g2k_input:disabled {
  cursor: not-allowed;
}
.g2k_input_container .g2k_input::-moz-placeholder {
  color: var(--neutral-400);
}
.g2k_input_container .g2k_input::placeholder {
  color: var(--neutral-400);
}
.g2k_input_container .g2k_input:-webkit-autofill, .g2k_input_container .g2k_input:-webkit-autofill:hover, .g2k_input_container .g2k_input:-webkit-autofill:focus, .g2k_input_container .g2k_input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-01) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent !important;
  font-size: 0.875rem;
  font-family: "Inter";
}
.g2k_input_container .g2k_input_suffix,
.g2k_input_container .g2k_input_prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-700);
}

.g2k_input_label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}
.g2k_input_label.required::before {
  content: "* ";
  color: var(--red-600);
}.g2k_select_container {
  width: 100%;
}
.g2k_select_container .g2k_select {
  width: 100%;
  height: 2.5rem;
}
.g2k_select_container .g2k_select.has_error.g2k-select-outlined:not(.g2k-select-customize-input) .g2k-select-selector {
  border-color: var(--red-200);
  background: var(--neutral-000);
}
.g2k_select_container .g2k_select.g2k-select-outlined:not(.g2k-select-customize-input) .g2k-select-selector {
  background-color: var(--neutral-100);
  border: 2px solid var(--neutral-100);
  border-radius: 0.75rem;
}
.g2k_select_container .g2k_select.g2k-select-single .g2k-select-selector {
  border-radius: 0.75rem;
  padding: 0 0.75rem;
}
.g2k_select_container .g2k_select.g2k-select .g2k-select-selection-placeholder {
  color: var(--neutral-400);
}
.g2k_select_container .g2k_select.g2k-select-outlined:not(.g2k-select-disabled):not(.g2k-select-customize-input):not(.g2k-pagination-size-changer):hover .g2k-select-selector {
  border-color: var(--neutral-100);
}
.g2k_select_container .g2k_select.g2k-select-focused.g2k-select-outlined:not(.g2k-select-disabled):not(.g2k-select-customize-input):not(.g2k-pagination-size-changer) .g2k-select-selector {
  border-color: var(--primary-300);
  box-shadow: none;
  background-color: var(--neutral-000);
}
.g2k_select_container .g2k_select .g2k-select-clear {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  transform: translateY(-50%);
  right: 8px;
}
.g2k_select_container .g2k_select .g2k-select-arrow {
  right: 6px;
}
.g2k_select_container .g2k_select .g2k-select-selection-item {
  color: var(--neutral-900);
}

.g2k-select-dropdown {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.1);
  padding: 4px;
  border-radius: 0.75rem;
  border: 1px solid var(--neutral-100);
}
.g2k-select-dropdown .g2k-select-item {
  padding: 10px 8px;
  border-radius: 0.5rem;
  color: var(--neutral-700);
}
.g2k-select-dropdown .g2k-select-item-option-active:not(.g2k-select-item-option-disabled) {
  background-color: var(--neutral-100);
  color: var(--neutral-900);
}.g2k_card {
  background-color: var(--neutral-000);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
}.remove_btn {
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--red-100);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red-600);
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.remove_btn:hover {
  background-color: var(--red-600);
  color: var(--neutral-000);
}

.category__title {
  max-height: 28px;
}
.category__title::before {
  content: "";
  width: 8px;
  height: 100%;
  border-radius: 2px;
  background-color: var(--primary-500);
  position: absolute;
  top: 0;
  left: 0;
}.g2k_message_box {
  --icon-background: var(--blue-600);
  padding: 0.75rem;
  background-color: var(--blue-100);
  border: 1px solid var(--blue-200);
  color: var(--blue-700);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.g2k_message_box.success {
  --icon-background: var(--green-600);
  background-color: var(--green-100);
  border: 1px solid var(--green-200);
  color: var(--green-700);
}
.g2k_message_box.warning {
  --icon-background: var(--yellow-600);
  background-color: var(--yellow-100);
  border: 1px solid var(--yellow-200);
  color: var(--yellow-700);
}
.g2k_message_box.danger {
  --icon-background: var(--red-600);
  background-color: var(--red-100);
  border: 1px solid var(--red-200);
  color: var(--red-700);
}
.g2k_message_box .g2k_message_box_icon {
  width: 28px;
  height: 28px;
  border-radius: 0.5rem;
  background-color: var(--icon-background);
  display: flex;
  align-items: center;
  justify-content: center;
}.g2k-multi-select-dropdown .ant-popover-inner {
  border-radius: 16px;
}

.g2k-multi-select-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 384px;
}

.g2k-multi-select-dropdown-tree {
  overflow-y: auto;
}

.g2k-multi-select-dropdown-tree.view-only .ant-tree-checkbox {
  display: none;
}

.g2k-multi-select-dropdown-tree-node {
  width: 100%;
  padding: 0 0 12px 0 !important;
}
.g2k-multi-select-dropdown-tree-node.level-1 {
  padding: 0 0 12px 0 !important;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-switcher-leaf-line::before {
  top: -12px;
  border-inline-end: 2px solid var(--border-strong);
}
.g2k-multi-select-dropdown-tree-node .ant-tree-switcher-leaf-line::after {
  width: 12px;
  height: 16px;
  border-bottom-left-radius: 8px;
  border-bottom: 2px solid var(--border-strong);
  left: -18px;
  border-left: 2px solid var(--border-strong);
}
.g2k-multi-select-dropdown-tree-node .ant-tree-indent-unit.ant-tree-indent-unit:before {
  top: -12px;
  border-inline-end: 2px solid var(--border-strong);
}
.g2k-multi-select-dropdown-tree-node.disable-tree-indent .ant-tree-indent-unit.ant-tree-indent-unit:before {
  display: none;
}
.g2k-multi-select-dropdown-tree-node.ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  height: 16px !important;
  top: -12px !important;
}
.g2k-multi-select-dropdown-tree-node.ant-tree-treenode-leaf-last .ant-tree-indent-unit.ant-tree-indent-unit:last-of-type:before {
  top: -12px;
  border-inline-end: 2px solid var(--border-strong);
  bottom: 20px;
}
.g2k-multi-select-dropdown-tree-node.has-child .ant-tree-indent-unit.ant-tree-indent-unit:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  border-bottom-left-radius: 7px;
  border-bottom: 2px solid var(--border-strong);
  left: 14px;
  border-left: 2px solid var(--border-strong);
}
.g2k-multi-select-dropdown-tree-node .ant-tree-node-content-wrapper {
  line-height: 20px !important;
  border-radius: 8px !important;
  width: 100%;
  padding: 4px 8px !important;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-node-content-wrapper:hover {
  background-color: var(--neutral-100) !important;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: inherit !important;
}
.g2k-multi-select-dropdown-tree-node.highlight .ant-tree-node-content-wrapper {
  background-color: var(--primary-100) !important;
  color: var(--primary-500) !important;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-checkbox {
  margin-inline-end: unset;
  margin-top: unset;
  align-self: center;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  border-color: var(--primary-500);
}
.g2k-multi-select-dropdown-tree-node .ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  width: 7px;
  height: 11px;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-checkbox.ant-tree-checkbox-indeterminate::after {
  width: 11px;
  height: 11px;
  border-radius: 3px;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-checkbox .ant-tree-checkbox-inner {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: solid 2px var(--neutral-700);
}
.g2k-multi-select-dropdown-tree-node .ant-tree-switcher {
  width: 0px;
}
.g2k-multi-select-dropdown-tree-node .ant-tree-switcher span[role=img] {
  display: none;
}
.g2k-multi-select-dropdown-tree-node .g2k-text {
  line-height: unset;
}/** Disable base preflight css from tailwindcss */
/* @import 'tailwindcss/base'; */
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!right-0 {
  right: 0px !important;
}
.\!top-0 {
  top: 0px !important;
}
.-left-\[34px\] {
  left: -34px;
}
.-right-2 {
  right: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[27px\] {
  bottom: 27px;
}
.bottom-\[58px\] {
  bottom: 58px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-\[-0px\] {
  top: -0px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[54px\] {
  top: 54px;
}
.top-\[93px\] {
  top: 93px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-3 {
  margin: 0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[76px\] {
  margin-bottom: 76px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[13px\] {
  margin-left: 13px;
}
.ml-\[45px\] {
  margin-left: 45px;
}
.ml-\[55px\] {
  margin-left: 55px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[70px\] {
  margin-left: 70px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.\!h-\[36px\] {
  height: 36px !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[calc\(100\%-16px\)\] {
  height: calc(100% - 16px);
}
.h-\[calc\(100\%-20px\)\] {
  height: calc(100% - 20px);
}
.h-\[calc\(100vh-116px\)\] {
  height: calc(100vh - 116px);
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-\[none\] {
  max-height: none !important;
}
.\!max-h-full {
  max-height: 100% !important;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[288px\] {
  max-height: 288px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[480px\] {
  max-height: 480px;
}
.max-h-\[560px\] {
  max-height: 560px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.\!w-\[36px\] {
  width: 36px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[225px\] {
  width: 225px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-\[calc\(100\%-280px\)\] {
  width: calc(100% - 280px);
}
.w-\[calc\(100\%-360px\)\] {
  width: calc(100% - 360px);
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-\[calc\(100\%-44px\)\] {
  width: calc(100% - 44px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-\[112px\] {
  min-width: 112px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[76px\] {
  min-width: 76px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.min-w-\[calc\(100\%-44px\)\] {
  min-width: calc(100% - 44px);
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-\[336px\] {
  flex-basis: 336px;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-1 {
  gap: 0.25rem !important;
}
.\!gap-3 {
  gap: 0.75rem !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.\!self-start {
  align-self: flex-start !important;
}
.self-end {
  align-self: flex-end;
}
.\!self-center {
  align-self: center !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[240px\] {
  border-radius: 240px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.\!border-t {
  border-top-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[var\(--border-strong\)\] {
  border-color: var(--border-strong);
}
.border-\[var\(--neutral-200\)\] {
  border-color: var(--neutral-200);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.\!border-t-\[var\(--border-strong\)\] {
  border-top-color: var(--border-strong) !important;
}
.border-b-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-l-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.\!bg-\[var\(--border-strong\)\] {
  background-color: var(--border-strong) !important;
}
.\!bg-\[var\(--primary-300\)\] {
  background-color: var(--primary-300) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#E8E8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8E9ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[--border-strong\] {
  background-color: var(--border-strong);
}
.bg-\[var\(--border-strong\)\] {
  background-color: var(--border-strong);
}
.bg-\[var\(--neutral-000\)\] {
  background-color: var(--neutral-000);
}
.bg-\[var\(--neutral-100\)\] {
  background-color: var(--neutral-100);
}
.bg-\[var\(--neutral-200\)\] {
  background-color: var(--neutral-200);
}
.bg-\[var\(--neutral-400\)\] {
  background-color: var(--neutral-400);
}
.bg-\[var\(--neutral-700\)\] {
  background-color: var(--neutral-700);
}
.bg-\[var\(--primary-100\)\] {
  background-color: var(--primary-100);
}
.bg-\[var\(--primary-300\)\] {
  background-color: var(--primary-300);
}
.bg-\[var\(--primary-500\)\] {
  background-color: var(--primary-500);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[2px\] {
  padding: 2px;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-\[9px\] {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.\!py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[160px\] {
  padding-left: 160px;
  padding-right: 160px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[42px\] {
  padding-left: 42px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-7 {
  line-height: 1.75rem !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.\!text-\[\#ADADAD\] {
  --tw-text-opacity: 1 !important;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[var\(--primary-500\)\] {
  color: var(--primary-500) !important;
}
.text-\[var\(--gray-600\)\] {
  color: var(--gray-600);
}
.text-\[var\(--green-600\)\] {
  color: var(--green-600);
}
.text-\[var\(--neutral-000\)\] {
  color: var(--neutral-000);
}
.text-\[var\(--neutral-400\)\] {
  color: var(--neutral-400);
}
.text-\[var\(--neutral-700\)\] {
  color: var(--neutral-700);
}
.text-\[var\(--neutral-900\)\] {
  color: var(--neutral-900);
}
.text-\[var\(--primary-500\)\] {
  color: var(--primary-500);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  /* Common */
  --neutral-900: #111111;
  --neutral-700: #60666c;
  --neutral-400: #adadad;
  --neutral-200: #e8e8e8;
  --neutral-100: #f3f4f6;
  --neutral-000: #ffffff;
  --neutral-000-06: rgba(255, 255, 255, 0.6);
  --neutral-000-04: rgba(255, 255, 255, 0.4);

  --gray-900: #2b2d2e;
  --gray-800: #4b4e52;
  --gray-700: #656b70;
  --gray-600: #8d9399;
  --gray-500: #b1b7bd;
  --gray-400: #f0f2f5;

  --blue-700: #06498c;
  --blue-600: #0a84ff;
  --blue-200: #bdd5ff;
  --blue-100: #e5f2ff;
  --blue-500: #0a84ff;

  --green-700: #1d6d31;
  --green-600: #34c759;
  --green-500: #34c759;
  --green-200: #d4e8cf;
  --green-100: #e3f7e6;

  --yellow-700: #8c7000;
  --yellow-600: #ffcc00;
  --yellow-200: #fde8ba;
  --yellow-100: #fff8e5;

  --red-700: #8c201a;
  --red-600: #ff3b30;
  --red-200: #fcd0cf;
  --red-100: #ffe7e5;

  --text-default: var(--neutral-900);
  --text-gray: var(--neutral-700);
  --text-brown: #9f6b53;
  --text-orange: #d9730d;
  --text-yellow: #ff8318;
  --text-green: #34c759;
  --text-blue: #0a84ff;
  --text-purple: #9992f4;
  --text-pink: #f498be;
  --text-red: #ff3b30;
  --text-description: rgba(0, 0, 0, 0.45);
  --text-placeholder: var(--neutral-400);
  --text-error: var(--error-default);

  --icon: rgba(0, 0, 0, 0.45);

  --background-default: #f5f5f5;
  --error-default: var(--red-600);

  --black: rgba(0, 0, 0, 0.88);
  --black-06: rgba(0, 0, 0, 0.6);

  --border-default: #d7dce0;
  --border-strong: #e5e5e5;

  /* Customization */
  --require-mark: #ff3b30;
  --voice-clip: #f5222d;
  --disabled-container-background: rgba(255, 131, 24, 0.04);

  --selected-dropdown-item-background: var(--primary-100);
  --dropdown-item-hover-background: #ebf5ff;
  --dropdown-item-color: #2b2d2e;

  --selected-question-item-background: var(--primary-100);

  --background-gradient: linear-gradient(
    180deg,
    var(--background-default) 10%,
    var(--primary-50) 110%
  );

  --banner-status-item-highlight: #ebc342;
  --banner-status-color: #37b1e6;

  --question-detail-publish-icon-color: #4aa879;

  --subject-hint-color: #3877d6;
  --subject-hint-icon-color: #43abae;
  --subject-hint-border-color: #ccfeff;
  --subject-hint-background: #f1ffff;

  --sematic-info-blue-default: #0a84ff;
  --sematic-info-blue-dark: #06498c;
  --sematic-info-blue-light: #e5f2ff;
  --sematic-info-blue-light-2: #bdd5ff;

  --sematic-danger-red-default: #ff3b30;
  --sematic-danger-red-dark: #8c201a;
  --sematic-danger-red-light: #ffe7e5;
  --sematic-danger-red-light-2: #fcd0cf;

  --sematic-success-green-default: #34c759;
  --sematic-success-green-dark: #1d6d31;
  --sematic-success-green-light: #d4e8cf;
  --sematic-success-green-light-2: #d4e8cf;

  --sematic-warning-yellow-default: #ffcc00;
  --sematic-warning-yellow-light-3: #ffdec2;
  --sematic-warning-yellow-700: #8c7000;

  /* Status Theme */
  --status-icon-not-started: #ff8318;
  --status-text-not-started: #d66300;
  --status-background-not-started: #fff4eb;

  --status-icon-in-progress: #0a84ff;
  --status-text-in-progress: #06498c;
  --status-background-in-progress: #e5f2ff;

  --status-icon-overdue: #ff3b30;
  --status-text-overdue: #8c201a;
  --status-background-overdue: #ffe7e5;

  --status-icon-completed: #34c759;
  --status-text-completed: #1d6d31;
  --status-background-completed: #d4e8cf;

  --status-icon-closed: #60666c;
  --status-text-closed: #60666c;
  --status-background-closed: #f3f4f6;

  --status-text-answered: #1d6d31;
  --status-background-answered: #d4e8cf;

  --status-text-not-answer-yet: #d66300;
  --status-background-not-answer-yet: #fff4eb;

  --status-text-high-light-search-text: var(--primary-500);
  --status-background-high-light-search-text: #fff4eb;

  --security-banner-logo-max-height: 30px;
  --create-kt-logo-height: 40px;

  --download-now-button-gradient: var(--button-gradient);
  --hand-free-button-gradient: var(--button-gradient);
}
@media screen and (min-width: 480px) {
  :root {
    --thumbnail-size: 196px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --thumbnail-size: 240px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --thumbnail-size: 320px;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Inter', sans-serif;
  color: var(--black);
  background: var(--background-default);
  font-size: 14px;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  monospace;
}
.bg-white {
  background: var(--neutral-000);
}
.quill {
  height: 244px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--neutral-000);
}
.quill .ql-toolbar .ql-picker-label {
  font-family: 'Montserrat', sans-serif;
}
.quill .ql-toolbar .ql-picker-options span {
  font-family: 'Montserrat', sans-serif;
}
.ql-container {
  height: calc(100% - 50px);
}
.ql-container .ql-editor {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: black;
}
.ql-toolbar.ql-snow {
  border-radius: 6px 6px 0 0;
}
.ql-container.ql-snow {
  border-radius: 0 0 6px 6px;
}
.ql-container .ql-editer.ql-blank::before {
  font-style: inherit;
  font-size: 14px;
  font-family: 'Montserrat';
}
.ellipsis-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
::-webkit-scrollbar-track {
  margin: 0 8px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  /* border: 6px solid rgba(0, 0, 0, 0); */
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #d7dce0;
}
::-webkit-scrollbar-corner {
  background: var(--background-default);
}
vercel-live-feedback {
  display: none;
}
form div.ant-form-item-explain .ant-form-item-explain-error:not(:first-child) {
  display: none;
}
/* Override Ant Design styles */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: unset;
}
@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-center svg {
  display: inline-block;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}
.hint {
  color: rgba(142, 142, 142, 0.88);
}
.title1 {
  color: var(--neutral-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.title3 {
  color: var(--neutral-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.title3.medium {
  color: var(--neutral-700);
}
.caption1 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--neutral-700);
}
.caption2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.body1 {
  color: var(--neutral-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.semiBold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
strong {
  font-weight: 600;
}
.mb-16 {
  margin-bottom: 16px;
}
.hidden {
  display: none;
}
@keyframes jump {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(2);
  }
}
audio {
  box-shadow: 0 4px 12px 0 rgba(43, 45, 46, 0.1);
  border-radius: 32px;
}
audio::-webkit-media-controls-panel {
  background: var(--neutral-000);
}
audio::-webkit-media-controls-play-button {
  background-color: var(--primary-500);
  border-radius: 50%;
}
.page-loading {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.page-loading .ant-spin .ant-spin-dot-item {
  background-color: var(--primary-500);
}
.square {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.square .square-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nprogress .spinner {
  display: none !important;
}
#nprogress .peg {
  box-shadow: none !important;
}
#nprogress .bar {
  background: var(--primary-500) !important;
}
.ant-tooltip .ant-tooltip-inner {
  display: flex;
  align-items: center;
}
.Toastify__toast-container {
  --toastify-toast-width: 360px;
}
.ant-message {
  bottom: 24px !important;
  top: unset !important;
}
.ant-message-notice-content {
  border-radius: 10px !important;
  background: var(--neutral-900) !important;
  backdrop-filter: blur(8px);
  padding: 12px 16px !important;
}
.SiderSubMenu .ant-menu-item {
    display: flex !important;
    align-items: center;
  }
.SiderSubMenu .ant-menu-item:hover {
      background-color: unset !important;
      background: linear-gradient(
              90deg,
              var(--selected-sidebar-menu-item-bg) 0%,
              rgba(253, 245, 236, 0) 100%
      );
    }
/* Keyboard navigation */
*:focus-visible {
  outline: 1px solid var(--primary-500) !important;
  outline-offset: 1px !important;
  border-radius: 12px;
}
*:focus-visible.ant-input {
    outline: none !important;
  }
.ant-picker-input > input:focus-visible {
  outline: none !important;
}
.ant-pagination-options
.ant-select-selector
.ant-select-selection-search
> input:focus-visible {
  outline: none !important;
}
/* End Keyboard navigation */
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:bg-\[var\(--neutral-100\)\]:hover {
  background-color: var(--neutral-100);
}
.hover\:\!text-\[var\(--primary-500\)\]:hover {
  color: var(--primary-500) !important;
}
.hover\:\!shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 1280px) {
  .xl\:\!text-\[36px\] {
    font-size: 36px !important;
  }
  .xl\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .xl\:\!leading-\[44px\] {
    line-height: 44px !important;
  }
}
._typography_1ipeh_1 {
  color: var(--neutral-900);
}

._typography--h1_1ipeh_5 {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

._typography--h2_1ipeh_11 {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

._typography--h3_1ipeh_17 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

._typography--h4_1ipeh_23 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

._typography--h5_1ipeh_29 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

._typography--h6_1ipeh_35 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

._typography--title-1_1ipeh_41 {
  font-size: 20px;
  line-height: 32px;
}

._typography--title-2_1ipeh_46 {
  font-size: 18px;
  line-height: 28px;
}

._typography--title-3_1ipeh_51 {
  font-size: 16px;
  line-height: 24px;
}

._typography--body-1_1ipeh_56 {
  font-size: 16px;
  line-height: 24px;
}

._typography--body-2_1ipeh_61 {
  font-size: 14px;
  line-height: 20px;
}

._typography--body-3_1ipeh_66 {
  font-size: 12px;
  line-height: 18px;
}

._typography--caption-1_1ipeh_71 {
  font-size: 14px;
  line-height: 20px;
}

._typography--caption-2_1ipeh_76 {
  font-size: 12px;
  line-height: 18px;
}

._typography--button_1ipeh_81 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

._typography--button-1_1ipeh_87 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

._typography--button-2_1ipeh_93 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

._align-left_1ipeh_99 {
  text-align: left;
}

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

._align-right_1ipeh_107 {
  text-align: right;
}

._weight-light_1ipeh_111 {
  font-weight: 300;
}

._weight-medium_1ipeh_115 {
  font-weight: 500;
}

._weight-semi-bold_1ipeh_119 {
  font-weight: 600;
}

._weight-bold_1ipeh_123 {
  font-weight: 700;
}

._textStyle-normal_1ipeh_127 {
  font-style: normal;
}

._textStyle-italic_1ipeh_131 {
  font-style: italic;
}._G2KButton_3cuku_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

._G2KButton--small_3cuku_10 {
  height: 32px;
  padding: 6px 10px;
  gap: 6px;
  border-radius: 8px;
}
._G2KButton--small_3cuku_10._G2KButton--icon_3cuku_16 {
  padding: 6px;
}

._G2KButton--medium_3cuku_20 {
  height: 40px;
  padding: 8px 12px;
  gap: 8px;
  border-radius: 10px;
}
._G2KButton--medium_3cuku_20._G2KButton--icon_3cuku_16 {
  padding: 8px;
}

._G2KButton--large_3cuku_30 {
  height: 44px;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 12px;
}
._G2KButton--large_3cuku_30._G2KButton--icon_3cuku_16 {
  padding: 10px;
}

._G2KButton--primary_3cuku_40 {
  background-color: var(--primary-500);
}
._G2KButton--primary_3cuku_40:hover {
  background-color: var(--primary-500-hover);
}
._G2KButton--primary_3cuku_40:focus {
  box-shadow: 0 0 0 3px var(--primary-300);
  background-color: var(--primary-500);
}

._G2KButton--secondary_3cuku_51 {
  border: 1.5px solid var(--primary-300);
  background-color: var(--primary-100);
}
._G2KButton--secondary_3cuku_51:hover {
  background-color: var(--primary-200);
}
._G2KButton--secondary_3cuku_51:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px var(--primary-300);
  background-color: var(--primary-100);
}

._G2KButton--tertiary_3cuku_64 {
  border: 1.5px solid var(--neutral-200);
  background-color: var(--neutral-000);
}
._G2KButton--tertiary_3cuku_64._G2KButton--icon_3cuku_16 {
  border-color: transparent;
}
._G2KButton--tertiary_3cuku_64:hover {
  background-color: var(--neutral-100);
}
._G2KButton--tertiary_3cuku_64:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px var(--neutral-200);
  background-color: var(--neutral-000);
}
._G2KButton--tertiary_3cuku_64:focus._G2KButton--icon_3cuku_16 {
  box-shadow: none;
}

._G2KButton--danger_3cuku_83 {
  border: 1.5px solid var(--sematic-danger-red-light);
  background-color: var(--sematic-danger-red-light);
}
._G2KButton--danger_3cuku_83:hover {
  background-color: var(--sematic-danger-red-light);
}
._G2KButton--danger_3cuku_83:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px var(--sematic-danger-red-light);
  background-color: var(--sematic-danger-red-light);
}

._G2KButton--disabled_3cuku_96 {
  cursor: not-allowed;
  border: 1.5px solid var(--neutral-200);
  background-color: var(--neutral-200);
}
._G2KButton--disabled_3cuku_96:hover {
  background-color: var(--neutral-200);
}
._G2KButton--disabled_3cuku_96:focus {
  background-color: var(--neutral-200);
}

._G2KButton--rounded_3cuku_108 {
  border-radius: 100px;
}
._G2KButton--rounded_3cuku_108._G2KButton--small_3cuku_10 {
  width: 32px;
}
._G2KButton--rounded_3cuku_108._G2KButton--medium_3cuku_20 {
  width: 40px;
}
._G2KButton--rounded_3cuku_108._G2KButton--large_3cuku_30 {
  width: 44px;
}

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

._G2KButton--loading--disabled_3cuku_127 .ant-spin-dot-item {
  background-color: var(--neutral-400);
}

._G2KButton--loading--primary_3cuku_131 .ant-spin-dot-item {
  background-color: white;
}

._G2KButton--loading--secondary_3cuku_135 .ant-spin-dot-item {
  background-color: var(--primary-500);
}

._G2KButton--loading--tertiary_3cuku_139 .ant-spin-dot-item {
  background-color: var(--neutral-900);
}._confirmWrapper_ovouj_1 {
  width: 341px;
}
._confirmWrapper_ovouj_1 ._title_ovouj_4 {
  color: var(--neutral-900);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._confirmWrapper_ovouj_1 ._content_ovouj_12 {
  color: var(--neutral-700);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
._confirmWrapper_ovouj_1 ._actions_ovouj_21 {
  margin-top: 24px;
}
._confirmWrapper_ovouj_1 .ant-modal-close {
  top: -8px;
  right: -8px;
}
._confirmWrapper_ovouj_1 .ant-modal-body {
  text-align: center;
}

._confirmWarning_ovouj_32 {
  background-color: var(--sematic-danger-red-default) !important;
  transition: opacity 0.2s ease-in-out !important;
}
._confirmWarning_ovouj_32:hover {
  background-color: var(--sematic-danger-red-default) !important;
  opacity: 0.8 !important;
}._Toastify__toast--modify_1sq36_1 {
  padding: 24px;
  border: 2px solid;
  border-radius: 16px;
  border-color: var(--neutral-200);
  font-family: "Inter", sans-serif;
}
._Toastify__toast--modify_1sq36_1 .Toastify__toast-body {
  padding: 0;
}
._Toastify__toast--modify_1sq36_1 {
  /** Used to position the icon **/
}
._Toastify__toast--modify_1sq36_1 .Toastify__toast-icon {
  display: none;
}
._Toastify__toast--modify_1sq36_1 .Toastify__close-button {
  color: var(--neutral-900);
  opacity: 1;
  margin-top: 3px;
}
._Toastify__toast--modify_1sq36_1 .Toastify__close-button :hover {
  color: var(--primary-500);
}

._Toastify__toast--modify--info_1sq36_26 {
  border-color: var(--sematic-info-blue-light-2);
}

._Toastify__toast--modify--success_1sq36_30 {
  border-color: var(--sematic-success-green-light-2);
}

._Toastify__toast--modify--warning_1sq36_34 {
  border-color: var(--sematic-warning-yellow-light-3);
}

._Toastify__toast--modify--error_1sq36_38 {
  border-color: var(--sematic-danger-red-light-2);
}._TemplateFormTitle_95trs_1::before {
  content: "";
  width: 8px;
  height: 100%;
  border-radius: 2px;
  background-color: var(--primary-500);
  position: absolute;
  top: 0;
  left: 0;
}

._TemplateFormAlert_95trs_12.g2k-alert-info {
  border-radius: 12px;
  border: 2px solid var(--blue-200);
  background: #fff;
  padding: 20px;
}
._TemplateFormAlert_95trs_12 .g2k-alert-message {
  margin-bottom: 4px;
}

._ReasonPositionLine_95trs_22 {
  position: absolute;
  left: -22px;
  top: -24px;
  height: 76px;
  width: 22px;
  border-radius: 0 0 0 10px;
  border-bottom: 2px solid var(--border-strong);
  border-left: 2px solid var(--border-strong);
}

._PositionLine_95trs_33 {
  position: absolute;
  left: -27px;
  top: -37px;
  height: calc(100% + 35px);
  width: 2px;
  background: var(--border-strong);
}
._PositionLine_95trs_33._ViewOnly_95trs_41 {
  left: -4px;
  top: -39px;
}

._PositionCategoryLine_95trs_46 {
  position: absolute;
  left: -11px;
  top: -35px;
  height: 70px;
  width: 2px;
  background: var(--border-strong);
}
._PositionCategoryLine_95trs_46._ViewOnly_95trs_41 {
  left: 12px;
  top: -34px;
}
._PositionCategoryLine_95trs_46._ViewOnly_95trs_41._First_95trs_58 {
  height: 60px;
  top: -25px;
}

._PositionCategoryLineBorder_95trs_63 {
  position: absolute;
  left: -11px;
  top: 31px;
  height: 20px;
  width: 22px;
  border-bottom-left-radius: 10px;
  border-bottom: 2px solid var(--border-strong);
  border-left: 2px solid var(--border-strong);
}
._PositionCategoryLineBorder_95trs_63._ViewOnly_95trs_41 {
  left: 12px;
  top: 29px;
  width: 20px;
}

._CategoryQuestionLine_95trs_79 {
  position: absolute;
  left: 58px;
  top: -12px;
  height: calc(100% - 23px);
  width: 2px;
  background: var(--border-strong);
}
._CategoryQuestionLine_95trs_79._ViewOnly_95trs_41 {
  left: 56px;
}

._CategoryQuestionLineBorder_95trs_91 {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 20px;
  width: 19px;
  border-bottom-left-radius: 10px;
  border-bottom: 2px solid var(--border-strong);
  border-left: 2px solid var(--border-strong);
}
._CategoryQuestionLineBorder_95trs_91._ViewOnly_95trs_41 {
  left: 1px;
}

._CollapsePosition_95trs_105 .ant-collapse-expand-icon {
  position: absolute;
  top: 40px;
  left: 20px;
}
._CollapsePosition_95trs_105 .ant-collapse-header {
  padding: 0 !important;
}

._CollapseCategory_95trs_114 .ant-collapse-expand-icon {
  position: absolute;
  top: 37px;
  left: 37px;
}
._CollapseCategory_95trs_114 .g2k-collapse-content-box {
  padding-right: 0 !important;
}._buttonWrapper_qtrle_1 {
  text-align: center;
}
._buttonWrapper_qtrle_1 .ant-space svg {
  display: block;
}
._buttonWrapper_qtrle_1 .ant-space svg path {
  stroke: currentColor;
}
._buttonWrapper_qtrle_1.ant-btn-primary.ant-btn-dangerous {
  background-color: var(--sematic-danger-red-light);
  color: var(--sematic-danger-red-default);
}
._buttonWrapper_qtrle_1.min-w {
  min-width: 115px;
}
._buttonWrapper_qtrle_1 > svg {
  position: relative;
  top: 2px;
}

._G2KButtonBaseDisabled_qtrle_22 {
  cursor: not-allowed;
  color: var(--neutral-400);
}

._G2KButtonTertiary_qtrle_27 {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
  border: none;
  box-shadow: 0 0 0 1.5px var(--neutral-200);
  border-radius: 12px;
  background-color: var(--neutral-000);
}
._G2KButtonTertiary_qtrle_27:hover {
  background-color: var(--neutral-100);
}
._G2KButtonTertiary_qtrle_27:focus {
  box-shadow: 0 0 0 3px var(--neutral-200);
  background-color: var(--neutral-000);
}._root_10kom_1 {
  color: var(--neutral-700);
  cursor: pointer;
}
._root_10kom_1.ant-btn {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  display: inherit;
}
._root_10kom_1.ant-btn span {
  vertical-align: middle;
}
._root_10kom_1.ant-btn svg,
._root_10kom_1.ant-btn span {
  padding: 0 !important;
  margin: 0 !important;
}._wrapper_1c43p_1 {
  display: flex;
}

._contentWrapper_1c43p_5 {
  width: 280px;
  color: var(--neutral-700);
}
._contentWrapper_1c43p_5 .ant-divider-horizontal {
  margin: 16px 0 8px 0;
}

._contentAvatar_1c43p_13 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

._contentHeader_1c43p_19 {
  display: flex;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 8px;
}
._contentHeader_1c43p_19 ._name_1c43p_27 {
  overflow: hidden;
  color: var(--neutral-900);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
._contentHeader_1c43p_19 ._position_1c43p_36 {
  overflow: hidden;
  color: var(--neutral-700);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._contentHeader_1c43p_19 ._right_1c43p_45 {
  margin-left: auto;
  font-size: 14px;
}
._contentHeader_1c43p_19 ._right_1c43p_45 a {
  color: var(--icon);
}

._remove_1c43p_53 {
  color: var(--neutral-700);
  font-size: 18px;
  cursor: pointer;
  position: relative;
  margin-left: 4px;
}
._remove_1c43p_53:hover {
  color: var(--text-error);
}

._quickActionBlock_1c43p_64 {
  background: var(--gray-400);
  padding: 8px 42px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  color: var(--gray-600);
}

._contentActions_1c43p_76 {
  display: flex;
  align-items: center;
}
._contentActions_1c43p_76 svg {
  color: var(--gray-700);
}
._contentActions_1c43p_76 svg:last-child {
  margin-left: 36px;
}

._contact_1c43p_87 {
  padding: 4px 8px 0 8px;
}
._contact_1c43p_87 ._item_1c43p_90 {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 8px;
}
._contact_1c43p_87 ._item_1c43p_90 ._email_1c43p_99 {
  color: var(--sematic-info-blue-default);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
._contact_1c43p_87 ._item_1c43p_90 .caption1 {
  color: var(--neutral-900);
}
._contact_1c43p_87 ._item_1c43p_90 .ant-space-item:nth-child(2) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

._actions_1c43p_116 .ant-btn {
  padding: 10px 8px;
  text-align: left;
}

._ContentInfor_1c43p_121 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-800);
}
._ContentInfor_1c43p_121 svg {
  color: var(--text-link);
}

._content_1c43p_5 ._image_1c43p_134 {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
}
._content_1c43p_5 ._image_1c43p_134 .ant-avatar {
  background: var(--neutral-400);
}
._content_1c43p_5 ._image_1c43p_134 ._remove_1c43p_53 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-500-hover);
  opacity: 0.9;
  cursor: pointer;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  display: none;
}
._content_1c43p_5:hover ._remove_1c43p_53 {
  display: block;
}
._content_1c43p_5._hasBorder_1c43p_161 {
  border-radius: 100px;
  border: 1px solid var(--neutral-200);
  padding: 2px 8px 2px 2px;
}
._content_1c43p_5 .name {
  overflow: hidden;
  color: var(--neutral-900);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
._content_1c43p_5 .name.bold {
  font-weight: 600;
}._G2KInputWrapper_1psjf_1 {
  border-radius: 12px;
  background-color: var(--neutral-100);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
}
._G2KInputWrapper_1psjf_1 ~ .ant-form-item-label > label {
  color: red;
}
._G2KInputWrapper_1psjf_1:focus-within {
  box-shadow: 0 0 0 2px var(--input-shadow-color);
  background-color: var(--neutral-000);
}
._G2KInputWrapper_1psjf_1:hover {
  box-shadow: 0 0 0 2px var(--input-shadow-color);
}
._G2KInputWrapper_1psjf_1 input:-webkit-autofill,
._G2KInputWrapper_1psjf_1 textarea:-webkit-autofill,
._G2KInputWrapper_1psjf_1 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
._G2KInputWrapper_1psjf_1 input:-webkit-autofill:hover,
._G2KInputWrapper_1psjf_1 textarea:-webkit-autofill:hover,
._G2KInputWrapper_1psjf_1 select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
._G2KInputWrapper_1psjf_1 input:-webkit-autofill:focus,
._G2KInputWrapper_1psjf_1 textarea:-webkit-autofill:focus,
._G2KInputWrapper_1psjf_1 select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-000) inset;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
._G2KInputWrapper_1psjf_1 .ant-input-lg:-webkit-autofill,
._G2KInputWrapper_1psjf_1 .ant-input-lg:-webkit-autofill:hover,
._G2KInputWrapper_1psjf_1 .ant-input-lg:-webkit-autofill:focus {
  font-size: 16px;
}
._G2KInputWrapper_1psjf_1 .ant-input-lg {
  min-height: 44px;
}
._G2KInputWrapper_1psjf_1 {
  /* Style for input with affix */
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper {
  border: none;
  background-color: transparent !important;
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper:hover {
  box-shadow: none;
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper-focused {
  box-shadow: none;
  background-color: transparent !important;
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper .ant-input {
  min-height: unset;
  box-shadow: none;
  border: none;
  background-color: var(--neutral-100);
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper .ant-input:focus, ._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper .ant-input:hover {
  box-shadow: none;
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper .ant-input:focus {
  background-color: var(--neutral-000);
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper .ant-input ::-moz-placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper .ant-input ::placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error,
._G2KInputWrapper_1psjf_1 .ant-input-affix-wrapper.ant-input-affix-wrapper-focused.ant-input-affix-wrapper-status-error {
  box-shadow: 0 0 0 2px var(--sematic-danger-red-light-2);
}
._G2KInputWrapper_1psjf_1 {
  /* Style for input */
}
._G2KInputWrapper_1psjf_1 .ant-input {
  border: none;
  background-color: transparent;
}
._G2KInputWrapper_1psjf_1 .ant-input:focus {
  box-shadow: none;
  background-color: transparent;
}
._G2KInputWrapper_1psjf_1 .ant-input:hover {
  box-shadow: none;
}
._G2KInputWrapper_1psjf_1 .ant-input ::-moz-placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapper_1psjf_1 .ant-input ::placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapper_1psjf_1 .ant-input.ant-input-status-error,
._G2KInputWrapper_1psjf_1 .ant-input.ant-input-focused.ant-input-status-error {
  box-shadow: 0 0 0 2px var(--sematic-danger-red-light-2) !important;
}
._G2KInputWrapper_1psjf_1 .ant-input.ant-input-disabled {
  box-shadow: none !important;
  background-color: var(--neutral-200);
  color: var(--neutral-700);
}

._G2KInputWrapperBorderless_1psjf_109 ~ .ant-form-item-label > label {
  color: red;
}
._G2KInputWrapperBorderless_1psjf_109 {
  /* Style for autofill without focus */
}
._G2KInputWrapperBorderless_1psjf_109 input:-webkit-autofill,
._G2KInputWrapperBorderless_1psjf_109 textarea:-webkit-autofill,
._G2KInputWrapperBorderless_1psjf_109 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
._G2KInputWrapperBorderless_1psjf_109 {
  /* Style for autofill on hover */
}
._G2KInputWrapperBorderless_1psjf_109 input:-webkit-autofill:hover,
._G2KInputWrapperBorderless_1psjf_109 textarea:-webkit-autofill:hover,
._G2KInputWrapperBorderless_1psjf_109 select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
._G2KInputWrapperBorderless_1psjf_109 {
  /* Style for autofill with focus */
}
._G2KInputWrapperBorderless_1psjf_109 input:-webkit-autofill:focus,
._G2KInputWrapperBorderless_1psjf_109 textarea:-webkit-autofill:focus,
._G2KInputWrapperBorderless_1psjf_109 select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-000) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-lg:-webkit-autofill,
._G2KInputWrapperBorderless_1psjf_109 .ant-input-lg:-webkit-autofill:hover,
._G2KInputWrapperBorderless_1psjf_109 .ant-input-lg:-webkit-autofill:focus {
  font-size: 16px;
}
._G2KInputWrapperBorderless_1psjf_109 {
  /* Style for input with affix */
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper {
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: none;
  background-color: var(--neutral-100);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper:hover {
  box-shadow: none;
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper-focused {
  box-shadow: none;
  background-color: var(--neutral-000);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper .ant-input {
  box-shadow: none;
  border: none;
  background-color: var(--neutral-100);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper .ant-input:focus, ._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper .ant-input:hover {
  box-shadow: none;
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper .ant-input:focus {
  background-color: var(--neutral-000);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper .ant-input ::-moz-placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper .ant-input ::placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error,
._G2KInputWrapperBorderless_1psjf_109 .ant-input-affix-wrapper.ant-input-affix-wrapper-focused.ant-input-affix-wrapper-status-error {
  box-shadow: none;
}
._G2KInputWrapperBorderless_1psjf_109 {
  /* Style for input */
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input {
  border: none;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-color: var(--neutral-100);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input:focus {
  box-shadow: none;
  background-color: var(--neutral-000);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input:hover {
  box-shadow: none;
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input ::-moz-placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input ::placeholder {
  color: var(--text-placeholder);
}
._G2KInputWrapperBorderless_1psjf_109 .ant-input.ant-input-status-error,
._G2KInputWrapperBorderless_1psjf_109 .ant-input.ant-input-focused.ant-input-status-error {
  box-shadow: none !important;
}

._G2KInputWrapper--margin-top_1psjf_208 {
  margin-top: 8px;
}

._G2KTextArea_1psjf_212 textarea.ant-input {
  min-height: 76px;
}
._G2KTextArea_1psjf_212 textarea.ant-input::-moz-placeholder {
  color: var(--text-placeholder) !important;
}
._G2KTextArea_1psjf_212 textarea.ant-input::placeholder {
  color: var(--text-placeholder) !important;
}

._G2KSelectBorderless_1psjf_219 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
._G2KSelectBorderless_1psjf_219 .ant-select .ant-select-selector {
  border: none;
  background-color: var(--neutral-100);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
._G2KSelectBorderless_1psjf_219 .ant-select .ant-select-selector:hover {
  box-shadow: none !important;
}
._G2KSelectBorderless_1psjf_219 .ant-select:focus-within .ant-select-selector {
  outline: 1px solid var(--primary-500) !important;
  outline-offset: 1px !important;
  border-radius: 12px !important;
}
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-focused .ant-select-selector {
  box-shadow: none !important;
}
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-focused .ant-select-selector:hover {
  box-shadow: none !important;
}
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-focused.ant-select-open .ant-select-selector {
  box-shadow: none !important;
  background-color: var(--neutral-000);
  color: var(--black);
}
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-status-error .ant-select-selector,
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-focused.ant-select-open.ant-select-status-error
        .ant-select-selector {
  box-shadow: none !important;
}
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-focused.ant-select-open
        .ant-select-selector
        .ant-select-selection-item {
  color: inherit;
}
._G2KSelectBorderless_1psjf_219 .ant-select.ant-select-open .ant-select-arrow {
  transform: rotate(180deg);
}

._G2KSelect_1psjf_219 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
._G2KSelect_1psjf_219 .ant-select .ant-select-selector {
  border: none;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-color: var(--neutral-100);
}
._G2KSelect_1psjf_219 .ant-select .ant-select-selector:hover {
  box-shadow: 0 0 0 2px var(--input-shadow-color) !important;
}
._G2KSelect_1psjf_219 .ant-select:focus-within .ant-select-selector {
  outline: 1px solid var(--primary-500) !important;
  outline-offset: 1px !important;
  border-radius: 12px !important;
}
._G2KSelect_1psjf_219 .ant-select.ant-select-focused .ant-select-selector {
  box-shadow: none !important;
}
._G2KSelect_1psjf_219 .ant-select.ant-select-focused .ant-select-selector:hover {
  box-shadow: 0 0 0 2px var(--input-shadow-color) !important;
}
._G2KSelect_1psjf_219 .ant-select.ant-select-focused.ant-select-open .ant-select-selector {
  box-shadow: 0 0 0 2px var(--input-shadow-color) !important;
  background-color: var(--neutral-000);
  color: var(--black);
}
._G2KSelect_1psjf_219 .ant-select.ant-select-status-error .ant-select-selector,
._G2KSelect_1psjf_219 .ant-select.ant-select-focused.ant-select-open.ant-select-status-error
        .ant-select-selector {
  box-shadow: 0 0 0 2px var(--sematic-danger-red-light-2) !important;
}
._G2KSelect_1psjf_219 .ant-select.ant-select-focused.ant-select-open
        .ant-select-selector
        .ant-select-selection-item {
  color: inherit;
}
._G2KSelect_1psjf_219 .ant-select.ant-select-disabled .ant-select-selector {
  box-shadow: none !important;
  background-color: var(--neutral-200);
}
._G2KSelect_1psjf_219 .ant-select.ant-select-open .ant-select-arrow {
  transform: rotate(180deg);
}

._G2KDatePicker_1psjf_321 .ant-picker {
  width: 100% !important;
  height: 40px;
  background-color: var(--neutral-100) !important;
  border-radius: 12px;
  border: unset;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
._G2KDatePicker_1psjf_321 .ant-picker:hover {
  box-shadow: 0 0 0 2px var(--input-shadow-color);
}
._G2KDatePicker_1psjf_321 .ant-picker.ant-picker-focused {
  background-color: var(--neutral-000) !important;
  box-shadow: 0 0 0 2px var(--input-shadow-color);
}
._G2KDatePicker_1psjf_321 .ant-picker.ant-picker-status-error,
._G2KDatePicker_1psjf_321 .ant-picker.ant-picker-focused.ant-picker-status-error {
  box-shadow: 0 0 0 2px var(--sematic-danger-red-light-2);
}
._G2KDatePicker_1psjf_321 .ant-picker.ant-picker-focused.ant-picker-status-error {
  background-color: var(--neutral-000) !important;
}
._G2KDatePicker_1psjf_321 .ant-picker .ant-picker-input > input::-moz-placeholder {
  color: var(--text-placeholder);
}
._G2KDatePicker_1psjf_321 .ant-picker .ant-picker-input > input::placeholder {
  color: var(--text-placeholder);
}
._G2KDatePicker_1psjf_321 .ant-picker .ant-picker-input-placeholder > input {
  color: inherit;
  font-size: 14px;
}
._G2KDatePicker_1psjf_321 .ant-picker.ant-picker-disabled {
  box-shadow: none !important;
  background-color: var(--neutral-200);
}

._G2KSearch_1psjf_355 {
  position: relative;
}
._G2KSearch_1psjf_355 .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

._G2KSearch_1psjf_355 {
  position: relative;
}
._G2KSearch_1psjf_355 .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

._G2KSearch--prefix_1psjf_371 {
  position: absolute;
  left: 0;
  z-index: 99;
  padding: 0 8px 0 12px;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 8px;
}

._G2KSearch--postfix_1psjf_385 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0 12px 0 8px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  gap: 4px;
}
._G2KSearch--postfix_1psjf_385 ._SearchRecorder_1psjf_399 {
  height: calc(100% - 8px);
}
._G2KSearch--postfix_1psjf_385 .ant-spin-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

._G2KSearchInput_1psjf_408 {
  padding: 0 78px 0 68px;
  height: 40px;
}

._G2KInput--prefix_1psjf_413 {
  position: absolute;
  left: 0;
  z-index: 99;
  padding: 0 12px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

._G2KInput_1psjf_1 .ant-input {
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
._G2KInput_1psjf_1 .ant-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset !important;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
._G2KInput_1psjf_1 .ant-input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset !important;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
._G2KInput_1psjf_1 .ant-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-000) inset !important;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

._G2KInputPassword_1psjf_447 .ant-input-affix-wrapper {
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
._G2KInputPassword_1psjf_447 .ant-input-affix-wrapper .ant-input {
  min-height: 44px;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
._G2KInputPassword_1psjf_447 .ant-input-affix-wrapper .ant-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset !important;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
._G2KInputPassword_1psjf_447 .ant-input-affix-wrapper .ant-input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-100) inset !important;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
._G2KInputPassword_1psjf_447 .ant-input-affix-wrapper .ant-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--neutral-000) inset !important;
  background-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

._G2KRadioButton_1psjf_475 .ant-radio .ant-radio-inner {
  width: 24px;
  height: 24px;
  border-color: var(--neutral-700);
  border-width: 2.5px;
}
._G2KRadioButton_1psjf_475 .ant-radio.ant-radio-checked .ant-radio-inner {
  border-color: var(--primary-500);
  width: 24px;
  height: 24px;
}
._G2KRadioButton_1psjf_475 .ant-radio.ant-radio-checked .ant-radio-inner::after {
  width: 26px;
  height: 26px;
  margin-block-start: -13px;
  margin-inline-start: -13px;
}

._G2KInputCheckBox_1psjf_493 {
  height: -moz-fit-content;
  height: fit-content;
}
._G2KInputCheckBox_1psjf_493 .ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-width: 2.5px;
  border-color: var(--neutral-700);
}
._G2KInputCheckBox_1psjf_493 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  border-color: var(--primary-500);
  width: 24px;
  height: 24px;
}

._G2KInputStrongPasswordValidation_1psjf_508 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

._G2KInputStrongPasswordValidationItem_1psjf_515 {
  display: flex;
  align-items: center;
  gap: 8px;
}._G2KTooltip_9jxtv_1 {
  max-width: unset;
}
._G2KTooltip_9jxtv_1 .ant-tooltip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--neutral-000);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  max-width: unset;
}._Wrapper_1pia3_1 {
  height: 100%;
}
._Wrapper_1pia3_1 .ant-spin-nested-loading {
  padding-bottom: 0;
  height: 100%;
}
._Wrapper_1pia3_1 .ant-spin-container {
  height: 100%;
}
._Wrapper_1pia3_1._Hidden_1pia3_11 {
  display: none;
}

._Container_1pia3_15 {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
}
._Container_1pia3_15._Recording_1pia3_22 {
  background: var(--neutral-000);
  border: 2px solid var(--primary-300);
}

._Button_1pia3_27 {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: var(--neutral-000);
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  height: 100%;
}

._Recorder_1pia3_39 {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0 10px;
  height: 100%;
}
._Recorder_1pia3_39 ._Action_1pia3_46 {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
}
._Recorder_1pia3_39 ._Action_1pia3_46:hover {
  background: var(--neutral-100);
}

._Star_1pia3_57 {
  position: absolute;
  top: -4px;
  right: -4px;
}

._HandFreeModeTip_1pia3_63 {
  width: 252px;
}
._HandFreeModeTip_1pia3_63 .ant-tooltip-arrow:before {
  background: var(--neutral-000);
}
._HandFreeModeTip_1pia3_63 .ant-tooltip-inner {
  background: var(--neutral-000);
}

._HandFreeModeTipClose_1pia3_73 {
  position: absolute;
  top: -21px;
  right: -21px;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--neutral-000);
}._wrapper_c8g9y_1 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
._wrapper_c8g9y_1 li {
  display: inline-flex;
}
._wrapper_c8g9y_1 .ant-breadcrumb-link {
  color: var(--text-description);
}
._wrapper_c8g9y_1 .ant-breadcrumb-link a {
  color: var(--text-description);
  margin-inline: 0;
  padding: 0;
}
._wrapper_c8g9y_1 .ant-breadcrumb-link a:hover {
  color: var(--text-link);
}
._wrapper_c8g9y_1 .ant-breadcrumb-link .label {
  color: rgba(0, 0, 0, 0.88);
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 ol {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 li {
  flex-shrink: 0;
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 li:last-child {
  flex-shrink: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 .ant-breadcrumb-link {
  color: var(--text-description);
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 .ant-breadcrumb-link a {
  color: var(--text-description);
  margin-inline: 0;
  padding: 0;
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 .ant-breadcrumb-link a:hover {
  color: var(--text-link);
}
._wrapper_c8g9y_1._hide_middle_c8g9y_25 .ant-breadcrumb-link .label {
  color: rgba(0, 0, 0, 0.88);
}

._hidden_item_c8g9y_55 {
  padding: 10px 8px;
  cursor: pointer;
  color: var(--neutral-700);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
  display: block;
}
._hidden_item_c8g9y_55:hover {
  background: var(--neutral-100);
  color: var(--neutral-900);
}._root_1lgb9_1.ant-layout-header {
  background-color: #fff;
  padding: 16px 24px 16px 0;
  height: auto;
  line-height: inherit;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 998;
}
._root_1lgb9_1.ant-layout-header .right {
  margin-left: auto;
}
._root_1lgb9_1.ant-layout-header .right .ant-badge {
  display: block;
}
._root_1lgb9_1.ant-layout-header .right .ant-badge .ant-badge-dot {
  top: 5px;
  width: 12px;
  height: 12px;
  right: 5px;
  border: 1px solid #fff;
}
._root_1lgb9_1 ._profileDropdown_1lgb9_24 {
  display: block;
  border-radius: 22px;
  overflow: hidden;
}
._root_1lgb9_1 ._profileDropdown_1lgb9_24 .name {
  color: var(--neutral-900);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
._root_1lgb9_1 ._profileDropdown_1lgb9_24 :hover {
  background: var(--neutral-100);
}

._popupSelect_1lgb9_40 {
  min-width: 200px !important;
}

._G2KHeaderSearchBox_1lgb9_44 {
  border-radius: 12px;
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
  height: 44px;
}
._G2KHeaderSearchBox_1lgb9_44 .ant-select-compact-item {
  margin-inline-end: unset;
}
._G2KHeaderSearchBox_1lgb9_44 .ant-select .ant-select-selector {
  height: 44px;
  align-items: center;
  transition: width 1s ease-in-out;
}
._G2KHeaderSearchBox_1lgb9_44 .ant-input {
  height: 44px;
  padding: none;
  border-left: 1px solid var(--neutral-200) !important;
  transition: width 1s ease-in-out;
}
._G2KHeaderSearchBox_1lgb9_44:hover {
  box-shadow: 0 0 0 2px var(--input-shadow-color);
}
._G2KHeaderSearchBox_1lgb9_44 .ant-form-item {
  margin-bottom: unset;
}
._G2KHeaderSearchBox_1lgb9_44 .ant-select-arrow {
  top: 54%;
  transition: transform 0.2s ease-in-out;
}

._G2KHeaderSearchBoxFocused_1lgb9_81 {
  box-shadow: 0 0 0 2px var(--input-shadow-color);
}

._menuButton_1lgb9_85 {
  transition: background 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  margin-right: 12px;
  border-radius: 8px;
  cursor: pointer;
}
._menuButton_1lgb9_85:hover {
  background: var(--neutral-100);
}

._HeaderUserActionPopoverButton_1lgb9_101 {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 24px;
  padding-right: 8px;
  transition: background-color 0.2s ease-in-out;
}
._HeaderUserActionPopoverButton_1lgb9_101:hover {
  background-color: var(--neutral-100);
}

._HeaderUserActionPopover_1lgb9_101 .ant-popover .ant-popover-inner {
  padding: 0 !important;
}

._HeaderUserActionButton_1lgb9_118 {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  outline: none;
}
._HeaderUserActionButton_1lgb9_118 > svg {
  color: var(--neutral-700) !important;
}
._HeaderUserActionButton_1lgb9_118:hover {
  background-color: var(--neutral-100);
}
._HeaderUserActionButton_1lgb9_118:hover > svg {
  color: var(--neutral-900) !important;
}
._HeaderUserActionButton_1lgb9_118:focus-visible {
  background-color: var(--neutral-100);
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

._HeaderUserActionButton__text_1lgb9_143 {
  color: var(--neutral-700);
}
._HeaderUserActionButton__text_1lgb9_143:hover {
  color: var(--neutral-900);
}

._HeaderUserActionButton__divider_1lgb9_150 {
  height: 1px;
  width: 100%;
  background-color: var(--neutral-200);
  margin: 4px 0;
}

._NotificationPopoverButton_1lgb9_157 {
  cursor: pointer;
}
._NotificationPopoverButton_1lgb9_157 .ant-badge-dot {
  width: 10px;
  height: 10px;
  background-color: var(--red-600);
}
._NotificationPopoverButton_1lgb9_157.active button, ._NotificationPopoverButton_1lgb9_157.ant-popover-open button {
  cursor: auto !important;
}
._NotificationPopoverButton_1lgb9_157.active svg path, ._NotificationPopoverButton_1lgb9_157.ant-popover-open svg path {
  stroke: var(--neutral-900);
}
._NotificationPopoverButton_1lgb9_157.active svg path:first-child, ._NotificationPopoverButton_1lgb9_157.ant-popover-open svg path:first-child {
  fill: var(--neutral-900);
}

._NotificationPopover_1lgb9_157 {
  max-width: 484px;
}
._NotificationPopover_1lgb9_157 ._NotificationList_1lgb9_178 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 236px);
  min-width: 436px;
  padding-right: 12px;
}
._NotificationPopover_1lgb9_157 .ant-popover-content {
  margin-right: 24px;
}
._NotificationPopover_1lgb9_157 .ant-popover-inner {
  padding-right: 0;
}._Root_1tt08_1 .ant-modal-content {
  padding: 24px !important;
}
._Root_1tt08_1 .ant-modal-header {
  margin-bottom: 32px;
}
._Root_1tt08_1 .ant-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1.5px solid var(--neutral-200);
  right: 24px;
  top: 24px;
}

._Gallery_1tt08_16 {
  align-self: stretch;
  height: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  display: flex;
}
._Gallery_1tt08_16 ._Row_1tt08_25 {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
._Gallery_1tt08_16 ._Row_1tt08_25 img {
  width: 122px;
  height: 122px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
._Gallery_1tt08_16 ._Row_1tt08_25 img._active_1tt08_37 {
  border-width: 3px;
  border-color: var(--primary-500);
  border-style: solid;
}

._Footer_1tt08_43 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 32px;
  gap: 12px;
}

._Header_1tt08_51 {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}._root_1njqi_1 {
  width: var(--thumbnail-size);
  display: flex;
  flex-direction: column;
}

._thumbnailUpload_1njqi_7 {
  position: relative;
  width: var(--thumbnail-size);
  height: var(--thumbnail-size);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._thumbnailUpload_1njqi_7 ._imageInputText_1njqi_17 {
  color: var(--neutral-700);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 16px 0 16px;
  text-align: center;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  ._thumbnailUpload_1njqi_7 ._imageInputText_1njqi_17 {
    font-size: 12px;
  }
}
._thumbnailUpload_1njqi_7 ._overlayIcon_1njqi_32 {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: rgba(17, 17, 17, 0.36);
  backdrop-filter: blur(40px);
  pointer-events: fill;
}

._thumbnailUploadBorder_1njqi_48 {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23ADADAD' stroke-width='1.5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

._thumbnailUploadGreyOut_1njqi_52 {
  opacity: 0.6;
}

._uploadProgressBar_1njqi_56 {
  position: absolute;
  margin: 0;
  width: 191px;
}
._uploadProgressBar_1njqi_56 .ant-progress-bg {
  background-color: var(--primary-500);
}
._uploadProgressBar_1njqi_56 .ant-progress-text {
  display: none;
}

._thumbnailWrapper_1njqi_68 {
  position: relative;
}

._thumbnail_1njqi_7 {
  width: var(--thumbnail-size);
  height: var(--thumbnail-size);
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

._button_1njqi_79 {
  display: flex;
  justify-content: center;
  color: var(--neutral-900);
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
}
._button_1njqi_79 span {
  margin-left: 10px;
}

._CropModalCancelButton_1njqi_92:hover {
  color: var(--primary-400) !important;
  border-color: var(--primary-400) !important;
}

._CropModalOkButton_1njqi_97 {
  color: #fff;
  background-color: var(--primary-500) !important;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}
._CropModalOkButton_1njqi_97:hover {
  background-color: var(--primary-400) !important;
}._EditAbleKTWrapper_isrks_1 {
  position: fixed;
}
._EditAbleKTWrapper_isrks_1 ._logo_isrks_4 {
  margin-right: auto;
}
._EditAbleKTWrapper_isrks_1 ._logo_isrks_4 img {
  height: 60px;
}
._EditAbleKTWrapper_isrks_1 ._title_isrks_10 {
  margin-right: 120px;
}
._EditAbleKTWrapper_isrks_1 .ant-modal-header {
  padding: 24px 40px;
  border-bottom: 1px solid var(--Neutral-100, #f3f4f6);
}
._EditAbleKTWrapper_isrks_1 .ant-modal-title {
  text-align: center;
}
._EditAbleKTWrapper_isrks_1 .ant-modal-body {
  padding: 16px 40px;
  height: calc(100vh - 97px);
  overflow-y: auto;
}
._EditAbleKTWrapper_isrks_1 .ant-modal-close {
  right: 40px;
  top: 26px;
  background-color: white;
}
._EditAbleKTWrapper_isrks_1 form {
  max-width: 1119px;
  margin: 0 auto;
}
._EditAbleKTWrapper_isrks_1 h4 {
  margin-bottom: 0;
}
._EditAbleKTWrapper_isrks_1 .ant-form-item-label {
  font-weight: 600;
}
._EditAbleKTWrapper_isrks_1 .ant-form-vertical .ant-form-item .ant-form-item-control {
  max-width: 100%;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTHeader_isrks_43 ._EditAbleKTTitle_isrks_43 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: var(--gray-900);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 {
  padding: 24px 0;
  background: var(--neutral-000);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 input::-moz-placeholder, ._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 textarea::-moz-placeholder {
  color: var(--gray-800);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 input::placeholder,
._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 textarea::placeholder {
  color: var(--gray-800);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 .label {
  font-weight: 500;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTBody_isrks_50 .ant-badge .ant-badge-count {
  color: var(--neutral-900);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 6px;
  background: var(--neutral-200);
  min-width: 24px;
  height: 24px;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77 {
  display: flex;
  align-items: center;
  color: var(--text-description);
  padding: 8px 16px 8px 8px;
  position: relative;
  border-radius: 100px;
  border: 1.5px solid var(--neutral-200, #e8e8e8);
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77 ._number_isrks_88 {
  width: 40px;
  height: 40px;
  color: var(--text-description);
  background: var(--neutral-200);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Completed_isrks_99 {
  color: var(--black);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Completed_isrks_99 ._number_isrks_88 {
  border: 1px solid var(--primary-500);
  background: var(--neutral-000) !important;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Completed_isrks_99 ._number_isrks_88 svg {
  color: var(--primary-500);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Pointer_isrks_109 {
  cursor: pointer;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Pointer_isrks_109:hover {
  border-color: var(--primary-500);
  color: var(--primary-500);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Active_isrks_116 {
  color: var(--black);
  border-color: var(--primary-300);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabItem_isrks_77._Active_isrks_116 ._number_isrks_88 {
  color: var(--neutral-000);
  background: var(--primary-500);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabDivider_isrks_124 {
  font-weight: 600;
  width: 60px;
  margin: 0 16px;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTTab_isrks_72 ._EditAbleKTTabDivider_isrks_124 .ant-divider {
  border-bottom: 1px solid var(--neutral-400);
  border-top: 1px solid var(--neutral-400);
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTFooter_isrks_133 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  background: var(--neutral-000);
  padding: 36px 0;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTFooter_isrks_133 ._EditAbleKTFooterRight_isrks_141 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._EditAbleKTWrapper_isrks_1 ._EditAbleKTFooter_isrks_133 ._EditAbleKTFooterRight_isrks_141 svg {
  font-size: 16px;
}
._EditAbleKTWrapper_isrks_1 .ant-form-vertical .ant-form-item .ant-form-item-control {
  max-width: 100%;
}
._EditAbleKTWrapper_isrks_1 ._addBtn_isrks_152 {
  border: 1px solid var(--border-default);
  border-radius: 50%;
  margin-right: 8px;
}

._subjectHint_isrks_158 {
  background: var(--subject-hint-background);
  border: 1px solid var(--subject-hint-border-color);
  border-radius: 8px;
  padding: 20px 24px;
  position: relative;
  display: flex;
}
._subjectHint_isrks_158 ._iconInfo_isrks_166 {
  height: -moz-fit-content;
  height: fit-content;
  color: var(--subject-hint-icon-color);
}
._subjectHint_isrks_158 ._iconInfo_isrks_166 svg {
  font-size: 21px;
}
._subjectHint_isrks_158 h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}
._subjectHint_isrks_158 ._closeHint_isrks_180 {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--gray-500);
}

._userCountLabel_isrks_187 .ant-badge .ant-badge-count {
  color: var(--neutral-900);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 6px;
  background: var(--neutral-200);
  min-width: 24px;
  height: 24px;
}

._DropdownUserWrapper_isrks_199 {
  display: inline-flex;
}

._userInforSelected_isrks_203 {
  display: inline-flex;
  align-items: center;
}

._userSelectedContainer_isrks_208 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 36px;
  gap: 8px;
}

._addCategory_isrks_216 .ant-card {
  border-radius: 16px;
  background: var(--neutral-000);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
}
._addCategory_isrks_216 .add-more {
  border: 1px dashed rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  padding: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
._addCategory_isrks_216 .add-more:hover {
  border-color: var(--primary-500);
}
._addCategory_isrks_216 .btn-remove {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  min-width: 40px;
  position: relative;
}
._addCategory_isrks_216 .btn-remove svg {
  margin: 0;
  position: relative;
  top: 3px;
}
._addCategory_isrks_216 .ant-space svg {
  display: inherit;
}

._addCategoryBtn_isrks_252 {
  margin-top: 32px;
}

._ktStatistic_isrks_256 {
  margin-top: 32px;
}

._extra_isrks_260 p:last-child {
  margin-bottom: 0;
}

._InputCategoryWrapper_isrks_264 {
  background-color: transparent !important;
  box-shadow: none !important;
}._G2KClickableDiv_vc51q_1 {
  cursor: pointer;
}
._G2KClickableDiv_vc51q_1:hover {
  text-decoration: underline;
}._G2KDot_p4pee_1 {
  width: 4px;
  height: 4px;
  background-color: var(--neutral-400);
  border-radius: 9999px;
}._G2KDropdownUserWrapper_2b7d2_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

._G2KDropdownUserPopover_2b7d2_9 {
  z-index: 2300;
}
._G2KDropdownUserPopover_2b7d2_9 .ant-popover-content {
  width: 384px;
}

._dropdownBody_2b7d2_16 {
  max-height: 248px;
  overflow-y: auto;
}
._dropdownBody_2b7d2_16 .ant-checkbox-wrapper {
  margin-left: 8px;
}

._dropdownItem_2b7d2_24 {
  padding: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
}
._dropdownItem_2b7d2_24:hover {
  background: var(--neutral-100);
}
._dropdownItem_2b7d2_24 .ant-avatar {
  margin-right: 8px;
}

._dropdownItem_2b7d2_24 > span {
  margin-right: 4px;
}

._dropdownItemLabel_2b7d2_42 {
  flex: 1;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2b2d2e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._dropdownItemLabel_2b7d2_42 .name {
  color: var(--neutral-900);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
._dropdownItemLabel_2b7d2_42 .email {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--neutral-700);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._dropdownInput_2b7d2_71 {
  padding: 0;
  margin-bottom: 16px;
}
._dropdownInput_2b7d2_71 .ant-input-affix-wrapper {
  line-height: 22px;
  background-color: var(--neutral-100);
}
._dropdownInput_2b7d2_71 .ant-input-affix-wrapper .ant-input {
  height: 22px;
  background-color: var(--neutral-100);
}
._dropdownInput_2b7d2_71 .ant-form-item {
  margin: 0;
}

._empty_2b7d2_87 {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #bfbfbf;
}
._empty_2b7d2_87 div {
  position: relative;
  top: -20px;
}

._count_2b7d2_105 {
  color: var(--neutral-700);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
._count_2b7d2_105 a {
  color: var(--neutral-700);
}
._count_2b7d2_105 a:hover {
  color: var(--primary-500);
}

._footer_2b7d2_119 {
  margin-top: 16px;
}

._G2KDropdownUserSelectedItem_2b7d2_123 {
  display: flex;
  gap: 12px;
  border-radius: 100px;
  padding: 1px 8px 1px 1px;
  border: 1px solid var(--neutral-200);
}._logo_zbehi_1 {
  width: 100%;
  height: auto;
}._LayoutModal_vmlog_1 {
  min-height: 100vh;
}
._LayoutModal_vmlog_1 .ant-layout .ant-layout-sider {
  background-color: unset;
}

._LayoutModalHeader_vmlog_8 {
  background-color: var(--neutral-000);
  padding: 16px 24px;
  min-height: 80px;
  height: unset;
  line-height: unset;
}._SiderLogo_ec1kh_1 {
  display: flex;
  height: 76px;
  justify-content: center;
  padding: 8px;
  align-items: center;
}
._SiderLogo_ec1kh_1 img {
  max-height: 60px;
  max-width: 279px;
}

._SiderLanguageDropdown__collapsed_ec1kh_13 {
  min-width: 256px !important;
}

._Sider_ec1kh_1 {
  overflow: hidden;
  height: 100vh;
  position: sticky !important;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid var(--neutral-100);
}
._Sider_ec1kh_1 .ant-menu {
  border-inline-end: unset !important;
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item,
._Sider_ec1kh_1 .ant-menu .ant-menu-submenu .ant-menu-submenu-inline {
  background-color: unset;
  width: 100%;
  margin-inline: unset;
  margin-block: unset;
  padding: 12px 24px;
  height: 48px;
  border-radius: unset;
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item:first-child,
._Sider_ec1kh_1 .ant-menu .ant-menu-submenu .ant-menu-submenu-inline:first-child {
  margin-top: 0 !important;
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item,
._Sider_ec1kh_1 .ant-menu .ant-menu-submenu .ant-menu-submenu-inline {
  margin: 8px 0 !important;
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item:hover,
._Sider_ec1kh_1 .ant-menu .ant-menu-submenu .ant-menu-submenu-inline:hover {
  background-color: unset !important;
  background: linear-gradient(90deg, var(--selected-sidebar-menu-item-bg) 0%, rgba(253, 245, 236, 0) 100%);
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item.ant-menu-item-selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--primary-500);
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item.ant-menu-item-selected {
  background: linear-gradient(90deg, var(--selected-sidebar-menu-item-bg) 0%, rgba(253, 245, 236, 0) 100%);
}
._Sider_ec1kh_1 .ant-menu .ant-menu-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
._Sider_ec1kh_1 .ant-menu .ant-menu-submenu-title {
  margin-inline: 0;
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-item,
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-inline {
  width: 96px;
  margin-inline: unset;
  margin-block: unset;
  padding: unset;
  padding-inline: unset;
  height: 48px;
  border-radius: unset;
  padding: 0 16px;
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-item {
  background: unset;
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 64px;
  border-radius: 12px;
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-submenu {
  width: 96px;
  margin-inline: unset;
  margin-block: unset;
  padding: unset;
  padding-inline: unset;
  height: 48px;
  border-radius: unset;
  padding: 0 16px;
  margin: 8px 0;
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  height: 100%;
  width: 64px;
  border-radius: 12px;
  padding-left: 24px;
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon,
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-item.ant-menu-item-active .ant-menu-item-icon {
  background-color: var(--primary-100);
}
._Sider_ec1kh_1 .ant-menu.ant-menu-inline-collapsed .ant-menu-item.ant-menu-item-selected::before {
  content: none;
}
._Sider_ec1kh_1 .ant-menu-sub {
  background: var(--neutral-000) !important;
}
._Sider_ec1kh_1 .ant-menu-submenu-title:hover {
  background-color: unset !important;
  background: linear-gradient(90deg, var(--selected-sidebar-menu-item-bg) 0%, rgba(253, 245, 236, 0) 100%);
}

._SiderWrapper_ec1kh_129 {
  --header-content-height: 76px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--header-content-height));
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 2px;
}

._SiderFooter_ec1kh_139 {
  margin-top: auto;
  padding: 24px 12px;
}

._SiderFooter__collapsed_ec1kh_144 {
  padding: 24px 4px;
}

._SiderLanguage_ec1kh_13 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px;
  border-radius: 12px;
}
._SiderLanguage_ec1kh_13:hover {
  cursor: pointer;
  background-color: var(--neutral-100);
}

._SiderLanguage__collapsed_ec1kh_160 {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

._SiderFooterDivider_ec1kh_166 {
  margin: 20px 0;
  height: 1px;
  background-color: var(--neutral-200);
  transform: translateX(12px);
  width: calc(100% - 24px);
}

._SiderFooterLogo_ec1kh_174 {
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
._SiderFooterLogo_ec1kh_174 img {
  max-width: 80px;
  max-height: 30px;
}

._SiderLogo__img_ec1kh_186 {
  max-width: 110px;
  max-height: 44px;
}._G2KLayout_1ytwx_1 {
  min-height: 100vh;
}
._G2KLayout_1ytwx_1._isDrawerNotOpen_1ytwx_4 .g2k-data-grid-view {
  width: calc(100vw - 96px) !important;
}
._G2KLayout_1ytwx_1._isDrawerNotOpen_1ytwx_4 .g2k-data-grid-no-rows {
  width: calc(100vw - 96px) !important;
}
._G2KLayout_1ytwx_1._isDrawerNotOpen_1ytwx_4 .g2k-data-grid-view-load-more-btn {
  width: calc(100vw - 98px);
}._G2KSecurityDisclaimerPopup__information_1p8na_1 {
  width: 100%;
  height: 100%;
  padding: 16px;
  background: var(--neutral-100);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
._G2KSecurityDisclaimerPopup__information_1p8na_1 > ul {
  padding-left: 24px;
  margin-bottom: 0px;
}