﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, section, article, aside, nav, header, footer, span, strong {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.icon-menu {
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  background-color: currentColor;
  width: 24px;
  height: 24px;
  margin-right: 16px !important; }
  .icon-menu.document-icon {
    mask-image: url(../../images/icons/documents-icon.svg);
    -webkit-mask-image: url(../../images/icons/documents-icon.svg); }
  .icon-menu.order-icon {
    mask-image: url(../../images/icons/delivery-orders-icon.svg);
    -webkit-mask-image: url(../../images/icons/delivery-orders-icon.svg); }
  .icon-menu.shipped-icon {
    mask-image: url(../../images/icons/income-icon.svg);
    -webkit-mask-image: url(../../images/icons/income-icon.svg); }
  .icon-menu.shipped-out-icon {
    mask-image: url(../../images/icons/outcome-icon.svg);
    -webkit-mask-image: url(../../images/icons/outcome-icon.svg); }
  .icon-menu.customer-order-icon {
    mask-image: url(../../images/icons/customer-orders-icon.svg);
    -webkit-mask-image: url(../../images/icons/customer-orders-icon.svg); }
  .icon-menu.folder-icon {
    mask-image: url(../../images/icons/folders-icon.svg);
    -webkit-mask-image: url(../../images/icons/folders-icon.svg); }
  .icon-menu.product-icon {
    mask-image: url(../../images/icons/materials-icon.svg);
    -webkit-mask-image: url(../../images/icons/materials-icon.svg); }
  .icon-menu.stock-levels-icon {
    mask-image: url(../../images/icons/stock-levels-icon.svg);
    -webkit-mask-image: url(../../images/icons/stock-levels-icon.svg); }
  .icon-menu.corrections-icon {
    mask-image: url(../../images/icons/schuffle-icon.svg);
    -webkit-mask-image: url(../../images/icons/schuffle-icon.svg); }

h1 {
  font-size: 48px;
  font-weight: 600;
  color: #0b264d;
  line-height: normal;
  letter-spacing: normal; }

.form-global input {
  box-sizing: border-box;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #0b264d;
  border: 1px solid rgba(204, 210, 222, 0.3);
  background-color: #ffffff;
  box-shadow: unset;
  margin: 0; }
  .form-global input:focus, .form-global input:focus:hover {
    border: 1px solid rgba(44, 100, 255, 0.5); }
  .form-global input:hover {
    border: 1px solid rgba(204, 210, 222, 0.8); }
  .form-global input.valid.modified {
    border: 1px solid rgba(0, 200, 81, 0.8);
    outline: none; }
  .form-global input.invalid {
    border: 1px solid rgba(255, 68, 68, 0.8) !important;
    outline: none !important; }

.form-global::placeholder {
  font-weight: 400;
  color: #636e72;
  font-size: 14px; }

.form-global .validation-message {
  font-size: 13px;
  text-align: left;
  color: rgba(255, 68, 68, 0.8);
  display: block;
  margin-top: 2px;
  font-weight: 400; }

.cta-box {
  font-family: 'Inter', sans-serif; }
  .cta-box .app-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400; }
    .cta-box .app-btn--primary {
      background-color: #2c64ff;
      border: 1px solid #2c64ff;
      color: #ffffff; }
      .cta-box .app-btn--primary:hover {
        background-color: #2753cb;
        border: 1px solid #2753cb; }
  .cta-box button[type=submit] {
    font-family: 'Inter', sans-serif; }

.spinner-overlay {
  width: 100%;
  padding: 25px;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .spinner-overlay--page-data {
    position: relative;
    padding: 45px 0; }
    .spinner-overlay--page-data .loading-spinner-container__inner .spinner-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .spinner-overlay--page-data .loading-spinner-container__inner .spinner-box .spinner {
        width: 56px;
        height: 56px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .spinner-overlay--page-data .loading-spinner-container__inner .spinner-box .spinner:after {
          content: '';
          box-sizing: border-box;
          width: 48px;
          height: 48px;
          position: absolute;
          border-radius: 50%;
          border-top: 2px solid #2c64ff;
          border-left: 2px solid #2c64ff;
          border-right: 2px solid rgba(44, 100, 255, 0);
          animation: spinner .6s linear infinite; }
    .spinner-overlay--page-data .loading-spinner-container__inner .spinner-tag {
      display: block;
      margin-top: 10px; }
      .spinner-overlay--page-data .loading-spinner-container__inner .spinner-tag span {
        display: block;
        font-weight: 500;
        font-size: 18px;
        color: #0b264d;
        text-align: center; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.toast-container {
  font-family: 'Inter', sans-serif;
  position: fixed;
  top: 64px;
  left: calc(50% - 250px);
  max-width: 500px;
  width: 500px;
  padding: 22px 14px;
  z-index: 99998;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.6);
  -moz-box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.6);
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.6); }
  .toast-container .toast-container__inner-content {
    width: 100%;
    position: relative; }
    .toast-container .toast-container__inner-content .toast-container__vertical-tag {
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      border-radius: 15em; }
      .toast-container .toast-container__inner-content .toast-container__vertical-tag.bg-success {
        background-color: #00c851 !important; }
    .toast-container .toast-container__inner-content .toast-container__toast-content {
      padding: 0 20px; }
      .toast-container .toast-container__inner-content .toast-container__toast-content .toast-content__top-header .toast-name {
        color: #0b264d;
        font-weight: 600;
        font-size: 18px;
        text-align: left; }
      .toast-container .toast-container__inner-content .toast-container__toast-content .toast-content__body-inner {
        margin-top: 6px; }
        .toast-container .toast-container__inner-content .toast-container__toast-content .toast-content__body-inner .toast-text {
          font-size: 14px;
          color: #636e72;
          font-weight: 400;
          margin-bottom: 0; }
    .toast-container .toast-container__inner-content .toast-content__close-toast-wrap {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .toast-container .toast-container__inner-content .toast-content__close-toast-wrap .hide-box .smart-close-btn {
        outline: none;
        border: none;
        background-color: #ffffff; }
        .toast-container .toast-container__inner-content .toast-content__close-toast-wrap .hide-box .smart-close-btn .svg-icon {
          display: block;
          width: 14px;
          fill: #0b264d;
          transition-property: transform;
          transition-duration: .255s;
          transition-timing-function: ease; }
        .toast-container .toast-container__inner-content .toast-content__close-toast-wrap .hide-box .smart-close-btn:hover .svg-icon {
          transform: rotate(180deg);
          transition-property: transform;
          transition-duration: .255s;
          transition-timing-function: ease; }

.web-login-section {
  font-family: 'Inter', sans-serif;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .web-login-section .web-login-section__inner {
    width: 560px;
    height: 720px;
    padding: 25px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__header .header__brand-logo-box {
      margin: 10px 0; }
      .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__header .header__brand-logo-box picture {
        display: block; }
        .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__header .header__brand-logo-box picture .brand-logo {
          display: block;
          margin: 0 auto;
          width: 38px; }
    .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__header .header__auth-title-box .title {
      font-size: 38px;
      text-align: center;
      font-weight: 700; }
    .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__header .header__auth-title-box .sub-box {
      margin-top: 10px;
      font-size: 16px;
      color: #636e72;
      font-weight: 400;
      text-align: center;
      width: 85%;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto; }
    .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__form-container {
      padding: 40px 0; }
      .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__form-container .form-global .form__row {
        margin-block: 10px; }
      .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__form-container .form-global .cta-box {
        margin-top: 20px; }
        .web-login-section .web-login-section__inner .web-login-container__content .web-login-container__form-container .form-global .cta-box .app-btn {
          width: 100%; }
