/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

.landing-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.green-button {
  color: #fff;
  background-color: #63b32e;
  border-color: #63b32e;
}
.green-button:hover {
  color: #fff;
  background-color: hsl(96, 79%, 44%);
  border-color: hsl(96, 79%, 44%);
}
.landing__section {
  padding: 24pt 0;
}
.landing__section:nth-child(odd) {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.navbar {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #1677ff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.navbar--nofixed {
  position: relative;
  z-index: 3;
}
.navbar__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.navbar__logo {
  margin-top: 30pt;
  height: 60px;
}
.navbar__site-logo {
  margin-left: 10pt;
  margin-top: 30pt;
  height: 40px;
}
.navbar__menu {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30pt;
  display: block;
}
.navbar__menu li {
  margin-left: 4pt;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
}
@media (min-width: 992px) {
  .navbar__menu li {
    margin-left: 16pt;
  }
}
.navbar__menu a {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar__menu a {
    opacity: 1;
  }
  .navbar__menu a:hover {
    opacity: 1;
  }
  .navbar__menu a:after {
    display: block;
    content: '';
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }
  .navbar__menu a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/*--- Extended and transparent version ---*/
.navbar--extended {
  background-color: transparent;
}
.navbar--extended .navbar__inner {
  height: 60px;
  color: #ffffff;
}
.main-bg {
  background-image: url('/landing-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 97vh;
  background-color: #0b3b5b;
}
@media (min-width: 992px) {
  .main-bg {
    background-position: center 75px;
    background-size: auto;
  }
}
.hero {
  background-image: url('/landing-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 97vh;
  background-color: #0b3b5b;
}
@media (min-width: 992px) {
  .hero {
    background-position: center 75px;
    background-size: auto;
  }
}
.hero__content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
  overflow: auto;
}
@media (min-width: 992px) {
  .hero__content {
    width: 60%;
    margin: auto;
    padding-top: 125px;
  }
}
/*--- CONTENT STYLING ---*/
.hero__title h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #63b32e;
  line-height: 3rem;
}
.hero__title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.hero__title span {
  display: inline-block;
  position: relative;
  padding: 0px 1px 0px 0px;
}
.hero__title span:before {
  content: '';
  position: absolute;
  right: -75px;
  top: 14px;
  background-color: #ffffff;
  width: 75px;
  height: 1px;
}
.hero__title span:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 11px;
  background-color: #ffffff;
  width: 40px;
  height: 1px;
}
.hero__text {
  opacity: 0.85;
  line-height: 1.7;
  text-align: left;
  font-size: 1.5em;
}
.hero .button {
  margin: 12pt 8pt;
}
.hero__button {
  color: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 992px) {
  .hero__button:hover {
    color: #e3e3e3;
    border-color: #e3e3e3;
  }
}
.hero__sub {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  background-color: #ffffff;
}
/*--- MODIFICATIONS ---*/
.hero--full .hero__content {
  min-height: 100vh;
}
.hero--full + .hero__sub {
  display: none;
}
.steps {
  text-align: center;
  padding: 64pt 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .steps__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.step {
  padding: 16pt 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #eee;
  overflow: auto;
}
.step:first-child {
  border-top: none;
}
@media (min-width: 992px) {
  .step {
    border-top: none;
    width: auto;
  }
}
.step__media {
  margin: 16pt 0;
}
@media (min-width: 992px) {
  .step__media {
    margin: 32pt 0;
  }
}
.step__image {
  max-height: 190px;
  max-width: 222px;
  margin-top: 8pt;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
@media (min-width: 600px) {
  .step__image {
    max-width: none;
  }
}
.step__text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.step__text img {
  width: 14px;
  height: 14px;
}
.expanded {
  padding: 72pt 0;
}
.expanded__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .expanded__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.expanded__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .expanded__media {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.expanded__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .expanded__content {
    padding: 0 2pt;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.expanded:nth-child(even) {
  background-color: #ffffff;
}
.expanded:nth-child(even) .expanded__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .expanded:nth-child(even) .expanded__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* Actual content */
.expanded__image {
  margin-bottom: 24pt;
  width: 90%;
  max-width: 220px;
  padding: 16pt 0;
}
@media (min-width: 992px) {
  .expanded__image {
    max-width: 350px;
  }
}
.cta {
  background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#4285f4));
  background: linear-gradient(to right, #1890ff, #4285f4);
  color: #fff;
  padding: 48pt 0;
  text-align: center;
}
.cta__sub {
  opacity: 0.9;
  max-width: 58ch;
  margin: 16pt auto 24pt auto;
}
.cta__sub--center {
  text-align: center;
}
.footer {
  background-color: #ffffff;
  padding: 36pt 0;
}
.footer__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__textLogo {
  height: 75px;
  margin-right: 16pt;
  margin-bottom: 16pt;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  cursor: pointer;
}
@media (min-width: 600px) {
  .footer__textLogo {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__textLogo {
    margin-right: 32pt;
  }
}
.footer__data {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .footer__data {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__data__item {
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 8pt;
}
.footer__link {
  color: #1677ff;
  border-bottom: 1px dotted #1677ff;
  padding-bottom: 1pt;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (min-width: 992px) {
  .footer__link:hover {
    color: #fafafa;
    border-color: #fafafa;
  }
}
.footer__row {
  margin-bottom: 8pt;
}
.footer__row__header {
  color: #63b32e;
}
/*--- Modifiers---*/
.footer--dark {
  background-color: #333c44;
}
.footer--dark .footer__textLogo {
  color: #fff;
}
.footer--dark .footer__inner {
  color: #d9d9d9;
}
.footer--dark .footer__link {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
@media (min-width: 992px) {
  .footer--dark .footer__link:hover {
    color: #fff;
    border-color: #fff;
  }
}
.scroll-down {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: -16pt;
  margin-top: -16pt;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}
.chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #63b32e;
}
.chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
ul.timeline li {
  margin-top: 1em;
  padding-left: 2em;
  padding-bottom: 0.75em;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left 10%;
  background-size: 15px;
  background-image: url('/pill.svg');
}
.auth {
  background-image: url('/login-bg.svg');
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 100%;
  height: 100vh;
  background-color: #ffffff;
}
.auth-container {
  max-width: 1080px;
  padding: 50px 50px 6px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .auth-container {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .auth-container {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .auth-container {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .auth-container {
    padding-top: 40px;
  }
}
.auth__inner {
  min-height: calc(100vh - 188px);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .auth__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .auth__media {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.auth__media img,
.auth__media svg {
  display: none;
}
@media (min-width: 600px) {
  .auth__media img,
  .auth__media svg {
    display: block;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .auth__media img,
  .auth__media svg {
    display: block;
    max-width: 400px;
  }
}
.auth__auth {
  padding: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .auth__auth {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.auth__auth .auth__auth_logo {
  margin-bottom: 30px;
  width: 100px;
  height: 60px;
}
.auth__auth .auth__auth_site_logo {
  margin-bottom: 30px;
  margin-left: 10px;
  width: 142px;
  height: 50px;
}
@media (min-width: 600px) {
  .auth__auth .auth__auth_logo {
    width: 110px;
    height: 65px;
  }
  .auth__auth .auth__auth_site_logo {
    margin-left: 10px;
    width: 142px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .auth__auth .auth__auth_logo {
    width: 135px;
    height: 80px;
  }
  .auth__auth .auth__auth_site_logo {
    margin-left: 10px;
    width: 142px;
    height: 50px;
  }
}
.login-button {
  width: 100%;
  margin-bottom: 12px;
}
.login-error {
  margin-bottom: 24px;
  margin-top: 12px;
}
.page-not-found-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-not-found-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-not-found-text h1 {
  font-size: 84px;
  font-weight: 600;
  color: #788195;
  line-height: 1;
  margin: 0 0 25px;
}
.page-not-found-text h3 {
  font-size: 24px;
  font-weight: 400;
  color: #595959;
  margin: 0 0 10px;
  line-height: 1.2;
}
.page-not-found-text p {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  margin: 0 0 10px;
}
.page-not-found-button {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
}
.page-not-found-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 100px;
  margin-right: inherti;
  height: 500px;
}
.page-not-found-image img {
  max-height: 100%;
}
.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loaderPill {
  text-align: center;
}
.loaderPill-anim {
  height: 160px;
}
.loaderPill-anim-bounce {
  -webkit-animation: loaderPillBounce 1800ms linear infinite;
  animation: loaderPillBounce 1800ms linear infinite;
}
.loaderPill-anim-flop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loaderPillFlop 1800ms linear infinite;
  animation: loaderPillFlop 1800ms linear infinite;
}
.loaderPill-pill {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #1890ff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1890ff), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #1890ff 50%, #ffffff 50%);
}
.loaderPill-floor {
  display: block;
  text-align: center;
}
.loaderPill-floor-shadow {
  display: inline-block;
  width: 70px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(35, 125, 181, 0.26);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-animation: loaderPillScale 1800ms linear infinite;
  animation: loaderPillScale 1800ms linear infinite;
}
.loaderPill-text {
  font-weight: bold;
  color: #1890ff;
}
@-webkit-keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}
@keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}
@-webkit-keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
  }
}
@keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
  }
}
.content-with-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-header-breadcrumb {
  margin-bottom: 16px;
}
.page-header-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header-detail-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.page-header-detail-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .page-header-detail-main-inner {
    display: block;
  }
}
.page-header-detail-content {
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.page-header-detail-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header-detail-content-inner-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75px;
          flex: 0 1 75px;
  margin-bottom: 8px;
  margin-right: 24px;
}
.page-header-detail-content-inner-avatar-image {
  display: block;
  height: 75px;
}
.page-header-detail-content-inner-content {
  position: relative;
  top: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.page-header-detail-content-inner-content-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
}
.page-header-detail-content-inner-content-desc {
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .page-header-extra-content-inner-item {
    padding: 0 16px;
    text-align: left;
  }
}
.page-header-extra-content-inner-item:last-child {
  padding-right: 0;
}
.page-header-extra-content-inner-item:after {
  background-color: #e8e8e8;
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 40px;
  content: '';
}
.page-header-extra-content-inner-item:last-child::after {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
}
.page-header-extra-content-inner-item div {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 38px;
  margin: 0;
}
.page-header-extra-content-inner-item div:first-child {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.page-header-detail-component {
  margin-bottom: 24px;
}
.page-layout-scroll {
  height: calc(100vh - 64px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
td {
  word-break: break-all;
}
.table-nested .ant-table-expanded-row > td:last-child {
  padding: 0 48px 0 8px;
}
.table-nested .ant-table-expanded-row > td:last-child .ant-table-thead th {
  border-bottom: 1px solid #e9e9e9;
}
.table-nested .ant-table-expanded-row > td:last-child .ant-table-thead th:first-child {
  padding-left: 0;
}
.table-nested .ant-table-expanded-row > td:last-child .ant-table-row td:first-child {
  padding-left: 0;
}
.table-nested .ant-table-expanded-row .ant-table-row:last-child td {
  border: none;
}
.table-nested .ant-table-expanded-row .ant-table-thead > tr > th {
  background: none;
}
.table-nested .ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}
.custom-filter-dropdown {
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.custom-filter-dropdown input {
  width: 130px;
  margin-right: 8px;
}
.custom-filter-dropdown button {
  margin-right: 8px;
}
.highlight {
  color: #f50;
}
.expand-row-merged-table .ant-table-expanded-row > td {
  background-color: transparent !important;
  padding-top: 0 !important;
}
.expand-row-merged-table .ant-table-tbody > tr:has(+ .ant-table-expanded-row) > td {
  border-bottom-width: 0;
}
.fancy-title {
  width: 100%;
  text-align: center;
  margin: 0px 0px 20px;
}
.fancy-title img {
  width: 28px;
  height: 28px;
  margin-bottom: 0px;
}
.fancy-title h2 {
  line-height: 1;
  font-size: 26px;
  margin: 0px 0px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
}
.fancy-title h3 {
  line-height: 1;
  font-size: 18px;
  margin: 0px 0px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
}
.fancy-title span {
  display: inline-block;
  position: relative;
  padding: 0px 2px;
}
.fancy-title span:before {
  content: '';
  position: absolute;
  left: -75px;
  top: 16px;
  width: 75px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.88);
}
.fancy-title span:after {
  content: '';
  position: absolute;
  right: -75px;
  top: 16px;
  width: 75px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.88);
}
.fancy-title span small {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.fancy-title span small:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 13px;
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.88);
}
.fancy-title span small:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 13px;
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.88);
}
.fancy-title-light {
  width: 100%;
  text-align: center;
  margin: 0px 0px 20px;
}
.fancy-title-light img {
  width: 28px;
  height: 28px;
  margin-bottom: 0px;
}
.fancy-title-light h2 {
  line-height: 1;
  font-size: 26px;
  margin: 0px 0px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.fancy-title-light h3 {
  line-height: 1;
  font-size: 18px;
  margin: 0px 0px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.fancy-title-light span {
  display: inline-block;
  position: relative;
  padding: 0px 2px;
}
.fancy-title-light span:before {
  content: '';
  position: absolute;
  left: -75px;
  top: 16px;
  width: 75px;
  height: 1px;
  background-color: #ffffff;
}
.fancy-title-light span:after {
  content: '';
  position: absolute;
  right: -75px;
  top: 16px;
  width: 75px;
  height: 1px;
  background-color: #ffffff;
}
.fancy-title-light span small {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.fancy-title-light span small:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 13px;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.fancy-title-light span small:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 13px;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.fancy-title-secondary {
  margin: 0px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .fancy-title-secondary {
    margin-bottom: 0px;
  }
}
.chat-trigger {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99999;
}
.chat-trigger.visible {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 12px;
  right: 24px;
}
.conversation-picker {
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 992px) {
  .conversation-picker {
    margin-bottom: 4px;
    margin-top: -12px;
  }
}
.messages-container {
  height: 60%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 992px) {
  .messages-container {
    height: 48%;
    margin-bottom: 4px;
  }
}
.messages-container-all {
  height: 80%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 992px) {
  .messages-container-all {
    height: 75%;
    margin-bottom: 4px;
  }
}
.chat-mobile {
  height: 85vh;
}
.chat-message {
  margin-bottom: 32px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .chat-message {
    margin-bottom: 28px;
  }
}
.chat-message .message-content {
  position: relative;
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
  background-color: #1677ff;
}
.chat-message .message-content .message-content-settings {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
  z-index: 1;
}
.chat-message .message-content.removed {
  background-color: white !important;
  border: 1px solid #666 !important;
}
.chat-message .message-content.received {
  background-color: #f0f2f5;
}
.chat-message .message-content.received .message-content-settings {
  display: none;
}
.chat-message .message-content.received-own {
  background-color: #69c0ff;
}
.chat-message .message-description {
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.chat-message .message-content-description.removed {
  color: #666 !important;
}
.chat-message .message-content-description {
  word-wrap: break-word;
  color: #ffffff;
}
.chat-message .message-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
.chat-message .message-content-link span {
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chat-message .message-content-link.received {
  color: #000000;
}
.chat-message .message-content-link.received.received-own {
  color: #ffffff;
}
.chat-message .message-content-description.received {
  color: rgba(0, 0, 0, 0.85);
}
.chat-message .message-content-description.received.received-own {
  color: #ffffff;
}
.chat-message .message-description-ava {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.chat-message .message-description-name {
  color: #ffffff;
  font-weight: 500;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.chat-message .message-description-name.removed {
  color: #666 !important;
}
.chat-message .message-description-name.received {
  color: rgba(0, 0, 0, 0.45);
}
.chat-message .message-description-name.received.received-own {
  color: #ffffff;
}
.chat-message .message-description-date {
  color: rgba(0, 0, 0, 0.45);
}
.upload-list-inline .ant-upload-list-item:first-child {
  margin-top: 0;
}
.upload-list-inline .ant-upload-list-item:last-child {
  margin-bottom: 10px;
}
.ant-upload.ant-upload-select {
  display: block;
}
svg.placeholder {
  max-width: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTAgNCBMMCAyOCBMMzIgMjggTDMyIDQgeiBNNCAyNCBMMTAgMTAgTDE1IDE4IEwxOCAxNCBMMjQgMjR6IE0yNSA3IEE0IDQgMCAwIDEgMjUgMTUgQTQgNCAwIDAgMSAyNSA3Ij48L3BhdGg+Cjwvc3ZnPg==') no-repeat center hsl(0, 0%, 80%);
  background-size: calc(100% / 3);
}
@page {
  margin-top: 2cm;
  margin-bottom: 2cm;
}
.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  page-break-after: always;
}
/** Paper sizes **/
body.A4 .sheet {
  width: 210mm;
  height: 296mm;
}
body.A4.landscape .sheet {
  width: 297mm;
  height: 209mm;
}
/** Padding area **/
.sheet.padding-25mm {
  padding: 0 25mm;
}
/** For screen preview **/
@media screen {
  .sheet {
    background: white;
    -webkit-box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
    margin: 5mm auto;
  }
}
/** Fix for Chrome issue #273306 **/
@media print {
  body.A4.landscape {
    width: 297mm;
  }
  body.A4 {
    width: 210mm;
  }
}
.attachment-wrapper__btn-block {
  opacity: 0;
}
.attachment-wrapper:hover .attachment-wrapper__btn-block {
  opacity: 1;
  color: rgba(0, 0, 0, 0.65);
}
.upload-btn {
  display: block;
  width: 100%;
  height: 24px;
  padding: 0 7px;
  font-size: 15px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  text-align: center;
}
.upload-btn:hover {
  border: 1px dashed #40a9ff;
  color: #40a9ff;
}
p {
  font-size: 16px;
}
#root {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logo-container {
  height: 64px;
  padding: 10px;
  background: #002140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-container .logo {
  width: 100%;
  height: 100%;
  background-image: url('/logo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo-container .site-logo {
  width: 85px;
  height: 30px;
}
.ant-layout-sider-collapsed .logo {
  width: 100%;
  height: 100%;
  background-image: url('/logo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ant-layout-sider-collapsed .site-logo {
  margin-top: 10px;
  width: 100%;
  height: 50%;
}
.trigger {
  padding-left: 12px;
  background: inherit;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.ant-drawer-body:has(.side-bar-menu-mobile) {
  overflow: visible;
}
.ant-drawer-content:has(.side-bar-menu-mobile) {
  background: #001529;
}
#scrollable-root-container::-webkit-scrollbar {
  width: 8px;
  height: 100%;
  background: transparent;
}
#scrollable-root-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
#scrollable-root-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid transparent;
  background-clip: content-box;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  min-height: 20px;
}
#scrollable-root-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
div:has(> .side-bar-menu)::-webkit-scrollbar,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar {
  width: 8px;
  height: 100%;
  background: transparent;
}
div:has(> .side-bar-menu)::-webkit-scrollbar-track,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
  margin: 2px;
}
div:has(> .side-bar-menu)::-webkit-scrollbar-thumb,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  border: 1px solid transparent;
  background-clip: content-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div:has(> .side-bar-menu)::-webkit-scrollbar-thumb:hover,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
div:has(> .side-bar-menu)::-webkit-scrollbar-thumb:active,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar-thumb:active {
  background-color: rgba(255, 255, 255, 0.75);
}
/* Custom scrollbar for react-custom-scrollbars in sidebar */
.ant-layout-sider [style*="position: absolute"][style*="right: 2px"] {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ant-layout-sider:hover [style*="position: absolute"][style*="right: 2px"] {
  opacity: 1;
}
.side-bar-menu.ant-menu:after {
  padding-bottom: 72px;
}
.ant-menu-item-group-list .ant-menu-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ant-menu-item-group-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
.ant-menu-item-group-title h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #1677ff;
}
.ant-menu-item-group-title a {
  text-transform: uppercase;
}
.ant-menu-item-group-title .anticon {
  margin-right: 10px;
}
.ant-menu-inline {
  padding-top: 16px;
}
.side-bar-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  text-align: center;
}
.ant-carousel .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-layout-content {
  margin: 24px 24px 0;
  height: 100%;
}
.drawer-content {
  background: #001529 !important;
}
@media only screen and (max-width: 992px) {
  .ant-card {
    margin-left: -24px;
    margin-right: -24px;
  }
  .ant-alert {
    margin-left: -24px;
    margin-right: -24px;
  }
  .ant-alert-with-description.ant-alert-no-icon {
    padding-left: 24px;
    padding-right: 24px;
  }
  .ant-tabs {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ant-select {
  min-width: 200px;
}
.ant-menu-item-selected,
.ant-menu-item:hover {
  background-color: transparent !important;
  font-weight: bolder !important;
}
.ant-menu-item-selected > a {
  color: #52c41a !important;
}
@media only screen and (min-width: 992px) {
  .button-with-header {
    margin-top: -24px;
  }
}
.select-with-header {
  min-width: 250px;
}
@media only screen and (max-width: 992px) {
  .select-with-header {
    width: 100%;
  }
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  float: left !important;
}
.ant-layout-footer {
  background-color: #fff;
  margin-top: 24px;
  padding: 24px;
}
.react-pdf__Page__canvas {
  height: 100% !important;
  width: 100% !important;
}
.ant-select-arrow .ant-select-arrow-icon {
  margin-right: 0;
}
.ant-checkbox-group-item {
  display: block;
}
.has-error .ant-input[disabled] {
  background-color: #f5f5f5;
}
.ant-comment-inner {
  padding: 4px 0;
}
.ant-comment-avatar {
  margin-right: 0;
}
.ant-timeline-item {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .ant-notification {
    display: none;
  }
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  color: #108ee9;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.active,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.active {
  color: #ff4d4f;
}
.ant-modal {
  width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .ant-modal {
    width: 650px !important;
  }
}
.ant-input-password-large {
  padding: 0 !important;
  padding-right: 11px !important;
}
.ant-input-password > .ant-input {
  padding: 5.7px !important;
  padding-left: 11px !important;
  padding-right: 0 !important;
}
.ellipsis {
  display: grid;
  width: 100%;
}
.ellipsis div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  vertical-align: middle;
}
/*# sourceMappingURL=styles.css.map */
/* 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);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.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(--total-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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--total-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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

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

/* 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;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          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::-moz-selection {
  background: transparent;
}
.textLayer br::selection {
  background: transparent;
}

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

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

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}

