/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
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(12, 13, 13, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: #252627;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  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;
}
a {
  color: #16969C;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #138186;
}
a:active {
  color: #138186;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
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;
  color: rgba(12, 13, 13, 0.45);
  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;
}
::selection {
  color: #FFFFFF;
  background: #16969C;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ant-fade-enter,
.ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #16969C;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #16969C;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #16969C;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 6px 11px;
  color: #252627;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #A3A5A8;
  border-radius: 4px;
  transition: all 0.3s;
  display: inline-flex;
}
.ant-input-affix-wrapper::placeholder {
  color: #898C90;
  user-select: none;
}
.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
  border-color: #32a6a8;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 36px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #32a6a8;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: rgba(255, 255, 255, 0);
}
.ant-input-affix-wrapper > .ant-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > .ant-input:focus {
  box-shadow: none !important;
}
.ant-input-affix-wrapper > .ant-input:not(textarea) {
  padding: 0;
}
.ant-input-affix-wrapper::before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ant-input-prefix > *:not(:last-child),
.ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-input-show-count-suffix {
  color: rgba(12, 13, 13, 0.45);
}
.ant-input-show-count-has-suffix {
  margin-right: 2px;
}
.ant-input-prefix {
  margin-right: 4px;
}
.ant-input-suffix {
  margin-left: 4px;
}
.anticon.ant-input-clear-icon,
.ant-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.ant-input-clear-icon:hover,
.ant-input-clear-icon:hover {
  color: rgba(12, 13, 13, 0.45);
}
.anticon.ant-input-clear-icon:active,
.ant-input-clear-icon:active {
  color: #252627;
}
.anticon.ant-input-clear-icon-hidden,
.ant-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ant-input-clear-icon-has-suffix,
.ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #F5120A;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff4133;
  box-shadow: 0 0 0 2px rgba(245, 18, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-error .ant-input-prefix {
  color: #F5120A;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #F5120A;
}
.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 {
  border-color: #ff4133;
  box-shadow: 0 0 0 2px rgba(245, 18, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #F5120A;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}
.ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #F5120A;
  border-color: #F5120A;
}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 6px 11px;
  color: #252627;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #A3A5A8;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input::placeholder {
  color: #898C90;
  user-select: none;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #32a6a8;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 36px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 0px 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #A3A5A8;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -7px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #16969C;
}
.ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group.ant-input-group-compact {
  display: block;
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 4px 0 0 4px;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #A3A5A8;
  border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #A3A5A8;
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-password-icon.anticon {
  color: rgba(12, 13, 13, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon.anticon:hover {
  color: rgba(12, 13, 13, 0.85);
}
.ant-input[type='color'] {
  height: 36px;
}
.ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ant-input-textarea-show-count > .ant-input {
  height: 100%;
}
.ant-input-textarea-show-count::after {
  float: right;
  color: rgba(12, 13, 13, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  margin-right: -1px;
}
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
  margin-left: -1px;
}
.ant-input-compact-item:hover,
.ant-input-compact-item:focus,
.ant-input-compact-item:active {
  z-index: 2;
}
.ant-input-compact-item[disabled] {
  z-index: 0;
}
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
  border-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #32a6a8;
}
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #32a6a8;
}
.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(12, 13, 13, 0.45);
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-input-search-button {
  height: 36px;
}
.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
  height: 40px;
}
.ant-input-search-small .ant-input-search-button {
  height: 24px;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
.ant-input-search.ant-input-compact-item > .ant-input:hover,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
.ant-input-search.ant-input-compact-item > .ant-input:focus,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
.ant-input-search.ant-input-compact-item > .ant-input:active,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
  z-index: 2;
}
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
  z-index: 2;
}
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.ant-input-group-wrapper-rtl {
  direction: rtl;
}
.ant-input-group-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
  direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.ant-input-search-rtl {
  direction: rtl;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #D8D9DA;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
  border-left-color: #32a6a8;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #32a6a8;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  border-radius: 4px 0 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 36px;
  }
  .ant-input-lg {
    height: 40px;
  }
  .ant-input-sm {
    height: 24px;
  }
  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 36px;
  padding: 6px 24px;
  font-size: 14px;
  border-radius: 4px;
  color: #252627;
  border-color: #D8D9DA;
  background: #fff;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 24px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentcolor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: #fff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentcolor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: #fff;
}
.ant-btn:active > a:only-child {
  color: currentcolor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  border-color: #16969C;
  background: #16969C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  border-color: #32a6a8;
  background: #32a6a8;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  border-color: #0b6c75;
  background: #0b6c75;
}
.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #32a6a8;
  border-left-color: #32a6a8;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #D8D9DA;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #32a6a8;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #D8D9DA;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #32a6a8;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #D8D9DA;
}
.ant-btn-ghost {
  color: #252627;
  border-color: #D8D9DA;
  background: transparent;
}
.ant-btn-ghost > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: transparent;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: #252627;
  border-color: #D8D9DA;
  background: #fff;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: #fff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: #fff;
}
.ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  border-color: #F9716C;
  background: #F9716C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  border-color: #ff9d96;
  background: #ff9d96;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  border-color: #d45050;
  background: #d45050;
}
.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #16969C;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: transparent;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: transparent;
}
.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: #252627;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: transparent;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: transparent;
}
.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #252627;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: #252627;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #F5120A;
  border-color: #F5120A;
  background: #fff;
}
.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff4133;
  border-color: #ff4133;
  background: #fff;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #cf0000;
  border-color: #cf0000;
  background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #F9716C;
  background: #F9716C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ff9d96;
  background: #ff9d96;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d45050;
  background: #d45050;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #F5120A;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff4133;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #cf0000;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #F5120A;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #32a6a8;
  border-color: #32a6a8;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #0b6c75;
  border-color: #0b6c75;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff4133;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #cf0000;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 36px;
  height: 36px;
  padding: 4.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.ant-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
a.ant-btn-icon-only {
  vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
  display: inline;
}
.ant-btn-round {
  height: 36px;
  padding: 6px 18px;
  font-size: 14px;
  border-radius: 36px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 36px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
  cursor: default;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 4px 4px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 4px 0 0 4px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 4px 4px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 4px 0 0 4px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:focus {
  color: #32a6a8;
  border-color: #32a6a8;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #0b6c75;
  border-color: #0b6c75;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #D8D9DA;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #16969C;
  border-color: #16969C;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #32a6a8;
  border-color: #32a6a8;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #0b6c75;
  border-color: #0b6c75;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #F9716C;
  border-color: #F9716C;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff9d96;
  border-color: #ff9d96;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d45050;
  border-color: #d45050;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #F9716C;
  border-color: #F9716C;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff9d96;
  border-color: #ff9d96;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d45050;
  border-color: #d45050;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #F9716C;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff9d96;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d45050;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 34px;
}
a.ant-btn-disabled {
  cursor: not-allowed;
}
a.ant-btn-disabled > * {
  pointer-events: none;
}
a.ant-btn-disabled,
a.ant-btn-disabled:hover,
a.ant-btn-disabled:focus,
a.ant-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.ant-btn-disabled > a:only-child,
a.ant-btn-disabled:hover > a:only-child,
a.ant-btn-disabled:focus > a:only-child,
a.ant-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.ant-btn-disabled > a:only-child::after,
a.ant-btn-disabled:hover > a:only-child::after,
a.ant-btn-disabled:focus > a:only-child::after,
a.ant-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  margin-right: -1px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
  margin-left: -1px;
}
.ant-btn-compact-item:hover,
.ant-btn-compact-item:focus,
.ant-btn-compact-item:active {
  z-index: 2;
}
.ant-btn-compact-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
  border-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-icon-only.ant-btn-compact-item {
  flex: none;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #32a6a8;
  content: ' ';
}
.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
  right: -1px;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.ant-btn-compact-vertical-item:hover,
.ant-btn-compact-vertical-item:focus,
.ant-btn-compact-vertical-item:active {
  z-index: 2;
}
.ant-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #32a6a8;
  content: ' ';
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #32a6a8;
  border-left-color: #D8D9DA;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #D8D9DA;
  border-left-color: #32a6a8;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-typography {
  color: #252627;
  word-break: break-word;
}
.ant-typography.ant-typography-secondary {
  color: rgba(12, 13, 13, 0.45);
}
.ant-typography.ant-typography-success {
  color: #52c41a;
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #F5120A;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus {
  color: #cf0000;
}
a.ant-typography.ant-typography-danger:hover {
  color: #ff4133;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
div.ant-typography-h1,
div.ant-typography-h1 > textarea,
.ant-typography h1 {
  margin-bottom: 24px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.23;
}
h2.ant-typography,
div.ant-typography-h2,
div.ant-typography-h2 > textarea,
.ant-typography h2 {
  margin-bottom: 24px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}
h3.ant-typography,
div.ant-typography-h3,
div.ant-typography-h3 > textarea,
.ant-typography h3 {
  margin-bottom: 24px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
}
h4.ant-typography,
div.ant-typography-h4,
div.ant-typography-h4 > textarea,
.ant-typography h4 {
  margin-bottom: 24px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
h5.ant-typography,
div.ant-typography-h5,
div.ant-typography-h5 > textarea,
.ant-typography h5 {
  margin-bottom: 24px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}
a.ant-typography,
.ant-typography a {
  color: #16969C;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus-visible,
.ant-typography a:focus-visible,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #138186;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #138186;
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #16969C;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus-visible,
.ant-typography-edit:focus-visible,
.ant-typography-copy:focus-visible,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #138186;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #138186;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -7px;
  margin-bottom: calc(1em - 6px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(12, 13, 13, 0.45);
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-single-line {
  white-space: nowrap;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 330px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(12, 13, 13, 0.7);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 17.3137085px;
  height: 17.3137085px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(12, 13, 13, 0.6), rgba(12, 13, 13, 0.7));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -7px -7px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 6.535533905932738 17.464466094067262 A 5 5 0 0 1 10.071067811865476 16 L 14 16 A 2 2 0 0 0 16 14 L 16 10.071067811865476 A 5 5 0 0 1 17.464466094067262 6.535533905932738 L 16.464466094067262 6.535533905932738 L 6.535533905932738 16.464466094067262 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(12, 13, 13, 0.07);
  transform: translateY(-8.65685425px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(12, 13, 13, 0.07);
  transform: translateX(8.65685425px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(12, 13, 13, 0.07);
  transform: translateX(-8.65685425px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(12, 13, 13, 0.07);
  transform: translateY(8.65685425px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #16969C;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(12, 13, 13, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #16969C;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

.typography-module__root--vb9gR{line-height:1.4;word-break:normal}.typography-module__root--vb9gR.typography-module__text--DwTc6,.typography-module__root--vb9gR.typography-module__link--EoaYi,.typography-module__root--vb9gR.typography-module__paragraph--jzRqJ{font-size:14px}.typography-module__root--vb9gR.typography-module__text--DwTc6.typography-module__small--mVBL8,.typography-module__root--vb9gR.typography-module__link--EoaYi.typography-module__small--mVBL8,.typography-module__root--vb9gR.typography-module__paragraph--jzRqJ.typography-module__small--mVBL8{font-size:12px}.typography-module__root--vb9gR.typography-module__text--DwTc6.typography-module__large--juA9P,.typography-module__root--vb9gR.typography-module__link--EoaYi.typography-module__large--juA9P,.typography-module__root--vb9gR.typography-module__paragraph--jzRqJ.typography-module__large--juA9P{font-size:16px}.typography-module__root--vb9gR.typography-module__regular--oYXNB{font-weight:400}.typography-module__root--vb9gR.typography-module__bold--KOajt{font-weight:700}.typography-module__root--vb9gR.typography-module__semibold--NBtLq{font-weight:600}.typography-module__color-inherit--j7Vgr{color:inherit}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-hook-holder {
  position: relative;
}
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ant-notification-top .ant-notification-notice,
.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(12, 13, 13, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #16969C;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #F5120A;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(12, 13, 13, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(4, 4, 4, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  opacity: 0;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-notification-top,
.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationBottomFadeIn;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(12, 13, 13, 0.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(12, 13, 13, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 33.4px;
  height: 33.4px;
  font-size: 16px;
  font-style: normal;
  line-height: 33.4px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(12, 13, 13, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: #252627;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #252627;
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #F5120A;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #16969C;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
  pointer-events: none;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

.button-module__ant-btn--yAQZA.button-module__ant-btn-primary--l4rfq{box-shadow:0px 5px 10px rgba(22,150,156,.2);padding:0 15px}.button-module__ant-btn--yAQZA.button-module__ant-btn-primary--l4rfq:hover{border-color:#138186;background-color:#138186}.button-module__ant-btn--yAQZA.button-module__ant-btn-primary--l4rfq:disabled{box-shadow:none;border-color:#bdbfc1;background-color:#bdbfc1;color:#fff}.button-module__ant-btn--yAQZA.button-module__ant-btn-danger--MB31j{box-shadow:0px 5px 10px rgba(249,113,108,.2)}.button-module__ant-btn--yAQZA.button-module__ant-btn-danger--MB31j:hover{border-color:#f7413b;background-color:#f7413b}.button-module__ant-btn--yAQZA.button-module__ant-btn-danger--MB31j:disabled{box-shadow:none;border-color:#bdbfc1;background-color:#bdbfc1;color:#fff}.button-module__ant-btn--yAQZA.button-module__ant-btn-ghost--fdns3{color:#16969c;border-color:#16969c;background-color:rgba(0,0,0,0)}.button-module__ant-btn--yAQZA.button-module__ant-btn-ghost--fdns3:hover{border-color:#138186;color:#138186}.button-module__ant-btn--yAQZA.button-module__ant-btn-ghost--fdns3:disabled{border-color:#bdbfc1;color:#bdbfc1}.button-module__ant-btn--yAQZA.button-module__ant-btn-background-ghost--UlUW_:disabled{color:#bdbfc1}.button-module__ant-btn--yAQZA.button-module__ant-btn-link--JoHe_{font-weight:600;color:#16969c}.button-module__ant-btn--yAQZA.button-module__ant-btn-link--JoHe_:hover{color:#138186}.button-module__ant-btn--yAQZA.button-module__ant-btn-link--JoHe_:disabled{color:#a3a5a8}.button-module__ant-btn--yAQZA.button-module__ant-btn-text--gvpTo{font-weight:400;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#898c90;box-shadow:none}.button-module__ant-btn--yAQZA.button-module__ant-btn-text--gvpTo:hover{color:#a3a5a8}.button-module__ant-btn--yAQZA.button-module__ant-btn-text--gvpTo:disabled{color:#bdbfc1 !important}.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L{position:relative;display:inline-block;color:#898c90;font-size:24px;border:0;font-weight:700;padding:0;box-shadow:none;height:auto}@media(max-width: 576px){.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L{font-size:16px;font-weight:600}}.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L span{padding:6px 16px}.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L span::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:rgba(0,0,0,0);transform-origin:50% 50%;transition:.2s ease-in-out}.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L:hover{color:#0c0d0d}.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L.button-module__active--_bgj1{color:#0c0d0d}.button-module__ant-btn--yAQZA.button-module__tab--ZeW7L.button-module__active--_bgj1 span::before{width:100%;background:linear-gradient(to right, #16969C 0%, #35BF5B 100%)}.button-module__ant-btn--yAQZA.button-module__noshadow--Mz2_P{box-shadow:none}:root button.button-module__root--ASJgx.button-module__widthExpanded--d1EW2{padding-left:32px;padding-right:32px}:root button.button-module__root--ASJgx.button-module__widthFull--MRDSY{width:100%}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeLink--suqDU{color:#f9716c;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeLink--suqDU:hover{color:#f7413b;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeLink--suqDU:disabled{color:#a3a5a8;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeText--mfliO{color:#f9716c;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeText--mfliO:hover{color:#f7413b;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeText--mfliO:disabled{color:#a3a5a8;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typePrimary--XPJmv{color:#fff;background-color:#f9716c;border-color:#f9716c}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typePrimary--XPJmv:hover{color:#fff;background-color:#f7413b;border-color:#f7413b}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typePrimary--XPJmv:disabled{color:#fff;background-color:#bdbfc1;border-color:#bdbfc1}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeSecondary--exRgs{color:#f9716c;background-color:rgba(0,0,0,0);border-color:#f9716c}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeSecondary--exRgs:hover{color:#f7413b;background-color:rgba(0,0,0,0);border-color:#f7413b}:root button.button-module__root--ASJgx.button-module__moodNegative--N0l2X.button-module__typeSecondary--exRgs:disabled{color:#a3a5a8;background-color:rgba(0,0,0,0);border-color:#a3a5a8}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeLink--suqDU{color:#16969c;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeLink--suqDU:hover{color:#138186;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeLink--suqDU:disabled{color:#a3a5a8;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeText--mfliO{color:#16969c;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeText--mfliO:hover{color:#138186;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeText--mfliO:disabled{color:#a3a5a8;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typePrimary--XPJmv{color:#fff;background-color:#16969c;border-color:#16969c}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typePrimary--XPJmv:hover{color:#fff;background-color:#138186;border-color:#138186}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typePrimary--XPJmv:disabled{color:#fff;background-color:#bdbfc1;border-color:#bdbfc1}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeSecondary--exRgs{color:#16969c;background-color:rgba(0,0,0,0);border-color:#16969c}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeSecondary--exRgs:hover{color:#138186;background-color:rgba(0,0,0,0);border-color:#138186}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeSecondary--exRgs:disabled{color:#a3a5a8;background-color:rgba(0,0,0,0);border-color:#a3a5a8}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeTertiary--DgdhQ{color:#0c0d0d;background-color:#f2f2f3;border-color:#f2f2f3}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeTertiary--DgdhQ:hover{color:#0c0d0d;background-color:#d8d9da;border-color:#d8d9da}:root button.button-module__root--ASJgx.button-module__moodPositive--T8DKz.button-module__typeTertiary--DgdhQ:disabled{color:#898c90;background-color:#f2f2f3;border-color:#f2f2f3}:root button.button-module__root--ASJgx.button-module__typeGoogle--oqOKG{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;line-height:16px;box-shadow:0px 2px 5px rgba(137,140,144,.4);color:rgba(0,0,0,.54);background-color:#fff;border:.5px solid rgba(0,0,0,0);transition:border-color .2s ease}:root button.button-module__root--ASJgx.button-module__typeGoogle--oqOKG:hover{border-color:#4285f4;box-shadow:none;outline:3px solid rgba(66,133,244,.1)}:root button.button-module__root--ASJgx.button-module__typeGoogle--oqOKG:active{border-color:rgba(0,0,0,0);background-color:#eee;box-shadow:0px 0px 1px rgba(0,0,0,.084),0px 1px 1px rgba(0,0,0,.168);outline:none}:root button.button-module__root--ASJgx.button-module__typeGoogle--oqOKG:disabled{border:none;background-color:#eee;box-shadow:0px 0px 1px rgba(0,0,0,.084),0px 1px 1px rgba(0,0,0,.168);filter:grayscale(1);outline:none;color:rgba(0,0,0,.4)}:root button.button-module__root--ASJgx.button-module__typeGoogle--oqOKG:disabled svg[data-icon=google]>path{fill:#5f9ea0}:root button.button-module__root--ASJgx.button-module__typeGoogle--oqOKG span:last-of-type{margin-left:21px}:root button.button-module__root--ASJgx.button-module__typeGoogleDrive--XFhZf{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;line-height:16.41px;color:rgba(0,0,0,.54);background-color:#fff;border:1px solid #d8d9da;transition:border-color .2s ease}:root button.button-module__root--ASJgx.button-module__typeGoogleDrive--XFhZf:hover{border-color:#4285f4;outline:3px solid rgba(66,133,244,.1)}:root button.button-module__root--ASJgx.button-module__typeGoogleDrive--XFhZf:active{border-color:rgba(0,0,0,0);background-color:#eee;outline:none}:root button.button-module__root--ASJgx.button-module__typeGoogleDrive--XFhZf:disabled{border:none;background-color:#eee;filter:grayscale(1);outline:none;color:rgba(0,0,0,.4)}:root button.button-module__root--ASJgx.button-module__typeGoogleDrive--XFhZf:disabled svg[data-icon=google]>path{fill:#5f9ea0}:root button.button-module__root--ASJgx.button-module__typeGoogleDrive--XFhZf span:last-of-type{margin-left:21px}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #FFFFFF;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}

.google-login-module__root--q6y3c{display:flex;align-items:center;justify-content:center;width:100%}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 36px;
  margin-right: 8px;
  line-height: 34px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  margin-right: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #252627;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #16969C;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #16969C;
}
.ant-pagination-item:focus-visible {
  border-color: #16969C;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #16969C;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #16969C;
}
.ant-pagination-item-active a {
  color: #16969C;
}
.ant-pagination-item-active:hover {
  border-color: #32a6a8;
}
.ant-pagination-item-active:focus-visible {
  border-color: #32a6a8;
}
.ant-pagination-item-active:hover a {
  color: #32a6a8;
}
.ant-pagination-item-active:focus-visible a {
  color: #32a6a8;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #16969C;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  color: #252627;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: #252627;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #32a6a8;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #16969C;
  border-color: #16969C;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #16969C;
  border-color: #16969C;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 36px;
  margin-left: 8px;
  line-height: 36px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 6px 11px;
  color: #252627;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #A3A5A8;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  height: 36px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #898C90;
  user-select: none;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #32a6a8;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 36px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #16969C;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
  top: 0px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e7e7e7;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 34px;
  transition: all 0.3s, visibility 0s;
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #898C90;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 36px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 34px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 34px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 6px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 3px 0;
  line-height: 24px;
  visibility: hidden;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 6px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  color: rgba(12, 13, 13, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(12, 13, 13, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 5px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 28px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 28px;
  line-height: 26px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 28px;
  line-height: 28px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 28px;
  line-height: 26px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 12px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 12px;
  line-height: 10px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 12px;
  line-height: 12px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 12px;
  line-height: 10px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #F5120A !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ff4133;
  box-shadow: 0 0 0 2px rgba(245, 18, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #32a6a8;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #898C90;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-flex;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(12, 13, 13, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: #252627;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 36px;
  padding: 5px 12px;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 36px;
  padding: 5px 12px;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(12, 13, 13, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #252627;
  font-weight: 600;
  background-color: #cedbda;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #16969C;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-compact-item:not(.ant-select-compact-last-item) {
  margin-right: -1px;
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ant-select-compact-item:hover > *,
.ant-select-compact-item:focus > *,
.ant-select-compact-item:active > * {
  z-index: 2;
}
.ant-select-compact-item.ant-select-focused > * {
  z-index: 2;
}
.ant-select-compact-item[disabled] > * {
  z-index: 0;
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
  border-radius: 0;
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 6px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer .endOfContent.active {
  top: 0;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}

.pdf-item-module__root--Bybst{height:100vh;width:100%;display:flex}.pdf-item-module__root--Bybst:hover .pdf-item-module__pagination--Re7YL{opacity:1}.pdf-item-module__root--Bybst .react-pdf__Page__canvas{margin:0 auto;width:100% !important;height:100% !important}.pdf-item-module__document--y8o0h{position:relative;margin:0 auto;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;z-index:2;gap:12px;max-width:1000px}.pdf-item-module__document--y8o0h .react-pdf__Page__textContent{top:-4px !important;transform:translate(-50%) rotate(0deg) !important}.pdf-item-module__document--y8o0h .linkAnnotation{display:none}.pdf-item-module__spin--Qhp25{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.pdf-item-module__pagination--Re7YL{opacity:0;transition:all ease-in-out .2s;position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:2}
.viewer-module__rotateButton--cfFBp{position:absolute;z-index:2;top:.9rem;opacity:.5;transform:scale(1, -1) !important;cursor:pointer}.viewer-module__rotateButton--cfFBp:hover{opacity:1}.viewer-module__rotateButton--cfFBp.viewer-module__right--O_Px0{right:5.2rem;transform:scale(-1, -1) !important}.viewer-module__rotateButton--cfFBp.viewer-module__left--uOyEK{right:8.2rem}
.react-image-viewer{overflow:hidden;background-color:rgba(12,13,13,.7);position:fixed;z-index:2000;top:0;left:0;right:0;bottom:0}.react-image-viewer .button-group{float:right;margin-right:7rem}.react-image-viewer .button-group .button{position:relative;display:block;cursor:pointer;text-align:center;float:left;cursor:pointer;transition:all .4s ease}.react-image-viewer .button-group .button:hover{opacity:.8}.react-image-viewer .prev-button,.react-image-viewer .next-button{position:fixed;line-height:80vh;background:none;border:0;top:10vh;padding:0;color:#fff;cursor:pointer;opacity:.4;transition:all .4s ease}.react-image-viewer .prev-button:hover,.react-image-viewer .next-button:hover{opacity:.8}.react-image-viewer .prev-button{left:0}.react-image-viewer .next-button{right:0}.react-image-viewer .close-button{z-index:3;position:absolute;width:2.4rem;height:2.4rem;right:.8rem;top:.8rem;cursor:pointer;transition:all .4s ease;opacity:.5;background-color:rgba(12,13,13,.2)}.react-image-viewer .close-button:before,.react-image-viewer .close-button:after{content:"";display:block;position:absolute;height:2.4rem;width:.12rem;top:0;right:1.13rem;background-color:#fff;border-radius:2rem;transform-origin:center}.react-image-viewer .close-button:before{transform:rotate(45deg)}.react-image-viewer .close-button:after{transform:rotate(-45deg)}.react-image-viewer .close-button:hover{opacity:.8}.react-image-viewer .image-wrapper{position:relative;width:92vw;height:92vh;margin:4vh 4vw;overflow:hidden}.react-image-viewer .image-outer{position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;transition:all .35s ease;cursor:move}.react-image-viewer .image-outer.dragging{transition:all 0s ease}.react-image-viewer .image-outer:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.react-image-viewer .image-outer .image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important;object-fit:cover;transform:scale3d(1, 1, 1);transition:all .4s ease;animation:image-fade-in .4s ease}.react-image-viewer .image-outer.zoom-0{cursor:default}.react-image-viewer .tool-bar{height:4rem;position:fixed;left:0;top:0;right:0;padding-right:4rem;line-height:4rem;opacity:.5;background:rgba(12,13,13,0);transition:all .3s ease-in-out;min-width:16rem;overflow:hidden}.react-image-viewer .tool-bar:hover{opacity:1;background:rgba(12,13,13,.7)}.react-image-viewer .tool-bar .index-indicator,.react-image-viewer .tool-bar .caption{float:left;color:hsla(0,0%,100%,.6);font-size:1rem;font-weight:lighter;padding-left:1.4rem;line-height:4rem;vertical-align:middle;margin:0}.react-image-viewer .tool-bar .caption{max-width:60vw;overflow:hidden}.react-image-viewer .image-info{position:absolute;bottom:2rem;left:0;width:100%;text-align:center;line-height:1.4rem;font-size:.9rem;font-weight:lighter;color:hsla(0,0%,100%,.6)}.react-image-viewer .indicators{position:fixed;left:0;bottom:1rem;width:100vw;height:3rem;min-width:30rem;overflow:hidden;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.react-image-viewer .indicators .indicators-item{position:relative;width:4rem;max-width:10vw;height:3rem;margin:0 .3rem;float:left;line-height:3rem;opacity:.25;cursor:pointer;transition:all .4s ease}.react-image-viewer .indicators .indicators-item:first-child:after,.react-image-viewer .indicators .indicators-item:last-child:after{position:absolute;content:"";display:inline-block;height:.4rem;width:.4rem;border-radius:4rem;background:#16969c;top:1.4rem;opacity:0;transform:scale(0);-webkit-transform:scale(0);transition:all .6s ease}.react-image-viewer .indicators .indicators-item:first-child.invisible:after,.react-image-viewer .indicators .indicators-item:last-child.invisible:after{opacity:1;transform:scale(1)}.react-image-viewer .indicators .indicators-item:first-child:after{left:-1rem}.react-image-viewer .indicators .indicators-item:last-child:after{right:-1rem}.react-image-viewer .indicators .indicators-item.invisible{width:0;margin:0}.react-image-viewer .indicators .indicators-item:before{content:"";display:inline-block;height:.3rem;width:100%;border-radius:5rem;background:#16969c}.react-image-viewer .indicators .indicators-item.active,.react-image-viewer .indicators .indicators-item:hover{opacity:.85 !important}.react-image-viewer .indicators .indicators-item.preview{border:1px solid #f2f2f3;opacity:.5;box-sizing:border-box}.react-image-viewer .indicators .indicators-item.preview.active,.react-image-viewer .indicators .indicators-item.preview:hover{border:1px solid #16969c}.react-image-viewer .indicators .indicators-item.preview:first-child:after,.react-image-viewer .indicators .indicators-item.preview:last-child:after{content:"";display:inline-block;height:2rem;width:.1rem;background:hsla(0,0%,100%,.8);position:absolute;top:.5rem;opacity:0;transform:scaleY(0);-webkit-transform:scaleY(0);transition:all .6s ease;-webkit-transition:all .6s ease}.react-image-viewer .indicators .indicators-item.preview:first-child.invisible:after,.react-image-viewer .indicators .indicators-item.preview:last-child.invisible:after{opacity:1;transform:scaleY(1);-webkit-transform:scaleY(1)}.react-image-viewer .indicators .indicators-item.preview.invisible{border:0 !important}.react-image-viewer .indicators .indicators-item.preview:before{display:none}.react-image-viewer .indicators .indicators-item.preview .image{width:100%;height:100%;object-fit:cover;overflow:hidden}.react-image-viewer .direction-control-button .button .bar{width:4rem;height:4rem;display:inline-block;vertical-align:middle;position:relative}.react-image-viewer .direction-control-button .button .bar:before,.react-image-viewer .direction-control-button .button .bar:after{content:"";position:absolute;height:2rem;width:.12rem;left:1rem;top:0;background-color:#fff;transform-origin:0 100%}.react-image-viewer .direction-control-button .button .bar:before{transform:rotate(45deg)}.react-image-viewer .direction-control-button .button .bar:after{transform:rotate(135deg)}.react-image-viewer .direction-control-button .next-button .bar{transform:rotate(180deg)}.react-image-viewer .button-group .button{width:2rem;height:2rem;text-align:center;margin:.86rem 1rem;opacity:.5;border:.14rem solid #fff;border-radius:50%}.react-image-viewer .button-group .button:before,.react-image-viewer .button-group .button:after{content:"";display:block;position:absolute;height:1.6rem;width:.12rem;top:.1rem;left:.8rem;background-color:#fff;border-radius:2rem;transform-origin:center;transform:rotate(90deg)}.react-image-viewer .button-group .zoom-in:after{transform:rotate(0deg)}.react-image-viewer .bounce{width:2.4rem;height:2.4rem;display:inline-block;position:relative}.react-image-viewer .bounce:before,.react-image-viewer .bounce:after{content:"";display:block;position:absolute;width:100%;height:100%;opacity:.5;border-radius:50%;background-color:#16969c;animation:bounce 2s infinite ease-in-out}.react-image-viewer .bounce:after{animation-delay:-1s}.image-gallery{display:flex;height:100vh;flex-flow:row wrap;justify-content:space-around;align-items:center}.image-item{width:10rem;height:10rem;background:#fff;overflow:hidden;cursor:pointer;border:1rem solid #fff;box-shadow:0 0 .5rem rgba(12,13,13,.4)}.image-inner{width:100%;height:100%;background-size:cover !important;background-position:center !important;transition:all .3s ease;transform:scale(1)}.image-inner:hover{transform:scale(1.2)}@keyframes image-fade-in{0%{opacity:.75}100%{opacity:1}}
.use-google-account-module__googleBtn--kfD4w{font-size:14px;margin-bottom:16px;height:50px}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  animation: antBadgeLoadingCircle 1s infinite linear;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #16969C;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #16969C;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #F5120A;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: #252627;
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #16969C;
  border-radius: 2px;
}
.ant-ribbon-text {
  color: #FFFFFF;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}
.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}
.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}
.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}
.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}
.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

.seporator-module__root--bWdAR.seporator-module__withNavigator--MgEAs:after,.seporator-module__root--bWdAR.seporator-module__withNavigator--MgEAs:before{position:absolute;top:50%;left:-3px;width:6px;transform:translateY(-50%);height:56px;background-color:#bdbfc1;border-radius:10px;transition:.2s ease-in-out}.seporator-module__root--bWdAR{background:rgba(137,140,144,.3);background-clip:padding-box;z-index:10;transition:.2s ease-in-out;width:5px;margin-left:-2px;margin-right:-2px;border-left:2px solid hsla(0,0%,100%,0);border-right:2px solid hsla(0,0%,100%,0);flex-shrink:0;cursor:col-resize}.seporator-module__root--bWdAR:hover{border-left:2px solid rgba(210,247,249,.5);border-right:2px solid rgba(210,247,249,.5)}.seporator-module__root--bWdAR:hover.seporator-module__withNavigator--MgEAs:after{opacity:1}.seporator-module__root--bWdAR.seporator-module__withNavigator--MgEAs{position:relative}.seporator-module__root--bWdAR.seporator-module__withNavigator--MgEAs:before{content:"";z-index:2}.seporator-module__root--bWdAR.seporator-module__withNavigator--MgEAs:after{content:"";width:10px;left:-5px;height:60px;background-color:#d2f7f9;z-index:0;opacity:0}
.split-pane-module__root--fuRWL{display:flex;height:100%;max-height:inherit}.split-pane-module__root--fuRWL .split-pane-module__pane--eVGuv{transition:all .2s ease-in-out}.split-pane-module__root--fuRWL .split-pane-module__pane--eVGuv:last-child{flex:1 1 auto;width:1%}
.filter-pane-module__root--Qk2c9{position:relative;flex-shrink:0;height:100%;overflow:hidden}.filter-pane-module__root--Qk2c9.filter-pane-module__open--aI4jN{width:100%}.filter-pane-module__root--Qk2c9.filter-pane-module__open--aI4jN .filter-pane-module__content--oY7zQ{width:100%;height:100%;opacity:1;position:relative;overflow:hidden}.filter-pane-module__root--Qk2c9 .filter-pane-module__content--oY7zQ{display:flex;flex-direction:column;height:100%;width:100%}.filter-pane-module__root--Qk2c9 .filter-pane-module__body--cE0tf{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;flex:100%}.filter-pane-module__root--Qk2c9 .filter-pane-module__closed--Bfotp{background-color:#fff;transition:background-color .3s ease-in-out}.filter-pane-module__root--Qk2c9 .filter-pane-module__closed--Bfotp:hover{background-color:#d2f7f9}.filter-pane-module__root--Qk2c9 .filter-pane-module__hidden--hkxHb{display:none !important}.filter-pane-module__head--EYVd8{display:flex;flex-shrink:0;align-items:center;padding:15px 20px;border-bottom:1px solid #e9e9e9}.filter-pane-module__head--EYVd8 .filter-pane-module__title--VMbsi{margin:0 auto 0 0}.filter-pane-module__head--EYVd8 .filter-pane-module__resetBtn--CZ5Vv{padding:0;height:auto;font-weight:400 !important;margin-left:16px;border:0}.filter-pane-module__head--EYVd8 .filter-pane-module__collapseBtn--TK90F{display:flex;padding:0;border:0;height:auto;margin-left:16px}.filter-pane-module__grayColor--I5m1A{color:#898c90}
.form-item-module__root--uMXdK{margin-bottom:15px}.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 input:not(.ant-popover-inner-content input),.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .editor-wrap,.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .react-select__control,.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .ant-checkbox-inner:not(.ant-popover-inner-content .ant-checkbox-inner),.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 div[data-error],.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 textarea,.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .ant-select-selector{border-color:#f5120a !important;box-shadow:unset !important}.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 input:hover:not(.ant-popover-inner-content input,.ant-select-selection-search-input),.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .editor-wrap:hover,.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .react-select__control:hover,.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .ant-checkbox-inner:hover:not(.ant-popover-inner-content .ant-checkbox-inner),.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 textarea:hover,.form-item-module__root--uMXdK.form-item-module__hasError--A9R64 .ant-select-selector:hover{border-color:#f5120a !important;box-shadow:0 0 0 2px #fdd0ce !important}.form-item-module__root--uMXdK .form-item-module__label--kwZqf{position:relative;font-size:12px;line-height:16px;color:#898c90;margin-bottom:4px;display:block}
.location-input-module__root--B3GFX{width:100%;position:relative;z-index:3}.location-input-module__root--B3GFX .location-input-module__dropdown--S6c_X{background-color:#fff;position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow:auto;z-index:1;box-shadow:0 4px 12px rgba(37,38,39,.15);border-radius:4px}.location-input-module__root--B3GFX .location-input-module__item--tKTIz{margin:0;height:36px;line-height:36px;padding:0 10px;cursor:pointer}.location-input-module__root--B3GFX .location-input-module__item--tKTIz.location-input-module__active--j4Gc2{background-color:#f2f2f3}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(12, 13, 13, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #32a6a8;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #16969C;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 4px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 4px 4px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 0 0 4px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 4px 4px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #32a6a8;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #0b6c75;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #16969C;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #0b6c75;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(12, 13, 13, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(12, 13, 13, 0.85);
}
.ant-tabs-tab:hover {
  color: #32a6a8;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #0C0D0D;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0;
}
.ant-tabs-content {
  position: relative;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-tabpane {
  outline: none;
}
.ant-tabs-tabpane-hidden {
  display: none;
}
.ant-tabs-switch-appear,
.ant-tabs-switch-enter {
  transition: none;
}
.ant-tabs-switch-appear-start,
.ant-tabs-switch-enter-start {
  opacity: 0;
}
.ant-tabs-switch-appear-active,
.ant-tabs-switch-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.ant-tabs-switch-leave {
  position: absolute;
  transition: none;
  inset: 0;
}
.ant-tabs-switch-leave-start {
  opacity: 1;
}
.ant-tabs-switch-leave-active {
  opacity: 0;
  transition: opacity 0.3s;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.ant-drawer-inline {
  position: absolute;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(12, 13, 13, 0.45);
  pointer-events: auto;
}
.ant-drawer-content-wrapper {
  position: absolute;
  z-index: 1000;
  transition: all 0.3s;
}
.ant-drawer-content-wrapper-hidden {
  display: none;
}
.ant-drawer-left > .ant-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right > .ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-top > .ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ant-drawer-bottom > .ant-drawer-content-wrapper {
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  pointer-events: auto;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ant-drawer-header {
  display: flex;
  flex: 0;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #f0f0f0;
}
.ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0;
}
.ant-drawer-extra {
  flex: none;
}
.ant-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: rgba(12, 13, 13, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(12, 13, 13, 0.75);
  text-decoration: none;
}
.ant-drawer-title {
  flex: 1;
  margin: 0;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}
.panel-motion-enter-start,
.panel-motion-appear-start,
.panel-motion-leave-start {
  transition: none;
}
.panel-motion-enter-active,
.panel-motion-appear-active,
.panel-motion-leave-active {
  transition: all 0.3s;
}
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-appear-active,
.ant-drawer-mask-motion-leave-active {
  transition: all 0.3s;
}
.ant-drawer-mask-motion-enter,
.ant-drawer-mask-motion-appear {
  opacity: 0;
}
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-appear-active {
  opacity: 1;
}
.ant-drawer-mask-motion-leave {
  opacity: 1;
}
.ant-drawer-mask-motion-leave-active {
  opacity: 0;
}
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-appear-start,
.ant-drawer-panel-motion-left-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-appear-active,
.ant-drawer-panel-motion-left-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-appear-start {
  transform: translateX(-100%) !important;
}
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-appear-active {
  transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave {
  transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave-active {
  transform: translateX(-100%);
}
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-appear-start,
.ant-drawer-panel-motion-right-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-appear-active,
.ant-drawer-panel-motion-right-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-appear-start {
  transform: translateX(100%) !important;
}
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-appear-active {
  transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave {
  transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave-active {
  transform: translateX(100%);
}
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-appear-start,
.ant-drawer-panel-motion-top-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-appear-active,
.ant-drawer-panel-motion-top-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-appear-start {
  transform: translateY(-100%) !important;
}
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-appear-active {
  transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave {
  transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave-active {
  transform: translateY(-100%);
}
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-appear-start,
.ant-drawer-panel-motion-bottom-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-appear-active,
.ant-drawer-panel-motion-bottom-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-appear-start {
  transform: translateY(100%) !important;
}
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-appear-active {
  transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave {
  transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave-active {
  transform: translateY(100%);
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid #D8D9DA;
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid #D8D9DA;
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: #D8D9DA;
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: #D8D9DA;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: #252627;
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

.styles-module__root--Hk8VX{width:100%;margin-top:24px}.styles-module__root--Hk8VX .styles-module__divider--yq9fA{margin:0 0 24px;color:#a3a5a8}.styles-module__root--Hk8VX .styles-module__divider--yq9fA .styles-module__text--Eoe7j{font-size:12px;color:#57595c}.styles-module__root--Hk8VX .styles-module__divider--yq9fA .ant-divider-inner-text{padding:0 16px}.styles-module__root--Hk8VX .styles-module__btn--saywg{color:#57595c}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu-item-danger.ant-menu-item {
  color: #F5120A;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #F5120A;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #F5120A;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #F5120A;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #F5120A;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #F5120A;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #F5120A;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: transparent;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #a1cfcb;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-overflow {
  display: flex;
}
.ant-menu-overflow-item {
  flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(12, 13, 13, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #16969C;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #16969C;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-title-content {
  transition: color 0.3s;
}
.ant-menu-item a {
  color: #FFFFFF;
}
.ant-menu-item a:hover {
  color: #16969C;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge a {
  color: #FFFFFF;
}
.ant-menu-item > .ant-badge a:hover {
  color: #16969C;
}
.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
  border-style: dashed;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #16969C;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #16969C;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #16969C;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
  box-shadow: 0 0 0 2px #a1cfcb;
}
.ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu > .ant-menu {
  background-color: transparent;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: #FFFFFF;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #16969C;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #16969C;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #16969C;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #16969C;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: #FFFFFF;
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #16969C;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #16969C;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 0 solid #16969C;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
  color: #FFFFFF;
}
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #16969C;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #0b6c75;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #0b6c75;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #FFFFFF;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #FFFFFF;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #16969C;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #16969C;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #FFFFFF;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #FFFFFF;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #16969C;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  max-width: 100vw;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover-content {
  position: relative;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 12px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 12px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 12px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 12px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  color: #252627;
}
.ant-popover-message {
  display: flex;
  padding: 4px 0 12px;
  color: #252627;
  font-size: 14px;
}
.ant-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button:not(:first-child) {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 17.3137085px;
  height: 17.3137085px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-popover-arrow-content {
  --antd-arrow-background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-popover-arrow-content::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -7px -7px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 6.535533905932738 17.464466094067262 A 5 5 0 0 1 10.071067811865476 16 L 14 16 A 2 2 0 0 0 16 14 L 16 10.071067811865476 A 5 5 0 0 1 17.464466094067262 6.535533905932738 L 16.464466094067262 6.535533905932738 L 6.535533905932738 16.464466094067262 Z');
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(12, 13, 13, 0.07);
  transform: translateY(-8.65685425px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(12, 13, 13, 0.07);
  transform: translateX(8.65685425px) rotate(135deg);
}
.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(12, 13, 13, 0.06);
  transform: translateY(8.65685425px) rotate(-135deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(12, 13, 13, 0.07);
  transform: translateX(-8.65685425px) rotate(-45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}
.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}
.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}
.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}
.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}
.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}
.ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}
.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}
.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.color-input-module__root--TLffo{width:100%;height:36px;border:1px solid #a3a5a8;display:flex;align-items:center;justify-content:space-between}.color-input-module__root--TLffo:hover{border:1px solid #a3a5a8;color:#252627}.color-input-module__root--TLffo.color-input-module__disabled--azObI{cursor:not-allowed;opacity:.8;box-shadow:none;border-color:rgba(0,0,0,0);background-color:#f2f2f3;color:rgba(37,38,39,.45)}.color-input-module__root--TLffo.color-input-module__disabled--azObI:hover,.color-input-module__root--TLffo.color-input-module__disabled--azObI:focus{color:rgba(37,38,39,.45)}.color-input-module__colorBlock--uXCtT{width:16px;height:16px;border-radius:50%;background-color:#16969c;flex-shrink:0}.color-input-module__popover--bIY8A::before{content:"";position:absolute;top:6px;left:0;border-top:12px solid rgba(0,0,0,0);border-bottom:12px solid rgba(0,0,0,0);border-right:12px solid #fff}.color-input-module__popover--bIY8A .ant-popover-inner{box-shadow:0px 10px 25px rgba(35,23,5,.2);border-radius:12px;padding:6px}.color-input-module__colorPicker--dJofU .react-colorful{width:100%;height:100%}.color-input-module__colorPicker--dJofU .react-colorful__saturation{margin-bottom:16px;border-bottom:none;border-radius:8px;width:275px;height:238px}.color-input-module__colorPicker--dJofU .react-colorful__last-control{border-radius:24px;height:12px;margin-bottom:24px}.color-input-module__colorPicker--dJofU .react-colorful__pointer{width:20px;height:20px;border:3px solid #fff;cursor:pointer}
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.date-picker-module__rootWrap--B4mDk{position:relative;min-width:195px;max-width:220px;width:100%}.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .react-datepicker-ignore-onclickoutside{background-color:#d2f7f9}.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM{background-color:#d2f7f9}.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__day:hover,.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__month-text:hover,.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__quarter-text:hover,.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__time .react-datepicker__time-list .react-datepicker__time-list-item:hover{background-color:#fff}.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__header,.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__time{background-color:#d2f7f9}.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__time-list{max-height:220px}.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--keyboard-selected:hover,.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--selected:hover,.date-picker-module__rootWrap--B4mDk.date-picker-module__primary--U4cOa .date-picker-module__calendarClassName--UhjwM .react-datepicker__time-list .react-datepicker__time-list-item.react-datepicker__time-list-item--selected:hover{background-color:#16969c}.date-picker-module__rootWrap--B4mDk .react-datepicker__close-icon{padding-right:4px}.date-picker-module__rootWrap--B4mDk .react-datepicker__close-icon::after{background-color:#898c90;transition:.2s ease-in-out;opacity:.4;line-height:11px}.date-picker-module__rootWrap--B4mDk .react-datepicker__close-icon:hover::after{opacity:1}.date-picker-module__rootWrap--B4mDk .react-datepicker-popper[data-placement^=bottom]{margin-top:4px}.date-picker-module__rootWrap--B4mDk .react-datepicker-popper[data-placement^=top]{margin-bottom:4px}.date-picker-module__root--u7z0X{margin-right:10px;width:100%;height:36px;background-color:initial !important;outline:none;border-radius:4px;color:#252627;transition:.2s ease-in-out}.date-picker-module__root--u7z0X:focus{border-color:#16969c;border-right-width:1px !important;outline:0;box-shadow:0 0 0 2px rgba(22,150,156,.2)}.date-picker-module__root--u7z0X:hover{border-right-width:1px !important;outline:0;border-color:#16969c}.date-picker-module__root--u7z0X::placeholder{color:#57595c}.date-picker-module__root--u7z0X>input:disabled{background:#f2f2f3 !important}.date-picker-module__popperClassName--aD_1j{box-shadow:0px 2px 30px rgba(0,0,0,.1)}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM{border:none}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day{border-radius:50%;color:#252627}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day-names{background-color:rgba(0,0,0,0);text-transform:capitalize}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--in-range,.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--keyboard-selected.react-datepicker__day--today,.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--selected{background-color:#16969c;color:#fff}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--keyboard-selected:hover,.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--selected:hover,.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day.react-datepicker__day--in-range:hover{background-color:#16969c}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--disabled{color:#898c90;cursor:not-allowed}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__time-container{border-color:rgba(216,217,218,.5);border-bottom-left-radius:4px;overflow:hidden}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__month.react-datepicker__month--selecting-range .react-datepicker__day--in-selecting-range{background-color:rgb(16.9573033708,115.6179775281,120.2426966292);color:#fff}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__month.react-datepicker__month--selecting-range .react-datepicker__day.react-datepicker__day--selected{background-color:#16969c}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day.react-datepicker__day--outside-month{color:rgba(37,38,39,.3)}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__day--in-range.react-datepicker__day--outside-month{color:#fff}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__time-container .react-datepicker__header,.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__month-container .react-datepicker__current-month{border-bottom:1px solid rgba(216,217,218,.5);height:40px}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker-time__header,.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__current-month{font-weight:bold}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker-time__header{text-transform:capitalize;height:40px;line-height:40px}.date-picker-module__popperClassName--aD_1j .date-picker-module__calendarClassName--UhjwM .react-datepicker__triangle{display:none}.date-picker-module__container--RlKXh{display:flex}.date-picker-module__header--BgQnw{display:flex;align-items:center;justify-content:space-between;height:40px;border-bottom:1px solid rgba(216,217,218,.5)}.date-picker-module__header--BgQnw .ant-select-dropdown-menu-vertical{text-align:left}.date-picker-module__header--BgQnw .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled){background-color:#d2f7f9;border-radius:4px}.date-picker-module__header--BgQnw .ant-select:first-child{margin-right:30px}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR{width:auto}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selector{border:none}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-dropdown-menu{max-height:190px}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selection,.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selector{border:none;font-weight:bold;background-color:rgba(0,0,0,0);box-shadow:none !important;height:40px}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selection__rendered{line-height:40px}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selection-selected-value,.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selection-item{font-size:12px;text-transform:capitalize;font-weight:700;box-shadow:none}.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selection-selected-value:hover,.date-picker-module__header--BgQnw .date-picker-module__select--_1JSR .ant-select-selection-item:hover{color:#16969c}.date-picker-module__header--BgQnw .date-picker-module__option--qYSYm{text-transform:capitalize}.date-picker-module__header--BgQnw .date-picker-module__btnPrev--Hzulg,.date-picker-module__header--BgQnw .date-picker-module__btnNext--Occl0{color:#252627;display:flex;align-items:center}.date-picker-module__header--BgQnw .date-picker-module__btnPrev--Hzulg:hover,.date-picker-module__header--BgQnw .date-picker-module__btnNext--Occl0:hover{color:#16969c}.date-picker-module__header--BgQnw .date-picker-module__btnPrev--Hzulg{margin-right:auto}.date-picker-module__header--BgQnw .date-picker-module__btnNext--Occl0{margin-left:auto}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #16969C;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}

.drawer-module__root--hYeaA .ant-drawer-close{display:none}.drawer-module__root--hYeaA .ant-drawer-title{display:flex}.drawer-module__root--hYeaA .drawer-module__btnClose--rX17k{color:#898c90;height:52px;border:none;background:none;margin-left:auto;padding:0 4px}.drawer-module__root--hYeaA .drawer-module__btnArrow--uAdNw{border:none;height:52px;color:#16969c;background-color:rgba(0,0,0,0);padding:0 4px;margin-right:8px}.drawer-module__isContentDrawer--dquiP{display:flex;flex-direction:column}.drawer-module__isContentDrawer--dquiP .drawer-module__content--s0zfF{padding-bottom:40px;flex-grow:1}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #16969C;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #16969C;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 6.42857143px;
  height: 10.28571429px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #16969C;
  border-color: #16969C;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #D8D9DA !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #D8D9DA;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #16969C;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

.value-remove-module__root--obncz{display:flex;align-items:center;justify-content:center;height:26px;width:26px;padding:0;margin-right:4px;margin-left:auto;flex-shrink:0}
.option-module__root--mnBpQ{display:flex;align-items:center;margin:0;width:100%}.option-module__root--mnBpQ.option-module__withBtn--ewO60{width:calc(100% - 12px)}.option-module__root--mnBpQ.option-module__tag--l9aTo{width:auto;border-radius:23px;min-height:27px;font-size:14px;background-color:#fff;padding:0 8px}.option-module__root--mnBpQ.option-module__tag--l9aTo.option-module__small--lvXVV{max-width:252px;background-color:#d2f7f9}.option-module__root--mnBpQ.option-module__tag--l9aTo.option-module__square--d4UOC{border:none;border-radius:4px;height:23px;max-width:190px;padding:2px 0px}.option-module__root--mnBpQ.option-module__tag--l9aTo.option-module__square--d4UOC .ant-tag{margin-right:0;padding-right:0}.option-module__root--mnBpQ .option-module__btnRemove--CD2VS{border-radius:50%;margin-right:0;margin-left:5px;height:20px;width:20px;padding-right:4px;padding-left:4px}.option-module__root--mnBpQ .option-module__squareRemove--aPv30{background-color:rgba(0,0,0,0);margin-left:0}.option-module__root--mnBpQ .option-module__squareRemove--aPv30:hover{background-color:rgba(0,0,0,0);color:#f9716c}
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
.modal-module__root--D1ywR{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.modal-module__root--D1ywR .modal-module__header--Acp2Z{margin:32px 0}.modal-module__root--D1ywR .modal-module__title--hi74y{margin:0 0 16px !important}.modal-module__root--D1ywR .modal-module__link--gjHZc{margin-top:16px;font-weight:600;font-size:16px}.modal-module__root--D1ywR .modal-module__buttons--g4kB1{margin-top:32px;display:flex;gap:20px}
.tag-module__tag--K3ibo{background-color:#cdf2fe;border-radius:20px;padding:2px 8px;margin-left:8px}.tag-module__wrapper--vmtzi{display:flex;align-items:center}
.avatar-module__root--HhTLW{font-size:18px;flex-shrink:0;position:relative}.avatar-module__root--HhTLW.avatar-module__guestAvatar--cfFiu svg{height:inherit;width:inherit}.avatar-module__root--HhTLW .ant-avatar-string{transform:scale(0.8) translateX(-50%) !important}.avatar-module__root--HhTLW .ant-avatar-string>svg{transform:scale(0.8)}.avatar-module__root--HhTLW.avatar-module__isDismissed--pLU35{opacity:.5;cursor:not-allowed}.avatar-module__root--HhTLW .avatar-module__dismiss--S6qiI{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) !important;zoom:1.2}
.select-workspace-module__root--5DFjr{text-align:center}.select-workspace-module__root--5DFjr .select-workspace-module__title--TmDnu{margin-bottom:24px}@media(max-width: 576px){.select-workspace-module__root--5DFjr .select-workspace-module__title--TmDnu{font-weight:600 !important}}.select-workspace-module__root--5DFjr .select-workspace-module__items--EXLWg{display:flex;flex-wrap:wrap;gap:16px}@media(max-width: 768px){.select-workspace-module__root--5DFjr .select-workspace-module__items--EXLWg{flex-direction:column}}.select-workspace-module__root--5DFjr .select-workspace-module__items--EXLWg.select-workspace-module__centered--eUlBu{justify-content:center}.select-workspace-module__root--5DFjr .select-workspace-module__items--EXLWg.select-workspace-module__centered--eUlBu .select-workspace-module__item--rOvzH{max-width:246px}@media(max-width: 768px){.select-workspace-module__root--5DFjr .select-workspace-module__items--EXLWg.select-workspace-module__centered--eUlBu .select-workspace-module__item--rOvzH{max-width:unset}}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH{min-height:240px;flex:1 1 30%;padding:74px 16px 16px;display:flex;align-items:center;flex-direction:column;border-radius:8px;background-color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH:hover{box-shadow:0px 2px 30px rgba(0,0,0,.1)}@media(max-width: 768px){.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH{padding:24px;min-height:auto}}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH .select-workspace-module__avatar--FKOkp{margin-bottom:16px}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH.select-workspace-module__join--c5nLR{cursor:not-allowed}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH.select-workspace-module__join--c5nLR .select-workspace-module__avatar--FKOkp{opacity:.7}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH.select-workspace-module__join--c5nLR .select-workspace-module__workspaceTitle--t1cW2{color:#bdbfc1;margin-bottom:8px}.select-workspace-module__root--5DFjr .select-workspace-module__item--rOvzH.select-workspace-module__join--c5nLR:hover{box-shadow:none}.select-workspace-module__tooltip--HbuQH{max-width:246px}.select-workspace-module__tooltip--HbuQH .ant-tooltip-inner{text-align:center}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #F5120A;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #FFFFFF;
  background-color: #F5120A;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 12px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 12px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-dropdown-arrow::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -7px -7px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 6.535533905932738 17.464466094067262 A 5 5 0 0 1 10.071067811865476 16 L 14 16 A 2 2 0 0 0 16 14 L 16 10.071067811865476 A 5 5 0 0 1 17.464466094067262 6.535533905932738 L 16.464466094067262 6.535533905932738 L 6.535533905932738 16.464466094067262 Z');
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 7.65685425px;
  box-shadow: 3px 3px 7px -3px rgba(12, 13, 13, 0.1);
  transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 7.07106781px;
  box-shadow: 2px 2px 5px -2px rgba(12, 13, 13, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(12, 13, 13, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-title-content {
  flex: auto;
}
.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #16969C;
  background-color: #cedbda;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(12, 13, 13, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #16969C;
}
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #FFFFFF;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #FFFFFF;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #FFFFFF;
  background: #16969C;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-compact {
  display: inline-flex;
}
.ant-space-compact-block {
  display: flex;
  width: 100%;
}
.ant-space-compact-vertical {
  flex-direction: column;
}
.ant-space-rtl {
  direction: rtl;
}
.ant-space-compact-rtl {
  direction: rtl;
}

.creatable-option-module__root--NssFU{padding:10px;cursor:pointer}.creatable-option-module__root--NssFU .creatable-option-module__row--h6YBW{margin-bottom:0;flex-grow:1}.creatable-option-module__root--NssFU .creatable-option-module__btn--nBEud{color:#16969c;margin-right:10px}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popconfirm {
  z-index: 1060;
}

.select-type-module__root--f0R3X{display:flex;flex-wrap:wrap;gap:16px}.select-type-module__root--f0R3X .select-type-module__button--Qhuhr{display:flex;flex-direction:column;align-items:start;padding:23px 16px;height:100%;width:100%;max-width:273px;border:none}.select-type-module__root--f0R3X .select-type-module__icon--nNhSK,.select-type-module__root--f0R3X .select-type-module__titleWrap--KZRCv{margin-bottom:8px}.select-type-module__root--f0R3X .select-type-module__title--otCdR{line-height:1.5;margin-bottom:0}
.filter-select-module__rootWrap--fW8ls{position:relative;display:flex;flex-direction:column}.filter-select-module__rootWrap--fW8ls .filter-select-module__label--bEXxZ{font-size:12px;color:#898c90}.filter-select-module__rootWrap--fW8ls .filter-select-module__optionList--aOTyL{width:100%;display:flex;flex-wrap:wrap;height:100%;margin:auto;gap:4px}.filter-select-module__rootWrap--fW8ls .filter-select-module__optionList--aOTyL .filter-select-module__optionItem--Xk1uA{cursor:default}.filter-select-module__rootWrap--fW8ls .filter-select-module__optionList--aOTyL .filter-select-module__optionItem--Xk1uA:last-child{margin-right:0}.filter-select-module__rootWrap--fW8ls .filter-select-module__optionItem--Xk1uA{margin:2px 4px 2px 0}.filter-select-module__rootWrap--fW8ls .filter-select-module__optionItem--Xk1uA.filter-select-module__fullWidth--DgPiK{max-width:100%}.filter-select-module__root--P_Dbw{border:1px solid #a3a5a8;background-color:#fff;color:#898c90;display:flex;align-items:center;padding:4px 8px;transition:.2s ease-in-out;cursor:pointer;border-radius:4px;max-height:120px;overflow:hidden auto}.filter-select-module__root--P_Dbw.filter-select-module__default--e_Ybr{min-height:36px}.filter-select-module__root--P_Dbw.filter-select-module__small--z72WZ{min-height:28px}.filter-select-module__root--P_Dbw:hover,.filter-select-module__root--P_Dbw:focus,.filter-select-module__root--P_Dbw:active{border-color:#16969c}.filter-select-module__root--P_Dbw~.filter-select-module__optionList--aOTyL{margin-top:4px}.filter-select-module__root--P_Dbw.ant-popover-open .anticon{transform:rotate(0)}.filter-select-module__root--P_Dbw>.anticon{margin-left:auto !important}.filter-select-module__root--P_Dbw.filter-select-module__disabled--j_GCb{background-color:#f2f2f3;cursor:not-allowed}.filter-select-module__root--P_Dbw.filter-select-module__disabled--j_GCb:hover,.filter-select-module__root--P_Dbw.filter-select-module__disabled--j_GCb:focus{background-color:#f2f2f3;border-color:#a3a5a8}.filter-select-module__root--P_Dbw.filter-select-module__disabled--j_GCb>i{display:none !important}.filter-select-module__root--P_Dbw .filter-select-module__label--bEXxZ{color:#252627;font-weight:bold;margin-right:5px}.filter-select-module__root--P_Dbw.filter-select-module__badge--_o8KN::after{content:"";display:block;position:absolute;width:8px;height:8px;background-color:#16969c;border:2px solid #fff;border-radius:50%;right:-4px;top:0}.filter-select-module__popoverOverlay--lri6E{width:100% !important;min-width:200px;transform-origin:50% 0px;background-color:#fff;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.filter-select-module__popoverOverlay--lri6E .ant-input-affix-wrapper{padding:0 10px}.filter-select-module__popoverOverlay--lri6E .ant-popover-inner{border-top-left-radius:0;border-top-right-radius:0;box-shadow:none;background-color:rgba(0,0,0,0)}.filter-select-module__popoverOverlay--lri6E .ant-popover-inner .ant-popover-inner-content{padding:0;width:100%}.filter-select-module__popoverOverlay--lri6E .filter-select-module__content--Xhz0J{display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.1)}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .ant-checkbox-inner{width:18px;height:18px}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .ant-checkbox-inner::after{width:6px;height:12px}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .ant-checkbox{display:none;top:0}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .ant-checkbox + span{width:100%;padding:0;overflow:hidden}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0{display:flex;align-items:center;margin:0;min-height:40px;width:100%;transition:.2s ease-in-out;padding:4px 10px;background-color:#fff;color:#16969c}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0:hover{background-color:#d2f7f9}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.filter-select-module__multiple--OMK3X .ant-checkbox{display:block}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.filter-select-module__multiple--OMK3X .ant-checkbox+span{padding-right:8px;padding-left:8px;flex-grow:1}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.filter-select-module__withPosition--jbYvG{align-items:flex-start}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.filter-select-module__withPosition--jbYvG .ant-checkbox{padding-top:10px}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.filter-select-module__disabled--j_GCb{background-color:#f2f2f3 !important}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.filter-select-module__disabled--j_GCb span{color:#898c90 !important}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0 .filter-select-module__icon--dKaMo{margin-top:6px;margin-right:5px}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0:hover{background-color:#e9fbfc;color:#252627}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .filter-select-module__option--Glcl0.ant-checkbox-wrapper-checked{background-color:#e9fbfc}.filter-select-module__popoverOverlay--lri6E .filter-select-module__list--x7Hb1 .ant-spin.ant-spin-spinning{display:flex;justify-content:center}.filter-select-module__popoverOverlay--lri6E .filter-select-module__search--HI_cB{margin:10px;width:auto}.filter-select-module__popoverOverlay--lri6E .filter-select-module__search--HI_cB .ant-input-prefix{left:20px}.filter-select-module__popoverOverlay--lri6E .filter-select-module__search--HI_cB>input{min-height:36px !important}.filter-select-module__popoverOverlay--lri6E .filter-select-module__empty--idZBr{text-align:left;padding:5px 10px}.filter-select-module__showSelectedOptionSeparatelyList--QtYxo .filter-select-module__optionSeparately--BOrBv{justify-content:space-between;flex-wrap:nowrap;padding:10px 6px 10px 0;min-width:100%;background:none !important;border-radius:0 !important;margin:0;font-size:14px}.filter-select-module__showSelectedOptionSeparatelyList--QtYxo .filter-select-module__optionSeparately--BOrBv:last-child{padding-bottom:0px}.filter-select-module__flexWrap--hd2KN{display:flex;align-items:center;justify-content:space-between;flex-grow:1}.filter-select-module__addButton--k6yUV{display:flex;align-items:center;justify-content:flex-start;padding:0 10px;font-weight:400 !important}
:root .popconfirm-module__popover--i34cy .popconfirm-module__btnCancel--n3ci0{color:#f9716c;border-color:#f9716c}:root .popconfirm-module__popover--i34cy .popconfirm-module__btnCancel--n3ci0:hover{color:#f9716c;border-color:#f9716c}:root .popconfirm-module__popover--i34cy{z-index:9999}:root .popconfirm-module__popover--i34cy .ant-popover-content{max-width:202px}:root .popconfirm-module__popover--i34cy .ant-popover-content .ant-popover-inner-content{padding:16px}:root .popconfirm-module__popover--i34cy .ant-popover-content .ant-popover-message-title{font-weight:600;font-size:14px;padding-left:0}:root .popconfirm-module__popover--i34cy .ant-popover-content .ant-popover-buttons{padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}:root .popconfirm-module__popover--i34cy .ant-popover-content .ant-popover-buttons .ant-btn{padding:6px 15px;height:auto;margin:0;flex:1}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #D8D9DA;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #D8D9DA;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(12, 13, 13, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  flex: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  flex: none;
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: #252627;
  background-color: #fff;
  border-top: 1px solid #D8D9DA;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #D8D9DA;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

.manage-subscribers-single-attachment-module__root--r2Nqm{display:flex;flex-direction:column}
.replace-tooltip-module__root--A3gkf{display:flex;gap:8px;margin:4px;max-width:211px;white-space:normal}.replace-tooltip-module__tooltipContent--sPDt0{display:flex;flex-direction:column}.replace-tooltip-module__tooltipName--YbuGP{font-weight:bold;margin-bottom:4px}
.actions-module__overlayClassName--slU35{padding:0;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-radius:4px;background-color:#fff}.actions-module__content--m9eI3{display:flex;flex-direction:column;align-items:flex-start}.actions-module__content--m9eI3 .ant-btn:disabled{background-color:rgba(0,0,0,0);color:#898c90}.actions-module__content--m9eI3 .ant-dropdown-menu-submenu-expand-icon{display:none}.actions-module__content--m9eI3 .ant-dropdown-menu{position:relative;border:unset;background-color:#fff;width:100%;box-shadow:none}.actions-module__content--m9eI3 .ant-dropdown-menu::after{content:"";width:calc(100% - 40px);display:block;position:absolute;border-bottom:1px solid #d8d9da;left:50%;transform:translateX(-50%)}.actions-module__content--m9eI3 .ant-dropdown-menu-submenu-active .ant-dropdown-menu-submenu-title{color:#898c90}.actions-module__content--m9eI3 .ant-dropdown-menu-submenu-title{width:100%;padding:7px 20px;text-align:left;align-items:center;display:flex;height:auto !important;min-height:36px;color:#0c0d0d;white-space:break-spaces;background-color:#fff !important;margin:0;line-height:1.5 !important}.actions-module__content--m9eI3 .ant-dropdown-menu-submenu-title:hover{color:#898c90}:root .actions-module__content--m9eI3 button.actions-module__action--s8ebC{width:100%;padding:7px 20px;text-align:left;align-items:center;display:flex;height:auto;min-height:36px;color:#0c0d0d;white-space:break-spaces}:root .actions-module__content--m9eI3 button.actions-module__action--s8ebC:hover{color:#898c90}.actions-module__divider--aKGj9{margin:4px 0}.actions-module__btn--xF9kk{width:24px;height:24px;border:1px solid #bdbfc1;background:#f2f2f3;border-radius:4px;display:flex;align-items:center;justify-content:center}.actions-module__btn--xF9kk:hover,.actions-module__btn--xF9kk:active,.actions-module__btn--xF9kk:focus{background-color:#fafafa;color:#6f7276;border-color:#bdbfc1}.actions-module__btn--xF9kk>div>div{display:flex}.actions-module__btnSort--h_i9r{flex-shrink:0;padding:0;width:18px;height:18px;margin-right:4px;border:none}.actions-module__btnSort--h_i9r:hover,.actions-module__btnSort--h_i9r:active,.actions-module__btnSort--h_i9r:focus{color:#bdbfc1}.actions-module__submenuPopup--Mn0P6{color:red}.actions-module__submenuPopup--Mn0P6 .ant-dropdown-menu-item{height:auto !important;line-height:1.5 !important;margin:0 !important;padding:0 !important}.actions-module__submenuPopup--Mn0P6 ul{padding:0;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-radius:4px;background-color:#fff !important}:root .actions-module__submenuPopup--Mn0P6 button.actions-module__action--s8ebC{width:100%;padding:7px 20px;text-align:left;align-items:center;display:flex;height:auto;min-height:36px;color:#0c0d0d;white-space:break-spaces}:root .actions-module__submenuPopup--Mn0P6 button.actions-module__action--s8ebC:hover{color:#898c90}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #F5120A;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #16969C;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

.settings-module__root--erwJ8{height:100%;display:flex;flex-direction:column}.settings-module__root--erwJ8 .settings-module__back--vn34E{align-self:flex-start;font-size:16px;margin-bottom:24px;padding:0;height:auto}.settings-module__root--erwJ8 .settings-module__form--K_nFC{display:flex;flex-direction:column;flex:100%}.settings-module__root--erwJ8 .settings-module__datePickerWrapper--vIwQA{max-width:100%}.settings-module__root--erwJ8 .settings-module__submit--hup0H{margin:auto 0 0 auto}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert-content {
  flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #cedbda;
  border: 1px solid #78c2be;
}
.ant-alert-info .ant-alert-icon {
  color: #16969C;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #ffebe6;
  border: 1px solid #ff9585;
}
.ant-alert-error .ant-alert-icon {
  color: #F5120A;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(12, 13, 13, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(12, 13, 13, 0.75);
}
.ant-alert-close-text {
  color: rgba(12, 13, 13, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(12, 13, 13, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(12, 13, 13, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(12, 13, 13, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

.replace-employee-option-module__replaceWrapper--fx4xQ{display:flex;flex-direction:column;gap:4px;margin-left:12px;width:160px;align-items:flex-start;flex:0 1 auto;overflow:hidden}.replace-employee-option-module__userWrapper--IMQAL{display:flex;align-items:center;gap:8px;width:100%}
.workspace-google-drive-not-integrated-module__root--z676I{display:flex;height:100%;width:100%}.workspace-google-drive-not-integrated-module__root--z676I .workspace-google-drive-not-integrated-module__wrapper--Ffys4{align-items:center;display:flex;flex-direction:column;margin:auto;text-align:center}.workspace-google-drive-not-integrated-module__root--z676I .workspace-google-drive-not-integrated-module__image--MUp4C{display:flex;margin-bottom:20px}.workspace-google-drive-not-integrated-module__root--z676I .workspace-google-drive-not-integrated-module__message--zlxUD{margin-bottom:32px}
.user-option-module__root--CtTWD{display:flex;align-items:center;width:100%;gap:8px}.user-option-module__root--CtTWD .user-option-module__filter--koYrK{opacity:.5;max-width:160px}.user-option-module__root--CtTWD .user-option-module__positionWithNoteContainer--J4m1m{align-items:center;column-gap:5px;display:flex;margin:0}.user-option-module__optionContent--kUhRs{display:flex;align-items:center;justify-content:space-between;width:100%}.user-option-module__content--X1q0V{display:flex;flex-direction:column;width:100%;overflow:hidden}.user-option-module__replaceInfo--g54fR{display:flex;align-items:center;gap:8px}
.select-type-module__root--V5R3j{display:flex;flex-wrap:wrap;gap:16px}.select-type-module__root--V5R3j .select-type-module__button--OGkwW{display:flex;flex-direction:column;align-items:start;padding:32px 16px;height:100%;width:100%;max-width:273px;border:none}.select-type-module__root--V5R3j .select-type-module__icon--OtRoh,.select-type-module__root--V5R3j .select-type-module__titleWrap--iOJ2Z{margin-bottom:8px}.select-type-module__root--V5R3j .select-type-module__title--Tf78D{margin-bottom:0}
.employee-select-module__modal--e7Ij5 .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover::before,.employee-select-module__modal--e7Ij5 .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover::before{background:none}.employee-select-module__modal--e7Ij5 .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher{color:#a3a5a8}.employee-select-module__modal--e7Ij5 .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper::before,.employee-select-module__modal--e7Ij5 .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper::before{background:none}.employee-select-module__modal--e7Ij5 .centred,.employee-select-module__modal--e7Ij5 .ant-tree span.ant-tree-node-content-wrapper,.employee-select-module__modal--e7Ij5 .ant-tree span.ant-tree-switcher,.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-checkbox,.employee-select-module__modal--e7Ij5 .ant-checkbox-wrapper{display:inline-flex;align-items:center;justify-content:center;height:40px}.employee-select-module__modal--e7Ij5 .ant-checkbox-wrapper{margin-right:10px}.employee-select-module__modal--e7Ij5 .ant-tree li{padding:0}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-treenode-selected{background:#e9fbfc}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-checkbox{margin:0;margin-right:10px}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-checkbox::after{visibility:hidden}.employee-select-module__modal--e7Ij5 .ant-tree span.ant-tree-switcher{color:#898c90;min-width:18px;padding-right:8px}.employee-select-module__modal--e7Ij5 .ant-tree span.ant-tree-node-content-wrapper{background-color:rgba(0,0,0,0);padding:0;width:auto;justify-content:flex-start;overflow:hidden}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-child-tree span.ant-tree-node-content-wrapper{width:calc(100% - 54px)}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-child-tree span.ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-close,.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-child-tree span.ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-open{width:auto}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-title{display:inline-flex;justify-content:space-between;flex-grow:1;overflow:hidden}.employee-select-module__modal--e7Ij5 .ant-tree .ant-tree-treenode-switcher-close.ant-tree-treenode-selected{background-color:#e9fbfc}.employee-select-module__jobTitle--XvQbU{align-items:center;column-gap:5px;cursor:default;display:flex;flex-grow:1;height:40px;justify-content:flex-end;max-width:50%;min-width:140px;overflow:hidden;text-align:right}
.settings-module__root--dsfdE{height:100%;display:flex;flex-direction:column}.settings-module__root--dsfdE .settings-module__back--v4xur{align-self:flex-start;font-size:16px;margin-bottom:24px;padding:0;height:auto}.settings-module__root--dsfdE .settings-module__form--R8jP3{display:flex;flex-direction:column;flex:100%}.settings-module__root--dsfdE .settings-module__datePickerWrapper--ZkaHK{max-width:100%}.settings-module__root--dsfdE .settings-module__submit--pZefs{margin:auto 0 0 auto}
.field-editor-item-module__withDoubleClick--PVac3{cursor:pointer;transition:all .3s ease-in-out}.field-editor-item-module__withDoubleClick--PVac3:hover{background-color:#e9fbfc}.field-editor-item-module__form--MIIg6{margin-bottom:12px}.field-editor-item-module__form--MIIg6 .field-editor-item-module__allActions--QztwU{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.field-editor-item-module__form--MIIg6 .field-editor-item-module__actionsBlock--Fj6Pa{display:flex;gap:16px;margin-left:auto}.field-editor-item-module__form--MIIg6 .field-editor-item-module__button--vemXo{height:auto;font-size:16px}.field-editor-item-module__field--Qjd20{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.field-editor-item-module__field--Qjd20 .field-editor-item-module__linkButton--Bctdv{padding:0;border:unset;height:auto;font-weight:400 !important}
.create-module__panel--HbSIL{border-bottom:1px solid #1dc2c9;margin-bottom:16px;padding-bottom:24px}.create-module__panel--HbSIL+.create-module__panel--HbSIL{border:0;margin:0;padding:0}.create-module__panel--HbSIL .create-module__title--xCuLa{line-height:1.5;margin-bottom:16px;padding-top:8px}
/*

Atom One Light by Daniel Gamage
Original One Light Syntax theme from https://github.com/atom/one-light-syntax

base:    #fafafa
mono-1:  #383a42
mono-2:  #686b77
mono-3:  #a0a1a7
hue-1:   #0184bb
hue-2:   #4078f2
hue-3:   #a626a4
hue-4:   #50a14f
hue-5:   #e45649
hue-5-2: #c91243
hue-6:   #986801
hue-6-2: #c18401

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #383a42;
  background: #fafafa;
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #a626a4;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #986801;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #D8D9DA;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #16969C;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #D8D9DA;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #D8D9DA;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #0b6c75;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #32a6a8;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #32a6a8;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(12, 13, 13, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(12, 13, 13, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(12, 13, 13, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(12, 13, 13, 0.45);
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 22.001px;
  line-height: 1;
  vertical-align: top;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(12, 13, 13, 0.45);
  transition: all 0.3s;
}
.ant-upload-list-item-card-actions:hover .anticon {
  color: #252627;
}
.ant-upload-list-item-info {
  height: 100%;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(12, 13, 13, 0.45);
  font-size: 14px;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #F5120A;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #F5120A;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #F5120A;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #ffebe6;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #F5120A;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 13, 13, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #FFFFFF;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

.markdown-module__root--qUV3L{word-break:break-word;line-height:normal;margin-top:1px}.markdown-module__root--qUV3L p{margin-bottom:0;white-space:break-spaces}.markdown-module__root--qUV3L img,.markdown-module__root--qUV3L video{max-width:100%;box-sizing:initial}.markdown-module__root--qUV3L pre{margin:5px 0;white-space:normal}.markdown-module__root--qUV3L+.markdown-module__root--qUV3L,.markdown-module__root--qUV3L+.markdown-module__root--qUV3L>p{display:inline}a.mention-link{color:#57595c;border-radius:24px;border:none;background-color:#d8d9da;padding:2px 8px;white-space:nowrap;line-height:2}.code-hljs{display:inline-block;background-color:#f2f2f3;padding:2px 10px;border-radius:4px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.hljs{background-color:#f2f2f3;border-radius:4px;font-size:14px}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #16969C;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #16969C;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #16969C;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: #252627;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #F5120A;
}
.ant-progress-status-exception .ant-progress-text {
  color: #F5120A;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #F5120A;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 12px;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #F5120A;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

.video-collapse-module__collapse--CCEyO .video-collapse-module__panel--i05ZX{margin-bottom:10px;display:block;border:1px solid #138186 !important;border-radius:5px;text-align:center}.video-collapse-module__collapse--CCEyO .video-collapse-module__panel--i05ZX:last-child{border-radius:5px}.video-collapse-module__collapse--CCEyO .video-collapse-module__commentBlock--yc2Lr{margin-top:24px}.video-collapse-module__collapse--CCEyO .video-collapse-module__commentBlock--yc2Lr .video-collapse-module__commentText--ZWaDn{font-size:16px}.video-collapse-module__collapse--CCEyO .video-collapse-module__commentBlock--yc2Lr .video-collapse-module__button--s43yq{height:auto;padding:0}.video-collapse-module__collapse--CCEyO .ant-collapse-header{padding:0px !important;font-size:16px !important;line-height:1.5 !important;color:#138186 !important}.video-collapse-module__collapse--CCEyO .ant-collapse-content-box{padding:0px !important}.video-collapse-module__collapse--CCEyO .ant-collapse-item{padding:6px 16px}.video-collapse-module__collapse--CCEyO .ant-collapse-item-active{padding:16px}.video-collapse-module__collapse--CCEyO .ant-collapse-item-active .ant-collapse-header{margin-bottom:24px}.video-collapse-module__collapse--CCEyO .video-collapse-module__content--eUbML iframe{width:100%}
.manage-subscribers-multi-attachment-module__root--bmck6{display:flex;flex-direction:column;gap:16px}.manage-subscribers-multi-attachment-module__formItem--Gqbv3{margin-bottom:0}
.video-modal-module__content--fhF8V{display:block;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-modal-module__content--fhF8V iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0;outline-width:0}.video-modal-module__title--G3O81{margin-bottom:24px;text-align:center}.video-modal-module__title--G3O81.video-modal-module__cardTitle--Paalf{margin-bottom:8px}.video-modal-module__title--G3O81.video-modal-module__subtitle--OzPHt{margin-top:0 !important}.video-modal-module__comment--wIBMi{text-align:center;margin-top:24px}.video-modal-module__button--mzUfA{height:auto;padding:0;font-size:16px;font-weight:400 !important}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #cedbda;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #16969C;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #FFFFFF;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #16969C;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}

.video-btn-module__btn--MXJ5H{padding:0;display:flex;align-items:center;height:unset;margin:0}.video-btn-module__btn--MXJ5H>span{font-weight:600 !important}
.switch-module__flexSwitch--CTXKE{display:flex;align-items:center;justify-content:flex-start}.switch-module__flexSwitch--CTXKE .ant-legacy-form-item-control-wrapper{flex:0}.switch-module__flexSwitch--CTXKE .ant-legacy-form-item-label{line-height:42px;padding-left:10px;padding-bottom:0}.switch-module__flexSwitch--CTXKE .switch-module__btn--uITmO{height:auto;padding:0 0 0 8px}.switch-module__flexSwitch--CTXKE .switch-module__btn--uITmO::after{display:none}.switch-module__flexSwitch--CTXKE .switch-module__btn--uITmO span{color:#252627}
.StarRating-module__root--Eokvj{display:flex}.StarRating-module__star--pEaER{color:#d8d9da;cursor:pointer;transition:.1s ease-in-out}.StarRating-module__star--pEaER:not(:last-child){padding-right:12px}.StarRating-module__star--pEaER.StarRating-module__hovered--FA_yX{color:#fda402}.StarRating-module__star--pEaER.StarRating-module__checkedHovered--hgKZy{color:#e49402}.StarRating-module__disabled--YpJi8{pointer-events:none;opacity:.3}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ant-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  width: 72px;
  min-width: 72px;
  height: 36px;
  line-height: 36px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
  width: 36px;
  min-width: 36px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 36px;
  min-width: 36px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 36px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 180px;
  min-width: 180px;
  height: 36px;
  line-height: 36px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.attachment-module__root--f3JIW{padding:12px;border-radius:4px;border:1px solid #d8d9da;background-color:#fff}.attachment-module__root--f3JIW:not(:last-child){margin-bottom:12px}.attachment-module__root--f3JIW .ant-skeleton-paragraph{margin:0}.attachment-module__root--f3JIW .ant-skeleton-content .ant-skeleton-paragraph>li+li{margin-top:4px;width:20% !important}
.button-module__root--zvEqR{height:40px;max-width:130px;margin:0}.button-module__root--zvEqR>li{border-radius:4px;height:inherit !important}
.input-module__root--mlk1_ .input-module__label--AS83K{margin:0 0 4px}.input-module__root--mlk1_ .input-module__input--e0mJG{margin:0;height:36px}.input-module__root--mlk1_ .input-module__input--e0mJG>li{height:inherit;border-radius:4px}
.entity-creation-module__root--_johT{padding:24px;height:100%;display:flex;flex-direction:column;gap:16px}.entity-creation-module__root--_johT .entity-creation-module__twoFields--GebZp{display:grid;grid-template-columns:1fr 1fr;gap:16px}.entity-creation-module__root--_johT .entity-creation-module__buttonWrap--CJMFs{margin-top:auto}.entity-creation-module__root--_johT .entity-creation-module__button--y6xR8{margin:8px 0 0 auto}
.card-module__root--vOVDt{display:flex;justify-content:space-between;border:1px solid #d8d9da;background-color:#fff;border-radius:5px;transition:.2s ease-in-out;position:relative}.card-module__root--vOVDt:hover{box-shadow:0 2px 15px 0 #d8d9da}.card-module__root--vOVDt .card-module__link--fpfk4{padding:16px;width:100%}.card-module__root--vOVDt .card-module__icon--RLeQi{max-width:100px;min-height:100px;margin-bottom:8px}.card-module__root--vOVDt .card-module__title--J8Xyu{margin:0}.card-module__root--vOVDt .card-module__right--_bQIh{padding:16px 16px 16px 0;display:flex;flex-direction:column;align-items:center}.card-module__root--vOVDt .card-module__right--_bQIh>span{margin-top:auto}
.list-module__root--RgZbI{height:100%;overflow:auto}.list-module__root--RgZbI .ant-collapse{border:none}.list-module__list--fFrFR{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px 16px;padding:16px}.list-module__skeleton--cUq4k{height:188px;max-width:unset}.list-module__accordion--knUSa .ant-collapse-content{background:#f2f2f3;border:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.list-module__accordion--knUSa .ant-collapse-item{border:none;margin-bottom:8px;background:#f2f2f3;border-radius:8px;overflow:hidden;font-size:16px;margin-right:8px}.list-module__accordion--knUSa .ant-collapse-item:last-child{border-radius:8px;margin-bottom:0}.list-module__accordion--knUSa .ant-collapse-header{background:#f2f2f3;border-radius:8px;padding:16px;font-weight:600;color:#031516;border:none;display:flex !important;align-items:center !important}.list-module__accordion--knUSa .ant-collapse-expand-icon{display:flex;align-items:center}.list-module__accordion--knUSa .ant-collapse-content-box{padding:0;border:none}.list-module__accordion--knUSa .ant-collapse-item[data-group=OtherReportsGroup]{background:#f2f2f3;border-radius:8px;overflow:hidden}.list-module__accordion--knUSa .ant-collapse-item[data-group=OtherReportsGroup] .ant-collapse-header{background:#f2f2f3;border-radius:8px;color:#031516}.list-module__accordion--knUSa .ant-collapse-item[data-group=OtherReportsGroup] .ant-collapse-content{background:#f2f2f3;border-bottom-left-radius:8px;border-bottom-right-radius:8px}
.all-module__root--D3A7y{display:flex;flex-direction:column;gap:20px;height:100%;overflow:hidden}
.modals-module__wrapper--jXkte{border-radius:8px;border:1px solid #d8d9da;padding:16px 24px;margin-bottom:16px}.modals-module__btnSubmit--kzhOu{display:flex;align-items:center;margin-top:24px;margin-left:auto}.modals-module__processModal--FDXrA{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:47px 24px 32px}.modals-module__processModal--FDXrA .modals-module__info--K7d6b{text-align:center}.modals-module__processModal--FDXrA .modals-module__closeBtn--Esavz{margin-top:32px}.modals-module__skeleton--tAybO{margin-bottom:16px;border-radius:8px}.modals-module__successSection--KGKrw{text-align:center}

/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  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;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

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

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  }
.fc .fc-button:disabled {
    opacity: 0.65;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  }
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    z-index: 3; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3)
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: var(--fc-small-font-size, .85em);
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before, .fc-event:focus:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected,
.fc-event:focus {

  /* dimmer effect */

}
.fc-event-selected:after, .fc-event:focus:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
  }
.fc-h-event .fc-event-main-frame {
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }
.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }


/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: var(--fc-event-resizer-thickness, 8px);
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical align */
    justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness {
  position: absolute /* top/left/right/bottom will all be set by JS */
}
.fc-timegrid-event-harness > .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0; /* for when not yet positioned */
    bottom: 0; /* " */
    left: 0;
    right: 0;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
  border-radius: 3px;
}
.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px /* give some space from bottom */
}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
  }
.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
  }
.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}
.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}
.fc-direction-ltr .fc-timegrid-more-link {
    right: 0;
  }
.fc-direction-rtl .fc-timegrid-more-link {
    left: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }


:root {
  --fc-daygrid-event-dot-width: 8px;
}
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
  }
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
  }
.fc {

  /* popover */

}
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }

.event-content-module__root--e860n{padding:2px 4px;display:flex;width:100%;height:100%;justify-content:space-between;background-color:#d8d9da;border-radius:4px;border-color:#6f7276;border-style:solid}.event-content-module__root--e860n.event-content-module__myEvent--Gunoh{border-color:#fda402;background-color:#ffedcc}.event-content-module__root--e860n.event-content-module__possible--WRrss,.event-content-module__root--e860n.event-content-module__rejected--zRJPo{background-color:#fff;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:2px}.event-content-module__root--e860n.event-content-module__accepted--KDRDi{border-top-width:0;border-right-width:0;border-bottom-width:0}.event-content-module__root--e860n.event-content-module__rejected--zRJPo .event-content-module__title--dyWLY{text-decoration:line-through}.event-content-module__root--e860n .event-content-module__info--jKVF7{display:flex;gap:4px;align-items:baseline;width:100%;overflow:hidden;margin-right:4px}.event-content-module__root--e860n .event-content-module__title--dyWLY{max-width:100%}.event-content-module__root--e860n.event-content-module__timeGridWeek--qx3ww .event-content-module__info--jKVF7,.event-content-module__root--e860n.event-content-module__small--nUZO7 .event-content-module__info--jKVF7{flex-direction:column;gap:unset}.event-content-module__root--e860n.event-content-module__timeGridWeek--qx3ww .event-content-module__info--jKVF7>*,.event-content-module__root--e860n.event-content-module__small--nUZO7 .event-content-module__info--jKVF7>*{line-height:1}
.day-header-module__root--XrVRQ{display:flex;flex-direction:column;text-align:left}.day-header-module__root--XrVRQ .day-header-module__day--olzFc{text-transform:uppercase}.day-header-module__root--XrVRQ .day-header-module__number--JiGiN{margin:0 !important}
.toolbar-module__linkEditor--uN4pj{position:absolute;z-index:1000;margin-top:-6px;max-width:300px;width:100%;opacity:0;background-color:#fff;box-shadow:0px 5px 10px #a3a5a8;border-radius:5px;transition:opacity .5s}.toolbar-module__linkEditor--uN4pj .toolbar-module__linkWrap--qWxV0{display:flex;align-items:center;justify-content:space-between;padding-right:8px}.toolbar-module__linkEditor--uN4pj .toolbar-module__linkInput--wLjG6{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 24px);box-sizing:border-box;margin:8px 12px;padding:8px 12px;border-radius:5px;background-color:#f2f2f3;font-size:15px;color:#0c0d0d;border:0;outline:0;position:relative;font-family:inherit}.toolbar-module__linkEditor--uN4pj div.toolbar-module__linkEdit--UmVsO{width:35px;vertical-align:-0.25em;position:absolute;right:0;top:0;bottom:0;cursor:pointer}.toolbar-module__linkEditor--uN4pj a{color:#16969c;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolbar-module__linkEditor--uN4pj a:hover{text-decoration:underline}.toolbar-module__linkEditor--uN4pj .toolbar-module__button--LPwdz{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.toolbar-module__linkEditor--uN4pj .ant-tooltip{z-index:100000}.toolbar-module__dropdown--dD0Em{z-index:10000;display:block;position:absolute;box-shadow:0 12px 28px 0 #d8d9da,0 2px 4px 0 #898c90;border-radius:4px;min-width:100px;min-height:40px;background-color:#fff}.toolbar-module__dropdown--dD0Em .toolbar-module__dropdownItem--bAO0A{cursor:pointer;line-height:16px;font-size:15px;display:flex;align-items:center;justify-content:center;color:#898c90;background-color:#fff;border:0;max-width:109px;height:28px;padding-left:8px}.toolbar-module__dropdown--dD0Em .toolbar-module__dropdownItem--bAO0A .toolbar-module__dropdownText--XLamo{display:flex;line-height:20px;flex-grow:1;width:200px;font-size:12px}.toolbar-module__dropdown--dD0Em .toolbar-module__dropdownItem--bAO0A:hover{background-color:#eee}.toolbar-module__toolbar--RCgNl{display:flex;align-items:center;margin-bottom:1px;background:#fafafa;padding:0 16px;border-top-left-radius:4px;border-top-right-radius:4px;vertical-align:middle;height:44px;gap:8px;border-radius:8px 8px 0 0}.toolbar-module__toolbar--RCgNl.toolbar-module__isDisabled--WJBHf{background-color:#f2f2f3 !important}.toolbar-module__toolbar--RCgNl.toolbar-module__isDisabled--WJBHf button.toolbar-module__toolbarItem--r9_ox{pointer-events:none;color:#a3a5a8}.toolbar-module__toolbar--RCgNl .toolbar-module__toolbarActive--ZFjHN{display:flex;background-size:contain;background-color:rgba(223,232,250,.3)}.toolbar-module__toolbar--RCgNl button.toolbar-module__toolbarItem--r9_ox{box-shadow:none;height:16px;border:0;display:flex;align-items:center;background:none;border-radius:10px;cursor:pointer;vertical-align:middle;padding:0 4px;gap:16px;font-size:12px;color:#898c90;font-weight:600}.toolbar-module__toolbar--RCgNl button.toolbar-module__toolbarItem--r9_ox:disabled{cursor:not-allowed}.toolbar-module__toolbar--RCgNl button.toolbar-module__toolbarItem--r9_ox:disabled span.toolbar-module__toolbarFormat--St4KV{opacity:.2}.toolbar-module__toolbar--RCgNl button.toolbar-module__toolbarItem--r9_ox.toolbar-module__toolbarActive--ZFjHN{background-color:#d8d9da;height:22px;border-radius:5px}.toolbar-module__toolbar--RCgNl button.toolbar-module__toolbarItem--r9_ox.toolbar-module__toolbarActive--ZFjHN span{opacity:1}.toolbar-module__toolbar--RCgNl button.toolbar-module__toolbarItem--r9_ox span.toolbar-module__toolbarFormat--St4KV{background-size:contain;display:inline-block;height:16px;width:16px;margin-top:2px;vertical-align:-0.25em;display:flex}.toolbar-module__error--xZiE4{display:block;margin:8px 16px 0}.toolbar-module__bottomToolbar--OWiOo{display:flex;align-items:center;gap:16px;padding-left:16px;padding-bottom:8px}.toolbar-module__bottomToolbar--OWiOo.toolbar-module__bottomToolbarGap--ix1a3{gap:0}.toolbar-module__bottomToolbar--OWiOo.toolbar-module__isDisabled--WJBHf *{pointer-events:none;color:#a3a5a8 !important}.toolbar-module__bottomToolbar--OWiOo.toolbar-module__messageToolbar--EDrk8{background:#fafafa;padding:12px 16px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.toolbar-module__bottomToolbar--OWiOo i{color:#898c90}.toolbar-module__bottomToolbar--OWiOo .ant-btn{padding:0}.toolbar-module__bottomToolbar--OWiOo .toolbar-module__left--BHozg{display:flex;align-items:center;gap:16px}.toolbar-module__bottomToolbar--OWiOo .toolbar-module__right--gfqAh{overflow-wrap:anywhere;display:flex;justify-content:flex-end;flex:1;gap:20px}.toolbar-module__bottomToolbar--OWiOo .filter-select_root{border:none;background:rgba(0,0,0,0)}.toolbar-module__dividerLeftSide--YMlIR{margin-left:16px;margin-right:16px;height:24px}.toolbar-module__resizeInput--Axq_g{position:absolute;bottom:0;background-color:#fff;width:98%;border-radius:5px}.toolbar-module__isDisabledToolbar--ObIXy{background-color:#f2f2f3}.toolbar-module__divider--Ervre{height:16px;margin:0}
.mention-module__mention--Auoxt{position:absolute;z-index:1000;display:flex;flex-direction:column;width:428px;background:#fff;border-radius:4px;box-shadow:0px 2px 30px rgba(0,0,0,.1);left:0;overflow-y:auto;overflow-x:hidden}.mention-module__mention--Auoxt .mention-module__mentionItem--lCYCH{padding:8px 16px;display:flex;flex-direction:column;gap:4px;transition:.3s;cursor:pointer;width:100%}.mention-module__mention--Auoxt .mention-module__mentionItem--lCYCH.mention-module__aiAssistant--BqSDP{background-color:rgba(229,211,248,.3)}.mention-module__mention--Auoxt .mention-module__mentionItem--lCYCH:hover{background:#e9fbfc}.mention-module__mention--Auoxt .mention-module__mentionItem--lCYCH.mention-module__active--Vf21X{background:#d2f7f9}.mention-module__mention--Auoxt .mention-module__root--2Z0hI{display:flex;align-items:center;gap:8px}.mention-module__mention--Auoxt .mention-module__rootReplaced--z56cM{display:flex;align-items:center;gap:8px;width:214px}.mention-module__mention--Auoxt .mention-module__filter--N3bX5{opacity:.5}.mention-module__mention--Auoxt .mention-module__content--DmxWx{display:flex;flex-direction:column;gap:8px}.mention-module__mention--Auoxt .mention-module__mentionItemHeader--Cg1iy{display:flex;flex-direction:column}.mention-module__mention--Auoxt .mention-module__mentionEmployee--u52MQ{justify-content:space-between}.mention-module__mention--Auoxt .mention-module__mentionTypeTitle--M36Go{padding:8px 16px}.mention-module__mention--Auoxt .mention-module__skeletonTitle--jSm0W{margin:8px;height:40px}
.converters-module__event--AC_EH{display:flex}.converters-module__event--AC_EH.converters-module__link--wopag{cursor:pointer}.converters-module__event--AC_EH.converters-module__link--wopag:hover{color:#d2f7f9}.converters-module__eventText--NV86x{color:#898c90;margin-right:5px}.converters-module__eventIcon--oOsET{display:flex;align-items:center;cursor:pointer}.converters-module__taskIcon--Jb9oJ{margin:0 8px}.converters-module__orderIcon--YEF_U{width:23px;margin:0 8px}.converters-module__ideaIcon--Nbmdp{margin:0 8px}.converters-module__id--BWUOH{margin-right:8px;color:#16969c}
.editor-module__editorContainer--gAgIY{border-radius:5px;border:1px solid #a3a5a8;max-width:600px;color:#0c0d0d;position:relative;line-height:20px;font-weight:400;text-align:left;min-width:100%}.editor-module__editorContainer--gAgIY.editor-module__editorContainerMessage--psK7D{border:none;background-color:#fff;border-radius:8px}.editor-module__editorContainer--gAgIY.editor-module__isDisabled--pOBrn{background-color:#f2f2f3;cursor:not-allowed}.editor-module__editorContainer--gAgIY .editor-module__editorInner--oi7j9{position:relative}.editor-module__editorContainer--gAgIY .editor-module__editorInput--MiTi8{min-height:45px;resize:none;font-size:15px;caret-color:#0c0d0d;position:relative;tab-size:1;outline:0;padding:15px 10px;caret-color:#444;max-height:200px;overflow:auto}.editor-module__editorContainer--gAgIY .editor-module__resizeInput--bWxwE{resize:vertical;max-height:100%}.editor-module__editorContainer--gAgIY .editor-module__editorPlaceholder--_dVvy{color:#898c90;overflow:hidden;position:absolute;text-overflow:ellipsis;top:15px;left:10px;font-size:14px;user-select:none;display:inline-block;pointer-events:none}.editor-module__editorContainer--gAgIY .editor-module__descriptionEditorInput--X2LJp{min-height:150px}.editor-module__editorContainer--gAgIY .editor-text-bold{font-weight:bold}.editor-module__editorContainer--gAgIY .editor-text-italic{font-style:italic}.editor-module__editorContainer--gAgIY .editor-text-strikethrough{text-decoration:line-through}.editor-module__editorContainer--gAgIY .editor-quote{margin:12px 0 12px 10px;border-left:4px solid #d8d9da;padding-left:6px}.editor-module__editorContainer--gAgIY .editor-heading-h1{font-size:28px}.editor-module__editorContainer--gAgIY .editor-heading-h2{font-size:21px}.editor-module__editorContainer--gAgIY .editor-heading-h3{font-size:16px}.editor-module__editorContainer--gAgIY .editor-heading-h4{font-size:14px}.editor-module__editorContainer--gAgIY .editor-heading-h5{font-size:11px}.editor-module__attachments--KzvBG{margin-top:20px}.editor-module__loading--jjo6p{margin-top:8px;position:absolute;display:flex;justify-content:center;top:-34px;left:0;right:0}
:root{--rgb-accent: 22, 150, 156}.components-module__emojiPopover--aFyRQ .ant-popover-inner-content{padding:0 !important;border-radius:8px}.components-module__emojiPopover--aFyRQ em-emoji-picker[data-theme=light]{--em-rgb-accent: var(--rgb-accent, 34, 102, 237) !important}.components-module__emojiIcon--unfya{cursor:pointer}.components-module__toolbarBtn--OgO49{height:auto;padding:0;border:0;display:flex;line-height:0}.components-module__toolbarSubmit--XwGmU{padding:0;height:auto;border:0}.components-module__btnEvent--bz9wa{width:16px;padding:0;display:flex;align-items:center;justify-content:center}.components-module__btnSubmitComment--M2EsR{font-weight:bold;padding:0;margin-left:auto;margin-right:6px}.components-module__btnSubmitComment--M2EsR [disabled]{padding:0}.components-module__private--ZGt8u{font-size:12px}.components-module__isPrivate--OGxfH{margin-right:0}.components-module__disabledIcon--G1dbn{color:#bdbfc1 !important;cursor:not-allowed}
.styles-module__root--Sd1g7{width:100%}.styles-module__card--wrk5h{display:flex;border:1px solid #d8d9da;border-radius:4px;margin-bottom:10px}.styles-module__card--wrk5h .styles-module__content--UA3Tn{flex-grow:1;padding:10px}.styles-module__card--wrk5h .styles-module__avatar--rNimR{max-width:180px;border-left:1px solid #d8d9da;padding:10px}
.components-module__createBtn--YHEmT{display:flex;align-items:center;font-weight:600 !important;padding:0;margin:24px 0}.components-module__list--KuzbA{display:flex;gap:16px;flex-direction:column;overflow:auto}.components-module__list--KuzbA .components-module__item--wBN7X{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:8px;border:1px solid #d8d9da;border-radius:4px;cursor:pointer;gap:12px}.components-module__list--KuzbA .components-module__item--wBN7X .components-module__textWrap--VfmBc{padding:8px 0 8px 8px;width:100%;min-width:0}.components-module__list--KuzbA .components-module__item--wBN7X .components-module__text--HNZ55{margin:0}.components-module__form--eShnS{display:flex;flex-direction:column;flex:0 0 100%}.components-module__form--eShnS .components-module__alert--lhLef{margin-bottom:16px}.components-module__form--eShnS .components-module__btnSubmit--c7Yvp{margin-top:auto;margin-left:auto}.components-module__empty--Qeoc9{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;margin-top:auto;margin-bottom:auto}.components-module__empty--Qeoc9 .components-module__title--jcEhk,.components-module__empty--Qeoc9 .components-module__description--yluqZ{margin:0}.components-module__deleteTextAction--n0xnw{color:#f5120a !important}
.styles-module__select--SLirm{width:150px}.styles-module__icon--nsH9c{margin-right:10px}
.agreement-steps-module__root--eOGwA{margin-bottom:10px}.agreement-steps-module__root--eOGwA .agreement-steps-module__flexWrap--CWSEa{display:flex;align-items:center;justify-content:space-between}.agreement-steps-module__root--eOGwA .ant-row.ant-legacy-form-item{margin-bottom:10px}.agreement-steps-module__root--eOGwA .agreement-steps-module__closeBtn--xcL5M{color:#898c90}.agreement-steps-module__root--eOGwA .agreement-steps-module__closeBtn--xcL5M:hover{color:#898c90}.agreement-steps-module__step--xmezl{position:relative;padding-bottom:2px;padding-top:10px}.agreement-steps-module__step--xmezl::before{position:absolute;content:"";top:100%;width:100%;height:1px;background-color:#898c90;opacity:.3}.agreement-steps-module__step--xmezl.agreement-steps-module__lastStep--S5hwi::before{content:none}.agreement-steps-module__step--xmezl.agreement-steps-module__lastStep--S5hwi .ant-row.ant-legacy-form-item{margin-bottom:0px}.agreement-steps-module__step--xmezl.agreement-steps-module__disabled--lbgDX{position:relative;opacity:.5}.agreement-steps-module__step--xmezl.agreement-steps-module__disabled--lbgDX::after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;z-index:2}
.styles-module__delay--jVbKr{width:50px}.styles-module__repeatInterval--y_JB6{width:120px !important}.styles-module__weekdays--AOVbI .ant-checkbox-wrapper{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f2f2f3;user-select:none;transition:all ease-in-out .2s}.styles-module__weekdays--AOVbI .ant-checkbox-wrapper:hover{background-color:#d2f7f9}.styles-module__weekdays--AOVbI .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{background-color:#16969c;color:#fff}.styles-module__weekdays--AOVbI .ant-checkbox-wrapper span{padding:0}.styles-module__weekdays--AOVbI .ant-checkbox-wrapper .ant-checkbox{display:none}
.editor-module__content--QM5mu{display:flex;flex-direction:column;height:100%}.editor-module__content--QM5mu .editor-module__relationsSelect--Uajaf label::after{display:none}.editor-module__content--QM5mu .editor-module__subTitle--BeRQd{font-weight:bold;font-size:16px}.editor-module__content--QM5mu .editor-module__fieldsWrap--nTdQp{padding:25px}.editor-module__content--QM5mu .editor-module__fieldsWrap--nTdQp .ant-switch{margin:0}.editor-module__content--QM5mu .editor-module__fieldsWrap--nTdQp .editor-module__upload--Q3ib7 .ant-btn-link{color:rgba(137,140,144,.6)}.editor-module__content--QM5mu .editor-module__fieldsWrap--nTdQp .editor-module__upload--Q3ib7 .ant-btn-link:hover{color:#d2f7f9}.editor-module__content--QM5mu .editor-module__fieldsWrap--nTdQp .editor-module__upload--Q3ib7 svg{stroke:hsla(0,0%,100%,.6)}.editor-module__content--QM5mu .editor-module__letterKind--tBu9H{width:240px;margin-top:10px}.editor-module__content--QM5mu .editor-module__uploadBlock--rTbCm{width:100%}.editor-module__content--QM5mu .editor-module__uploadBlock--rTbCm div.ant-upload{width:200px;padding:5px 0;margin-left:auto;background:rgba(0,0,0,0);border:none}.editor-module__content--QM5mu .editor-module__editorTools--ved7C{display:flex;justify-content:flex-end;position:relative;align-items:center;margin-top:-60px}.editor-module__content--QM5mu .editor-module__upload--Q3ib7{justify-content:flex-start;margin-bottom:15px}.editor-module__content--QM5mu .editor-module__upload--Q3ib7 .ant-upload-drag-container{align-items:flex-start;justify-content:flex-end;display:flex}.editor-module__content--QM5mu .editor-module__upload--Q3ib7 .ant-upload-drag-container .ant-btn-link{background-color:hsla(0,0%,100%,.9);margin-right:21px}.editor-module__content--QM5mu .editor-module__field--MZChG,.editor-module__content--QM5mu .editor-module__dateStart--kmVIo{position:relative}.editor-module__content--QM5mu .editor-module__field--MZChG .editor-module__btnDelete--QtSem,.editor-module__content--QM5mu .editor-module__dateStart--kmVIo .editor-module__btnDelete--QtSem{width:20px;height:20px;position:absolute;right:-22px;top:30px;opacity:0;transition:.2s ease-in-out}.editor-module__content--QM5mu .editor-module__field--MZChG .editor-module__btnDelete--QtSem>i,.editor-module__content--QM5mu .editor-module__dateStart--kmVIo .editor-module__btnDelete--QtSem>i{display:flex}.editor-module__content--QM5mu .editor-module__field--MZChG:hover .editor-module__btnDelete--QtSem,.editor-module__content--QM5mu .editor-module__dateStart--kmVIo:hover .editor-module__btnDelete--QtSem{opacity:1}.editor-module__content--QM5mu .editor-module__dateStart--kmVIo{display:flex;margin-right:14px;padding-right:25px}.editor-module__content--QM5mu .editor-module__dateStart--kmVIo .editor-module__btnDelete--QtSem{right:2px}.editor-module__content--QM5mu .editor-module__field--MZChG .ant-legacy-form-item{width:100%}.editor-module__content--QM5mu .editor-module__dates--qqSx8{display:flex}.editor-module__content--QM5mu .editor-module__dates--qqSx8 .editor-module__datePicker--B5bqZ{min-width:130px;max-width:170px}.editor-module__content--QM5mu .editor-module__subTasks--h10Ly .editor-module__subTask--qvFj1{display:flex;align-items:center}.editor-module__content--QM5mu .editor-module__subTasks--h10Ly .editor-module__subTask--qvFj1 .editor-module__subTaskItem--Hffv6{position:relative;width:100%;display:flex;align-items:center}.editor-module__content--QM5mu .editor-module__subTasks--h10Ly .editor-module__subTask--qvFj1 .editor-module__subTaskItem--Hffv6 div:first-child{width:100%}.editor-module__content--QM5mu .editor-module__subTasks--h10Ly .editor-module__subTask--qvFj1 .editor-module__subTaskItem--Hffv6 .editor-module__subTaskResponsible--CSdtN{position:absolute;right:5px}.editor-module__content--QM5mu .editor-module__subTasks--h10Ly .editor-module__subTask--qvFj1 .editor-module__btnDelete--QtSem{margin-bottom:15px}.editor-module__content--QM5mu .editor-module__timeset--KsYmB{display:flex}.editor-module__content--QM5mu .editor-module__timeset--KsYmB div{width:72px;margin-right:15px}.editor-module__content--QM5mu .editor-module__divider--Qon1K{margin:0;background:rgba(22,150,156,.2);height:2px}.editor-module__content--QM5mu .editor-module__btnDropdown--e5eCl{padding:8px 0;margin-right:auto;margin-left:20px}.editor-module__content--QM5mu .editor-module__btnDropdown--e5eCl button{font-weight:bold}.editor-module__content--QM5mu .editor-module__btnDropdown--e5eCl .editor-module__plus--ZSI71{position:absolute;left:-5px;top:10px}.editor-module__content--QM5mu .editor-module__dropdownOverlay--jI0Zk{left:20px;margin-left:30px}.editor-module__content--QM5mu .editor-module__btnStepsWrap--s8sWc{display:flex;justify-content:end}.editor-module__content--QM5mu .editor-module__btnSteps--RUBmM{margin:15px 25px 25px 25px}.editor-module__content--QM5mu .editor-module__typeTaskSelect--TSscP{background-color:rgba(22,150,156,.1);display:flex;justify-content:space-between;align-items:center;padding:15px 25px}.editor-module__content--QM5mu .editor-module__typeTaskSelect--TSscP .ant-row.ant-legacy-form-item{margin-bottom:0}.editor-module__content--QM5mu .editor-module__select--SATNa{width:200px}.editor-module__content--QM5mu .editor-module__subtask--YjZZ0{position:relative}.editor-module__content--QM5mu .editor-module__subtask--YjZZ0 .editor-module__subtaskResponsible--kBuQj{position:absolute;top:2px;right:8px}.editor-module__content--QM5mu .editor-module__subtask--YjZZ0 .editor-module__btnDelete--QtSem{position:absolute;right:-24px;top:0}.editor-module__content--QM5mu .editor-module__flexWrap--V8k6d{display:flex;margin-top:10px}.editor-module__content--QM5mu .editor-module__flexWrap--V8k6d .editor-module__item--pQema{margin-bottom:6px}.editor-module__content--QM5mu .editor-module__flexWrap--V8k6d .editor-module__location--RVzmm{flex-grow:1;flex-basis:50%;margin-right:20px}.editor-module__content--QM5mu .editor-module__visibleCalendarBtn--zw4zB{width:100%;margin-bottom:16px}.editor-module__content--QM5mu .editor-module__slaAlert--FTFux{margin-bottom:16px}.editor-module__changingSchedulerFrom--UM3Y8{padding:24px;display:flex;flex-direction:column;gap:8px}.editor-module__changingSchedulerFrom--UM3Y8>div>div{display:flex;flex-direction:column;gap:8px}.editor-module__changingSchedulerFrom--UM3Y8>button{align-self:flex-end;font-size:16px}.editor-module__mentionWrap--Lq4aG{z-index:1000}.editor-module__selectTypeWrap--OlMP1{width:200px}
.styles-module__root--V1ize .styles-module__select--dX9VV{border:1px solid rgba(22,150,156,.08);border-radius:4px}.styles-module__root--V1ize .ant-select-selection{min-width:120px;height:26px;background-color:#f2f2f3;border:none;box-shadow:none}.styles-module__root--V1ize .ant-select-selection__rendered{line-height:26px}
.upload-drawers-module__tabs--XZ5BE{overflow-y:auto;padding:15px 25px;height:100%}.upload-drawers-module__tabs--XZ5BE .upload-drawers-module__tab--Uikph{align-items:left}.upload-drawers-module__tabs--XZ5BE .upload-drawers-module__image--ugRy6 .ant-empty-image{margin-bottom:16px}.upload-drawers-module__tabs--XZ5BE .upload-drawers-module__image--ugRy6 svg{width:105px !important;height:105px !important}.upload-drawers-module__tabs--XZ5BE .ant-tabs-nav .ant-tabs-tab-active{color:#252627}
.styles-module__avatar--z3T0x{margin-right:10px}.styles-module__member--ZtTKR{display:flex;align-items:center}.styles-module__member--ZtTKR :first-child{border:none}.styles-module__btn--pwsUz{box-shadow:none;margin-right:-10px;border:none;color:#252627}
.relations-bar-module__root--e9gGy{margin-bottom:20px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px}.relations-bar-module__root--e9gGy .relations-bar-module__btn--i5wLK{background-color:#f2f2f3;padding:0 15px;border-radius:4px;height:26px;border:none}.relations-bar-module__root--e9gGy .ant-btn:hover{color:inherit;background-color:rgba(137,140,144,.2)}.relations-bar-module__root--e9gGy .ant-btn:focus{color:inherit}
.IconLimitedAccessType-module__icon--UzGqW{display:inline-block}.IconLimitedAccessType-module__isLeftMargin--bO3Sm{margin-left:4px}.IconLimitedAccessType-module__isRightMargin--v8sCM{margin-right:8px}
.icon-id-module__root--Yg0Wi{display:flex;align-items:center;margin-right:8px}.icon-id-module__root--Yg0Wi.icon-id-module__rootWithScheduler--NqGgo{margin-right:2px}.icon-id-module__root--Yg0Wi.icon-id-module__link--VvHoJ{color:#16969c;cursor:pointer}.icon-id-module__root--Yg0Wi .icon-id-module__id--gHAip{display:inline;white-space:nowrap}.icon-id-module__root--Yg0Wi .icon-id-module__icon--yjFGp{margin-right:5px;width:20px;height:20px;align-items:center;display:flex}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #252627;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(12, 13, 13, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(12, 13, 13, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #FFFFFF;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #16969C;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #FFFFFF;
}
.ant-tag-checkable-checked {
  background-color: #16969C;
}
.ant-tag-checkable:active {
  background-color: #0b6c75;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #FFFFFF;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #FFFFFF;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #FFFFFF;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #FFFFFF;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #FFFFFF;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #FFFFFF;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #FFFFFF;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #FFFFFF;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #FFFFFF;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #FFFFFF;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #FFFFFF;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #FFFFFF;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #FFFFFF;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #16969C;
  background: #cedbda;
  border-color: #78c2be;
}
.ant-tag-error {
  color: #F5120A;
  background: #ffebe6;
  border-color: #ff9585;
}
.ant-tag-warning {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

.event-status-module__root--w7PMQ{display:flex;align-items:center;justify-content:center;border:0;border-radius:12px;min-width:110px;max-width:150px;padding:4px 14px;text-align:center;height:24px;font-size:12px;margin-right:0;color:#898c90;background-color:#f2f2f3;transition:transform 500ms ease-in-out;backface-visibility:hidden}.event-status-module__root--w7PMQ:hover{opacity:1}.event-status-module__root--w7PMQ.event-status-module__small--jMNw_{height:20px}.event-status-module__root--w7PMQ.event-status-module__large--eHwcg{height:28px}.event-status-module__root--w7PMQ.event-status-module__active--Z0JWG{color:#fda402;background-color:rgba(253,164,2,.2)}.event-status-module__root--w7PMQ.event-status-module__danger--kq1yI{color:#f9716c;background-color:#fdd0ce}.event-status-module__flip--dzBfL{transition:transform 500ms ease-in-out;transform:rotateX(180deg)}
.details-field-module__root--ctcGF{display:flex;flex-direction:row}.details-field-module__root--ctcGF .details-field-module__titleWrap--rHj4Z{display:flex;gap:8px;margin:0 4px 0 0;align-items:center}.details-field-module__root--ctcGF .details-field-module__icon--riLKf{margin-top:1px}
.dates-module__dateWrap--LvaE2{margin-bottom:12px}.dates-module__date--XFOGV{flex-wrap:wrap}
.google-meet-button-module__root--aYuWl{display:flex;flex-direction:column;gap:8px}.google-meet-button-module__root--aYuWl .google-meet-button-module__buttonWrap--s2aNL{display:flex;align-items:center;justify-content:space-between}
.collapse-module__root--FrMgL .ant-collapse-borderless{background-color:rgba(0,0,0,0)}.collapse-module__root--FrMgL .ant-collapse-content-active{overflow:visible}.collapse-module__root--FrMgL .ant-collapse-item{border-bottom:none}.collapse-module__root--FrMgL .ant-collapse-item>.ant-collapse-header{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;max-width:95%;font-weight:600;font-size:16px;padding:0;color:#252627;padding-left:0}.collapse-module__root--FrMgL .ant-collapse-content>.ant-collapse-content-box{padding:0px}.collapse-module__root--FrMgL .ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{color:#252627;padding:0}.collapse-module__root--FrMgL .ant-collapse-item-disabled .ant-collapse-header:hover{cursor:default}
.estimate-module__error--BfSuJ{display:block;margin-top:16px}.estimate-module__buttonsWrap--Pxxcr{display:flex;flex-direction:column;gap:8px}
.accept-scheduler-meeting-module__form--RnITA{padding:24px;display:flex;flex-direction:column;gap:8px}.accept-scheduler-meeting-module__form--RnITA>div>div{display:flex;flex-direction:column;gap:8px}.accept-scheduler-meeting-module__form--RnITA>button{align-self:flex-end;font-size:16px}
.record-details-module__root--kXHuI{min-height:234px;display:flex;flex-direction:column}.record-details-module__skeleton--JcEia{display:flex;flex-direction:column;flex:auto;gap:24px;width:100%;height:100%;padding:16px 12px 24px 24px}.record-details-module__skeleton--JcEia .record-details-module__title--iCmXQ{margin:0;width:80%;height:24px}.record-details-module__skeleton--JcEia .record-details-module__bodyWrap--oipp6{height:100%;flex:auto}.record-details-module__skeleton--JcEia .record-details-module__body--roroy{height:100%;margin:0}.record-details-module__skeleton--JcEia .record-details-module__buttonsWrap--nUe_8{display:flex;gap:24px}.record-details-module__skeleton--JcEia .record-details-module__button--JztIB{max-width:unset}
.task-module__root--kZoYE{padding:16px 12px 24px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:auto}.task-module__root--kZoYE .task-module__header--tBNXv{display:flex;align-items:center;margin-bottom:12px;padding-right:44px;width:100%}.task-module__root--kZoYE .task-module__content--qR0YE{display:flex;flex-direction:column;flex:100%;width:100%;max-height:500px;overflow:auto;padding-right:12px}.task-module__root--kZoYE .task-module__icon--biJFU{margin-right:8px}.task-module__root--kZoYE .task-module__status--LhChC{margin:0 auto 0 0}.task-module__root--kZoYE .task-module__actionButtons--DK__T{display:flex;align-items:center;gap:16px}.task-module__root--kZoYE .task-module__actionButtons--DK__T .task-module__toTaskButton--pdfkH{padding:0;height:auto;border:unset;display:flex}.task-module__root--kZoYE .task-module__title--yw115{margin-bottom:12px}.task-module__root--kZoYE .task-module__collapseTitle--lYs9j{margin-bottom:0}.task-module__root--kZoYE .task-module__location--kcnaR{margin-bottom:12px}.task-module__root--kZoYE .task-module__location--kcnaR i{margin:0 8px 0 0}.task-module__root--kZoYE .task-module__location--kcnaR span{margin:0}.task-module__root--kZoYE .task-module__googleMeet--MMFeu{margin-bottom:12px}.task-module__root--kZoYE .task-module__divider--QGUaM{margin:0 0 12px 0}.task-module__root--kZoYE .task-module__attendee--j_Dw0{display:flex;align-items:center;justify-content:space-between}.task-module__root--kZoYE .task-module__attendee--j_Dw0:not(:last-child){margin-bottom:12px}.task-module__root--kZoYE .task-module__attendee--j_Dw0 .task-module__employeeInfo--rzEbu{display:flex;align-items:center;gap:8px;max-width:80%}.task-module__root--kZoYE .task-module__spinWrapper--ZXOtJ{width:100%}.task-module__root--kZoYE .task-module__statusesBtns--uN4K3{display:flex;padding-top:8px;border-top:1px solid #d8d9da;gap:8px;width:100%;margin-top:12px;padding-right:12px}.task-module__root--kZoYE .task-module__statusesBtns--uN4K3>button{flex:1 1 50%}
.meeting-calendar-module__root--yf82x{position:fixed;top:0;left:0;height:100%;border-right:1px solid #d8d9da;background-color:#fff;padding:32px;overflow:hidden}.meeting-calendar-module__root--yf82x.meeting-calendar-module__hidden--azlTg{padding:0;border:unset}.meeting-calendar-module__root--yf82x.meeting-calendar-module__loading--gKVxZ .fc{opacity:.5}.meeting-calendar-module__root--yf82x .meeting-calendar-module__wrapper--l8cIV{height:100%;position:relative}.meeting-calendar-module__root--yf82x .meeting-calendar-module__spin--xu1NH{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100}.meeting-calendar-module__root--yf82x .meeting-calendar-module__event--xdU35{padding:0;border:unset;border-radius:unset;background-color:unset;box-shadow:unset;overflow:hidden}.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){display:flex;align-items:center}.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-button-group{margin-left:24px}.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-toolbar-title{font-weight:600;font-size:16px;color:#0c0d0d;margin-left:24px}.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-button{font-weight:600;font-size:16px;background-color:#fff;border:1px solid #16969c;color:#16969c;padding:6px 16px;box-shadow:none !important}.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-button-active{background-color:#16969c;color:#fff}.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-prev-button,.meeting-calendar-module__root--yf82x .fc .fc-header-toolbar .fc-next-button{display:flex;align-items:center;padding:6px;color:#898c90}.meeting-calendar-module__root--yf82x .fc .fc-highlight{background-color:#a3a5a8;opacity:.3}.meeting-calendar-module__root--yf82x .fc .fc-timegrid-now-indicator-arrow,.meeting-calendar-module__root--yf82x .fc .fc-timeline-now-indicator-arrow{left:unset;right:0;width:12px;height:12px;border-radius:50%;background-color:#16969c;border:unset}.meeting-calendar-module__root--yf82x .fc .fc-timeline-now-indicator-arrow{top:unset;bottom:0}.meeting-calendar-module__root--yf82x .fc .fc-timegrid-now-indicator-line{border-color:#16969c;border-width:2px 0 0}.meeting-calendar-module__root--yf82x .fc .fc-timeline-now-indicator-line{border-color:#16969c;border-width:0 0 0 2px}.meeting-calendar-module__root--yf82x .fc .fc-timegrid-axis{border:unset;background-color:rgba(0,0,0,0) !important}.meeting-calendar-module__root--yf82x .fc .fc-scrollgrid{border:unset}.meeting-calendar-module__root--yf82x .fc .fc-timegrid-slot-label-cushion{padding:0 15px 0 0}.meeting-calendar-module__root--yf82x .fc .fc-timegrid-slot{border-left:unset;height:32px}.meeting-calendar-module__root--yf82x .fc .fc-timegrid-slot-label{border:unset}.meeting-calendar-module__root--yf82x .fc tr:nth-child(2n)>.fc-timegrid-slot-lane{border-top:unset}.meeting-calendar-module__root--yf82x .fc .fc-event-main{padding:0}.meeting-calendar-module__root--yf82x .fc .fc-col-header-cell-cushion{display:block;padding:8px;cursor:default;width:100%}.meeting-calendar-module__root--yf82x .fc .fc-timeGridWeek-view .fc-day-today{background-color:#d2f7f9}.meeting-calendar-module__root--yf82x .fc .fc-resourceTimeGridDay-view .fc-timegrid-col.fc-day-today{background-color:#fff}.meeting-calendar-module__root--yf82x .fc .fc-resourceTimeGridDay-view .fc-col-header-cell{border-left:unset;text-align:left}.meeting-calendar-module__root--yf82x .fc .fc-resourceTimeGridDay-view .fc-scrollgrid-section-header>th .fc-scroller::-webkit-scrollbar{display:none !important}.meeting-calendar-module__root--yf82x .fc .fc-resourceTimeGridDay-view tbody>.fc-scrollgrid-section>td:nth-child(1) .fc-scroller::-webkit-scrollbar{display:none !important}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table.ant-table-middle {
  font-size: 14px;
}
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 40px;
}
.ant-table.ant-table-middle .ant-table-selection-column {
  padding-inline-start: 2px;
}
.ant-table.ant-table-small {
  font-size: 14px;
}
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}
.ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 40px;
}
.ant-table.ant-table-small .ant-table-selection-column {
  padding-inline-start: 2px;
}
.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
  border-left: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
  border-top: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}
.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}
.ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: 0 1px 0 1px #fafafa;
}
.ant-table-wrapper {
  clear: both;
  max-width: 100%;
}
.ant-table-wrapper::before {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-title {
  padding: 16px 16px;
}
.ant-table-footer {
  padding: 16px 16px;
  color: rgba(12, 13, 13, 0.85);
  background: #fafafa;
}
.ant-table-thead > tr > th {
  position: relative;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 32px;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #E9FBFC;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #cedbda;
  border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #c8d7d6;
}
.ant-table-summary {
  position: relative;
  z-index: 2;
  background: #fff;
}
div.ant-table-summary {
  box-shadow: 0 -1px 0 #f0f0f0;
}
.ant-table-summary > tr > th,
.ant-table-summary > tr > td {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}
.ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.ant-table-pagination > * {
  flex: none;
}
.ant-table-pagination-left {
  justify-content: flex-start;
}
.ant-table-pagination-center {
  justify-content: center;
}
.ant-table-pagination-right {
  justify-content: flex-end;
}
.ant-table-thead th.ant-table-column-has-sorters {
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
  color: #16969C;
}
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}
td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}
.ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}
.ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.ant-table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}
.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #16969C;
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}
.ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}
.ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}
.ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-filter-trigger:hover {
  color: rgba(12, 13, 13, 0.45);
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-filter-trigger.active {
  color: #16969C;
}
.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
  display: block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
  content: 'Not Found';
}
.ant-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
  background-color: #a1cfcb;
}
.ant-table-filter-dropdown-search {
  padding: 8px;
  border-bottom: 1px #f0f0f0 solid;
}
.ant-table-filter-dropdown-search-input input {
  min-width: 140px;
}
.ant-table-filter-dropdown-search-input .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}
.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}
.ant-table-selection-col {
  width: 32px;
}
.ant-table-bordered .ant-table-selection-col {
  width: 50px;
}
table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
table tr th.ant-table-selection-column.ant-table-cell-fix-left {
  z-index: 3;
}
table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}
.ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  margin-inline-start: 100%;
  padding-inline-start: 4px;
}
.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.ant-table-expand-icon-col {
  width: 48px;
}
.ant-table-row-expand-icon-cell {
  text-align: center;
}
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  display: inline-flex;
  float: none;
  vertical-align: sub;
}
.ant-table-row-indent {
  float: left;
  height: 1px;
}
.ant-table-row-expand-icon {
  color: #16969C;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  transform: scale(1.05882353);
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus-visible,
.ant-table-row-expand-icon:hover {
  color: #138186;
}
.ant-table-row-expand-icon:active {
  color: #138186;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentcolor;
}
.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentcolor;
  transition: transform 0.3s ease-out;
  content: '';
}
.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}
tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}
tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}
.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}
.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: sticky !important;
  z-index: 2;
  background: #fff;
}
.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table-cell-fix-left-all::after {
  display: none;
}
.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: calc(calc(2 + 1) + 1);
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before {
  left: 0;
}
.ant-table .ant-table-container::after {
  right: 0;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
  position: relative;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.1);
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.1);
}
.ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
  position: relative;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.1);
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.1);
}
.ant-table-sticky-holder {
  position: sticky;
  z-index: calc(2 + 1);
  background: #fff;
}
.ant-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}
.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}
.ant-table-title {
  border-radius: 4px 4px 0 0;
}
.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-title + .ant-table-container table {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}
.ant-table-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-footer {
  border-radius: 0 0 4px 4px;
}
.ant-table-wrapper-rtl {
  direction: rtl;
}
.ant-table-rtl {
  direction: rtl;
}
.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  right: auto;
  left: 0;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}
.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 4px;
  margin-left: 0;
}
.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}
.ant-table-wrapper-rtl .ant-table-filter-trigger {
  margin: -4px 4px -4px -8px;
}
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}
.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #16969C;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(22, 150, 156, 0.12);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #16969C;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-color: #D8D9DA;
  border-style: solid;
  border-width: 1.5px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  background-color: #16969C;
  border-top: 0;
  border-left: 0;
  border-radius: 18px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio.ant-radio-disabled .ant-radio-inner {
  border-color: #D8D9DA;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #16969C;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(0.55555556);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: #BDBFC1;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  color: #252627;
  font-size: 14px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #D8D9DA;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: #252627;
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #D8D9DA;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #D8D9DA;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #16969C;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(22, 150, 156, 0.12);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #16969C;
  background: #fff;
  border-color: #16969C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #16969C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #16969C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #32a6a8;
  border-color: #32a6a8;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #32a6a8;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #FFFFFF;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(22, 150, 156, 0.12);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #16969C;
  border-color: #16969C;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #32a6a8;
  border-color: #32a6a8;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(22, 150, 156, 0.12);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #D8D9DA;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #D8D9DA;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e7e7e7;
  border-color: #D8D9DA;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #D8D9DA;
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #32a6a8;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #D8D9DA;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #16969C;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #16969C;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #16969C;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 6.42857143px;
  height: 10.28571429px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #16969C;
  border-color: #16969C;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #D8D9DA !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #D8D9DA;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #16969C;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #cedbda;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
  position: relative;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #16969C;
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  opacity: 0.45;
}
.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
  visibility: hidden;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree-draggable-icon {
  visibility: hidden;
}
.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
  color: #16969C;
}
.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-checkbox {
  top: initial;
  margin: 3px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #a1cfcb;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-tree-node-content-wrapper {
  line-height: 24px;
  user-select: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #16969C;
  border-radius: 1px;
  pointer-events: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #16969C;
  border-radius: 50%;
  content: '';
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #16969C;
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #D8D9DA;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #D8D9DA;
}
.ant-tree-rtl .ant-tree-checkbox {
  margin: 3px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 3px 0 0 8px;
}

.members-field-module__iconButton--z4CCK{align-items:center;border:none;color:#138186 !important;display:flex;font-size:14px;font-weight:600 !important;padding:0}.members-field-module__withHint--tDPo1 .ant-row.ant-legacy-form-item{margin-bottom:8px}.members-field-module__spin--gW4Bu{position:absolute;top:30px;right:0;left:0}
.styles-module__root--qYNh3{display:flex;flex-direction:column}.styles-module__root--qYNh3 .styles-module__relationsSelect--IJ79Z label::after{display:none}.styles-module__root--qYNh3 .styles-module__projectFields--OPBtw{margin-top:16px;display:flex;flex-direction:column}.styles-module__root--qYNh3 .styles-module__fieldsWrap--Z2SnQ{padding:15px 25px 22px}.styles-module__root--qYNh3 .styles-module__fieldsWrap--Z2SnQ .styles-module__description--coNbr{margin-bottom:16px}.styles-module__root--qYNh3 .styles-module__fieldsWrap--Z2SnQ .styles-module__description--coNbr .ant-legacy-form-explain{margin-top:-6px;position:absolute}.styles-module__root--qYNh3 .styles-module__fieldsWrap--Z2SnQ .styles-module__description--coNbr .ant-legacy-form-item{margin-bottom:16px !important}.styles-module__root--qYNh3 .styles-module__fieldsWrap--Z2SnQ .has-error .ant-legacy-form-explain{margin-top:4px}.styles-module__root--qYNh3 .styles-module__fieldsWrap--Z2SnQ .has-error [class*=control]{border-color:#f9716c}.styles-module__root--qYNh3 .styles-module__subTitle--iB8QO{font-size:16px;line-height:1.375;font-weight:bold}.styles-module__root--qYNh3 .styles-module__block--ObXTV{display:block;margin-top:9px}.styles-module__root--qYNh3 .styles-module__members--EIEgt .ant-row.ant-legacy-form-item{margin-bottom:9px}.styles-module__root--qYNh3 .styles-module__withHint--nKH_x .ant-row.ant-legacy-form-item{margin-bottom:8px}.styles-module__root--qYNh3 .styles-module__letterKind--_mVPH{width:240px;margin-top:10px}.styles-module__root--qYNh3 .styles-module__dates--LLFHB .styles-module__btnDelete--HrcES{top:25px}.styles-module__root--qYNh3 .styles-module__dateContainer--x2fAN{display:flex}.styles-module__root--qYNh3 .styles-module__datePicker--uTdA8{min-width:150px;max-width:170px}.styles-module__root--qYNh3 .styles-module__field--rMfZS,.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B{position:relative}.styles-module__root--qYNh3 .styles-module__field--rMfZS .styles-module__btnDelete--HrcES,.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B .styles-module__btnDelete--HrcES{width:20px;height:38px;position:absolute;right:-22px;top:20px;opacity:0;transition:.2s ease-in-out}.styles-module__root--qYNh3 .styles-module__field--rMfZS .styles-module__btnDelete--HrcES>i,.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B .styles-module__btnDelete--HrcES>i{display:flex}.styles-module__root--qYNh3 .styles-module__field--rMfZS:hover .styles-module__btnDelete--HrcES,.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B:hover .styles-module__btnDelete--HrcES{opacity:1}.styles-module__root--qYNh3 .styles-module__field--rMfZS::after,.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B::after{content:"";position:absolute;width:11px;height:20px;top:51%;right:-11px}.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B{position:relative;padding-right:25px}.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B .styles-module__btnDelete--HrcES{right:2px}.styles-module__root--qYNh3 .styles-module__dateStart--T8a_B:hover .styles-module__btnDelete--HrcES{opacity:1}.styles-module__root--qYNh3 .styles-module__timeset--IJyOj{display:flex}.styles-module__root--qYNh3 .styles-module__timeset--IJyOj div{width:72px;margin-right:15px}.styles-module__root--qYNh3 .styles-module__visibleCalendarBtn--heyx1{width:100%;margin-bottom:16px}.styles-module__root--qYNh3 .styles-module__divider--mRwHU{margin:0;margin-bottom:25px;background:rgba(22,150,156,.2);height:2px}.styles-module__root--qYNh3 .styles-module__actionsWrap--QfkXu{align-self:flex-start;margin-left:25px}.styles-module__root--qYNh3 .styles-module__btnDropdown--vQHRG{margin-right:auto;padding-left:0;font-size:16px;display:flex;align-items:center}.styles-module__root--qYNh3 .styles-module__dropdownOverlay--NriNl{left:20px;margin-left:30px}.styles-module__root--qYNh3 .styles-module__footerActions--iKmrV{display:flex;align-items:center;justify-content:space-between;margin:25px}.styles-module__root--qYNh3 .styles-module__typeTaskSelect--q9H_W{background-color:#d2f7f9;display:flex;justify-content:space-between;align-items:center;padding:15px 25px}.styles-module__root--qYNh3 .styles-module__typeTaskSelect--q9H_W .styles-module__text--USgNt{font-weight:bold}.styles-module__root--qYNh3 .styles-module__typeTaskSelect--q9H_W .ant-row.ant-legacy-form-item{margin-bottom:0}.styles-module__root--qYNh3 .styles-module__select--uVZqT{width:200px}.styles-module__root--qYNh3 .styles-module__flexWrap--UNja4{display:flex;flex-wrap:wrap}.styles-module__root--qYNh3 .styles-module__flexWrap--UNja4 .styles-module__item--EeMqS{margin-bottom:6px}.styles-module__root--qYNh3 .styles-module__flexWrap--UNja4 .styles-module__location--SRH7Z{flex-grow:1;flex-basis:50%;margin-right:20px}.styles-module__root--qYNh3 .styles-module__slaAlert--MKbVE{margin-bottom:16px}.styles-module__mentionWrap--F_Wjw{z-index:1000}
.styles-module__root--538Jf{display:grid;grid-template-columns:repeat(auto-fill, minmax(170px, 1fr));gap:8px}
.styles-module__root--cdxpl{padding:8px;border:1px solid #d8d9da;border-radius:5px;cursor:pointer}.styles-module__root--cdxpl .styles-module__title--sr3pY{margin:8px 0;font-size:14px;line-height:19px;font-weight:600}.styles-module__header--rI_YK{display:flex;align-items:center}.styles-module__header--rI_YK .styles-module__actions--cme4T{margin-left:auto}.styles-module__repeating--gxyY_{display:flex;align-items:center;margin:0 8px;font-size:12px}.styles-module__repeating--gxyY_.styles-module__on--jUhRC{color:#35bf5b}.styles-module__repeating--gxyY_.styles-module__off--gKaBG{color:#f9716c}.styles-module__repeating--gxyY_.styles-module__none--rkPrI{color:#898c90}.styles-module__repeating--gxyY_ .styles-module__text--KWnp8{display:block;margin-right:8px;color:inherit}
.template-view-module__alertSla--BiPOM{margin:8px 0 16px}.template-view-module__videoBtn--VGeVk{margin-bottom:24px}
.choose-type-module__root--BdmRt{padding-top:6px;height:100%}.choose-type-module__root--BdmRt .ant-tabs-nav{margin-left:20px;margin-right:20px}.choose-type-module__root--BdmRt .choose-type-module__tab--BL4h4{overflow-y:auto;padding:0 20px 20px}.choose-type-module__root--BdmRt .choose-type-module__title--Rdihm{font-size:14px;line-height:1.1875;font-weight:normal;display:block}.choose-type-module__root--BdmRt .choose-type-module__subTitle--ZY0P8{grid-column-start:1;grid-column-end:3;margin-top:8px;font-size:16px;font-weight:600;line-height:1.5}.choose-type-module__root--BdmRt .choose-type-module__subTitle--ZY0P8:first-of-type{margin-top:24px}.choose-type-module__root--BdmRt .choose-type-module__label--oJUrj{font-size:16px;line-height:1.5;font-weight:600;margin-bottom:8px}.choose-type-module__root--BdmRt .choose-type-module__description--vgh3f{font-size:12px;font-weight:400;white-space:normal;word-break:break-word;text-align:start;color:#3e3f42}.choose-type-module__root--BdmRt .choose-type-module__container--hG0Ho{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px}.choose-type-module__root--BdmRt .choose-type-module__container--hG0Ho .choose-type-module__block--_tJoQ{display:flex;flex-direction:column;align-items:flex-start;min-height:138px;height:auto;padding:16px;border-radius:4px;border:none}.choose-type-module__root--BdmRt .choose-type-module__container--hG0Ho .choose-type-module__block--_tJoQ .choose-type-module__icon--D7egk{margin-bottom:8px}.choose-type-module__root--BdmRt .choose-type-module__container--hG0Ho .choose-type-module__block--_tJoQ span{margin-left:0}.choose-type-module__root--BdmRt .choose-type-module__container--hG0Ho .choose-type-module__block--_tJoQ:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:rgba(0,0,0,0)}.choose-type-module__root--BdmRt .choose-type-module__container--hG0Ho .choose-type-module__disabledBlock--DghsD{filter:grayscale(100%)}.choose-type-module__root--BdmRt .choose-type-module__tabs--X49RT{height:100%}.choose-type-module__root--BdmRt .choose-type-module__tabs--X49RT .ant-tabs-content{max-height:calc(100% - 60px)}.choose-type-module__root--BdmRt .choose-type-module__alertSla--_ZY4W{margin:16px 0 24px}
.styles-module__root--xcGpn .ant-drawer-header .ant-drawer-title{font-weight:600;font-size:20px}.styles-module__root--xcGpn .styles-module__stepsContainer--AmVsH{height:100%}.styles-module__root--xcGpn .styles-module__stepsContainer--AmVsH .styles-module__stepsContent--GkhLM{height:100%}
.rename-file-module__form--_Tw_T{display:flex;flex-direction:column}.rename-file-module__form--_Tw_T .rename-file-module__input--tdRlg{margin-bottom:24px}.rename-file-module__form--_Tw_T .rename-file-module__button--8pdTd{margin-left:auto}
.access-settings-module__form--k1sKo{display:flex;flex-direction:column;flex:auto}.access-settings-module__form--k1sKo .access-settings-module__alert--_6PxR{margin-bottom:24px}.access-settings-module__employeeSelectsWrap--yupLL,.access-settings-module__user--Ld80E{display:grid;grid-template-columns:368px 1fr;gap:16px}.access-settings-module__contactSelectsWrap--TIVRx{display:grid;grid-template-columns:228px 124px 1fr;gap:16px}.access-settings-module__datePicker--PbSej{min-width:auto}.access-settings-module__user--Ld80E{align-items:center;margin-bottom:16px}.access-settings-module__delete--RXIch{color:#f5120a !important}.access-settings-module__button--yIKDH{margin:auto 0 0 auto}.access-settings-module__actions--rANA_{cursor:pointer;text-align:end}.access-settings-module__employeeSelect--mNOlh{padding:1px 4px}.access-settings-module__modal--QLoPo{padding:24px}.access-settings-module__modal--QLoPo .access-settings-module__modalForm--o7qq0{display:flex;flex-direction:column;gap:8px}.access-settings-module__modal--QLoPo .access-settings-module__modalDatePicker--wRfS7{max-width:unset;width:100%}.access-settings-module__modal--QLoPo .access-settings-module__modalSubmit--Y1gLn{font-size:16px;align-self:flex-end}
.attachment-version-module__root--rpRLa{padding:18px 24px;font-size:12px;border-bottom:1px solid rgba(37,38,39,.1)}.attachment-version-module__root--rpRLa .attachment-version-module__top--FyF6e{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.attachment-version-module__root--rpRLa .attachment-version-module__agreement--yZ0KW{margin-bottom:10px}.attachment-version-module__root--rpRLa .attachment-version-module__agreement--yZ0KW .attachment-version-module__agreementText--MAFMI{color:#898c90}.attachment-version-module__root--rpRLa .attachment-version-module__title--pL3XR{padding:0;height:auto;margin-right:auto;font-size:14px;font-weight:bold;color:#d2f7f9}.attachment-version-module__root--rpRLa .attachment-version-module__restoredTitle--kYEfL{margin:0 10px;color:#898c90}.attachment-version-module__root--rpRLa .attachment-version-module__btn--C1w2O{padding-left:10px;padding-right:0;height:auto;font-size:12px;font-weight:bold;color:#d2f7f9}
.agreement-sheet-module__table--FRdGw{min-height:135px;overflow:hidden;margin-bottom:24px}:root .agreement-sheet-module__table--FRdGw .ant-table-thead>tr>th .ant-table-column-title{color:#0c0d0d;font-size:12px;font-weight:600}:root .agreement-sheet-module__table--FRdGw .ant-table .ant-table-thead>tr>th{padding:16px 8px 8px}:root .agreement-sheet-module__table--FRdGw .ant-table .ant-table-tbody>tr>td{padding:8px 8px 16px !important;font-size:14px;color:#0c0d0d}:root .agreement-sheet-module__table--FRdGw .ant-spin-nested-loading,:root .agreement-sheet-module__table--FRdGw .ant-spin-container,:root .agreement-sheet-module__table--FRdGw .ant-table,:root .agreement-sheet-module__table--FRdGw .ant-table-content,:root .agreement-sheet-module__table--FRdGw .ant-table-scroll{height:100%;overflow:hidden}:root .agreement-sheet-module__table--FRdGw .ant-table-body{height:calc(100% - 44px)}:root .agreement-sheet-module__table--FRdGw .ant-table-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:none}.agreement-sheet-module__table--FRdGw .agreement-sheet-module__suspended--tDrFs{color:#f9716c}
.copy-module__form--q44ES{flex:auto;display:flex;flex-direction:column}.copy-module__form--q44ES .copy-module__button--VxyTw{margin:auto 0 0 auto}
.attach-file-to-entity-module__form--Waoz_{display:flex;flex-direction:column;flex:0 0 100%}.attach-file-to-entity-module__form--Waoz_ .attach-file-to-entity-module__button--wEJ39{margin-top:auto;margin-left:auto}
.actions-module__dropdownContent--g6_ba{width:100%;min-width:195px}.actions-module__delete--fF0pi{color:#f5120a !important}.actions-module__delete--fF0pi>span{color:#f5120a !important}
.file-title-module__link--zUgnC{color:#16969c !important;cursor:pointer;margin-bottom:0 !important}.file-title-module__link--zUgnC:hover{color:#138186 !important}.file-title-module__withHighlight--RDOwD strong{font-weight:400;padding:1px;background-color:#ffc966;border-radius:4px}
.attachment-module__root--fzhLU{position:relative;display:flex;margin-bottom:8px;width:100%;min-height:45px;background-color:#fff;border-radius:4px;border:1px solid rgba(37,38,39,.1);flex-shrink:0}.attachment-module__root--fzhLU.attachment-module__small--E7IDG{min-height:30px}.attachment-module__root--fzhLU.attachment-module__small--E7IDG .attachment-module__body--WxNl9{padding:4px}.attachment-module__root--fzhLU.attachment-module__small--E7IDG .attachment-module__icon--wi1DL{margin-right:4px}.attachment-module__root--fzhLU.attachment-module__large--BGeRN{min-height:60px}.attachment-module__root--fzhLU.attachment-module__large--BGeRN .attachment-module__body--WxNl9{padding:12px}.attachment-module__root--fzhLU.attachment-module__large--BGeRN .attachment-module__icon--wi1DL{margin-right:12px}.attachment-module__root--fzhLU .attachment-module__body--WxNl9{padding:8px;display:flex;flex-grow:1;color:#898c90;width:50%}.attachment-module__root--fzhLU .attachment-module__content--z0fvg{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;font-size:10px;color:rgba(37,38,39,.5)}.attachment-module__root--fzhLU .attachment-module__icon--wi1DL{margin-right:8px;margin-top:2px;color:#16969c;flex-shrink:0;align-items:baseline}.attachment-module__root--fzhLU .attachment-module__name--Zyu4I{margin-bottom:2px;font-weight:400;font-size:13px;line-height:18px;width:fit-content}.attachment-module__root--fzhLU .attachment-module__size--nEphQ{position:relative;text-transform:uppercase;white-space:nowrap;font-size:12px}.attachment-module__link--ueZhu{display:flex;align-items:center;justify-content:space-between;padding:5px 0;margin-right:10px;overflow:hidden;margin-bottom:10px}.attachment-module__link--ueZhu .attachment-module__href--hH9H_{color:#16969c;margin-bottom:0}.attachment-module__actions--PmKqk{height:inherit;padding:5px;display:flex !important;min-height:30px;align-items:center;border-left:1px solid rgba(37,38,39,.1);border-top:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-bottom-left-radius:0}.attachment-module__info--hDU5Y{display:flex;align-items:center;gap:4px}.attachment-module__infoDivider--Cnw07{color:#898c90}.attachment-module__actionsIcon--wiSCk{transform:rotate(90deg)}.attachment-module__validityDate--LHxfA{font-size:12px;color:#898c90}.attachment-module__validityDate--LHxfA.attachment-module__validityDateOutdated--WMTKi{color:#ce8a0e !important}.attachment-module__iconsWrap--gtUgW{display:flex;flex-direction:column;justify-content:center;gap:4px;margin-left:10px;margin-right:8px}.attachment-module__btnDownloadWrap--eRJz3{display:flex;align-items:center}.attachment-module__btnDownload--cp9uR{border:none}.attachment-module__sizeExceeded--wnZEt{background-color:#fafafa}
.upload-module__root--h1s_d{margin-top:15px}.upload-module__root--h1s_d:hover{border:1px dashed #898c90}.upload-module__root--h1s_d.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#16969c}.upload-module__root--h1s_d.ant-upload{background:#fff;border:1px dashed #898c90}.upload-module__root--h1s_d.ant-upload-drag{height:calc(100% - 15px)}.upload-module__root--h1s_d .ant-upload-btn{background-color:#fff}.upload-module__root--h1s_d .upload-module__title--jgbbg{max-width:228px;margin:0 auto}
.attach-file-module__attachaments--j3duc{margin-bottom:16px;margin-top:16px}.attach-file-module__button--vdYbJ{display:flex;align-items:center;justify-content:center}
.reason-for-return-issue-module__form--KgtDz{padding:24px 29px}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__subtitle--JPoWA{margin-bottom:24px}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__options--HgLql{display:flex;flex-direction:column;gap:16px}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__options--HgLql span{white-space:pre-line}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__submitBtn--R2x2q{display:flex;align-items:center;margin-left:auto}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__markdownInput--GrCSf{min-height:100px}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__paperButton--is45U{cursor:pointer;margin:0}.reason-for-return-issue-module__form--KgtDz .reason-for-return-issue-module__attachment--F4XiB{margin-bottom:16px}
.defer-dialog-module__modal--TPgIr{padding:47px 24px 32px}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH{display:flex;flex-direction:column;align-items:center;gap:20px}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH .defer-dialog-module__title--nvnUA{margin:0;font-weight:700}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH .defer-dialog-module__description--WugrC{text-align:center}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH .defer-dialog-module__formElements--Qs7Th{width:100%}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH .defer-dialog-module__formElements--Qs7Th .defer-dialog-module__datePicker--cOXly{min-width:100%}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH .defer-dialog-module__formElements--Qs7Th .defer-dialog-module__input--tevYs{margin:0}.defer-dialog-module__modal--TPgIr .defer-dialog-module__form--sH5ZH .defer-dialog-module__button--BqjdQ{width:240px}
.steps-module__root--UV0gu{display:flex;align-items:center;position:relative;justify-content:space-between;overflow:hidden}.steps-module__root--UV0gu .steps-module__step--FUR2v{display:flex;align-items:center;background-color:#fff;position:relative;z-index:9999}.steps-module__root--UV0gu .steps-module__step--FUR2v .steps-module__number--Tms7H{width:36px;height:36px;background-color:#16969c;border-radius:50%;display:flex;align-items:center;justify-content:center}.steps-module__root--UV0gu .steps-module__step--FUR2v.steps-module__isNext--ihJCk .steps-module__number--Tms7H{background-color:#bdbfc1}.steps-module__root--UV0gu .steps-module__lineWrap--i1rpo{display:flex;align-items:center;position:absolute;top:50%;transform:translateY(-50%);height:4px;width:100%;background-color:#fff}.steps-module__root--UV0gu .steps-module__lineWrap--i1rpo .steps-module__line--wfzQw{width:100%;height:1px;background-color:#bdbfc1}.steps-module__root--UV0gu .steps-module__lineWrap--i1rpo .steps-module__line--wfzQw.steps-module__isCompleted--eceJS{height:2px;background-color:#16969c}
.choose-tariff-module__root--_kjvU{display:flex;flex-direction:column;gap:20px}.choose-tariff-module__root--_kjvU .choose-tariff-module__controls--oEU0r{display:flex;justify-content:space-between}.choose-tariff-module__root--_kjvU .choose-tariff-module__topics--wmeLn{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));gap:16px}.choose-tariff-module__root--_kjvU .choose-tariff-module__skeletonTopic--VTIUT{max-width:unset;width:100%;height:466px}.choose-tariff-module__root--_kjvU .choose-tariff-module__topic--_uQsD{display:flex;flex:auto;flex-direction:column;gap:16px;height:100%}.choose-tariff-module__root--_kjvU .choose-tariff-module__topicTitleWrap--uzjeQ{padding:8px;text-align:center;border-radius:10px}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariffs--uRHh1{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));gap:16px;height:100%}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariff--Rob8A{display:flex;flex-direction:column;border-radius:10px;border:1px solid #d8d9da;padding-bottom:16px;flex:auto;gap:24px}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariffTitleWrap--KN79s{border-radius:9px 9px 0 0;padding:16px;min-height:100px}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariffContent--dmLUj{display:flex;flex-direction:column;height:100%;padding:0 16px}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariffPirceWrap--yAHjp{margin-bottom:16px}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariffPirce--E9w0c{display:flex;align-items:baseline;gap:12px}.choose-tariff-module__root--_kjvU .choose-tariff-module__monthlyPrice--wfudc{text-decoration:line-through;font-size:18px}.choose-tariff-module__root--_kjvU .choose-tariff-module__tariffButton--m39Bi{font-size:16px;width:100%;margin-top:auto}.choose-tariff-module__root--_kjvU .choose-tariff-module__modules--TeIcn{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.choose-tariff-module__root--_kjvU .choose-tariff-module__module--ylWF2{display:flex;align-items:center;justify-content:space-between;gap:8px}.choose-tariff-module__root--_kjvU .choose-tariff-module__module--ylWF2.choose-tariff-module__withBorderBottom--UEFoH{padding-bottom:8px;border-bottom:1px solid #d2f7f9}.choose-tariff-module__root--_kjvU .ant-radio-button-wrapper::before{content:unset}.choose-tariff-module__root--_kjvU .ant-radio-group{font-size:16px;font-weight:600}
.panel-module__root--sE4OM{background-color:#fff;border:1px solid #d8d9da;border-radius:4px;padding:24px}
.card-module__root--vWm17{display:flex;flex-direction:column;gap:4px}.card-module__root--vWm17 .card-module__header--y534c{display:flex;gap:12px;align-items:center;justify-content:space-between}.card-module__root--vWm17 .card-module__detailsBtn--COsSr{font-size:16px;padding-inline:0px;align-self:flex-start}
.whatsapp-module__content--RO4hD{display:flex;flex-direction:column;gap:8px}.whatsapp-module__content--RO4hD .whatsapp-module__count--yyXIs{display:flex;align-items:center;justify-content:space-between;gap:12px}.whatsapp-module__content--RO4hD .whatsapp-module__input--V_cbh{max-width:220px}
.choose-addons-module__root--CMlj8{display:flex;flex-direction:column;gap:12px}.choose-addons-module__root--CMlj8 .choose-addons-module__addons--Du6LG{display:grid;grid-template-columns:1fr 1fr;gap:20px}.choose-addons-module__root--CMlj8 .choose-addons-module__buttons--tPXDo{display:flex;gap:24px;align-items:center;align-self:flex-end}.choose-addons-module__root--CMlj8 .choose-addons-module__button--uB2Rq{font-size:16px}
.payment-details-module__root--ifS0C{display:flex;flex-direction:column;gap:16px}.payment-details-module__root--ifS0C .payment-details-module__row--LR1jL{display:flex;align-items:center;justify-content:space-between}.payment-details-module__skeleton--zdexB{height:184px;max-width:unset}
.checkout-payment-module__root--uMeyW{display:flex;flex-direction:column;gap:12px}.checkout-payment-module__root--uMeyW .checkout-payment-module__buttons--lzTNF{display:flex;gap:24px;align-items:center;align-self:flex-end}.checkout-payment-module__root--uMeyW .checkout-payment-module__button--GXJxj{font-size:16px}
.change-payment-subscription-module__root--EXGxa{padding:24px;display:flex;flex-direction:column;gap:24px}.change-payment-subscription-module__root--EXGxa .change-payment-subscription-module__wrap--UWL3C{display:flex;flex-direction:column;gap:24px}.change-payment-subscription-module__root--EXGxa .change-payment-subscription-module__detailsTariffsBtn--e_kLd{font-size:16px;align-self:center}
.cancel-payment-subscription-module__alertMessage--qghaa{text-align:left;margin-bottom:0 !important}.cancel-payment-subscription-module__alertMessage--qghaa ul{margin-bottom:0}.cancel-payment-subscription-module__alertMessage--qghaa ul li{list-style-type:disc}
.payment-failed-module__root--DUNpo{display:flex;flex-direction:column;align-items:center;gap:20px;padding:24px}.payment-failed-module__root--DUNpo .payment-failed-module__title--uqpO6{margin:0}.payment-failed-module__root--DUNpo .payment-failed-module__button--V1FJ1{font-size:16px}.payment-failed-module__root--DUNpo .payment-failed-module__buttons--IS8Ot{display:flex;flex-direction:column;gap:16px}
.add-payment-addon-module__root--X1p_0{padding:24px;display:flex;flex-direction:column;gap:24px}.add-payment-addon-module__root--X1p_0 .add-payment-addon-module__skeleton--viw1J{height:260px;max-width:unset}.add-payment-addon-module__root--X1p_0 .add-payment-addon-module__button--k02Wm{align-self:flex-end;font-size:16px}
.retry-payment-module__root--nt7Gx{display:flex;flex-direction:column;align-items:center;gap:20px;padding:24px}.retry-payment-module__root--nt7Gx .retry-payment-module__title--BOm4P{margin:0}.retry-payment-module__root--nt7Gx .retry-payment-module__description--xF7DA{text-align:center}.retry-payment-module__root--nt7Gx .retry-payment-module__button--cMI68{font-size:16px}.retry-payment-module__root--nt7Gx .retry-payment-module__buttons--DicYJ{display:flex;flex-direction:column;gap:16px}
.delete-whatsapp-number-module__alertMessage--waomZ{text-align:left;margin-bottom:0 !important}.delete-whatsapp-number-module__alertMessage--waomZ ul{margin-bottom:0}.delete-whatsapp-number-module__alertMessage--waomZ ul li{list-style-type:disc}
.amount-details-module__root--ufMrG{padding:24px}
.service-unavailable-module__root--iwDSF{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 24px 32px;gap:20px}.service-unavailable-module__root--iwDSF .service-unavailable-module__title--IafIl{margin:0}.service-unavailable-module__root--iwDSF .service-unavailable-module__description--GnkcG{margin:0;text-align:center}.service-unavailable-module__root--iwDSF .service-unavailable-module__text--GrUid{cursor:pointer}
.whatsapp-successfully-added-module__root--TfNXZ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 24px 32px;gap:20px;text-align:center}.whatsapp-successfully-added-module__root--TfNXZ .whatsapp-successfully-added-module__title--PRGWr{margin:0}.whatsapp-successfully-added-module__root--TfNXZ .whatsapp-successfully-added-module__description--Y3szb{margin:0;text-align:center}.whatsapp-successfully-added-module__root--TfNXZ .whatsapp-successfully-added-module__buttons--SYrxD{display:flex;flex-direction:row;gap:20px}.whatsapp-successfully-added-module__root--TfNXZ .whatsapp-successfully-added-module__buttons--SYrxD .whatsapp-successfully-added-module__btnCancel--YUxmF{font-weight:600 !important;color:#f9716c !important}
.remind-message-modal-module__modal--m_6bz{padding:48px 24px 32px}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm{display:flex;flex-direction:column;align-items:center;gap:20px}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm .remind-message-modal-module__title--U8Fkr{margin:0}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm .remind-message-modal-module__description--dPgx0{text-align:center}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm .remind-message-modal-module__formElements--o6Xmr{width:100%}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm .remind-message-modal-module__formElements--o6Xmr .remind-message-modal-module__datePicker--I2lFz{min-width:100%}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm .remind-message-modal-module__formElements--o6Xmr .remind-message-modal-module__input--_oNNR{margin:0}.remind-message-modal-module__modal--m_6bz .remind-message-modal-module__form--KZOkm .remind-message-modal-module__button--qz0L2{width:240px}
.replace-tag-modal-module__modalContent--DeqTf{padding:24px}.replace-tag-modal-module__contentBody--st7Y6{display:flex;flex-direction:column;gap:16px}.replace-tag-modal-module__warningSection--DeeZM{background:#ffedcc;border-radius:4px;border:1px solid #fda402;padding:8px 16px;margin-bottom:16px}.replace-tag-modal-module__formButtons--FFNO2{display:flex;align-items:center;gap:8px;margin-top:24px}
.type-form-module__fieldWrap--WeWqE{margin-bottom:16px}.type-form-module__form--_cVrs{display:flex;flex-direction:column}.type-form-module__formButtons--opSoB{display:flex;align-items:center;gap:8px;margin-top:24px}.type-form-module__colorItem--b9IKR{margin-bottom:0}.type-form-module__colorGroup--Dv1T9{justify-content:space-between}.type-form-module__warningSection--t4z7l{background:#ffedcc;border-radius:4px;border:1px solid #fda402;padding:8px 16px;margin-bottom:16px}.type-form-module__datePickerWrapper--nWN19{max-width:100%}
.create-tag-modal-module__modalContent--ACu2U{padding:24px 16px}
.edit-tag-modal-module__modalContent--VMXCY{padding:24px 16px}
.short-module__formWrapper--coa29{display:flex;flex-direction:column}.short-module__root--sYDhu{display:flex;flex-direction:column;gap:16px}.short-module__datePicker--IkuVf{max-width:100%}.short-module__submitWrap--nwXgB{display:flex;align-items:center;justify-content:flex-end;gap:16px}.short-module__fileButton--Hg9b9{border:1px solid #16969c !important;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.short-module__addBtn--RgR6l{padding:0;display:flex;align-items:center}.short-module__hiringWrapper--rMJYP{display:flex;flex-direction:row;gap:8px}
.change-record-module__root--XYCWk{padding:24px}
.copy-record-module__root--a_CVX{padding:24px}
.creator-module__root--K2aRE{padding:24px}
.validity-date-form-module__form--oyONL{display:flex;flex-direction:column}.validity-date-form-module__datePickerWrapper--tG9OS{max-width:100%}.validity-date-form-module__formButtons--Ogm9R{display:flex;justify-content:end;margin-top:16px}
.attachment-change-validity-date-modal-module__modalContent--xVVYW{padding:24px}
.attachment-add-validity-date-modal-module__modalContent--DC33t{padding:24px}
.entities-module__root--RKQps{display:flex;align-items:center}.entities-module__root--RKQps .entities-module__icon--GQjMb{cursor:pointer;margin-left:4px}.entities-module__menu--JGqZi{background-color:#fff;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-radius:4px;padding:16px;max-height:200px;max-width:300px;overflow:auto}.entities-module__menu--JGqZi div:not(:last-child){margin-bottom:8px}.entities-module__item--hYTYv{display:flex;flex-wrap:nowrap;max-width:95%;align-items:center}.entities-module__link--aFSoO{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entities-module__skeletonTitle--JPn0m{margin:4px 0 !important}.entities-module__noAccessEntityType--q2wdi{color:#a3a5a8 !important}.entities-module__noAccess--ISyrI{color:#a3a5a8}
.pagination-module__root--fAas8{display:flex;gap:4px;align-items:center}.pagination-module__root--fAas8 .pagination-module__pageSizeSelect--jtO9v{border:none;min-height:32px}.pagination-module__simpleRoot--QE4oy{display:flex;align-items:center;gap:16px}.pagination-module__simpleRoot--QE4oy .pagination-module__arrowBtn--dpj0M{padding:0;border:none;display:flex}
.table-module__table--QBH4F .ant-table-thead>tr>th.ant-table-column-has-actions:hover{background-color:#f2f2f3}.table-module__table--QBH4F .ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters::before:hover{background-color:rgba(0,0,0,0)}.table-module__table--QBH4F .ant-table-column-title{text-transform:uppercase}.table-module__table--QBH4F .ant-table-cell-fix-right-first{right:0 !important}.table-module__table--QBH4F .ant-table-cell-scrollbar{display:none}.table-module__creator--yOof3{font-weight:normal}.table-module__creator--yOof3 span:nth-child(2){color:#16969c;font-size:14px}.table-module__filterWrap--OWoJe{width:100%;height:100%}.table-module__filterWrap--OWoJe .table-module__btnFilter--LojAs{background-color:rgba(0,0,0,0);border-radius:0;height:100%;width:25px;color:#898c90;border:none;overflow:hidden;padding:4px}.table-module__filterWrap--OWoJe .table-module__btnFilter--LojAs.ant-popover-open{background-color:#d2f7f9}.table-module__filterWrap--OWoJe svg{width:12px}.table-module__isOpacity--gKhSg .ant-table-thead > tr > th,.table-module__isOpacity--gKhSg .ant-table-tbody > tr > td:not(:last-child){opacity:.5}.table-module__actionsBtn--udH_B{margin:auto}.table-module__content--_FEBr{display:flex;flex-direction:column;gap:4px}.table-module__content--_FEBr .table-module__contentPagination--Ef64r{margin-top:4px;gap:8px}.table-module__withHighlight--fYlDH strong{font-weight:400;padding:1px;background-color:#ffc966;border-radius:4px}
.title-module__root--xnGxA{display:flex;align-items:center;word-break:break-word}.title-module__iconWrap--lipQK{position:relative}.title-module__outdatedIcon--V5WDd{position:absolute;top:-3px;right:9px}
.validity-date-module__validityDateOutdated--mnKT7{color:#ce8a0e !important}
.attachment-overview-modal-module__modalContent--Gt3Pj{padding:60px 24px 32px 24px}.attachment-overview-modal-module__table--eOHQ7 .ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters::before:hover{background-color:rgba(0,0,0,0)}.attachment-overview-modal-module__table--eOHQ7 .ant-table-column-title{text-transform:uppercase}.attachment-overview-modal-module__creator--JsEZN span:nth-child(2){color:#16969c;font-size:14px}.attachment-overview-modal-module__content--Hvw2m{display:flex;flex-direction:column;gap:4px}.attachment-overview-modal-module__content--Hvw2m .attachment-overview-modal-module__contentPagination--jI8PG{margin-top:4px;gap:8px}.attachment-overview-modal-module__actionsBtn--yORMY{margin:auto}
.change-asset-validity-expiration-module__datePicker--cAGr_{max-width:unset}.change-asset-validity-expiration-module__submit--HgOme{font-size:16px;margin-left:auto;display:block}
.cancellation-module__root--ShrBf{padding:24px}.cancellation-module__root--ShrBf .cancellation-module__description--z_Mfi{margin-bottom:24px}.cancellation-module__root--ShrBf .cancellation-module__form--IiYvR{display:flex;flex-direction:column}.cancellation-module__root--ShrBf .cancellation-module__radioButtons--MTO9p{display:flex;flex-direction:column;gap:10px}.cancellation-module__root--ShrBf .cancellation-module__button--XZXqJ{margin-top:8px;align-self:flex-end;font-size:16px}.cancellation-module__root--ShrBf .cancellation-module__fileButton--jewPn{border:1px solid #16969c !important;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}
.ExpirationNoticeForm-module__form--lg2Pu{display:flex;gap:12px}.ExpirationNoticeForm-module__submitBtn--sqA3O{margin-top:20px;font-size:16px;display:block}.ExpirationNoticeForm-module__numberInput--QUYgY .ant-input-group-addon{min-width:65px}
.action-menu-module__dropdownContent--EBTXe{width:100%;min-width:195px}.action-menu-module__dropdownBtn--GSLdn{display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;border-radius:50%;margin-right:0;margin-left:5px;height:20px;width:20px;padding-right:4px;padding-left:4px}.action-menu-module__actionBtn--Lbsnw{flex-direction:row-reverse;justify-content:space-between;gap:8px}.action-menu-module__actionBtn--Lbsnw>span{margin-left:0 !important}
.tag-option-module__root--RNVTO{width:auto !important;position:relative;display:inline-flex;padding:0;border-radius:4px;min-height:24px;max-width:218px}.tag-option-module__root--RNVTO>div{display:flex;align-items:center;gap:8px}.tag-option-module__root--RNVTO .tag-option-module__content--z4AOU{transition:all .1s ease-in-out;max-width:100%;padding:2px 4px;display:flex}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk{margin-right:0px !important}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isClearable--zDeTj{min-width:27px;justify-content:center}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isClearable--zDeTj button{transition:all .1s ease-in-out;overflow:hidden;position:absolute;right:0;width:0;padding:0}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isClearable--zDeTj:hover .tag-option-module__content--z4AOU{visibility:hidden;max-width:calc(100% - 20px)}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isClearable--zDeTj:hover button{width:auto;padding:0 4px}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isActions--fdhpm{min-width:27px;justify-content:center}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isActions--fdhpm>div:last-child{position:absolute;right:0;width:0;padding:0;display:none}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isActions--fdhpm.tag-option-module__isHover--wUed8 .tag-option-module__content--z4AOU{visibility:hidden;max-width:calc(100% - 20px)}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isActions--fdhpm.tag-option-module__isHover--wUed8>div:last-child{width:auto;padding:0 4px;display:block}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isClearable--zDeTj.tag-option-module__ellipsisOnHover--GC3xB,.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isActions--fdhpm.tag-option-module__ellipsisOnHover--GC3xB{justify-content:flex-start}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isClearable--zDeTj.tag-option-module__ellipsisOnHover--GC3xB .tag-option-module__content--z4AOU,.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__isActions--fdhpm.tag-option-module__ellipsisOnHover--GC3xB .tag-option-module__content--z4AOU{visibility:visible}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK{background-color:#d2f7f9 !important;cursor:pointer}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK>div{padding:4px 8px}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK>span{color:#fff}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK .tag-option-module__createTypeText--gfPRa{color:#16969c !important;font-size:16px}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK.tag-option-module__createTypeOptionSelected--PHtTE{background-color:#1dc1c9 !important}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK.tag-option-module__createTypeOptionSelected--PHtTE>div>span{color:#fff !important}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__createTypeOption--DHxDK.tag-option-module__createTypeOptionSelected--PHtTE .tag-option-module__createTypeText--gfPRa{color:#fff !important}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk .tag-option-module__underline--s6CeJ{text-decoration:underline}.tag-option-module__root--RNVTO.tag-option-module__isTag--hOutk.tag-option-module__clickable--keHRz{cursor:pointer}
.selecting-type-module__title--OvBMC{margin-bottom:8px !important}.selecting-type-module__actionWrap--peFaW{width:100%;max-width:190px;display:flex;flex-wrap:wrap;gap:8px}
.create-by-type-module__root--oUsDs{padding:0 16px;margin-bottom:16px}
.add-button-module__add--gZBDY{display:inline-flex;align-items:center;padding:0 4px;min-height:24px;cursor:pointer;border:1px dashed #16969c;border-radius:4px}.add-button-module__add--gZBDY.add-button-module__short--dw68P{padding:0 3px}.add-button-module__search--Nt8n6{padding:0 16px;margin-bottom:24px}.add-button-module__search--Nt8n6 .ant-input-prefix{left:26px}.add-button-module__search--Nt8n6 .ant-input-suffix{right:26px}.add-button-module__create--KpCP8{display:flex;align-items:center;margin:0 !important;cursor:pointer;padding:0 16px}.add-button-module__dropdownOverlay--V2fEi{outline:none;background-color:#fff;padding:16px 0;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-radius:4px}.add-button-module__dropdownOverlay--V2fEi>span{margin-left:16px;margin-right:16px;width:fit-content}.add-button-module__creatableTag--ccGKC{padding:0;margin-left:16px}.add-button-module__option--AwOIy{cursor:pointer;padding:0 16px}.add-button-module__option--AwOIy:not(:last-of-type){margin-bottom:12px}.add-button-module__active--rtsYD{background-color:#e9fbfc}.add-button-module__colorItem--hMvfO{margin-bottom:0;padding:0 16px}.add-button-module__tags--Xwd5O{max-height:240px;overflow:auto}.add-button-module__skeleton--dWvjR{padding:0 16px}
.list-module__root--D8MO5{display:flex;gap:8px;flex-wrap:wrap}.list-module__tag--MXcnF{cursor:default}.list-module__arrowWrap--KB0EV{display:flex}.list-module__arrow--ho6FK{align-items:center;cursor:pointer}.list-module__addAnimation--TZdu7{animation:list-module__add--H_wNf .5s ease-in-out}.list-module__dropdown--y5PN7{background-color:#fff;padding:16px;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-radius:4px;max-height:240px;overflow:auto}.list-module__dropdown--y5PN7 div:not(:last-child){margin-bottom:12px}@keyframes list-module__add--H_wNf{0%{transform:translateY(0)}10%{transform:translateY(-2px)}20%{transform:translateY(-5px) rotate(15deg)}40%{transform:translateY(-5px) rotate(-15deg)}60%{transform:translateY(-5px) rotate(15deg)}80%{transform:translateY(-5px) rotate(-15deg)}90%{transform:translateY(-2px)}100%{transform:translateY(0)}}
.filter-module__root--jnuIz{display:flex;flex-direction:column;gap:16px}
.manage-subscribers-module__root--qBFpB{display:flex;flex-direction:column;margin-top:8px;margin-bottom:16px;gap:16px}
.validity-date-multi-attachment-module__datePickerWrapper--MiIj4{max-width:100%}.validity-date-multi-attachment-module__formItem--eGWY3{margin-bottom:0}.validity-date-multi-attachment-module__datePicker--afYpJ{margin-right:0}
.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG input,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG .editor-wrap,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG .react-select__control,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG .ant-checkbox-inner,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG div[data-error],.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG textarea{border-color:#f5120a !important;box-shadow:unset}.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG input:hover,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG .editor-wrap:hover,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG .react-select__control:hover,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG .ant-checkbox-inner:hover,.manage-validity-date-module__root--mh80f.manage-validity-date-module__hasError--GsPqG textarea:hover{border-color:#f5120a !important;box-shadow:0 0 0 2px #fdd0ce !important}.manage-validity-date-module__root--mh80f .manage-validity-date-module__label--rUWZM{position:relative;font-size:12px;line-height:16px;color:#898c90;margin-bottom:4px;display:block}.manage-validity-date-module__datePickerWrapper--AXBJh{max-width:100%}.manage-validity-date-module__formItem--w0vSq{margin-bottom:0}.manage-validity-date-module__datePicker--tkES0{margin-right:0}
.download-all-files-module__root--IPZGl{padding:0;height:auto;font-size:16px;align-self:flex-start}
.attachments-module__root--AnC3X{display:flex;flex-direction:column;gap:8px;border-radius:4px;padding:8px}.attachments-module__root--AnC3X .attachments-module__attachments--LiOeJ{display:flex;flex-direction:column;width:100%;gap:20px}.attachments-module__root--AnC3X .attachments-module__attachments--LiOeJ .attachments-module__file--ONfF1:last-of-type{margin-bottom:0}.attachments-module__root--AnC3X .attachments-module__attachmentWrap--zpOJD{display:flex;flex-direction:column;gap:16px}.attachments-module__root--AnC3X .attachments-module__fileSizeExceeded--gT5Nf{gap:0}.attachments-module__highlight--YUmBe{margin-top:16px;background-color:#f2f2f3}
.upload-files-module__root--Gtcnw{display:flex;width:100%;height:auto}.upload-files-module__root--Gtcnw.upload-files-module__fullWidth--fOsoi .ant-upload{width:100%;height:100%}.upload-files-module__root--Gtcnw.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:rgba(0,0,0,0)}.upload-files-module__root--Gtcnw.ant-upload-drag{border:1px solid rgba(0,0,0,0)}.upload-files-module__root--Gtcnw .ant-upload-list-item{padding:2px;width:150px;height:150px;flex:0 0 auto}.upload-files-module__root--Gtcnw .ant-upload-list-item-info{position:relative;border-radius:4px;overflow:hidden}.upload-files-module__root--Gtcnw .ant-upload-list-item-info>span{height:100%}.upload-files-module__root--Gtcnw .ant-upload-list-item-info img{object-fit:cover;width:100%;height:100%}.upload-files-module__root--Gtcnw .ant-upload-list-item-thumbnail{opacity:1;top:0;left:0;width:100%;height:100%}.upload-files-module__root--Gtcnw .ant-upload{width:200px;min-width:200px;height:150px;background-color:rgb(151.7595505618,236.4696629213,240.4404494382);color:#16969c;border-radius:4px;overflow:hidden;margin-bottom:8px}.upload-files-module__root--Gtcnw .ant-upload-list-item-uploading-text{text-align:center}.upload-files-module__root--Gtcnw .ant-upload-list{display:flex;flex-wrap:wrap}.upload-files-module__root--Gtcnw .ant-upload-list-item-name{position:absolute;bottom:0;white-space:normal;height:auto;line-height:14px;font-size:12px}.upload-files-module__root--Gtcnw .upload-files-module__content--UCvbP{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10px}.upload-files-module__root--Gtcnw .upload-files-module__title--XTe2Y,.upload-files-module__root--Gtcnw .upload-files-module__description--LmOD8{color:#16969c}.upload-files-module__root--Gtcnw .upload-files-module__description--LmOD8{font-size:14px;letter-spacing:1px;margin-bottom:0}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .upload-files-module__content--UCvbP{display:flex;justify-content:flex-start;flex-direction:row;align-items:center;flex-wrap:wrap}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .upload-files-module__icon--WexgA{margin-right:5px}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .upload-files-module__title--XTe2Y{margin-right:5px;white-space:nowrap}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .upload-files-module__description--LmOD8{white-space:nowrap}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .ant-upload{margin-bottom:0;padding:0;min-width:auto;color:inherit}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .ant-upload-drag{width:100%;height:inherit;background:none;color:inherit;border:initial;overflow:hidden}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .anticon,.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .ant-upload:hover .anticon{color:inherit}.upload-files-module__root--Gtcnw.upload-files-module__inline--xbsjb .ant-upload-btn{width:100%;background:none;padding:0;margin-bottom:0}
.upload-module__root--uFXeA{margin-top:15px}.upload-module__root--uFXeA:hover{border:1px dashed #898c90}.upload-module__root--uFXeA.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#16969c}.upload-module__root--uFXeA.ant-upload{background:#fff;border:1px dashed #898c90}.upload-module__root--uFXeA.ant-upload-drag{height:calc(100% - 15px)}.upload-module__root--uFXeA .ant-upload-btn{background-color:#fff}.upload-module__root--uFXeA .upload-module__title--sDuF1{max-width:228px;margin:0 auto}
.upload-form-module__uploadForm--Gzjdz{height:100%;display:flex;flex-direction:column}.upload-form-module__uploadForm--Gzjdz .upload-form-module__divider--uGDH6{background-color:#d8d9da;height:1px;width:100%}.upload-form-module__uploadForm--Gzjdz .upload-form-module__form--cSbYH{display:flex;flex-direction:column;flex:100%}.upload-form-module__uploadForm--Gzjdz .upload-form-module__submit--bNVyt{margin:auto 0 24px auto}.upload-form-module__relations--ba4oQ{margin-bottom:0}.upload-form-module__upload--KZIpY>span{display:block;margin-bottom:16px}.upload-form-module__emptyRoot--FndH2{margin:0 auto;max-width:228px}
.add-file-module__tabs--wLtsj{display:flex;flex-direction:column;height:100%;overflow:auto;padding:12px 24px 24px}.add-file-module__tabs--wLtsj .ant-tabs-content{flex:100%}.add-file-module__attachment--KwJqy{margin-bottom:16px}
.send-invite-modal-module__root--khq2P{text-align:center;padding:47px 24px 32px}.send-invite-modal-module__root--khq2P .send-invite-modal-module__select--sVbkj{max-width:320px;width:100%}.send-invite-modal-module__root--khq2P .send-invite-modal-module__spinWrap--kJmc5{margin-top:30px}.send-invite-modal-module__root--khq2P .send-invite-modal-module__buttons--R4mZU>:not(:last-child){margin-right:20px}.send-invite-modal-module__root--khq2P .send-invite-modal-module__buttons--R4mZU button.send-invite-modal-module__close--UsjOc{color:#f9716c}.send-invite-modal-module__root--khq2P .send-invite-modal-module__buttons--R4mZU button.send-invite-modal-module__close--UsjOc:hover{color:#fba09d}.send-invite-modal-module__root--khq2P .send-invite-modal-module__btnNo--IHvyo{background-color:rgba(0,0,0,0);color:#f9716c}
.styles-module__flag--dW7r4{max-width:20px;margin-right:10px}
.company-select-module__root--F1FwB{display:flex;position:relative}.company-select-module__root--F1FwB .company-select-module__countrySelect--VigrF{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;min-height:36px;max-height:36px;overflow:hidden;padding:0 8px}.company-select-module__root--F1FwB .company-select-module__companySelect--SgpJK input{min-height:36px;border-top-left-radius:0;border-bottom-left-radius:0}.company-select-module__root--F1FwB .company-select-module__searchButton--G_nqI{height:calc(36px - 6px);position:absolute;right:3px;top:50%;transform:translateY(-50%);z-index:2;box-shadow:none !important}
.filters-module__filter--SiH85{margin-bottom:15px;flex-shrink:0}.filters-module__titleWrap--ABEeE{background-color:#fff;padding:8px 20px;margin:0 -20px 16px;width:calc(100% + 40px)}.filters-module__titleWrap--ABEeE>h3{margin:0}.filters-module__filterMenu--Mw42S{margin-right:6px;margin-left:auto}
.creator-module__form--xgsZw{display:flex;flex-direction:column;gap:16px;width:100%;flex:100%}.creator-module__textarea--jAYbT{resize:none}.creator-module__attachDocuments--fN0XK{border:1px solid #16969c !important}.creator-module__divider--tE_1R{width:100%;margin:16px 0 0}.creator-module__actionsButton--Kgx5t{align-self:flex-start}.creator-module__submitButton--udlng{margin-top:auto;margin-left:auto}.creator-module__plusIcon--OQAjo{display:flex;align-items:center;padding:0}.creator-module__footerWrapper--u25i1{display:flex;flex-direction:column;width:100%;gap:16px}
.order-option-module__root--vHcKQ{padding:0}.order-option-module__root--vHcKQ .order-option-module__icon--Ovr8g{width:23px;height:23px;margin-right:10px}.order-option-module__root--vHcKQ .order-option-module__textPrimary--ISKjP{color:#16969c;margin-right:10px}.order-option-module__root--vHcKQ .order-option-module__content--X6H0m{display:flex;align-items:center}
.menu-module__search--HpiKB{max-width:370px;margin-left:10px;flex:1 1 20%;padding:0}.menu-module__search--HpiKB>input{min-height:36px !important}.menu-module__flexWrap--VVY7j{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.styles-module__root--eohSX{min-height:200px;flex:1;display:flex;flex-direction:column;overflow:auto;padding:20px 25px}.styles-module__root--eohSX .styles-module__infoWrap--rUvYb{flex:1}.styles-module__root--eohSX .styles-module__submit--s7aXg{margin:auto 0 0 auto;flex-shrink:0;width:172px;font-size:16px}
.common-option-module__root--pLiMw{display:flex;align-items:center}.common-option-module__root--pLiMw .common-option-module__commonOption--TDP7P{display:flex;align-items:center;gap:8px}.common-option-module__root--pLiMw .common-option-module__icon--VYK_I{width:23px;height:23px}.common-option-module__root--pLiMw .common-option-module__textPrimary--HbMeU{color:#16969c;margin-right:5px}.common-option-module__root--pLiMw .common-option-module__noAccess--AF_vD{color:#a3a5a8}.common-option-module__root--pLiMw .common-option-module__typeIcon--ndZVg>svg{width:18px;height:18px}
.filter-menu-module__root--pGhxU{border-bottom:none;line-height:initial;background-color:rgba(0,0,0,0);display:flex;align-items:center}.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs{display:flex;align-items:center;color:#16969c;border-bottom:none;margin-right:8px;margin-top:0;line-height:19px;padding:8px;border-radius:4px;padding:8px !important}.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs>span>span{margin-right:10px}.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs:after{display:none}.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs:hover,.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs:focus,.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs:active,.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs.ant-menu-item-selected{background-color:#d2f7f9;border-bottom:none}.filter-menu-module__root--pGhxU .filter-menu-module__item--rKoDs.filter-menu-module__divider--OBS4s{background-color:rgba(0,0,0,0);cursor:default}
.date-range-module__rootWrap--AmltT{display:flex;flex-direction:column;border:none}.date-range-module__rootWrap--AmltT .date-range-module__label--nE3bQ{font-size:12px;color:#898c90}.date-range-module__rootWrap--AmltT input.date-range-module__input--E_X8p{border:none !important}.date-range-module__rootWrap--AmltT input.date-range-module__input--E_X8p:hover{box-shadow:none !important}.date-range-module__rootWrap--AmltT .date-range-module__flexWrap--E9hQe{display:flex;align-items:center;justify-content:space-between;height:100%}.date-range-module__rootWrap--AmltT .date-range-module__icon--elDOy{margin:0 2px;flex-shrink:0}.date-range-module__rootWrap--AmltT .date-range-module__date--UBaaC{min-width:auto;max-width:100%}.date-range-module__rootWrap--AmltT .date-range-module__popperClassName--ZbzUB{margin-top:0}.date-range-module__rootWrap--AmltT .date-range-module__popperClassName--ZbzUB .react-datepicker__triangle{display:none}.date-range-module__root--cnu_3{display:flex;align-items:center;background-color:#fff;height:36px;border:1px solid #a3a5a8;border-radius:5px}.date-range-module__root--cnu_3 .ant-input-affix-wrapper > input{border:none;background-color:inherit;min-height:auto}.date-range-module__root--cnu_3 .ant-input-affix-wrapper > input:hover{box-shadow:none !important}.date-range-module__disabled--dxfYP{background-color:#f2f2f3}.date-range-module__disabled--dxfYP .ant-input{min-height:unset !important;height:34px !important;background-color:#f2f2f3}::placeholder{color:#a3a5a8 !important}
.table-module__menu--YesPw{margin-top:8px}.table-module__totalItems--Rti1z{margin-right:10px}
.workspace-option-module__root--FihZ6{width:100%;display:flex;align-items:center;overflow:hidden}.workspace-option-module__root--FihZ6 .workspace-option-module__contentWrap--GWPlH{display:flex;align-items:center}.workspace-option-module__root--FihZ6 .workspace-option-module__content--VPTzu{display:flex;flex-direction:column;line-height:1.2;overflow:hidden}
.assets-select-module__treeContainer--mbJYY{display:flex;flex-direction:column;gap:12px}.assets-select-module__treeContainer--mbJYY .assets-select-module__content--Vl79N{max-height:452px;min-height:40px;width:100%;overflow:auto}.assets-select-module__treeContainer--mbJYY .assets-select-module__footer--IeSyq{margin-top:8px;display:flex;justify-content:flex-end}.assets-select-module__modal--yCW2k{padding:24px;display:flex;flex-direction:column;gap:24px}.assets-select-module__modal--yCW2k.assets-select-module__withSearch--MJXeD .ant-tree-switcher{display:none}.assets-select-module__modal--yCW2k.assets-select-module__withSearch--MJXeD .ant-tree-checkbox{margin-left:0}.assets-select-module__modal--yCW2k .assets-select-module__content--Vl79N{max-height:452px;min-height:40px;width:100%;overflow:auto}.assets-select-module__modal--yCW2k .ant-tree-node-content-wrapper{height:auto !important}.assets-select-module__modal--yCW2k .ant-tree-node-content-wrapper:before{content:none !important}.assets-select-module__modal--yCW2k .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:#d2f7f9 !important}.assets-select-module__modal--yCW2k .ant-tree-checkbox-inner{border-color:#898c90}.assets-select-module__modal--yCW2k .assets-select-module__submit--eTWPv{align-self:flex-end;font-size:16px}.assets-select-module__modal--yCW2k .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,.assets-select-module__modal--yCW2k .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before{background:inherit}.assets-select-module__hideCheckbox--KgAiu .ant-tree-checkbox{display:none !important}
.attachments-control-module__content--v4mkM{width:100%;height:100%;max-height:665px;padding:12px 0;display:flex}.attachments-control-module__createModalContent--USRog{padding:24px}.attachments-control-module__tabs--LfDkA{width:100%;height:auto;display:flex;flex-direction:column}.attachments-control-module__tabs--LfDkA .ant-tabs-content{flex-grow:1;height:100%}.attachments-control-module__tabs--LfDkA .ant-tabs-bar{margin:0}.attachments-control-module__tabs--LfDkA .ant-tabs-tabpane{height:100%}.attachments-control-module__tabs--LfDkA .attachments-control-module__filterSection--h4jMj{max-height:590px}
.ExecutorSlaSettingsControl-module__title--LkvWx{margin-bottom:16px !important}.ExecutorSlaSettingsControl-module__subtitle--Aj9zF{margin-bottom:4px !important}.ExecutorSlaSettingsControl-module__text--NzXet{display:block;margin-bottom:16px}.ExecutorSlaSettingsControl-module__inputWrapper--ShVVt{display:flex;gap:16px;margin-bottom:16px}
:root .styles-module__formItem--homnO{margin-bottom:32px !important}:root .styles-module__formItem--homnO .ant-legacy-form-explain{position:absolute;top:196px}.styles-module__rightLine--aOXnH,.styles-module__toolbarClassName--OyKv5 .rdw-emoji-wrapper{margin-right:12px;position:relative}.styles-module__rightLine--aOXnH::before,.styles-module__toolbarClassName--OyKv5 .rdw-emoji-wrapper::before{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#d8d9da;z-index:2}.DraftEditor-root{overflow:auto}.styles-module__attachmets--RFgQS{margin-top:20px}.styles-module__upload--P29G_{color:#898c90;display:flex;align-items:center;height:auto;padding:0;font-size:12px}.styles-module__upload--P29G_:hover,.styles-module__upload--P29G_:focus{color:#a3a5a8}.styles-module__editorWrap--qTIM7{position:relative;display:flex;flex-direction:column;width:100%;min-height:36px;border:1px solid #a3a5a8;border-radius:4px}.styles-module__editorWrap--qTIM7.styles-module__disabled--WWBfx{opacity:.6}.styles-module__editorWrap--qTIM7.styles-module__disabled--WWBfx::before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2}.styles-module__toolbarClassName--OyKv5{background-color:#fafafa;border-bottom:0;margin:0;font-size:12px;flex-direction:row-reverse;justify-content:flex-end}.styles-module__toolbarClassName--OyKv5.styles-module__withoutAttach--Oct_0 .rdw-block-wrapper{margin-left:0}.styles-module__toolbarClassName--OyKv5.styles-module__withoutAttach--Oct_0 .rdw-block-wrapper::before{content:none}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-link-wrapper .rdw-option-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-embedded-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-emoji-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-image-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-history-wrapper .rdw-option-wrapper{background-color:rgba(0,0,0,0);border:0;border-radius:4px;transition:.2s ease-in-out}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-wrapper:hover,.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-wrapper:hover,.styles-module__toolbarClassName--OyKv5 .rdw-link-wrapper .rdw-option-wrapper:hover,.styles-module__toolbarClassName--OyKv5 .rdw-embedded-wrapper:hover,.styles-module__toolbarClassName--OyKv5 .rdw-emoji-wrapper:hover,.styles-module__toolbarClassName--OyKv5 .rdw-image-wrapper:hover,.styles-module__toolbarClassName--OyKv5 .rdw-history-wrapper .rdw-option-wrapper:hover{background-color:rgba(137,140,144,.2);box-shadow:none}.styles-module__toolbarClassName--OyKv5 .rdw-block-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-link-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-emoji-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-history-wrapper{margin-bottom:0}.styles-module__toolbarClassName--OyKv5 .rdw-block-wrapper{margin-left:16px;position:relative}.styles-module__toolbarClassName--OyKv5 .rdw-block-wrapper::before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#d8d9da;z-index:2}.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-selectedtext{position:relative;color:#898c90;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:20px;display:block;padding:5px 15px 5px 2px}.styles-module__toolbarClassName--OyKv5 .rdw-option-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-option-wrapper:hover{border:0;box-shadow:none;background-color:rgba(0,0,0,0)}.styles-module__toolbarClassName--OyKv5 .rdw-inline-dropdown{width:32px}.styles-module__toolbarClassName--OyKv5 .rdw-list-dropdown{width:40px}.styles-module__toolbarClassName--OyKv5 .rdw-link-dropdown{width:40px}.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-optionwrapper{box-shadow:0 2px 6px rgba(37,38,39,.15);overflow-y:auto}.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-carettoclose,.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-carettoopen{border:solid #898c90;border-width:0 1px 1px 0;display:inline-block;padding:3px;transition:.2s ease-in-out;transform-origin:center;right:4px;top:calc(50% - 5px)}.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-carettoopen{transform:rotate(45deg)}.styles-module__toolbarClassName--OyKv5 .rdw-dropdown-carettoclose{transform:rotate(-135deg) translate(-3px, -3px)}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-modal,.styles-module__toolbarClassName--OyKv5 .rdw-emoji-modal,.styles-module__toolbarClassName--OyKv5 .rdw-link-modal{transform:translateX(-50%);padding:10px}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-modal{height:auto}.styles-module__toolbarClassName--OyKv5 .rdw-emoji-modal{width:214px}.styles-module__toolbarClassName--OyKv5 .rdw-link-modal .rdw-link-modal-input,.styles-module__toolbarClassName--OyKv5 .rdw-link-modal .rdw-link-modal-target-option{margin-bottom:8px}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-modal .rdw-colorpicker-modal-options{display:flex;justify-content:space-between;flex-wrap:wrap}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-modal-options{overflow:auto}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-cube{border:1px solid #f2f2f3;border-radius:4px}.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-cube:hover{border-color:#898c90}.styles-module__toolbarClassName--OyKv5 .rdw-emoji-wrapper .rdw-option-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-history-wrapper .rdw-option-wrapper,.styles-module__toolbarClassName--OyKv5 .rdw-colorpicker-wrapper .rdw-option-wrapper{margin:0;height:100%}.styles-module__toolbarClassName--OyKv5 .rdw-link-modal{height:auto}.styles-module__editorClassName--xkSJI{padding:0px 10px 5px;max-height:250px;min-height:150px;overflow:auto;line-height:1.35;color:#252627}.styles-module__editorClassName--xkSJI .public-DraftStyleDefault-block{margin:8px 0}.styles-module__editorClassName--xkSJI .public-DraftEditorPlaceholder-root{margin-top:8px}.styles-module__editorClassName--xkSJI .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{display:flex;align-items:center;justify-content:center;height:auto;left:-25px}.ant-legacy-form-item-control{line-height:1.7}
.radio-module__buttonGroup--Obk5n{display:flex;gap:8px}.radio-module__buttonGroup--Obk5n .radio-module__radioButton--jvjJV{padding:0 8px;border:0 !important;border-radius:4px;outline:none !important;box-shadow:none !important}.radio-module__buttonGroup--Obk5n .radio-module__radioButton--jvjJV::before{content:none}.radio-module__buttonGroup--Obk5n .ant-radio-button-wrapper-checked{background-color:#d2f7f9 !important;color:#16969c !important}
.main-module__wrapDatePicker--A7xX4{max-width:unset}
.FeedbackSettings-module__inputWrapper--fiRfX{display:flex;gap:16px;margin-bottom:16px}
.select-type-module__root--kSKmo .select-type-module__text--nn_oQ{margin-bottom:24px}.select-type-module__root--kSKmo .select-type-module__types--SsyXY{display:grid;grid-template-columns:1fr 1fr;gap:16px}.select-type-module__root--kSKmo .select-type-module__card--B9rAy{padding:16px;min-height:140px;border-radius:5px;display:flex;flex-direction:column;cursor:pointer}.select-type-module__root--kSKmo .select-type-module__icon--hiSvo,.select-type-module__root--kSKmo .select-type-module__title--JkLyc{margin-bottom:8px}
.telegram-bot-module__root--swwW3{height:100%;display:flex;flex-direction:column}.telegram-bot-module__root--swwW3 .telegram-bot-module__m24--qDT_A{margin-bottom:24px}.telegram-bot-module__root--swwW3 .telegram-bot-module__m0--RLnVS{margin-bottom:0}.telegram-bot-module__root--swwW3 .telegram-bot-module__button--IDh0Q{width:100%}
.sla-module__title--AlvgJ{margin-bottom:16px !important}.sla-module__subtitle--xNlJ0{margin-bottom:4px !important}.sla-module__text--etSV7{display:block;margin-bottom:16px}.sla-module__inputWrapper--VMbry{display:flex;gap:16px;margin-bottom:16px}
.update-password-email-module__submitBtn--g9yPA{display:flex;align-items:center;margin-left:auto}
.common-channel-module__root--rCGJZ{display:flex;flex-direction:column;height:100%}.common-channel-module__root--rCGJZ .common-channel-module__mb24--AI2jY{margin-bottom:24px}.common-channel-module__root--rCGJZ .common-channel-module__button--A1nNC{width:100%}.common-channel-module__root--rCGJZ .common-channel-module__statusEmailError--AgOfh{display:flex;align-items:center;margin-bottom:15px}.common-channel-module__root--rCGJZ .common-channel-module__statusEmailError--AgOfh .common-channel-module__updateAuthBtn--Qqu3h{font-size:12px;padding:0;height:auto}.common-channel-module__root--rCGJZ .common-channel-module__source--miw2B{margin:0}
.code-copy-module__root--z41Vq{position:relative;margin-bottom:16px}.code-copy-module__root--z41Vq .code-copy-module__textarea--UOWB1{resize:none;background-color:#f2f2f3;border:1px solid #a3a5a8;padding:10px 20px;padding-right:120px}.code-copy-module__root--z41Vq .code-copy-module__textarea--UOWB1[disabled]:hover{border:1px solid #a3a5a8}.code-copy-module__root--z41Vq .code-copy-module__btnCopy--XXJKU{position:absolute;bottom:10px;right:10px;z-index:2}
.integrations-module__root--u1IcD{flex:auto;display:flex;flex-direction:column;height:calc(100% - 110px)}.integrations-module__root--u1IcD .integrations-module__admin--FAeWB{padding:0}.integrations-module__root--u1IcD .integrations-module__emptyWrap--ljpU7{display:flex;height:100%}.integrations-module__root--u1IcD .integrations-module__adminName--TFxWa{font-weight:normal;font-size:14px;word-break:break-word}.integrations-module__root--u1IcD .integrations-module__notConnectedRow--Finof{background-color:#f2f2f3}.integrations-module__root--u1IcD .integrations-module__pointer--_aU9Y{cursor:pointer}.integrations-module__root--u1IcD .integrations-module__trash--SPmb2{height:auto;padding:0;border:none;background:rgba(0,0,0,0)}.integrations-module__root--u1IcD .integrations-module__kind--buBn4{display:flex;align-items:center}.integrations-module__root--u1IcD .integrations-module__kind--buBn4 .integrations-module__icon--Qncml{margin-right:4px}.integrations-module__root--u1IcD .integrations-module__kind--buBn4 .integrations-module__icon--Qncml svg{border-radius:50%}.integrations-module__root--u1IcD .integrations-module__switchWrapError--I0Ca5{display:flex;align-items:center;gap:16px}:root .integrations-module__table--oHcaN{flex:auto}:root .integrations-module__table--oHcaN .ant-table .ant-table-column-title{text-transform:uppercase}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
  background-color: #fff;
  border-color: #F5120A;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
  border-color: #ff4133;
  box-shadow: 0 0 0 2px rgba(245, 18, 10, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-error.ant-picker .ant-picker-active-bar {
  background: #ff4133;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
  background-color: #fff;
  border-color: #faad14;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
  background: #ffc53d;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 6px 11px 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #D8D9DA;
  border-radius: 4px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #32a6a8;
  border-right-width: 1px;
}
.ant-picker-focused {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #D8D9DA;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 6px 11px;
  color: #252627;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #A3A5A8;
  border-radius: 4px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::placeholder {
  color: #898C90;
  user-select: none;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #32a6a8;
  border-right-width: 1px;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #32a6a8;
  box-shadow: 0 0 0 2px rgba(22, 150, 156, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #A3A5A8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #A3A5A8;
  border-right-width: 1px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 36px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 0px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #898C90;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 0px 7px 0px;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: rgba(12, 13, 13, 0.45);
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: rgba(12, 13, 13, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #16969C;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.03333333px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.03333333px;
  display: block;
  transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 5.33333333px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #16969C;
  background: #cedbda;
  border-color: #78c2be;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-left: 16.5px;
  box-shadow: 2px 2px 6px -2px rgba(12, 13, 13, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-picker-range-arrow::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -7px -7px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 6.535533905932738 17.464466094067262 A 5 5 0 0 1 10.071067811865476 16 L 14 16 A 2 2 0 0 0 16 14 L 16 10.071067811865476 A 5 5 0 0 1 17.464466094067262 6.535533905932738 L 16.464466094067262 6.535533905932738 L 6.535533905932738 16.464466094067262 Z');
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  margin-right: -1px;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
  margin-left: -1px;
}
.ant-picker-compact-item:hover,
.ant-picker-compact-item:focus,
.ant-picker-compact-item:active {
  z-index: 2;
}
.ant-picker-compact-item.ant-picker-focused {
  z-index: 2;
}
.ant-picker-compact-item[disabled] {
  z-index: 0;
}
.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
  border-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #16969C;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(12, 13, 13, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: #252627;
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #16969C;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: #252627;
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: #252627;
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #16969C;
  border-radius: 4px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #cedbda;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #FFFFFF;
  background: #16969C;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #cedbda;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #35dbe3;
  border-bottom: 1px dashed #35dbe3;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #78e7ec;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #78e7ec;
  transition: all 0.3s;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #35dbe3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #35dbe3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #16969C;
}
.ant-picker-today-btn:hover {
  color: #138186;
}
.ant-picker-today-btn:active {
  color: #138186;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #35dbe3;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #35dbe3;
  border-radius: 0 4px 4px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #35dbe3;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #35dbe3;
  border-radius: 4px 0 0 4px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #16969C;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #FFFFFF;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #FFFFFF;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(206, 219, 218, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: #252627;
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #cedbda;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #35dbe3;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #35dbe3;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #35dbe3;
  border-left: 1px dashed #35dbe3;
  border-radius: 4px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}

.time-picker-module__popup--qs3aw ul{padding-top:0;padding-bottom:0}
.operator-hours-module__title--XZ0uL{margin-bottom:16px !important}.operator-hours-module__subtitle--XMLHz{margin-bottom:4px !important;margin-top:16px}.operator-hours-module__radio--Knf6C{margin-top:16px}.operator-hours-module__container--H_fEF{display:flex;flex-direction:column;gap:8px}.operator-hours-module__container--H_fEF .operator-hours-module__rootCheckbox--CAXnQ{margin:0;padding-top:8px}.operator-hours-module__container--H_fEF .operator-hours-module__rootCheckbox--CAXnQ .operator-hours-module__checkbox--F6bdM{display:flex;align-items:center;margin:0}.operator-hours-module__container--H_fEF .operator-hours-module__day--jKJdq{display:flex;align-items:flex-start;justify-content:space-between}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz{display:flex;align-items:center;flex-direction:column;gap:8px;position:relative}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__mb32--Fj2nT{margin-bottom:32px}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__errorMessage--_0WkW{position:absolute}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__rowTimepicker--AMtbM{display:flex;gap:8px}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__timepicker--AOv8b{display:flex;align-items:center;border:1px solid #a3a5a8;border-radius:5px}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__timepicker--AOv8b .operator-hours-module__inputTimepicker--B9bws{margin:0}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__timepicker--AOv8b .ant-time-picker-input{border:none;background-color:rgba(0,0,0,0)}.operator-hours-module__container--H_fEF .operator-hours-module__timepickerWrap--CEUEz .operator-hours-module__addIntervalBtn--yc66n{padding:0}
.telegram-channel-module__textareaItem--Jraky{margin:0}.telegram-channel-module__textarea--hkIhb{resize:none}.telegram-channel-module__mb24--KDdSL{margin:0 0 24px !important}.telegram-channel-module__mb16--zZzts{margin:0 0 16px !important}.telegram-channel-module__codeCopy--fQizX{margin-bottom:20px}.telegram-channel-module__hiddenFiled--R7KQu{display:none}.telegram-channel-module__tooltip--dGlZc{display:flex;align-items:center;gap:8px}.telegram-channel-module__editor--fqVyw{margin-top:24px}
.telegram-number-channel-module__root--EzXAI{height:100%;display:flex;flex-direction:column}.telegram-number-channel-module__root--EzXAI .telegram-number-channel-module__m24--Qy4IM{margin-bottom:24px}.telegram-number-channel-module__root--EzXAI .telegram-number-channel-module__m0--O5U1e{margin-bottom:0}.telegram-number-channel-module__root--EzXAI .telegram-number-channel-module__button--fmYbV{width:100%}.telegram-number-channel-module__codeInput--mSmPI{margin-bottom:3px !important}.telegram-number-channel-module__statusEmailError--nYyO8{display:flex;align-items:center;margin-bottom:16px !important}.telegram-number-channel-module__statusEmailError--nYyO8 .telegram-number-channel-module__updateAuthBtn--xGEd1{font-size:12px !important;padding:0 !important;height:auto !important}.telegram-number-channel-module__textareaItem--TMcgj{margin:0}.telegram-number-channel-module__textarea--dE3o4{resize:none}.telegram-number-channel-module__mb24--rG0Iw{margin:0 0 24px !important}.telegram-number-channel-module__mb16--JHRVP{margin:0 0 16px !important}.telegram-number-channel-module__mb0--XWkfV{margin-bottom:0 !important}.telegram-number-channel-module__codeCopy--KF8dc{margin-bottom:20px}.telegram-number-channel-module__tooltip--RREOp{display:flex;align-items:center;gap:8px}.telegram-number-channel-module__editor--b4hdc{margin-top:24px}
.SelectMethod-module__root--XOoxB{display:flex;flex-direction:column;width:100%;height:100%}.SelectMethod-module__actions--yI1UW{margin-top:auto;margin-bottom:24px;display:flex;justify-content:flex-end}
.creation-successed-module__root--oxanz .ant-modal-header{border-bottom:none}.creation-successed-module__root--oxanz .creation-successed-module__modalCodeCopy--gDDSZ{margin-bottom:20px}.creation-successed-module__root--oxanz .creation-successed-module__modalCodeCopy--gDDSZ textarea{border-color:#16969c;background-color:#d2f7f9;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:40px !important;line-height:1.8;padding-top:8px;color:#0c0d0d}.creation-successed-module__root--oxanz .creation-successed-module__modalCodeCopy--gDDSZ button{bottom:6px}.creation-successed-module__root--oxanz .creation-successed-module__textareaWrap--GIxZv{position:relative}.creation-successed-module__root--oxanz .creation-successed-module__textareaWrap--GIxZv .creation-successed-module__textarea--haYwJ{resize:none;padding:10px 20px;padding-right:120px;padding-top:8px;border-color:#16969c;background-color:#d2f7f9;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:40px !important;line-height:1.7;color:#0c0d0d}.creation-successed-module__root--oxanz .creation-successed-module__textareaWrap--GIxZv .creation-successed-module__btnCopy--DFzRA{position:absolute;bottom:8px;right:10px;z-index:2}.creation-successed-module__root--oxanz .creation-successed-module__buttons--BmmXg{display:flex;align-items:center;justify-content:center;gap:20px;max-width:300px;margin:0 auto}.creation-successed-module__root--oxanz .creation-successed-module__buttons--BmmXg button{width:100%}
.website-channel-module__root--GZ_PV{display:flex;flex-direction:column}.website-channel-module__root--GZ_PV .ant-radio-button-wrapper::before{display:none}.website-channel-module__root--GZ_PV .website-channel-module__form--KKOWT{margin-bottom:24px}.website-channel-module__root--GZ_PV .website-channel-module__grayColor--sz1Xr{color:#57595c}.website-channel-module__root--GZ_PV .website-channel-module__dangerPanel--oDAKf{background-color:#fdd0ce;padding:8px 16px;border-radius:4px;border:1px solid #f5120a;margin-bottom:24px}.website-channel-module__root--GZ_PV .website-channel-module__sources--ttUx5{cursor:default}.website-channel-module__root--GZ_PV .website-channel-module__sources--ttUx5>i{display:none !important}.website-channel-module__root--GZ_PV .website-channel-module__welcomeMessageTitle--j_t1F{display:flex;align-items:center;gap:8px;margin:0 0 16px}.website-channel-module__root--GZ_PV .website-channel-module__appearance--sW2jB{margin:24px 0 16px;display:flex;align-items:center;justify-content:space-between}.website-channel-module__textareaWrap--z01Rq{position:relative;margin-bottom:16px}.website-channel-module__textareaWrap--z01Rq .website-channel-module__textarea--bv4er{resize:none;background-color:rgba(242,242,243,.4);border:1px solid rgba(216,217,218,.7);padding:10px 20px;padding-right:120px}.website-channel-module__textareaWrap--z01Rq .website-channel-module__btnCopy--eKRLD{position:absolute;bottom:10px;right:10px;z-index:2}.website-channel-module__textareaWrap--z01Rq.website-channel-module__modalCodeCopy--OEr2q .website-channel-module__textarea--bv4er{border-color:#16969c;background-color:#d2f7f9;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:40px !important;line-height:1.8;padding-top:8px;color:#0c0d0d}.website-channel-module__textareaWrap--z01Rq.website-channel-module__modalCodeCopy--OEr2q .website-channel-module__btnCopy--eKRLD{bottom:6px}.website-channel-module__modal--Yi2mk .ant-modal-header{border-bottom:none}.website-channel-module__radioItem--qal8n>span{display:flex;align-items:center;justify-content:center}
.email-service-module__root--qsPKF{display:flex;flex-direction:column;height:100%}.email-service-module__root--qsPKF .email-service-module__service--ekDkZ{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#d2f7f9;margin:-24px -24px 24px}.email-service-module__root--qsPKF .email-service-module__service--ekDkZ .email-service-module__title--mC7Zg,.email-service-module__root--qsPKF .email-service-module__service--ekDkZ .email-service-module__serviceSelect--U_MLX{margin-bottom:0}.email-service-module__root--qsPKF .email-service-module__service--ekDkZ .email-service-module__serviceSelect--U_MLX{min-width:240px;margin-bottom:0}.email-service-module__root--qsPKF .email-service-module__service--ekDkZ .email-service-module__serviceOption--SstcF{display:flex;align-items:center}.email-service-module__root--qsPKF .email-service-module__service--ekDkZ .email-service-module__serviceOption--SstcF span{margin-left:8px}.email-service-module__root--qsPKF .email-service-module__portWrapper--lYJQ7{display:grid;grid-template-columns:1fr 1fr;gap:16px}.email-service-module__root--qsPKF .email-service-module__portWrapper--lYJQ7 .email-service-module__sslItem--eXYSk>span{visibility:hidden}.email-service-module__root--qsPKF .email-service-module__portWrapper--lYJQ7 .email-service-module__sslItem--eXYSk .email-service-module__ssl--YjaP6{height:36px;display:flex;align-items:center}.email-service-module__root--qsPKF .email-service-module__instructionContainer--OroF9{display:flex;align-items:center;gap:2px;margin-bottom:16px}.email-service-module__root--qsPKF .email-service-module__instructionContainer--OroF9 .email-service-module__instructionIconWrap--GqU9N{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:#fda402}.email-service-module__root--qsPKF .email-service-module__instructionBtn--Ltqul{height:auto;padding:0;line-height:1;text-align:left;color:#0d5659 !important;font-size:16px}.email-service-module__root--qsPKF .email-service-module__btn--oYVIX{width:100%}.email-service-module__instructions--wk7M9{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.email-channel-module__welcomeMessageTitle--E0gHb{display:flex;align-items:center;gap:8px;margin:0 0 16px !important}
.add-field-modal-module__modal--roA2k{padding:24px}.add-field-modal-module__modal--roA2k .add-field-modal-module__input--Y2kdR{margin-bottom:24px}.add-field-modal-module__modal--roA2k .add-field-modal-module__button--oDxKl{display:block;margin-left:auto}
.editable-inputs-module__root--S4NAP{display:flex;gap:16px;align-items:center;margin-bottom:16px}.editable-inputs-module__root--S4NAP .editable-inputs-module__fieldName--YePHJ{width:100%;margin:0}.editable-inputs-module__fieldsWrap--DU3yF{display:flex;align-items:center}.editable-inputs-module__fieldsWrap--DU3yF .editable-inputs-module__input--o8KMY{display:none;margin:0}.editable-inputs-module__switch--L1aHx{margin-left:16px}.editable-inputs-module__remove--ILNyM{height:auto;padding:0;margin:-10px 0 0 4px}.editable-inputs-module__append--nZHhH{font-size:16px;display:flex;align-items:center;margin-bottom:20px;padding:0}.editable-inputs-module__dropdownOverlay--TqNkD{min-width:unset}
.website-form-channel-module__root--w5Y1B{display:flex;flex-direction:column;margin-top:24px}.website-form-channel-module__root--w5Y1B .ant-upload{width:100%}.website-form-channel-module__root--w5Y1B .website-form-channel-module__title--n4yKp{margin-bottom:16px;margin-top:0}.website-form-channel-module__root--w5Y1B .website-form-channel-module__input--cxoBI{margin-bottom:20px}.website-form-channel-module__root--w5Y1B .website-form-channel-module__wrapperBtn--VyHCx{display:grid;grid-template-columns:1fr 1fr;gap:16px}.website-form-channel-module__root--w5Y1B .website-form-channel-module__submitBtn--z58LD{width:100%}.website-form-channel-module__root--w5Y1B .website-form-channel-module__uploadBtn--_7k1e{margin-bottom:4px}.website-form-channel-module__root--w5Y1B .website-form-channel-module__logoInfo--Dy87I{text-align:center}.website-form-channel-module__root--w5Y1B .website-form-channel-module__modalCodeCopy--XnqsW{margin-bottom:20px}.website-form-channel-module__root--w5Y1B .website-form-channel-module__modalCodeCopy--XnqsW textarea{display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:30px !important;line-height:1.8;padding-top:5px;color:#0c0d0d}.website-form-channel-module__root--w5Y1B .website-form-channel-module__appearance--c84YZ{display:flex;justify-content:space-between;align-items:center}.website-form-channel-module__root--w5Y1B .website-form-channel-module__appearance--c84YZ .website-form-channel-module__languageSelect--vLLrn{text-transform:capitalize}
.website-form-module__root--_pxg7{display:flex;flex-direction:column;max-width:500px;padding:24px;border-radius:5px;text-align:center}.website-form-module__root--_pxg7 .website-form-module__title--zzcK1{word-wrap:break-word;text-align:center;margin-bottom:16px}.website-form-module__root--_pxg7 .website-form-module__description--B6CKw{margin-bottom:16px}.website-form-module__root--_pxg7 .website-form-module__privacy--KyKsz{margin-top:auto}.website-form-module__root--_pxg7 .website-form-module__privacy--KyKsz .website-form-module__checkbox--ndzyX{display:flex}.website-form-module__root--_pxg7 .website-form-module__privacy--KyKsz .website-form-module__checkbox--ndzyX .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--background-button);border-color:var(--background-button)}.website-form-module__root--_pxg7 .website-form-module__privacy--KyKsz .website-form-module__text--uwPET{display:block;font-size:10px}.website-form-module__root--_pxg7 .website-form-module__privacy--KyKsz .website-form-module__link--mT81b{font-weight:600}.website-form-module__root--_pxg7 .website-form-module__submitBtn--TXl_T{display:flex;align-items:center;margin:0 auto;border:none;color:#fff;overflow:hidden;max-width:100%}.website-form-module__root--_pxg7 .website-form-module__submitBtn--TXl_T .website-form-module__btnText--yixPA{display:block;font-weight:600;color:#fff}.website-form-module__root--_pxg7 input:disabled,.website-form-module__root--_pxg7 textarea:disabled{background:#fff}.website-form-module__root--_pxg7 .website-form-module__phone--EwAaS{text-align:left}.website-form-module__root--_pxg7 .website-form-module__phone--EwAaS span{text-align:center}.website-form-module__root--_pxg7 .website-form-module__textarea--LkqGZ{resize:none}.website-form-module__footer--o2zje{margin-top:8px}.website-form-module__logo--Qtokr{margin-bottom:32px}.website-form-module__logo--Qtokr svg{width:180px;height:40px}.website-form-module__customLogo--ahdK5{max-width:180px;max-height:180px;margin-bottom:32px}.website-form-module__attachFile--Bz4vV{text-align:left;padding:0}.website-form-module__attachBtnDisabled--vVL2l{cursor:not-allowed}.website-form-module__attachBtn--FS74w{display:flex;align-items:center;padding:0}
.preview-module__page--Qi5GK{display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 620px);position:fixed;top:0;z-index:1000;left:0;min-height:100%;padding:16px}.preview-module__page--Qi5GK .preview-module__backgroundImage--VZD4U{position:absolute;min-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;z-index:-1}
.whatsapp-channel-module__root--odCMs{height:100%;display:flex;flex-direction:column}.whatsapp-channel-module__root--odCMs .ant-divider-horizontal{min-height:1px}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__button--FhLi6{width:100%}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__statusEmailError--oWG15{display:flex;align-items:center}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__statusEmailError--oWG15 .whatsapp-channel-module__updateAuthBtn--kPDXS{font-size:12px;padding:0;height:auto}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__mb0--sCLAH{margin-bottom:0 !important}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__mt16--IFwsa{margin-top:16px}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__mb16--ElNra{margin-bottom:16px}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__tooltip--wmRPc{display:flex;align-items:center;gap:8px}.whatsapp-channel-module__root--odCMs .whatsapp-channel-module__editor--ulqd9{margin-top:16px}
.whatsapp-auth-module__content--qjldN{display:flex;gap:48px;justify-content:space-between;align-items:center}.whatsapp-auth-module__moreDetailBtn--ss7bQ{height:auto;margin:16px 0 0;padding:0;font-size:16px}.whatsapp-auth-module__mb0--I3sJc{margin-bottom:2px !important}.whatsapp-auth-module__loadingText--SxpUv{text-align:center;display:block;max-width:207px}.whatsapp-auth-module__spin--NFXXP{text-align:center}.whatsapp-auth-module__fadeOut--rzbhD{-webkit-animation:whatsapp-auth-module__fade-out--I8R_Y 12s ease-out both;animation:whatsapp-auth-module__fadeOut--rzbhD 12s ease-out both}@keyframes whatsapp-auth-module__fadeOut--rzbhD{0%{opacity:1}100%{opacity:0}}
.SyncForm-module__root--iahUh{display:flex;flex-direction:column;height:100%;margin-bottom:24px}.SyncForm-module__root--iahUh .SyncForm-module__instructions--vfDqL{background-color:#ffedcc;border:1px solid #fda402;border-radius:4px;margin-bottom:24px;padding:8px 16px}.SyncForm-module__root--iahUh .SyncForm-module__instructions--vfDqL a{color:#16969c}.SyncForm-module__root--iahUh .SyncForm-module__copyKey--YtLrs{align-items:flex-end;display:flex;margin-bottom:16px}
.submit-wrapper-module__root--CMPFy{padding:16px 24px;background-color:#fff;position:sticky;bottom:0;margin:auto -24px 0;z-index:2}
.ChannelForm-module__root--MtYKN{display:flex;flex-direction:column;height:100%}.ChannelForm-module__root--MtYKN .ChannelForm-module__contentRow--Ifg0z{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.ChannelForm-module__root--MtYKN .ChannelForm-module__contentRowItem--XaSak{margin-bottom:0}.ChannelForm-module__root--MtYKN .ChannelForm-module__copyKey--QXJ8p{align-items:flex-end;display:flex}.ChannelForm-module__root--MtYKN .ChannelForm-module__iconButton--XOJvZ{align-items:center;border:none;color:#138186 !important;display:flex;font-size:14px;font-weight:600 !important;padding:0}.ChannelForm-module__root--MtYKN .ChannelForm-module__telephonyUsersWrapper--CYMSX{display:flex;flex-direction:column;row-gap:16px}.ChannelForm-module__root--MtYKN .ChannelForm-module__telephonyUsersList--_gf_r{display:flex;flex-direction:column;row-gap:16px}.ChannelForm-module__root--MtYKN .ChannelForm-module__telephoneUserSelect--_wSwY{align-items:flex-end;display:flex;column-gap:16px}.ChannelForm-module__root--MtYKN .ChannelForm-module__customSelect--sRiAR,.ChannelForm-module__root--MtYKN .ChannelForm-module__employeeSelect--gShzM{min-width:258px;width:100%}.ChannelForm-module__root--MtYKN .ChannelForm-module__button--Yi9VS{margin-top:auto;min-height:36px;width:100%}
.ExternalChannel-module__tooltip--3jP7_{display:flex;align-items:center;gap:8px}.ExternalChannel-module__editor--z_OON{margin-top:24px}.ExternalChannel-module__mb24--DpCVa{margin:0 0 24px !important}.ExternalChannel-module__mb16--M4ZQL{margin:0 0 16px !important}
.ExternalCheckUrl-module__root--ShZiK{display:flex;flex-direction:column;height:100%;margin-bottom:24px}.ExternalCheckUrl-module__instructions--mEF2c{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.workspace-select-module__root--u1HoL .ant-select-arrow{margin-top:-8px}.workspace-select-module__root--u1HoL .ant-select-selection{border-color:#a3a5a8}.workspace-select-module__root--u1HoL .ant-select-selection:hover{border-color:#16969c}
.members-field-module__iconButton--Z2gr7{align-items:center;border:none;color:#138186 !important;display:flex;font-size:14px;font-weight:600 !important;padding:0}.members-field-module__withHint--EWKCV .ant-row.ant-form-item{margin-bottom:8px}.members-field-module__spin--ETG_h{position:absolute;top:30px;right:0;left:0}
.styles-module__root--YoLVQ{display:flex;flex-direction:column}.styles-module__root--YoLVQ .styles-module__relationsSelect--KEiMY label::after{display:none}.styles-module__root--YoLVQ .styles-module__projectFields--PRKf7{margin-top:16px;display:flex;flex-direction:column}.styles-module__root--YoLVQ .styles-module__fieldsWrap--RBaOR{padding:15px 25px 22px}.styles-module__root--YoLVQ .styles-module__fieldsWrap--RBaOR .styles-module__description--ishrI{margin-bottom:16px}.styles-module__root--YoLVQ .styles-module__fieldsWrap--RBaOR .styles-module__description--ishrI .ant-form-explain{margin-top:-6px;position:absolute}.styles-module__root--YoLVQ .styles-module__fieldsWrap--RBaOR .styles-module__description--ishrI .ant-form-item{margin-bottom:16px !important}.styles-module__root--YoLVQ .styles-module__fieldsWrap--RBaOR .has-error .ant-form-explain{margin-top:4px}.styles-module__root--YoLVQ .styles-module__fieldsWrap--RBaOR .has-error [class*=control]{border-color:#f9716c}.styles-module__root--YoLVQ .styles-module__subTitle--Lxkw1{font-size:16px;line-height:1.375;font-weight:bold}.styles-module__root--YoLVQ .styles-module__block--LpMdZ{display:block;margin-top:9px}.styles-module__root--YoLVQ .styles-module__members--ity97 .ant-row.ant-form-item{margin-bottom:9px}.styles-module__root--YoLVQ .styles-module__withHint--cXtyz .ant-row.ant-form-item{margin-bottom:8px}.styles-module__root--YoLVQ .styles-module__letterKind--y0eTp{width:240px;margin-top:10px}.styles-module__root--YoLVQ .styles-module__dates--JdKOT .styles-module__btnDelete--Fw4y1{top:25px}.styles-module__root--YoLVQ .styles-module__dateContainer--dDlxd{display:flex;align-items:center}.styles-module__root--YoLVQ .styles-module__datePicker--RyqBQ{min-width:150px;max-width:170px}.styles-module__root--YoLVQ .styles-module__field--Z7y4z,.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L{position:relative}.styles-module__root--YoLVQ .styles-module__field--Z7y4z .styles-module__btnDelete--Fw4y1,.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L .styles-module__btnDelete--Fw4y1{width:20px;height:38px;position:absolute;right:-22px;top:20px;opacity:0;transition:.2s ease-in-out}.styles-module__root--YoLVQ .styles-module__field--Z7y4z .styles-module__btnDelete--Fw4y1>i,.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L .styles-module__btnDelete--Fw4y1>i{display:flex}.styles-module__root--YoLVQ .styles-module__field--Z7y4z:hover .styles-module__btnDelete--Fw4y1,.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L:hover .styles-module__btnDelete--Fw4y1{opacity:1}.styles-module__root--YoLVQ .styles-module__field--Z7y4z::after,.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L::after{content:"";position:absolute;width:11px;height:20px;top:51%;right:-11px}.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L{position:relative;padding-right:25px}.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L .styles-module__btnDelete--Fw4y1{right:2px}.styles-module__root--YoLVQ .styles-module__dateStart--hyI6L:hover .styles-module__btnDelete--Fw4y1{opacity:1}.styles-module__root--YoLVQ .styles-module__timeset--CrJPn{display:flex}.styles-module__root--YoLVQ .styles-module__timeset--CrJPn .ant-input{width:72px;margin-right:15px}.styles-module__root--YoLVQ .styles-module__visibleCalendarBtn--Oubz7{width:100%;margin-bottom:16px}.styles-module__root--YoLVQ .styles-module__divider--nfKfq{margin:0;margin-bottom:25px;background:rgba(22,150,156,.2);height:2px}.styles-module__root--YoLVQ .styles-module__actionsWrap--PgU0p{align-self:flex-start;margin-left:25px}.styles-module__root--YoLVQ .styles-module__btnDropdown--bmGak{margin-right:auto;padding-left:0;font-size:16px;display:flex;align-items:center}.styles-module__root--YoLVQ .styles-module__dropdownOverlay--uAY6z{left:20px;margin-left:30px}.styles-module__root--YoLVQ .styles-module__footerActions--D7wre{display:flex;align-items:center;justify-content:space-between;margin:25px}.styles-module__root--YoLVQ .styles-module__typeTaskSelect--LkKAj{background-color:#d2f7f9;display:flex;justify-content:space-between;align-items:center;padding:15px 25px}.styles-module__root--YoLVQ .styles-module__typeTaskSelect--LkKAj .styles-module__text--FUeYe{font-weight:bold}.styles-module__root--YoLVQ .styles-module__typeTaskSelect--LkKAj .ant-row.ant-form-item{margin-bottom:0}.styles-module__root--YoLVQ .styles-module__select--M_n3I{width:200px}.styles-module__root--YoLVQ .styles-module__flexWrap--bIdQF{display:flex;flex-wrap:wrap}.styles-module__root--YoLVQ .styles-module__flexWrap--bIdQF .styles-module__item--lDovE{margin-bottom:6px}.styles-module__root--YoLVQ .styles-module__flexWrap--bIdQF .styles-module__location--KqZGl{flex-grow:1;flex-basis:50%;margin-right:20px}.styles-module__root--YoLVQ .styles-module__slaAlert--a42GU{margin-bottom:16px}.styles-module__mentionWrap--tXdTO{z-index:1000}
.styles-module__root--vUmw7 .ant-drawer-header .ant-drawer-title{font-weight:600;font-size:20px}.styles-module__root--vUmw7 .styles-module__stepsContainer--JYJni{height:100%}.styles-module__root--vUmw7 .styles-module__stepsContainer--JYJni .styles-module__stepsContent--cyTii{height:100%}
.dialog-option-module__root--G6shK{width:100%;display:flex;align-items:center;overflow:hidden}.dialog-option-module__root--G6shK .dialog-option-module__content--JsVEW{display:flex;flex-direction:column}.dialog-option-module__root--G6shK .dialog-option-module__content--JsVEW .dialog-option-module__textPrimary--o8Yfh{color:#16969c}.dialog-option-module__root--G6shK .dialog-option-module__channelIcon--glRn8{transform:translate(50%, -50%) !important}.dialog-option-module__root--G6shK .dialog-option-module__channelIcon--glRn8 svg{border-radius:50%}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 10px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  margin-left: -2px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #78c2be;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #78c2be;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle-dragging {
  z-index: 1;
}
.ant-slider-handle:focus {
  border-color: #45abb0;
  outline: none;
  box-shadow: 0 0 0 5px rgba(22, 150, 156, 0.12);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #16969C;
}
.ant-slider-handle::after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: '';
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #53b5b3;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #53b5b3;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(12, 13, 13, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  user-select: none;
}
.ant-slider-mark-text-active {
  color: #252627;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot-active {
  border-color: #8bcbce;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-rail {
  background-color: #f5f5f5 !important;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-slider-rtl {
  direction: rtl;
}
.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}

.relations-select-module__root--FxJ2k{margin-bottom:4px}.relations-select-module__channelIcon--izoBY{transform:translate(50%, -50%) !important}.relations-select-module__channelIcon--izoBY svg{border-radius:50%}
.react-tel-input{font-family:'Roboto',sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0 !important;margin-bottom:0 !important;padding-left:48px;margin-left:0;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#FAF0F0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#FAF0F0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px rgba(0,0,0,0.35);background-color:white;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}
.search-by-select-module__root--zb0nD{display:flex;align-items:center;flex-shrink:0}.search-by-select-module__root--zb0nD .search-by-select-module__select--X9OP4{border:none;background-color:rgba(0,0,0,0);min-height:auto;padding:0 4px}.search-by-select-module__root--zb0nD .search-by-select-module__overlay--nJ1ej{min-width:min-content}
.phone-input-module__root--Ya9v_{font-family:inherit;display:flex;align-items:center}.phone-input-module__root--Ya9v_.phone-input-module__large--NzaSN .phone-input-module__input--lyzAK,.phone-input-module__root--Ya9v_.phone-input-module__large--NzaSN .flag-dropdown{height:40px}.phone-input-module__root--Ya9v_ input.phone-input-module__input--lyzAK{border-color:#a3a5a8;border-radius:4px;width:100%;padding:4px 11px;min-height:36px}.phone-input-module__root--Ya9v_ .phone-input-module__notErrors--foFu3:focus,.phone-input-module__root--Ya9v_ .phone-input-module__notErrors--foFu3:hover{border-color:#16969c}.phone-input-module__root--Ya9v_ .phone-input-module__notErrors--foFu3:focus{box-shadow:0 0 0 2px rgba(22,150,156,.2)}.phone-input-module__root--Ya9v_ div.flag-dropdown{position:initial;border:none;background-color:rgba(0,0,0,0);border-radius:0;order:-1;height:36px}.phone-input-module__root--Ya9v_ div.flag-dropdown .selected-flag,.phone-input-module__root--Ya9v_ div.flag-dropdown .selected-flag:focus{background-color:rgba(0,0,0,0)}.phone-input-module__root--Ya9v_ .flag-dropdown.open{z-index:4 !important;background-color:rgba(0,0,0,0)}.phone-input-module__root--Ya9v_ .flag-dropdown.open .selected-flag,.phone-input-module__root--Ya9v_ .flag-dropdown.open .selected-flag:focus{background-color:rgba(0,0,0,0)}.phone-input-module__root--Ya9v_ ul.country-list{width:100%;margin-top:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:4px}.phone-input-module__root--Ya9v_ ul.country-list .country:focus{outline:none}.phone-input-module__root--Ya9v_ .phone-input-module__disabled--slm4H{color:#a3a5a8;background-color:#f2f2f3}
.payment-card-module__root--qjsoG{display:flex;align-items:center;gap:4px}
.styles-module__successMessage--PT0kW{font-size:12px;color:#35bf5b;margin:-16px 0 16px 0}
.styles-module__successRoot--Njjjt{padding:40px 80px;text-align:center}@media(max-width: 576px){.styles-module__successRoot--Njjjt{padding:20px 16px}}.styles-module__successRoot--Njjjt .styles-module__icon--ZxZ1h{display:block;margin-bottom:24px}.styles-module__successRoot--Njjjt .styles-module__title--bqS70{text-align:center;font-weight:700;margin-bottom:24px}@media(max-width: 576px){.styles-module__successRoot--Njjjt .styles-module__title--bqS70{font-size:16px;font-weight:600}}.styles-module__successRoot--Njjjt .styles-module__text--slXMz{text-align:center;margin-bottom:24px}.styles-module__successRoot--Njjjt .styles-module__button--UP181{width:100%}.styles-module__modalWrap--lNLvs{top:20px}@media(max-width: 768px){.styles-module__modalWrap--lNLvs{top:-20px}}.styles-module__tooltip--aKuN1{max-width:230px}@media(max-width: 576px){.styles-module__tooltip--aKuN1{width:calc(100% - 64px);max-width:unset;left:32px !important;transform-origin:unset !important}}.styles-module__tooltip--aKuN1 .ant-tooltip-inner{text-align:center}
.styles-module__root--zqCX2{display:flex;flex-direction:column;max-width:480px}.styles-module__root--zqCX2 .styles-module__icon--_TOY4{display:flex;margin-bottom:24px;justify-content:center}.styles-module__root--zqCX2 .styles-module__title--rLypo{text-align:center;margin-bottom:24px;font-weight:700}@media(max-width: 576px){.styles-module__root--zqCX2 .styles-module__title--rLypo{font-size:16px}}.styles-module__root--zqCX2 .styles-module__text--sbMVF{text-align:center;color:#57595c}.styles-module__root--zqCX2 .styles-module__submit--M4VYq{width:100%}.styles-module__root--zqCX2 .styles-module__submit--M4VYq>span{width:100%;text-overflow:ellipsis;overflow:hidden;text-align:center;vertical-align:middle}
.price-input-module__prefix--zfLwq{margin-right:16px}.price-input-module__prefix--zfLwq .price-input-module__iconBtn--JLzXk{padding:0;margin:0;border:none}.price-input-module__inputWrap--TKx9_ input{padding-left:48px !important}
.template-title-module__root--MXHhp{display:flex;flex-direction:column}.template-title-module__root--MXHhp .template-title-module__textareaItem--WGfxQ{margin-bottom:24px}.template-title-module__root--MXHhp .template-title-module__textarea--iZBkJ{resize:none;margin-bottom:0 !important}.template-title-module__root--MXHhp .template-title-module__spin--rQnRC{align-self:flex-end}.template-title-module__root--MXHhp .template-title-module__spin--rQnRC>div{display:flex;gap:16px}.template-title-module__root--MXHhp .template-title-module__spin--rQnRC button{font-size:16px}
.save-as-template-module__root--wNLdL{padding:24px}
.filters-module__filter--JKP23{margin-bottom:15px;flex-shrink:0}.filters-module__switch--rYVSD{white-space:pre;text-align:left}.filters-module__spin--pClWf{margin-top:auto}.filters-module__spin--pClWf>div{display:flex;flex-direction:column;gap:16px}.filters-module__spin--pClWf>div button{width:100%}.filters-module__spin--pClWf>div button[disabled]{pointer-events:none}.filters-module__buildButton--qGfvw{font-size:16px}.filters-module__titleWrap--bPh35{background-color:#fff;padding:8px 20px;margin:0 -20px 16px}.filters-module__titleWrap--bPh35 .filters-module__title--L2tzT{margin-bottom:0}.filters-module__divider--uyVwX{margin:0 -20px 16px;width:calc(100% + 40px);flex-shrink:0}
.visualization-module__empty--dMl16{margin:auto;display:flex;flex-direction:column;align-items:center;gap:16px}.visualization-module__empty--dMl16 .visualization-module__title--arCIe{margin:0}.visualization-module__empty--dMl16 .visualization-module__description--IQJiX{text-align:center}.visualization-module__root--SJZ3L{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.visualization-module__root--SJZ3L .visualization-module__header--UAtTq{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.visualization-module__root--SJZ3L .visualization-module__header--UAtTq .visualization-module__chartTitle--iUUZW{margin-bottom:0}.visualization-module__root--SJZ3L .visualization-module__header--UAtTq .visualization-module__spin--IadYS>div{display:flex;gap:16px;margin-left:16px}.visualization-module__root--SJZ3L .visualization-module__header--UAtTq .visualization-module__button--apgcJ{display:flex;align-items:center;font-size:16px}:root .visualization-module__root--SJZ3L .visualization-renderer .ant-table{overflow:visible}:root .visualization-module__root--SJZ3L .ant-table-wrapper table{position:relative}:root .visualization-module__root--SJZ3L .ant-table-wrapper thead{position:sticky;top:0;z-index:10}:root .visualization-module__root--SJZ3L .ant-table-wrapper th{position:sticky;top:0;z-index:10}:root .visualization-module__root--SJZ3L .ant-table-wrapper .ant-table-column-title{display:flex}:root .visualization-module__root--SJZ3L .ant-table-wrapper .ant-table-row{background-color:#fff}:root .visualization-module__root--SJZ3L .ant-table-wrapper .ant-pagination{text-align:end}:root .visualization-module__root--SJZ3L .ant-table-wrapper table thead .anticon.off{opacity:1 !important}:root .visualization-module__root--SJZ3L .ant-table-wrapper .ant-table-column-title,:root .visualization-module__root--SJZ3L .ant-table-wrapper .ant-table-tbody td{text-align:left !important}:root .visualization-module__root--SJZ3L .ant-table-wrapper .ant-table-tbody td{padding:8px 15px !important}
.details-module__root--GICUI{padding:24px;display:flex;flex-direction:column;gap:24px;height:100%}.details-module__root--GICUI .details-module__back--V1e5Y{padding:0;height:auto;align-self:flex-start}.details-module__root--GICUI .details-module__header--OI6ze{display:flex;justify-content:space-between}.details-module__root--GICUI .details-module__actions--APFZI{display:flex;gap:8px 16px;margin-left:16px}.details-module__root--GICUI .details-module__titleWrap--a069n{display:flex;gap:8px}.details-module__root--GICUI .details-module__title--t8lVv{margin:0}.details-module__root--GICUI .details-module__collapse--FGrLa{margin-top:8px}.details-module__root--GICUI .details-module__collapse--FGrLa .ant-collapse-item{border:unset}.details-module__root--GICUI .details-module__collapse--FGrLa .ant-collapse-header{display:inline-flex;align-items:center;padding-left:0;font-size:16px;font-weight:600}.details-module__root--GICUI .details-module__collapse--FGrLa .ant-collapse-header>span{display:inline-block;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.details-module__root--GICUI .details-module__collapse--FGrLa i{font-size:18px !important;color:#898c90 !important}.details-module__root--GICUI .details-module__collapse--FGrLa .ant-collapse-content-box{padding:0}.details-module__root--GICUI .details-module__selectWrap--ypG1d{max-width:276px}.details-module__root--GICUI .details-module__option--UqSlT{display:flex;align-items:center}.details-module__filterSkeleton--w4GJx{display:flex;flex-direction:column;gap:16px}.details-module__visualizationSkeleton--wVSf5{max-width:unset;height:100%}.details-module__visualizationSkeleton--wVSf5 .details-module__row--YOBGY,.details-module__visualizationSkeleton--wVSf5 .details-module__row--YOBGY>li{height:100%}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #252627;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  margin-left: auto;
  padding: 16px 0;
  color: #252627;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid .ant-card-body {
  display: flex;
  flex-wrap: wrap;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 4px 4px 0 0;
}
.ant-card-actions {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  margin: 12px 0;
  color: rgba(12, 13, 13, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #16969C;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(12, 13, 13, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #16969C;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  display: flex;
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  flex: 1;
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(12, 13, 13, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(12, 13, 13, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}

.form-list-module__root--Onui2{width:100%}.form-list-module__root--Onui2 .ant-table-thead>tr>th,.form-list-module__root--Onui2 .ant-table-tbody>tr>td{padding:10px;border-right:none}.form-list-module__root--Onui2 .ant-table .ant-table-body table,.form-list-module__root--Onui2 .ant-table .ant-table-footer{border:none}.form-list-module__root--Onui2 .form-list-module__btn--KWZda:not(:last-child){margin-right:10px}.form-list-module__root--Onui2 .form-list-module__btnDanger--WvAzM{color:#f9716c;background-color:rgba(0,0,0,0);box-shadow:none;border:none}.form-list-module__table--Skvn4{margin-bottom:30px}.form-list-module__table--Skvn4 .ant-table-footer{display:none}.form-list-module__table--Skvn4 .ant-table-thead>tr>th{background-color:rgba(0,0,0,0)}.form-list-module__table--Skvn4.form-list-module__editable--Rmaum .form-list-module__cellWrap--eERAH{border:1px solid rgba(62,63,66,.7);border-radius:4px;padding:4px 10px;min-height:32px;line-height:22px;background-color:#fff;max-width:1500px}.form-list-module__table--Skvn4.form-list-module__editable--Rmaum .ant-table-footer{display:block}.form-list-module__table--Skvn4 .form-list-module__btnDelete--NyD5F{color:#252627}.form-list-module__version--wFGBY{display:flex;align-items:center;justify-content:space-between}.form-list-module__modal--u5TJl .ant-modal-content{padding:18px 24px 24px 24px}.form-list-module__modal--u5TJl .ant-modal-header{border-bottom:none;padding:24px;padding-top:0}.form-list-module__modal--u5TJl .ant-modal-title{text-align:center;font-size:20px}
.duplicate-check-module__button--D1zV7{background-color:#ffedcc;border:none;border-radius:4px;padding:4px 8px;height:auto;top:3px}.duplicate-check-module__button--D1zV7:hover,.duplicate-check-module__button--D1zV7:active,.duplicate-check-module__button--D1zV7:focus{color:#0c0d0d;background-color:#ffedcc}.duplicate-check-module__button--D1zV7 .duplicate-check-module__dot--UCC_7{position:relative;top:3px;margin-left:4px}.duplicate-check-module__button--D1zV7 .duplicate-check-module__dot--UCC_7 .ant-badge-dot{box-shadow:unset !important}.duplicate-check-module__table--xjik4{margin-top:24px}.duplicate-check-module__table--xjik4 .ant-table-body{overflow-x:auto !important;font-size:14px}.duplicate-check-module__table--xjik4 .ant-table-column-title{text-transform:uppercase}:root .duplicate-check-module__table--xjik4 .ant-table .ant-table-tbody>tr>td{padding:8px 16px !important}.duplicate-check-module__table--xjik4 .duplicate-check-module__buttonsWrap--BD86n{display:flex;align-items:center;justify-content:space-between}.duplicate-check-module__table--xjik4 .duplicate-check-module__buttonsWrap--BD86n .duplicate-check-module__btn--aEQdg{display:flex;align-items:center;height:auto;padding:0}.duplicate-check-module__table--xjik4 .duplicate-check-module__buttonsWrap--BD86n .duplicate-check-module__btn--aEQdg .duplicate-check-module__arrowLeft--hBfsw{transform:rotate(90deg) !important}.duplicate-check-module__table--xjik4 .duplicate-check-module__buttonsWrap--BD86n .duplicate-check-module__btn--aEQdg .duplicate-check-module__arrowRight--yNFho{transform:rotate(270deg) !important}.duplicate-check-module__sendButtons--Ko2z1{display:flex;align-items:center;gap:24px;margin-top:24px;justify-content:right}
:root .user-currency-select-module__root--SzpkW{padding-top:0;padding-bottom:0;border:none;background-color:rgba(0,0,0,0);color:#252627;min-height:auto;overflow:hidden}
.sub-menu-module__root--A8FvF{flex-shrink:0}.sub-menu-module__root--A8FvF a{color:inherit}.sub-menu-module__root--A8FvF .ant-tabs-tab-active{font-weight:600}.sub-menu-module__root--A8FvF .ant-tabs-tab{padding:0 !important}.sub-menu-module__root--A8FvF .ant-tabs-bar{margin-bottom:20px}
.filters-module__root--V8Tug{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:15px}.filters-module__root--V8Tug .filters-module__actionsOrdering--PzWV2{margin:0}.filters-module__root--V8Tug .filters-module__icon--pA3bd{width:12px}.filters-module__root--V8Tug .filters-module__btnWrapper--l4nld{flex:1 1 25%}.filters-module__root--V8Tug .filters-module__search--Rl_fI{flex:1 5 20%;min-width:370px}.filters-module__root--V8Tug .filters-module__itemsLayout--jM3YM{display:flex}.filters-module__root--V8Tug .filters-module__btnCreator--xTsyA{margin-right:auto}.filters-module__root--V8Tug .filters-module__right--FlMVN{display:flex;align-items:center;gap:16px;flex:1 5 auto}.filters-module__root--V8Tug .filters-module__btnFilter--ExIH4{display:flex;align-items:center}.filters-module__root--V8Tug .filters-module__btnFilter--ExIH4.filters-module__active--ApdEf{color:#16969c !important}:root .filters-module__groupTitle--eTQDa{margin-bottom:16px;padding:9px 25px;border-top:1px solid #f2f2f3;border-bottom:1px solid #f2f2f3;background-color:#fff;font-size:16px}.filters-module__filter--nFpeC{margin:0 20px 16px;flex-shrink:0}.filters-module__filter--nFpeC:first-child{margin-top:16px}.filters-module__divider--O4bqW{margin:0 0 16px}
.ActionsOrdering-module__root--vrEmT{display:flex;align-items:center;margin-bottom:10px}.ActionsOrdering-module__root--vrEmT .ActionsOrdering-module__flexWrap--iAGfi{display:flex;align-items:center}.ActionsOrdering-module__root--vrEmT .ActionsOrdering-module__btn--kLrR0{margin-right:24px;color:#252627;padding-left:0;cursor:pointer;display:flex}.ActionsOrdering-module__root--vrEmT .ActionsOrdering-module__btn--kLrR0:hover,.ActionsOrdering-module__root--vrEmT .ActionsOrdering-module__btn--kLrR0:focus{color:#252627}.ActionsOrdering-module__root--vrEmT .ActionsOrdering-module__btn--kLrR0 .ActionsOrdering-module__btnText--pgv8z{white-space:nowrap;margin-right:8px}
.all-module__root--WIIEp{padding:32px}.all-module__root--WIIEp .all-module__title--SocfR{margin-bottom:20px}.ant-pagination-disabled .anticon{color:#d8d9da}.all-module__menu--WsZzm>ul{background-color:#fafafa}
.views-module__root--SFRSk{padding:24px;display:flex;flex-direction:column;height:100%;overflow:hidden}
.templates-module__root--TGrF3{display:flex;flex-direction:column;gap:20px;height:100%;overflow:hidden}.templates-module__root--TGrF3 .templates-module__empty--OIovp{display:flex;flex-direction:column;align-items:center;margin:auto}.templates-module__root--TGrF3 .templates-module__empty--OIovp .templates-module__description--gM0Vo{margin-top:16px}
.filter-module__root--HQUXr{display:flex;flex-direction:column;width:100%;gap:16px}.filter-module__titleWrap--r5lrQ{background-color:#fff;padding:8px 20px;margin:0 -20px}.filter-module__titleWrap--r5lrQ .filter-module__title--mKq2t{margin-bottom:0}.filter-module__filter--ncGHp{width:100%}.filter-module__filterMenu--bZ5NM{margin-right:6px;margin-left:auto}
.filter-module__root--sGB9S{display:flex;flex-direction:column;width:100%;gap:16px}
.managers-module__root--KXJ4_{border:1px solid #d8d9da;border-radius:4px;background-color:#fff;padding:12px 16px}.managers-module__root--KXJ4_ .managers-module__deleteBtn--A0VW_{position:absolute;cursor:pointer;width:16px;height:16px;background-color:#f5120a;display:none !important;align-items:center;justify-content:center;border-radius:50%;right:-4px;top:-6px}.managers-module__root--KXJ4_ .managers-module__hovered--Zsgp1{position:relative}.managers-module__root--KXJ4_ .managers-module__hovered--Zsgp1:hover .managers-module__deleteBtn--A0VW_{display:flex !important}.managers-module__managerTooltip--aVyyB{display:flex;flex-direction:column}
.menu-module__root--zTVIf{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.menu-module__root--zTVIf .menu-module__menu--DH2Gq{display:flex;justify-content:space-between;align-items:center}.menu-module__root--zTVIf .menu-module__menu--DH2Gq .menu-module__search--cS56P{max-width:370px}.menu-module__root--zTVIf .menu-module__skeleton--Q1J7G{display:flex;align-items:center;gap:8px}.menu-module__root--zTVIf .menu-module__skeleton--Q1J7G>div:nth-child(1){width:130px}.menu-module__root--zTVIf .menu-module__skeleton--Q1J7G>div:nth-child(3){width:65px}.menu-module__root--zTVIf .menu-module__skeleton--Q1J7G .menu-module__skeletonButton--gd9rU{height:22px}.menu-module__root--zTVIf .menu-module__breadcrumb--dmmjG{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.menu-module__root--zTVIf .menu-module__breadcrumb--dmmjG .menu-module__breadcrumbLink--OoVze{font-size:16px;line-height:1.4;display:flex;align-items:center;gap:8px}.menu-module__root--zTVIf .menu-module__breadcrumb--dmmjG .menu-module__breadcrumbLink--OoVze.menu-module__withSearch--VkH6J{margin-right:8px}
.views-module__root--ITyCI{padding:32px 32px 0;display:flex;flex-direction:column;height:100%;overflow:hidden}.views-module__root--ITyCI .views-module__submenuWrap--zD2uU{display:flex;gap:20px;margin-bottom:24px}.views-module__root--ITyCI .views-module__submenu--OExVu{flex:1 0 auto}.views-module__root--ITyCI .views-module__submenu--OExVu>div[role=tablist]{margin:0}.views-module__root--ITyCI .views-module__employeeSelect--wcqwq{width:260px;position:relative}.views-module__root--ITyCI .views-module__employeeSelect--wcqwq>button{position:absolute;bottom:-20px}.views-module__root--ITyCI .views-module__employeesWrap--NXHRa{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:24px}.views-module__root--ITyCI .views-module__employeeCheep--LRJWv{border-radius:39px;display:flex;gap:8px;align-items:center;height:24px;background-color:#d8d9da;padding-right:8px}.views-module__root--ITyCI .views-module__employeeCheep--LRJWv.views-module__me--Camq2{background-color:#ffedcc}.views-module__root--ITyCI .views-module__deleteBtn--cMuEC{padding:0;height:auto;border:unset;display:flex}
.agenda-module__root--o1_px{display:flex;flex-direction:column;height:100%;border-radius:5px;padding:24px 20px;border:1px solid #d8d9da;background-color:#fff}.agenda-module__root--o1_px.agenda-module__loading--bSfyW .fc{opacity:.5}.agenda-module__root--o1_px .agenda-module__wrapper--ayuRD{height:100%;position:relative}.agenda-module__root--o1_px .agenda-module__spin--vDReE{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100}.agenda-module__root--o1_px .agenda-module__header--ZQZuN{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.agenda-module__root--o1_px .agenda-module__datePickerWrapper--grIYf{min-width:unset;max-width:190px}.agenda-module__root--o1_px .agenda-module__datePicker--vvQY2{box-shadow:unset}.agenda-module__root--o1_px .agenda-module__datePicker--vvQY2>input{border:unset;padding-left:0;padding-right:36px !important;font-weight:600;font-size:16px;box-shadow:unset;cursor:pointer}.agenda-module__root--o1_px .agenda-module__toCalendarBtn--pW4PN{padding:0;border:0;height:auto}.agenda-module__root--o1_px .agenda-module__event--NyWb0{padding:0;border:unset;border-radius:unset;background-color:unset;box-shadow:unset;overflow:hidden}.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){display:flex;align-items:center}.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-button-group{margin-left:24px}.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-toolbar-title{font-weight:600;font-size:16px;color:#0c0d0d;margin-left:24px}.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-button{font-weight:600;font-size:16px;background-color:#fff;border:1px solid #16969c;color:#16969c;padding:6px 16px;box-shadow:none !important}.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-button-active{background-color:#16969c;color:#fff}.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-prev-button,.agenda-module__root--o1_px .fc .fc-header-toolbar .fc-next-button{display:flex;align-items:center;padding:6px;color:#898c90}.agenda-module__root--o1_px .fc .fc-highlight{background-color:#a3a5a8;opacity:.3}.agenda-module__root--o1_px .fc .fc-timegrid-now-indicator-arrow,.agenda-module__root--o1_px .fc .fc-timeline-now-indicator-arrow{left:unset;right:0;width:12px;height:12px;border-radius:50%;background-color:#16969c;border:unset}.agenda-module__root--o1_px .fc .fc-timeline-now-indicator-arrow{top:unset;bottom:0}.agenda-module__root--o1_px .fc .fc-timegrid-now-indicator-line{border-color:#16969c;border-width:2px 0 0}.agenda-module__root--o1_px .fc .fc-timeline-now-indicator-line{border-color:#16969c;border-width:0 0 0 2px}.agenda-module__root--o1_px .fc .fc-timegrid-axis{border:unset;background-color:rgba(0,0,0,0) !important}.agenda-module__root--o1_px .fc .fc-scrollgrid{border:unset}.agenda-module__root--o1_px .fc .fc-timegrid-slot-label-cushion{padding:0 15px 0 0}.agenda-module__root--o1_px .fc .fc-timegrid-slot{border-left:unset;height:32px}.agenda-module__root--o1_px .fc .fc-timegrid-slot-label{border:unset}.agenda-module__root--o1_px .fc tr:nth-child(2n)>.fc-timegrid-slot-lane{border-top:unset}.agenda-module__root--o1_px .fc .fc-event-main{padding:0}.agenda-module__root--o1_px .fc .fc-col-header-cell-cushion{display:block;padding:8px;cursor:default;width:100%}.agenda-module__root--o1_px .fc .fc-timeGridDay-view .fc-timegrid-col{border:unset;background-color:#fff}.agenda-module__root--o1_px .fc .fc-timeGridDay-view .fc-col-header-cell{border:unset}.agenda-module__root--o1_px .fc .fc-toolbar-chunk{flex:0 0 100%;justify-content:space-between}.agenda-module__root--o1_px .fc .fc-toolbar-chunk>button{width:100%}.agenda-module__root--o1_px .fc thead{display:none}.agenda-module__root--o1_px .fc .fc-scrollgrid-section>td{border-bottom:0}
.widgets-module__pane--N8qvz{border-radius:8px;border:1px solid #d8d9da;background-color:#fff;padding:20px}.widgets-module__head--DIuM_{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.widgets-module__title--gGaWE{margin:0 !important}.widgets-module__skeleton--Nhffp{margin:0 !important;height:41px !important}.widgets-module__worklogContent--bmSxL{display:flex;justify-content:space-between}.widgets-module__worklogPerDate--jBbc8{display:flex;flex-direction:column}.widgets-module__worklogPerDate--jBbc8 .widgets-module__title--gGaWE span{color:#0c0d0d;font-size:30px;font-weight:600;line-height:42px}.widgets-module__worklogPerDate--jBbc8 .widgets-module__title--gGaWE span:last-of-type{padding-left:8px}.widgets-module__taskContent--ORdgd{display:flex;flex-direction:column;gap:8px;align-items:baseline}.widgets-module__taskCount--T_oXW{padding:0;height:auto;font-size:30px;border:unset;line-height:1.4}
.subscription-asset-btn-module__btn--qzsx1{padding:0;display:flex;align-items:center;justify-content:center}.subscription-asset-btn-module__btn--qzsx1>button:disabled{padding:0}
.validity-expiration-module__root--Gh0Gb{display:flex;align-items:center;gap:8px}.validity-expiration-module__root--Gh0Gb .validity-expiration-module__children--LDzje *{color:#ce8a0e !important}
.card-module__root--dBni0{display:flex;align-items:center;flex-wrap:wrap;background-color:#fff;border-radius:4px;border:1px solid #d8d9da;transition:.2s ease-in-out}.card-module__root--dBni0:hover{cursor:pointer;box-shadow:0 2px 15px 0 #d8d9da}.card-module__root--dBni0 .card-module__flex--fTHd9{padding:3px 8px;display:flex;align-items:center}.card-module__root--dBni0 .card-module__link--iSY66{flex:auto;width:1%;min-width:300px}.card-module__root--dBni0 .card-module__link--iSY66>span{display:flex;flex-direction:column;overflow:hidden}.card-module__root--dBni0 .card-module__expiration--dn1vM{display:flex;max-width:calc(100% - 24px)}.card-module__root--dBni0 .card-module__calendar--z37sa{height:auto;padding:0}.card-module__root--dBni0 .card-module__tags--UM589{margin-right:16px}.card-module__root--dBni0 .card-module__subscription--zqnQi{margin-right:16px}
.category-module__root--r9TR_{display:flex;flex-wrap:wrap;align-items:center;background-color:#e9fbfc;border-radius:5px;border:1px solid #d8d9da;transition:.2s ease-in-out;min-height:40px;margin-bottom:12px}.category-module__root--r9TR_:hover{cursor:pointer;box-shadow:0 2px 15px 0 #d8d9da}.category-module__root--r9TR_ .category-module__flex--UEdak{padding:3px 8px;display:flex;align-items:center;gap:16px;justify-content:space-between}.category-module__root--r9TR_ .category-module__link--k7mWe{flex:auto;width:1%;min-width:200px}.category-module__root--r9TR_ .category-module__calendar--IwqJ1{height:auto;padding:0}.category-module__root--r9TR_ .category-module__deleteAction--eoR4M{color:#f5120a !important}.category-module__tooltipContent--Rd_jb{display:flex;flex-direction:column}
.list-module__root--VIVPa{display:flex;flex-direction:column;height:100%;overflow:auto}.list-module__root--VIVPa .list-module__notFound--r9gN4{display:flex;align-items:center;justify-content:center;flex:100%}.list-module__root--VIVPa .list-module__skeletonWrap--c5Dsu{display:flex;flex-direction:column;gap:12px}.list-module__root--VIVPa .list-module__skeletonWrap--c5Dsu .list-module__skeleton--C1L1m{max-width:unset}
.common-card-module__root--Sxh9p{min-width:105px;padding:8px 16px;display:flex;justify-content:flex-start;align-items:center;gap:8px;background:#fff;border:1px solid #d8d9da;border-radius:4px;cursor:pointer}@media(max-width: 1520px){.common-card-module__root--Sxh9p{flex-direction:column;align-items:flex-start}}.common-card-module__root--Sxh9p .common-card-module__image--bbwPe{display:flex;align-items:center}.common-card-module__root--Sxh9p .common-card-module__image--bbwPe .common-card-module__icon--uYeCP{max-width:54px;min-width:30px}.common-card-module__root--Sxh9p .common-card-module__image--bbwPe .common-card-module__icon--uYeCP svg{width:100% !important;height:auto !important}.common-card-module__root--Sxh9p .common-card-module__content--pTZ2f{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.common-card-module__root--Sxh9p .common-card-module__content--pTZ2f .common-card-module__description--dv0K9{word-break:keep-all}@media(max-width: 1400px){.common-card-module__root--Sxh9p .common-card-module__content--pTZ2f .common-card-module__description--dv0K9{font-size:12px}}.common-card-module__root--Sxh9p .common-card-module__content--pTZ2f .common-card-module__status--AalaE{margin-top:8px}.common-card-module__root--Sxh9p.common-card-module__completed--Ih70_{background-color:#d7f4df;border:1px solid #35bf5b}
.mobile-app-module__root--cvTI1{display:grid;padding:24px 24px 32px;grid-template-columns:425px 1fr;gap:24px}.mobile-app-module__root--cvTI1 .mobile-app-module__content--nfP9m{display:flex;flex-direction:column}.mobile-app-module__root--cvTI1 .mobile-app-module__title--l3CHb{margin:32px 0}.mobile-app-module__root--cvTI1 .mobile-app-module__description--lwLIA{margin-bottom:16px}.mobile-app-module__root--cvTI1 .mobile-app-module__submit--kZPBJ{font-weight:600}.mobile-app-module__root--cvTI1 .mobile-app-module__qr--nWYLq{display:flex;align-items:center;justify-content:center}
.side-menu-module__dividerContainer--uZgLN{padding:0 20px}.side-menu-module__badgeDot--rtclM>sup{background-color:#f5120a !important;box-shadow:none}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A{margin:0;height:52px;line-height:52px;display:flex;align-items:center;border-left:2px solid rgba(0,0,0,0);color:#fff}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A .side-menu-module__itemContent--ZKFZv{display:flex;align-items:center;color:#d8d9da;transition:color .3s}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A .side-menu-module__itemContent--ZKFZv>.ant-typography{margin-left:3px;max-width:0}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A .side-menu-module__itemContent--ZKFZv.side-menu-module__withDot--OZ13u::after{content:"";display:block;position:absolute;width:6px;height:6px;background-color:#f5120a;border-radius:50%;top:50%;transform:translateY(-50%);right:16px}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A:hover .side-menu-module__itemContent--ZKFZv{color:#fff !important}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A .side-menu-module__mobileModalBtn--uaoYI{padding:0;margin:0;display:flex;align-items:center;color:#d8d9da}.side-menu-module__root--xRhjo .side-menu-module__menuItem--Ha90A .side-menu-module__mobileModalBtn--uaoYI span{margin-left:3px}.side-menu-module__root--xRhjo .side-menu-module__subMenuItem--LQ35q{display:flex;align-items:center}.side-menu-module__root--xRhjo .anticon{font-size:20px;min-width:20px;margin-right:10px}.side-menu-module__root--xRhjo .ant-menu-item-active{background-color:rgba(22,150,156,.1)}.side-menu-module__root--xRhjo .ant-menu-submenu.ant-menu-submenu-open{border-left:2px solid #16969c;background-color:rgba(22,150,156,.2)}.side-menu-module__root--xRhjo .ant-menu-submenu-open .ant-typography,.side-menu-module__root--xRhjo .ant-menu-submenu-open .anticon{color:#16969c}.side-menu-module__root--xRhjo .ant-menu-item-group,.side-menu-module__root--xRhjo .ant-menu-submenu-title{position:relative}.side-menu-module__root--xRhjo .ant-menu-item .ant-typography,.side-menu-module__root--xRhjo .ant-typography{color:#fff}.side-menu-module__root--xRhjo .ant-menu-submenu{min-height:52px;line-height:52px;border-left:2px solid rgba(0,0,0,0);color:#fff}.side-menu-module__root--xRhjo .ant-menu-submenu .ant-menu{background-color:rgb(32.0342105263,32.9,33.7657894737)}.side-menu-module__root--xRhjo .ant-menu-submenu:hover,.side-menu-module__root--xRhjo .ant-menu-item:hover{background-color:rgba(22,150,156,.1)}.side-menu-module__root--xRhjo .ant-menu-submenu .ant-menu-submenu-title,.side-menu-module__root--xRhjo .ant-menu .ant-menu-submenu .ant-menu-submenu-title,.side-menu-module__root--xRhjo .ant-menu-submenu .ant-menu-item{height:52px;line-height:52px;margin:0;display:flex;align-items:center;padding:0 20px}.side-menu-module__root--xRhjo .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title:hover{color:#16969c}.side-menu-module__root--xRhjo .ant-menu-item:not(:last-child){margin-bottom:0}.side-menu-module__root--xRhjo .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title .ant-typography{color:#16969c}.side-menu-module__root--xRhjo .ant-menu-submenu-selected,.side-menu-module__root--xRhjo .ant-menu-item.ant-menu-item-selected{color:#16969c;border-left:2px solid #20d7df;background-color:#0a4043 !important}.side-menu-module__root--xRhjo .ant-menu-item.ant-menu-item-selected .ant-typography,.side-menu-module__root--xRhjo .ant-menu-item.ant-menu-item-selected .anticon{color:#20d7df}.side-menu-module__root--xRhjo .ant-menu-sub .ant-menu-item.ant-menu-item-selected{background-color:#16969c;color:#fff}.side-menu-module__root--xRhjo .ant-menu-sub .ant-menu-item.ant-menu-item-selected .ant-typography{color:#fff}.side-menu-module__tooltipMain--SXPA0{position:relative;z-index:1100;left:205px !important}.side-menu-module__tooltipMain--SXPA0 .ant-tooltip-inner{max-width:171px;padding:8px 12px}.side-menu-module__withMenuCollapsed--JXzX6{left:70px !important}.side-menu-module__tooltipTitle--mb9O4{display:flex;flex-direction:column}.side-menu-module__tooltipTitle--mb9O4 .side-menu-module__description--BuAVV{margin-bottom:2px}.side-menu-module__tooltipTitle--mb9O4 .side-menu-module__btn--v16qt{padding:0;height:auto;align-self:end}.side-menu-module__tooltipTitle--mb9O4 .side-menu-module__btn--v16qt span{text-decoration:underline}.ant-menu-inline-collapsed{width:100%}.ant-menu-inline-collapsed .ant-menu-item,.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title{padding:0 5px !important}.ant-menu-inline-collapsed .ant-menu-item{display:flex;justify-content:center}.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title .anticon,.ant-menu-inline-collapsed .ant-menu-item .anticon{font-size:20px}.ant-menu-submenu-popup .ant-menu .ant-menu-item{padding-right:38px}.ant-menu.ant-menu-dark,.ant-menu-dark .ant-menu-sub,.ant-menu.ant-menu-dark .ant-menu-sub{background-color:#252627;color:#fff}.ant-menu.ant-menu-dark .ant-menu-sub,.ant-menu-dark .ant-menu-sub .ant-menu-sub,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-sub{background-color:#252627}.ant-menu.ant-menu-dark .ant-menu-submenu.ant-menu-submenu-selected,.ant-menu-dark .ant-menu-sub .ant-menu-submenu.ant-menu-submenu-selected,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu.ant-menu-submenu-selected{color:#16969c;border-left:2px solid #20d7df;background-color:#0a4043 !important}.ant-menu.ant-menu-dark .ant-typography,.ant-menu-dark .ant-menu-sub .ant-typography,.ant-menu.ant-menu-dark .ant-menu-sub .ant-typography{color:#fff}.ant-menu-light{background-color:#fff;color:#252627}.ant-menu-light .ant-menu-submenu.ant-menu-submenu-selected{color:#16969c;border-left:2px solid #20d7df;background-color:#0a4043 !important}.ant-menu-light .ant-menu-item .ant-typography,.ant-menu-light .ant-typography,.ant-menu-light .anticon{color:#252627}.ant-menu-light .ant-menu-submenu-arrow{background-color:#252627}.ant-menu-light .ant-menu-item.ant-menu-item-selected,.ant-menu-light .ant-menu-item.ant-menu-item-selected .anticon,.ant-menu-light .ant-menu-submenu.ant-menu-submenu-selected .anticon{color:#16969c}.ant-menu-light .ant-menu-sub{background-color:#fff}.ant-menu-light .ant-menu-sub.ant-menu{background-color:#f2f2f3}
.onboarding-module__root--b1GeU{min-width:560px;padding:16px;background:#f2f2f3;border-radius:4px}.onboarding-module__root--b1GeU .onboarding-module__header--GMsRp{margin-bottom:8px;display:flex;justify-content:space-between}.onboarding-module__root--b1GeU .onboarding-module__header--GMsRp .onboarding-module__title--wgkwH{margin-bottom:0}.onboarding-module__root--b1GeU .onboarding-module__progress--KOcGH{margin-bottom:16px}.onboarding-module__root--b1GeU .onboarding-module__progress--KOcGH .ant-progress-inner{height:4px;background:#d8d9da}.onboarding-module__root--b1GeU .onboarding-module__progress--KOcGH .ant-progress-inner .ant-progress-bg{height:4px !important}.onboarding-module__root--b1GeU .onboarding-module__cards--pxJlV{display:grid;grid-template-columns:repeat(auto-fit, minmax(15%, 1fr));grid-gap:16px}.onboarding-module__root--b1GeU .onboarding-module__textWrapper--Dchbj{text-align:center}
.filters-module__root--e8rqJ{display:flex;align-items:center;margin-bottom:15px}.filters-module__root--e8rqJ .filters-module__icon--LnISa{width:12px}.filters-module__root--e8rqJ .filters-module__icon--LnISa{width:12px}.filters-module__root--e8rqJ .filters-module__search--EsrjL{margin:0 0 0 auto;flex:1 1 20%;max-width:240px}.filters-module__root--e8rqJ.filters-module__mobile--hTok8 .filters-module__icon--LnISa{vertical-align:0}.filters-module__filters--G5c9s{padding:16px 20px}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #FAFAFA;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 52px;
  padding: 0 30px;
  color: #252627;
  line-height: 52px;
  background: #FFFFFF;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: #252627;
  font-size: 14px;
  background: #FAFAFA;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #252627;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 52px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #252627;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #252627;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #252627;
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}

.sider-module__root--LlBGG{color:#fff;z-index:900;overflow:auto}.sider-module__root--LlBGG .ant-layout-sider-children{width:100%;height:100vh;display:flex;flex-direction:column;flex-grow:1;overflow:auto}
.sider-module__root--qUsrE .sider-module__logo--o21bF{display:flex;align-items:center;margin:0 24px;flex-shrink:0;height:62px}.sider-module__root--qUsrE .sider-module__menuWrapper--FAxYr{overflow:auto}.sider-module__root--qUsrE .sider-module__supportWidgetSpace--ZGIi1{display:flex;align-items:flex-end;min-height:128px;width:100%;margin-top:auto}.sider-module__root--qUsrE .sider-module__btnCollapse--DPbdA{height:48px;display:flex;align-items:center;padding:16px;width:100%;background-color:#3e3f42 !important;border-radius:0}.with-bottom-banner-spacer .sider-module__root--qUsrE .sider-module__btnCollapse--DPbdA{margin-bottom:40px}.sider-module__root--qUsrE .sider-module__btnCollapse--DPbdA>i{display:inline-flex;transition:.2s ease-in-out transform}.sider-module__root--qUsrE .sider-module__btnCollapse--DPbdA.sider-module__collapsed--txJtS{justify-content:center}.sider-module__root--qUsrE .sider-module__btnCollapse--DPbdA.sider-module__collapsed--txJtS>i{transform:rotate(180deg)}
.notification-bell-module__badge--NReln{border-radius:50%}.notification-bell-module__animationRing--F_65i{-webkit-animation:notification-bell-module__ring--fMp0y 4s .5 ease-in-out;-moz-animation:notification-bell-module__ring--fMp0y 4s .5 ease-in-out;animation:notification-bell-module__ring--fMp0y 4s .5 ease-in-out}.notification-bell-module__animationPulse--LaWxp{-webkit-animation:notification-bell-module__pulse--_taWh 2s .5;-moz-animation:notification-bell-module__pulse--_taWh 2s .5;animation:notification-bell-module__pulse--_taWh 2s .5}@-webkit-keyframes notification-bell-module__ring--fMp0y{0%{-webkit-transform:rotateZ(0)}1%{-webkit-transform:rotateZ(30deg)}3%{-webkit-transform:rotateZ(-28deg)}5%{-webkit-transform:rotateZ(34deg)}7%{-webkit-transform:rotateZ(-32deg)}9%{-webkit-transform:rotateZ(30deg)}11%{-webkit-transform:rotateZ(-28deg)}13%{-webkit-transform:rotateZ(26deg)}15%{-webkit-transform:rotateZ(-24deg)}17%{-webkit-transform:rotateZ(22deg)}19%{-webkit-transform:rotateZ(-20deg)}21%{-webkit-transform:rotateZ(18deg)}23%{-webkit-transform:rotateZ(-16deg)}25%{-webkit-transform:rotateZ(14deg)}27%{-webkit-transform:rotateZ(-12deg)}29%{-webkit-transform:rotateZ(10deg)}31%{-webkit-transform:rotateZ(-8deg)}33%{-webkit-transform:rotateZ(6deg)}35%{-webkit-transform:rotateZ(-4deg)}37%{-webkit-transform:rotateZ(2deg)}39%{-webkit-transform:rotateZ(-1deg)}41%{-webkit-transform:rotateZ(1deg)}43%{-webkit-transform:rotateZ(0)}100%{-webkit-transform:rotateZ(0)}}@-moz-keyframes notification-bell-module__ring--fMp0y{0%{-moz-transform:rotate(0)}1%{-moz-transform:rotate(30deg)}3%{-moz-transform:rotate(-28deg)}5%{-moz-transform:rotate(34deg)}7%{-moz-transform:rotate(-32deg)}9%{-moz-transform:rotate(30deg)}11%{-moz-transform:rotate(-28deg)}13%{-moz-transform:rotate(26deg)}15%{-moz-transform:rotate(-24deg)}17%{-moz-transform:rotate(22deg)}19%{-moz-transform:rotate(-20deg)}21%{-moz-transform:rotate(18deg)}23%{-moz-transform:rotate(-16deg)}25%{-moz-transform:rotate(14deg)}27%{-moz-transform:rotate(-12deg)}29%{-moz-transform:rotate(10deg)}31%{-moz-transform:rotate(-8deg)}33%{-moz-transform:rotate(6deg)}35%{-moz-transform:rotate(-4deg)}37%{-moz-transform:rotate(2deg)}39%{-moz-transform:rotate(-1deg)}41%{-moz-transform:rotate(1deg)}43%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(0)}}@keyframes notification-bell-module__ring--fMp0y{0%{transform:rotate(0)}1%{transform:rotate(30deg)}3%{transform:rotate(-28deg)}5%{transform:rotate(34deg)}7%{transform:rotate(-32deg)}9%{transform:rotate(30deg)}11%{transform:rotate(-28deg)}13%{transform:rotate(26deg)}15%{transform:rotate(-24deg)}17%{transform:rotate(22deg)}19%{transform:rotate(-20deg)}21%{transform:rotate(18deg)}23%{transform:rotate(-16deg)}25%{transform:rotate(14deg)}27%{transform:rotate(-12deg)}29%{transform:rotate(10deg)}31%{transform:rotate(-8deg)}33%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}37%{transform:rotate(2deg)}39%{transform:rotate(-1deg)}41%{transform:rotate(1deg)}43%{transform:rotate(0)}100%{transform:rotate(0)}}@-webkit-keyframes notification-bell-module__pulse--_taWh{0%{-webkit-box-shadow:0 0 0 0 #f9716c}70%{-webkit-box-shadow:0 0 0 10px rgba(245,18,10,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(245,18,10,0)}}@-moz-keyframes notification-bell-module__pulse--_taWh{0%{-moz-box-shadow:0 0 0 0 #f9716c}70%{-moz-box-shadow:0 0 0 10px rgba(245,18,10,0)}100%{-moz-box-shadow:0 0 0 0 rgba(245,18,10,0)}}@keyframes notification-bell-module__pulse--_taWh{0%{box-shadow:0 0 0 0 #f9716c}70%{box-shadow:0 0 0 10px rgba(245,18,10,0)}100%{box-shadow:0 0 0 0 rgba(245,18,10,0)}}
.restore-workspace-modal-module__root--S5nzK{padding:24px;display:flex;align-items:center;flex-direction:column}.restore-workspace-modal-module__root--S5nzK .restore-workspace-modal-module__title--zAJqa{margin:20px 0 !important;text-align:center}.restore-workspace-modal-module__root--S5nzK .restore-workspace-modal-module__buttons--mrqa8{display:flex;gap:20px}
.workspaces-switch-module__itemContent--ay_Am{display:flex;align-items:center}.workspaces-switch-module__itemContent--ay_Am .workspaces-switch-module__avatar--hrDkx{margin-right:5px}.workspaces-switch-module__itemContent--ay_Am .workspaces-switch-module__titleWrap--HFix5{overflow:hidden}.workspaces-switch-module__itemContent--ay_Am .workspaces-switch-module__title--CpnFg{width:100%}.workspaces-switch-module__itemContent--ay_Am .workspaces-switch-module__additionalInfo--gmln8{width:100%;line-height:1;white-space:normal}.workspaces-switch-module__itemContent--ay_Am.workspaces-switch-module__isArchived--GSM9q .workspaces-switch-module__avatar--hrDkx{opacity:.5}.workspaces-switch-module__itemContent--ay_Am.workspaces-switch-module__isArchived--GSM9q .workspaces-switch-module__title--CpnFg{opacity:.5}.workspaces-switch-module__itemContent--ay_Am.workspaces-switch-module__isExpired--AbV_x .workspaces-switch-module__avatar--hrDkx{opacity:.5}.workspaces-switch-module__itemContent--ay_Am.workspaces-switch-module__isBlocked--kjc4m{cursor:not-allowed}.workspaces-switch-module__itemContent--ay_Am.workspaces-switch-module__isBlocked--kjc4m .workspaces-switch-module__title--CpnFg{opacity:.5}.workspaces-switch-module__dropdownOverlay--uiQeq .ant-dropdown-menu{border-radius:10px 0 10px 10px;max-height:478px;overflow:auto;min-width:138px}.workspaces-switch-module__dropdownOverlay--uiQeq .ant-dropdown-menu-item{display:block}.workspaces-switch-module__worksapce--LmKTH{margin-right:15px;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;height:100%;border-bottom:2px solid rgba(0,0,0,0)}.workspaces-switch-module__worksapce--LmKTH.workspaces-switch-module__active--Pp9lP{border-bottom:2px solid #16969c}.workspaces-switch-module__notification--OqPd4{height:100%}.workspaces-switch-module__notification--OqPd4:last-child .workspaces-switch-module__worksapce--LmKTH{margin-right:15px}.workspaces-switch-module__btn--aQxGW{color:#898c90;border-color:rgba(0,0,0,0);box-shadow:none}.workspaces-switch-module__btn--aQxGW:hover{background-color:#f2f2f3;border-color:rgba(0,0,0,0);color:#898c90}.workspaces-switch-module__notification--OqPd4 sup{color:#f9716c}
.workspace-info-module__root--Lz8yC{display:flex;align-items:center;padding:5px 0;flex-shrink:0}.workspace-info-module__root--Lz8yC .workspace-info-module__avatar--pbNoF{margin-right:10px;flex-shrink:0;border:1px solid rgba(37,38,39,.1)}.workspace-info-module__root--Lz8yC .workspace-info-module__dropdownTrigger--RmsKn{margin-left:10px}.workspace-info-module__root--Lz8yC .workspace-info-module__dropdownTrigger--RmsKn:hover{background-color:#d2f7f9}.workspace-info-module__root--Lz8yC .workspace-info-module__info--vxNNg{display:flex;flex-direction:column;flex-grow:1;font-weight:normal;font-size:12px;max-width:400px}.workspace-info-module__root--Lz8yC .workspace-info-module__link--Ltlf0{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#252627;cursor:pointer;margin-bottom:5px}.workspace-info-module__root--Lz8yC .workspace-info-module__link--Ltlf0:hover{color:#16969c}.workspace-info-module__root--Lz8yC .workspace-info-module__individual--lXqO5{margin-bottom:5px;color:#252627}.workspace-info-module__skeleton--WOHfW{display:flex;padding-right:10px}.workspace-info-module__skeleton--WOHfW.ant-skeleton-active .ant-skeleton-header{padding-right:0}.workspace-info-module__skeleton--WOHfW.ant-skeleton-active .ant-skeleton-content{min-width:110px;margin-left:10px}.workspace-info-module__skeleton--WOHfW.ant-skeleton-active .ant-skeleton-header .ant-skeleton-avatar{border-radius:50%}.workspace-info-module__skeleton--WOHfW.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title{border-radius:4px}
.view-info-module__orders--ektzE,.view-info-module__contacts--McjjF,.view-info-module__tasks--o7e5X,.view-info-module__projects--OdQwA,.view-info-module__reports--XSyRB,.view-info-module__team--U9ZKz,.view-info-module__attachments--R9ItD,.view-info-module__dashboard--Zq60W,.view-info-module__handbook--AR3Tt,.view-info-module__userProfile--wb_mF,.view-info-module__billingSettings--ieIT2{display:flex;align-items:center;margin-right:auto}.view-info-module__orders--ektzE .view-info-module__title--issE4,.view-info-module__contacts--McjjF .view-info-module__title--issE4,.view-info-module__tasks--o7e5X .view-info-module__title--issE4,.view-info-module__projects--OdQwA .view-info-module__title--issE4,.view-info-module__reports--XSyRB .view-info-module__title--issE4,.view-info-module__team--U9ZKz .view-info-module__title--issE4,.view-info-module__attachments--R9ItD .view-info-module__title--issE4,.view-info-module__dashboard--Zq60W .view-info-module__title--issE4,.view-info-module__handbook--AR3Tt .view-info-module__title--issE4,.view-info-module__userProfile--wb_mF .view-info-module__title--issE4,.view-info-module__billingSettings--ieIT2 .view-info-module__title--issE4{margin-bottom:0}.view-info-module__orders--ektzE .view-info-module__button--F1y9k,.view-info-module__contacts--McjjF .view-info-module__button--F1y9k,.view-info-module__tasks--o7e5X .view-info-module__button--F1y9k,.view-info-module__projects--OdQwA .view-info-module__button--F1y9k,.view-info-module__reports--XSyRB .view-info-module__button--F1y9k,.view-info-module__team--U9ZKz .view-info-module__button--F1y9k,.view-info-module__attachments--R9ItD .view-info-module__button--F1y9k,.view-info-module__dashboard--Zq60W .view-info-module__button--F1y9k,.view-info-module__handbook--AR3Tt .view-info-module__button--F1y9k,.view-info-module__userProfile--wb_mF .view-info-module__button--F1y9k,.view-info-module__billingSettings--ieIT2 .view-info-module__button--F1y9k{margin-left:24px;display:flex;align-items:center;font-size:16px}.view-info-module__orders--ektzE .view-info-module__mailButton--BBJzW,.view-info-module__contacts--McjjF .view-info-module__mailButton--BBJzW,.view-info-module__tasks--o7e5X .view-info-module__mailButton--BBJzW,.view-info-module__projects--OdQwA .view-info-module__mailButton--BBJzW,.view-info-module__reports--XSyRB .view-info-module__mailButton--BBJzW,.view-info-module__team--U9ZKz .view-info-module__mailButton--BBJzW,.view-info-module__attachments--R9ItD .view-info-module__mailButton--BBJzW,.view-info-module__dashboard--Zq60W .view-info-module__mailButton--BBJzW,.view-info-module__handbook--AR3Tt .view-info-module__mailButton--BBJzW,.view-info-module__userProfile--wb_mF .view-info-module__mailButton--BBJzW,.view-info-module__billingSettings--ieIT2 .view-info-module__mailButton--BBJzW{margin-left:16px;padding:0 5px}.view-info-module__orders--ektzE .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__contacts--McjjF .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__tasks--o7e5X .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__projects--OdQwA .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__reports--XSyRB .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__team--U9ZKz .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__attachments--R9ItD .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__dashboard--Zq60W .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__handbook--AR3Tt .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__userProfile--wb_mF .view-info-module__orderSettingsButton--tVzKZ,.view-info-module__billingSettings--ieIT2 .view-info-module__orderSettingsButton--tVzKZ{margin-left:16px;font-size:16px}.view-info-module__orders--ektzE .view-info-module__dropdownContacts--o8Bjj,.view-info-module__contacts--McjjF .view-info-module__dropdownContacts--o8Bjj,.view-info-module__tasks--o7e5X .view-info-module__dropdownContacts--o8Bjj,.view-info-module__projects--OdQwA .view-info-module__dropdownContacts--o8Bjj,.view-info-module__reports--XSyRB .view-info-module__dropdownContacts--o8Bjj,.view-info-module__team--U9ZKz .view-info-module__dropdownContacts--o8Bjj,.view-info-module__attachments--R9ItD .view-info-module__dropdownContacts--o8Bjj,.view-info-module__dashboard--Zq60W .view-info-module__dropdownContacts--o8Bjj,.view-info-module__handbook--AR3Tt .view-info-module__dropdownContacts--o8Bjj,.view-info-module__userProfile--wb_mF .view-info-module__dropdownContacts--o8Bjj,.view-info-module__billingSettings--ieIT2 .view-info-module__dropdownContacts--o8Bjj{left:346px;min-width:212px !important}.view-info-module__dashboard--Zq60W .view-info-module__title--issE4{margin-right:24px}.view-info-module__dashboard--Zq60W .view-info-module__button--F1y9k{margin-left:0}.view-info-module__dashboard--Zq60W .view-info-module__googleSyncBtn--ZNm6X{margin-left:16px;display:flex;align-items:center;padding:0 6px}.view-info-module__handbook--AR3Tt .view-info-module__yellowDot--I6k1s,.view-info-module__handbook--AR3Tt .view-info-module__pinkDot--Mw_Rf{padding-left:48px !important}.view-info-module__handbook--AR3Tt .view-info-module__yellowDot--I6k1s::before,.view-info-module__handbook--AR3Tt .view-info-module__pinkDot--Mw_Rf::before{content:"";opacity:1;display:block;position:absolute;top:50%;transform:translateY(-50%);left:24px;width:8px;height:8px;border-radius:50%}.view-info-module__handbook--AR3Tt .view-info-module__yellowDot--I6k1s::before{background-color:#fda402}.view-info-module__handbook--AR3Tt .view-info-module__pinkDot--Mw_Rf::before{background-color:#b37feb}.view-info-module__reports--XSyRB .view-info-module__link--k5ccf{font-size:16px;padding:0;margin-left:16px}
.styles-module__root--B_d9X{display:flex;flex-direction:column;height:100%}.styles-module__root--B_d9X .styles-module__title--rlL0x{display:block;font-size:20px;line-height:22px;font-weight:600;margin-bottom:0px}.styles-module__root--B_d9X .styles-module__fieldsWrap--D2__e{padding:24px 24px 9px 24px}.styles-module__root--B_d9X .styles-module__dates--Y44nE{display:grid;grid-template-columns:repeat(2, auto);gap:20px}.styles-module__root--B_d9X .styles-module__dates--Y44nE .styles-module__dateStart--paMiL{margin-right:16px}.styles-module__root--B_d9X .styles-module__btnSteps--PunDL{margin:auto 25px 25px auto}.styles-module__datePicker--mcfpc{max-width:100%}


  .fc .fc-resource-timeline-divider {
    width: 3px; /* important to have width to shrink this cell. no cross-browser problems */
    cursor: col-resize;
  }

.fc .fc-resource-group {
    /* make it look less like a <th> */
    font-weight: inherit;
    text-align: inherit;
  }

.fc {


  /* will match horizontal groups in the datagrid AND group lanes in the timeline area */

}

.fc .fc-resource-timeline .fc-resource-group:not([rowspan]) {
      background: rgba(208, 208, 208, 0.3);
      background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    }

.fc .fc-timeline-lane-frame {
    position: relative; /* contains the fc-timeline-bg container, which liquidly expands */
    /* the height is explicitly set by row-height-sync */
  }

.fc .fc-timeline-overlap-enabled .fc-timeline-lane-frame .fc-timeline-events { /* has height set on it */
    box-sizing: content-box; /* padding no longer part of height */
    padding-bottom: 10px; /* give extra spacing underneath for selecting */
  }

/* hack to make bg expand to lane's full height in resource-timeline with expandRows (#6134) */
.fc-timeline-body-expandrows td.fc-timeline-lane {
    position: relative;
  }
.fc-timeline-body-expandrows .fc-timeline-lane-frame {
    position: static;
  }
/* the "frame" */
.fc-datagrid-cell-frame-liquid {
  height: 100%; /* needs liquid hack */
}
.fc-liquid-hack .fc-datagrid-cell-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc {

  /* the "frame" in a HEADER */
  /* needs to position the column resizer */
  /* needs to vertically center content */

}
.fc .fc-datagrid-header .fc-datagrid-cell-frame {
      position: relative; /* for resizer */
      display: flex;
      justify-content: flex-start; /* horizontal align (natural left/right) */
      align-items: center; /* vertical align */
    }
.fc {

  /* the column resizer (only in HEADER) */

}
.fc .fc-datagrid-cell-resizer {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 5px;
    cursor: col-resize;
  }
.fc {

  /* the cushion */

}
.fc .fc-datagrid-cell-cushion {
    padding: 8px;
    white-space: nowrap;
    overflow: hidden; /* problem for col resizer :( */
  }
.fc {

  /* expander icons */

}
.fc .fc-datagrid-expander {
    cursor: pointer;
    opacity: 0.65

  }
.fc .fc-datagrid-expander .fc-icon { /* the expander and spacers before the expander */
      display: inline-block;
      width: 1em; /* ensure constant width, esp for empty icons */
    }
.fc .fc-datagrid-expander-placeholder {
    cursor: auto;
  }
.fc .fc-resource-timeline-flat .fc-datagrid-expander-placeholder {
      display: none;
    }
.fc-direction-ltr .fc-datagrid-cell-resizer { right: -3px }
.fc-direction-rtl .fc-datagrid-cell-resizer { left: -3px }
.fc-direction-ltr .fc-datagrid-expander { margin-right: 3px }
.fc-direction-rtl .fc-datagrid-expander { margin-left: 3px }



  .fc .fc-timeline-body {
    min-height: 100%;
    position: relative;
    z-index: 1; /* scope slots, bg, etc */
  }
/*
vertical slots in both the header AND the body
*/
.fc .fc-timeline-slots {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0
  }
.fc .fc-timeline-slots > table {
      height: 100%;
    }
.fc {

  /* border for both header AND body cells */

}
.fc .fc-timeline-slot-minor {
    border-style: dotted;
  }
.fc {

  /* header cells (aka "label") */

}
.fc .fc-timeline-slot-frame {
    display: flex;
    align-items: center; /* vertical align */
    justify-content: center; /* horizontal align */
  }
.fc .fc-timeline-header-row-chrono { /* a row of times */
  }
.fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame {
      justify-content: flex-start; /* horizontal align left or right */
    }
.fc .fc-timeline-header-row:last-child { /* guaranteed NOT to have sticky elements */
  }
.fc .fc-timeline-header-row:last-child .fc-timeline-slot-frame {
      /* so text doesn't bleed out and cause extra scroll */
      /* (won't work with sticky elements) */
      overflow: hidden;
    }
.fc .fc-timeline-slot-cushion {
    padding: 4px 5px; /* TODO: unify with fc-col-header? */
    white-space: nowrap;
  }
.fc {

  /* NOTE: how does the top row of cells get horizontally centered? */
  /* for the non-chrono-row, the fc-sticky system looks for text-align center, */
  /* and it's a fluke that the default browser stylesheet already does this for <th> */
  /* TODO: have StickyScrolling look at natural left coord to detect centeredness. */

}
/* only owns one side, so can do dotted */
.fc-direction-ltr .fc-timeline-slot { border-right: 0 !important }
.fc-direction-rtl .fc-timeline-slot { border-left: 0 !important }
.fc .fc-timeline-now-indicator-container {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
  }
.fc .fc-timeline-now-indicator-arrow,
  .fc .fc-timeline-now-indicator-line {
    position: absolute;
    top: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc .fc-timeline-now-indicator-arrow {
    margin: 0 -6px; /* 5, then one more to counteract scroller's negative margins */

    /* triangle pointing down. TODO: mixin */
    border-width: 6px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
  }
.fc .fc-timeline-now-indicator-line {
    margin: 0 -1px; /* counteract scroller's negative margins */
    bottom: 0;
    border-width: 0 0 0 1px;
  }
.fc {

  /* container */

}
.fc .fc-timeline-events {
    position: relative;
    z-index: 3;
    width: 0; /* for event positioning. will end up on correct side based on dir */
  }
.fc {

  /* harness */

}
.fc .fc-timeline-event-harness,
  .fc .fc-timeline-more-link {
    position: absolute;
    top: 0; /* for when when top can't be computed yet */
    /* JS will set tht left/right */
  }
/* z-index, scoped within fc-timeline-events */
.fc-timeline-event { z-index: 1 }
.fc-timeline-event.fc-event-mirror { z-index: 2 }
.fc-timeline-event {
  position: relative; /* contains things. TODO: make part of fc-h-event and fc-v-event */
  display: flex; /* for v-aligning start/end arrows and making fc-event-main stretch all the way */
  align-items: center;
  border-radius: 0;
  padding: 2px 1px;
  margin-bottom: 1px;
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em)

  /* time and title spacing */
  /* ---------------------------------------------------------------------------------------------------- */
}
.fc-timeline-event .fc-event-main {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-timeline-event .fc-event-time {
    font-weight: bold;
  }
.fc-timeline-event .fc-event-time,
  .fc-timeline-event .fc-event-title {
    white-space: nowrap;
    padding: 0 2px;
  }
/* move 1px away from slot line */
.fc-direction-ltr .fc-timeline-event.fc-event-end,
  .fc-direction-ltr .fc-timeline-more-link {
    margin-right: 1px;
  }
.fc-direction-rtl .fc-timeline-event.fc-event-end,
  .fc-direction-rtl .fc-timeline-more-link {
    margin-left: 1px;
  }
/* make event beefier when overlap not allowed */
.fc-timeline-overlap-disabled .fc-timeline-event {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* arrows indicating the event continues into past/future */
/* ---------------------------------------------------------------------------------------------------- */
/* part of the flexbox flow */
.fc-timeline-event:not(.fc-event-start):before,
.fc-timeline-event:not(.fc-event-end):after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  opacity: .5;

  /* triangle. TODO: mixin */
  width: 0;
  height: 0;
  margin: 0 1px;
  border: 5px solid #000; /* TODO: var */
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* pointing left */
.fc-direction-ltr .fc-timeline-event:not(.fc-event-start):before,
.fc-direction-rtl .fc-timeline-event:not(.fc-event-end):after {
  border-left: 0;
}
/* pointing right */
.fc-direction-ltr .fc-timeline-event:not(.fc-event-end):after,
.fc-direction-rtl .fc-timeline-event:not(.fc-event-start):before {
  border-right: 0;
}
/* +more events indicator */
/* ---------------------------------------------------------------------------------------------------- */
.fc-timeline-more-link {
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  padding: 1px;
  cursor: pointer;
}
.fc-timeline-more-link-inner { /* has fc-sticky */
  display: inline-block;
  left: 0;
  right: 0;
  padding: 2px;
}
.fc .fc-timeline-bg { /* a container for bg content */
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 0;
    left: 0; /* will take precedence when LTR */
    right: 0; /* will take precedence when RTL */ /* TODO: kill */
  }
.fc .fc-timeline-bg .fc-non-business { z-index: 1 }
.fc .fc-timeline-bg .fc-bg-event { z-index: 2 }
.fc .fc-timeline-bg .fc-highlight { z-index: 3 }
.fc .fc-timeline-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }


.menu-module__root--ngq1O{display:flex;align-items:center;gap:8px;margin-bottom:20px}.menu-module__root--ngq1O .menu-module__fullscreenBtn--QK7Dv{padding:0;height:auto}
.create-record-module__root--XSFJK{padding:24px;display:flex;gap:16px}
.details-module__body--EW2yB{display:flex;overflow:auto;height:100%}.with-bottom-banner-spacer~div .details-module__body--EW2yB{padding-bottom:40px}.details-module__spin--j0pFt{display:flex;margin:0 auto;align-items:center}.details-module__text--xcdtQ{margin-top:30px;text-align:center}.details-module__block--lb3ma{display:flex;flex-direction:column;overflow-x:hidden;flex:1 1 50%}.details-module__blockWidth--ibooC{flex-grow:0}.details-module__collapsePanel--llah3{padding-bottom:13px}.details-module__userRole--_FLv7{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden}.details-module__userRole--_FLv7 .details-module__label--V6KoX{font-size:12px;color:#57595c;margin-bottom:2px}.details-module__addUserRoleButton--TRfU0{display:flex;align-items:center;padding:0;margin-right:auto}.details-module__header--rg0tK{padding:0 15px}.details-module__content--ma8fB{padding:10px 0;padding-right:0;border-right:1px solid rgba(137,140,144,.3)}.details-module__content--ma8fB .details-module__titleWrap--sDbMD{margin-bottom:12px}.details-module__content--ma8fB .details-module__title--ElYXC{margin:0}.details-module__content--ma8fB .details-module__title--ElYXC.details-module__outdated--sL8yq{color:#f9716c}.details-module__content--ma8fB .details-module__btnFooter--Nz9tN{display:flex;align-items:center;margin-right:30px;padding-left:0;color:#252627}.details-module__content--ma8fB .details-module__btnFooter--Nz9tN .details-module__icon--MGes5{margin-right:0px}.details-module__content--ma8fB .details-module__btnFooter--Nz9tN:hover{color:#16969c}.details-module__content--ma8fB .details-module__footerContainer--TKSZm{display:flex;align-items:center}.details-module__content--ma8fB .details-module__link--YN2bT{padding-left:0;font-weight:bold;text-align:left}.details-module__content--ma8fB .details-module__createOrderButton--DFHgC{display:flex;align-items:center;align-self:flex-start;padding:10px 0;height:unset;color:#57595c}.details-module__content--ma8fB .details-module__badge--EIkBf{margin-right:10px}.details-module__content--ma8fB .details-module__dates--Hf_la{margin-bottom:0}.details-module__content--ma8fB .details-module__location--cKKVn{margin-bottom:12px}.details-module__content--ma8fB .details-module__completeRequire--qZxYx{margin-bottom:12px}.details-module__content--ma8fB .details-module__description--sF889{margin:12px 0 4px}.details-module__flex--FC0_N{display:flex}.details-module__flex--FC0_N .details-module__label--V6KoX{margin-right:4px}.details-module__flexAuto--q31vP{display:flex;flex:1 1;overflow:auto;padding-bottom:10px}.details-module__flexOverflow--z1gbJ{position:relative;display:flex;flex-direction:column;overflow-y:auto;flex:1 0;padding:0 15px}.details-module__flexOverflow--z1gbJ>*{flex-shrink:0}.details-module__flexOverflow--z1gbJ>.ant-divider{margin:10px 0}.details-module__flexOverflow--z1gbJ .details-module__tagsHeader--RqH2M{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.details-module__flexOverflow--z1gbJ .details-module__tagsHeader--RqH2M .details-module__tagsTitle--HENdI{margin-bottom:0}.details-module__flexOverflow--z1gbJ .details-module__tagList--E3n5k{text-align:left}.details-module__empty--fnBxJ{margin-bottom:20px;align-self:center;justify-self:center;margin:0 auto}.details-module__alert--a6LXb{margin:12px 0}.details-module__reminder--OjX3f{margin-bottom:12px}
.task-preview-module__root--Oi15R{padding:20px 24px 32px;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center}.task-preview-module__root--Oi15R .task-preview-module__content--YveOV{display:flex;flex-direction:column;flex:100%;width:100%}.task-preview-module__root--Oi15R .task-preview-module__header--FIFwo{display:flex;align-items:center;margin-bottom:12px}.task-preview-module__root--Oi15R .task-preview-module__title--bFArp,.task-preview-module__root--Oi15R .task-preview-module__description--bvziC,.task-preview-module__root--Oi15R .task-preview-module__asset--P0uP5,.task-preview-module__root--Oi15R .task-preview-module__user--GTUNb{margin-bottom:12px}.task-preview-module__root--Oi15R .task-preview-module__asset--P0uP5 span{word-break:break-word}.task-preview-module__root--Oi15R .task-preview-module__button--TIRWy{margin-top:20px;height:auto;padding:0;align-self:flex-start;font-size:16px;font-weight:600}
.actions-module__overlayClassName--PsNKu{z-index:1100}.actions-module__deleteAction--F1amK{color:#f5120a !important}
.booking-modal-module__dates--tm55x{display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-modal-module__buttons--Sj6er{display:flex;justify-content:flex-end}.booking-modal-module__partialBlocked--_YJjf{background-color:#ffedcc}.booking-modal-module__partialBlocked--_YJjf:hover{background-color:#ffedcc}.booking-modal-module__tooltip--SwIAT>div>div{text-align:center}.booking-modal-module__popper--vvxaa{pointer-events:none;filter:brightness(0.9)}.booking-modal-module__popper--vvxaa::after{content:"";position:absolute;display:block;width:40px;height:40px;top:50%;left:35%;z-index:120;margin:auto;border:4px solid #eaf0f6;border-radius:50%;border-top:4px solid #16969c;animation:booking-modal-module__spinner--X2vEH 1s linear infinite}@keyframes booking-modal-module__spinner--X2vEH{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.list-module__root--lrd9Q{position:relative;margin-bottom:18px}.list-module__root--lrd9Q .list-module__title--Md2as{margin-bottom:0}.list-module__root--lrd9Q .list-module__btn--dOPSc{position:absolute;right:0;background:none;border:none;opacity:.8;padding:0;min-width:26px;height:auto;display:flex;font-size:20px}.list-module__root--lrd9Q .list-module__btn--dOPSc button{padding:0}.list-module__root--lrd9Q .list-module__btn--dOPSc:hover{opacity:1}.list-module__root--lrd9Q .list-module__tooltip--kiUOd{right:-10px !important;left:unset !important;width:170px;white-space:normal;font-weight:400;cursor:default}.list-module__root--lrd9Q .list-module__tooltipTitle--PUgUS{display:flex;flex-direction:column}.list-module__root--lrd9Q .list-module__tooltipButton--v7qLk{margin-top:4px;align-self:flex-end;text-decoration:underline;cursor:pointer}.list-module__root--lrd9Q .ant-collapse-header{margin-bottom:12px}
.limited-feature-module__root--kx0ai{position:relative}.limited-feature-module__root--kx0ai .limited-feature-module__icon--jev_3{position:absolute;display:flex;top:-4px;right:-4px;background-color:#f2f2f3;border-radius:20px;padding:2px 4px}.limited-feature-module__tooltipContent--NUTrv{display:flex;flex-direction:column;gap:4px}.limited-feature-module__tooltipContent--NUTrv .limited-feature-module__changeTariffText--hQ57d{text-decoration:underline;cursor:pointer;align-self:flex-end}
.header-module__root--wNeJ2{width:100%;line-height:100%;display:flex;justify-content:space-between;align-items:center;z-index:901;background:#fff;border-bottom:1px solid #e9e9e9;padding:0 16px 0 20px}
.header-module__root--K_BiL{width:100%;justify-content:flex-end;display:flex}.header-module__root--K_BiL .header-module__rightPanel--BVuiX{display:flex;align-items:center;flex-shrink:0}.header-module__root--K_BiL .header-module__bell--XBE0f{margin:0 9px}
.layout-template-module__root--l21w8{height:100vh;overflow:hidden}.layout-template-module__root--l21w8.ant-layout{flex-direction:column}
.with-bottom-banner-spacer .content-module__root--r4NUP{padding-bottom:40px}
.web-stub-module__content--NKOJ3{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:35px 15px;overflow:hidden;margin:auto}.web-stub-module__content--NKOJ3 .web-stub-module__text--KZWsN{width:100%;max-width:316px;margin:27px auto 0;text-align:center}.web-stub-module__logoSvg--cPZUu{width:160px;margin:0 auto}.web-stub-module__links--o6560{display:flex;justify-content:center;width:100%;margin:50px auto 0}.web-stub-module__link--qSfwu{position:relative;display:flex;width:168px}.web-stub-module__link--qSfwu+.web-stub-module__link--qSfwu{margin-left:12px}.web-stub-module__backgroundImg--HwfGV{width:100%;max-width:240px;margin:62px auto 0}.web-stub-module__icon--uFoNK>svg{max-width:100%}
.FeedbackPanel-module__root--bOXYH{background-color:#fff;padding:24px 32px 32px;width:100%;border-radius:8px}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87{text-align:center;max-width:492px;width:100%}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87 .FeedbackPanel-module__mb4--vcbFq{margin-bottom:4px !important}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87 .FeedbackPanel-module__ratingInfo--mZ4H4{display:flex;justify-content:center;align-items:center}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87 .FeedbackPanel-module__ratingInfo--mZ4H4 .FeedbackPanel-module__ratingNumber--xqQJA{display:block;margin-left:4px}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87 .FeedbackPanel-module__ratingInfo--mZ4H4 .FeedbackPanel-module__myRating--WznhS{margin-right:12px}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87 .FeedbackPanel-module__entityInfo--XDtjs{display:block;margin-bottom:24px}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successInfo--VWn87 .FeedbackPanel-module__content--Ma5ZI{word-break:break-word}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__input--fo6Za{min-height:130px !important}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__successIcon--wJ_Ru{display:flex !important;justify-content:center}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__title--bt6Y1{margin-bottom:24px;text-align:center}.FeedbackPanel-module__root--bOXYH .FeedbackPanel-module__btnSubmit--gqIZj{width:100%}.FeedbackPanel-module__wrapLoader--dNoyZ{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.FeedbackPanel-module__wrapLoader--dNoyZ .FeedbackPanel-module__loader--UYnoU{height:150px;width:150px}
.FeedbackView-module__body--Pxg_R{overflow-y:auto;background-color:#f2f2f3}.FeedbackView-module__root--DfkUz{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow:auto}.FeedbackView-module__root--DfkUz .FeedbackView-module__container--qemTa{max-width:524px;margin:64px 32px 32px;margin:0 auto;height:100%;display:flex;align-items:center;padding:16px;overflow:hidden !important}.FeedbackView-module__root--DfkUz .FeedbackView-module__logo--gwGzb{color:unset;display:flex;justify-content:center;margin-top:64px}.FeedbackView-module__root--DfkUz .FeedbackView-module__logo--gwGzb:hover{color:unset}.FeedbackView-module__root--DfkUz .FeedbackView-module__language--VbR1w{bottom:16px}@media(min-width: 1100px){.FeedbackView-module__root--DfkUz .FeedbackView-module__language--VbR1w{position:fixed;right:32px;bottom:32px}}
.styles-module__root--nm7kM{display:flex;align-items:center}.styles-module__root--nm7kM svg{margin-right:4px;height:9px;width:8px}
.user-card-module__root--v8ZpS{position:relative;padding:10px;border:0;display:flex;min-width:180px;max-width:265px;background-color:rgba(0,0,0,0)}.user-card-module__root--v8ZpS.user-card-module__line--kSNk2{max-width:500px}.user-card-module__root--v8ZpS.user-card-module__line--kSNk2 .user-card-module__position--L7Za9{width:100%;align-items:center;align-self:center}.user-card-module__root--v8ZpS.user-card-module__line--kSNk2 .user-card-module__ellipsis--W0jm6{width:100%;max-width:400px}.user-card-module__root--v8ZpS.user-card-module__line--kSNk2 .user-card-module__content--mFTEE{flex-direction:row;align-items:center}.user-card-module__root--v8ZpS.user-card-module__line--kSNk2 .user-card-module__name--WNBOU{margin-right:10px}.user-card-module__root--v8ZpS .user-card-module__avatar--yjPet{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.user-card-module__root--v8ZpS .user-card-module__name--WNBOU,.user-card-module__root--v8ZpS .user-card-module__position--L7Za9,.user-card-module__root--v8ZpS .user-card-module__phone--TOMQB,.user-card-module__root--v8ZpS .user-card-module__email--LQRqJ{margin-bottom:2px;font-size:12px;text-align:left;line-height:1.4;word-break:break-all}.user-card-module__root--v8ZpS .user-card-module__phone--TOMQB,.user-card-module__root--v8ZpS .user-card-module__email--LQRqJ{font-size:13px}.user-card-module__root--v8ZpS .user-card-module__link--PPj02{padding:0;height:auto;color:#0c0d0d !important}.user-card-module__root--v8ZpS .user-card-module__unlink--hkDxF{color:#252627;cursor:inherit}.user-card-module__root--v8ZpS .user-card-module__label--mqBT7{text-transform:uppercase;color:#898c90;font-size:12px}.user-card-module__root--v8ZpS .user-card-module__name--WNBOU{font-weight:bold;margin-top:0;color:#252627;display:flex;white-space:pre-line;align-self:flex-start}.user-card-module__root--v8ZpS .user-card-module__name--WNBOU .user-card-module__rate--uIAH2{margin-left:auto;font-weight:normal}.user-card-module__root--v8ZpS .user-card-module__position--L7Za9{line-height:14px;display:flex;align-items:center;align-self:flex-start}.user-card-module__root--v8ZpS .user-card-module__position--L7Za9 span{margin-right:5px;white-space:break-spaces}.user-card-module__root--v8ZpS .user-card-module__rate--uIAH2{line-height:20px;color:#57595c}.user-card-module__root--v8ZpS .user-card-module__content--mFTEE{width:100%;display:flex;flex-direction:column;flex:1 1 auto}.user-card-module__root--v8ZpS .user-card-module__content--mFTEE .ant-popover-open .anticon{transform:none}.user-card-module__root--v8ZpS.user-card-module__vertical--CrE0o{min-width:200px;text-align:center}.user-card-module__root--v8ZpS.user-card-module__vertical--CrE0o .user-card-module__body--ELEhx,.user-card-module__root--v8ZpS.user-card-module__vertical--CrE0o .user-card-module__content--mFTEE{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%}.user-card-module__root--v8ZpS.user-card-module__vertical--CrE0o .user-card-module__position--L7Za9{text-align:center}.user-card-module__root--v8ZpS.user-card-module__vertical--CrE0o .user-card-module__avatar--yjPet{margin-bottom:10px}.user-card-module__root--v8ZpS.user-card-module__vertical--CrE0o .user-card-module__name--WNBOU{text-align:center;max-width:100%}.user-card-module__root--v8ZpS.user-card-module__horizontal--eFI58 .user-card-module__body--ELEhx{display:flex;width:100%}.user-card-module__root--v8ZpS.user-card-module__horizontal--eFI58 .user-card-module__body--ELEhx>.user-card-module__link--PPj02{align-self:flex-start}.user-card-module__root--v8ZpS.user-card-module__horizontal--eFI58 .user-card-module__avatar--yjPet{margin-right:10px}.user-card-module__root--v8ZpS.user-card-module__fullWidth--RMu1N{width:100%;max-width:100%}
.users-dropdown-module__root--MBNQm{display:flex;align-items:flex-start;flex-wrap:wrap}.users-dropdown-module__root--MBNQm .users-dropdown-module__btnToggle--PhbmV{flex-shrink:0;border:1px solid #16969c;width:38px;height:38px;font-size:11px;font-weight:600}.users-dropdown-module__root--MBNQm .users-dropdown-module__item--fn2Aq{margin:0 5px}.users-dropdown-module__tooltip--mom_w{cursor:pointer}.users-dropdown-module__tooltip--mom_w .ant-tooltip-inner{padding:0}.users-dropdown-module__btn--HiMzY{padding:0;cursor:pointer}.users-dropdown-module__dropdown--GvDMo{width:auto;box-shadow:0px 3px 45px 0px hsl(210,2.6315789474%,89.9019607843%);border-radius:4px 0 0 4px}.users-dropdown-module__dropdown--GvDMo .ant-dropdown-menu{max-height:210px;overflow-y:auto;padding:0}.users-dropdown-module__fullname--H4726{margin:10px}.users-dropdown-module__count--jUuzu{display:flex;align-items:center;cursor:pointer}.users-dropdown-module__count--jUuzu .users-dropdown-module__length--jwWKa{width:24px;height:24px;background-color:#f2f2f3;color:#57595c;font-size:11px;font-weight:bold;display:flex;align-items:center;justify-content:center;border-radius:50%}.users-dropdown-module__count--jUuzu .users-dropdown-module__label--vmnTv{font-size:12px;font-weight:bold;margin-left:10px}.users-dropdown-module__count--jUuzu .users-dropdown-module__arrow--lx27G{margin-left:5px}
.create-task-btn-module__btnLink--_34rR{display:flex;align-items:center;color:#57595c;padding:0;margin-right:40px}.create-task-btn-module__icon--v8QOq{margin:0 11px -4px 0}
.project-card-module__root--k5PcL{width:100%;min-height:131px;display:flex;margin-bottom:20px;margin-right:20px;background-color:#fff;box-shadow:0px 5.5px 27px rgba(0,0,0,.05);border-radius:10px;transition:.2s ease-in-out;border:1px solid #d8d9da}.project-card-module__root--k5PcL:hover{box-shadow:0 2px 30px 0 rgba(0,0,0,.1)}.project-card-module__root--k5PcL.project-card-module__closed--ZYrvC{background-color:#f2f2f3}.project-card-module__root--k5PcL .project-card-module__leftPart--OIigK,.project-card-module__root--k5PcL .project-card-module__rightPart--freAi{position:relative;display:flex;flex-direction:column;padding:12px 16px}.project-card-module__root--k5PcL .project-card-module__leftPart--OIigK{width:75%;flex:1}.project-card-module__root--k5PcL .project-card-module__rightPart--freAi{width:25%;max-width:291px;padding-left:16px;justify-content:center}.project-card-module__root--k5PcL .project-card-module__rightPartDivider--pXQWL{margin:7px 0;height:auto}.project-card-module__root--k5PcL .project-card-module__header--KyWLL{display:flex;flex-direction:column}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__title--ElX4Y{font-weight:600;font-size:16px;line-height:22px;word-break:break-word;cursor:pointer;margin-bottom:0}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__title--ElX4Y:hover{color:#16969c}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__descriptionWrapper--CRhno{margin-bottom:8px;display:flex;flex-direction:column}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__description--n0UeS{margin-top:8px;color:#252627;word-break:break-all}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__readMore--Ogtin{min-width:110px;color:#16969c;cursor:pointer}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__collapse--McFVA{margin-left:8px;color:#16969c;cursor:pointer}.project-card-module__root--k5PcL .project-card-module__header--KyWLL .project-card-module__completed--AV5GL{color:#898c90}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F{display:flex;flex-direction:column;color:rgba(137,140,144,.8)}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F .project-card-module__counterRow--ipzTI{display:flex;align-items:center}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F .project-card-module__counterRow--ipzTI+.project-card-module__counterRow--ipzTI{margin-top:14px}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F .project-card-module__label--BhHow{white-space:nowrap;min-width:114px}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F .project-card-module__btn--sFkTs{height:auto;border:none;padding:0;margin-left:12px;font-size:20px;font-weight:600;color:rgba(22,150,156,.8)}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F .project-card-module__btn--sFkTs:hover{color:#16969c}.project-card-module__root--k5PcL .project-card-module__counter--hgj9F .project-card-module__btn--sFkTs:disabled{color:rgba(22,150,156,.8)}.project-card-module__root--k5PcL .project-card-module__usersContainer--ukXHZ{display:flex}.project-card-module__root--k5PcL .project-card-module__usersContainer--ukXHZ .project-card-module__users--OM14C{align-items:center}.project-card-module__root--k5PcL .project-card-module__usersContainer--ukXHZ .project-card-module__users--OM14C button{width:25px;min-width:25px;height:25px;margin:4px}.project-card-module__root--k5PcL .project-card-module__usersContainer--ukXHZ .project-card-module__isCompletedLength--Rl24H{background-color:#d8d9da}.project-card-module__root--k5PcL .project-card-module__usersContainer--ukXHZ .project-card-module__ml16--cUIJF{margin-left:16px}.project-card-module__root--k5PcL .project-card-module__usersContainer--ukXHZ .project-card-module__labelManagers--bHVMu{margin-left:8px}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H{margin-top:auto;display:flex;align-items:center}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__avatar--iEpIY{margin-right:8px;margin-left:8px}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__managerInfo--w5hic{display:flex;align-items:center;margin-left:16px;padding-left:16px;border-left:1px solid #d8d9da;cursor:pointer}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__managerInfo--w5hic:hover .project-card-module__name--fGL26{color:rgba(22,150,156,.8)}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__managerInfo--w5hic .project-card-module__role--MwjU1{display:block}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__managerInfo--w5hic .project-card-module__name--fGL26{transition:.2s ease-in-out;font-size:14px;font-weight:500}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__managerInfo--w5hic .ant-badge{display:flex;align-self:center}.project-card-module__root--k5PcL .project-card-module__footer--wg_7H .project-card-module__addTaskBtn--DLWwh{margin-right:0;margin-left:auto}.project-card-module__root--k5PcL .project-card-module__actions--WL5CC{position:absolute;top:6px;right:6px}.project-card-module__isNew--J9VA_{animation:project-card-module__isNew--J9VA_ 5s}.project-card-module__hidden--TVptZ{display:none}@keyframes project-card-module__isNew--J9VA_{0%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}50%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}}.project-card-module__addMemberBtn--_f3iY{display:flex;align-items:center;padding:0;margin:0;width:100% !important}.project-card-module__collapsedDescription--OvQpx{max-height:18px;overflow:hidden}
.styles-module__root--LY6ap{display:flex;flex-direction:column}
.actions-ordering-module__root--G5CUM{display:flex;align-items:center;margin-bottom:10px}.actions-ordering-module__root--G5CUM .actions-ordering-module__flexWrap--KfFw7{display:flex;align-items:center}.actions-ordering-module__root--G5CUM .actions-ordering-module__btn--mFxDX{margin-right:24px;color:#252627;padding-left:0;cursor:pointer;display:flex}.actions-ordering-module__root--G5CUM .actions-ordering-module__btn--mFxDX:hover,.actions-ordering-module__root--G5CUM .actions-ordering-module__btn--mFxDX:focus{color:#252627}.actions-ordering-module__root--G5CUM .actions-ordering-module__btn--mFxDX .actions-ordering-module__btnText--EhqfB{white-space:nowrap;margin-right:8px}
.filters-module__root--fAfXN{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:15px}.filters-module__root--fAfXN .filters-module__actionsOrdering--S5tbQ{margin:0}.filters-module__root--fAfXN .filters-module__icon--VuJxs{width:12px}.filters-module__root--fAfXN .filters-module__btnWrapper--_Yrg3{flex:1 1 25%}.filters-module__root--fAfXN .filters-module__search--nFXZo{flex:1 5 20%;min-width:370px}.filters-module__root--fAfXN .filters-module__itemsLayout--jxAzK{display:flex}.filters-module__root--fAfXN .filters-module__btnCreator--qPFvG{margin-right:auto}.filters-module__root--fAfXN .filters-module__right--WAthp{display:flex;align-items:center;gap:16px;flex:1 5 auto}.filters-module__root--fAfXN .filters-module__btnFilter--CqvM3{display:flex;align-items:center}.filters-module__root--fAfXN .filters-module__btnFilter--CqvM3.filters-module__active--E33UT{color:#16969c !important}:root .filters-module__groupTitle--lpja1{margin-bottom:16px;padding:9px 25px;border-top:1px solid #f2f2f3;border-bottom:1px solid #f2f2f3;background-color:#fff;font-size:16px}.filters-module__filter--NfJ3_{margin:0 20px 16px;flex-shrink:0}.filters-module__filter--NfJ3_:first-child{margin-top:16px}.filters-module__divider--DHRhn{margin:0 0 16px}
.editor-date-end-modal-module__datePicker--UdRtU{max-width:unset}
:root .reason-modal-module__root--zmfCv .ant-legacy-form-explain{top:156px}.reason-modal-module__root--zmfCv .reason-modal-module__description--CVpaP{margin-bottom:24px}
.ChangeAccessTypeModal-module__content--ZUb9_{padding:32px 24px;text-align:center}.ChangeAccessTypeModal-module__iconWrap--kdffC{margin-bottom:20px;padding:36px 0 0}.ChangeAccessTypeModal-module__title--f5qVB{font-size:24px;margin-bottom:20px;line-height:1.4;font-weight:700}.ChangeAccessTypeModal-module__btnWrap--uad0E{display:flex;align-items:center;justify-content:center;margin-top:32px}
.task-list-modal-module__root--jEYIn{padding:24px}.task-list-modal-module__root--jEYIn .task-list-modal-module__form--gOvog{display:flex;flex-direction:column}.task-list-modal-module__root--jEYIn .task-list-modal-module__form--gOvog .task-list-modal-module__taskSelect--Vu4kM{margin-top:24px}.task-list-modal-module__root--jEYIn .task-list-modal-module__form--gOvog .task-list-modal-module__btn--f84lT{margin-left:auto}.task-list-modal-module__root--jEYIn .task-list-modal-module__errorMessage--quOqe{margin-bottom:24px}
.card-module__parent--FgcNA{background-color:rgba(137,140,144,.1);padding:4px;border-radius:4px;margin-bottom:4px}.card-module__parent--FgcNA .card-module__btn--MDgBB{padding:0;height:auto;margin-left:5px}.card-module__parent--FgcNA .card-module__board--SWfGb{margin-bottom:0}.card-module__parent--FgcNA .card-module__parentTitle--BV8Pv{display:flex;align-items:center;margin-bottom:0;font-size:12px}.card-module__parent--FgcNA .card-module__parentTitle--BV8Pv .card-module__parentTitleName--fczg0{margin-left:5px;color:#3e3f42}.card-module__root--E_3PZ{position:relative;display:flex;flex-direction:column;background-color:#fff;border:1px solid #d8d9da;border-radius:10px;outline:none;width:100%;margin-bottom:16px;transition:.2s ease-in-out;cursor:pointer}.card-module__root--E_3PZ::before{content:"";position:absolute;height:100%;width:0;transition:all ease-in-out .2s;opacity:0;border-radius:10px 0 0 10px;border-width:5px;border-style:solid;border-color:#fff}.card-module__root--E_3PZ.card-module__favorite--TdG10::before{opacity:1;border-left-color:#16969c}.card-module__root--E_3PZ.card-module__board--SWfGb{width:auto;margin-bottom:4px;border-radius:4px;border:1px solid rgba(137,140,144,.3)}.card-module__root--E_3PZ.card-module__board--SWfGb::before{border-radius:4px 0 0 4px;border-width:3px}.card-module__root--E_3PZ.card-module__board--SWfGb .card-module__content--0_DAH{padding:10px}.card-module__root--E_3PZ.card-module__board--SWfGb .card-module__actions--sOjy7{right:6px;top:6px}.card-module__root--E_3PZ.card-module__withDates--gwY3c{display:flex;flex-direction:row}.card-module__root--E_3PZ:hover{cursor:pointer;box-shadow:0 2px 30px 0 #d8d9da}.card-module__root--E_3PZ .card-module__content--0_DAH{display:flex;flex-direction:column;padding:12px 16px;flex-grow:1;width:100%;color:#252627;min-width:0}.card-module__root--E_3PZ .card-module__header--gpRe4{display:flex;align-items:center}.card-module__root--E_3PZ .card-module__header--gpRe4 .card-module__id--yNanB{display:inline;color:#16969c;margin-right:20px}.card-module__root--E_3PZ .card-module__header--gpRe4 .card-module__icon--dDScz{margin-right:5px;width:20px;height:20px;align-items:center;display:flex}.card-module__root--E_3PZ .card-module__header--gpRe4 .card-module__schedulerIconListView--BpxXL{margin-right:10px}.card-module__root--E_3PZ .card-module__header--gpRe4 .card-module__status--IlIfJ{font-size:12px;color:#16969c;border-radius:32px;border:1px solid #16969c;padding:3px 11px}.card-module__root--E_3PZ .card-module__actions--sOjy7{position:absolute;right:10px;top:10px}.card-module__root--E_3PZ .card-module__title--QJOH9{margin:4px 0;word-break:break-word}.card-module__root--E_3PZ .card-module__title--QJOH9.card-module__outdated--edOjT{color:#f9716c}.card-module__root--E_3PZ .card-module__tags--bURhk{margin-bottom:8px}.card-module__root--E_3PZ .card-module__footer--rwNJy{display:flex;align-items:center;margin-top:auto}.card-module__root--E_3PZ .card-module__footer--rwNJy .card-module__text--CS8VM{font-size:12px;color:rgba(137,140,144,.7);margin-right:5px}.card-module__root--E_3PZ .card-module__footer--rwNJy .card-module__divider--MDn6S{height:25px;margin:0 16px}.card-module__root--E_3PZ .card-module__outdated--edOjT{color:#f9716c}.card-module__root--E_3PZ .card-module__dateIcon--TtQbY{opacity:.6}.card-module__root--E_3PZ .card-module__dates--OpxyQ{display:flex;flex-direction:column;justify-content:center;max-width:290px;min-width:200px;width:100%;flex-shrink:1;padding:12px 16px;font-size:12px}.card-module__root--E_3PZ .card-module__dates--OpxyQ .card-module__date--ka0L6:not(:last-child){margin-bottom:14px}.card-module__users--LDq7g{display:flex;align-items:center;font-size:12px}.card-module__users--LDq7g .card-module__user--l9ir7{display:flex;align-items:center}.card-module__users--LDq7g .card-module__label--GgtiL{margin-right:8px}.card-module__datesDivider--qfyIT{margin:7px 0;height:auto}.card-module__isNew--Jx7D5{animation:card-module__isNew--Jx7D5 5s}@keyframes card-module__isNew--Jx7D5{0%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}50%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}}
.small-card-module__root--_Nn3J{display:flex;padding:8px;width:100%;background-color:#fff;border:1px solid #d8d9da;border-radius:4px}.small-card-module__root--_Nn3J .small-card-module__link--pWk2b{display:flex;overflow:hidden;justify-content:space-between;align-items:flex-start;width:100%;margin-right:8px}.small-card-module__root--_Nn3J .small-card-module__leftContent--VHlBa{display:flex;flex-grow:1;min-width:0;align-items:center}.small-card-module__root--_Nn3J .small-card-module__leftContent--VHlBa .small-card-module__favoriteWrap--D4Pq9{display:flex;align-items:center;margin-bottom:auto}.small-card-module__root--_Nn3J .small-card-module__leftContent--VHlBa .small-card-module__iconId--NcRww{align-items:flex-start}.small-card-module__root--_Nn3J .small-card-module__leftContent--VHlBa .small-card-module__favorite--ABCtd{margin-right:8px}.small-card-module__root--_Nn3J .small-card-module__leftContent--VHlBa .small-card-module__titleWrapper--biZ2_{flex-grow:1;min-width:0}.small-card-module__root--_Nn3J .small-card-module__leftContent--VHlBa .small-card-module__title--ziDBJ{display:block;word-break:break-word}.small-card-module__root--_Nn3J .small-card-module__rightContent--gGaUi{display:flex}.small-card-module__root--_Nn3J .small-card-module__rightContent--gGaUi .small-card-module__tags--hncEF{margin-right:8px;margin-left:8px;flex-wrap:nowrap;width:max-content}.small-card-module__root--_Nn3J .small-card-module__rightContent--gGaUi .small-card-module__actions--zNHnr{margin-left:8px}
.styles-module__root--cTd6Q{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.styles-module__root--cTd6Q .styles-module__scroll--bFyBA{width:100%}.styles-module__root--cTd6Q .styles-module__smallCardsScroll--SrkYz{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.styles-module__root--cTd6Q .styles-module__sprintMenu--MoZ_6{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:15px}.styles-module__root--cTd6Q .styles-module__sprintMenu--MoZ_6 .styles-module__right--rVsry{display:flex;align-items:center}.styles-module__root--cTd6Q .styles-module__sprintMenu--MoZ_6 .styles-module__counter--h_l6p{margin-right:15px;color:#252627}.styles-module__root--cTd6Q .styles-module__sprintMenu--MoZ_6 .styles-module__sprintCounter--NdPOn{margin-left:auto}.styles-module__root--cTd6Q .styles-module__sprintName--G2NyM{font-weight:600}.styles-module__root--cTd6Q .styles-module__btnReady--VJmrS,.styles-module__root--cTd6Q .styles-module__btnClose--wSMlJ{padding:0;height:auto}.styles-module__root--cTd6Q .styles-module__btnClose--wSMlJ{color:#898c90}.styles-module__root--cTd6Q .styles-module__btnClose--wSMlJ:hover{color:#16969c}.styles-module__root--cTd6Q .styles-module__divider--VgbqA{margin-top:4px;height:16px}.styles-module__root--cTd6Q .styles-module__checkboxContainer--O4p11{display:flex}.styles-module__root--cTd6Q .styles-module__checkbox--HHJOV{margin-left:-20px;margin-bottom:15px;padding-right:4px;align-items:center;justify-content:center;display:flex}.styles-module__root--cTd6Q .styles-module__checkbox--HHJOV .ant-checkbox-inner{width:15px;height:15px;border-radius:5px;border:1px solid rgba(137,140,144,.8)}.styles-module__root--cTd6Q .styles-module__checkbox--HHJOV .ant-checkbox-inner:after{width:7px;height:8px}
.board-module__root--AJ2hM{grid-gap:8px;display:grid;gap:8px;height:100%;overflow:scroll hidden}.board-module__root--AJ2hM .board-module__column--f6tht{background-color:#f2f2f3;border-radius:4px;padding:16px 0 4px;display:flex;flex-direction:column;overflow:hidden}.board-module__root--AJ2hM .board-module__column--f6tht.board-module__allowDrop--aPbRM{background-color:#d7f4df}.board-module__root--AJ2hM .board-module__headerWrap--dTIlq{padding:0 8px 8px}.board-module__root--AJ2hM .board-module__scrollWrap--YsDxb{overflow:auto;height:100%;padding:0 8px}.board-module__root--AJ2hM .board-module__scrollWrap--YsDxb>div>*:not(:last-child){margin-bottom:8px}.board-module__root--AJ2hM .board-module__skeleton--jjZyg{padding:8px;background-color:#fff;border:1px solid #d8d9da;border-radius:4px;margin-bottom:8px}
.board-module__root--puZZi{padding:0 0 16px}
.gantt-module__root--b4a4t{display:flex;flex-direction:column}.gantt-module__root--b4a4t.gantt-module__loading--pl29Z .fc{opacity:.5}.gantt-module__root--b4a4t .gantt-module__spin--KKH9x{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100}.gantt-module__root--b4a4t .gantt-module__event--WqgPA{padding:0;border:unset;border-radius:unset;background-color:unset;box-shadow:unset;overflow:hidden}.gantt-module__root--b4a4t .gantt-module__iconId--Ilkig{color:#16969c;transition:color .3s ease-in-out}.gantt-module__root--b4a4t .gantt-module__iconId--Ilkig:hover{color:#138186}.gantt-module__root--b4a4t .gantt-module__eventContent--fN52S{display:flex;gap:8px;border-radius:4px;border:1px solid #d8d9da;transition:border .3s ease-in-out;padding:4px 8px;overflow:hidden}.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){display:flex;align-items:center}.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-button-group{margin-left:24px}.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-toolbar-title{font-weight:600;font-size:16px;color:#0c0d0d;margin-left:24px}.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-button{font-weight:600;font-size:16px;background-color:#fff;border:1px solid #16969c;color:#16969c;padding:6px 16px;box-shadow:none !important}.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-button-active{background-color:#16969c;color:#fff}.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-prev-button,.gantt-module__root--b4a4t .fc .fc-header-toolbar .fc-next-button{display:flex;align-items:center;padding:6px;color:#898c90}.gantt-module__root--b4a4t .fc .fc-highlight{background-color:#a3a5a8;opacity:.3}.gantt-module__root--b4a4t .fc .fc-timegrid-now-indicator-arrow,.gantt-module__root--b4a4t .fc .fc-timeline-now-indicator-arrow{left:unset;right:0;width:12px;height:12px;border-radius:50%;background-color:#16969c;border:unset}.gantt-module__root--b4a4t .fc .fc-timeline-now-indicator-arrow{top:unset;bottom:0}.gantt-module__root--b4a4t .fc .fc-timegrid-now-indicator-line{border-color:#16969c;border-width:2px 0 0}.gantt-module__root--b4a4t .fc .fc-timeline-now-indicator-line{border-color:#16969c;border-width:0 0 0 2px}.gantt-module__root--b4a4t .fc .fc-timegrid-axis{border:unset;background-color:rgba(0,0,0,0) !important}.gantt-module__root--b4a4t .fc .fc-scrollgrid{border:unset}.gantt-module__root--b4a4t .fc .fc-timegrid-slot-label-cushion{padding:0 15px 0 0}.gantt-module__root--b4a4t .fc .fc-timegrid-slot{border-left:unset;height:32px}.gantt-module__root--b4a4t .fc .fc-timegrid-slot-label{border:unset}.gantt-module__root--b4a4t .fc tr:nth-child(2n)>.fc-timegrid-slot-lane{border-top:unset}.gantt-module__root--b4a4t .fc .fc-event-main{padding:0}.gantt-module__root--b4a4t .fc .fc-col-header-cell-cushion{display:block;padding:8px;cursor:default;width:100%}.gantt-module__root--b4a4t .fc .fc-scrollgrid-section-header>th:first-child .fc-datagrid-header{display:none}.gantt-module__root--b4a4t .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:-30px}.gantt-module__root--b4a4t .fc .fc-datagrid-body,.gantt-module__root--b4a4t .fc .fc-timeline-body{background-color:#fff}.gantt-module__root--b4a4t .fc .fc-timeline-body{min-height:auto}.gantt-module__root--b4a4t .fc .fc-timeline-slot-frame{justify-content:flex-start}.gantt-module__root--b4a4t .fc .fc-timeline-slot-label{background-color:#fff}.gantt-module__root--b4a4t .fc .fc-timeline-slot-label.fc-day-sat,.gantt-module__root--b4a4t .fc .fc-timeline-slot-label.fc-day-sun{background-color:#f2f2f3}.gantt-module__root--b4a4t .fc .fc-timeline-slot-label.fc-day-today{background-color:#d2f7f9}.gantt-module__root--b4a4t .fc .fc-datagrid-expander .fc-icon{display:none}.gantt-module__root--b4a4t .fc .fc-datagrid-expander .fc-icon-plus-square{display:inline-block}.gantt-module__root--b4a4t .fc .fc-datagrid-expander .fc-icon-plus-square::before{content:""}.gantt-module__root--b4a4t .fc .fc-datagrid-expander .fc-icon-minus-square{display:inline-block;transform:rotate(90deg)}.gantt-module__root--b4a4t .fc .fc-datagrid-expander .fc-icon-minus-square::before{content:""}.gantt-module__root--b4a4t .fc .fc-resourceTimelineDay-view .fc-timeline-slots tbody>tr .fc-timeline-slot:nth-child(even){border-left:unset}.gantt-module__root--b4a4t .fc .fc-timegrid-body{background-color:#fff}.gantt-module__root--b4a4t .fc .fc-col-header-cell{border-left:unset;text-align:left;background-color:#fff}.gantt-module__root--b4a4t .fc .fc-datagrid-cell-main,.gantt-module__root--b4a4t .fc .fc-datagrid-cell-cushion{display:flex;align-items:center;overflow:hidden}.gantt-module__root--b4a4t .fc .fc-scrollgrid-section-header>th .fc-scroller::-webkit-scrollbar{display:none !important}.gantt-module__root--b4a4t .fc tbody>.fc-scrollgrid-section>td:nth-child(1) .fc-scroller::-webkit-scrollbar{display:none !important}.gantt-module__emplpoyeeTooltip--rPR1p{display:flex;flex-direction:column;gap:4px;font-weight:600}
.subtask-card-module__root--Bs7YV{display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative}.subtask-card-module__root--Bs7YV.subtask-card-module__outdated--QaMFz .subtask-card-module__title--uGbgF{color:#f9716c}.subtask-card-module__root--Bs7YV .subtask-card-module__flexWrap--n5xVe{display:flex;align-items:center}.subtask-card-module__root--Bs7YV .subtask-card-module__flexOferflow--zdcgk{margin-right:10px;overflow:hidden;flex-shrink:1}.subtask-card-module__root--Bs7YV .subtask-card-module__tooltipContent--gAvOI{margin:5px}.subtask-card-module__tooltip--YRCja{cursor:pointer}.subtask-card-module__tooltip--YRCja .ant-tooltip-inner{padding:0}.subtask-card-module__isNew--bR7WB{animation:subtask-card-module__isNew--bR7WB 5s}.subtask-card-module__textNoAccess--ZgoxB{color:#a3a5a8}@keyframes subtask-card-module__isNew--bR7WB{0%{box-shadow:0 0 2px 2px rgba(253,164,2,.7)}50%{box-shadow:0 0 2px 2px rgba(253,164,2,.7)}}
.HierarchyView-module__root--Ep2Zh{padding:30px}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p{margin-top:15px;max-width:870px;background-color:#fafafa}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-node-content-wrapper{height:40px;line-height:38px;border-radius:4px;padding-left:10px;padding-right:10px;border:1px solid rgb(228.74,228.74,230.76)}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-node-content-wrapper:has(>span>div[data-parent=parent]){border-color:#16969c}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-node-content-wrapper:has(>span>div[data-selected=selected]){border-color:#aadddf;background-color:#e9fbfc}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-node-content-wrapper:has(>span>div[data-subtasks=no-subtasks]){padding-left:8px}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-switcher_open,.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-switcher_close{align-self:center}.HierarchyView-module__root--Ep2Zh .HierarchyView-module__tree--ghI2p .ant-tree-switcher{background-color:rgba(0,0,0,0)}.HierarchyView-module__titleText--Dzgqq{max-width:500px}
.filters-module__root--fXgvk{margin-bottom:15px;display:flex;flex-wrap:wrap;row-gap:16px;align-items:center}.filters-module__root--fXgvk .filters-module__actionsOrdering--YF8d_{margin:0 10px 0 0}.filters-module__root--fXgvk .filters-module__menu--eAfyR{margin-left:auto}@media(max-width: 1580px){.filters-module__root--fXgvk .filters-module__menu--eAfyR{margin-left:0}}.filters-module__root--fXgvk .filters-module__search--tPEoE{max-width:370px}@media(max-width: 1800px){.filters-module__root--fXgvk .filters-module__search--tPEoE{max-width:none}}.filters-module__root--fXgvk .filters-module__search--tPEoE input{min-height:36px}.filters-module__root--fXgvk .filters-module__btnToWork--lXqPA{margin:0 32px 0 0;padding:0;border:0;color:#16969c}.filters-module__filter--lqepd{margin:0 20px 16px;flex-shrink:0}.filters-module__title--ozNkL{padding:8px 20px;background-color:#fff;margin:16px 0 !important}.filters-module__divider--DuOh3{margin:0 0 16px}
.filters-module__filter--ueGSJ{margin:0 20px 16px;flex-shrink:0}.filters-module__filter--ueGSJ:first-child{margin-top:16px}.filters-module__title--eSCxm{padding:8px 20px;background-color:#fff;margin:16px 0 !important}.filters-module__divider--fb6r2{margin:0 0 16px}
.project-view-module__container--hQexi{display:flex;flex-direction:column;height:100%;padding:30px 30px 0;overflow:auto}.project-view-module__container--hQexi .project-view-module__backBtn--ldlHN{padding-left:0;margin-bottom:15px;align-self:start}
.styles-module__root--E7eOW{display:flex;flex-direction:column;height:100%}.styles-module__root--E7eOW .styles-module__title--rBXLw{display:block;font-size:20px;line-height:22px;font-weight:600;margin-bottom:0}.styles-module__root--E7eOW .styles-module__fieldsWrap--k1ZT6{padding:0 25px}.styles-module__root--E7eOW .styles-module__dates--X1JdU{display:flex}.styles-module__root--E7eOW .styles-module__btns--mKv58{display:flex;justify-content:space-between;padding:0 25px 25px}.styles-module__root--E7eOW .styles-module__addSprint--jJSF7{padding:0;min-width:130px}.styles-module__root--E7eOW .styles-module__btnSubmit--e3up8{margin-left:auto;padding:0 33px}.styles-module__root--E7eOW .styles-module__filter--ZTl1q{height:36px;margin-bottom:10px;width:100%;background-color:#fff;border:1px solid #a3a5a8}.styles-module__root--E7eOW .styles-module__popover--n2_Ef{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.styles-module__root--E7eOW .styles-module__description--F2gHP{display:block;margin:16px 0;line-height:1.58}.styles-module__root--E7eOW .styles-module__filterRoot--Einpv{width:100%}.styles-module__root--E7eOW .styles-module__filterRoot--Einpv .ant-popover{width:488px}
.sprint-card-module__root--vUaNm{background-color:#f2f2f3;margin-bottom:16px;border:none}.sprint-card-module__root--vUaNm.sprint-card-module__closed--qlp_S{background-color:#f2f2f3}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q{background-color:#f2f2f3;border-bottom:none;border-radius:4px !important}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1{display:flex;justify-content:space-between}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__titleWrapper--WUD2x{width:100%;margin-right:8px}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__titleWrapper--WUD2x .sprint-card-module__title--VDbbY{font-size:14px;color:#0c0d0d;font-weight:600;line-height:1.5;word-break:break-word;cursor:pointer}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__footer--Ht8x0{margin-top:8px;display:flex;align-items:center;justify-content:space-between}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__footer--Ht8x0 .sprint-card-module__dates--jxR0h{width:100%;text-align:end}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__footer--Ht8x0 .sprint-card-module__dates--jxR0h .sprint-card-module__lag--WX_H5{margin-right:8px;color:#f5120a}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__footer--Ht8x0 .sprint-card-module__dates--jxR0h .sprint-card-module__dateWrapper--Bsy8x+.sprint-card-module__dateWrapper--Bsy8x{margin-left:16px;padding-left:16px;border-left:1px solid #d8d9da}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__footer--Ht8x0 .sprint-card-module__dates--jxR0h .sprint-card-module__dateLabel--i2bZL{color:#898c90;margin-right:8px}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .sprint-card-module__header--dQlq1 .sprint-card-module__footer--Ht8x0 .sprint-card-module__dates--jxR0h .sprint-card-module__date--uV_Bo{color:#0c0d0d}.sprint-card-module__root--vUaNm .sprint-card-module__panel--CzM4q .ant-collapse-content{border-top:0;background-color:#f2f2f3}.sprint-card-module__root--vUaNm .sprint-card-module__scrollWrapper--lmHHg{display:flex;flex-direction:column;gap:8px;max-height:500px;overflow-y:auto}.sprint-card-module__root--vUaNm .sprint-card-module__scrollWrapper--lmHHg>div>*:not(:last-child){margin-bottom:8px}.sprint-card-module__isNew--FAd66{animation:sprint-card-module__isNew--FAd66 5s}@keyframes sprint-card-module__isNew--FAd66{0%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}50%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}}.sprint-card-module__relative--LHJdS{position:relative}
.sprint-view-module__root--ENmoQ .sprint-view-module__header--xiG2R{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sprint-view-module__root--ENmoQ .sprint-view-module__header--xiG2R .sprint-view-module__search--eTXBU{max-width:370px}.sprint-view-module__root--ENmoQ .sprint-view-module__listWrapper--cWkxN{display:flex;flex-direction:column;margin-top:16px}.sprint-view-module__root--ENmoQ .sprint-view-module__empty--UplbS{margin-top:15px;display:block}
.date-list-module__date--eQS8O{width:100%;padding:8px 16px;text-align:center;color:#a3a5a8;z-index:10}.date-list-module__date--eQS8O:first-of-type{padding-top:16px}
.message-module__root--TLXAD{padding:12px 12px;background-color:#fff;position:relative}.message-module__root--TLXAD.message-module__draft--RRxPs{background-color:rgba(210,247,249,.5) !important}.message-module__root--TLXAD.message-module__draft--RRxPs>*:not(i){opacity:.5}.message-module__root--TLXAD.message-module__notSended--pVd1x{background-color:#fdd0ce !important}.message-module__root--TLXAD .message-module__createdAt--EWe_o{position:absolute;bottom:4px;right:4px;line-height:1;display:flex;align-items:center;gap:4px}.message-module__root--TLXAD .message-module__createdAt--EWe_o.message-module__isLog--UQ139{position:static;width:100px;display:flex;justify-content:flex-end;margin-left:auto}.message-module__root--TLXAD .message-module__clock--QEl6F,.message-module__root--TLXAD .message-module__warning--YHUIm{position:absolute;line-height:1;bottom:4px;right:4px}.message-module__root--TLXAD .message-module__attachmentsWrap--K7Xbt{flex-direction:column-reverse}.message-module__root--TLXAD .message-module__attachmentsWrapForLog--P8wNI{flex-direction:column-reverse;margin-right:-106px;margin-left:-10px}@media(max-width: 1705px){.message-module__root--TLXAD .message-module__attachmentsWrapForLog--P8wNI{margin-right:-99px}}@media(max-width: 1064px){.message-module__root--TLXAD .message-module__attachmentsWrapForLog--P8wNI{margin-right:-95px}}@media(max-width: 874px){.message-module__root--TLXAD .message-module__attachmentsWrapForLog--P8wNI{margin-right:-90px}}.message-module__root--TLXAD .message-module__attachments--v_Gsb{margin-top:8px}.message-module__root--TLXAD .message-module__content--l4Lb1{margin-bottom:6px}.message-module__root--TLXAD .message-module__content--l4Lb1.message-module__isLog--UQ139{width:100%;margin-bottom:0}.message-module__root--TLXAD.message-module__withStatusIcon--wv_Q5 .message-module__createdAt--EWe_o{right:22px}.message-module__root--TLXAD.message-module__source--v3wHH .message-module__content--l4Lb1{margin-bottom:0}.message-module__root--TLXAD.message-module__source--v3wHH .message-module__createdAt--EWe_o{display:none}
.styles-module__btnsWrapper--xWe4P{display:flex;justify-content:space-between;margin-top:20px}
.message-module__root--GRojE{display:flex;flex-direction:column;padding:8px 0;width:100%}.message-module__root--GRojE.message-module__isLog--noC1u{padding:4px;border-radius:4px}.message-module__root--GRojE:last-child{margin-bottom:0 !important}.message-module__root--GRojE.message-module__firstGroupMessage--gB97G,.message-module__root--GRojE.message-module__groupMessage--fngmd,.message-module__root--GRojE.message-module__lastGroupMessage--RmrJC{padding:8px 8px 16px;background-color:#f2f2f3}.message-module__root--GRojE.message-module__firstGroupMessage--gB97G{border-radius:8px 8px 0 0}.message-module__root--GRojE.message-module__lastGroupMessage--RmrJC{padding-bottom:8px;border-radius:0 0 8px 8px;margin-bottom:16px}.message-module__root--GRojE.message-module__firstGroupMessage--gB97G.message-module__lastGroupMessage--RmrJC{border-radius:8px}.message-module__root--GRojE.message-module__source--HV7CR{padding:8px;border-radius:4px;background-color:#fff}.message-module__root--GRojE.message-module__source--HV7CR .message-module__contentWrap--yLXeF{background-color:rgba(0,0,0,0) !important;padding:0 !important;border:none !important;max-width:unset !important}.message-module__root--GRojE.message-module__source--HV7CR .message-module__message--rFNe8{display:grid;grid-template-columns:1fr auto}.message-module__root--GRojE.message-module__source--HV7CR .message-module__message--rFNe8 .message-module__messageActions--VNcy2{opacity:1;pointer-events:all;height:34px}.message-module__root--GRojE .message-module__message--rFNe8{display:flex;gap:8px;width:100%}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__visible--VtruH{opacity:1;pointer-events:all}.message-module__root--GRojE .message-module__message--rFNe8:hover .message-module__messageActions--VNcy2{opacity:1;pointer-events:all}.message-module__root--GRojE .message-module__message--rFNe8.message-module__my--IK0eb{flex-direction:row-reverse}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__channelIcon--H50d9>svg{border-radius:50%}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__contentWrap--yLXeF{border-radius:0px 8px 8px 8px;min-width:200px;max-width:80%}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__contentWrap--yLXeF.message-module__my--IK0eb{border-radius:8px 0px 8px 8px;background-color:#d2f7f9}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__contentWrap--yLXeF.message-module__online--RdRTo{background-color:#f2f2f3}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__contentWrap--yLXeF.message-module__comment--F2Mag{background-color:#fff;border:1px solid #bdbfc1}.message-module__root--GRojE .message-module__message--rFNe8 .message-module__contentWrap--yLXeF.message-module__isLog--noC1u{background-color:#fff;display:flex;padding:0;gap:8px;width:100%;max-width:100%;align-items:baseline;border-radius:0}.message-module__root--GRojE .message-module__message--rFNe8.message-module__isLog--noC1u{flex-direction:row}.message-module__root--GRojE .message-module__content--MNFck{display:flex;flex-direction:column;overflow:hidden}.message-module__root--GRojE .message-module__content--MNFck.message-module__isLogWithHistory--KWYLK{gap:8px;flex-direction:row}.message-module__root--GRojE .message-module__content--MNFck .message-module__contentText--WmDKe{display:flex;gap:8px;align-items:center}.message-module__root--GRojE .message-module__content--MNFck .message-module__contentText--WmDKe.message-module__isLog--noC1u{color:#6f7276;font-size:12px}.message-module__root--GRojE .message-module__content--MNFck .message-module__contentText--WmDKe.message-module__isDeleted--YclAQ{color:#a3a5a8;gap:6px}.message-module__root--GRojE .message-module__content--MNFck .message-module__subject--D3VUj{margin-bottom:4px}.message-module__root--GRojE .message-module__content--MNFck .message-module__openEmail--mTciS{padding:0;height:auto;border:0;font-weight:400;align-self:flex-start}.message-module__root--GRojE .message-module__content--MNFck.message-module__isLog--noC1u{margin-bottom:0}.message-module__root--GRojE .message-module__content--MNFck .message-module__historyOpenBtn--LG1sZ{width:fit-content;height:auto;padding:0;font-size:12px;border:none;line-height:normal}.message-module__root--GRojE .message-module__header--VBmM7{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px}.message-module__root--GRojE .message-module__header--VBmM7 .message-module__headerLeft--GR40j{display:flex;flex-wrap:wrap;align-items:center;gap:4px;text-transform:capitalize}.message-module__root--GRojE .message-module__header--VBmM7 .message-module__fullname--iX3cT{word-break:break-word}.message-module__root--GRojE .message-module__header--VBmM7 .message-module__username--n4DzO{text-transform:none}.message-module__root--GRojE .message-module__header--VBmM7.message-module__isLog--noC1u{position:absolute;top:1px;background-color:#fff;margin-bottom:0}.message-module__root--GRojE .message-module__groupInfo--ZF5Tb{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.message-module__root--GRojE .message-module__chatActions--P56MM{margin-left:20px;display:flex;gap:16px}.message-module__root--GRojE .message-module__chatActions--P56MM .message-module__chatActionBtn--VZ00t{height:auto;padding:0;border:0}.message-module__logType--m_txc{cursor:pointer}.message-module__leadInfoTitle--PqTRP{display:block;margin-bottom:2px}.message-module__leadInfoDescription--dQjXi{margin-bottom:8px}.message-module__leadSupportInfo--oxem2{display:flex;flex-direction:column;gap:8px}.message-module__labels--YKbEP{margin:0}.message-module__labels--YKbEP .message-module__leadLabel--CKmtH{display:block;margin:0}.message-module__referrer--slxeV{margin-bottom:0 !important}.message-module__recipients--XtwMl{margin-bottom:8px}.message-module__recipients--XtwMl .message-module__recipientsHeader--KPcmk{display:flex;align-items:center;gap:8px}.message-module__recipients--XtwMl .message-module__recipientsHeader--KPcmk .message-module__recipientsBtn--K6kRs{padding:0;color:#898c90 !important;height:auto}.message-module__recipients--XtwMl .message-module__recipientsTitle--vYC7V{margin:0}.message-module__recipients--XtwMl .message-module__recipientsList--Fd61b{margin:0}.message-module__emoji--mfJBm{margin-top:8px}.message-module__guestAvatar--qFRWB{margin-left:4px;height:16px;width:16px}.message-module__guestAvatar--qFRWB svg{height:inherit;width:inherit}.message-module__guestAvatar36--p6XM1{height:36px;width:36px}.message-module__guestAvatar36--p6XM1 svg{height:inherit;width:inherit}
.FullEmailModal-module__root--O9_74{padding:24px}.FullEmailModal-module__root--O9_74.FullEmailModal-module__withoutSubject--wqYj6{padding-top:38px}.FullEmailModal-module__wrap--mhvle .ant-modal{min-width:640px;width:auto !important;max-width:1280px}.FullEmailModal-module__wrap--mhvle .ant-modal-title{max-width:90%}
.sender-module__root--invya{display:flex;align-items:center;gap:8px;flex-shrink:0;align-self:flex-start}
.actions-module__root--XzJVO{display:flex;flex-shrink:0;gap:8px 16px;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;height:40px}.actions-module__root--XzJVO .actions-module__button--cYgCg{padding:0;border:unset}
.styles-module__form--dKmST{display:flex;flex-direction:column}.styles-module__form--dKmST .styles-module__fromItem--h5Dzb{margin-bottom:24px !important}.styles-module__form--dKmST .styles-module__radioGruop--l1GX0{display:flex;justify-content:center;align-items:center;margin-bottom:20px}@media(max-width: 576px){.styles-module__form--dKmST .styles-module__radioGruop--l1GX0{flex-direction:column;align-items:flex-start}}.styles-module__form--dKmST .styles-module__radioGruop--l1GX0 .styles-module__radio--wf8Ga{display:flex;align-items:center}.styles-module__form--dKmST .styles-module__radioGruop--l1GX0 .styles-module__radio--wf8Ga>span{top:0}@media(max-width: 576px){.styles-module__form--dKmST .styles-module__radioGruop--l1GX0 .styles-module__radio--wf8Ga:first-child{margin-bottom:16px}}.styles-module__form--dKmST .styles-module__radioGruop--l1GX0 .styles-module__radio--wf8Ga>span:last-child{display:flex;align-items:center}.styles-module__form--dKmST .styles-module__title--IBBQN{text-align:center;font-weight:700;margin-bottom:24px}@media(max-width: 576px){.styles-module__form--dKmST .styles-module__title--IBBQN{font-size:16px}}.styles-module__form--dKmST .styles-module__error--W9yAW{display:flex;align-items:flex-start}.styles-module__form--dKmST .styles-module__error--W9yAW .styles-module__iconError--s53Nx{color:#f9716c;font-size:18px;margin-right:8px}.styles-module__form--dKmST .styles-module__error--W9yAW .styles-module__errorText--AO806{font-size:12px;line-height:16px;display:inline-block;margin-bottom:10px;color:#252627}.styles-module__form--dKmST .styles-module__btnWrap--eFjD7{display:flex;flex-direction:column;align-items:center}.styles-module__form--dKmST .styles-module__btnSubmit--QUZoI{padding:0 35px;margin:0 auto}.styles-module__form--dKmST .styles-module__messages--wvNjn{margin-top:16px}.styles-module__form--dKmST .styles-module__messages--wvNjn .styles-module__message--h8A6E{font-size:12px;align-items:center;display:flex;justify-content:center;border-radius:4px;padding:8px 32px;text-align:center}.styles-module__form--dKmST .styles-module__messages--wvNjn .styles-module__message--h8A6E.styles-module__messageGreen--Cv2Ix{color:#165026;background-color:#d7f4df}.styles-module__form--dKmST .styles-module__messages--wvNjn .styles-module__message--h8A6E.styles-module__messageRed--UMxkH{color:#ab0c07;background-color:#fdd0ce}.styles-module__form--dKmST .styles-module__btnSkip--jiy0t{margin:0 auto}.styles-module__form--dKmST .styles-module__checkbox--q69kP{display:flex}.styles-module__form--dKmST .styles-module__checkbox--q69kP .ant-checkbox{margin-top:4px}.styles-module__form--dKmST .styles-module__item--LqY3V{width:100%}.styles-module__form--dKmST .styles-module__column--AnfxV{flex-direction:column;display:flex}@media(max-width: 576px){.styles-module__form--dKmST .styles-module__inputGroup--az614{flex-direction:column}.styles-module__form--dKmST .styles-module__countrySelect--aehuC{margin-bottom:15px;border-radius:4px !important;border:1px solid #a3a5a8 !important}.styles-module__form--dKmST .styles-module__companyWrap--ibtPq{width:100% !important}.styles-module__form--dKmST .styles-module__companySelect--CHCLE{border-radius:4px !important;border:1px solid #a3a5a8 !important}}.styles-module__form--dKmST.styles-module__isCreateWorkspace--WLx9J .styles-module__radioGruop--l1GX0{justify-content:flex-start}.styles-module__flexWrap--AUBmK{display:flex;flex-wrap:wrap;margin-top:10px}.styles-module__flexWrap--AUBmK .styles-module__item--LqY3V{margin-bottom:6px}.styles-module__flexForm--stxaR{height:100%;display:flex;flex-direction:column}.styles-module__flexForm--stxaR .styles-module__btnWrap--eFjD7{margin-top:auto}.styles-module__flexForm--stxaR .styles-module__btnSubmit--QUZoI{margin:0 0 0 auto}.styles-module__btnsSubmitContainer--Vcdjs{display:flex;flex-direction:column;margin-top:auto}.styles-module__btnsSubmitContainer--Vcdjs .styles-module__btnsSubmit--DHAzp{order:2;display:flex;flex-direction:row-reverse;margin-left:auto}.styles-module__btnsSubmitContainer--Vcdjs .styles-module__btnsSubmit--DHAzp .styles-module__btnSkip--jiy0t{align-self:center;margin-right:30px}.styles-module__btnsSubmitContainer--Vcdjs .styles-module__messages--wvNjn{order:1;margin:16px 0}.styles-module__select--CghTW{width:100%}.styles-module__unverifiedWorkspaceWrap--TgknB{display:flex;margin-bottom:24px}.styles-module__unverifiedWorkspaceWrap--TgknB .styles-module__country--qsvuM{height:100%;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;padding-top:0;padding-bottom:0;width:100%;max-width:150px}.styles-module__unverifiedWorkspaceWrap--TgknB .styles-module__titleCompany--_JbDe{margin-bottom:0;width:100%}.styles-module__unverifiedWorkspaceWrap--TgknB .styles-module__titleCompany--_JbDe>input{border-top-left-radius:0;border-bottom-left-radius:0}
.ai-assistant-prompts-module__root--v0OtZ{padding-inline:12px;transform:scaleY(0);overflow:hidden;height:0;transition:all .2s ease;transform-origin:bottom}.ai-assistant-prompts-module__root--v0OtZ.ai-assistant-prompts-module__visible--wNWJB{transform:scaleY(1);height:auto;overflow:unset;padding:12px}.ai-assistant-prompts-module__root--v0OtZ .ai-assistant-prompts-module__title--XYvHK{margin-bottom:16px}.ai-assistant-prompts-module__root--v0OtZ .ai-assistant-prompts-module__prompts--hfKqU{display:flex;gap:8px;flex-wrap:wrap}
.option-module__root--VHvd7{padding:8px 6px;display:flex;align-items:center}
.controls-module__btnCopy--HRqqD{padding-right:0;color:#16969c !important}.controls-module__btnCopyActive--qr06S{color:#bdbfc1 !important}.controls-module__attachments--BTSDd{max-height:150px;overflow:auto;background-color:#fff;padding:10px 8px}.controls-module__toolbarSubmit--KZgif{padding:0;height:auto;border:0}.controls-module__mentionList--KGZfi{position:absolute;min-height:40px;max-height:220px;left:0;bottom:calc(100% + 8px);border-radius:8px;background-color:#fff;width:100%;z-index:1000;overflow-y:auto;box-shadow:0px 2px 30px rgba(0,0,0,.1)}.controls-module__mentionList--KGZfi>div{display:flex;flex-direction:column}.controls-module__mentionItem--Q9i_N{display:flex;flex-direction:column;gap:4px;padding:8px 16px}.controls-module__mentionItem--Q9i_N.controls-module__active--YLzlQ{background-color:#f2f2f3 !important}.controls-module__mentionItem--Q9i_N:hover{background-color:#fafafa}.controls-module__mentionItem--Q9i_N .controls-module__avatarName--bFdAl{display:flex;gap:10px;align-items:center}.controls-module__skeletonMention--JwALR{padding:8px 16px}.controls-module__parentMessage--nZnj_{padding:8px 16px;display:flex;justify-content:space-between;align-items:center;gap:24px;background-color:#fff}.controls-module__parentMessage--nZnj_.controls-module__isMessageContent--LirNj{padding:0;margin-bottom:8px;background-color:rgba(0,0,0,0)}.controls-module__parentMessage--nZnj_.controls-module__isMessageContent--LirNj .controls-module__parentMessageInfo--aSE2S{width:100%}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageInfo--aSE2S{position:relative;display:flex;flex-direction:column;width:80%;padding-left:8px;cursor:pointer}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageInfo--aSE2S::after{content:"";display:block;position:absolute;left:0;width:2px;height:100%;background-color:#16969c;transition:background-color .3s ease-in-out;border-radius:5px}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageInfo--aSE2S:hover::after{background-color:#138186}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageHeader--hsHVK{display:flex}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageHeader--hsHVK *{margin:0;font-size:12px !important;color:#0c0d0d !important;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP{width:100%}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP,.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP *{font-size:12px !important;color:#898c90 !important}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP.controls-module__deletedContent--pm7un{display:flex;align-items:center;gap:6px}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP.controls-module__deletedContent--pm7un,.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP.controls-module__deletedContent--pm7un *{color:#a3a5a8 !important}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageContent--zm6VP.controls-module__deletedContent--pm7un svg{font-size:16px !important}.controls-module__parentMessage--nZnj_ .controls-module__parentMessageDeleteBtn--I8X91{display:flex;height:auto;padding:0;border:unset}.controls-module__subject--LeEyJ{border-radius:8px 8px 0 0;box-shadow:none}.controls-module__subject--LeEyJ input{border-radius:8px 8px 0 0;border:none !important;border-bottom:1px solid #bdbfc1 !important;padding-right:70px !important}.controls-module__subject--LeEyJ input:focus,.controls-module__subject--LeEyJ input:active,.controls-module__subject--LeEyJ input:hover{border-color:#bdbfc1 !important;outline:none;box-shadow:none}
.layout-auth-module__root--LwDV4{min-height:100vh;background-color:#f2f2f3;padding:0 16px}.layout-auth-module__root--LwDV4 .layout-auth-module__logo--eJlCz{margin:52px auto 42px}@media(max-width: 576px){.layout-auth-module__root--LwDV4 .layout-auth-module__logo--eJlCz{margin:24px auto 30px}}.layout-auth-module__root--LwDV4 .layout-auth-module__content--CKkx0{background-color:#fff;max-width:480px;width:100%;margin:0 auto;border-radius:8px;padding:40px 74px}@media(max-width: 576px){.layout-auth-module__root--LwDV4 .layout-auth-module__content--CKkx0{padding:24px 16px;max-width:calc(100vw - 32px)}}.layout-auth-module__root--LwDV4 .layout-auth-module__selectWorkspace--Fxu0t{background-color:rgba(0,0,0,0);max-width:786px;padding:0}.layout-auth-module__root--LwDV4 .layout-auth-module__withFooter--UInM0{max-width:642px;padding:40px 65px}@media(max-width: 576px){.layout-auth-module__root--LwDV4 .layout-auth-module__withFooter--UInM0{padding:24px 16px;max-width:calc(100vw - 32px)}}.layout-auth-module__root--LwDV4 .layout-auth-module__notDisplayed--Xe5_S{display:none}.layout-auth-module__root--LwDV4 .layout-auth-module__languageSelectWrap--F0p0J{position:fixed;bottom:32px;right:32px;z-index:9999}@media(max-width: 768px){.layout-auth-module__root--LwDV4 .layout-auth-module__languageSelectWrap--F0p0J{position:relative;margin:auto auto 20px;bottom:0;left:0}}.layout-auth-module__root--LwDV4 .layout-auth-module__languageSelectWrap--F0p0J .layout-auth-module__languageSelect--y1f3e{max-width:max-content}@media(max-width: 768px){.layout-auth-module__root--LwDV4 .layout-auth-module__languageSelectWrap--F0p0J .layout-auth-module__languageSelect--y1f3e{margin-top:20px}}
.vat-number-module__root--Z5z5H{line-height:26px;text-align:left}.vat-number-module__root--Z5z5H .vat-number-module__inputGroup--cV3Ne{margin-bottom:8px;display:flex}.vat-number-module__root--Z5z5H .vat-number-module__inputGroup--cV3Ne>*::after,.vat-number-module__root--Z5z5H .vat-number-module__inputGroup--cV3Ne>*::before{display:none}.vat-number-module__root--Z5z5H .vat-number-module__inputGroup--cV3Ne .vat-number-module__countrySelect--k9qym{height:100%;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;padding-top:0;padding-bottom:0}.vat-number-module__root--Z5z5H .vat-number-module__inputGroup--cV3Ne .vat-number-module__companySelect--QkROe{border-top-left-radius:0;border-bottom-left-radius:0}.vat-number-module__root--Z5z5H .vat-number-module__inputGroup--cV3Ne .vat-number-module__ellipsis--U_lO6{flex:1 1 auto;width:50%}.vat-number-module__root--Z5z5H .vat-number-module__wrap--dio4t{margin-top:16px;min-height:30px;display:flex;align-items:center;justify-content:space-between}.vat-number-module__root--Z5z5H .vat-number-module__error--EhHCu,.vat-number-module__root--Z5z5H .vat-number-module__info--HGBMk{display:flex;align-items:flex-start;margin-bottom:2px}.vat-number-module__root--Z5z5H .vat-number-module__findOut--ctXaP{margin-top:8px}.vat-number-module__root--Z5z5H .vat-number-module__errorRed--MQRbc{color:#f9716c;margin-top:-12px}.vat-number-module__root--Z5z5H .vat-number-module__smallText--_F8ts{line-height:16px;font-size:12px;color:rgba(37,38,39,.6)}.vat-number-module__root--Z5z5H .vat-number-module__title--uzCgu{margin-right:10px;line-height:20px}
.questions-module__root--L79vL{max-width:642px;width:100%;margin:64px auto 0;padding-bottom:50px}.questions-module__root--L79vL .ant-collapse-item{width:100%;padding:16px 24px;border:none;background-color:#fff;border-radius:10px !important}.questions-module__root--L79vL .ant-collapse-item:not(:last-child){margin-bottom:16px}.questions-module__root--L79vL .ant-collapse-header{padding:0 32px 0 0 !important;position:relative;color:#0c0d0d;font-size:16px;line-height:24px;font-weight:600}.questions-module__root--L79vL .ant-collapse-header .ant-collapse-arrow{right:0 !important;transform:translateY(-50%) !important;color:#898c90 !important}.questions-module__root--L79vL .ant-collapse-item-active .ant-collapse-header{margin-bottom:24px}.questions-module__root--L79vL .ant-collapse-content-box{padding:0;padding-top:0 !important}.questions-module__root--L79vL .questions-module__link--FdoJ2{font-weight:600}.questions-module__root--L79vL .questions-module__footnoteTitle--CiXXL{margin-bottom:0;text-align:center;text-transform:uppercase}@media(max-width: 576px){.questions-module__root--L79vL .questions-module__footnoteTitle--CiXXL{text-align:left}}.questions-module__root--L79vL .questions-module__footnoteText--RCO2P{margin-bottom:0;text-align:center}@media(max-width: 576px){.questions-module__root--L79vL .questions-module__footnoteText--RCO2P{text-align:left}}
.styles-module__root--dyEj8{margin-bottom:24px;display:flex;align-items:center;justify-content:center}
.typing-module__root--vbmr3{padding-inline:12px;display:flex;align-items:center;gap:4px;background:#fff}.typing-module__root--vbmr3 .typing-module__wave--Fe4ia{display:flex;align-items:center;gap:3px}.typing-module__root--vbmr3 .typing-module__dot--vOf3R{width:3px;height:3px;background-color:#bdbfc1;border-radius:50%;animation:typing-module__wave--Fe4ia 1.1s linear infinite}.typing-module__root--vbmr3 .typing-module__dot--vOf3R:nth-child(2){animation-delay:-0.9s}.typing-module__root--vbmr3 .typing-module__dot--vOf3R:nth-child(3){animation-delay:-0.7s}@keyframes typing-module__wave--Fe4ia{0%,60%,100%{transform:initial}30%{transform:translateY(-5px)}}
.reactions-module__tooltipTitle--HYPL5{display:flex;gap:4px}.reactions-module__root--WZOhX{display:flex;gap:4px;flex-wrap:wrap;margin-top:8px}.reactions-module__root--WZOhX .reactions-module__reaction--FCJio{display:flex;align-items:center;gap:4px;border-radius:20px;border:1px solid #d8d9da;background-color:#fff;padding:0px 8px;cursor:pointer;transition:all .3s ease-in-out}.reactions-module__root--WZOhX .reactions-module__reaction--FCJio.reactions-module__hasMyReaction--QULRE{border-color:#16969c;background-color:#e9fbfc}.reactions-module__root--WZOhX .reactions-module__reaction--FCJio.reactions-module__firstAnimation--cXiPr{animation:reactions-module__firstAnimation--cXiPr .4s ease}.reactions-module__root--WZOhX .reactions-module__reaction--FCJio.reactions-module__highlighting--m2Lbd{animation:reactions-module__highlight--Iwe0g 1s ease-in-out}:root .reactions-module__root--WZOhX .reactions-module__count--DCDpI sup{background-color:rgba(0,0,0,0);color:#138186;padding:0;min-width:auto;height:12px;line-height:12px;border-radius:unset;box-shadow:unset}@keyframes reactions-module__firstAnimation--cXiPr{0%{transform:scale(0)}70%{transform:scale(1.3)}100%{transform:scale(1)}}@keyframes reactions-module__highlight--Iwe0g{25%{transform:scale(1.2) translateY(-4px)}50%{transform:scale(1.2) translateY(-4px)}60%{transform:translateY(0)}70%{transform:translateY(-2px)}80%{transform:translateY(0)}90%{transform:translateY(-1px)}100%{transform:translateY(0)}}
.HistoryLogView-module__history--Ir84P{display:flex;align-items:baseline;padding:10px 8px;border-radius:8px;border:1px solid #d8d9da;font-size:12px;margin:6px 0}.HistoryLogView-module__history--Ir84P>span:last-child{display:inline-block}.HistoryLogView-module__infoWrap--io403{position:relative}.HistoryLogView-module__fromText--wZsKu{position:absolute;left:0;font-weight:600;font-size:12px;display:inline-block;width:fit-content;line-height:normal}.HistoryLogView-module__collapseBtn--IxeX7{width:fit-content;height:auto;padding:0;font-size:12px;border:none;line-height:normal}.HistoryLogView-module__textWrap--oTw_u:has(>span>ul){padding-left:20px}
.to-chat-select-module__toChatSelectOption--ql_ow{display:flex;gap:8px;align-items:center;max-width:200px}.to-chat-select-module__toChatSelectOption--ql_ow .to-chat-select-module__icon--fw0x_>svg{border-radius:50%}.to-chat-select-module__toChatPopover--n1RfD{width:auto !important}.to-chat-select-module__toChatSelect--phd04{border:0;box-shadow:none;background-color:rgba(0,0,0,0);padding:0;min-height:unset !important;overflow:hidden}.to-chat-select-module__optionText--JI6tP{max-width:200px}
.reminder-module__reminderBtn--Xvhey{width:auto;padding:0}.reminder-module__form--oLR_3 .reminder-module__actions--Rd93b{display:flex;gap:8px}.reminder-module__form--oLR_3 .reminder-module__deleteBtn--wDT0n{padding:0;height:auto;margin-top:16px}.reminder-module__form--oLR_3 .reminder-module__input--GASY8{max-width:219px}.reminder-module__form--oLR_3 .reminder-module__textarea--Q62IY{min-height:36px !important}.reminder-module__reminderContainer--pipTz{display:flex;align-items:center;gap:8px}.reminder-module__reminderContainer--pipTz .reminder-module__text--PjE5v{cursor:pointer}.reminder-module__popover--C3NxH .ant-popover-inner-content{padding:16px !important}
.task-field-editor-module__datePickerWrap--jUAUP{max-width:unset}.task-field-editor-module__detailsField--lDpYi{display:flex;align-items:flex-start;margin-bottom:8px}
.scheduler-module__root--RPu0R{margin-bottom:10px}.scheduler-module__root--RPu0R .scheduler-module__wrapper--zLDo5{display:flex;align-items:center;font-size:12px;margin-bottom:6px}.scheduler-module__root--RPu0R .scheduler-module__wrapper--zLDo5.scheduler-module__outdated--Oj0XL .scheduler-module__icon--Ab4Sx,.scheduler-module__root--RPu0R .scheduler-module__wrapper--zLDo5.scheduler-module__outdated--Oj0XL .scheduler-module__text--mog34{color:#f9716c}.scheduler-module__root--RPu0R .scheduler-module__wrapper--zLDo5:last-child{margin-bottom:0}.scheduler-module__root--RPu0R .scheduler-module__icon--Ab4Sx{margin-right:8px;color:#16969c}.scheduler-module__root--RPu0R .scheduler-module__label--PEuwH{line-height:14px;margin-right:4px;color:#898c90}.scheduler-module__root--RPu0R .scheduler-module__text--mog34{color:#252627}
.ExecutionRatingModal-module__content--MEJu1{display:flex;flex-direction:column;align-items:center}.ExecutionRatingModal-module__editorField--rLsIL{width:100%;margin-top:20px}.ExecutionRatingModal-module__submitBtn--EhpvD{font-size:16px;font-weight:600}
.agreement-actions-module__root--KqsnS{padding:0 16px 8px;flex-shrink:0}.agreement-actions-module__root--KqsnS .agreement-actions-module__statuses--pdarS{display:flex;gap:8px;flex-wrap:wrap}.agreement-actions-module__root--KqsnS .agreement-actions-module__statuses--pdarS.agreement-actions-module__odd--U5WEG:not(.agreement-actions-module__withExtraActions--HnaBm) .agreement-actions-module__btnAction--QZgKW:first-child{flex:1 1 100%;max-width:unset}.agreement-actions-module__root--KqsnS .agreement-actions-module__statuses--pdarS.agreement-actions-module__odd--U5WEG.agreement-actions-module__withExtraActions--HnaBm .agreement-actions-module__btnAction--QZgKW:last-child{flex:1 1 100%;max-width:unset}.agreement-actions-module__root--KqsnS .agreement-actions-module__btnAction--QZgKW{flex:1 1 auto;max-width:50%;white-space:unset;min-height:40px;height:auto}.agreement-actions-module__root--KqsnS > .ant-divider{margin:0 0 15px}
.acquaintence-sheet-drawer-module__table--vSjnq{overflow:hidden;margin-bottom:24px}:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table-thead>tr>th .ant-table-column-title{color:#0c0d0d;font-size:12px;font-weight:600}:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table .ant-table-thead>tr>th{padding:16px 8px 8px}:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table .ant-table-tbody>tr>td{padding:8px 8px 16px !important;font-size:14px;color:#0c0d0d}:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-spin-nested-loading,:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-spin-container,:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table,:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table-content,:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table-scroll{height:100%;overflow:hidden}:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table-body{height:calc(100% - 44px);overflow-y:auto !important}:root .acquaintence-sheet-drawer-module__table--vSjnq .ant-table-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:none}
.progress-bar-module__root--vJunH{display:flex;justify-content:flex-start}.progress-bar-module__root--vJunH .progress-bar-module__time--rD1pB{margin-right:70px}.progress-bar-module__root--vJunH .progress-bar-module__time--rD1pB .ant-progress{margin-right:10px}.progress-bar-module__root--vJunH .progress-bar-module__time--rD1pB.progress-bar-module__hovered--XskAS:hover .progress-bar-module__icon--xib5y{color:#16969c;cursor:pointer}.progress-bar-module__root--vJunH .progress-bar-module__time--rD1pB:last-child{margin-right:20px}.progress-bar-module__root--vJunH .progress-bar-module__text--g4W6u{font-size:14px;color:#57595c}.progress-bar-module__root--vJunH .progress-bar-module__block--l8ycd{margin-top:8px;display:flex;flex-direction:column}.progress-bar-module__root--vJunH .progress-bar-module__block--l8ycd span:hover{cursor:pointer}.progress-bar-module__root--vJunH .progress-bar-module__block--l8ycd.progress-bar-module__disabled--rXJuI span{color:#a3a5a8}.progress-bar-module__root--vJunH .progress-bar-module__block--l8ycd.progress-bar-module__disabled--rXJuI span:hover{cursor:default}.progress-bar-module__root--vJunH .progress-bar-module__block--l8ycd .ant-popover-open{background-color:#fff}.progress-bar-module__root--vJunH .progress-bar-module__block--l8ycd .progress-bar-module__label--pREa_{margin-left:34px}.progress-bar-module__root--vJunH .progress-bar-module__label--pREa_{font-size:12px;color:rgba(137,140,144,.7);display:block;margin-bottom:2px}.progress-bar-module__estimate--n3FBd{width:100%;max-width:250px}.progress-bar-module__switch--M4MnB{margin-bottom:8px}
.subtask-list-module__root--uU7zK{position:relative}.subtask-list-module__root--uU7zK .subtask-list-module__title--BbZbV{display:flex;justify-content:space-between;font-weight:600;font-size:16px;padding:10px 0;margin-right:34px}.subtask-list-module__root--uU7zK .subtask-list-module__btn--E0HAF{position:absolute;right:0;background:none;border:none;opacity:.8;padding:0;min-width:26px;margin-top:5px;font-size:20px}.subtask-list-module__root--uU7zK .subtask-list-module__btn--E0HAF button{padding:0}.subtask-list-module__root--uU7zK .subtask-list-module__btn--E0HAF:hover{opacity:1}.subtask-list-module__root--uU7zK .subtask-list-module__divider--yvL2G{margin:10px 0}.subtask-list-module__root--uU7zK .subtask-list-module__option--DdQTb{border:1px solid #f2f2f3;padding:0 8px;margin:0 2px 5px 2px;border-radius:4px;height:36px}.subtask-list-module__root--uU7zK .subtask-list-module__option--DdQTb:hover{background-color:rgba(22,150,156,.1)}.subtask-list-module__root--uU7zK .subtask-list-module__option--DdQTb.subtask-list-module__disabled--Cp_rC:hover,.subtask-list-module__root--uU7zK .subtask-list-module__option--DdQTb.subtask-list-module__disabled--Cp_rC:focus{background-color:rgba(0,0,0,0);cursor:default}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-switcher-noop{display:none}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop){position:absolute;z-index:2;margin-top:5px}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop)+.ant-tree-node-content-wrapper [class*=option]{padding-left:29px}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-treenode-switcher-open [role*=treeitem]{position:relative}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-treenode-switcher-open [role*=treeitem]:before{content:"";position:absolute;top:-24px;left:-14px;display:block;width:15px;height:48px;border:#f2f2f3 solid 1px;border-top:none;border-right:none}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-node-content-wrapper{position:relative;z-index:1;width:100%;height:36px;padding:0;border-radius:4px;background:#fff}.subtask-list-module__root--uU7zK .ant-tree .ant-tree-node-content-wrapper-normal:hover{background-color:rgba(0,0,0,0)}.subtask-list-module__root--uU7zK .ant-tree li ul{padding-left:24px}.subtask-list-module__statistic--Uf8Vu{display:flex;align-items:flex-start;font-size:12px;margin-bottom:10px}.subtask-list-module__statistic--Uf8Vu .subtask-list-module__text--qJnmS{color:#898c90}.subtask-list-module__statistic--Uf8Vu .subtask-list-module__left--QoqlA{margin-right:46px;flex-shrink:0}.subtask-list-module__statistic--Uf8Vu .subtask-list-module__right--Us_ti{flex-grow:1}.subtask-list-module__statistic--Uf8Vu .ant-progress-text{font-size:12px;color:#898c90;font-weight:600}.subtask-list-module__statistic--Uf8Vu .ant-progress-bg{border-radius:10px !important}.subtask-list-module__treeSubTasks--UWo5u .ant-tree-treenode{width:100%}.subtask-list-module__treeSubTasks--UWo5u .ant-tree-treenode:not(:last-child){padding-bottom:12px}
.header-module__root--tJoS4{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.header-module__root--tJoS4 .header-module__iconId--Znkf9{margin-right:0}.header-module__root--tJoS4 .header-module__block--LpJKJ{display:flex;align-items:center;gap:16px;overflow:hidden;max-width:90%}
.project-info-module__root--qkDqY{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.project-info-module__root--qkDqY .project-info-module__item--C0gbI{flex-wrap:nowrap}.project-info-module__root--qkDqY .project-info-module__detailsField--ZeTLY{overflow:hidden}
.description-info-module__root--ryn_a{display:flex;flex-direction:column;gap:12px}.description-info-module__root--ryn_a .description-info-module__item--fD0nM{flex-wrap:nowrap}.description-info-module__root--ryn_a .description-info-module__detailsField--UE2aw{display:flex;flex-direction:column;gap:8px}
.styles-module__form--hLpFy{flex:1 1 auto;display:flex;flex-direction:column}.styles-module__form--hLpFy .styles-module__foundationDate--Q9EQ2{max-width:unset}.styles-module__form--hLpFy .styles-module__withoutCountryWrap--pLWsi{display:grid;column-gap:16px;grid-template-columns:1fr 1fr}.styles-module__form--hLpFy .styles-module__withoutCountryWrap--pLWsi>div:last-child{grid-column:1/3}.styles-module__form--hLpFy .styles-module__dateAndEmployees--Bv0iX{display:flex;gap:16px}.styles-module__form--hLpFy .styles-module__dateAndEmployees--Bv0iX>div{width:100%}.styles-module__form--hLpFy .styles-module__divider--i0oIk{background-color:#1dc1c9;width:calc(100% + 48px);margin-left:-24px}.styles-module__root--xv3xx .styles-module__contacts--quFHa{margin-bottom:20px;flex:1 1 auto;overflow:auto}.styles-module__root--xv3xx .styles-module__submit--_U0wy{display:flex;margin:auto 5px 5px auto;flex-shrink:0}.styles-module__root--xv3xx .styles-module__iban--BDGSB,.styles-module__root--xv3xx .styles-module__swift--gIKzg{text-transform:uppercase}.styles-module__root--xv3xx .styles-module__uploadBlock--DM38x{width:100%;margin-top:-55px}.styles-module__root--xv3xx .styles-module__uploadBlock--DM38x div.ant-upload{width:200px;margin-left:auto}.styles-module__root--xv3xx .styles-module__upload--d4DdY{justify-content:flex-start;margin-bottom:15px;color:#16969c;height:30px}.styles-module__root--xv3xx .styles-module__upload--d4DdY .ant-upload-drag-container{text-align:left}.styles-module__root--xv3xx .styles-module__upload--d4DdY .styles-module__icon--K1uXU{margin-right:10px}.styles-module__root--xv3xx .styles-module__uploadBtn--yi0pC{margin-bottom:0;background-color:#fff}
.styles-module__modal--QRggD{padding:24px;padding-top:16px}.styles-module__modal--QRggD .styles-module__form--AIxG7{display:flex;flex-direction:column}.styles-module__modal--QRggD .styles-module__btn--Sa4Xi{margin-left:auto;margin-top:9px;padding:0 24px}.styles-module__title--ymgpC{font-size:20px;font-weight:600;margin-bottom:0 !important}
.styles-module__root--oNA2Z{display:flex;flex-direction:column}.styles-module__root--oNA2Z .styles-module__item--e_FZn{margin-bottom:16px;font-size:16px}.styles-module__root--oNA2Z .styles-module__head--S3UkC{display:flex;align-items:center}.styles-module__root--oNA2Z .styles-module__title--bGRMD{margin-bottom:0}.styles-module__root--oNA2Z .styles-module__subtitle--tIAjX{display:block;text-transform:uppercase;margin-bottom:4px}.styles-module__root--oNA2Z .styles-module__category--r5m3e{color:#16969c;border-color:#16969c;border-radius:10px}
.price-list-module__root--ndx2O:hover .price-list-module__btnEdit--PobD2{opacity:1}.price-list-module__root--ndx2O .price-list-module__btnEdit--PobD2{opacity:0;transition:.2s ease-in-out}.price-list-module__content--EkHNN{margin-bottom:20px}.price-list-module__content--EkHNN .price-list-module__title--xnqJ4{margin-bottom:8px}.price-list-module__content--EkHNN .price-list-module__btnEdit--PobD2{margin-right:auto;margin-left:15px;z-index:2}.price-list-module__flexRow--XtFYo{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.price-list-module__flexRow--XtFYo .price-list-module__title--xnqJ4{margin-bottom:0}.price-list-module__flexRow--XtFYo .ant-spin-container{display:flex;flex-direction:column}.price-list-module__flexWrap--UyQmE{display:flex}.price-list-module__primaryText--etv07{color:#16969c}.price-list-module__btnPublic--KL7y3{margin-left:auto;margin-top:25px;min-width:194px}
.controllers-module__root--h8ifQ{border:1px solid #d8d9da;border-radius:4px;background-color:#fff;padding:12px 16px;display:flex;align-items:center;margin-bottom:20px}.controllers-module__root--h8ifQ .controllers-module__left--ShtUR{display:flex;align-items:center;margin-right:16px}.controllers-module__root--h8ifQ .controllers-module__left--ShtUR .controllers-module__title--kR7IU{text-transform:uppercase;margin-right:4px}.controllers-module__root--h8ifQ .controllers-module__controllers--EJCWM{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-right:16px}.controllers-module__root--h8ifQ .controllers-module__controllers--EJCWM .controllers-module__deleteBtn--h4kW_{position:absolute;cursor:pointer;width:16px;height:16px;background-color:#f5120a;display:none !important;align-items:center;justify-content:center;border-radius:50%;right:-4px;top:-6px}.controllers-module__root--h8ifQ .controllers-module__controllers--EJCWM .controllers-module__hovered--eOSjs{position:relative}.controllers-module__root--h8ifQ .controllers-module__controllers--EJCWM .controllers-module__hovered--eOSjs:hover .controllers-module__deleteBtn--h4kW_{display:flex !important}.controllers-module__root--h8ifQ .controllers-module__controllers--EJCWM .controllers-module__button--mQET7{display:flex;border:none;padding:0;height:auto}.controllers-module__iconDeleteWrap--v4k_g{position:absolute;top:0px;right:0px}
.settings-module__root--GAf9q{display:flex;flex-direction:column}.settings-module__root--GAf9q .ant-card-bordered{border:1px solid #d8d9da !important}
.menu-tabs-module__root--i3bNd{flex-shrink:0}.menu-tabs-module__root--i3bNd .ant-tabs-tab{padding-top:0}
.filter-menu-module__root--xzNI5{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px}.filter-menu-module__root--xzNI5 .filter-menu-module__searchWrap--Ij6PJ{display:flex;gap:12px;flex:1 1 607px}.filter-menu-module__root--xzNI5 .filter-menu-module__searchWrap--Ij6PJ .filter-menu-module__search--MasBu{min-width:370px}
.menu-module__onboarding--r3fAh{margin-bottom:20px}
.funnels-tab-module__root--VKmnY{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:20px;height:100%}.funnels-tab-module__rootIcons--MLtv2{display:flex;justify-content:space-between;align-items:center;width:100%}.funnels-tab-module__cardWrap--aX9L9,.funnels-tab-module__emptyText--hUm5k{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.funnels-tab-module__header--qhVff,.funnels-tab-module__container--pE7Mm,.funnels-tab-module__sorting--tcWmD{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%}.funnels-tab-module__title--dj64K{word-break:break-word}.funnels-tab-module__top--CsDg2,.funnels-tab-module__iconWrapper--ppxab{display:flex;align-items:center;gap:8px}.funnels-tab-module__detailsInfo--tSlo0{display:flex;align-items:center;gap:4px}.funnels-tab-module__addBtn--t99RI{padding:0;display:flex;align-items:center}.funnels-tab-module__empty--rlhWN{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:20px;align-items:center}.funnels-tab-module__emptyContent--ZXthD{display:flex;flex-direction:column;align-items:center;gap:16px}.funnels-tab-module__footer--Mjsna{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.funnels-tab-module__infoWrapper--dpCQl{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%}
.card-module__root--gu_aY.card-module__dragging--NEdAG{background-color:#e9fbfc;border-color:#16969c;box-shadow:0px 2px 30px rgba(0,0,0,.1)}.card-module__root--gu_aY .card-module__cardWrap--wM7kA{display:flex;flex-direction:column;gap:8px}.card-module__root--gu_aY .card-module__header--CvimE{display:flex;align-items:center;justify-content:space-between}.card-module__root--gu_aY .card-module__title--qdyJZ{margin-bottom:0}.card-module__root--gu_aY .card-module__detailsInfo--jRODe{display:flex;align-items:center;gap:4px}.card-module__root--gu_aY .card-module__footer--DInsv{display:flex;align-items:center;justify-content:space-between}.card-module__root--gu_aY .card-module__footer--DInsv .card-module__price--L7dIH{flex-grow:1}.card-module__root--gu_aY .card-module__footer--DInsv .ant-badge{margin-left:auto !important}.card-module__root--gu_aY .card-module__footer--DInsv .card-module__skeleton--nPBLX{width:auto;margin-left:auto !important}.card-module__root--gu_aY .card-module__footer--DInsv .card-module__skeleton--nPBLX.ant-skeleton-active .ant-skeleton-header{padding-right:0}.card-module__isNew--IQxPD{display:block;animation:card-module__isNew--IQxPD 5s}@keyframes card-module__isNew--IQxPD{0%,50%{box-shadow:0 0 2px 2px rgba(253,164,2,.7)}}
.column-header-module__root--GhoTq{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.column-header-module__root--GhoTq .column-header-module__titleWrap--sVS_e{display:flex;justify-content:space-between;height:24px}.column-header-module__root--GhoTq .column-header-module__title--XG3UC{margin:0}.column-header-module__root--GhoTq .column-header-module__button--_U5I4{border:0;padding:0;height:auto}
.custom-specification-module__root--Tn41X .custom-specification-module__priceWrap--9C_LI{grid-gap:8px;gap:8px;display:grid;grid-template-columns:1fr 108px}.custom-specification-module__root--Tn41X .custom-specification-module__dateWrap--idBJ9{display:grid;grid-template-columns:1fr 1fr;gap:16px}.custom-specification-module__root--Tn41X .custom-specification-module__dateWrap--idBJ9 .custom-specification-module__datePicker--rYkEN{max-width:unset}.custom-specification-module__root--Tn41X .custom-specification-module__submitWrap--j3pCp{display:flex;justify-content:flex-end;margin-top:8px;gap:8px}.custom-specification-module__root--Tn41X .custom-specification-module__submitWrap--j3pCp>button{font-size:16px}.custom-specification-module__root--Tn41X .custom-specification-module__submitWrap--j3pCp .custom-specification-module__systemSpecBtn--LYp1h{padding:0;height:auto;margin-right:auto;white-space:break-spaces}.custom-specification-module__root--Tn41X .custom-specification-module__btnWithPlus--awkEl{margin-bottom:16px;display:flex;justify-content:flex-start}.custom-specification-module__root--Tn41X .custom-specification-module__btnWithPlus--awkEl button{display:flex;align-items:center;padding:0;height:auto}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper{display:inline-flex;align-items:center;justify-content:center;padding:6px 8px;height:36px;font-size:16px;border-radius:4px;border:none;color:#16969c;box-shadow:none;outline:none}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper:hover{background-color:#d2f7f9}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper::before{display:none}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper-checked{color:#16969c;background-color:#d2f7f9}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper-checked:hover{color:#16969c}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper-disabled{color:#898c90}:root .custom-specification-module__root--Tn41X .ant-radio-group .ant-radio-button-wrapper-disabled:hover{border:none;background-color:#f2f2f3}
.contract-module__root--sHQRP{padding:24px}
.reason-module__root--rprMQ{padding:24px}.reason-module__root--rprMQ .reason-module__form--kMr6U{display:flex;flex-direction:column}.reason-module__root--rprMQ .reason-module__button--Tk84_{margin-top:8px;align-self:flex-end;font-size:16px}
.completion-module__root--ljjfh{padding:24px}.completion-module__root--ljjfh .completion-module__alert--gvm8q{margin-bottom:12px}.completion-module__root--ljjfh .completion-module__form--vXS1p{display:flex;flex-direction:column}.completion-module__root--ljjfh .completion-module__attachmentsFormItem--Gysqa>span{text-align:right}.completion-module__root--ljjfh .completion-module__attachmentsTable--zT2Ot .ant-table-fixed-right{overflow:visible}.completion-module__root--ljjfh .completion-module__filterPane--yuhlr{max-height:480px}.completion-module__root--ljjfh .completion-module__filterPane--yuhlr div[data-error],.completion-module__root--ljjfh .completion-module__filterPane--yuhlr input{border-color:#a3a5a8 !important}.completion-module__root--ljjfh .completion-module__spin--N9bil{margin-left:auto}.completion-module__root--ljjfh .completion-module__buttonsWrap--VfE1R{display:flex;gap:24px}.completion-module__root--ljjfh .completion-module__buttonsWrap--VfE1R>button{font-size:16px}
.agreement-module__root--l6OoA{padding:24px;display:flex;flex-direction:column;gap:24px}.agreement-module__root--l6OoA .agreement-module__buttons--amprO{display:grid;grid-template-columns:1fr 1fr;gap:16px}.agreement-module__root--l6OoA .agreement-module__button--ucLAR{font-size:16px}.agreement-module__root--l6OoA .agreement-module__link--ynHzu{font-size:16px;padding:0;height:auto;align-self:flex-start}
.select-approver-module__formWrapper--rkIq7{display:flex;flex-direction:column;gap:16px}.select-approver-module__root--PFeZV{display:flex;flex-direction:column;gap:16px}.select-approver-module__datePicker--e2vcI{max-width:100%}.select-approver-module__submitWrap--riCZI{display:flex;align-items:center;justify-content:flex-end;gap:16px}.select-approver-module__fileButton--v0ZWP{border:1px solid #16969c !important;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}
.board-module__root--jEcAE{padding:0 0 16px}
.UserSettingsMenu-module__root--Vpldg{display:flex;flex-direction:column;align-items:flex-start;padding:0;width:205px;background:#fff;position:-webkit-sticky;position:sticky;top:0;border-right:1px solid #d8d9da}.UserSettingsMenu-module__root--Vpldg .UserSettingsMenu-module__titleWrapper--mxvD_{display:flex;flex-direction:row;align-items:center;padding:24px 16px 16px 24px;gap:10px;height:64px;background:#fff}.UserSettingsMenu-module__root--Vpldg .ant-menu{width:100%;border:none;background:rgba(0,0,0,0)}.UserSettingsMenu-module__root--Vpldg .ant-menu-item{margin:0 !important;padding:14px 16px 14px 24px !important;height:48px !important;display:flex !important;align-items:center !important;gap:12px !important;width:100% !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item .anticon{color:#57595c}.UserSettingsMenu-module__root--Vpldg .ant-menu-item span{margin:0 !important;color:#57595c;font-weight:600}.UserSettingsMenu-module__root--Vpldg .ant-menu-item-disabled{background:rgba(0,0,0,0) !important;cursor:default !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item-disabled:hover{background:rgba(0,0,0,0) !important;color:#898c90 !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item-disabled span{color:#898c90;font-weight:400 !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item-selected:not(.ant-menu-item-disabled){background:#e9fbfc !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item-selected:not(.ant-menu-item-disabled) .anticon{color:#0c0d0d !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item-selected:not(.ant-menu-item-disabled) span{color:#0c0d0d !important}.UserSettingsMenu-module__root--Vpldg .ant-menu-item:not(.ant-menu-item-disabled):hover{background:#e9fbfc !important}.UserSettingsMenu-module__sectionHeader--AEn1r{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:36px}.UserSettingsMenu-module__sectionHeader--AEn1r .ant-typography{color:#898c90 !important}.UserSettingsMenu-module__settingsIcon--rJ149{color:#3e3f42 !important}.UserSettingsMenu-module__settingsIcon--rJ149 .anticon{color:#3e3f42 !important}
.table-module__root--Iy767{margin-top:0}.table-module__root--Iy767 .ant-table-measure-row{display:none}.table-module__root--Iy767 .ant-table-thead{background-color:#fff;line-height:30px}.table-module__root--Iy767 .ant-table-thead .ant-table-header-column .ant-table-column-title{color:#252627;text-transform:none;font-size:14px;font-weight:600}.table-module__root--Iy767 .ant-table-row{font-size:14px}.table-module__root--Iy767 .ant-table-row:not(.table-row-primary):nth-of-type(2n){background-color:rgba(242,242,243,.5)}.table-module__root--Iy767 .table-row-primary{background-color:rgba(210,247,249,.5);font-size:17px;font-weight:bold}.table-module__root--Iy767 .ant-table.ant-table-default .ant-table-tbody > tr > td{padding:12px 15px !important}.table-module__root--Iy767 .ant-table.ant-table-scroll-horizontal .ant-table-tbody > tr > td{padding:12px 15px !important}.table-module__root--Iy767 .ant-table-body{overflow-x:auto !important}.table-module__root--Iy767 .table-module__center--SAKiZ{text-align:center}.table-module__root--Iy767 .ant-table-column-title,.table-module__root--Iy767 .ant-table-cell{font-size:14px !important;color:#0c0d0d !important}
.styles-module__root--pgE4z{position:relative;width:128px;height:128px;display:flex;align-items:center;justify-content:center;margin:30px 0;overflow:hidden;border:1px dashed hsl(210,2.6315789474%,79.9019607843%);border-radius:50%}.styles-module__root--pgE4z .styles-module__addPhoto--xdlsb{position:absolute;font-size:20px;height:30px;bottom:10px;z-index:1;background:#fff;padding:5px;border-radius:50%}.styles-module__root--pgE4z .styles-module__addPhoto--xdlsb.styles-module__ant-btn--i15Pj{margin:0;padding:0;height:100%}.styles-module__modalContaner--WX0Jn{position:relative;display:flex;justify-content:space-between;padding:20px;min-height:300px;align-items:flex-start}.styles-module__modalContaner--WX0Jn .styles-module__imgWrap--vG0pt{min-width:60%}.styles-module__modalContaner--WX0Jn .styles-module__imgWrap--vG0pt svg{left:auto !important;right:10px}.styles-module__modalContaner--WX0Jn .styles-module__imgWrap--vG0pt label{color:#16969c !important}.styles-module__modalContaner--WX0Jn .styles-module__loadAvatar--R9dzg{display:flex;margin-bottom:30px}.styles-module__modalContaner--WX0Jn .styles-module__newPhoto--TzCsy{position:relative;text-align:center;height:150px}.styles-module__modalContaner--WX0Jn .styles-module__newPhoto--TzCsy>img{width:150px;height:150px;object-fit:cover}.styles-module__modalContaner--WX0Jn .styles-module__text--bGPoC{margin-top:20px}.styles-module__modalContaner--WX0Jn .styles-module__previewWrap--a1Jwn{display:flex;justify-content:center;flex-direction:column}.styles-module__modalContaner--WX0Jn.styles-module__mobile--VeQf6{flex-direction:column;align-items:center;padding:10px}.styles-module__modalContaner--WX0Jn.styles-module__mobile--VeQf6 .styles-module__previewWrap--a1Jwn{margin-top:30px;max-width:300px}.styles-module__modalContaner--WX0Jn.styles-module__mobile--VeQf6 .styles-module__defaultPreview--JaJuv{margin:auto}.styles-module__modalContaner--WX0Jn.styles-module__mobile--VeQf6 .styles-module__newPhoto--TzCsy{margin:auto}.styles-module__buttonWrap--Zp9H9{display:flex;padding:15px;justify-content:space-between}.styles-module__defaultPreview--JaJuv{color:#16969c;border-radius:50%;width:128px;height:128px}.styles-module__currentImageWrap--qQetp{position:relative;width:300px;display:flex;justify-content:center}.styles-module__currentImageWrap--qQetp .styles-module__currentImageDelete--aLzwg{position:absolute;z-index:10;left:30px;background:#fff;padding:5px;border-radius:50%;margin:3px;font-size:20px}.styles-module__currentImageWrap--qQetp .styles-module__currentImage--XCGWt{width:128px;height:128px}.styles-module__uploadImg--vaITD{position:relative;display:flex;justify-content:center;height:100%;width:100%;border-radius:50%;background-color:#fff}
.data-module__root--P8jqQ{grid-area:data}.data-module__root--P8jqQ .data-module__title--Rfdr4{margin-bottom:20px !important}.data-module__root--P8jqQ .data-module__form--mKcf3{display:flex;gap:24px}.data-module__root--P8jqQ .data-module__form--mKcf3 .data-module__avatarItem--WCt_5{flex-shrink:0}.data-module__root--P8jqQ .data-module__form--mKcf3 .data-module__avatar--vsCpa{margin:6px 0 0 0;width:100%;max-width:128px;max-height:128px}.data-module__root--P8jqQ .data-module__form--mKcf3 .data-module__fields--ExEfV{width:100%;display:flex;flex-direction:column}.data-module__root--P8jqQ .data-module__form--mKcf3 .data-module__button--wB6av{margin-top:4px;font-size:16px;align-self:flex-end}
.contacts-details-module__root--SQVWF{grid-area:contact-details}.contacts-details-module__root--SQVWF .contacts-details-module__datePicker--cvP_n{max-width:unset}
.delete-account-module__root--kDrVv{display:flex;flex-direction:column;grid-area:delete-account;height:fit-content}.delete-account-module__root--kDrVv .delete-account-module__title--fUEWP{margin-bottom:4px !important}.delete-account-module__root--kDrVv .delete-account-module__alert--gKOdb{margin-top:20px}.delete-account-module__root--kDrVv .delete-account-module__button--VlZwn{margin-top:20px;font-size:16px;align-self:flex-end}
.personal-module__root--bLjB2{display:grid;gap:20px;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));grid-template-rows:auto 1fr;grid-template-areas:"data contact-details" "delete-account contact-details"}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}
.ant-row::before,
.ant-row::after {
  display: flex;
}
.ant-row-no-wrap {
  flex-wrap: nowrap;
}
.ant-row-start {
  justify-content: flex-start;
}
.ant-row-center {
  justify-content: center;
}
.ant-row-end {
  justify-content: flex-end;
}
.ant-row-space-between {
  justify-content: space-between;
}
.ant-row-space-around {
  justify-content: space-around;
}
.ant-row-space-evenly {
  justify-content: space-evenly;
}
.ant-row-top {
  align-items: flex-start;
}
.ant-row-middle {
  align-items: center;
}
.ant-row-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ant-row-rtl {
  direction: rtl;
}

.security-module__root--HN8_t{display:flex;flex-direction:column;height:100%}.security-module__row--BSlAg{display:flex;align-items:flex-start}.security-module__row--BSlAg .security-module__button--E3VXw{margin-top:23px}.security-module__buttonRow--PA1BH{display:flex;justify-content:flex-end;margin-top:auto}.security-module__item--x5Fyb{margin-bottom:20px;width:100%}.security-module__resetPassword--qVeWf{font-size:14px;line-height:19px;font-weight:bold;padding-left:0}.security-module__button--E3VXw{margin-left:15px;margin-top:6px;padding:0 32px;font-size:16px}.security-module__phone--o1S0V{width:100%}
.google-email-module__root--COyFm{display:flex;flex-direction:column;height:100%}.google-email-module__root--COyFm .google-email-module__wrap--O45PU{display:flex;gap:16px;align-items:center}.google-email-module__root--COyFm .google-email-module__buttonWrap--gSkOp{margin-top:auto}.google-email-module__root--COyFm .google-email-module__email--_ILM1{display:flex;align-items:center;gap:8px}.google-email-module__root--COyFm .google-email-module__btnCancel--qIJtC{font-size:16px}
.google-calendar-module__root--WKBFR{display:flex;flex-direction:column;height:100%}.google-calendar-module__root--WKBFR .google-calendar-module__title--qhvSt{margin-bottom:4px}.google-calendar-module__root--WKBFR .google-calendar-module__description--B694K{margin-bottom:20px}.google-calendar-module__root--WKBFR .google-calendar-module__skeletonButton--fm51A{max-width:unset}.google-calendar-module__root--WKBFR .google-calendar-module__buttonWrap--XzH1e{margin-top:auto}.google-calendar-module__root--WKBFR .google-calendar-module__button--aBTSt{width:100%}.google-calendar-module__root--WKBFR .google-calendar-module__selectRoot--v2CpX{margin-top:12px;width:100%}.google-calendar-module__modal--moqQy{padding:60px 24px 32px;display:flex;flex-direction:column;align-items:center}.google-calendar-module__modal--moqQy .google-calendar-module__title--qhvSt{margin-bottom:20px;text-align:center}.google-calendar-module__modal--moqQy .google-calendar-module__description--B694K{margin-bottom:20px;text-align:center}.google-calendar-module__modal--moqQy .google-calendar-module__selectRoot--v2CpX{margin-bottom:20px;width:100%}.google-calendar-module__modal--moqQy .google-calendar-module__buttonsWrap--jMJyd{display:flex;gap:24px}.google-calendar-module__select--cyRTX{border:unset}.google-calendar-module__select--cyRTX .google-calendar-module__option--TDE6_ div{font-size:16px;font-weight:600}
.integrations-module__root--h66DO{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.localization-module__root--F4IBa{width:50%}.localization-module__root--F4IBa .localization-module__title--wCf15{margin-bottom:20px}.localization-module__root--F4IBa .localization-module__form--E_ZgA{display:flex;flex-direction:column;gap:20px}.localization-module__root--F4IBa .localization-module__form--E_ZgA .localization-module__items--_p4Bo{display:grid;gap:16px;grid-template-columns:1fr 153px}.localization-module__root--F4IBa .localization-module__form--E_ZgA .localization-module__items--_p4Bo>div{margin-bottom:0}.localization-module__root--F4IBa .localization-module__form--E_ZgA .localization-module__submit--QQXIN{font-size:16px;align-self:flex-end}
.ApiKeysTable-module__root--HH4yA{width:100%}.ApiKeysTable-module__root--HH4yA .ApiKeysTable-module__columnName--JzeuQ{font-weight:700;text-transform:uppercase}.ApiKeysTable-module__root--HH4yA .ApiKeysTable-module__td--eWPsU{max-width:300px;min-width:130px;overflow:hidden;padding:2px 4px;text-overflow:ellipsis;vertical-align:baseline}.ApiKeysTable-module__root--HH4yA .ApiKeysTable-module__controlsWrapper--9vns6{min-width:70px;padding:2px 4px;text-align:right;vertical-align:baseline}
.CreateApiKeyModal-module__root--dUbu2{padding:24px}.CreateApiKeyModal-module__root--dUbu2 .CreateApiKeyModal-module__form--nVpwe{display:flex;flex-direction:column}.CreateApiKeyModal-module__root--dUbu2 .CreateApiKeyModal-module__form--nVpwe .CreateApiKeyModal-module__btn--uF6bL{margin-left:auto}
.UpdateApiKeyModal-module__root--IiTsx{padding:24px}.UpdateApiKeyModal-module__root--IiTsx .UpdateApiKeyModal-module__form--h_kZT{display:flex;flex-direction:column}.UpdateApiKeyModal-module__root--IiTsx .UpdateApiKeyModal-module__form--h_kZT .UpdateApiKeyModal-module__btn--tGV3C{margin-left:auto}
.RevokeApiKeyModal-module__root--ckJCM{padding:24px;text-align:center}.RevokeApiKeyModal-module__root--ckJCM .RevokeApiKeyModal-module__icon--r1EfL{margin-bottom:20px;padding:36px 0 0}.RevokeApiKeyModal-module__root--ckJCM .RevokeApiKeyModal-module__buttonsWrapper--ysOoP{align-items:center;display:flex;justify-content:center;margin-top:32px}
.SaveApiKeyModal-module__root--ooUrk{padding:24px}.SaveApiKeyModal-module__root--ooUrk .SaveApiKeyModal-module__form--cuHOL{display:flex;flex-direction:column}.SaveApiKeyModal-module__root--ooUrk .SaveApiKeyModal-module__form--cuHOL .SaveApiKeyModal-module__copyKey--mvwvW{align-items:flex-end;display:flex}
.ApiKeys-module__root--qX7ED{padding-bottom:40px}.ApiKeys-module__root--qX7ED .ApiKeys-module__buttonWrapper--qvZT5{display:flex;justify-content:flex-end}
.add-tag-modal-module__modalContent--Xpo5D{padding:24px 16px}.add-tag-modal-module__content--ukn8D{margin-bottom:24px}
.tags-module__root--LRofw{display:flex;flex-direction:column}.tags-module__warningSection--cYuIH{background:#ffedcc;border-radius:4px;border:1px solid #fda402;padding:8px 16px;margin-bottom:20px}.tags-module__actionsWrap--OSo3O{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tags-module__search--ldGW5{max-width:240px}.tags-module__addBtn--d8zv_{display:flex;align-items:center;border:none;padding:0;height:auto}.tags-module__tags--Yp8jr{height:100%;overflow:hidden}.tags-module__tags--Yp8jr>div{display:flex;gap:24px;flex-wrap:wrap;padding:12px 0px}.tags-module__actionSection--cTBdl{width:100%;max-widht:400px;display:flex;align-items:center;gap:24px}.tags-module__tagWrap--uO04J{border:1px solid #fff}.tags-module__interactive--PTh39{cursor:pointer}.tags-module__selected--PBmi7{position:relative;border:1px solid #1dc1c9;border-radius:4px}.tags-module__selected--PBmi7::before{content:"✓";width:16px;height:16px;background-color:#1dc1c9;border-radius:50%;position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}
.settings-module__layout--bdJWA{display:flex;width:100%}.settings-module__content--M_dvv{flex:1;padding:24px;overflow:auto}
.styles-module__root--N9WMm{position:relative}.styles-module__top--HKRc5{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:space-between;z-index:1}.styles-module__actions--xf1SS{margin-left:auto}
.requisites-module__header--BK6RB{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.requisites-module__legatButton--yhYHj{height:auto;border:none;padding:0;margin-right:40px;font-weight:400 !important}
.contractor-module__root--DPmq7{position:relative;display:grid;grid-template-columns:360px 1fr;width:100%;background-color:#fafafa}.contractor-module__root--DPmq7 .contractor-module__info--TF8SR{padding:24px}.contractor-module__root--DPmq7 .contractor-module__info--TF8SR .contractor-module__btnBack--QH6e0{padding-left:0;margin-bottom:16px}.contractor-module__root--DPmq7 .contractor-module__content--Rov8q{display:flex;flex-direction:column;padding-left:16px;padding-top:16px;padding-right:30px;padding-bottom:15px;overflow:auto;border-left:1px solid #e9e9e9}.contractor-module__tabs--G4dZQ{overflow:unset}
.table-module__root--ejaYL .table-module__table--iPKrD{margin-bottom:20px}.table-module__root--ejaYL .table-module__isOpacity--Ki0lZ .ant-table-thead > tr > th,.table-module__root--ejaYL .table-module__isOpacity--Ki0lZ .ant-table-tbody > tr > td:not(:last-child){opacity:.6}.table-module__root--ejaYL .table-module__emptyList--MhgIs{padding-top:50px;margin:0 auto}.table-module__root--ejaYL .ant-table-column-title{text-transform:uppercase}
.styles-module__contact--RUOhK{padding:0;max-width:none;min-width:unset}.styles-module__statusColumn--clFxi{min-width:140px}.styles-module__contactName--DFYTT span{color:#16969c;display:flex;white-space:break-spaces}.styles-module__text--k1iod{font-size:12px}.styles-module__notRegisteredText--j7w5J{display:block}.styles-module__noResponsible--Ou11A{display:flex;align-items:center}.styles-module__noResponsible--Ou11A .styles-module__circle--CAK4O{width:24px;height:24px;border-radius:50%;border:1px dashed #a3a5a8;margin-right:20px}
.history-event-module__root--xrxJC+.history-event-module__root--xrxJC{margin-top:16px}.history-event-module__root--xrxJC .history-event-module__event--bwZD5{display:flex}.history-event-module__root--xrxJC .history-event-module__avatar--Qzl1S{margin-right:15px;flex-shrink:0}.history-event-module__root--xrxJC .history-event-module__content--aLvEn{display:flex;flex-direction:column;width:100%}.history-event-module__root--xrxJC .history-event-module__content--aLvEn .history-event-module__firstRow--t9DeK{display:flex;justify-content:space-between}.history-event-module__root--xrxJC .history-event-module__content--aLvEn .history-event-module__fullname--haac1{font-size:12px;font-weight:bold}.history-event-module__root--xrxJC .history-event-module__content--aLvEn .history-event-module__date--lO8Mx{font-size:12px;opacity:.5}.history-event-module__root--xrxJC .history-event-module__content--aLvEn .history-event-module__secondRow--vjFPE{display:flex;flex-wrap:wrap;max-width:95%;white-space:pre-line}
.message-module__root--GaTKR{display:flex;flex-shrink:0;padding:8px 16px}.message-module__root--GaTKR .message-module__header--Kss6a{display:flex;align-items:center;width:100%;margin-bottom:8px}.message-module__root--GaTKR .message-module__name--uT5I6{color:#0c0d0d;font-weight:600;cursor:pointer}.message-module__root--GaTKR .message-module__time--dB8vP{color:#898c90;position:absolute;bottom:8px;right:12px;font-size:12px}.message-module__root--GaTKR .message-module__message--AjIBy{color:#0c0d0d;word-break:break-word}.message-module__root--GaTKR .message-module__message--AjIBy .message-module__text--PjC2_{display:inline}.message-module__root--GaTKR .message-module__message--AjIBy .message-module__text--PjC2_>p{display:inline}.message-module__root--GaTKR .message-module__emptySpace--t0VxV{display:inline-block;width:30px}.message-module__root--GaTKR .message-module__avatar--gPfh1{opacity:0;cursor:pointer;margin-right:8px}.message-module__root--GaTKR .message-module__avatar--gPfh1.message-module__online--paYZ0{position:relative}.message-module__root--GaTKR .message-module__avatar--gPfh1.message-module__online--paYZ0::before{content:"";position:absolute;display:block;border-radius:50%;width:12px;height:12px;background-color:#35bf5b;border:2px solid #fff;z-index:1}.message-module__root--GaTKR .message-module__withAvatar--ortZA{opacity:1}.message-module__root--GaTKR .message-module__content--FNG03{position:relative;min-width:30%;max-width:70%;padding:8px 12px;background:#f2f2f3;border-radius:0 8px 8px 8px}.message-module__root--GaTKR .message-module__content--FNG03 p{margin-bottom:0;white-space:pre-wrap}.message-module__root--GaTKR .message-module__attachment--Nesek:first-child{margin-top:10px}.message-module__root--GaTKR .message-module__attachment--Nesek:last-child{margin-bottom:26px}.message-module__link--OcvAc{color:#16969c;margin:5px 0;cursor:pointer}.message-module__actions--w4jZc{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:5px 0 26px 0}.message-module__actions--w4jZc.message-module__marginTop--AYfd8{margin-top:-10px}.message-module__actions--w4jZc .message-module__btnAction--xVn5F{padding:0 4% !important;font-size:16px;font-weight:600}.message-module__iconCheck--ovsuz{color:#16969c;margin-right:5px}.message-module__status--DJAj8{position:absolute;right:12px;bottom:10px}.message-module__redColor--t_eB6{color:#f9716c}.message-module__iconStatus--vv9fY{color:rgba(62,63,66,.5)}.message-module__iconStatus--vv9fY+.message-module__iconStatus--vv9fY{margin-left:-9px}.message-module__iconStatus--vv9fY.message-module__active--ebwFM{color:#16969c}.message-module__preloader--LuYAZ{display:flex;justify-content:flex-end}.message-module__interlocutor--SU280,.message-module__system--U9INW{justify-content:flex-start}.message-module__self--fmGQs{flex-direction:row-reverse}.message-module__self--fmGQs .message-module__content--FNG03{border-radius:8px 0 8px 8px;background:#d2f7f9}.message-module__self--fmGQs .message-module__time--dB8vP{padding-right:20px}.message-module__self--fmGQs .message-module__emptySpace--t0VxV{width:50px}.message-module__history--h0gIY{position:relative}.message-module__history--h0gIY .message-module__content--FNG03{position:static;padding:0;background:none}.message-module__history--h0gIY .message-module__time--dB8vP{position:absolute;top:8px;right:26px}.message-module__history--h0gIY .message-module__avatar--gPfh1{align-self:flex-start}.message-module__lastAttachment--MbktT{margin-bottom:26px !important}
.history-module__commentsWrapper--zyiGB{display:flex;flex-direction:column;height:100%;overflow:hidden}.history-module__messageList--HWrAZ{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;padding:0 15px}.history-module__messageList--HWrAZ .history-module__message--hS0L5{padding:8px 0}.history-module__messageList--HWrAZ .history-module__event--ObELG .history-module__date--xN_L_{margin-right:16px}.history-module__messageList--HWrAZ .history-module__event--ObELG:last-child{margin-bottom:8px}
.Deals-module__root--xdXSO{display:flex;flex-direction:column;height:100%}.Deals-module__root--xdXSO .Deals-module__dealsHeader--CABFx{align-items:center;column-gap:16px;display:flex;margin-bottom:20px}.Deals-module__root--xdXSO .Deals-module__search--z4n68{width:320px}.Deals-module__root--xdXSO .Deals-module__canbanBoardButton--W3vfT{padding:0}
.styles-module__form--g4zET{height:100%;display:flex;flex-direction:column}.styles-module__form--g4zET .styles-module__hint--vQgDL{font-size:12px;opacity:.4;margin-top:-12px;margin-bottom:12px;font-weight:500}.styles-module__form--g4zET .styles-module__btn--PDu7c{margin:auto 0 0 auto;flex-shrink:0}.styles-module__form--g4zET .styles-module__item--CbvhQ .ant-legacy-form-item-label{margin-bottom:5px}.styles-module__form--g4zET .styles-module__flexText--tq4xM{display:flex;align-items:flex-start}.styles-module__form--g4zET .styles-module__btnLeft--LvQoe{padding-left:0;margin-top:50px;font-weight:600;font-size:14px}.styles-module__form--g4zET .styles-module__iconRed--mtk7a{width:19px;height:19px;color:#f9716c;flex-shrink:0;margin-right:10px}.styles-module__form--g4zET label{font-size:12px}.styles-module__table--nZ4TF .ant-table-content .ant-table-body{margin:0}.styles-module__rejected--PiQKo{font-size:12px;line-height:16px;background-color:rgba(22,150,156,.2);margin:-25px -25px 25px -25px;height:auto}
.modal-module__root--GXoN8{padding:39px 24px 32px;text-align:center}.modal-module__root--GXoN8 .modal-module__title--aC6Af{margin-bottom:30px}.modal-module__root--GXoN8 .modal-module__button--qSqDe{width:100%;margin-bottom:8px;font-size:16px}
.AgentSupportIconWrap-module__icon--x5uHJ{border-radius:50%;background-color:#efddff;width:24px;height:24px;align-items:center;justify-content:center}.AgentSupportIconWrap-module__icon--x5uHJ.AgentSupportIconWrap-module__middle--FjpBB{background-color:#f8effe;width:36px;height:36px}.AgentSupportIconWrap-module__icon--x5uHJ.AgentSupportIconWrap-module__middle--FjpBB>svg{width:24px;height:24px}.AgentSupportIconWrap-module__icon--x5uHJ.AgentSupportIconWrap-module__big--Xl7su{background-color:#f8effe;width:48px;height:48px}.AgentSupportIconWrap-module__icon--x5uHJ.AgentSupportIconWrap-module__big--Xl7su>svg{width:32px;height:32px}
.AgentSupportAction-module__actionButton--ktCW1{height:auto;padding:0;border:0;display:flex;line-height:0}
.controls-module__root--D6JCi{background-color:#fff;transition:background-color .3s ease-in-out}.controls-module__root--D6JCi.controls-module__website--y_rzz{background-color:#ffedcc}.controls-module__root--D6JCi.controls-module__telegram--c_wye{background-color:#e1f5fe}.controls-module__root--D6JCi.controls-module__email--XbLSK{background-color:#d7f4df}.controls-module__root--D6JCi .controls-module__attachments--VxEl_{background-color:rgba(0,0,0,0);padding:8px 8px 0}.controls-module__root--D6JCi .controls-module__padding--ZOGf2{padding:8px}.controls-module__root--D6JCi .controls-module__editorWrap--rOWW6{position:relative;border-radius:8px;border:1px solid #bdbfc1}.controls-module__root--D6JCi .controls-module__noTopBorderRadius--h4G5o,.controls-module__root--D6JCi .controls-module__noTopBorderRadius--h4G5o>input{border-top-left-radius:0;border-top-right-radius:0}.controls-module__root--D6JCi .controls-module__editor--JZnx3{border-radius:8px 8px 0 0}.controls-module__root--D6JCi .controls-module__toolbar--pX8qf{padding:12px 16px;background-color:#f2f2f3;border-radius:0 0 8px 8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.controls-module__root--D6JCi .controls-module__toolbar--pX8qf .controls-module__left--VH2rp{display:flex;align-items:center;gap:16px}.controls-module__root--D6JCi .controls-module__right--qJDyx{display:flex;gap:20px;margin-left:auto}.controls-module__root--D6JCi .controls-module__emailsSelect--nTtvk{min-height:36px;border-radius:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-color:#bdbfc1}.controls-module__root--D6JCi .controls-module__emailsSelect--nTtvk:focus,.controls-module__root--D6JCi .controls-module__emailsSelect--nTtvk:active,.controls-module__root--D6JCi .controls-module__emailsSelect--nTtvk:hover{border-color:#bdbfc1 !important;outline:none;box-shadow:none}.controls-module__root--D6JCi .controls-module__subject--PzlMa{border-radius:0}.controls-module__wrapRestoreContact--PgRpF{display:flex;background-color:#fff}.controls-module__wrapRestoreContact--PgRpF .controls-module__restoreContactBtn--n4LG0{width:100%;margin:0px 8px 24px}.controls-module__wrapRestoreContact--PgRpF{display:flex;background-color:#fff}.controls-module__wrapRestoreContact--PgRpF .controls-module__restoreContactBtn--n4LG0{width:100%;margin:0px 8px 24px}
@keyframes unified-chat-module__hideBackground--hDJaz{from{background-color:#89e5e9}}.unified-chat-module__searchedMessage--hqSNt{animation:unified-chat-module__hideBackground--hDJaz 5s}@keyframes unified-chat-module__hideBorder--K21yg{from{border-color:#89e5e9;background-color:#89e5e9}}.unified-chat-module__searchedMessageInHistoryAction--jCyzN{animation:unified-chat-module__hideBorder--K21yg 5s}
.GroupedDateList-module__date--w7GNf{width:100%;padding:8px 16px;text-align:center;color:#a3a5a8;z-index:10}.GroupedDateList-module__date--w7GNf:first-of-type{padding-top:16px}.GroupedDateList-module__chatDate--NU24c{font-size:12px}
.HistoryAction-module__panelHeader--lCk5Q{display:flex;align-items:center;gap:8px}.HistoryAction-module__collapse--pVdqr .ant-collapse-item{width:100%;border:none}.HistoryAction-module__collapse--pVdqr .ant-collapse-header{width:fit-content;margin:0 auto;border:1px solid rgba(0,0,0,0);border-radius:10px !important;padding-top:4px !important;padding-bottom:4px !important}.HistoryAction-module__collapse--pVdqr .ant-collapse-header .ant-collapse-arrow{transform:translateY(-50%)}.HistoryAction-module__collapse--pVdqr .ant-collapse-content-box{padding:0 !important}.HistoryAction-module__collapse--pVdqr .HistoryAction-module__collapseTitle--Qju2q{margin-bottom:0 !important}.HistoryAction-module__collapse--pVdqr .HistoryAction-module__arrowUp--iG0KF>svg{transform:rotate(-180deg)}.HistoryAction-module__date--V_Piv{font-size:12px;padding:4px 0}.HistoryAction-module__date--V_Piv:first-of-type{padding-top:0 !important}
.skeleton-module__root--b0RKQ{padding:14px 10px;background-color:#fff;display:flex;flex-direction:column;height:100%;overflow:scroll;width:100%}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm{display:flex;margin-bottom:16px;max-width:80%;width:100%}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm.skeleton-module__outgoing--CgNT0{align-self:flex-end}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm .skeleton-module__avatar--OouBu{width:56px}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm .skeleton-module__content--p_h9I{padding:10px 12px;background-color:#fff;border-radius:8px;border:1px solid #bdbfc1}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm .skeleton-module__content--p_h9I.skeleton-module__outgoing--CgNT0{border-radius:8px}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm .skeleton-module__title--zTmIi{margin:0 0 8px}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm .skeleton-module__paragraph--OQcWd{margin:0}.skeleton-module__root--b0RKQ .skeleton-module__message--SynEm .skeleton-module__paragraph--OQcWd>*:not(:first-child){margin-top:4px}
.to-bottom-module__root--vCvPY{position:relative}.to-bottom-module__root--vCvPY .to-bottom-module__toBottom--mBllW{position:absolute;width:48px;height:48px;border-radius:50%;background-color:#d8d9da;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));bottom:24px;right:10px;cursor:pointer;opacity:0}.to-bottom-module__root--vCvPY .to-bottom-module__toBottom--mBllW.to-bottom-module__visible--SZMGm{animation:to-bottom-module__showToBottom--APZyk .5s;animation-fill-mode:forwards}.to-bottom-module__root--vCvPY .to-bottom-module__toBottom--mBllW.to-bottom-module__hidden--Sf6HA{animation:to-bottom-module__hideToBottom--pfAz9 .5s;animation-fill-mode:forwards}.to-bottom-module__root--vCvPY .to-bottom-module__badge--nhtvE{width:8px;height:8px;border-radius:50%;position:absolute;background-color:#f5120a;right:0;top:0}@keyframes to-bottom-module__hideToBottom--pfAz9{99%{opacity:0}100%{visibility:hidden}}@keyframes to-bottom-module__showToBottom--APZyk{to{opacity:1}}
.empty-module__root--wX3bT{display:flex;flex-direction:column;align-items:center;margin:auto;max-width:308px;width:100%;text-align:center}.empty-module__root--wX3bT .empty-module__icon--FkIcX{margin-bottom:16px}
@keyframes chat-module__fadeInSlideTop--I9blN{0%{opacity:0;top:0}100%{opacity:1;top:32px}}@keyframes chat-module__fadeInSlideBottom--NmWGY{0%{opacity:0;bottom:0}100%{opacity:1;bottom:32px}}.chat-module__root--xfoL2{height:100%;width:100%;display:flex;flex-direction:column;position:relative}.chat-module__root--xfoL2 .chat-module__spinWrap--Ir4qC{position:absolute;left:50%;transform:translateX(-50%);background-color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #d8d9da;z-index:999;opacity:0;bottom:0;animation:chat-module__fadeInSlideBottom--NmWGY .3s ease-out forwards}.chat-module__root--xfoL2 .chat-module__spinWrap--Ir4qC>div{display:flex}.chat-module__root--xfoL2 .chat-module__spinWrap--Ir4qC.chat-module__isReverse--nMx0H{opacity:0;top:0;animation:chat-module__fadeInSlideTop--I9blN .3s ease-out forwards;bottom:unset}.chat-module__root--xfoL2 .chat-module__scroll--mv1aP{display:flex;flex-direction:column;flex:auto}.chat-module__root--xfoL2 .chat-module__messages--y0feW{background-color:#fff;padding:14px 10px;display:flex;flex-direction:column;height:100%;overflow-y:auto}.chat-module__root--xfoL2 .chat-module__skeleton--bOnp5{padding:0;overflow:inherit;height:unset;width:unset}
.HistoryActionExpander-module__tooltip--g15xk .ant-tooltip-arrow{top:7px}.HistoryActionExpander-module__button--nNbQ1{padding:8px;display:flex;align-items:center}.HistoryActionExpander-module__buttonSmall--Tb4fa>span{width:16px;height:16px}.HistoryActionExpander-module__icon--iYsh7>svg{width:24px;height:24px}
.time-log-module__root--bmAQs{width:100%}.time-log-module__root--bmAQs>div{height:100%}.time-log-module__item--XOPdY{display:flex;margin-bottom:15px;justify-content:space-between;padding:0 25px;width:100%}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD{display:flex;flex-grow:1}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__avatar--eJXYW{margin-right:10px;min-width:44px}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__estimateText--nXGU9{opacity:.7;margin-bottom:6px}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__info--kQ88r{flex-grow:1}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__user--Kw6yi{font-weight:bold;font-size:12px}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__subtask--6EXZT{display:flex;margin-top:5px;margin-bottom:5px;cursor:pointer}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__subtask--6EXZT .time-log-module__paragraph--LKYKt{width:45%;margin-bottom:0}.time-log-module__item--XOPdY .time-log-module__itemInfo--EqoYD .time-log-module__description--S5moX .time-log-module__paragraph--LKYKt{color:#252627}.time-log-module__item--XOPdY .time-log-module__btnContainer--JZMLS{align-items:flex-start;display:flex;margin-top:12px}.time-log-module__item--XOPdY .time-log-module__btnContainer--JZMLS .ant-divider{margin:12px 0;background:rgba(137,140,144,.5);height:15px}.time-log-module__item--XOPdY .time-log-module__btnContainer--JZMLS .ant-btn-link{color:#252627}.time-log-module__item--XOPdY .time-log-module__btnContainer--JZMLS .ant-btn-link:hover{color:#d2f7f9}.time-log-module__dates--pMQeD{display:flex;align-items:center}.time-log-module__dates--pMQeD .time-log-module__dateItem--nhIxQ+.time-log-module__dateItem--nhIxQ{margin-left:4px}.time-log-module__loader--PqtzG{display:flex;justify-content:center;align-items:center;padding:20px}.time-log-module__container--Ia4uv{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:40px;width:100%}.time-log-module__estimate--NIg4P{width:100%;max-width:250px}
.tabs-module__root--v15J8 .tabs-module__tabs--hJOnk{flex-shrink:0}.tabs-module__root--v15J8 .tabs-module__tabs--hJOnk .ant-tabs-tab{max-height:45px;display:inline-flex;align-items:center}.tabs-module__root--v15J8 .tabs-module__tabs--hJOnk .ant-tabs-tab:hover{color:#252627}.tabs-module__root--v15J8 .tabs-module__tabs--hJOnk .ant-tabs-bar{margin-bottom:0}.tabs-module__root--v15J8 .tabs-module__tabs--hJOnk .ant-tabs-nav>div{display:flex;align-items:center}.tabs-module__root--v15J8 .tabs-module__tabs--hJOnk .ant-tabs-tab-active{color:#252627}.tabs-module__root--v15J8 .tabs-module__content--aBjiE{flex-grow:1;overflow:auto;display:flex}.tabs-module__chat--bEiSN{width:100%;margin-bottom:12px}.tabs-module__permissionsError--MondO{max-width:260px;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.tabs-module__permissionsError--MondO .tabs-module__icon--ASNMZ{margin-top:50px;margin-bottom:16px}
.GuestTaskView-module__body--KnmmS{overflow-y:auto;background-color:#f8f8f8}.GuestTaskView-module__root--P_RRF{align-items:center;display:flex;flex-direction:column;height:100vh;padding:32px;overflow:hidden;row-gap:24px;width:100%}@media(max-width: 768px){.GuestTaskView-module__root--P_RRF{height:auto;padding:0 0 16px;row-gap:16px}}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__container--NvrPv{align-items:center;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;max-width:84%;overflow:hidden !important}@media(max-width: 768px){.GuestTaskView-module__root--P_RRF .GuestTaskView-module__container--NvrPv{border-radius:0;max-width:100%}}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__content--AZLyF{display:flex;padding:0 8px;width:100%;overflow:auto;height:100%}@media(max-width: 768px){.GuestTaskView-module__root--P_RRF .GuestTaskView-module__content--AZLyF{flex-direction:column;height:auto;padding:0}}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__block--bRzq_{display:flex;flex-direction:column;overflow-x:hidden;flex:1 1 50%}@media(max-width: 768px){.GuestTaskView-module__root--P_RRF .GuestTaskView-module__block--bRzq_{flex:initial;max-height:100vh}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__block--bRzq_:last-child{border-top:1px solid #e8e8e9}}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__header--TtLeM{border-bottom:1px solid #e8e8e9;padding:16px 24px;width:100%}@media(max-width: 768px){.GuestTaskView-module__root--P_RRF .GuestTaskView-module__header--TtLeM{padding:13px 16px}}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__logo--tBF1o{color:unset;display:flex}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__logo--tBF1o:hover{color:unset}.GuestTaskView-module__root--P_RRF .GuestTaskView-module__spin--ZHX90{margin:auto}
.styles-module__root--nGqsX{position:fixed;bottom:0;right:0;left:0;padding:9px;z-index:1000;background-color:#f9716c;text-align:center;color:#fff;font-size:16px}@media(max-width: 1024px){.styles-module__root--nGqsX{display:none}}.styles-module__root--nGqsX a{color:#fff;text-decoration:underline}
.styles-module__joining--SBhjF{font-size:14px}.styles-module__link--IxOCp{text-decoration:underline;cursor:pointer}.styles-module__link--IxOCp:hover{text-decoration:none}
.entity-icon-module__root--f0zoO{min-width:32px;width:32px;height:32px;border-radius:50%;background:#16969c;display:flex;align-items:center;justify-content:center}.entity-icon-module__root--f0zoO.entity-icon-module__isMessageReminder--QcFRW{background-color:#f9716c}.entity-icon-module__root--f0zoO.entity-icon-module__isArchivedDiscussion--UHDZP{background-color:#6f7276}
.notification-message-chat-module__rootChat--ZK48V{padding-top:32px}.notification-message-chat-module__infiniteChat--mfdQ9{height:400px}
.discussion-actions-module__archiveAction--MzlRJ{color:#f5120a !important}
.discussion-members-module__root--pyxpp{margin-left:auto}.discussion-members-module__iconBtn--goCC5{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center}.discussion-members-module__content--xIj1l{display:flex;flex-direction:column;width:242px;height:100%;max-height:304px;background:#fff;border-radius:4px;box-shadow:0px 2px 30px rgba(0,0,0,.1);padding:16px}.discussion-members-module__content--xIj1l .discussion-members-module__contentHeader--TpWXU{margin-bottom:16px;background-color:#fff}.discussion-members-module__content--xIj1l .discussion-members-module__contentList--cvRqC{margin:0;padding:0;overflow-y:auto;height:235px}.discussion-members-module__content--xIj1l .discussion-members-module__contentList--cvRqC>div{display:flex;flex-direction:column;gap:16px}.discussion-members-module__content--xIj1l .discussion-members-module__contentItem--cTm4e{display:flex;flex-direction:column;gap:6px;width:100%}.discussion-members-module__content--xIj1l .discussion-members-module__itemHeader--OcEqi{display:flex;align-items:center;gap:8px}
.discussion-create-task-module__iconBtn--ZwYxY{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center}
.message-module__root--M5dWW{display:flex;align-items:center;gap:16px}.message-module__root--M5dWW .message-module__radio--zq29L{display:flex;margin:0 0 0 8px;width:24px;height:24px;align-items:center;justify-content:center}.message-module__root--M5dWW .message-module__message--N0ElO{display:flex;width:calc(100% - 48px);flex-direction:column;gap:8px;background-color:#e9fbfc;border:1px solid #d8d9da;border-radius:8px;padding:8px 16px;cursor:pointer;transition:background-color .3s ease-in-out}.message-module__root--M5dWW .message-module__message--N0ElO.message-module__isRead--jLt8s{background-color:#f2f2f3}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__header--jnN5R{display:flex;align-items:center;gap:16px}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__headerRightSide--wzoCI{display:flex;align-items:center;gap:16px;margin-left:auto}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__reminderContent--PaC_n{padding:8px;width:100%;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:8px}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__sourceWrap--ngEZ1{cursor:default;position:relative}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__sourceWithControls--v15aA{margin-bottom:8px}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__controls--LzHj7{border-radius:4px}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__skeletonControls--wVCpG{max-width:unset;padding:8px;background-color:#fff;height:128px;border-radius:4px}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__skeletonControls--wVCpG>li{height:100% !important}.message-module__root--M5dWW .message-module__message--N0ElO .message-module__collapseButton--PPkH_{font-size:16px;display:block;margin:auto;font-weight:400 !important}.message-module__root--M5dWW .message-module__tabs--E094T{position:absolute;z-index:99;width:100%;background-color:#fff}.message-module__root--M5dWW .message-module__tabs--E094T .ant-tabs-nav{margin-bottom:0}.message-module__root--M5dWW .message-module__openNewTabBtn--Wxyj9{height:auto;padding:0;border:0;display:flex;line-height:0}.message-module__root--M5dWW .message-module__badgeWrap--NJsCD{display:flex;align-items:center}.message-module__root--M5dWW .message-module__badge--d8oj3>sup{min-width:15px;height:15px;line-height:15px;font-size:10px;font-weight:bold;padding:0 3px;border-radius:50%}.message-module__mentionWrap--b70uk{z-index:1000 !important}.message-module__extraTabContentWrap--mr60W{display:flex;align-items:center;gap:4px}.message-module__closeBtn--mq6Nm{padding:8px;display:flex;align-items:center}
.read-all-module__readAllButton--_DoSI{padding:0;border:0;display:flex;align-items:center;height:auto}
.list-module__root--T0p9T{overflow:hidden}.list-module__root--T0p9T .list-module__messages--EmGNm{background-color:rgba(0,0,0,0);padding:0 14px 0 0;border-right:1px solid #d8d9da;height:100%}.list-module__root--T0p9T .list-module__date--fSGMe{display:flex;justify-content:space-between;align-items:center;color:#898c90;padding:14px 0 22px}.list-module__root--T0p9T .list-module__date--fSGMe:first-child{padding-top:0}.list-module__root--T0p9T .list-module__messageWrap--TpvuT{padding-bottom:16px}.list-module__root--T0p9T .list-module__messageWrap--TpvuT~.list-module__date--fSGMe{padding-top:0}.list-module__skeleton--hQ7cV{background-color:rgba(0,0,0,0);padding:16px 0 0;overflow:inherit;height:unset;width:unset}.list-module__skeleton--hQ7cV>div{max-width:unset !important}
.with-actions-module__root--s9Qcc{display:flex;flex-direction:column;gap:16px}.with-actions-module__root--s9Qcc .with-actions-module__header--y89No{display:flex;align-items:center;justify-content:space-between}.with-actions-module__root--s9Qcc .with-actions-module__header--y89No .with-actions-module__title--F17z1{margin-bottom:0}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border-radius:4px;border:1px solid #d8d9da}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__sender--SXfst{display:flex;align-items:center;gap:8px;max-width:250px;width:30%}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__content--T_JwP{display:flex;flex-direction:column;gap:8px}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__actions--mv36e{width:max-content}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__actions--mv36e>div{display:flex;gap:8px}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__actionBtn--a3O_R{font-size:16px}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__actionBtn--a3O_R::after{content:""}.with-actions-module__root--s9Qcc .with-actions-module__notification--KIuLR .with-actions-module__createdAt--DYM8S{margin-left:auto;flex-shrink:0}.with-actions-module__skeleton--Nmqhp{max-width:unset;margin-bottom:16px}.with-actions-module__empty--thN6p{margin:auto !important}
.editor-module__form--pw3Dz{height:100%;display:flex;flex-direction:column}.editor-module__form--pw3Dz .editor-module__datePicker--IkRxA{max-width:unset}.editor-module__form--pw3Dz .editor-module__submit--nQ_cR{margin:auto 0 0 auto;flex-shrink:0}
.AgentSupportHeader-module__root--jOM0Q{padding:8px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.AgentSupportHeader-module__root--jOM0Q .AgentSupportHeader-module__leftSide--fZBod{display:flex;align-items:center;gap:8px;width:100%}.AgentSupportHeader-module__root--jOM0Q .AgentSupportHeader-module__leftSide--fZBod .AgentSupportHeader-module__infoWrap--PXzk3{max-width:75%}.AgentSupportHeader-module__root--jOM0Q .AgentSupportHeader-module__rightSide--yjdyY{display:flex;gap:16px}.AgentSupportHeader-module__root--jOM0Q .AgentSupportHeader-module__button--UOx__{padding:0;margin:0}.AgentSupportHeader-module__innerHeader--f1UK_{width:100%;overflow:hidden}
.styles-module__form--FyCAG{height:100%;display:flex;flex-direction:column}.styles-module__form--FyCAG .styles-module__btn--E5hMG{margin:auto 0 0 auto;flex-shrink:0}
.delete-workspace-modal-module__root--nSqCb{display:flex;align-items:center;justify-content:center;padding:24px}.delete-workspace-modal-module__root--nSqCb .ant-spin-container{display:flex;flex-direction:column}.delete-workspace-modal-module__root--nSqCb .delete-workspace-modal-module__button--IXSlF{align-self:flex-end;font-size:16px;margin-top:24px}
.google-drive-login-module__root--McydV{width:100%}
.google-drive-module__root--eJ18c{display:flex;flex-direction:column;height:100%}.google-drive-module__btnCancel--QYGsq{font-size:16px;height:40px;width:100%}.google-drive-module__emailWrapper--vTso2{margin-bottom:16px}.google-drive-module__email--_kenY{align-items:center;display:flex;gap:8px}
.workspace-integrations-module__root--zu8q9{display:grid;gap:20px;grid-template-columns:1fr 1fr}
.styles-module__root--dKBJ8{display:flex;height:100%;flex-direction:column;position:relative}.styles-module__root--dKBJ8 .styles-module__block--Vd4Qb{display:flex;width:100%;flex-direction:column}.styles-module__root--dKBJ8 .styles-module__attachments--IO9No{max-width:unset;margin-top:6px}.styles-module__root--dKBJ8 .styles-module__items--guk6r{height:100%;display:flex;flex-wrap:wrap;padding:0;margin:-40px -20px}.styles-module__root--dKBJ8 .styles-module__items--guk6r .styles-module__item--asghY{list-style-type:none;display:flex;flex-grow:1;margin:40px 20px}.styles-module__root--dKBJ8 .styles-module__items--guk6r .styles-module__item--asghY .styles-module__text--UZeec{text-transform:uppercase;margin-bottom:4px}.styles-module__attachments--IO9No{max-width:300px}
.AttachmentTabs-module__description--XdZ2p{display:inline-block;margin-bottom:16px}.AttachmentTabs-module__warningMessage--Y6bQP{margin-bottom:16px}.AttachmentTabs-module__upload--es3pp{width:100%}.AttachmentTabs-module__assetTreeWrapper--ZQ9Vh{width:100%}.AttachmentTabs-module__assetTree--W4JyF{width:100%;max-height:400px;overflow:auto}.AttachmentTabs-module__assetOption--YwbO2{display:flex;justify-content:space-between;width:100% !important;padding:0;margin-top:8px}
.AssistantStepsModal-module__root--crG5j{padding:24px;display:flex;flex-direction:column;gap:24px}.AssistantStepsModal-module__steps--T3hhK{margin-bottom:32px}.AssistantStepsModal-module__field--jd6y7{margin-bottom:0}.AssistantStepsModal-module__stepsContent--xHglk{margin-bottom:24px}.AssistantStepsModal-module__stepsActions--JK5FJ{display:flex;align-items:center;justify-content:space-between}.AssistantStepsModal-module__rightButton--E36Uq{margin-left:auto}
.AssistantSetup-module__root--ymAg8{display:flex;flex-direction:column;width:100%;max-width:580px}.AssistantSetup-module__title--l7EaE{margin-bottom:8px !important}.AssistantSetup-module__text--q6nzB{margin-bottom:20px}.AssistantSetup-module__btn--jw9BJ{width:fit-content}
.AttachmentDeletionConfirmModal-module__content--obIZG{padding:32px 24px;text-align:center}.AttachmentDeletionConfirmModal-module__iconWrap--gH7sG{margin-bottom:20px;padding:36px 0 0}.AttachmentDeletionConfirmModal-module__title--wkM4E{font-size:24px;margin-bottom:20px;line-height:1.4;font-weight:700}.AttachmentDeletionConfirmModal-module__btnWrap--WizQ9{display:flex;align-items:center;justify-content:center;margin-top:32px}
.AddAttachmentsModal-module__content--hm5jI{padding:24px}.AddAttachmentsModal-module__btnWrap--nuLB0{margin-top:24px;display:flex;justify-content:flex-end}.AddAttachmentsModal-module__description--hQbSX{display:inline-block;margin-bottom:16px}.AddAttachmentsModal-module__upload--x2Xnn{margin-bottom:0}
.AddLinksModal-module__content--lUq5g{padding:24px}.AddLinksModal-module__btnWrap--yB3lb{margin-top:24px;display:flex;justify-content:flex-end}.AddLinksModal-module__description--_BhxA{display:inline-block;margin-bottom:16px}.AddLinksModal-module__warningMessage--I1fQs{margin-bottom:16px}
.EditableNameForm-module__btnWrap--JPx1T{display:flex;align-items:center;gap:24px}.EditableNameForm-module__form--dZY_2{width:100%}
.EditableResponsibleForm-module__btnWrap--Yo3SX{display:flex;align-items:center;gap:24px}.EditableResponsibleForm-module__form--dhnJv{width:100%}
.EditableField-module__editField--j5jQR{display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease-in-out;width:100%;padding-left:4px}.EditableField-module__editField--j5jQR .EditableField-module__btnEdit--WDJQl{opacity:0}.EditableField-module__editField--j5jQR.EditableField-module__active--NAnQc:hover{background-color:#d2f7f9;cursor:text}.EditableField-module__editField--j5jQR.EditableField-module__active--NAnQc:hover .EditableField-module__btnEdit--WDJQl{opacity:1}
.LinkItem-module__link--HSXYL{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:4px;background-color:#f2f2f3;color:#0c0d0d;max-width:510px}.LinkItem-module__deleteBtn--HQ28J{display:flex;align-items:center;padding:0;width:12px;height:12px;border:none}
.LinkDeletionConfirmModal-module__content--mzwqp{padding:32px 24px;text-align:center}.LinkDeletionConfirmModal-module__iconWrap--X2VTM{margin-bottom:20px;padding:36px 0 0}.LinkDeletionConfirmModal-module__title--IbU8e{font-size:24px;margin-bottom:20px;line-height:1.4;font-weight:700}.LinkDeletionConfirmModal-module__btnWrap--XNmfB{display:flex;align-items:center;justify-content:center;margin-top:32px}
.CollapseSection-module__collapse--lgOQc .ant-collapse-header{padding:0 !important;width:fit-content;align-items:center !important}.CollapseSection-module__collapse--lgOQc .ant-collapse-header .ant-collapse-arrow{transform:translateY(-50%)}.CollapseSection-module__collapse--lgOQc .ant-collapse-expand-icon span{top:14px;position:relative}.CollapseSection-module__collapse--lgOQc .ant-collapse-content-box{padding:14px 0 0 0 !important}.CollapseSection-module__collapse--lgOQc .CollapseSection-module__collapseTitle--JuYhg{margin-bottom:0 !important}.CollapseSection-module__collapse--lgOQc .CollapseSection-module__arrowDown--R7jVb>svg{transform:rotate(360deg)}.CollapseSection-module__collapse--lgOQc .CollapseSection-module__arrowRight--EXKBa>svg{transform:rotate(270deg)}
.AddAssetsModal-module__content--CJ5oj{padding:24px}.AddAssetsModal-module__btnWrap--iaQJj{margin-top:24px;display:flex;justify-content:flex-end}.AddAssetsModal-module__description--aSwmh{display:inline-block;margin-bottom:16px}.AddAssetsModal-module__warningMessage--Mb1EB{margin-bottom:16px}.AddAssetsModal-module__assetOption--Mg2Lv{display:flex;justify-content:space-between;width:100% !important;padding:0;margin-top:8px}
.AssetDeletionConfirmModal-module__content--wadKc{padding:32px 24px;text-align:center}.AssetDeletionConfirmModal-module__iconWrap--oaHsb{margin-bottom:20px;padding:36px 0 0}.AssetDeletionConfirmModal-module__title--QJhDn{font-size:24px;margin-bottom:20px;line-height:1.4;font-weight:700}.AssetDeletionConfirmModal-module__btnWrap--T_EDt{display:flex;align-items:center;justify-content:center;margin-top:32px}
.AssetItem-module__link--kwcHS{display:flex;align-items:center;gap:8px;padding:4px 8px;width:100%;justify-content:space-between}.AssetItem-module__deleteBtn--Puk4n{display:flex;align-items:center;padding:0;width:12px;height:12px;padding:0 24px;border:none}
.DisablingAssistantModal-module__content--MxiAp{padding:32px 24px;text-align:center}.DisablingAssistantModal-module__iconWrap--zq86_{margin-bottom:20px;padding:36px 0 0}.DisablingAssistantModal-module__title--nFJc0{font-size:24px;margin-bottom:20px;line-height:1.4;font-weight:700}.DisablingAssistantModal-module__btnWrap--OaPja{display:flex;align-items:center;justify-content:center;margin-top:20px}
.AssistantEdit-module__root--K1XXW{display:flex;flex-direction:column;width:100%;max-width:580px}.AssistantEdit-module__nameWrap--wezEN{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.AssistantEdit-module__name--Pwc0U{margin-bottom:0 !important}.AssistantEdit-module__responsibleWrap--JPGIV{display:flex;align-items:center;gap:8px}.AssistantEdit-module__nameText--WQV3j{display:inline-block;margin-bottom:32px}.AssistantEdit-module__responsibleLabel--cujO7{display:inline-block;margin-bottom:8px}.AssistantEdit-module__addAttachmentBtn--jIey7{display:flex;align-items:center;padding-left:0;padding-right:0}.AssistantEdit-module__attachmentsList--qq2tC{display:flex;flex-direction:column;gap:12px;margin-top:10px;margin-bottom:0;list-style-type:none;max-height:330px;overflow-y:auto;padding:0 5px 0 0}.AssistantEdit-module__linkList--OnnTy{display:flex;flex-direction:column;gap:12px;margin-top:10px;margin-bottom:0;list-style-type:none;max-height:150px;overflow-y:auto;padding:0 5px 0 0;overflow-x:hidden}.AssistantEdit-module__assetsItem--SdGKQ{display:flex;flex-direction:column;gap:12px;margin-top:10px;margin-bottom:0;list-style-type:none;overflow-y:auto;padding:0 5px 0 0;overflow-x:hidden;scrollbar-gutter:stable}.AssistantEdit-module__assetsItem--SdGKQ::-webkit-scrollbar{width:6px}.AssistantEdit-module__assetsItem--SdGKQ::-webkit-scrollbar-track{background:#f2f2f3;border-radius:3px}.AssistantEdit-module__assetsItem--SdGKQ::-webkit-scrollbar-thumb{background:#bdbfc1;border-radius:3px}.AssistantEdit-module__assetsItem--SdGKQ::-webkit-scrollbar-thumb:hover{background:#898c90}.AssistantEdit-module__assetsItemWithScroll--E7PGx{overflow-y:scroll}.AssistantEdit-module__attachmentsItem--tQnzQ{display:flex;align-items:center;gap:16px}.AssistantEdit-module__attachment--gFWXq{flex-shrink:1}.AssistantEdit-module__warningMessage--qZzBd{margin-top:10px}.AssistantEdit-module__activateWarningMessage--yj6Np{margin-top:32px;margin-bottom:24px}.AssistantEdit-module__btnActivate--F20eH{margin-left:auto;align-items:center;display:flex}.AssistantEdit-module__activateActionsWrap--C5MAa{margin-top:32px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}.AssistantEdit-module__btnActivateAction--qksTC{min-height:60px;white-space:normal;line-height:normal}
.AgentSupportPrompts-module__root--rrALm{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.AgentSupportPrompts-module__root--rrALm .AgentSupportPrompts-module__prompt--wyZKy{border-radius:4px;background-color:#f2f2f3;width:100%;padding:4px 32px;text-align:center;cursor:pointer}
.AgentSupportMessageThread-module__root--Z92nS{height:100%;display:flex;flex-direction:column;gap:16px;overflow:auto;padding-bottom:16px}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__meMessageWrap--tD8x7{display:flex;flex-direction:row;align-items:baseline;gap:8px;align-self:flex-end;max-width:80%}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__meMessage--xCPWO{border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#d2f7f9;padding:10px 12px;word-break:break-word}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__agentMessageWrap--RPhCC{display:flex;flex-direction:row;gap:8px;margin-right:auto}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__agentMessageWrap--RPhCC .AgentSupportMessageThread-module__agentMessage--Z7CvL{border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#f2f2f3;padding:10px 12px;word-break:break-word;max-width:70%}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__agentMessageWrap--RPhCC .AgentSupportMessageThread-module__copyContent--yxGAQ{align-self:flex-start}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__username--da6AS{margin-bottom:8px}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__time--bY3z9{display:flex;justify-content:flex-end;margin-bottom:0;margin-top:4px}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__agentTyping--UcH2z{display:flex;gap:4px}.AgentSupportMessageThread-module__root--Z92nS .AgentSupportMessageThread-module__agentTyping--UcH2z .AgentSupportMessageThread-module__dots--xC1iH{height:14px;display:flex;align-items:center;animation:AgentSupportMessageThread-module__blink--JHa8O 1s infinite}@keyframes AgentSupportMessageThread-module__blink--JHa8O{0%{opacity:.2}50%{opacity:1}100%{opacity:.2}}.AgentSupportMessageThread-module__copyTooltip--Te80S{z-index:9999}
.AgentSupportMessageInput-module__root--hB5d9{margin:auto 0 8px;border-radius:12px}.AgentSupportMessageInput-module__root--hB5d9 .AgentSupportMessageInput-module__textarea--_bZiM{padding-top:12px;padding-bottom:12px;resize:none;border-bottom:1px solid rgba(0,0,0,0) !important;border-radius:12px 12px 0 0;border-color:#bdbfc1}.AgentSupportMessageInput-module__root--hB5d9 .AgentSupportMessageInput-module__textarea--_bZiM:focus{box-shadow:none;border-bottom:1px solid #32a6a8 !important}.AgentSupportMessageInput-module__root--hB5d9 .AgentSupportMessageInput-module__toolbar--lxoU4{display:flex;justify-content:flex-end;background-color:#f2f2f3;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:10px 16px;border:1px solid #bdbfc1;border-top:none}.AgentSupportMessageInput-module__root--hB5d9 .AgentSupportMessageInput-module__toolbar--lxoU4 .AgentSupportMessageInput-module__sendButton--NVfiQ{height:auto;padding:0;margin:0;font-weight:600 !important}.AgentSupportMessageInput-module__bottomText--bLqs0{width:100%;max-width:470px;text-align:center;font-size:12px;display:flex;margin:auto}
.AgentSupportCollapseElement-module__root--npZMM{position:absolute;z-index:10000000;right:0;top:50%;background-color:#fff;padding:8px;border-top-left-radius:10px;border-bottom-left-radius:10px;box-shadow:0 0 11px 0 rgba(0,0,0,.3);cursor:pointer}.AgentSupportCollapseElement-module__noSelect--Mt5s3{user-select:none}
.AgentSupportWidget-module__root--OY52T{position:absolute !important;z-index:10000;background-color:#fff;right:35px;bottom:0;box-shadow:0px 0px 20px 0px rgba(0,0,0,.3)}.AgentSupportWidget-module__root--OY52T .AgentSupportWidget-module__divider--nxbT8{margin:0}.AgentSupportWidget-module__root--OY52T .AgentSupportWidget-module__content--JYHXm{overflow:auto;display:flex;flex-direction:column;padding:18px 8px 8px 8px;height:100%}.AgentSupportWidget-module__root--OY52T .AgentSupportWidget-module__content--JYHXm .AgentSupportWidget-module__messageInputWrap--eoVvn{margin-top:auto}.AgentSupportWidget-module__root--OY52T .AgentSupportWidget-module__widgetWrap--GpR1N{display:flex;flex-direction:column;height:100%}.AgentSupportWidget-module__linkHeader--xFVYd{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.AssistantWidget-module__root--eZoLZ{display:flex;flex-direction:column;width:100%;max-width:530px}.AssistantWidget-module__desc--nEg1y{margin-bottom:32px}.AssistantWidget-module__header--ajkaI{display:flex;align-items:center;gap:8px;margin-bottom:8px}.AssistantWidget-module__divider--o8TLN{width:100%;max-width:350px;min-width:auto;margin:0 auto 18px}.AssistantWidget-module__widgetCard--i4C7P .ant-card-body{height:530px;display:flex;flex-direction:column;padding:8px}.AssistantWidget-module__content--hnbk0{overflow:auto;display:flex;flex-direction:column;padding:8px 8px 0 8px;height:100%}.AssistantWidget-module__inputWrap--MB1aA{margin-top:auto}
.ChannelsAssistant-module__root--f_TWa{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr;margin-bottom:30px}
.styles-module__root--L7VnE{display:flex;height:100%;flex-direction:column;position:relative;padding:30px}.styles-module__root--L7VnE .styles-module__btnBack--wy8ID{margin-right:auto;margin-bottom:20px;padding-left:0}.styles-module__root--L7VnE .styles-module__badge--vgUhR>sup{display:none}.styles-module__root--L7VnE .styles-module__badge--vgUhR.styles-module__verified--MfA7X{border:1px solid #fda402;border-radius:50%}.styles-module__root--L7VnE .styles-module__verifiedButton--qIwd8{height:auto;padding:0;margin-left:8px;font-size:16px}.styles-module__root--L7VnE .styles-module__infoWrap--LrF05{margin-left:16px}.styles-module__root--L7VnE .styles-module__deleteBtn--dnU7I{margin-left:auto;font-size:16px}.styles-module__root--L7VnE .styles-module__items--xxY3f{display:flex;flex-direction:column;gap:20px}.styles-module__root--L7VnE .styles-module__items--xxY3f .styles-module__item--vtsP6{display:flex;align-items:center}
.payment-method-module__root--AL339{display:flex;flex-direction:column;padding:24px 12px 24px 24px;gap:24px}.payment-method-module__root--AL339 .payment-method-module__title--CfeRh{margin:0 !important}.payment-method-module__root--AL339 .payment-method-module__cards--Gn9CB{display:flex;flex-direction:column;gap:24px;max-height:173px;overflow-y:auto;padding-right:12px}.payment-method-module__root--AL339 .payment-method-module__skeletonCard--MlgGQ{max-width:unset;height:50px}.payment-method-module__root--AL339 .payment-method-module__card--Ph0yP{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:10px;border:1px solid #d8d9da;padding:12px 16px}.payment-method-module__root--AL339 .payment-method-module__card--Ph0yP .payment-method-module__actions--UBd6I{display:flex;align-items:center;gap:16px}.payment-method-module__root--AL339 .payment-method-module__button--qDAEo{font-size:16px;padding:0;border:unset}.payment-method-module__root--AL339 .payment-method-module__addButton--cealq{display:flex;align-items:center;align-self:flex-start}
.email-module__root--PvRHZ{display:flex;flex-direction:column;gap:24px}.email-module__root--PvRHZ .email-module__title--oL6Si{margin:0}.email-module__root--PvRHZ .email-module__form--y6tUK{display:grid;grid-template-columns:minmax(100px, 267px) 120px;gap:24px}.email-module__root--PvRHZ .email-module__button--FXfLF{font-size:16px;margin-top:20px}
.settings-module__root--fD9Yh{display:flex;flex-direction:column;gap:20px}.settings-module__root--fD9Yh .settings-module__backBtn--S7QO3{padding:0;border:unset;align-self:flex-start;font-size:16px}.settings-module__root--fD9Yh .settings-module__settingPanels--hXfmK{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.styles-module__overlayClassName--Cru4s{z-index:4}.styles-module__overlayClassName--Cru4s .styles-module__content--pwZHB .styles-module__red--B8SBh{color:#f9716c !important}.styles-module__overlayClassName--Cru4s .styles-module__content--pwZHB .styles-module__red--B8SBh:hover{color:#fba09d !important}
.styles-module__column--R7Vq4{display:flex;flex-direction:column;row-gap:20px;width:100%}.styles-module__label--aN6rd{display:block;margin-bottom:8px;text-transform:uppercase}.styles-module__content--_XuYu{align-items:center;display:flex;column-gap:12px}.styles-module__items--WwpTG{display:flex;column-gap:48px}.styles-module__items--WwpTG:not(:last-child){margin-bottom:16px}.styles-module__items--WwpTG .styles-module__overflow--PMDdd{overflow-wrap:break-word}.styles-module__button--fy9Ab{padding:0;height:unset;max-width:100%;border:none}.styles-module__button--fy9Ab>span{white-space:normal;overflow-wrap:anywhere;text-align:left}.styles-module__attachments--mnhaD{margin-top:20px;max-width:300px}
.GuestInfo-module__column--i_iWx{display:flex;flex-direction:column;row-gap:20px;width:100%}.GuestInfo-module__label--_6MzB{display:block;margin-bottom:8px;text-transform:uppercase}.GuestInfo-module__content--jWxuK{align-items:center;display:flex;column-gap:12px}.GuestInfo-module__items--tRwr7{display:flex;column-gap:48px}.GuestInfo-module__items--tRwr7:not(:last-child){margin-bottom:16px}.GuestInfo-module__items--tRwr7 .GuestInfo-module__overflow--EjTTb{overflow-wrap:break-word}.GuestInfo-module__button--JZkZG{padding:0;height:unset;max-width:100%;border:none}.GuestInfo-module__button--JZkZG>span{white-space:normal;overflow-wrap:anywhere;text-align:left}.GuestInfo-module__attachments--pLYaf{margin-top:20px;max-width:300px}
.employee-view-module__root--Djj0s{display:flex;flex-direction:column;align-items:flex-start;padding:30px}.employee-view-module__btnBack--QfSuD{padding:0;margin-bottom:15px}.employee-view-module__list--I8Fpn,.employee-view-module__tabs--Ae08s{width:100%}.employee-view-module__item--McNl_{width:100%;margin-bottom:15px}.employee-view-module__requisites--Q77xr{width:100%;margin-top:20px}.employee-view-module__select--NOkAP{min-width:250px}.employee-view-module__top--eiS3S{width:100%;align-items:flex-start;margin-bottom:15px}.employee-view-module__top--eiS3S .employee-view-module__userTitle--PQr4_{display:flex;align-items:center;margin-bottom:20px}.employee-view-module__top--eiS3S .employee-view-module__userTitle--PQr4_ .employee-view-module__ant-avatar--gA9kl{flex-shrink:0}@media(max-width: 576px){.employee-view-module__top--eiS3S .employee-view-module__userTitle--PQr4_ h4{font-size:14px}}@media(max-width: 768px){.employee-view-module__top--eiS3S .employee-view-module__select--NOkAP{width:100%}}.employee-view-module__action--WJ51_{position:absolute;right:20px;z-index:2}.employee-view-module__rowWrap--HCOkw{display:flex;flex-direction:column;margin-left:16px}.employee-view-module__title--hik9_{margin-bottom:4px}.employee-view-module__iconRole--qLdP1{top:6px;left:calc(100% + 18px)}.employee-view-module__dissmiss--Q4jQH{position:absolute;right:0;font-size:57px;color:#f9716c;border-radius:50%;background-color:rgba(12,13,13,.1)}
.filters-module__root--MrKwB{display:flex;flex-direction:column;margin-bottom:20px;flex-shrink:0}.filters-module__search--Hm8qu{margin-left:auto;flex:1 1 20%;max-width:240px}.filters-module__filter--SSjd9{margin-bottom:20px;flex-shrink:0}.filters-module__expandBtn--z3yWg{padding:0;border:0;margin-right:24px}
.tree-module__root--_GvBA{min-width:max-content}.tree-module__root--_GvBA>li:first-child{padding-top:0}.tree-module__root--_GvBA .ant-tree-node-content-wrapper{user-select:text;height:auto;cursor:default;padding:0;width:calc(100% - 36px) !important}.tree-module__root--_GvBA .ant-tree-node-content-wrapper:hover{background-color:inherit}.tree-module__root--_GvBA li .ant-tree-node-content-wrapper{height:auto;cursor:default;padding:0;width:calc(100% - 36px) !important}.tree-module__root--_GvBA li .ant-tree-node-content-wrapper:hover{background-color:inherit}.tree-module__root--_GvBA .ant-tree-switcher{margin-left:12px !important;visibility:hidden}.tree-module__root--_GvBA li ul{padding-left:36px}.tree-module__root--_GvBA .ant-tree-switcher-noop{visibility:hidden}.tree-module__root--_GvBA .filter-node::before{content:none !important}.tree-module__root--_GvBA .ant-tree-treenode-switcher-open::before{position:absolute;left:24px !important;width:1px;height:100%;bottom:0;margin:22px 0 0;content:" "}.tree-module__root--_GvBA .ant-tree-treenode-switcher-close::before{content:none !important}
.admin-card-module__root--_ojPO{padding:12px 16px;background-color:#fff;border:1px solid #d8d9da;border-radius:4px;margin-bottom:20px}
.department-node-module__root--_F6zP{display:flex;justify-content:space-between;align-items:center;padding:8px 12px 8px 48px;background-color:#e9fbfc;border:1px solid #d8d9da;border-radius:4px;min-height:40px;margin-left:-36px;position:relative;min-width:700px}.department-node-module__isBench--qMkOI{background-color:#ffedcc}.department-node-module__isJoins--ABpRd{background-color:#f2f2f3}.department-node-module__title--rAMSu{display:flex;align-items:center;justify-content:space-between}.department-node-module__title--rAMSu:hover .department-node-module__btnEdit--iXQXh{opacity:1}.department-node-module__btnEdit--iXQXh{opacity:0;height:19px;border:none;display:flex;align-items:center;margin-left:10px}.department-node-module__btnEdit--iXQXh>span{width:15px}.department-node-module__withPadding--Qo0N9::after,.department-node-module__withPadding--Qo0N9::before{content:"";position:absolute;bottom:-5px;left:0;display:block;height:4px;width:100%;background-color:#fafafa;z-index:2}.department-node-module__withPadding--Qo0N9::before{bottom:unset;top:-5px}
.employee-node-module__root--PGYLe{display:flex;align-items:center;padding:8px 12px 8px 48px;background-color:#fff;border:1px solid #d8d9da;border-radius:4px;margin-left:-36px;position:relative;min-width:700px}.employee-node-module__isNotManager--Ml7gb,.employee-node-module__isNotExpandable--_B_fj{padding-left:12px}.employee-node-module__actions--D5b7t{display:flex;align-items:center;min-width:40px}.employee-node-module__withPadding--WlvbE::after,.employee-node-module__withPadding--WlvbE::before{content:"";position:absolute;bottom:-5px;left:0;display:block;height:4px;width:100%;background-color:#fafafa;z-index:2}.employee-node-module__withPadding--WlvbE::before{bottom:unset;top:-5px}.employee-node-module__employee--lLPZg{flex:1 1 auto;margin-right:24px}.employee-node-module__employeeContent--KDvMh{max-width:624px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.employee-node-module__employeeContent--KDvMh .ant-typography-single-line{white-space:normal}@media(min-width: 1600px){.employee-node-module__employeeContent--KDvMh{max-width:924px}}.employee-node-module__limitedFeature--r4Y9P{display:inline-block}.employee-node-module__limitedFeature--r4Y9P>div{right:-20px !important}
.ai-assistant-card-module__root--xzVGc{padding:12px 16px;background-color:rgba(229,211,248,.2);border:1px solid #d8d9da;border-radius:4px;margin-bottom:20px}.ai-assistant-card-module__root--xzVGc .ai-assistant-card-module__assistant--yp7De{display:flex;gap:8px}.ai-assistant-card-module__root--xzVGc .ai-assistant-card-module__assistant--yp7De .ai-assistant-card-module__content--A5Vqx{display:flex;flex-direction:column}
.form-module__root--wj0Wq{display:flex;flex-direction:column;flex:100%}.form-module__root--wj0Wq .form-module__button--efVlx{align-self:flex-end;margin-top:auto}
.filters-module__root--jKOj4{padding:16px 0}.filters-module__filter--Dp5oE{margin:0px 20px 16px 20px;flex-shrink:0}.filters-module__divider--sjTey{margin:0 0 16px}
.notifications-view-module__notificationList--nEuB4{margin-left:24px;margin-top:24px !important}.notifications-view-module__firstPane--eXmCB{transition:none !important}.notifications-view-module__secondPane--Du1oh{padding-top:15px}.notifications-view-module__secondPaneWithActions--sMXEd{height:calc(100% - 144px);padding-top:15px}
.notifications-provider-module__root--pH6Mb{padding:0;position:relative;border-radius:10px;margin:-20px}.notifications-provider-module__root--pH6Mb.ant-notification-notice{box-shadow:none;background-color:rgba(0,0,0,0)}.notifications-provider-module__root--pH6Mb .notifications-provider-module__card--mlq5T{background-color:#e9fbfc;margin:20px;font-size:14px;border-radius:4px;transition:1s ease-in-out;box-shadow:0px 2px 30px rgba(0,0,0,.1)}.notifications-provider-module__root--pH6Mb .notifications-provider-module__card--mlq5T.notifications-provider-module__opacity--pAGCE{opacity:.4}.notifications-provider-module__root--pH6Mb .notifications-provider-module__btn--s4REB{display:flex;align-items:center;justify-content:center}.notifications-provider-module__root--pH6Mb .notifications-provider-module__btn--s4REB .notifications-provider-module__icon--a4LgL{color:#16969c}.notifications-provider-module__root--pH6Mb .notifications-provider-module__btn--s4REB:hover{background-color:rgba(22,150,156,.08)}.notifications-provider-module__root--pH6Mb .notifications-provider-module__btn--s4REB:hover .notifications-provider-module__icon--a4LgL{color:#138186}.notifications-provider-module__root--pH6Mb .notifications-provider-module__text--oxsv8{font-size:12px;line-height:1;color:#57595c}.notifications-provider-module__root--pH6Mb .notifications-provider-module__body--WchKh{flex-wrap:wrap;padding:12px 10px 12px 12px}.notifications-provider-module__root--pH6Mb .notifications-provider-module__content--CMR_p{flex:1 1 auto;margin-top:4px;padding-right:12px;min-height:71px;cursor:pointer}.notifications-provider-module__root--pH6Mb .notifications-provider-module__content--CMR_p>span>div{display:inline}.notifications-provider-module__root--pH6Mb .notifications-provider-module__pagination--sZfh9{width:100%}.notifications-provider-module__root--pH6Mb .notifications-provider-module__arrowNavContainer--_ZrNZ{display:flex;align-items:center}.notifications-provider-module__root--pH6Mb .notifications-provider-module__arrowNavContainer--_ZrNZ .notifications-provider-module__arrowNav--z3VgL:not(:disabled){color:#16969c !important}.notifications-provider-module__root--pH6Mb .notifications-provider-module__arrowNavContainer--_ZrNZ .notifications-provider-module__arrowNav--z3VgL:not(:disabled):hover{color:#138186 !important}.notifications-provider-module__root--pH6Mb .notifications-provider-module__icon--a4LgL{color:#252627}.notifications-provider-module__root--pH6Mb .notifications-provider-module__flexStart--xD5nD{display:flex;align-items:flex-start;flex-grow:1}.notifications-provider-module__root--pH6Mb .notifications-provider-module__flexWrap--kvEWz{display:flex;align-items:center}.notifications-provider-module__root--pH6Mb .notifications-provider-module__justifyBetween--x5ZMa{justify-content:space-between}.notifications-provider-module__root--pH6Mb .ant-notification-notice-message,.notifications-provider-module__root--pH6Mb .ant-notification-notice-close{display:none}
.styles-module__content--SShAz{padding:20px 30px;height:100%}.styles-module__content--SShAz .styles-module__form--rtm7k{height:100%}
.collapse-panel-module__root--kYA4M{position:relative;flex-shrink:0}.collapse-panel-module__root--kYA4M.collapse-panel-module__open--PhbRG{width:100%}.collapse-panel-module__root--kYA4M.collapse-panel-module__open--PhbRG .collapse-panel-module__content--nX72W{width:100%;height:100%;opacity:1;position:relative;overflow:hidden}.collapse-panel-module__root--kYA4M .collapse-panel-module__content--nX72W{padding-top:12px;height:auto}.collapse-panel-module__root--kYA4M .collapse-panel-module__contentBottom--lmEwD{overflow-y:auto;padding:0 15px}.collapse-panel-module__root--kYA4M .collapse-panel-module__head--dFi4Y{display:flex;flex-direction:column}.collapse-panel-module__btnBack--eYtga{padding:0 15px;flex-grow:0}.collapse-panel-module__flexWrap--JZ5kr{display:flex;align-items:center;justify-content:space-between;padding:0 15px;margin-bottom:10px}.collapse-panel-module__btn--hPz7d{border:none;color:#898c90}.collapse-panel-module__btn--hPz7d:hover{background-color:#d2f7f9}.collapse-panel-module__btn--hPz7d:hover>span>span{color:#32a6a8}.collapse-panel-module__btn--hPz7d > .anticon{line-height:24px}
.list-module__card--pBlxZ{border:1px solid #d8d9da;border-radius:4px;padding:8px;margin-bottom:8px;cursor:pointer;position:relative;display:flex;flex-direction:column}.list-module__card--pBlxZ.list-module__active--Cxot7{background-color:#d2f7f9}.list-module__card--pBlxZ.list-module__active--Cxot7::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-8px;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #d2f7f9;z-index:1}.list-module__card--pBlxZ.list-module__active--Cxot7::before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-11px;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-left:10px solid rgba(22,150,156,.4);z-index:0}.list-module__card--pBlxZ .list-module__head--S9gSr{display:flex;align-items:center;margin-bottom:4px;flex-wrap:wrap}.list-module__card--pBlxZ .list-module__outdated--vmACX{color:#f9716c}.list-module__card--pBlxZ .list-module__users--DzXPO{margin-left:auto}.list-module__card--pBlxZ .list-module__users--DzXPO .list-module__user--xbIeU{margin-left:8px}.list-module__card--pBlxZ .list-module__users--DzXPO .list-module__user--xbIeU:first-child{margin-left:0px}
.right-side-panel-module__root--qGbhW{display:flex}.right-side-panel-module__root--qGbhW .right-side-panel-module__btnCollapsed--OtILe{display:flex;align-items:center;color:#898c90;border:none;border-radius:unset;width:16px;height:100%;padding:0}.right-side-panel-module__root--qGbhW .right-side-panel-module__btnCollapsed--OtILe .right-side-panel-module__ellipsis--VFs3R{width:40px;height:40px;position:absolute;left:-14px;display:flex;align-items:center;border-radius:50%;justify-content:center;clip-path:ellipse(94% 61% at -28% 50%);transition:background-color .3s ease-in-out}.right-side-panel-module__root--qGbhW .right-side-panel-module__btnCollapsed--OtILe:hover{background:#d2f7f9 !important;transform:scale(1.001)}.right-side-panel-module__root--qGbhW .right-side-panel-module__btnCollapsed--OtILe:hover .right-side-panel-module__ellipsis--VFs3R{background-color:#d2f7f9 !important}
.panel-module__sidePanel--nxWf8{margin:0 -32px 0 0}.panel-module__sidePanel--nxWf8.panel-module__collapsed--n5e76{margin-left:0}.panel-module__body--R7jEe>div{padding:0px 15px 24px 5px !important}
.discussion-controls-module__padding--PqL2U{padding:0 !important}.discussion-controls-module__panelHeader--iCCtZ{display:flex;align-items:center;gap:8px}.discussion-controls-module__collapseTitle--s5nwD{font-weight:600 !important;font-size:16px !important;margin-bottom:0 !important}.discussion-controls-module__elementOffset--_iDTU{width:24px}.discussion-controls-module__collapse--AsUrK{width:100%}.discussion-controls-module__collapse--AsUrK .discussion-controls-module__arrowUp--OrObB>svg{transform:rotate(180deg) !important}.discussion-controls-module__collapse--AsUrK .ant-collapse-item{width:100%;border:none}.discussion-controls-module__collapse--AsUrK .ant-collapse-header{width:fit-content;padding:0 !important;display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end}.discussion-controls-module__collapse--AsUrK .ant-collapse-header .ant-collapse-arrow{right:0 !important;transform:translateY(-50%) !important;color:#138186 !important}.discussion-controls-module__collapse--AsUrK .ant-collapse-content-box{padding:0;padding-top:8px !important}
.notifications-module__root--WRyDN{display:flex;height:calc(100% - 56px);padding-bottom:32px}.notifications-module__root--WRyDN .notifications-module__left--l8736{display:flex;flex-direction:column;gap:20px;width:100%}.notifications-module__root--WRyDN .notifications-module__right--ZQ4Gp{flex:0 0 374px;display:flex;gap:20px;flex-direction:column;height:100%}.notifications-module__root--WRyDN .notifications-module__widgets--AGn20{display:grid;gap:16px;grid-template-columns:1fr 1fr;grid-template-areas:"a a" "b c"}.notifications-module__pane--XTvH2{border-radius:8px;border:1px solid #d8d9da;background-color:#fff;padding:20px}
.calendar-module__root--Dp9Gd{display:flex;flex-direction:column;height:100%}.calendar-module__root--Dp9Gd.calendar-module__loading--qDzsQ .fc{opacity:.5}.calendar-module__root--Dp9Gd .calendar-module__wrapper--NL9Yc{height:100%;position:relative}.calendar-module__root--Dp9Gd .calendar-module__spin--HzaSl{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100}.calendar-module__root--Dp9Gd .calendar-module__event--Dux9W{padding:0;border:unset;border-radius:unset;background-color:unset;box-shadow:unset;overflow:hidden}.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){display:flex;align-items:center}.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-button-group{margin-left:24px}.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-toolbar-title{font-weight:600;font-size:16px;color:#0c0d0d;margin-left:24px}.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-button{font-weight:600;font-size:16px;background-color:#fff;border:1px solid #16969c;color:#16969c;padding:6px 16px;box-shadow:none !important}.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-button-active{background-color:#16969c;color:#fff}.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-prev-button,.calendar-module__root--Dp9Gd .fc .fc-header-toolbar .fc-next-button{display:flex;align-items:center;padding:6px;color:#898c90}.calendar-module__root--Dp9Gd .fc .fc-highlight{background-color:#a3a5a8;opacity:.3}.calendar-module__root--Dp9Gd .fc .fc-timegrid-now-indicator-arrow,.calendar-module__root--Dp9Gd .fc .fc-timeline-now-indicator-arrow{left:unset;right:0;width:12px;height:12px;border-radius:50%;background-color:#16969c;border:unset}.calendar-module__root--Dp9Gd .fc .fc-timeline-now-indicator-arrow{top:unset;bottom:0}.calendar-module__root--Dp9Gd .fc .fc-timegrid-now-indicator-line{border-color:#16969c;border-width:2px 0 0}.calendar-module__root--Dp9Gd .fc .fc-timeline-now-indicator-line{border-color:#16969c;border-width:0 0 0 2px}.calendar-module__root--Dp9Gd .fc .fc-timegrid-axis{border:unset;background-color:rgba(0,0,0,0) !important}.calendar-module__root--Dp9Gd .fc .fc-scrollgrid{border:unset}.calendar-module__root--Dp9Gd .fc .fc-timegrid-slot-label-cushion{padding:0 15px 0 0}.calendar-module__root--Dp9Gd .fc .fc-timegrid-slot{border-left:unset;height:32px}.calendar-module__root--Dp9Gd .fc .fc-timegrid-slot-label{border:unset}.calendar-module__root--Dp9Gd .fc tr:nth-child(2n)>.fc-timegrid-slot-lane{border-top:unset}.calendar-module__root--Dp9Gd .fc .fc-event-main{padding:0}.calendar-module__root--Dp9Gd .fc .fc-col-header-cell-cushion{display:block;padding:8px;cursor:default;width:100%}.calendar-module__root--Dp9Gd .fc .fc-timeGridDay-view .fc-timegrid-col{border:unset;background-color:#fff}.calendar-module__root--Dp9Gd .fc .fc-timeGridDay-view .fc-col-header-cell{border:unset}.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-day-mon,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-day-mon{border-left:unset}.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-timegrid-col,.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-daygrid-day,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-timegrid-col,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-daygrid-day{background-color:#fff}.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-daygrid-day-frame,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-daygrid-day-frame{min-height:160px}.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-day-sat,.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-day-sun,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-day-sat,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-day-sun{background-color:#f2f2f3}.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-day-today,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-day-today{background-color:#d2f7f9}.calendar-module__root--Dp9Gd .fc .fc-timeGridWeek-view .fc-daygrid-event,.calendar-module__root--Dp9Gd .fc .fc-dayGridMonth-view .fc-daygrid-event{margin-bottom:4px}.calendar-module__root--Dp9Gd .fc .fc-col-header-cell{border-bottom:1px solid #d8d9da !important;background-color:#fff}.calendar-module__root--Dp9Gd .fc .fc-popover{border-radius:4px;box-shadow:0px 2px 30px rgba(0,0,0,.1);z-index:999}.calendar-module__root--Dp9Gd .fc .fc-popover .fc-daygrid-event-harness:not(:last-child){margin-bottom:4px}.calendar-module__root--Dp9Gd .fc .fc-popover-header{background-color:rgba(0,0,0,0);padding:16px 16px 0}.calendar-module__root--Dp9Gd .fc .fc-popover-title{font-weight:600}.calendar-module__root--Dp9Gd .fc .fc-more-popover-misc{display:none}.calendar-module__root--Dp9Gd .fc .fc-popover-body{padding:16px;max-height:120px;overflow:auto}
.StatusSelect-module__root--BbFrZ .StatusSelect-module__select--WzEGM{border:1px solid rgba(22,150,156,.08);border-radius:4px}.StatusSelect-module__root--BbFrZ .ant-select-selection{min-width:120px;height:26px;background-color:#f2f2f3;border:none;box-shadow:none}.StatusSelect-module__root--BbFrZ .ant-select-selection__rendered{line-height:26px}
.IconId-module__root--CogA6{display:flex;align-items:center;margin-right:8px}.IconId-module__root--CogA6.IconId-module__rootWithScheduler--QUc5t{margin-right:2px}.IconId-module__root--CogA6.IconId-module__link--Vsnp1{color:#16969c;cursor:pointer}.IconId-module__root--CogA6 .IconId-module__id--OVrwK{display:inline;white-space:nowrap}.IconId-module__root--CogA6 .IconId-module__icon--fqfcV{margin-right:5px;width:20px;height:20px;align-items:center;display:flex}
.ExpensesInfo-module__root--IZj_X{display:flex;align-items:center;gap:8px}.ExpensesInfo-module__textWrap--tKyj8{max-width:210px;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.ExpensesInfo-module__icon--fcIlE{align-self:center}.ExpensesInfo-module__price--ktaB8{max-width:111px !important}.ExpensesInfo-module__priceWrap--IR4UK{display:flex;align-items:center}
.upload-drawers-module__tabs--pRuop{overflow-y:auto;padding:15px 25px;height:100%}.upload-drawers-module__tabs--pRuop .upload-drawers-module__tab--RDvLc{align-items:left}.upload-drawers-module__tabs--pRuop .upload-drawers-module__image--kLeuO .ant-empty-image{margin-bottom:16px}.upload-drawers-module__tabs--pRuop .upload-drawers-module__image--kLeuO svg{width:105px !important;height:105px !important}.upload-drawers-module__tabs--pRuop .ant-tabs-nav .ant-tabs-tab-active{color:#252627}
.styles-module__avatar--RHDeS{margin-right:10px}.styles-module__member--gyrTS{display:flex;align-items:center}.styles-module__member--gyrTS :first-child{border:none}.styles-module__btn--TWovl{box-shadow:none;margin-right:-10px;border:none;color:#252627}
.RelationsBar-module__root--n2nVs{margin-bottom:20px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px}.RelationsBar-module__root--n2nVs .RelationsBar-module__btn--cBEUY{background-color:#f2f2f3;padding:0 15px;border-radius:4px;height:26px;border:none}.RelationsBar-module__root--n2nVs .ant-btn:hover{color:inherit;background-color:rgba(137,140,144,.2)}.RelationsBar-module__root--n2nVs .ant-btn:focus{color:inherit}
.ProgressBar-module__root--lIOPr{display:flex;flex-direction:column}.ProgressBar-module__root--lIOPr .ProgressBar-module__infoContainer--_eB48{column-gap:8px;display:flex;justify-content:space-between}.ProgressBar-module__root--lIOPr .ProgressBar-module__infoTimeLeft--alTaO{align-items:center;display:flex;column-gap:9px}.ProgressBar-module__root--lIOPr .ProgressBar-module__progressBarContainer--yGuaJ{border-radius:20px;height:8px;overflow:hidden;width:100%}.ProgressBar-module__root--lIOPr .ProgressBar-module__progressBarFiller--XHDa5{height:inherit;transition:width 2s ease-in-out;overflow:hidden}.ProgressBar-module__root--lIOPr .ProgressBar-module__progressBarFillerBackground--Pzl5J{height:inherit;transition:width 2s ease-in-out}
.RequestListModal-module__root--lcwdh{padding:24px}.RequestListModal-module__root--lcwdh .RequestListModal-module__form--m1kqL{display:flex;flex-direction:column}.RequestListModal-module__root--lcwdh .RequestListModal-module__form--m1kqL .RequestListModal-module__taskSelect--pRRVR{margin-top:24px}.RequestListModal-module__root--lcwdh .RequestListModal-module__form--m1kqL .RequestListModal-module__btn--PKsS2{margin-left:auto}.RequestListModal-module__root--lcwdh .RequestListModal-module__errorMessage--u8gkC{margin-bottom:24px}
.editor-date-end-modal-module__datePicker--GXXGn{max-width:unset}
:root .reason-modal-module__root--I57x0 .ant-form-explain{top:156px}.reason-modal-module__root--I57x0 .reason-modal-module__description--_VXUq{margin-bottom:24px}.reason-modal-module__priceWrap--bk9sn{grid-gap:16px;gap:16px;display:grid;grid-template-columns:1fr 100px}
.order-icon-id-module__root--qgoA6{display:flex;align-items:center;gap:8px;margin-right:8px}.order-icon-id-module__root--qgoA6.order-icon-id-module__offline--gcDcA{gap:0}.order-icon-id-module__root--qgoA6 .order-icon-id-module__typeIcon--PbtyQ>svg{width:16px;height:16px}
.entity-info-buttons-module__root--rhFl7{display:flex;flex-wrap:wrap;gap:8px}.entity-info-buttons-module__root--rhFl7 .entity-info-buttons-module__button--Pb2yv{height:28px;display:flex;align-items:center}.entity-info-buttons-module__root--rhFl7 .entity-info-buttons-module__count--FDdP8{margin-left:8px;width:16px;height:16px;background:#d8d9da;border-radius:12px;font-weight:600;font-size:12px;color:#57595c;display:flex;align-items:center;justify-content:center}
.list-module__root--Dt1ij{display:flex;padding:24px;overflow-y:auto;flex:0 0 auto;height:100%}.list-module__root--Dt1ij.list-module__empty--W0N0W{padding:16px;justify-content:center}.list-module__root--Dt1ij>div{height:100%;width:100%}.list-module__root--Dt1ij .list-module__emptyContainer--KiOPo{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}
.details-module__title--nPBVM{margin-bottom:0 !important;word-break:break-word}.details-module__infoButtonsWrap--r8ztq{margin-top:12px}.details-module__tagsHeader--cs_rT{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.details-module__tagsHeader--cs_rT .details-module__tagsTitle--xCQ_N{margin-bottom:0;text-transform:uppercase;font-weight:700}.details-module__tagList--JyTqK{margin-bottom:20px}.details-module__infoButtons--TttKQ{margin-bottom:12px}.details-module__handbook--jlEzA{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;margin-top:12px}.details-module__handbook--jlEzA .details-module__wrapper--fdodN{display:flex;align-items:center;width:100%}.details-module__handbook--jlEzA .details-module__link--IocFG{max-width:50%;display:block}.details-module__chat--cQc60{flex:100%;padding:16px;overflow:hidden}.details-module__reminder--pgAiD{margin-bottom:16px}.details-module__subscription--gKRFG{margin-left:16px}.details-module__validityExpirationWrapper--c64Iu{display:flex;justify-content:space-between;align-items:center}
.ExpirationNotice-module__root--qiOZZ{margin-bottom:20px}.ExpirationNotice-module__dateWrap--m8_JA{display:flex;justify-content:space-between;align-items:center;gap:7px}.ExpirationNotice-module__taskCreatedAt--XWzkM{display:flex;align-items:center;gap:8px}.ExpirationNotice-module__notificationSent--agHRk{display:inline-block;max-width:280px}.ExpirationNotice-module__notificationSentIcon--lnqly{display:inline-block;margin-left:8px}
.assignments-module__form--EtovM{display:flex;flex-direction:column;height:100%}.assignments-module__form--EtovM .assignments-module__videoBtn--gALsk{margin-bottom:16px}.assignments-module__form--EtovM .assignments-module__content--LjX1N{display:flex;flex-direction:column;height:100%;overflow:hidden;margin-bottom:20px}.assignments-module__form--EtovM .assignments-module__employeeList--_w7TR{display:flex;flex-direction:column;gap:16px;overflow-y:auto}.assignments-module__form--EtovM .assignments-module__employee--xwqcX{display:flex;align-items:center;justify-content:space-between}.assignments-module__form--EtovM .assignments-module__employee--xwqcX .assignments-module__info--Eum8P{display:flex;align-items:center;width:95%}.assignments-module__form--EtovM .assignments-module__employee--xwqcX .assignments-module__avatar--qYss3{margin-right:8px}.assignments-module__form--EtovM .assignments-module__employee--xwqcX .assignments-module__deleteBtn--kQtpY{height:auto}.assignments-module__form--EtovM .assignments-module__submitBtn--CI5f3{align-self:flex-end;margin-top:auto;flex-shrink:0}
.relations-module__videoBtn--XhqeB{margin-bottom:16px}.relations-module__description--xNyE2{margin-bottom:24px}.relations-module__form--fPv4S{display:flex;flex-direction:column;flex:auto}.relations-module__form--fPv4S .relations-module__select--BeGE1{margin-bottom:24px}.relations-module__form--fPv4S .relations-module__select--BeGE1>span{font-weight:600;font-size:14px !important;color:#0c0d0d !important;margin-bottom:8px !important}.relations-module__form--fPv4S .relations-module__submit--NnjXH{align-self:flex-end;margin-top:auto}.relations-module__skeletonRoot--suwQE{display:flex;flex-direction:column;flex:auto}.relations-module__skeletonRoot--suwQE .relations-module__paragraph--DJvt6{margin-bottom:24px}.relations-module__skeletonRoot--suwQE .relations-module__paragraph--DJvt6>li:not(:first-child){margin-top:4px}.relations-module__skeletonRoot--suwQE .relations-module__input--juS2U{margin-bottom:24px}.relations-module__skeletonRoot--suwQE .relations-module__buttonWrap--nce4x{margin-top:auto}.relations-module__skeletonRoot--suwQE .relations-module__button--HMX4q{margin-left:auto}
.save-to-disk-module__form--k_tqe{display:flex;flex-direction:column;height:100%}.save-to-disk-module__form--k_tqe .save-to-disk-module__submitBtn--QzS3e{align-self:flex-end;margin-top:auto;flex-shrink:0}
:root .table-module__table--BUpjl thead>tr>th.table-module__headerCell--hh6BD{padding:16px 8px;font-weight:600;text-transform:uppercase;vertical-align:top}:root .table-module__table--BUpjl .editable-cell-value-wrap{padding:8px;cursor:pointer;border:1px solid #a3a5a8;border-radius:4px}:root .table-module__table--BUpjl .editable-cell-value-wrap:hover{border-color:rgba(22,150,156,.5)}:root .table-module__table--BUpjl .ant-table-tbody .ant-table-row-cell-break-word{padding:8px !important}:root .table-module__table--BUpjl .ant-table-body{overflow-x:auto !important}:root .table-module__table--BUpjl .ant-table-footer{border-top:1px solid #d8d9da;padding:0;background-color:rgba(0,0,0,0)}:root .table-module__table--BUpjl .ant-table-footer::before{content:none}:root .table-module__table--BUpjl .table-module__tableCellText--Lk0hZ{display:block;margin-top:10px}:root .table-module__table--BUpjl .table-module__deleteBtn--IRqyX{display:flex;padding:0;height:auto;margin-top:-4px}.table-module__total--W_2xw{display:flex;align-items:center;margin-top:24px}.table-module__total--W_2xw>div{margin-bottom:0}
.scheduler-module__root--Qhslt{display:flex}.scheduler-module__root--Qhslt .scheduler-module__datePicker--QWKOR{min-width:240px}.scheduler-module__root--Qhslt .scheduler-module__interval--b8GXi{display:flex;margin-left:24px;max-width:240px}.scheduler-module__root--Qhslt .scheduler-module__interval--b8GXi .scheduler-module__count--e31gX{border-radius:4px 0px 0px 4px}.scheduler-module__root--Qhslt .scheduler-module__interval--b8GXi .scheduler-module__frequency--DPpXQ{margin-top:20px;min-width:90px;border-left:none;border-radius:0px 4px 4px 0}
.system-specification-module__root--8KODW .system-specification-module__title--OQAO4{margin-bottom:16px}.system-specification-module__root--8KODW .system-specification-module__radio--qYMiu{margin-bottom:0}.system-specification-module__root--8KODW .system-specification-module__languageWrap--xx3_W{display:flex;align-items:center;gap:16px}.system-specification-module__root--8KODW .system-specification-module__languageWrap--xx3_W .system-specification-module__title--OQAO4{margin-bottom:0}.system-specification-module__root--8KODW .system-specification-module__divider--Pqpsh{margin:24px -24px;width:calc(100% + 48px)}.system-specification-module__root--8KODW .system-specification-module__foundationWrap--eFstF{display:grid;grid-template-columns:215px 105px 215px 403px;gap:16px}.system-specification-module__root--8KODW .system-specification-module__documentsButton--pT4RO{width:auto !important;padding:0;align-items:center;display:flex}.system-specification-module__root--8KODW .system-specification-module__vatWrap--lBMX4{display:flex;gap:16px}.system-specification-module__root--8KODW .system-specification-module__withVat--Qn_80{margin:20px 0 24px}.system-specification-module__root--8KODW .system-specification-module__vat--bo8_L,.system-specification-module__root--8KODW .system-specification-module__currency--wowsH,.system-specification-module__root--8KODW .system-specification-module__comment--YBaJC{margin-bottom:24px}.system-specification-module__root--8KODW .system-specification-module__locationWrap--rgYSI{display:grid;grid-template-columns:1fr 200px;gap:24px}.system-specification-module__root--8KODW .system-specification-module__withoutMargin--haVBj{margin:0}.system-specification-module__root--8KODW .system-specification-module__datesWrap--s6EEK{display:grid;grid-template-columns:repeat(3, 190px);gap:16px}.system-specification-module__root--8KODW .system-specification-module__datePickerWrapper--lYLhm{min-width:unset}.system-specification-module__root--8KODW .system-specification-module__daysToPaymentWrap--j1B_K{display:flex;align-items:center;gap:8px}.system-specification-module__root--8KODW .system-specification-module__requisitesBtn--uWHIC{height:auto;padding:0;border:0}.system-specification-module__root--8KODW .system-specification-module__buttonsWrap--x2Si0{display:flex;gap:24px;justify-content:flex-end}.system-specification-module__root--8KODW .system-specification-module__previewBtn--PWxn9{padding:0}.system-specification-module__root--8KODW .system-specification-module__blockWrapper--mKvL1{padding:24px;border:1px solid #d8d9da;border-radius:4px;margin-bottom:24px;background-color:#fff}.system-specification-module__root--8KODW .system-specification-module__blockWrapperGray--fG7Ez{background-color:#f2f2f3;border-radius:4px;padding:24px;margin-bottom:24px}.system-specification-module__root--8KODW .system-specification-module__documentType--vuRZO{margin-top:20px;min-width:90px}.system-specification-module__root--8KODW .system-specification-module__scrollToPeriodicActForm--g2a1P{animation:system-specification-module__hideBackground--lckHz 5s;border-radius:4px;padding:4px}@keyframes system-specification-module__hideBackground--lckHz{from{background-color:rgba(22,150,156,.1)}to{background-color:rgba(0,0,0,0)}}
.change-act-module__root--Vj51t .change-act-module__skeletonWrap--xSoPj{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.change-act-module__root--Vj51t .change-act-module__skeletonWrap--xSoPj .change-act-module__skeleton--FH8Zj{margin-bottom:0}.change-act-module__root--Vj51t .change-act-module__documents--QVuAy{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.change-act-module__root--Vj51t .change-act-module__title--ARERm{margin-top:9px;margin-bottom:16px}.change-act-module__root--Vj51t .change-act-module__daysToPaymentWrap--FiwHq{display:flex;align-items:center;gap:8px}.change-act-module__root--Vj51t .change-act-module__buttonsWrap--dlEeb{display:flex;gap:24px;justify-content:flex-end;margin-top:9px}.change-act-module__root--Vj51t .change-act-module__previewBtn--TSjm4{padding:0}.change-act-module__root--Vj51t .change-act-module__warningMessage--iiUZD{margin-bottom:16px}.change-act-module__root--Vj51t .change-act-module__comment--Zt_Da{margin-top:24px}
.styles-module__root--s2Izp{display:flex;flex-direction:column;flex:0 0 100%}.styles-module__root--s2Izp .styles-module__title--pP8WQ{margin-bottom:16px}.styles-module__root--s2Izp .styles-module__btn--Z251v{margin-top:auto;margin-left:auto;width:160px}.styles-module__root--s2Izp .styles-module__radioGroup--pU4YB{margin-bottom:24px;display:flex;gap:16px}
.invite-employee-module__form--yxdFQ{display:flex;flex-direction:column;height:100%}.invite-employee-module__form--yxdFQ .invite-employee-module__ivitationType--cYZyG{display:flex;flex-wrap:wrap;gap:16px 8px}.invite-employee-module__form--yxdFQ .invite-employee-module__image--pNrXC{flex-shrink:0;margin-bottom:16px}.invite-employee-module__form--yxdFQ .invite-employee-module__submit--fcMmm{margin-top:auto;align-self:flex-end;flex-shrink:0}.invite-employee-module__form--yxdFQ .ant-select-selection,.invite-employee-module__form--yxdFQ .ant-select-selector{border-color:#a3a5a8 !important}
.form-module__root--BGeZf{display:flex;flex-direction:column;flex:0 0 100%}.form-module__root--BGeZf .form-module__employee--YFOpg{width:552px}.form-module__root--BGeZf .form-module__info--RErtj{margin-bottom:16px}.form-module__root--BGeZf .form-module__btnSubmit--TdV58{margin-left:auto;margin-top:auto}.form-module__root--BGeZf .form-module__table--bwbEB .ant-table-body,.form-module__root--BGeZf .form-module__table--bwbEB .ant-table-content{overflow-x:auto !important;font-size:14px}:root .form-module__root--BGeZf .form-module__table--bwbEB .ant-table .ant-table-tbody>tr>td{padding:8px 16px !important}
.contacts-import-results-module__root--m22Qh{display:flex;flex-direction:column;flex:0 0 100%}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__file--zjkp0{margin:16px 0}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R .ant-table{overflow:auto}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R table{overflow-x:auto;font-size:14px}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R table .ant-table-row{background:#fdd0ce}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R table td{border:1px solid #f5120a;border-left:none;border-right:none;border-bottom:none}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R table td:first-child{border-left:1px solid #f5120a}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R table td:last-child{border-right:1px solid #f5120a}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R table tr:last-child td{border-bottom:1px solid #f5120a !important}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R .ant-table-tbody>tr:hover:not(.ant-table-expanded-row)>td{background:unset}:root .contacts-import-results-module__root--m22Qh .contacts-import-results-module__table--sgN_R .ant-table .ant-table-tbody>tr>td{padding:8px 15px !important}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__btn--rJpq5{min-height:40px;margin-top:auto;margin-left:auto}.contacts-import-results-module__root--m22Qh .contacts-import-results-module__count--APBUl{color:#000 !important}
.styles-module__form--ZHdUK{display:flex;flex-direction:column;height:100%;margin-top:16px}.styles-module__form--ZHdUK .styles-module__submitBtn--b9VdC{margin-top:auto;margin-left:auto}
.moving-department-module__form--VYBvY{display:flex;flex-direction:column;height:100%;margin-top:16px}.moving-department-module__form--VYBvY .moving-department-module__submitBtn--Wr8Xw{margin-top:auto;margin-left:auto}
.replace-employee-module__form--ipNft{display:flex;flex-direction:column;height:100%;margin-top:16px}.replace-employee-module__form--ipNft .replace-employee-module__submitBtn--G_WE1{margin-top:auto;margin-left:auto}
.deleted-module__root--C8nq5{margin-top:16px;margin-left:16px;height:calc(100% - 100px)}.deleted-module__btn--clHfR{border:none;color:#898c90}.deleted-module__btn--clHfR:hover{background-color:#d2f7f9}.deleted-module__btn--clHfR > .anticon{line-height:24px}.deleted-module__content--nhqqR{height:100%;display:flex}.deleted-module__empty--Ei8ZI{margin:0 auto 20px;align-self:center;justify-self:center}
.subscribers-drawer-module__form--C5SJ4{display:flex;flex-direction:column;height:100%}.subscribers-drawer-module__videoBtn--LmLzl{margin-bottom:16px}.subscribers-drawer-module__content--Bsu8M{display:flex;flex-direction:column;height:100%;overflow:hidden;margin-bottom:20px}.subscribers-drawer-module__submitBtn--eitq6{align-self:flex-end;margin-top:auto;flex-shrink:0}.subscribers-drawer-module__list--POt2o{display:flex;flex-direction:column;gap:16px;overflow-y:auto}.subscribers-drawer-module__listItem--fPHTj{display:flex;align-items:center;gap:8px;justify-content:space-between}.subscribers-drawer-module__infoWrap--nzkGT{display:flex;align-items:center;justify-content:space-between}.subscribers-drawer-module__info--ksSYG{display:flex;flex-direction:column;gap:8px;width:100%;max-width:350px}.subscribers-drawer-module__nameWrap--ktAbt{display:flex;align-items:center;gap:8px}
.RequestFieldEditor-module__datePickerWrap--NbRqi{max-width:unset}.RequestFieldEditor-module__detailsField--BmlZB{display:flex;flex-direction:column;margin-bottom:8px}.RequestFieldEditor-module__descriptionField--R2ywr{padding-top:8px}
.agreement-actions-module__root--C0kls{padding:0 16px 8px;flex-shrink:0}.agreement-actions-module__root--C0kls .agreement-actions-module__statuses--HkLu6{display:flex;gap:8px;flex-wrap:wrap}.agreement-actions-module__root--C0kls .agreement-actions-module__statuses--HkLu6.agreement-actions-module__odd--Z9KDx .agreement-actions-module__btnAction--DUi4l:first-child{flex:1 1 100%;max-width:unset}.agreement-actions-module__root--C0kls .agreement-actions-module__btnAction--DUi4l{flex:1 1 auto;max-width:50%;white-space:unset;min-height:40px;height:auto}.agreement-actions-module__root--C0kls > .ant-divider{margin:0 0 15px}
.details-module__body--SoOGW{display:flex;overflow:auto;height:100%}.with-bottom-banner-spacer~div .details-module__body--SoOGW{padding-bottom:40px}.details-module__spin--DFM8f{display:flex;margin:0 auto;align-items:center}.details-module__text--Bpefj{margin-top:30px;text-align:center}.details-module__block--f0Eil{display:flex;flex-direction:column;overflow-x:hidden;flex:1 1 50%}.details-module__blockWidth--yD3s6{flex-grow:0}.details-module__collapsePanel--SmQPs{padding-bottom:13px}.details-module__userRole--DBU7S{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden}.details-module__userRole--DBU7S .details-module__label--w1kAh{font-size:12px;color:#57595c;margin-bottom:2px}.details-module__addUserRoleButton--A51PB{display:flex;align-items:center;padding:0;margin-right:auto}.details-module__header--nlnhD{padding:0 15px}.details-module__content--NAmKr{padding:10px 0;padding-right:0;border-right:1px solid rgba(137,140,144,.3)}.details-module__content--NAmKr .details-module__titleWrap--BF3Wk{margin-bottom:12px}.details-module__content--NAmKr .details-module__title--TCycd{margin:0}.details-module__content--NAmKr .details-module__title--TCycd.details-module__outdated--oIvPf{color:#f9716c}.details-module__content--NAmKr .details-module__btnFooter--UtCN1{display:flex;align-items:center;margin-right:30px;padding-left:0;color:#252627}.details-module__content--NAmKr .details-module__btnFooter--UtCN1 .details-module__icon--KR4jP{margin-right:0px}.details-module__content--NAmKr .details-module__btnFooter--UtCN1:hover{color:#16969c}.details-module__content--NAmKr .details-module__footerContainer--HOIOr{display:flex;align-items:center}.details-module__content--NAmKr .details-module__link--oLiMc{padding-left:0;font-weight:bold;text-align:left}.details-module__content--NAmKr .details-module__createOrderButton--Ium6v{display:flex;align-items:center;align-self:flex-start;padding:10px 0;height:unset;color:#57595c}.details-module__content--NAmKr .details-module__badge--U9y2J{margin-right:10px}.details-module__content--NAmKr .details-module__dates--wdrUk{margin-bottom:0}.details-module__content--NAmKr .details-module__location--Bk3bh{margin-bottom:12px}.details-module__content--NAmKr .details-module__completeRequire--Et7D3{margin-bottom:12px}.details-module__content--NAmKr .details-module__description--tfoF1{margin:12px 0 4px}.details-module__flex--YzF2Y{display:flex}.details-module__flex--YzF2Y .details-module__label--w1kAh{margin-right:4px}.details-module__flexAuto--z7w3Q{display:flex;flex:1 1;overflow:auto;padding-bottom:10px}.details-module__flexOverflow--aIrq6{position:relative;display:flex;flex-direction:column;overflow-y:auto;flex:1 0;padding:0 15px}.details-module__flexOverflow--aIrq6>*{flex-shrink:0}.details-module__flexOverflow--aIrq6>.ant-divider{margin:10px 0}.details-module__flexOverflow--aIrq6 .details-module__tagsHeader--o_gHm{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.details-module__flexOverflow--aIrq6 .details-module__tagsHeader--o_gHm .details-module__tagsTitle--PEoIt{margin-bottom:0}.details-module__flexOverflow--aIrq6 .details-module__tagList--Ia7Au{text-align:left}.details-module__empty--ehb4t{margin-bottom:20px;align-self:center;justify-self:center;margin:0 auto}.details-module__alert--tEzJ4{margin:12px 0}.details-module__reminder--TyvkI{margin-bottom:12px}
.progress-bar-module__root--er0R4{display:flex;justify-content:flex-start}.progress-bar-module__root--er0R4 .progress-bar-module__time--egtRx{margin-right:70px}.progress-bar-module__root--er0R4 .progress-bar-module__time--egtRx .ant-progress{margin-right:10px}.progress-bar-module__root--er0R4 .progress-bar-module__time--egtRx.progress-bar-module__hovered--ZD8La:hover .progress-bar-module__icon--CsORH{color:#16969c;cursor:pointer}.progress-bar-module__root--er0R4 .progress-bar-module__time--egtRx:last-child{margin-right:20px}.progress-bar-module__root--er0R4 .progress-bar-module__text--mWZ_E{font-size:14px;color:#57595c}.progress-bar-module__root--er0R4 .progress-bar-module__block--jxv3v{margin-top:8px;display:flex;flex-direction:column}.progress-bar-module__root--er0R4 .progress-bar-module__block--jxv3v span:hover{cursor:pointer}.progress-bar-module__root--er0R4 .progress-bar-module__block--jxv3v.progress-bar-module__disabled--fzm6Q span{color:#a3a5a8}.progress-bar-module__root--er0R4 .progress-bar-module__block--jxv3v.progress-bar-module__disabled--fzm6Q span:hover{cursor:default}.progress-bar-module__root--er0R4 .progress-bar-module__block--jxv3v .ant-popover-open{background-color:#fff}.progress-bar-module__root--er0R4 .progress-bar-module__block--jxv3v .progress-bar-module__label--T8DYG{margin-left:34px}.progress-bar-module__root--er0R4 .progress-bar-module__label--T8DYG{font-size:12px;color:rgba(137,140,144,.7);display:block;margin-bottom:2px}.progress-bar-module__estimate--SaIe1{width:100%;max-width:250px}.progress-bar-module__switch--tYPZp{margin-bottom:8px}
.dates-module__dateWrap--NmmSn{margin-bottom:12px}.dates-module__date--VtFho{flex-wrap:wrap}
.editor-module__content--TuoVj{display:flex;flex-direction:column;height:100%}.editor-module__content--TuoVj .editor-module__relationsSelect--qxCl2 label::after{display:none}.editor-module__content--TuoVj .editor-module__subTitle--DmRjw{font-weight:bold;font-size:16px}.editor-module__content--TuoVj .editor-module__fieldsWrap--BAesw{padding:25px}.editor-module__content--TuoVj .editor-module__fieldsWrap--BAesw .ant-switch{margin:0}.editor-module__content--TuoVj .editor-module__fieldsWrap--BAesw .editor-module__upload--Y2W7t .ant-btn-link{color:rgba(137,140,144,.6)}.editor-module__content--TuoVj .editor-module__fieldsWrap--BAesw .editor-module__upload--Y2W7t .ant-btn-link:hover{color:#d2f7f9}.editor-module__content--TuoVj .editor-module__fieldsWrap--BAesw .editor-module__upload--Y2W7t svg{stroke:hsla(0,0%,100%,.6)}.editor-module__content--TuoVj .editor-module__letterKind--nM_nj{width:240px;margin-top:10px}.editor-module__content--TuoVj .editor-module__uploadBlock--fxYQJ{width:100%}.editor-module__content--TuoVj .editor-module__uploadBlock--fxYQJ div.ant-upload{width:200px;padding:5px 0;margin-left:auto;background:rgba(0,0,0,0);border:none}.editor-module__content--TuoVj .editor-module__editorTools--qsPtm{display:flex;justify-content:flex-end;position:relative;align-items:center;margin-top:-60px}.editor-module__content--TuoVj .editor-module__upload--Y2W7t{justify-content:flex-start;margin-bottom:15px}.editor-module__content--TuoVj .editor-module__upload--Y2W7t .ant-upload-drag-container{align-items:flex-start;justify-content:flex-end;display:flex}.editor-module__content--TuoVj .editor-module__upload--Y2W7t .ant-upload-drag-container .ant-btn-link{background-color:hsla(0,0%,100%,.9);margin-right:21px}.editor-module__content--TuoVj .editor-module__field--SoSJb,.editor-module__content--TuoVj .editor-module__dateStart--nbN_7{position:relative}.editor-module__content--TuoVj .editor-module__field--SoSJb .editor-module__btnDelete--z1Lyr,.editor-module__content--TuoVj .editor-module__dateStart--nbN_7 .editor-module__btnDelete--z1Lyr{width:20px;height:20px;position:absolute;right:-22px;top:30px;opacity:0;transition:.2s ease-in-out}.editor-module__content--TuoVj .editor-module__field--SoSJb .editor-module__btnDelete--z1Lyr>i,.editor-module__content--TuoVj .editor-module__dateStart--nbN_7 .editor-module__btnDelete--z1Lyr>i{display:flex}.editor-module__content--TuoVj .editor-module__field--SoSJb:hover .editor-module__btnDelete--z1Lyr,.editor-module__content--TuoVj .editor-module__dateStart--nbN_7:hover .editor-module__btnDelete--z1Lyr{opacity:1}.editor-module__content--TuoVj .editor-module__dateStart--nbN_7{display:flex;margin-right:14px;padding-right:25px}.editor-module__content--TuoVj .editor-module__dateStart--nbN_7 .editor-module__btnDelete--z1Lyr{right:2px}.editor-module__content--TuoVj .editor-module__field--SoSJb .ant-form-item{width:100%}.editor-module__content--TuoVj .editor-module__dates--vch3j{display:flex}.editor-module__content--TuoVj .editor-module__dates--vch3j .editor-module__datePicker--zvCzq{min-width:130px;max-width:170px}.editor-module__content--TuoVj .editor-module__subTasks--zCAoh .editor-module__subTask--el08m{display:flex;align-items:center}.editor-module__content--TuoVj .editor-module__subTasks--zCAoh .editor-module__subTask--el08m .editor-module__subTaskItem--E89xM{position:relative;width:100%;display:flex;align-items:center}.editor-module__content--TuoVj .editor-module__subTasks--zCAoh .editor-module__subTask--el08m .editor-module__subTaskItem--E89xM div:first-child{width:100%}.editor-module__content--TuoVj .editor-module__subTasks--zCAoh .editor-module__subTask--el08m .editor-module__subTaskItem--E89xM .editor-module__subTaskResponsible--ZoTAD{position:absolute;right:5px}.editor-module__content--TuoVj .editor-module__subTasks--zCAoh .editor-module__subTask--el08m .editor-module__btnDelete--z1Lyr{margin-bottom:15px}.editor-module__content--TuoVj .editor-module__timeset--U6RTO{display:flex}.editor-module__content--TuoVj .editor-module__timeset--U6RTO .ant-input{width:72px;margin-right:15px}.editor-module__content--TuoVj .editor-module__divider--ADf5e{margin:0;background:rgba(22,150,156,.2);height:2px}.editor-module__content--TuoVj .editor-module__btnDropdown--bFszF{padding:8px 0;margin-right:auto;margin-left:20px}.editor-module__content--TuoVj .editor-module__btnDropdown--bFszF button{font-weight:bold}.editor-module__content--TuoVj .editor-module__btnDropdown--bFszF .editor-module__plus--OrVmd{position:absolute;left:-5px;top:10px}.editor-module__content--TuoVj .editor-module__dropdownOverlay--f7IHO{left:20px;margin-left:30px}.editor-module__content--TuoVj .editor-module__btnSteps--Ygt_X{margin:auto 25px 25px auto}.editor-module__content--TuoVj .editor-module__typeTaskSelect--ntRI9{background-color:rgba(22,150,156,.1);display:flex;justify-content:space-between;align-items:center;padding:15px 25px}.editor-module__content--TuoVj .editor-module__typeTaskSelect--ntRI9 .ant-row.ant-form-item{margin-bottom:0}.editor-module__content--TuoVj .editor-module__select--OSL3t{width:200px}.editor-module__content--TuoVj .editor-module__subtask--AuGmy{position:relative}.editor-module__content--TuoVj .editor-module__subtask--AuGmy .editor-module__subtaskResponsible--sMocj{position:absolute;top:2px;right:8px}.editor-module__content--TuoVj .editor-module__subtask--AuGmy .editor-module__btnDelete--z1Lyr{position:absolute;right:-24px;top:0}.editor-module__content--TuoVj .editor-module__flexWrap--tRQTh{display:flex;margin-top:10px}.editor-module__content--TuoVj .editor-module__flexWrap--tRQTh .editor-module__item--EhrUx{margin-bottom:6px}.editor-module__content--TuoVj .editor-module__flexWrap--tRQTh .editor-module__location--rn5t8{flex-grow:1;flex-basis:50%;margin-right:20px}.editor-module__content--TuoVj .editor-module__visibleCalendarBtn--da1t_{width:100%;margin-bottom:16px}.editor-module__content--TuoVj .editor-module__slaAlert--FPLvO{margin-bottom:16px}.editor-module__changingSchedulerFrom--gJweP{padding:24px;display:flex;flex-direction:column;gap:8px}.editor-module__changingSchedulerFrom--gJweP>div>div{display:flex;flex-direction:column;gap:8px}.editor-module__changingSchedulerFrom--gJweP>button{align-self:flex-end;font-size:16px}.editor-module__mentionWrap--i8Jse{z-index:1000}
.header-module__root--oUyBR{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.header-module__root--oUyBR .header-module__iconId--xK5YV{margin-right:0}.header-module__root--oUyBR .header-module__block--0gC_I{display:flex;align-items:center;gap:16px;overflow:hidden;max-width:90%}
.project-info-module__root--rA6Kr{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.project-info-module__root--rA6Kr .project-info-module__item--CQCRl{flex-wrap:nowrap}.project-info-module__root--rA6Kr .project-info-module__detailsField--M05dV{overflow:hidden}
.description-info-module__root--UnJYJ{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.description-info-module__root--UnJYJ .description-info-module__item--CsfN1{flex-wrap:nowrap}.description-info-module__root--UnJYJ .description-info-module__detailsField--tw8ez{display:flex;flex-direction:column;gap:8px}
.collapse-module__root--qwCbh .ant-collapse-borderless{background-color:rgba(0,0,0,0)}.collapse-module__root--qwCbh .ant-collapse-content-active{overflow:visible}.collapse-module__root--qwCbh .ant-collapse-item{border-bottom:none}.collapse-module__root--qwCbh .ant-collapse-item>.ant-collapse-header{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;font-weight:600;font-size:16px;padding:0;color:#252627}.collapse-module__root--qwCbh .ant-collapse-content>.ant-collapse-content-box{padding:0px}.collapse-module__root--qwCbh .ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{color:#252627;padding:0}.collapse-module__root--qwCbh .ant-collapse-item-disabled .ant-collapse-header:hover{cursor:default}
.ExpensesAmountPanel-module__title--NeQxI{margin-bottom:0 !important}
.ContactChannelInfo-module__root--K1IYS{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.ContactChannelInfo-module__root--K1IYS .ContactChannelInfo-module__item--RV6mh{flex-wrap:nowrap}.ContactChannelInfo-module__root--K1IYS .ContactChannelInfo-module__detailsField--hrmfU{overflow:hidden}.ContactChannelInfo-module__loadingWrapper--grgjG{display:flex;margin-bottom:8px}
.list-module__card--u3laU{border:1px solid #d8d9da;border-radius:4px;padding:8px;margin-bottom:8px;cursor:pointer;position:relative;display:flex;flex-direction:column}.list-module__card--u3laU.list-module__active--SkmLt{background-color:#d2f7f9}.list-module__card--u3laU.list-module__active--SkmLt::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-8px;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #d2f7f9;z-index:1}.list-module__card--u3laU.list-module__active--SkmLt::before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-11px;border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-left:10px solid rgba(22,150,156,.4);z-index:0}.list-module__card--u3laU .list-module__head--WS17S{display:flex;align-items:center;margin-bottom:4px;flex-wrap:wrap}.list-module__card--u3laU .list-module__outdated--JOvfq{color:#f9716c}.list-module__card--u3laU .list-module__users--F2Gro{margin-left:auto}.list-module__card--u3laU .list-module__users--F2Gro .list-module__user--qm8XR{margin-left:8px}.list-module__card--u3laU .list-module__users--F2Gro .list-module__user--qm8XR:first-child{margin-left:0px}
.TimeLog-module__root--v8xF9{width:100%}.TimeLog-module__root--v8xF9>div{height:100%}.TimeLog-module__item--sqVJQ{display:flex;margin-bottom:15px;justify-content:space-between;padding:0 25px;width:100%}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp{display:flex;flex-grow:1}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__avatar--EdBSH{margin-right:10px;min-width:44px}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__estimateText--PuUgU{opacity:.7;margin-bottom:6px}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__info--O28xK{flex-grow:1}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__user--zP8g1{font-weight:bold;font-size:12px}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__subtask--krdaH{display:flex;margin-top:5px;margin-bottom:5px;cursor:pointer}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__subtask--krdaH .TimeLog-module__paragraph--lz0Mf{width:45%;margin-bottom:0}.TimeLog-module__item--sqVJQ .TimeLog-module__itemInfo--aDCWp .TimeLog-module__description--P85mh .TimeLog-module__paragraph--lz0Mf{color:#252627}.TimeLog-module__item--sqVJQ .TimeLog-module__btnContainer--PySqb{align-items:flex-start;display:flex;margin-top:12px}.TimeLog-module__item--sqVJQ .TimeLog-module__btnContainer--PySqb .ant-divider{margin:12px 0;background:rgba(137,140,144,.5);height:15px}.TimeLog-module__item--sqVJQ .TimeLog-module__btnContainer--PySqb .ant-btn-link{color:#252627}.TimeLog-module__item--sqVJQ .TimeLog-module__btnContainer--PySqb .ant-btn-link:hover{color:#d2f7f9}.TimeLog-module__dates--cYdGX{display:flex;align-items:center}.TimeLog-module__dates--cYdGX .TimeLog-module__dateItem--Q7dbL+.TimeLog-module__dateItem--Q7dbL{margin-left:4px}.TimeLog-module__loader--rlMH1{display:flex;justify-content:center;align-items:center;padding:20px}.TimeLog-module__container--j36lf{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:40px;width:100%}.TimeLog-module__estimate--xfB_Z{width:100%;max-width:250px}
.tabs-module__root--_Nv6o .tabs-module__tabs--VbXW8{flex-shrink:0}.tabs-module__root--_Nv6o .tabs-module__tabs--VbXW8 .ant-tabs-tab{max-height:45px;display:inline-flex;align-items:center}.tabs-module__root--_Nv6o .tabs-module__tabs--VbXW8 .ant-tabs-tab:hover{color:#252627}.tabs-module__root--_Nv6o .tabs-module__tabs--VbXW8 .ant-tabs-bar{margin-bottom:0}.tabs-module__root--_Nv6o .tabs-module__tabs--VbXW8 .ant-tabs-nav>div{display:flex;align-items:center}.tabs-module__root--_Nv6o .tabs-module__tabs--VbXW8 .ant-tabs-tab-active{color:#252627}.tabs-module__root--_Nv6o .tabs-module__content--pAKGx{flex-grow:1;overflow:auto;display:flex}.tabs-module__chat--dMEFA{width:100%;margin-bottom:12px}.tabs-module__permissionsError--OqSyt{max-width:260px;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.tabs-module__permissionsError--OqSyt .tabs-module__icon--o9G3j{margin-top:50px;margin-bottom:16px}
.Form-module__form--MI0ai{display:flex;flex-direction:column;height:100%}.Form-module__form--MI0ai .Form-module__videoBtn--bk6Y_{margin-bottom:16px}.Form-module__form--MI0ai .Form-module__content--FRah3{display:flex;flex-direction:column;height:100%;overflow:hidden;margin-bottom:20px}.Form-module__form--MI0ai .Form-module__iconButton--g9SxR{align-items:center;border:none;color:#138186 !important;display:flex;font-size:14px;font-weight:600 !important;padding:0}.Form-module__form--MI0ai .Form-module__employeeList--KBh45{display:flex;flex-direction:column;gap:16px;overflow-y:auto}.Form-module__form--MI0ai .Form-module__employee--mpP0q{display:flex;align-items:center;justify-content:space-between}.Form-module__form--MI0ai .Form-module__employee--mpP0q .Form-module__info--JxHJv{display:flex;align-items:center;width:95%}.Form-module__form--MI0ai .Form-module__employee--mpP0q .Form-module__avatar--TjYGh{margin-right:8px}.Form-module__form--MI0ai .Form-module__employee--mpP0q .Form-module__deleteBtn--cB4z2{height:auto}.Form-module__form--MI0ai .Form-module__submitBtn--mUjCc{align-self:flex-end;margin-top:auto;flex-shrink:0}.Form-module__form--MI0ai .Form-module__infoWrap--blJt3{display:flex;flex-direction:column;gap:8px;width:100%;max-width:350px}
.ResponsibleDetails-module__root--QCUxs{display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden}.ResponsibleDetails-module__unassignedWrap--t_No9{display:flex;align-items:center;gap:8px}.ResponsibleDetails-module__circle--didJL{width:24px;height:24px;border-radius:50%;border:1px dashed #a3a5a8}
.Dates-module__root--k5o1F{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.Dates-module__date--E1YYv{flex-wrap:wrap}
.DescriptionInfo-module__root--rpat_{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.DescriptionInfo-module__root--rpat_ .DescriptionInfo-module__detailsField--V29c6{display:flex;flex-direction:column;gap:8px}
.Header-module__root--fQDHZ{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;padding:0 15px}.Header-module__root--fQDHZ .Header-module__block--RdsLw{display:flex;align-items:center;gap:16px;overflow:hidden;max-width:90%}.Header-module__root--fQDHZ .Header-module__id--FiFi5{display:flex;align-items:center}
.TicketFieldEditorProvider-module__datePickerWrap--HazdC{max-width:unset}
.RelationsBar-module__root--lrkj5{margin-bottom:20px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px}.RelationsBar-module__root--lrkj5 .RelationsBar-module__btn--FON1N{background-color:#f2f2f3;padding:0 15px;border-radius:4px;height:26px;border:none}.RelationsBar-module__root--lrkj5 .ant-btn:hover{color:inherit;background-color:rgba(137,140,144,.2)}.RelationsBar-module__root--lrkj5 .ant-btn:focus{color:inherit}
.TicketFooterActions-module__root--d0Fq4{padding:0 16px 8px}.TicketFooterActions-module__actionsWrap--FTdU4{display:flex;gap:8px;flex-wrap:wrap}.TicketFooterActions-module__btnAction--jiVUc{flex:1 1 auto;white-space:unset}.TicketFooterActions-module__btnAdd--YmCCT{display:flex;align-items:center;justify-content:center;flex-grow:1}.TicketFooterActions-module__actionsDropdown--SPbnG{display:flex;flex-grow:1}
.TicketDetails-module__content--kQpS9{padding:10px 0;border-right:1px solid rgba(137,140,144,.3);display:flex;flex-direction:column;overflow-x:hidden;flex:1 1 50%}.TicketDetails-module__content--kQpS9 .TicketDetails-module__title--uhtTr{margin:0 0 12px}.TicketDetails-module__content--kQpS9 .TicketDetails-module__title--uhtTr.TicketDetails-module__outdated--t6fEy{color:#f5120a}.TicketDetails-module__flexAuto--XuotP{display:flex;flex:1 1;overflow:auto;padding-bottom:10px}.TicketDetails-module__flexOverflow--mM_4B{position:relative;display:flex;flex-direction:column;overflow-y:auto;flex:1 0;padding:0 15px}.TicketDetails-module__flexOverflow--mM_4B>*{flex-shrink:0}.TicketDetails-module__flexOverflow--mM_4B>.ant-divider{margin:10px 0}.TicketDetails-module__flexOverflow--mM_4B .TicketDetails-module__tagsHeader--oegJk{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.TicketDetails-module__flexOverflow--mM_4B .TicketDetails-module__tagsHeader--oegJk .TicketDetails-module__tagsTitle--SsteZ{margin-bottom:0}.TicketDetails-module__flexOverflow--mM_4B .TicketDetails-module__tagList--pQ479{text-align:left}.TicketDetails-module__detailItem--afcME{margin-bottom:12px}.TicketDetails-module__btnLink--wZm04{padding:0;height:unset;max-width:100%;border:none;font-weight:400 !important}.TicketDetails-module__btnLink--wZm04>span{white-space:normal;overflow-wrap:anywhere;text-align:left}
.EmptyError-module__empty--TFvIo{align-self:center;justify-self:center;margin:0 auto}
.ContactInfo-module__root--GLZuE{display:flex;flex-direction:column;gap:16px;margin-top:8px;padding:0 16px}.ContactInfo-module__item--nzxSj{display:flex;flex-direction:column;gap:4px}.ContactInfo-module__label--XhmcN{letter-spacing:.45px;text-transform:uppercase;line-height:15px}.ContactInfo-module__btnLink--zvfpe{padding:0;height:auto;border:none;text-align:left}
.PermissionsError-module__permissionsError--Km8AK{max-width:260px;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.PermissionsError-module__permissionsError--Km8AK .PermissionsError-module__icon--HWsEw{margin-top:50px;margin-bottom:16px}
.ContactImage-module__contactPhotoWrap--TE7X1{position:relative}.ContactImage-module__channelIcon--jRp_7{position:absolute;bottom:0;right:0}
.TicketDetailsTabs-module__root--qCh3U{display:flex;flex-direction:column;overflow-x:hidden;flex:1 1 50%}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__tabs--qLHJq{flex-shrink:0}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__tabs--qLHJq .ant-tabs-tab{max-height:45px;display:inline-flex;align-items:center}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__tabs--qLHJq .ant-tabs-tab:hover{color:#252627}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__tabs--qLHJq .ant-tabs-bar{margin-bottom:0}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__tabs--qLHJq .ant-tabs-nav>div{display:flex;align-items:center}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__tabs--qLHJq .ant-tabs-tab-active{color:#252627}.TicketDetailsTabs-module__root--qCh3U .TicketDetailsTabs-module__content--aVg6X{flex-grow:1;overflow:auto;display:flex}.TicketDetailsTabs-module__chat--O8H5w{width:100%;margin-bottom:12px}.TicketDetailsTabs-module__header--jssWG{padding:12px 20px;display:flex;align-items:center;gap:12px}
.TicketDetailsDrawer-module__body--J0k8S{display:flex;overflow:auto;height:100%}.with-bottom-banner-spacer~div .TicketDetailsDrawer-module__body--J0k8S{padding-bottom:40px}.TicketDetailsDrawer-module__spin--ymWeR{display:flex;margin:0 auto;align-items:center}.TicketDetailsDrawer-module__block--It1ri{display:flex;flex-direction:column;overflow-x:hidden;flex:1 1 50%}.TicketDetailsDrawer-module__blockWidth--Bml2W{flex-grow:0}.TicketDetailsDrawer-module__collapsePanel--hco1J{padding-bottom:13px}
.payment-failed-banner-module__root--KcxKA{display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 56px}.payment-failed-banner-module__root--KcxKA .payment-failed-banner-module__text--HAiM6{margin:0}.payment-failed-banner-module__root--KcxKA .payment-failed-banner-module__action--STqSY{text-decoration:underline;flex-shrink:0;cursor:pointer}.payment-failed-banner-module__root--KcxKA .payment-failed-banner-module__closeBtn--LJRB3{position:absolute;right:34px;height:auto;padding:0;border:unset;color:#fff !important}
.unavailable-module__root--rlWuC{display:flex;align-items:center;justify-content:center;width:100%}.unavailable-module__root--rlWuC .unavailable-module__content--hwSHY{display:flex;flex-direction:column;align-items:center}.unavailable-module__root--rlWuC .unavailable-module__content--hwSHY .unavailable-module__title--uLtci{margin-top:20px}
.successed-submit-view-module__root--Wb6tH{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:16px}.successed-submit-view-module__root--Wb6tH .successed-submit-view-module__background--pTWnd{position:absolute;min-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;z-index:-1}.successed-submit-view-module__root--Wb6tH .successed-submit-view-module__content--XJYnE{background-color:#d2f7f9;padding:32px;border-radius:5px;text-align:center}.successed-submit-view-module__root--Wb6tH .successed-submit-view-module__content--XJYnE .successed-submit-view-module__title--XziGs{white-space:pre}.successed-submit-view-module__root--Wb6tH .successed-submit-view-module__button--mXR3T{width:234px}
.website-form-view-module__body--VEs3z{overflow-y:auto}.website-form-view-module__root--c6fw0{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:16px}.website-form-view-module__wrapLoader--feNDU{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.website-form-view-module__wrapLoader--feNDU .website-form-view-module__loader--LJcDQ{height:150px;width:150px}.website-form-view-module__backgroundImage--GOtjv{position:absolute;min-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;z-index:-1}
.header-module__root--BwMUj{padding:13px 32px;width:100%;box-shadow:0px 1px 0px 0px #d8d9da;display:flex;align-items:center;justify-content:space-between}.header-module__root--BwMUj .header-module__link--oYuK8{color:unset}.header-module__root--BwMUj .header-module__link--oYuK8:hover{color:unset}@media(min-width: 1100px){.header-module__root--BwMUj .header-module__language--JR6qN{position:fixed;bottom:32px;right:32px}}
.CommentInfo-module__alertMessage--xcfs7{color:#0c0d0d;font-weight:600;font-size:14px}.CommentInfo-module__alertDescription--CPVbE{display:inline-block;color:#0c0d0d;margin-bottom:8px}.CommentInfo-module__commentWrap--ByaxY{display:flex;flex-direction:column}.CommentInfo-module__attachmentsWrap--Cymzn{padding:0}.CommentInfo-module__alertWrap--ntKCu .ant-alert{padding:8px 16px}.CommentInfo-module__alertWrap--ntKCu .ant-alert-message{font-size:14px;line-height:1;margin-bottom:8px}.CommentInfo-module__alertWrap--ntKCu .ant-alert-description{font-size:14px;line-height:1}
.history-issue-module__root--SRb5N{padding:16px 0}.history-issue-module__root--SRb5N .history-issue-module__listWrap--BLuQW{display:flex;flex-direction:column;gap:24px}.history-issue-module__root--SRb5N .history-issue-module__listWrap--BLuQW .history-issue-module__date--exG40{margin-bottom:12px;display:block}.history-issue-module__root--SRb5N .history-issue-module__listWrap--BLuQW .history-issue-module__list--ReCnG{display:flex;flex-direction:column;gap:40px}.history-issue-module__root--SRb5N .history-issue-module__listWrap--BLuQW .history-issue-module__statusWrap--QqUBu{display:flex;flex-direction:column}.history-issue-module__root--SRb5N .history-issue-module__listWrap--BLuQW .history-issue-module__statusInner--ipYfc{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-issue-module__root--SRb5N .history-issue-module__listWrap--BLuQW .history-issue-module__statusInner--ipYfc .history-issue-module__statusText--sYwtd{display:block;margin:12px 0}
.actions-module__root--f5KFU{display:flex;gap:8px}.actions-module__root--f5KFU .actions-module__button--Gy_HC{margin-top:8px;width:100%}.actions-module__divider--Sip5S{margin:0}.actions-module__popover--U4IGG{max-width:396px !important}.actions-module__popover--U4IGG .ant-popover-content{max-width:396px !important}
.detail-issue-module__issues--rLeHz{display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 140px)}.detail-issue-module__issues--rLeHz .detail-issue-module__reason--O0IQr{padding:6px 16px;background-color:#f2f2f3;font-weight:600}.detail-issue-module__issues--rLeHz .detail-issue-module__statusInfo--VllkL{display:flex;gap:16px;align-items:center}.detail-issue-module__issues--rLeHz .detail-issue-module__statusInfo--VllkL .detail-issue-module__id--VTDYg{display:flex;align-items:center}.detail-issue-module__issues--rLeHz .detail-issue-module__title--tNEyB{margin:0}.detail-issue-module__issues--rLeHz .detail-issue-module__createdAt--iffMV{display:flex;gap:8px;align-items:center}.detail-issue-module__wrapLoader--svEbR{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.detail-issue-module__wrapLoader--svEbR .detail-issue-module__loader--PrO1O{height:150px;width:150px}.detail-issue-module__divider--dzPL7{margin:0}.detail-issue-module__errorWrap--v8_cA{display:flex;height:100vh}
.issues-view-module__body--yF2I3{overflow-y:auto}.issues-view-module__root--smHna{flex:1;overflow:auto;height:100%}@media(max-width: 768px){.issues-view-module__root--smHna{height:100svh}}.issues-view-module__root--smHna .issues-view-module__container--AGWnl{max-width:832px;padding:16px;width:100%;margin:0 auto}
:root .date-flag{position:relative;background-color:rgb(205.395505618,246.0966292135,248.004494382);color:#16969c;font-size:12px;padding:2px 5px;display:flex;align-items:center}:root .date-flag::before,:root .date-flag::after{position:absolute;content:"";right:100%;border:10px solid rgb(205.395505618,246.0966292135,248.004494382);border-left-color:rgba(0,0,0,0)}:root .date-flag::before{top:0;border-bottom:10px solid rgba(0,0,0,0)}:root .date-flag::after{bottom:0;border-top:10px solid rgba(0,0,0,0)}:root .date-flag.danger{background-color:#fdd0ce;color:#f9716c}:root .date-flag.danger::after{border:11px solid #fdd0ce;border-left:10px solid rgba(0,0,0,0)}:root .date-tag{display:flex;flex-direction:column;margin-right:15px;min-width:100px}:root .date-tag .date-tag-label{padding-left:2px;padding-bottom:2px;color:#898c90;text-transform:uppercase}:root .date-tag .date-tag-value{background-color:rgb(205.395505618,246.0966292135,248.004494382);color:#16969c;font-weight:600;padding:2px 12px;border-radius:10px}:root .date-tag.danger .date-tag-value{background:#fdd0ce;color:#f9716c}:root .ant-collapse-borderless{background-color:rgba(0,0,0,0)}:root .react-datepicker{display:flex;font-family:inherit;z-index:100}:root .react-datepicker .react-datepicker__navigation{top:9px}:root .react-datepicker .react-datepicker__navigation--next--with-time{right:90px}:root .react-datepicker-popper{z-index:111}:root .react-datepicker__header--time{padding:0}:root .react-datepicker__current-month,:root .react-datepicker-time__header{color:#252627;font-size:12px;line-height:36px;text-transform:uppercase}:root .react-datepicker__header{background:#fff;padding-top:0;border-bottom:#d8d9da}:root .react-datepicker__day-names{background:rgb(165.1685393258,238.8764044944,242.3314606742)}:root .react-datepicker__month{margin:0}:root .react-datepicker__day--keyboard-selected,:root .react-datepicker__day--selected{background:#16969c;color:#fff;outline:none}:root .react-datepicker__time-list-item{line-height:30px;height:30px;padding:0px 10px}:root .react-datepicker__time-container{border-color:#a3a5a8}:root .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{padding:0 10px}:root .react-datepicker__current-month,:root .react-datepicker-time__header,:root .react-datepicker-year-header{font-weight:normal}:root .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,:root .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#16969c}:root .ant-btn.ant-btn-primary{box-shadow:0px 5px 10px rgba(22,150,156,.2);padding:0 15px}:root .ant-btn.ant-btn-primary:hover{border-color:#138186;background-color:#138186}:root .ant-btn.ant-btn-primary:disabled{box-shadow:none;border-color:#bdbfc1;background-color:#bdbfc1;color:#fff}:root .ant-btn.ant-btn-danger{box-shadow:0px 5px 10px rgba(249,113,108,.2)}:root .ant-btn.ant-btn-danger:hover{border-color:#f7413b;background-color:#f7413b}:root .ant-btn.ant-btn-danger:disabled{box-shadow:none;border-color:#bdbfc1;background-color:#bdbfc1;color:#fff}:root .ant-btn.ant-btn-ghost{color:#16969c;border-color:#16969c;background-color:rgba(0,0,0,0)}:root .ant-btn.ant-btn-ghost:hover{border-color:#138186;color:#138186}:root .ant-btn.ant-btn-ghost:disabled{border-color:#bdbfc1;color:#bdbfc1}:root .ant-btn.ant-btn-background-ghost:disabled{color:#bdbfc1}:root .ant-btn.ant-btn-link{font-weight:600;color:#16969c}:root .ant-btn.ant-btn-link:hover{color:#138186}:root .ant-btn.ant-btn-link:disabled{color:#a3a5a8}:root .ant-btn.ant-btn-text{font-weight:400;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#898c90;box-shadow:none}:root .ant-btn.ant-btn-text:hover{color:#a3a5a8}:root .ant-btn.ant-btn-text:disabled{color:#bdbfc1 !important}:root .ant-btn.tab{position:relative;display:inline-block;color:#898c90;font-size:24px;border:0;font-weight:700;padding:0;box-shadow:none;height:auto}@media(max-width: 576px){:root .ant-btn.tab{font-size:16px;font-weight:600}}:root .ant-btn.tab span{padding:6px 16px}:root .ant-btn.tab span::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:rgba(0,0,0,0);transform-origin:50% 50%;transition:.2s ease-in-out}:root .ant-btn.tab:hover{color:#0c0d0d}:root .ant-btn.tab.active{color:#0c0d0d}:root .ant-btn.tab.active span::before{width:100%;background:linear-gradient(to right, #16969C 0%, #35BF5B 100%)}:root .ant-btn.noshadow{box-shadow:none}:root .ant-rate{font-size:17px;color:#fda402}:root .ant-rate .ant-rate-star{margin-right:4px}:root .ant-avatar{text-transform:uppercase}:root .ant-avatar img{object-fit:cover}:root .ant-avatar>.ant-avatar-string{top:0px}:root .ant-legacy-form .ant-legacy-form-item-control.has-error input{border-color:#f9716c}:root .ant-legacy-form .ant-legacy-form-item-control.has-error .ant-legacy-form-explain{color:#f5120a}:root .ant-legacy-form .ant-legacy-form-item{display:flex;flex-direction:column;margin-bottom:16px}:root .ant-legacy-form .ant-form-item-row{display:flex;flex-direction:column}:root .ant-legacy-form .ant-form-item-label{text-align:left;line-height:20px}:root .ant-legacy-form .ant-form-item-label label{font-size:12px;color:#898c90;height:auto}:root .ant-legacy-form .ant-form-item-label label:after{display:none}:root .ant-legacy-form .ant-legacy-form-item-label{line-height:20px}:root .ant-legacy-form .ant-legacy-form-item-label label{font-size:12px;color:#898c90}:root .ant-legacy-form .ant-select-selection{border-color:#a3a5a8}:root .ant-legacy-form .ant-legacy-form-item-children>div{width:100%}:root .ant-legacy-form .ant-legacy-form-item-children>div .ant-select-selector{border-color:#a3a5a8}:root .ant-legacy-form-explain{font-size:12px}:root .ant-tabs-tab{font-weight:400}:root .ant-tabs-tab:not(.ant-tabs-tab-active){color:#898c90}:root .ant-tabs-tab-active{font-weight:600}:root .ant-tabs.auth .ant-tabs-bar{border-bottom:0}:root .ant-tabs.auth .ant-tabs-nav-scroll{display:flex}:root .ant-tabs.auth .ant-tabs-nav{margin:0 auto}:root .ant-tabs.auth .ant-tabs-tab{color:rgba(37,38,39,.5);font-size:24px;font-weight:bold;padding:6px 12px}:root .ant-tabs.auth .ant-tabs-tab:hover{color:rgba(37,38,39,.8)}:root .ant-tabs.auth .ant-tabs-tab.ant-tabs-tab-active{color:#252627}:root .ant-tabs.auth .ant-tabs-ink-bar{height:4px;border-radius:4px;background:linear-gradient(to right, #16969C 0%, #35BF5B 100%)}:root .ant-tabs .ant-tabs-tab{margin:0;padding-left:16px;padding-right:16px}:root .link.tab{position:relative;display:inline-block;color:rgba(37,38,39,.5);font-size:24px;border:0;font-weight:bold;padding:6px 16px;box-shadow:none;height:auto}:root .link.tab::before{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background:rgba(0,0,0,0);border-radius:4px;transform-origin:50% 50%;transition:.2s ease-in-out}:root .link.tab:hover{color:rgba(37,38,39,.8)}:root .link.tab.active{color:#252627}:root .link.tab.active::before{width:100%;background:linear-gradient(to right, #16969C 0%, #35BF5B 100%)}:root .ant-pagination .ant-pagination-prev,:root .ant-pagination .ant-pagination-item,:root .ant-pagination .ant-pagination-next{border:0}:root .ant-pagination .ant-pagination-prev a,:root .ant-pagination .ant-pagination-item a,:root .ant-pagination .ant-pagination-next a{border:0}:root .ant-pagination .ant-pagination-item{margin-right:4px}:root .ant-pagination .ant-pagination-item.ant-pagination-item-active{background-color:#16969c}:root .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}:root .ant-drawer .ant-drawer-header{border-bottom-color:#1dc1c9;padding:0 24px}:root .ant-drawer .ant-drawer-title{width:100%;display:flex;align-items:center}:root .ant-drawer .ant-drawer-title .ant-typography{margin-bottom:0}:root .ant-drawer .ant-drawer-wrapper-body{display:flex;flex-direction:column}:root .ant-drawer .ant-drawer-body{overflow:auto;flex-grow:1;display:flex;flex-direction:column;padding:0}:root .ant-drawer-close{height:100%;line-height:inherit}:root .ant-tooltip .ant-tooltip-inner{font-size:12px;background-color:#252627}:root .ant-tooltip .ant-tooltip-inner .ant-typography,:root .ant-tooltip .ant-tooltip-inner span{font-size:12px;color:#fff}:root .ant-tooltip-arrow>span::before{background-color:#252627}:root .ant-badge .ant-badge-count,:root .ant-badge-dot{background-color:#f9716c}:root .ant-radio-group .ant-radio-input:focus+.ant-radio-inner{box-shadow:none}:root .ant-radio-group .ant-radio:hover .ant-radio-inner{border-color:#16969c}:root .ant-radio-group .ant-radio .ant-radio-inner{border-color:#898c90}:root .ant-radio-group .ant-radio-checked .ant-radio-inner{border-color:#16969c}:root .ant-radio-group .ant-radio-disabled .ant-radio-inner{border-color:#bdbfc1 !important;background-color:rgba(0,0,0,0)}:root .ant-radio-group .ant-radio-disabled.ant-radio-checked .ant-radio-inner::after{background-color:#bdbfc1}:root .ant-radio-group.without-border .ant-radio-button-wrapper:not(:first-child)::before{display:none}:root .ant-radio-group .ant-radio-button-wrapper{position:relative;border:1px solid #16969c;color:#16969c}:root .ant-radio-group .ant-radio-button-wrapper-disabled,:root .ant-radio-group .ant-radio-button-wrapper-disabled:hover{background:#f2f2f3;border:1px solid #898c90;color:#898c90}:root .ant-radio-group .ant-radio-button-wrapper-checked,:root .ant-radio-group .ant-radio-button-wrapper-checked:hover{background:#16969c;color:#fff}:root .ant-radio-group.ant-radio-group-solid .ant-radio-button-wrapper{border-color:#16969c}:root .ant-radio-group.ant-radio-group-solid .ant-radio-button-wrapper:hover.ant-radio-button-wrapper-checked{background-color:#16969c;border-color:#16969c}:root .ant-radio-group.ant-radio-group-solid .ant-radio-button-wrapper:hover.ant-radio-button-wrapper-checked:hover{cursor:default;background-color:#16969c}:root .ant-radio-group.ant-radio-group-solid .ant-radio-button-wrapper .ant-radio-button-wrapper-checked{background-color:#16969c;pointer-events:none;cursor:default}:root .ant-select{width:100%}:root .ant-select .ant-select-selection{min-height:36px}:root .ant-select.ant-select-multiple .ant-select-selection-item{border-radius:23px;background-color:#d2f7f9;border-color:rgba(0,0,0,0);gap:10px}:root .ant-select .ant-select-selection__choice__remove{right:8px;font-size:14px}:root .ant-select .ant-select-selection--single{height:36px}:root .ant-select .ant-select-selection--single .ant-select-selection__rendered{margin-right:30px}:root .ant-select .ant-select-selection--multiple .ant-select-selection__rendered{line-height:calc(36px - 2px)}:root .ant-select.custom{min-width:160px}:root .ant-select.custom .ant-select-selection{min-height:36px;border-radius:20px;border-color:#16969c}:root .ant-select.custom .ant-select-selection .ant-select-selection__placeholder{color:#16969c}:root .ant-select.custom .ant-select-selection-selected-value{padding-right:5px}:root .ant-select.custom.blue .ant-select-selection{border-color:#038ab6}:root .ant-select.custom.blue .ant-select-selection .ant-select-selection__placeholder{color:#038ab6}:root .custom-ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background-color:#e9fbfc;font-weight:400}:root .ant-checkbox:hover .ant-checkbox-inner,:root .ant-tree-checkbox:hover .ant-checkbox-inner{border-color:#16969c}:root .ant-checkbox .ant-checkbox-inner,:root .ant-tree-checkbox .ant-checkbox-inner{border-color:#898c90}:root .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,:root .ant-tree-checkbox.ant-checkbox-checked .ant-checkbox-inner{border-color:#16969c}:root .ant-checkbox.ant-checkbox-disabled .ant-checkbox-inner,:root .ant-tree-checkbox.ant-checkbox-disabled .ant-checkbox-inner{border-color:#bdbfc1 !important;background-color:rgba(0,0,0,0)}:root .ant-checkbox.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner,:root .ant-tree-checkbox.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner{background-color:#bdbfc1}:root .ant-checkbox.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after,:root .ant-tree-checkbox.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after{border-color:#fff}:root .ant-checkbox .ant-checkbox-inner,:root .ant-checkbox .ant-tree-checkbox-inner,:root .ant-tree-checkbox .ant-checkbox-inner,:root .ant-tree-checkbox .ant-tree-checkbox-inner{width:18px;height:18px}:root .ant-checkbox .ant-checkbox-inner::after,:root .ant-checkbox .ant-tree-checkbox-inner::after,:root .ant-tree-checkbox .ant-checkbox-inner::after,:root .ant-tree-checkbox .ant-tree-checkbox-inner::after{width:6px;height:12px;left:20%;top:45%}:root .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner,:root .ant-checkbox.ant-checkbox-indeterminate .ant-tree-checkbox-inner,:root .ant-checkbox.ant-tree-checkbox-indeterminate .ant-checkbox-inner,:root .ant-checkbox.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner,:root .ant-tree-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner,:root .ant-tree-checkbox.ant-checkbox-indeterminate .ant-tree-checkbox-inner,:root .ant-tree-checkbox.ant-tree-checkbox-indeterminate .ant-checkbox-inner,:root .ant-tree-checkbox.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner{background-color:#16969c;border-color:#16969c}:root .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner::after,:root .ant-checkbox.ant-checkbox-indeterminate .ant-tree-checkbox-inner::after,:root .ant-checkbox.ant-tree-checkbox-indeterminate .ant-checkbox-inner::after,:root .ant-checkbox.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after,:root .ant-tree-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner::after,:root .ant-tree-checkbox.ant-checkbox-indeterminate .ant-tree-checkbox-inner::after,:root .ant-tree-checkbox.ant-tree-checkbox-indeterminate .ant-checkbox-inner::after,:root .ant-tree-checkbox.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after{top:50%;left:50%;width:calc(100% - 6px);height:2px;background-color:#fff}:root .ant-checkbox:hover::after,:root .ant-tree-checkbox:hover::after,:root .ant-checkbox-wrapper:hover .ant-checkbox::after,:root .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after{display:none}:root .ant-checkbox-wrapper.primary{color:#16969c}:root .ant-checkbox-wrapper.small .ant-checkbox-inner{height:15px;width:15px}:root .ant-checkbox-wrapper.small .ant-checkbox-inner::after{width:6px;height:10px}:root .ant-checkbox-wrapper.small.ant-checkbox-checked .ant-checkbox-inner{border:none}:root .ant-checkbox-wrapper.small.ant-checkbox-checked::after{display:none;height:15px}:root .ant-tag.custom{padding:2px 8px;display:flex;align-items:center;background:#e9fbfc;color:#138186;border:none;cursor:default;border-radius:20px;font-weight:300}:root .ant-tag.custom>i.anticon-close{margin-left:20px;font-size:16px;color:#fff;cursor:pointer}:root .ant-tag.custom.blue{background:linear-gradient(to left, #06add0 60%, #038ab6)}:root .ant-tag.small{padding:0 6px;height:14px}:root input:-webkit-autofill,:root input:-webkit-autofill:hover,:root input:-webkit-autofill:focus,:root input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important}:root .ant-input,:root .ant-input-number{min-height:36px;border:1px solid #a3a5a8}:root .ant-input:focus,:root .ant-input-number:focus{border-color:#32a6a8}:root .ant-input-sm{min-height:28px}:root .ant-input-affix-wrapper .ant-input-prefix,:root .ant-input-affix-wrapper .ant-input-suffix{color:#898c90}:root .ant-input-affix-wrapper .ant-input-prefix{position:absolute;top:50%;left:12px;z-index:2;display:flex;align-items:center;line-height:0;transform:translateY(-50%)}:root .ant-input-affix-wrapper .ant-input-suffix{position:absolute;top:50%;right:12px;z-index:2;display:flex;align-items:center;line-height:0;transform:translateY(-50%)}:root .ant-input-affix-wrapper{position:relative;background-color:#fff;padding:0;border:none}:root .ant-input-affix-wrapper:before{display:none}:root .ant-input-affix-wrapper .ant-input-prefix+.ant-input{padding-left:36px;padding-right:30px}:root .ant-input-affix-wrapper>input{min-height:36px;padding:4px 36px 4px 11px}:root .ant-input[name=password]{padding-right:36px}:root .ant-table{border:1px solid #d8d9da;border-radius:4px;font-size:12px}:root .ant-table .ant-table-header{overflow:hidden}:root .ant-table .ant-table-cell:before{display:none}:root .ant-table .ant-table-thead>tr>th{background-color:#fff}:root .ant-table.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,:root .ant-table .ant-table-thead>tr>th{padding:8px 10px 8px}:root .ant-table.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th .ant-table-cell-fix-right-first,:root .ant-table .ant-table-thead>tr>th .ant-table-cell-fix-right-first{right:0}:root .ant-table .ant-table-thead>tr>th .ant-table-column-sorters{display:inline-flex}:root .ant-table .ant-table-thead>tr>th .ant-table-header-column{vertical-align:initial}:root .ant-table .ant-table-thead>tr>th .ant-table-column-sorter{font-size:11px;display:block}:root .ant-table .ant-table-tbody{vertical-align:top}:root .ant-table .ant-table-tbody>tr:not(.ant-table-measure-row)>td{padding:8px 10px !important}:root .ant-table .ant-table-row-selected:hover>td{background:#fafafa}:root .ant-table .ant-table-row-selected>td{color:inherit;background:#fafafa}:root .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:none}:root .ant-table .ant-table-selection-column{vertical-align:middle}:root .ant-table .ant-table-column-title,:root .ant-table .ant-table-cell{font-size:12px;color:#0c0d0d}:root .ant-table .ant-table-thead .ant-table-cell{font-weight:600}:root .ant-table .ant-table-column-sort .ant-table-column-title{color:#16969c}:root .ant-table .on{color:#16969c}:root .ant-table .ant-table-placeholder{border-bottom:none}:root .ant-popover-arrow{display:none}:root .ant-popover{padding-top:0;padding-bottom:0}:root .ant-popover-inner-content{padding:10px}:root .ant-popover-buttons{display:flex;flex-shrink:0}:root .ant-upload.ant-upload-drag{background-color:rgba(0,0,0,0)}:root .ant-upload.ant-upload-drag .anticon,:root .ant-upload.ant-upload-drag .ant-upload:hover .anticon{color:#16969c}:root .ant-upload.ant-upload-drag .ant-upload-drag,:root .ant-upload.ant-upload-drag .ant-upload-drag:hover{border:1px solid rgba(0,0,0,0)}:root .ant-modal-content .ant-modal-close-x{display:flex;align-items:center;justify-content:center;transition:.2s ease-in-out;border-radius:4px;width:56px;height:56px}:root .ant-modal-content .ant-modal-close-x:hover{background-color:rgba(137,140,144,.1)}:root .ant-modal-content .ant-modal-title{font-size:20px;font-weight:600}:root .ant-modal-content .ant-modal-body{padding:0}:root .ant-modal-content .ant-modal-confirm-btns{display:none}:root .ant-alert-warning{background-color:#ffedcc;border-color:#fda402}:root .ant-alert-error{background-color:#fdd0ce;border-color:#dc1009}:root .ant-notification-notice{margin-right:20px;margin-left:-16px}:root .ant-slider .ant-slider-rail{background-color:#d8d9da}:root .ant-slider .ant-slider-track{background-color:#16969c}:root .ant-slider .ant-slider-handle{border-color:#16969c}::placeholder{color:#898c90}html{overflow:hidden}html,body,#root,.app{font-feature-settings:normal;margin:0;min-height:100vh}.app{display:flex}.category-icon{width:20px}.ant-tag,.ant-input,.ant-badge,.ant-progress,.ant-modal,.ant-dropdown,.ant-carousel,.ant-calendar-picker-container,.ant-checkbox-wrapper,.ant-avatar,.ant-notification{font-feature-settings:normal}.ant-typography ol li,.ant-typography ul li{margin-left:28px}.not-list{pointer-events:none}
:root .color-brand{color:#16969c}:root .color-brand-5{color:#031516}:root .color-brand-10{color:#062b2d}:root .color-brand-15{color:#0a4043}:root .color-brand-20{color:#0d5659}:root .color-brand-25{color:#106b70}:root .color-brand-30{color:#138186}:root .color-brand-40{color:#19acb2}:root .color-brand-45{color:#1dc1c9}:root .color-brand-50{color:#20d7df}:root .color-brand-90{color:#d2f7f9}:root .color-brand-95{color:#e9fbfc}:root .color-black{color:#0c0d0d}:root .color-black-15{color:#252627}:root .color-black-25{color:#3e3f42}:root .color-black-35{color:#57595c}:root .color-black-45{color:#6f7276}:root .color-black-55{color:#898c90}:root .color-black-65{color:#a3a5a8}:root .color-black-75{color:#bdbfc1}:root .color-black-85{color:#d8d9da}:root .color-black-95{color:#f2f2f3}:root .color-black-96{color:#e8e8e9}:root .color-black-97{color:#f8f8f8}:root .color-black-98{color:#fafafa}:root .color-white{color:#fff}:root .color-red{color:#f5120a}:root .color-red-20{color:#610604}:root .color-red-25{color:#7a0905}:root .color-red-30{color:#930b06}:root .color-red-35{color:#ab0c07}:root .color-red-40{color:#c40e08}:root .color-red-45{color:#dc1009}:root .color-red-55{color:#f62a23}:root .color-red-60{color:#f7413b}:root .color-red-70{color:#f9716c}:root .color-red-80{color:#fba09d}:root .color-red-90{color:#fdd0ce}:root .color-indigo{color:#3f51b5}:root .color-indigo-dark{color:#1a224c}:root .color-indigo-light{color:#ced3ee}:root .color-indigo-extra-light{color:#ecf1ff}:root .color-magenta{color:#c32373}:root .color-magenta-dark{color:#561033}:root .color-magenta-semi{color:#e77eb1}:root .color-magenta-light{color:#f7d4e5}:root .color-magenta-extra-light{color:#ffe8f9}:root .color-danube{color:#0389b6}:root .color-danube-10{color:#012632}:root .color-danube-20{color:#cdf2fe}:root .color-danube-30{color:#e4ecff}:root .color-danube-40{color:#5491f5}:root .color-yellow{color:#fda402}:root .color-yellow-10{color:#654201}:root .color-yellow-20{color:#ffc966}:root .color-yellow-30{color:#ffedcc}:root .color-yellow-40{color:#ce8a0e}:root .color-yellow-50{color:#fffad7}:root .color-yellow-60{color:#f5bb19}:root .color-green{color:#35bf5b}:root .color-green-10{color:#165026}:root .color-green-20{color:#87de9f}:root .color-green-30{color:#d7f4df}:root .color-green-40{color:#dcffe8}:root .color-green-50{color:#34a853}:root .color-green-60{color:#3bc274}:root .color-orange{color:#f63732}:root .color-orange-dark{color:#930b06}:root .color-orange-light{color:#fdd0ce}:root .color-azure{color:#1ab2ff}:root .color-azure-dark{color:#004e75}:root .color-azure-semi{color:#80d4ff}:root .color-azure-light{color:#e1f5fe}:root .color-pink{color:#b37feb}:root .color-pink-dark{color:#4a1584}:root .color-pink-light{color:#e5d3f8}
.SmallCard-module__root--TZujd{display:flex;padding:8px;width:100%;background-color:#fff;border:1px solid #d8d9da;border-radius:4px}.SmallCard-module__root--TZujd .SmallCard-module__link--zOsnq{display:flex;overflow:hidden;justify-content:space-between;align-items:flex-start;width:100%;margin-right:8px}.SmallCard-module__root--TZujd .SmallCard-module__leftContent--BlRJi{display:flex;flex-grow:1;min-width:0;align-items:center}.SmallCard-module__root--TZujd .SmallCard-module__leftContent--BlRJi .SmallCard-module__favoriteWrap--XggjA{display:flex;align-items:center;margin-bottom:auto}.SmallCard-module__root--TZujd .SmallCard-module__leftContent--BlRJi .SmallCard-module__iconId--UdUrc{align-items:flex-start}.SmallCard-module__root--TZujd .SmallCard-module__leftContent--BlRJi .SmallCard-module__favorite--e_1tc{margin-right:8px}.SmallCard-module__root--TZujd .SmallCard-module__leftContent--BlRJi .SmallCard-module__titleWrapper--kEFRw{flex-grow:1;min-width:0}.SmallCard-module__root--TZujd .SmallCard-module__leftContent--BlRJi .SmallCard-module__title--ufWg6{display:block;word-break:break-word}.SmallCard-module__root--TZujd .SmallCard-module__rightContent--WrhI5{display:flex}.SmallCard-module__root--TZujd .SmallCard-module__rightContent--WrhI5 .SmallCard-module__tags--BH33G{margin-right:8px;margin-left:8px;flex-wrap:nowrap;width:max-content}.SmallCard-module__root--TZujd .SmallCard-module__rightContent--WrhI5 .SmallCard-module__actions--tRk1i{margin-left:8px}
.card-module__parent--Igayw{background-color:rgba(137,140,144,.1);padding:4px;border-radius:4px;margin-bottom:4px}.card-module__parent--Igayw .card-module__btn--UwmDJ{padding:0;height:auto;margin-left:5px}.card-module__parent--Igayw .card-module__board--ziQJr{margin-bottom:0}.card-module__parent--Igayw .card-module__parentTitle--Nq_LH{display:flex;align-items:center;margin-bottom:0;font-size:12px}.card-module__parent--Igayw .card-module__parentTitle--Nq_LH .card-module__parentTitleName--L_4Mr{margin-left:5px;color:#3e3f42}.card-module__root--R1Wd0{position:relative;display:flex;flex-direction:column;background-color:#fff;border:1px solid #d8d9da;border-radius:10px;outline:none;width:100%;margin-bottom:16px;transition:.2s ease-in-out;cursor:pointer}.card-module__root--R1Wd0::before{content:"";position:absolute;height:100%;width:0;transition:all ease-in-out .2s;opacity:0;border-radius:10px 0 0 10px;border-width:5px;border-style:solid;border-color:#fff}.card-module__root--R1Wd0.card-module__favorite--N0GXy::before{opacity:1;border-left-color:#16969c}.card-module__root--R1Wd0.card-module__board--ziQJr{width:auto;margin-bottom:4px;border-radius:4px;border:1px solid rgba(137,140,144,.3)}.card-module__root--R1Wd0.card-module__board--ziQJr::before{border-radius:4px 0 0 4px;border-width:3px}.card-module__root--R1Wd0.card-module__board--ziQJr .card-module__content--D30Xa{padding:10px}.card-module__root--R1Wd0.card-module__board--ziQJr .card-module__actions--QEF2Q{right:6px;top:6px}.card-module__root--R1Wd0.card-module__withDates--eFYZY{display:flex;flex-direction:row}.card-module__root--R1Wd0:hover{cursor:pointer;box-shadow:0 2px 30px 0 #d8d9da}.card-module__root--R1Wd0 .card-module__content--D30Xa{display:flex;flex-direction:column;padding:12px 16px;flex-grow:1;width:100%;color:#252627;min-width:0}.card-module__root--R1Wd0 .card-module__headerWrap--XXqKh{display:flex;align-items:center;justify-content:space-between;gap:8px}.card-module__root--R1Wd0 .card-module__header--czFeB{display:flex;align-items:center}.card-module__root--R1Wd0 .card-module__header--czFeB .card-module__id--r4Dyp{display:inline;color:#16969c;margin-right:20px}.card-module__root--R1Wd0 .card-module__header--czFeB .card-module__icon--xILun{margin-right:5px;width:20px;height:20px;align-items:center;display:flex}.card-module__root--R1Wd0 .card-module__header--czFeB .card-module__schedulerIconListView--Rdd7m{margin-right:10px}.card-module__root--R1Wd0 .card-module__header--czFeB .card-module__status--NCBhP{font-size:12px;color:#16969c;border-radius:32px;border:1px solid #16969c;padding:3px 11px}.card-module__root--R1Wd0 .card-module__actions--QEF2Q{position:absolute;right:10px;top:10px}.card-module__root--R1Wd0 .card-module__title--GXr07{margin:4px 0;word-break:break-word}.card-module__root--R1Wd0 .card-module__title--GXr07.card-module__outdated--jpEmA{color:#f9716c}.card-module__root--R1Wd0 .card-module__tags--yGddA{margin-bottom:8px}.card-module__root--R1Wd0 .card-module__footer--zWhda{display:flex;align-items:center;margin-top:auto}.card-module__root--R1Wd0 .card-module__footer--zWhda .card-module__text--EQGuT{font-size:12px;color:rgba(137,140,144,.7);margin-right:5px}.card-module__root--R1Wd0 .card-module__footer--zWhda .card-module__divider--JvB30{height:25px;margin:0 8px}.card-module__root--R1Wd0 .card-module__outdated--jpEmA{color:#f9716c}.card-module__root--R1Wd0 .card-module__dateIcon--sXJIw{opacity:.6}.card-module__root--R1Wd0 .card-module__dates--yZmWt{display:flex;flex-direction:column;justify-content:center;max-width:290px;min-width:200px;width:100%;flex-shrink:1;padding:12px 16px;font-size:12px}.card-module__root--R1Wd0 .card-module__dates--yZmWt .card-module__date--dgi2w:not(:last-child){margin-bottom:14px}.card-module__users--fr4yS{display:flex;align-items:center;font-size:12px}.card-module__users--fr4yS .card-module__user--fQvkJ{display:flex;align-items:center}.card-module__users--fr4yS .card-module__label--ZppUA{margin-right:8px}.card-module__withContact--v3WBx{justify-content:space-between}.card-module__tooltip--uGXXh{cursor:pointer}.card-module__tooltip--uGXXh .ant-tooltip-inner{padding:0}.card-module__datesDivider--w5fQn{margin:7px 0;height:auto}.card-module__isNew--F8U7U{animation:card-module__isNew--F8U7U 5s}@keyframes card-module__isNew--F8U7U{0%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}50%{box-shadow:0 0 3px 3px rgba(253,164,2,.7)}}.card-module__expensesOnBoard--YmiJ8{margin-top:8px;margin-bottom:12px}
.List-module__root--R1O7o{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.List-module__root--R1O7o .List-module__scroll--XvNO2{width:100%}.List-module__root--R1O7o .List-module__smallCardsScroll--TUFxm{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.List-module__root--R1O7o .List-module__sprintMenu--NiRXM{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:15px}.List-module__root--R1O7o .List-module__sprintMenu--NiRXM .List-module__right--njmmA{display:flex;align-items:center}.List-module__root--R1O7o .List-module__sprintMenu--NiRXM .List-module__counter--z3nV1{margin-right:15px;color:#252627}.List-module__root--R1O7o .List-module__sprintMenu--NiRXM .List-module__sprintCounter--HvTSZ{margin-left:auto}.List-module__root--R1O7o .List-module__sprintName--LbfrD{font-weight:600}.List-module__root--R1O7o .List-module__btnReady--qdU2s,.List-module__root--R1O7o .List-module__btnClose--TEfRu{padding:0;height:auto}.List-module__root--R1O7o .List-module__btnClose--TEfRu{color:#898c90}.List-module__root--R1O7o .List-module__btnClose--TEfRu:hover{color:#16969c}.List-module__root--R1O7o .List-module__divider--YwWkF{margin-top:4px;height:16px}.List-module__root--R1O7o .List-module__checkboxContainer--Blddr{display:flex}.List-module__root--R1O7o .List-module__checkbox--kZEMq{margin-left:-20px;margin-bottom:15px;padding-right:4px;align-items:center;justify-content:center;display:flex}.List-module__root--R1O7o .List-module__checkbox--kZEMq .ant-checkbox-inner{width:15px;height:15px;border-radius:5px;border:1px solid rgba(137,140,144,.8)}.List-module__root--R1O7o .List-module__checkbox--kZEMq .ant-checkbox-inner:after{width:7px;height:8px}
.board-module__root--RcdxS{padding:0 0 16px}
.gantt-module__root--lGVZs{display:flex;flex-direction:column}.gantt-module__root--lGVZs.gantt-module__loading--z3Qzf .fc{opacity:.5}.gantt-module__root--lGVZs .gantt-module__spin--pqXmL{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100}.gantt-module__root--lGVZs .gantt-module__event--_YQQS{padding:0;border:unset;border-radius:unset;background-color:unset;box-shadow:unset;overflow:hidden}.gantt-module__root--lGVZs .gantt-module__iconId--cgy0O{color:#16969c;transition:color .3s ease-in-out}.gantt-module__root--lGVZs .gantt-module__iconId--cgy0O:hover{color:#138186}.gantt-module__root--lGVZs .gantt-module__eventContent--TwniI{display:flex;gap:8px;border-radius:4px;border:1px solid #d8d9da;transition:border .3s ease-in-out;padding:4px 8px;overflow:hidden}.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){display:flex;align-items:center}.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-button-group{margin-left:24px}.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-toolbar-title{font-weight:600;font-size:16px;color:#0c0d0d;margin-left:24px}.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-button{font-weight:600;font-size:16px;background-color:#fff;border:1px solid #16969c;color:#16969c;padding:6px 16px;box-shadow:none !important}.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-button-active{background-color:#16969c;color:#fff}.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-prev-button,.gantt-module__root--lGVZs .fc .fc-header-toolbar .fc-next-button{display:flex;align-items:center;padding:6px;color:#898c90}.gantt-module__root--lGVZs .fc .fc-highlight{background-color:#a3a5a8;opacity:.3}.gantt-module__root--lGVZs .fc .fc-timegrid-now-indicator-arrow,.gantt-module__root--lGVZs .fc .fc-timeline-now-indicator-arrow{left:unset;right:0;width:12px;height:12px;border-radius:50%;background-color:#16969c;border:unset}.gantt-module__root--lGVZs .fc .fc-timeline-now-indicator-arrow{top:unset;bottom:0}.gantt-module__root--lGVZs .fc .fc-timegrid-now-indicator-line{border-color:#16969c;border-width:2px 0 0}.gantt-module__root--lGVZs .fc .fc-timeline-now-indicator-line{border-color:#16969c;border-width:0 0 0 2px}.gantt-module__root--lGVZs .fc .fc-timegrid-axis{border:unset;background-color:rgba(0,0,0,0) !important}.gantt-module__root--lGVZs .fc .fc-scrollgrid{border:unset}.gantt-module__root--lGVZs .fc .fc-timegrid-slot-label-cushion{padding:0 15px 0 0}.gantt-module__root--lGVZs .fc .fc-timegrid-slot{border-left:unset;height:32px}.gantt-module__root--lGVZs .fc .fc-timegrid-slot-label{border:unset}.gantt-module__root--lGVZs .fc tr:nth-child(2n)>.fc-timegrid-slot-lane{border-top:unset}.gantt-module__root--lGVZs .fc .fc-event-main{padding:0}.gantt-module__root--lGVZs .fc .fc-col-header-cell-cushion{display:block;padding:8px;cursor:default;width:100%}.gantt-module__root--lGVZs .fc .fc-scrollgrid-section-header>th:first-child .fc-datagrid-header{display:none}.gantt-module__root--lGVZs .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:-30px}.gantt-module__root--lGVZs .fc .fc-datagrid-body,.gantt-module__root--lGVZs .fc .fc-timeline-body{background-color:#fff}.gantt-module__root--lGVZs .fc .fc-timeline-body{min-height:auto}.gantt-module__root--lGVZs .fc .fc-timeline-slot-frame{justify-content:flex-start}.gantt-module__root--lGVZs .fc .fc-timeline-slot-label{background-color:#fff}.gantt-module__root--lGVZs .fc .fc-timeline-slot-label.fc-day-sat,.gantt-module__root--lGVZs .fc .fc-timeline-slot-label.fc-day-sun{background-color:#f2f2f3}.gantt-module__root--lGVZs .fc .fc-timeline-slot-label.fc-day-today{background-color:#d2f7f9}.gantt-module__root--lGVZs .fc .fc-datagrid-expander .fc-icon{display:none}.gantt-module__root--lGVZs .fc .fc-datagrid-expander .fc-icon-plus-square{display:inline-block}.gantt-module__root--lGVZs .fc .fc-datagrid-expander .fc-icon-plus-square::before{content:""}.gantt-module__root--lGVZs .fc .fc-datagrid-expander .fc-icon-minus-square{display:inline-block;transform:rotate(90deg)}.gantt-module__root--lGVZs .fc .fc-datagrid-expander .fc-icon-minus-square::before{content:""}.gantt-module__root--lGVZs .fc .fc-resourceTimelineDay-view .fc-timeline-slots tbody>tr .fc-timeline-slot:nth-child(even){border-left:unset}.gantt-module__root--lGVZs .fc .fc-timegrid-body{background-color:#fff}.gantt-module__root--lGVZs .fc .fc-col-header-cell{border-left:unset;text-align:left;background-color:#fff}.gantt-module__root--lGVZs .fc .fc-datagrid-cell-main,.gantt-module__root--lGVZs .fc .fc-datagrid-cell-cushion{display:flex;align-items:center;overflow:hidden}.gantt-module__root--lGVZs .fc .fc-scrollgrid-section-header>th .fc-scroller::-webkit-scrollbar{display:none !important}.gantt-module__root--lGVZs .fc tbody>.fc-scrollgrid-section>td:nth-child(1) .fc-scroller::-webkit-scrollbar{display:none !important}.gantt-module__emplpoyeeTooltip--GpFSH{display:flex;flex-direction:column;gap:4px;font-weight:600}
.Card-module__root--QjpOo{min-width:215px}.Card-module__root--QjpOo.Card-module__dragging--rCNlf{background-color:#e9fbfc;border-color:#16969c;box-shadow:0px 2px 30px rgba(0,0,0,.1)}.Card-module__root--QjpOo .Card-module__contactPhotoWrap--BUN0K{position:relative}.Card-module__root--QjpOo .Card-module__channelIcon--qgdVr{position:absolute;bottom:0;right:0}.Card-module__root--QjpOo .Card-module__header--SZjwm{display:flex;gap:8px;margin-bottom:12px;width:100%}.Card-module__root--QjpOo .Card-module__title--EihBo{display:flex;flex-direction:column;width:100%;min-width:135px}.Card-module__root--QjpOo .Card-module__cardWrap--DTGXe{display:flex;flex-direction:column;gap:8px}.Card-module__root--QjpOo .Card-module__title--EihBo{margin-bottom:0}.Card-module__root--QjpOo .Card-module__messageText--V0iVJ{margin-bottom:12px}.Card-module__root--QjpOo .Card-module__tagsWrap--U9J_X{margin-bottom:12px}.Card-module__root--QjpOo .Card-module__circle--U9Wc1{width:24px;height:24px;border-radius:50%;border:1px dashed #a3a5a8}.Card-module__root--QjpOo .Card-module__footer--v8X9o{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.Card-module__root--QjpOo .Card-module__dateEndWrap--sq6Jb{display:flex;align-items:center;gap:8px}.Card-module__root--QjpOo .Card-module__detailsInfo--mGSWh{display:flex;align-items:center;gap:4px}
.ColumnHeader-module__root--A1ZXF{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.ColumnHeader-module__root--A1ZXF .ColumnHeader-module__titleWrap--sgBxn{display:flex;justify-content:space-between;height:24px}.ColumnHeader-module__root--A1ZXF .ColumnHeader-module__title--zc9ms{margin:0}.ColumnHeader-module__root--A1ZXF .ColumnHeader-module__button--oYUaV{border:0;padding:0;height:auto}
.TicketsBoard-module__root--uIDCc{padding:0 0 16px}
.ActionsOrdering-module__root--ym3z3{display:flex;align-items:center;margin-bottom:10px}.ActionsOrdering-module__root--ym3z3 .ActionsOrdering-module__flexWrap--ZXuw8{display:flex;align-items:center}.ActionsOrdering-module__root--ym3z3 .ActionsOrdering-module__btn--Zhsl2{margin-right:24px;color:#252627;padding-left:0;cursor:pointer;display:flex}.ActionsOrdering-module__root--ym3z3 .ActionsOrdering-module__btn--Zhsl2:hover,.ActionsOrdering-module__root--ym3z3 .ActionsOrdering-module__btn--Zhsl2:focus{color:#252627}.ActionsOrdering-module__root--ym3z3 .ActionsOrdering-module__btn--Zhsl2 .ActionsOrdering-module__btnText--rfD4Y{white-space:nowrap;margin-right:8px}
.FilterMenu-module__root--tAEAU{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:15px}.FilterMenu-module__root--tAEAU .FilterMenu-module__actionsOrdering--r7xsS{margin:0}.FilterMenu-module__root--tAEAU .FilterMenu-module__icon--bNoEr{width:12px}.FilterMenu-module__root--tAEAU .FilterMenu-module__search--XKCg3{max-width:392px}.FilterMenu-module__root--tAEAU .FilterMenu-module__itemsLayout--A7y4s{display:flex}.FilterMenu-module__root--tAEAU .FilterMenu-module__btnCreator--iHhgS{margin-right:auto}.FilterMenu-module__root--tAEAU .FilterMenu-module__right--U4C3d{display:flex;align-items:center;gap:16px;flex:1 5 auto}.FilterMenu-module__root--tAEAU .FilterMenu-module__btnFilter--TOotk{display:flex;align-items:center}.FilterMenu-module__root--tAEAU .FilterMenu-module__btnFilter--TOotk.FilterMenu-module__active--AbC23{color:#16969c !important}:root .FilterMenu-module__groupTitle--j4XI5{margin-bottom:16px;padding:9px 25px;border-top:1px solid #f2f2f3;border-bottom:1px solid #f2f2f3;background-color:#fff;font-size:16px}.FilterMenu-module__filter--flT9A{margin:0 20px 16px;flex-shrink:0}.FilterMenu-module__filter--flT9A:first-child{margin-top:16px}.FilterMenu-module__divider--Hy_58{margin:0 0 16px}.FilterMenu-module__filterMenu--pt6ZG{background-color:rgba(0,0,0,0)}
.filters-module__filter--iJNLM{margin-bottom:16px;flex-shrink:0}.filters-module__last--GWb6f{margin:0 20px 24px}.filters-module__blockTitle--M90Td{background-color:#fff;padding:8px 20px;margin:0 -20px}
.Filters-module__root--OIG5w{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:15px}.Filters-module__root--OIG5w .Filters-module__actionsOrdering--WbSjk{margin:0}.Filters-module__root--OIG5w .Filters-module__icon--E2Jhi{width:12px}.Filters-module__root--OIG5w .Filters-module__btnWrapper--dqF7h{flex:1 1 25%}.Filters-module__root--OIG5w .Filters-module__search--AfF7l{flex:1 5 20%;min-width:370px}.Filters-module__root--OIG5w .Filters-module__itemsLayout--bITxd{display:flex}.Filters-module__root--OIG5w .Filters-module__btnCreator--Xm6fe{margin-right:auto}.Filters-module__root--OIG5w .Filters-module__right--Prh91{display:flex;align-items:center;gap:16px;flex:1 5 auto}.Filters-module__root--OIG5w .Filters-module__btnFilter--tvlGd{display:flex;align-items:center}.Filters-module__root--OIG5w .Filters-module__btnFilter--tvlGd.Filters-module__active--IiVu9{color:#16969c !important}:root .Filters-module__groupTitle--x2jq3{margin-bottom:16px;padding:9px 25px;border-top:1px solid #f2f2f3;border-bottom:1px solid #f2f2f3;background-color:#fff;font-size:16px}.Filters-module__filter--vZZVs{margin:0 20px 16px;flex-shrink:0}.Filters-module__filter--vZZVs:first-child{margin-top:16px}.Filters-module__divider--OoLg6{margin:0 0 16px}
.styles-module__root--VoLqo{display:flex;flex-direction:column}.styles-module__root--VoLqo .styles-module__user--RdCuz{padding:0}.styles-module__root--VoLqo .styles-module__userName--EdaMS span{color:#16969c;font-weight:normal}.styles-module__root--VoLqo .styles-module__btnToggle--G4Cf7{font-size:12px;font-weight:bold;display:flex;padding:0}
.styles-module__root--rkXit{padding:10px;min-width:200px;max-width:220px;display:flex}.styles-module__root--rkXit .styles-module__avatar--jR_s_{margin-right:10px;flex-shrink:0}.styles-module__root--rkXit .styles-module__content--PLvMH{text-align:left;min-width:120px}.styles-module__root--rkXit .styles-module__content--PLvMH .styles-module__link--y4WMp{padding:0;height:auto}.styles-module__root--rkXit .styles-module__content--PLvMH .styles-module__unlink--PjC4B{color:#252627;cursor:inherit}.styles-module__root--rkXit .styles-module__name--uwUJZ{font-size:12px;font-weight:bold;line-height:14px}.styles-module__root--rkXit .styles-module__unp--SmQnD{font-size:12px;line-height:14px;font-weight:300;margin-bottom:0}
.styles-module__counterpart--nEG5r,.styles-module__responsible--Ik4cP{padding:0}.styles-module__counterpart--nEG5r h1.styles-module__counterpartName--Ye_c5{color:#16969c;white-space:break-spaces;text-align:left}.styles-module__responsibleName--IYmYb span{color:#16969c;font-weight:normal}.styles-module__changeLink--j_LZ0{font-size:12px;padding-left:36px;font-weight:bold;height:22px}.styles-module__counter--ZmE7b{margin-bottom:15px}.styles-module__search--ASh18{margin-left:10px;flex:1 1 20%;max-width:240px}.styles-module__search--ASh18 .ant-input{padding-left:40px}.styles-module__pagination--hdwBc{float:right}.styles-module__noResponsible--U3vWK{display:flex;align-items:center}.styles-module__noResponsible--U3vWK .styles-module__circle--ThnJp{width:24px;height:24px;border-radius:50%;border:1px dashed #a3a5a8;margin-right:20px}.styles-module__filterMenu--m3Y8h{background-color:rgba(0,0,0,0);margin:0 0 0 auto}
.filters-module__filter--xHBBz{margin-bottom:16px;flex-shrink:0}.filters-module__titleWrap--IMxdQ{background-color:#fff;padding:8px 20px;margin:0 -20px 16px}.filters-module__titleWrap--IMxdQ .filters-module__title--gwN1H{margin-bottom:0}.filters-module__unassignedResponsibleCheckbox--iOFLl{margin-bottom:16px;padding-left:10px}.filters-module__unassignedResponsibleCheckbox--iOFLl .ant-checkbox .ant-checkbox-inner{height:15px;width:15px}.filters-module__unassignedResponsibleCheckbox--iOFLl .ant-checkbox .ant-checkbox-inner:after{height:10px;width:6px}
.card-module__root--cz6O9{display:flex;flex-direction:column;gap:12px;padding:8px;background-color:#fff;border-radius:10px;flex-shrink:0;cursor:pointer}.card-module__root--cz6O9.card-module__active--awdri{background-color:#d2f7f9}.card-module__root--cz6O9.card-module__defer--tMjOE{background-color:#ffedcc}.card-module__root--cz6O9 .card-module__online--bd6F9{position:relative}.card-module__root--cz6O9 .card-module__online--bd6F9::before{content:"";position:absolute;display:block;border-radius:50%;width:12px;height:12px;background-color:#35bf5b;border:2px solid #fff;z-index:1}.card-module__root--cz6O9 .card-module__flexWrap--OS7v8{display:flex;max-height:75px;overflow:hidden}.card-module__root--cz6O9 .card-module__header--YdDq7{display:flex;align-items:center}.card-module__root--cz6O9 .card-module__status--TY_bs{display:flex;align-items:center;white-space:nowrap}.card-module__root--cz6O9 .card-module__nameAndStatus--UZNhm{display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden;margin-right:8px}.card-module__root--cz6O9 .card-module__content--oBMWZ{flex:1 1 auto;width:80%;margin-left:8px}.card-module__root--cz6O9 .card-module__message--ID5oL{position:relative;width:100%;padding-right:30px;line-height:16px}.card-module__root--cz6O9 .card-module__messageSkeleton--AesOp{margin-bottom:0}.card-module__root--cz6O9 .card-module__messageSkeleton--AesOp>li:last-child{margin-top:4px}.card-module__root--cz6O9 .card-module__responsible--YU09v{display:flex;align-items:center;overflow:hidden}.card-module__root--cz6O9 .card-module__notAssigned--jZ2ku{display:flex;align-items:center}.card-module__root--cz6O9 .card-module__notAssigned--jZ2ku::before{content:"";display:inline-block;width:20px;height:20px;border-radius:50%;border:1px dashed #898c90;margin-right:5px}
.error-module__root--p8Zyr{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}
.menu-module__root--rkd0V{margin:0 16px 16px 0;display:flex;flex-direction:column;gap:8px}
.contacts-panel-module__root--P8wqg{display:flex;flex-direction:column;min-width:302px;max-width:302px;padding-bottom:10px}.contacts-panel-module__root--P8wqg .contacts-panel-module__list--LLXcF{overflow-y:auto;padding-right:16px}.contacts-panel-module__root--P8wqg .contacts-panel-module__list--LLXcF>div{display:flex;flex-direction:column;gap:16px}
.merging-contacts-module__modal--fiPfs{padding:24px}.merging-contacts-module__modal--fiPfs .merging-contacts-module__button--xBWPt{display:block;margin:24px 0 0 auto;font-size:16px}.merging-contacts-module__modal--fiPfs .merging-contacts-module__cards--VNI0e{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD{border:1px solid #d8d9da;border-radius:4px;padding:16px;cursor:pointer}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD.merging-contacts-module__selected--gpssr{background-color:#e9fbfc}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD.merging-contacts-module__disabled--Nd8pI{cursor:default}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__header--LKIRn{display:flex}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__nameAndCompany--h4aKR{margin:0 12px 0 8px;max-width:70%;display:flex;flex-direction:column}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__radio--_tfrh{position:relative;height:18px;width:18px;border:1.5px solid #898c90;border-radius:50%;flex-shrink:0;margin-left:auto}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__radio--_tfrh.merging-contacts-module__selected--gpssr{border-color:#16969c}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__radio--_tfrh.merging-contacts-module__selected--gpssr::after{content:"";display:block;position:absolute;background-color:#16969c;width:10px;height:10px;border-radius:50%;left:50%;top:50%;transform:translate(-50%, -50%)}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__registerCheap--kYwym{display:inline-block;padding:4px 8px;margin:4px 0;border-radius:20px;background-color:#d7f4df}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__info--UQGTJ{display:flex;flex-direction:column;gap:4px}.merging-contacts-module__modal--fiPfs .merging-contacts-module__card--FeDQD .merging-contacts-module__info--UQGTJ .merging-contacts-module__field--vYWS1{display:flex;flex-direction:column}
.actions-module__delete--pwgyD{color:#f5120a !important}
.editor-form-module__root--UPKsw{display:flex;flex-direction:column;width:100%;padding:24px;padding-left:0}.editor-form-module__root--UPKsw .editor-form-module__nameWrap--XtnSe{display:flex;align-items:flex-start}.editor-form-module__root--UPKsw .editor-form-module__inviteToRegister--tQN4y{margin-top:8px;display:flex;flex-direction:column}.editor-form-module__root--UPKsw .editor-form-module__inviteToRegister--tQN4y>button{align-self:flex-start}.editor-form-module__root--UPKsw .editor-form-module__creatorBtnsWrap--Sj8Yt{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.editor-form-module__root--UPKsw .editor-form-module__creatorBtnsWrap--Sj8Yt button{font-size:16px;width:100%}.editor-form-module__root--UPKsw .editor-form-module__actionsBtn--DXXQT{margin-left:12px}.editor-form-module__root--UPKsw .editor-form-module__divider--arGvI{margin:16px 0}.editor-form-module__root--UPKsw .editor-form-module__name--yM_QO{font-weight:bold;font-size:20px;line-height:27px;color:#252627;margin-right:auto;word-break:break-word}.editor-form-module__root--UPKsw .editor-form-module__reminder--lB3Ur{margin-top:16px}.editor-form-module__tagsHeader--AKzRe{margin-bottom:4px;display:flex;align-items:center;justify-content:space-between}.editor-form-module__companyTooltip--n0SrF{position:relative}.editor-form-module__companyTooltip--n0SrF .ant-tooltip-arrow{left:140px !important}.editor-form-module__companyTooltip--n0SrF .ant-tooltip-inner{max-width:270px;padding:8px 12px}.editor-form-module__item--VnsU4{display:flex;flex-direction:column;word-break:break-word}.editor-form-module__item--VnsU4~:not([role=seporator]){margin-bottom:16px}.editor-form-module__item--VnsU4 .editor-form-module__label--CulLU{min-height:24px;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:15px;font-weight:bold;letter-spacing:.45px;text-transform:uppercase;color:#898c90 !important;margin-bottom:4px}.editor-form-module__item--VnsU4 .editor-form-module__label--CulLU .editor-form-module__link--g8m_0{margin-left:5px;font-weight:400 !important}.editor-form-module__item--VnsU4 .editor-form-module__value--yBgjB{font-size:16px !important;line-height:22px;color:#0c0d0d;min-height:22px;padding:0}.editor-form-module__item--VnsU4 .editor-form-module__value--yBgjB .editor-form-module__circle--HYNXh{width:24px;height:24px;border-radius:50%;border:1px dashed #a3a5a8;margin-right:8px}.editor-form-module__item--VnsU4 .editor-form-module__value--yBgjB.editor-form-module__default--Uw5LY{cursor:default;font-weight:400;height:auto;margin-top:4px}.editor-form-module__item--VnsU4 .editor-form-module__value--yBgjB.editor-form-module__default--Uw5LY .editor-form-module__link--g8m_0{color:#0c0d0d !important;line-height:1.5}.editor-form-module__item--VnsU4 .editor-form-module__link--g8m_0{color:#16969c;padding:0;text-align:left;align-self:inherit}.editor-form-module__item--VnsU4 .editor-form-module__link--g8m_0 .editor-form-module__value--yBgjB{color:#16969c}.editor-form-module__editField--TD5IS{display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease-in-out;width:100%}.editor-form-module__editField--TD5IS .editor-form-module__btnEdit--jP8NO{opacity:0}.editor-form-module__editField--TD5IS.editor-form-module__active--s3znG:hover{background-color:#d2f7f9;cursor:text}.editor-form-module__editField--TD5IS.editor-form-module__active--s3znG:hover .editor-form-module__btnEdit--jP8NO{opacity:1}.editor-form-module__editableFields--ockSo{margin-bottom:10px;width:100%}.editor-form-module__editableFields--ockSo .editor-form-module__formInner--F9Jo7{margin-bottom:16px;display:flex;align-items:flex-start}.editor-form-module__editableFields--ockSo .editor-form-module__btnCancel--ck6yQ{color:#f9716c}.editor-form-module__editableFields--ockSo .editor-form-module__datePicker--LN4DG{max-width:100%}.editor-form-module__radioGroup--Lt9cL{margin-bottom:20px}
.invite-to-register-module__root--RXh83{padding:0;height:auto;font-weight:400 !important}.invite-to-register-module__verifyModal--BdctA{max-height:445px}.invite-to-register-module__btnWrap--fPSCy{display:flex}.invite-to-register-module__btn--vxtgP{font-weight:600;height:auto;border:0;padding:0}.invite-to-register-module__btn--vxtgP:not(:last-child){margin-right:24px}.invite-to-register-module__input--Fc7jY>input{background:#e9fbfc;border-color:#16969c;padding-right:100px !important}
.user-role-module__root--Z9EWx{display:flex;flex-direction:column}.user-role-module__root--Z9EWx .user-role-module__labelWrap--ce9MG{display:flex;align-items:center;margin-bottom:8px}.user-role-module__root--Z9EWx .user-role-module__labelWrap--ce9MG .user-role-module__label--drQXb{margin-right:4px}.user-role-module__root--Z9EWx .user-role-module__info--ToZU7{display:flex;align-items:center;gap:8px}.user-role-module__root--Z9EWx .user-role-module__changingBtn--qrv2Z{font-weight:400 !important;height:auto;border:0;margin-left:auto;padding:0 0 0 10px}
.event-status-info-module__statusWrapper--qcH0d{display:flex;flex-direction:column;align-items:center;gap:8px}.event-status-info-module__dropdown--hzeXm{display:flex;flex-direction:column;outline:none;padding:8px;background-color:#fff;box-shadow:0px 2px 30px rgba(0,0,0,.1);border-radius:4px;gap:8px}.event-status-info-module__dropdownWrapper--cY1z7{display:flex;align-items:center}.event-status-info-module__divider--YxHOC{height:10px;border-left:1px solid #898c90}.event-status-info-module__opacity--ZOVmX{opacity:.5 !important}.event-status-info-module__disabled--wpWIC{color:#898c90 !important;background-color:#f2f2f3 !important}
.cancellation-reason-module__root--VbDQk{padding:6px 8px;background-color:#f2f2f3;text-align:center}.cancellation-reason-module__root--VbDQk .cancellation-reason-module__skeletonParagraph--ONkh4{margin:0}
.status-actions-module__root--nPkEq{padding:8px 16px 16px;border-top:1px solid #d8d9da;margin-top:auto}.status-actions-module__root--nPkEq .ant-spin-container{display:flex;flex-direction:column;gap:16px}.status-actions-module__root--nPkEq .status-actions-module__buttons--Q0Po2{display:flex;gap:8px;flex-wrap:wrap}.status-actions-module__root--nPkEq .status-actions-module__buttons--Q0Po2.status-actions-module__odd--kkCCS .status-actions-module__button--jQMiV:first-child{flex:1 1 100%;max-width:unset}.status-actions-module__root--nPkEq .status-actions-module__button--jQMiV{flex:1 1 auto;max-width:50%;white-space:unset;min-height:40px;height:auto}.status-actions-module__root--nPkEq .status-actions-module__alert--nK9w7{padding:8px 0}.status-actions-module__root--nPkEq .status-actions-module__alert--nK9w7 .status-actions-module__head--XaPHb{padding:0 16px;max-height:306px;overflow:auto}.status-actions-module__root--nPkEq .status-actions-module__alert--nK9w7 .status-actions-module__documents--ds1qR{max-height:250px;margin-top:8px;overflow:auto;padding:0 16px}.status-actions-module__root--nPkEq .status-actions-module__alert--nK9w7 .status-actions-module__cancelRequestBtn--XmdJ0{display:block;margin:8px 16px 0 auto;border:0;height:auto;padding:0}.status-actions-module__condition--dss18 .status-actions-module__button--jQMiV{padding:0;height:auto;min-height:auto;font-weight:400 !important;border:0}.status-actions-module__condition--dss18 .status-actions-module__content--PjLRW{display:flex;flex-direction:column;max-height:0px;overflow:hidden;transition:max-height .1s cubic-bezier(0, 1, 0, 1)}.status-actions-module__condition--dss18 .status-actions-module__content--PjLRW.status-actions-module__expanded--dgHFG{max-height:1000px;transition:max-height .5s ease-in-out}.status-actions-module__datePicker--vkIkw{margin-left:8px}
.status-actions-module__root--ZQLXD{width:100%;min-width:0;flex-shrink:0}.status-actions-module__root--ZQLXD .ant-spin-container{display:flex;flex-direction:column;gap:16px}.status-actions-module__root--ZQLXD .status-actions-module__buttons--HsP_D{display:grid;gap:8px;grid-template-columns:repeat(2, 1fr)}.status-actions-module__root--ZQLXD .status-actions-module__buttons--HsP_D.status-actions-module__odd--iUD8o{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(40px, auto)}.status-actions-module__root--ZQLXD .status-actions-module__buttons--HsP_D.status-actions-module__odd--iUD8o .status-actions-module__button--HQR3S:first-child{grid-column:1/-1}.status-actions-module__root--ZQLXD .status-actions-module__button--HQR3S{display:flex;justify-content:center;align-items:center;min-height:40px;height:auto;white-space:unset;padding:8px 16px;box-sizing:border-box}.status-actions-module__root--ZQLXD .status-actions-module__alert--BrHZs{padding:8px 0}.status-actions-module__root--ZQLXD .status-actions-module__alert--BrHZs .status-actions-module__head--FskkK{padding:0 16px;max-height:306px;overflow:auto}.status-actions-module__root--ZQLXD .status-actions-module__alert--BrHZs .status-actions-module__documents--PP837{max-height:250px;margin-top:8px;overflow:auto;padding:0 16px}.status-actions-module__root--ZQLXD .status-actions-module__alert--BrHZs .status-actions-module__cancelRequestBtn--EBZVP{display:block;margin:8px 16px 0 auto;border:0;height:auto;padding:0}.status-actions-module__condition--Wmfhr .status-actions-module__button--HQR3S{padding:0;height:auto;min-height:auto;font-weight:400 !important;border:0}.status-actions-module__condition--Wmfhr .status-actions-module__content--UKT2X{display:flex;flex-direction:column;max-height:0px;overflow:hidden;transition:max-height .1s cubic-bezier(0, 1, 0, 1)}.status-actions-module__condition--Wmfhr .status-actions-module__content--UKT2X.status-actions-module__expanded--VlZwy{max-height:1000px;transition:max-height .5s ease-in-out}.status-actions-module__datePicker--Gyg6j{margin-left:8px}
.list-module__root--FoSKO{display:flex;padding:24px;overflow-y:auto;flex:0 0 auto;height:100%}.list-module__root--FoSKO.list-module__empty--xwyQv{padding:16px;justify-content:center}.list-module__root--FoSKO>div{height:100%;width:100%}.list-module__root--FoSKO .list-module__emptyContainer--ehk0T{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}
.ExecutorSlaInfo-module__wrapper--pPzi9{display:flex;flex-direction:column;margin:0;gap:4px}.ExecutorSlaInfo-module__wrapperWithSla--LtSfK{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0}.ExecutorSlaInfo-module__divider--zZBgD{margin-top:0;margin-bottom:8px;width:100%}.ExecutorSlaInfo-module__button--Dmqaz{display:flex;flex-direction:row;justify-content:start;padding:0;font-weight:normal !important;height:auto}
.funnels-details-module__root--P4RJu{display:flex;flex-direction:column;width:100%;gap:16px}.funnels-details-module__header--AqOkM{display:flex;justify-content:space-between;display:flex;align-items:center;gap:8px}.funnels-details-module__title--S0U_t{word-break:break-word}.funnels-details-module__top--sN362{display:flex;align-items:center;gap:7px}.funnels-details-module__detailsInfo--EPxhQ{display:flex;align-items:center;gap:8px}.funnels-details-module__footer--bD2if{display:flex;justify-content:space-between;gap:12px}.funnels-details-module__btn--gUaPe{display:flex;align-items:center;border:none;color:#898c90;background:none;box-shadow:none;padding:0}.funnels-details-module__btn--gUaPe:hover{color:#898c90;background:none;box-shadow:none}
.contact-panel-module__contactEditor--W5UdG{padding:0}.contact-panel-module__contactEditor--W5UdG>div:last-child{margin:0}.contact-panel-module__sidePanel--mCgRq{margin:0 -32px 0 0}.contact-panel-module__sidePanel--mCgRq.contact-panel-module__collapsed--jCqbR{margin-left:0}
.no-contacts-module__root--ZJ7bO{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:365px;width:100%;margin:auto}.no-contacts-module__root--ZJ7bO .no-contacts-module__title--AzAra{margin-bottom:16px}.no-contacts-module__root--ZJ7bO .no-contacts-module__link--V7Xo1{font-weight:600}
.chats-module__root--BSkLY{display:flex;flex-direction:column;height:calc(100% - 56px)}.chats-module__root--BSkLY .chats-module__content--8W6RQ{display:flex;height:100%}.chats-module__root--BSkLY .chats-module__chat--BaUvv{display:flex;align-items:center;justify-content:center;min-width:400px;flex:1 1 100%;border:1px solid #d8d9da}
.views-module__root--nn5M1{padding:32px 32px 0;height:100%;overflow-y:auto;display:flex;flex-direction:column}
.info-buttons-module__root--t6fLA{margin-bottom:12px}
.tasks-module__root--mjm92{position:relative;margin-bottom:18px}.tasks-module__root--mjm92 .tasks-module__title--CTiCL{display:flex;justify-content:space-between;font-weight:600;font-size:16px}.tasks-module__root--mjm92 .tasks-module__btn--Yog6V{position:absolute;right:0;background:none;border:none;opacity:.8;padding:0;min-width:26px;height:auto;display:flex;font-size:20px}.tasks-module__root--mjm92 .tasks-module__btn--Yog6V button{padding:0}.tasks-module__root--mjm92 .tasks-module__btn--Yog6V:hover{opacity:1}.tasks-module__root--mjm92 .tasks-module__option--fUyXW{border:1px solid #f2f2f3;padding:0 8px;margin:0 2px 5px 2px;border-radius:4px;height:32px}.tasks-module__root--mjm92 .tasks-module__option--fUyXW:hover{background-color:rgba(22,150,156,.1)}.tasks-module__root--mjm92 .tasks-module__option--fUyXW.tasks-module__disabled--E5tRZ:hover,.tasks-module__root--mjm92 .tasks-module__option--fUyXW.tasks-module__disabled--E5tRZ:focus{background-color:rgba(0,0,0,0);cursor:default}.tasks-module__root--mjm92 .ant-collapse-header{margin-bottom:12px}.tasks-module__root--mjm92 .ant-tree .ant-tree-switcher-noop{display:none}.tasks-module__root--mjm92 .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop){position:absolute;z-index:2;margin-top:5px}.tasks-module__root--mjm92 .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop)+.ant-tree-node-content-wrapper [class*=option]{padding-left:29px}.tasks-module__root--mjm92 .ant-tree .ant-tree-treenode-switcher-open [role*=treeitem]{position:relative}.tasks-module__root--mjm92 .ant-tree .ant-tree-treenode-switcher-open [role*=treeitem]:before{content:"";position:absolute;top:-24px;left:-14px;display:block;width:15px;height:48px;border:#f2f2f3 solid 1px;border-top:none;border-right:none}.tasks-module__root--mjm92 .ant-tree .ant-tree-node-content-wrapper{position:relative;z-index:1;width:100%;height:36px;padding:0;border-radius:4px;background:#fff}.tasks-module__root--mjm92 .ant-tree .ant-tree-node-content-wrapper-normal:hover{background-color:rgba(0,0,0,0)}.tasks-module__root--mjm92 .ant-tree li ul{padding-left:24px}.tasks-module__statistic--8TkNY{display:flex;align-items:flex-start;font-size:12px;margin-bottom:10px}.tasks-module__statistic--8TkNY .tasks-module__text--ep8tp{color:#898c90}.tasks-module__statistic--8TkNY .tasks-module__left--hAsTt{margin-right:46px;flex-shrink:0}.tasks-module__statistic--8TkNY .tasks-module__right--dbHAW{max-width:300px;flex-grow:1}.tasks-module__statistic--8TkNY .ant-progress-text{font-size:12px;color:#898c90;font-weight:600}.tasks-module__statistic--8TkNY .ant-progress-bg{border-radius:10px !important}
.info-module__root--dLhxY{display:flex;flex-direction:column;overflow:hidden}.info-module__root--dLhxY .info-module__header--XPUJy{display:flex;flex-direction:column;padding:24px 16px 12px}.info-module__root--dLhxY .info-module__header--XPUJy .info-module__top--vTaD8{display:flex}.info-module__root--dLhxY .info-module__header--XPUJy .info-module__copyLink--t5WkI{margin-right:16px}.info-module__root--dLhxY .info-module__header--XPUJy .info-module__actions--FSlor{margin-left:auto}.info-module__root--dLhxY .info-module__info--PV0ou{padding:0 16px 24px;display:flex;flex-direction:column;overflow:auto}.info-module__root--dLhxY .info-module__schedulerInfo--J7GHB{display:flex}.info-module__root--dLhxY .info-module__schedulerInfo--J7GHB .info-module__icon--jBb5o{margin-top:3px}.info-module__root--dLhxY .info-module__schedulerInfo--J7GHB .info-module__actInfo--NEKFs{margin-left:8px}.info-module__root--dLhxY .info-module__schedulerInfo--J7GHB .info-module__actInfo--NEKFs .info-module__btn--qy85D{font-weight:400;padding:0;height:auto}.info-module__root--dLhxY .info-module__title--QWNrC{margin-bottom:12px}.info-module__root--dLhxY .info-module__attachments--ZB8bH{flex-shrink:0;max-height:250px;overflow:auto;margin-bottom:12px}.info-module__root--dLhxY .info-module__attachments--ZB8bH.info-module__withScroll--qnHZh{padding-right:16px}.info-module__root--dLhxY .info-module__fieldsWrap--_ztSU{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.info-module__root--dLhxY .info-module__content--v8IJK{display:block;margin-bottom:12px}.info-module__root--dLhxY .info-module__priceWrap--JORpy{display:flex;gap:10px;margin-bottom:12px}.info-module__root--dLhxY .info-module__priceWrap--JORpy .info-module__price--nZMsd{margin:0}.info-module__root--dLhxY .info-module__users--adeWK{display:flex;flex-direction:column;gap:12px}.info-module__root--dLhxY .ant-divider{flex-shrink:0}
.order-preview-module__root--jHTaX{padding:20px 24px 32px;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center}.order-preview-module__root--jHTaX .order-preview-module__content--yk9El{display:flex;flex-direction:column;flex:100%;width:100%}.order-preview-module__root--jHTaX .order-preview-module__header--bHtIc{display:flex;align-items:center;margin-bottom:12px}.order-preview-module__root--jHTaX .order-preview-module__title--k4F4r,.order-preview-module__root--jHTaX .order-preview-module__description--u8M6q,.order-preview-module__root--jHTaX .order-preview-module__asset--kJfZF,.order-preview-module__root--jHTaX .order-preview-module__user--br1Qj,.order-preview-module__root--jHTaX .order-preview-module__info--fsmgr{margin-bottom:12px}.order-preview-module__root--jHTaX .order-preview-module__asset--kJfZF span{word-break:break-word}.order-preview-module__root--jHTaX .order-preview-module__iconDate--zUsSV{margin-right:8px}.order-preview-module__root--jHTaX .order-preview-module__button--octeT{margin-top:20px;height:auto;padding:0;align-self:flex-start;font-size:16px;font-weight:600}
.calendar-module__root--WZ2mr{display:flex;flex-direction:column;height:100%}.calendar-module__root--WZ2mr .calendar-module__wrapper--dBCKt{height:100%;position:relative}.calendar-module__root--WZ2mr .calendar-module__spin--ALhRY{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100}.calendar-module__root--WZ2mr .calendar-module__event--Du4eJ{border-width:2px;border-top:none;border-right:none;border-bottom:none;padding:2px;overflow:hidden;border-radius:4px}.calendar-module__root--WZ2mr .calendar-module__event--Du4eJ>*{line-height:1}.calendar-module__root--WZ2mr .calendar-module__eventTitle--K2Vqq{display:block}.calendar-module__root--WZ2mr .calendar-module__resourceLabelContent--so0Fs{max-width:100%}.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){display:flex;align-items:center}.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-button-group{margin-left:24px}.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-toolbar-title{font-weight:600;font-size:16px;color:#0c0d0d;margin-left:24px}.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-button{font-weight:600;font-size:16px;background-color:#fff;border:1px solid #16969c;color:#16969c;padding:6px 16px;box-shadow:none !important}.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-button-active{background-color:#16969c;color:#fff}.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-prev-button,.calendar-module__root--WZ2mr .fc .fc-header-toolbar .fc-next-button{display:flex;align-items:center;padding:6px;color:#898c90}.calendar-module__root--WZ2mr .fc .fc-highlight{background-color:#a3a5a8;opacity:.3}.calendar-module__root--WZ2mr .fc .fc-timegrid-now-indicator-arrow,.calendar-module__root--WZ2mr .fc .fc-timeline-now-indicator-arrow{left:unset;right:0;width:12px;height:12px;border-radius:50%;background-color:#16969c;border:unset}.calendar-module__root--WZ2mr .fc .fc-timeline-now-indicator-arrow{top:unset;bottom:0}.calendar-module__root--WZ2mr .fc .fc-timegrid-now-indicator-line{border-color:#16969c;border-width:2px 0 0}.calendar-module__root--WZ2mr .fc .fc-timeline-now-indicator-line{border-color:#16969c;border-width:0 0 0 2px}.calendar-module__root--WZ2mr .fc .fc-timegrid-axis{border:unset;background-color:rgba(0,0,0,0) !important}.calendar-module__root--WZ2mr .fc .fc-scrollgrid{border:unset}.calendar-module__root--WZ2mr .fc .fc-timegrid-slot-label-cushion{padding:0 15px 0 0}.calendar-module__root--WZ2mr .fc .fc-timegrid-slot{border-left:unset;height:32px}.calendar-module__root--WZ2mr .fc .fc-timegrid-slot-label{border:unset}.calendar-module__root--WZ2mr .fc tr:nth-child(2n)>.fc-timegrid-slot-lane{border-top:unset}.calendar-module__root--WZ2mr .fc .fc-event-main{padding:0}.calendar-module__root--WZ2mr .fc .fc-col-header-cell-cushion{display:block;padding:8px;cursor:default;width:100%}.calendar-module__root--WZ2mr .fc .fc-resourceTimeGridDay-view .fc-timegrid-col.fc-day-today{background-color:#fff}.calendar-module__root--WZ2mr .fc .fc-resourceTimeGridWeek-view .fc-day-sat,.calendar-module__root--WZ2mr .fc .fc-resourceTimeGridWeek-view .fc-day-sun{background-color:#f2f2f3}.calendar-module__root--WZ2mr .fc .fc-resourceTimeGridWeek-view .fc-day-today{background-color:#d2f7f9}.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-scrollgrid-section-header>th:first-child .fc-datagrid-header{display:none}.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-datagrid-body,.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-timeline-body{background-color:#fff}.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-timeline-slot-frame{justify-content:flex-start}.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-timeline-slot-label{background-color:#fff}.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-timeline-slot-label.fc-day-sat,.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-timeline-slot-label.fc-day-sun{background-color:#f2f2f3}.calendar-module__root--WZ2mr .fc .fc-resourceTimelineMonth-view .fc-timeline-slot-label.fc-day-today{background-color:#d2f7f9}.calendar-module__root--WZ2mr .fc .fc-timegrid-body{background-color:#fff}.calendar-module__root--WZ2mr .fc .fc-col-header-cell{border-left:unset;text-align:left;background-color:#fff}.calendar-module__root--WZ2mr .fc .fc-scrollgrid-section-header>th .fc-scroller::-webkit-scrollbar{display:none !important}.calendar-module__root--WZ2mr .fc tbody>.fc-scrollgrid-section>td:nth-child(1) .fc-scroller::-webkit-scrollbar{display:none !important}.calendar-module__root--WZ2mr.calendar-module__loading--a9guC .fc{opacity:.5}.calendar-module__root--WZ2mr.calendar-module__fullscreen--MUzWg{position:fixed;top:0;left:0;background-color:#fff;width:100vw;z-index:1000;padding:32px}
