@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400&display=swap");/* 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 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;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Nunito";
}
.container {
  background-color: inherit;
  height: calc(100vh - 110px);
  overflow: auto;
}
p,
input {
  font-family: "Inter", "Nunito";
  margin: 0;
}
.ant-input,
.ant-tag {
  font-family: "Inter", "Nunito";
}
.hoverable:hover {
  scale: 1.1;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: inherit;
  border-radius: 100vw;
  padding: 2px;
}
::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 100vw;
}
::-webkit-scrollbar-thumb:hover {
  background: #777676;
}
.ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
  border-start-start-radius: 4px;
}
.ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 4px;
}
.ant-select-selector {
  border-radius: 2px !important;
}
.ant-modal-content {
  border-radius: 2px !important;
}
.expand-icon {
  border: 1px solid #d9d9d9;
  line-height: 1;
  width: 16px;
  height: 16px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.expand-icon svg {
  width: 10px;
  height: 10px;
  color: var(--ant-color-text);
}
.ant-btn {
  border-radius: 2px;
}
.ant-select-selector {
  height: auto !important;
}
.ant-select-selection-item::after {
  content: unset !important;
}
.ant-select-item-option-content {
  flex: unset;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
}
.ant-select-selector,
input,
.ant-input,
.ant-input-number,
.ant-picker {
  border-radius: 2px !important;
}
.ant-switch {
  max-width: 44px;
}
.ant-dropdown-menu {
  border-radius: 0 !important;
}
.ant-dropdown {
  position: fixed;
}
.ant-select-selection-item {
  height: unset !important;
}
.ant-popover {
  width: unset !important;
}
.ant-progress-inner,
.ant-progress-text {
  font-size: 11px;
}
.ant-table-row {
  cursor: pointer;
}
.toolbar-wrapper {
  position: fixed;
  bottom: 32px;
  left: 50%;
  padding: 0px 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transform: translateX(-50%);
}
.toolbar-wrapper .anticon {
  padding: 12px;
  cursor: pointer;
}
.toolbar-wrapper .anticon[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.toolbar-wrapper .anticon:hover {
  opacity: 0.3;
}
.ant-progress-text {
  color: var(--ant-color-text) !important;
}
.ant-image-preview-root .ant-image-preview-wrap {
  z-index: 100000000000000000000000;
}
.ant-image-preview-operations-wrapper {
  z-index: 100000000000000010000000;
}
.ant-input-number-input-wrap input:focus-visible {
  outline: unset !important;
}
.passive {
  color: rgba(0, 0, 0, 0.2823529412);
}
.ant-table-cell {
  max-width: 400px;
}
.ant-drawer-header {
  padding: 0 !important;
}
.ant-layout-header {
  line-height: unset !important;
}
.row-unread-dark {
  background-color: #1d1d1d;
}
.row-read-light {
  background-color: #f9f9f9;
}
.focused {
  outline: 2px solid rgb(60, 132, 244);
  user-select: none;
}
.focused {
  cursor: grab;
}
.draggable {
  cursor: grab;
}
.focused {
  cursor: grabbing;
}
.draggable:active {
  cursor: grabbing;
}
ul,
ol {
  list-style-position: inside;
}._r-loader_uijak_1 {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._r-loader_uijak_1 ._rotate-image_uijak_7 {
  object-fit: contain;
  width: 80px;
  animation: _rotateAnimation_uijak_1 0.5s linear infinite;
}

@keyframes _rotateAnimation_uijak_1 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._warning-modal_pcxot_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--ant-color-bg-container);
}
._warning-modal_pcxot_1 img {
  width: 250px;
  object-fit: contain;
}
._warning-modal_pcxot_1 ._modal-title_pcxot_11 {
  font-size: var(--ant-font-size-xl);
  padding-top: 24px;
}
._warning-modal_pcxot_1 ._modal-body_pcxot_15 {
  text-align: center;
  padding-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
  font-size: var(--ant-font-size-lg);
}