/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./Styles/site.css ***!
  \***********************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Public+Sans:300,400,500,600,700,800);
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \**********************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./Styles/form.css ***!
  \***********************************************************************************************/
.Styles-___form__field-container___LDHx5 {
    margin: 0 0 10px 0;
}

.Styles-___form__field-container__label___DrqCN {
    display: inline-block;
    height: 22px;
    text-align: left;
    width: 130px;
    margin: 0 10px 0 0;
}

.Styles-___form__field-container__input-text___CCBTM {
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    width: 280px;
    height: 20px;
    padding: 6px 12px;
}

.Styles-___form__field-container__input-text--medium___WKGCo {
    width: 220px;
}

.Styles-___form__field-container__input-text--short___oPdqA {
    width: 120px;
}

.Styles-___form__field-container__input-text--long___km_PL {
    width: 380px;
}

.Styles-___form__field-container__input-text--align-right___Pu6Mg {
    text-align: right;
}

.Styles-___form__field-container__input-select___f6xa7 {
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    width: 280px;
    height: 35px;
    padding: 6px 12px;
}

.Styles-___form__field-container__input-select--long___GC2Ln {
    width: 384px;
}

.Styles-___form__field-container__input-select--short___UB7jp {
    width: 120px;
}

.Styles-___form__drag-handle___EdOdi {
    cursor: move;
}

.Styles-___form__main_btn___Dt5_I {
    background-color: #00C32E;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 5px;
    font-family: 'Public Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Styles-___form__main_btn___Dt5_I:hover {
    background-color: #00aa28;
    transform: translateY(-1px);
}

.Styles-___form__main_btn___Dt5_I:active {
    background-color: #55acee;
}

.Styles-___form__main_btn--cancel___Bxtle {
    background-color: #FF7000;
}

.Styles-___form__main_btn--cancel___Bxtle:hover{
    background: #E56400;
}

.Styles-___form__main_btn--disabled___PTZq6 {
    background-color: #bdc4c9;
    pointer-events: none;
}

.Styles-___form__main-list-table___ufWlo {
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 100%;
}

.Styles-___form__main-list-table___ufWlo  td:first-child, .Styles-___form__main-list-table___ufWlo th:first-child {
  border-radius: 10px 0 0 10px;
}

.Styles-___form__main-list-table___ufWlo  td:last-child, .Styles-___form__main-list-table___ufWlo th:last-child {
  border-radius: 0 10px 10px 0;
}

.Styles-___form__main-list-table___ufWlo tbody tr{
    background-color: #D6DDE3;
    cursor: pointer;
}

.Styles-___form__main-list-table___ufWlo tbody tr:hover{
    background-color: #b4c1cb;
}

.Styles-___form__main-list-table__head___E6MLO {
    width: 100%;
    background: none;
}

.Styles-___form__main-list-table__header___n2Tk8 {
    padding: 4px;
    color: #000000;
    font-weight: 600;
}

.Styles-___form__main-list-table__data___xi28B {
    padding: 10px;
}

.Styles-___form__main-form-container-section__header___fTimZ {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 15px 0;
    color: #1e1e1e;
    font-weight: 600;
}

