.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);
  }
}
.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;
}
.page-header-extra-content {
  margin-left: 88px;
  text-align: right;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (max-width: 991px) {
  .page-header-extra-content {
    margin-left: 0;
    text-align: left;
  }
}
.page-header-extra-content-inner {
  zoom: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .page-header-extra-content-inner {
    margin-left: -16px;
    margin-right: 0;
  }
}
.page-header-extra-content-inner:before {
  content: ' ';
  display: table;
}
.page-header-extra-content-inner:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
@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 {
  color: white;
  cursor: pointer;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .trigger {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .trigger {
    padding-left: 12px;
  }
}
.ant-drawer-body:has(.side-bar-menu-mobile) {
  overflow: visible;
}
.ant-drawer-content:has(.side-bar-menu-mobile) {
  background: #001529;
}
div:has(> .side-bar-menu)::-webkit-scrollbar,
#scrollable-root-container::-webkit-scrollbar,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar {
  width: 6.5px;
  height: 100%;
}
div:has(> .side-bar-menu)::-webkit-scrollbar-thumb,
.ant-drawer-content:has(.side-bar-menu-mobile)::-webkit-scrollbar-thumb,
#scrollable-root-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
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.5);
}
#scrollable-root-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.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;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.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;
}