.Styles-___form__icon___pKVIa {
    color: #FFB200;
    vertical-align: middle;
    margin-bottom: 4px;
}
/*****************/
/* Modal-related */
/*****************/
.Styles-___form__modal-overlay___t3mwP {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.Styles-___form__modal-form___yzCGG {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow: hidden;
    border-radius: 10px;
}

.Styles-___form__modal-form-main-container___NCUHn {
    width: 35%;
    min-width: 600px;
}

.Styles-___form__modal-form-container-section___leDk_ {
    margin: 20px 20px 0 20px;
    font-size: 14px;
    text-align: left;
}

.Styles-___form__modal-form__title___rLiEA {
    background: white;
    padding: 0 8px 8px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 0;
}

.Styles-___form__modal-form__layout___SgJze {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50px auto 1fr 70px;
    grid-template-areas:
        "header"
        "precontent"
        "content"
        "footer";
    gap: 0;
    align-items: center;
}

.Styles-___form__modal-form__section--header___GMGBZ {
    grid-area: header;
}

.Styles-___form__modal-form__section--precontent___zvVte {
    grid-area: precontent;    
}

.Styles-___form__modal-form__section--content___W9Iwp {
    grid-area: content;
    height: 100%;
    margin: 20px 0 0 0;
    overflow: auto;
}

.Styles-___form__modal-form__section--footer___aypfO {
    grid-area: footer;
    padding-top: 10px;
}

.Styles-___form__modal-form__btn-container___J30_f {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.Styles-___form__modal-form__cancel-btn___mMrlu {
    background-color: #FF7000;
    padding: 14px 25px;
    display: inline-block;
    min-width: 70px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-family: 'Public Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .Styles-___form__modal-form__cancel-btn___mMrlu:hover {
        background-color: #E56400;
        transform: translateY(-1px);
    }

    .Styles-___form__modal-form__cancel-btn___mMrlu:active {
        background-color: #E56400;
    }

    .Styles-___form__modal-form__cancel-btn___mMrlu:focus-visible {
        outline: 2px solid #000000;
        outline-offset: 0;
    }

    .Styles-___form__modal-form__cancel-btn___mMrlu:focus:not(:focus-visible) {
        outline: none;
    }

.Styles-___form__modal-form__ok-btn___WzPrg {
    background-color: #00C32E;
    padding: 14px 25px;
    display: inline-block;
    min-width: 70px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-family: 'Public Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .Styles-___form__modal-form__ok-btn___WzPrg:hover {
        background-color: #00aa28;
        transform: translateY(-1px);
    }

    .Styles-___form__modal-form__ok-btn___WzPrg:active {
        background-color: #00aa28;
    }

    .Styles-___form__modal-form__ok-btn___WzPrg:focus-visible {
        outline: 2px solid #000000;
        outline-offset: 0;
    }

    .Styles-___form__modal-form__ok-btn___WzPrg:focus:not(:focus-visible) {
        outline: none;
    }

.Styles-___form__modal-form__ok-btn--neutral___OLHl1 {
    background-color: #00C32E;
    display: inline-block;
    min-width: 70px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-family: 'Public Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .Styles-___form__modal-form__ok-btn--neutral___OLHl1:hover {
        background-color: #00aa28;
        transform: translateY(-1px);
    }

    .Styles-___form__modal-form__ok-btn--neutral___OLHl1:active {
        background-color: #00C32E;
    }

    .Styles-___form__modal-form__ok-btn--neutral___OLHl1:focus:focus-visible {
        outline: 2px solid #000000;
    }

    .Styles-___form__modal-form__ok-btn--neutral___OLHl1:focus:not(:focus-visible) {
        outline: none;
    }

.Styles-___form__modal-form__save-btn___PpKp9 {
    background-color: #29ab4b;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
}

.Styles-___form__modal-form__save-btn___PpKp9:hover {
    background-color: #3bc45f;
}

.Styles-___form__modal-form__save-btn___PpKp9:active {
    background-color: #29ab4b;
}

.Styles-___form__disabled-btn___QgqE9 {
    background-color: #969696;
}
/*****************/
/* Table-related */
/*****************/
.Styles-___form__table-child___Pi3Og {
    border-collapse: collapse;
    width: 100%;
}

.Styles-___form__table-child-header___GXSmF {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.Styles-___form__table-child-header--left___ASkYB {
    text-align: left;
}

.Styles-___form__table-child-header--right___l92XH {
    text-align: right;
}

.Styles-___form__table-child-header--center___Lv8rU {
    text-align: center;
}

.Styles-___form__table-child-data___iIZL0 {
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.Styles-___form__table-child-data--left___ogaBO {
    text-align: left;
}

.Styles-___form__table-child-data--right___PE9YT {
    text-align: right;
}

.Styles-___form__table-child-data--center___RaDRl {
    text-align: center;
}
/*****************/
/* OSS-related */
/*****************/
.Styles-___form__sync-with-oss__btn___mdmx3 {
    background-color: #2d3b55;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 5px;
    font-family: 'Public Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Styles-___form__sync-with-oss__btn___mdmx3:hover {
    background-color: #1f303b;
    transform: translateY(-1px);
}

.Styles-___form__sync-with-oss__btn___mdmx3:active {
    background-color: #1f303b;
}

.Styles-___form__sync-with-oss__btn--disabled___IgXEm {
    background-color: #bdc4c9;
    pointer-events: none;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./Scripts/Components/Login/Login/login-form/sso-account-create.css ***!
  \************************************************************************************************************************************************/
.Scripts-Components-Login-Login-login-form-___sso-account-create__login-background___gubbw {
    background: #2D3B55;
    min-height: 100vh;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-container___LwQcS {
    width: 400px;
    padding: 2% 0 0;
    margin: auto;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form___Ogoz9 {
    position: relative;
    z-index: 1;
    background: #ffffff;
    max-width: 400px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-title-page___ieDk7 {
    color: #2D3B55;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-welcome-msg___uWCPU .Scripts-Components-Login-Login-login-form-___sso-account-create__welcome___T5rBp {
    margin: 0;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-welcome-msg___uWCPU .Scripts-Components-Login-Login-login-form-___sso-account-create__msg___dPYpi {
    margin: 4px 0 20px 0;
    font-weight: 600;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__input-text___InQZR {
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    transition: border-color 0.15s ease;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__input-text___InQZR:hover{
    border-color: #808080;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__input-text___InQZR:focus {
    border-color: #2563eb;
    outline: none;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__button____6gec {
    outline: 0;
    background: #ffb200;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Public Sans';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 8px;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__button--highlight___mTED7:hover, .Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__button--highlight___mTED7:active, .Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__button--highlight___mTED7:focus {
    background: #eba400;
    transform: translateY(-1px);
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__button____6gec:focus:focus-visible {
    outline: 2px solid #000000;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__button____6gec:not(:focus-visible) {
    outline: none;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__cancel-button___K1vzh {
    background: none;
    color: #6b7280;
    width: 50%;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__cancel-button___K1vzh:hover{
    color: #2D3B55;
    text-decoration: underline;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__login-form__message___gL9LZ {
    color: #FF0000;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__forgot-link-container___IOZ3z {
    margin: 10px 0 0 0;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__forgot-link____VSgZ {
    font-size: 15px;
    color: #7e7e7e;
    text-decoration: none;
}

    .Scripts-Components-Login-Login-login-form-___sso-account-create__forgot-link____VSgZ:hover {
        color: #2D3B55;
    }

.Scripts-Components-Login-Login-login-form-___sso-account-create__section-lbl___oqPxG{
    font-size: 12px;
    text-align: left;
    font-weight: 600;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__id-icon___IIJHg{
    vertical-align: sub;
}

.Scripts-Components-Login-Login-login-form-___sso-account-create__asterisk___Bl_Ol{
    color: red;
}

@media screen and (max-width: 420px) {
    .Scripts-Components-Login-Login-login-form-___sso-account-create__login-container___LwQcS {
        width: 300px;
    }

    .Scripts-Components-Login-Login-login-form-___sso-account-create__login-form___Ogoz9 {
        max-width: 300px;
    }
}

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./Scripts/Components/Login/Login/login-form/login-form.css ***!
  \****************************************************************************************************************************************/
.Scripts-Components-Login-Login-login-form-___login-form__login-background___mYj6j {
    min-height: 100vh;
    background: #2D3B55;
}

.Scripts-Components-Login-Login-login-form-___login-form__main-container___XzVKa {
    width: 400px;
    padding: 8% 0 0;
    margin: auto;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-container--sso___G8OnO {
    padding: 4% 0 0;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj {
    position: relative;
    z-index: 1;
    background: #ffffff;
    max-width: 400px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.Scripts-Components-Login-Login-login-form-___login-form__website-name___thvGq {
    color: #2D3B55;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.Scripts-Components-Login-Login-login-form-___login-form__logo___DMMNu {
    width: 33px;
    margin-bottom: 2px;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-welcome-msg___O5ecU .Scripts-Components-Login-Login-login-form-___login-form__welcome___dyR35 {
    margin: 0;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-welcome-msg___O5ecU .Scripts-Components-Login-Login-login-form-___login-form__msg___N4fa3 {
    margin: 4px 0 30px 0;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj .Scripts-Components-Login-Login-login-form-___login-form__content___Nne_u {
    text-align: center;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj .Scripts-Components-Login-Login-login-form-___login-form__input-field___b5gHR input {
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #7e7e7e;
    background-color: #F5F3F6;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj .Scripts-Components-Login-Login-login-form-___login-form__input-field___b5gHR input:focus {
    border-color: #222;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj a.Scripts-Components-Login-Login-login-form-___login-form__link___jz8R0 {
    text-decoration: none;
    color: #747474;
    letter-spacing: 0.2px;
    display: inline-block;
    margin: 20px 0;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj a.Scripts-Components-Login-Login-login-form-___login-form__link___jz8R0:hover{
    color: #2D3B55;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj .Scripts-Components-Login-Login-login-form-___login-form__action___QraRm {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj .Scripts-Components-Login-Login-login-form-___login-form__action___QraRm button {
     text-transform: uppercase;
    outline: 0;
    background: #ffb200;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 0;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj .Scripts-Components-Login-Login-login-form-___login-form__action___QraRm button:hover {
    background: #eba400;
    transform: translateY(-1px);
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form__button___l7lh9 {
    outline: 0;
    background: #ffb200;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Public Sans';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 8px;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form__button--highlight___NhZQi:hover, .Scripts-Components-Login-Login-login-form-___login-form__login-form__button--highlight___NhZQi:active, .Scripts-Components-Login-Login-login-form-___login-form__login-form__button--highlight___NhZQi:focus {
    background: #eba400;
    transform: translateY(-1px);
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form__button___l7lh9:focus:focus-visible {
    outline: 2px solid #000000;
}

.Scripts-Components-Login-Login-login-form-___login-form__login-form__button___l7lh9:not(:focus-visible) {
    outline: none;
}

.Scripts-Components-Login-Login-login-form-___login-form__action-msg___Og5CS {
    font-weight: 600;
}

.Scripts-Components-Login-Login-login-form-___login-form__login____Rtwh {
    margin: 40px 0;
}

.Scripts-Components-Login-Login-login-form-___login-form__create___vCdH5 {
    margin-top: 25px;
}

.Scripts-Components-Login-Login-login-form-___login-form__create-msg___isw5W {
    font-size: 14px;
    color: #6b7280;
}

.Scripts-Components-Login-Login-login-form-___login-form__create-link___FmmvS {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: dodgerblue;
}

.Scripts-Components-Login-Login-login-form-___login-form__create-link___FmmvS:hover {
    text-decoration: underline;
}

.Scripts-Components-Login-Login-login-form-___login-form__id-icon___yGY8h {
    vertical-align: sub;
}

@media screen and (max-width: 420px) {
    .Scripts-Components-Login-Login-login-form-___login-form__main-container___XzVKa {
        width: 300px;
    }

    .Scripts-Components-Login-Login-login-form-___login-form__login-form___P6sNj {
        max-width: 300px;
    }
}
/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./Styles/site.css (1) ***!
  \***************************************************************************************************/
html {
    height: 100%;
    min-height: 100%;
    /* Uncomment if we want for text to be unselectable */
    /*-webkit-user-select: none; /* Safari */
    /*-moz-user-select: none; /* Firefox */
    /*-ms-user-select: none; /* IE10+/Edge */
    /*user-select: none;*/
}

body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    background: #f4f8f9;
    font-family: "Public Sans";
}
