body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

@-webkit-keyframes translate-ss {
  to {
    -webkit-transform: translate3d(0, -60rem, 0);
    transform: translate3d(0, -60rem, 0); } }

@keyframes translate-ss {
  to {
    -webkit-transform: translate3d(0, -60rem, 0);
    transform: translate3d(0, -60rem, 0); } }

@-webkit-keyframes translate-small {
  to {
    -webkit-transform: translate3d(0, -144rem, 0);
    transform: translate3d(0, -144rem, 0); } }

@keyframes translate-small {
  to {
    -webkit-transform: translate3d(0, -144rem, 0);
    transform: translate3d(0, -144rem, 0); } }

@-webkit-keyframes translate-medium {
  to {
    -webkit-transform: translate3d(0, -216rem, 0);
    transform: translate3d(0, -216rem, 0); } }

@keyframes translate-medium {
  to {
    -webkit-transform: translate3d(0, -216rem, 0);
    transform: translate3d(0, -216rem, 0); } }

@-webkit-keyframes translate-large {
  to {
    -webkit-transform: translate3d(0, -432rem, 0);
    transform: translate3d(0, -432rem, 0); } }

@keyframes translate-large {
  to {
    -webkit-transform: translate3d(0, -432rem, 0);
    transform: translate3d(0, -432rem, 0); } }

@-webkit-keyframes fade-spinner-in {
  to {
    opacity: 1; } }

@keyframes fade-spinner-in {
  to {
    opacity: 1; } }

.spinner {
  display: none;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.spinner.size-1x {
  height: 2.4rem;
  width: 2.4rem; }

.spinner.size-1x .spinner-animate {
  width: 2.4rem;
  height: 146.4rem;
  -webkit-animation: 2s steps(60) both infinite translate-small;
  animation: 2s steps(60) both infinite translate-small; }

.spinner.size-2x {
  height: 3.6rem;
  width: 3.6rem; }

.spinner.size-2x .spinner-animate {
  width: 3.6rem;
  height: 219.6rem;
  -webkit-animation: 2s steps(60) both infinite translate-medium;
  animation: 2s steps(60) both infinite translate-medium; }

.spinner.size-3x {
  height: 7.2rem;
  width: 7.2rem; }

.spinner.size-3x .spinner-animate {
  width: 7.2rem;
  height: 439.2rem;
  -webkit-animation: 2s steps(60) both infinite translate-large;
  animation: 2s steps(60) both infinite translate-large; }

.spinner-container {
  overflow: hidden;
  position: relative; }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.guestWrap {
  display: none;
  position: fixed;
  z-index: 1010;
  width: 100vw;
  height: calc(100vh - 72px);
  top: 72px;
  left: 0;
  justify-content: center;
  align-items: center;
  background: var(--background-opacity);
  /*background: repeating-linear-gradient(-45deg, var(--mask-background-primary), var(--mask-background-primary) 10px, var(--mask-background-secondary) 0, var(--mask-background-secondary) 20px);*/ }

.guestWrap .guestForm {
  background: var(--background-secondary);
  border: 1px solid var(--border-primary);
  box-shadow: 3px 3px 10px 5px var(--box-shadow-color); }

.guestWrap .guestForm .guestTitle {
  color: var(--font-color-primary);
  margin: 10px 10px 10px 20px;
  font-size: 17px;
  font-weight: bold; }

.guestWrap .guestForm .guestTabs {
  margin: 10px 15px 0 15px; }

.guestWrap .guestForm .guestCont {
  background: var(--background-primary);
  margin: 0 15px 10px 15px;
  border-bottom: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary);
  border-left: 1px solid var(--border-primary); }

.guestWrap .guestForm .guestCont table tbody tr th,
.guestWrap .guestForm .guestCont table tbody tr td {
  padding: 10px;
  color: var(--font-color-secondary);
  line-height: 2.8em; }

.guestWrap .guestForm .guestCont table tbody tr th {
  width: 150px;
  border-right: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary); }

.guestWrap .guestForm .guestCont table tbody tr th span.required::after {
  content: '*';
  color: #ff0000;
  padding: 5px;
  vertical-align: middle;
  font-size: 20px; }

.guestWrap .guestForm .guestCont table tbody tr td {
  width: auto;
  border-left: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary); }

.guestWrap .guestForm .guestCont table tbody tr:last-child th,
.guestWrap .guestForm .guestCont table tbody tr:last-child td {
  border-bottom: none; }

.guestWrap .guestForm .guestCont table tbody tr td select.formEmailDomain {
  margin-left: 5px; }

.guestWrap .guestForm .guestBottom {
  padding: 0 15px 8px 15px;
  white-space: nowrap; }

.guestWrap .guestForm .guestBottom div {
  width: 50%;
  display: inline-block; }

.guestWrap .guestForm .guestBottom div:first-child {
  text-align: left; }

.guestWrap .guestForm .guestBottom div:last-child {
  text-align: right; }

.guestWrap .guestForm .guestBottom button {
  outline: none; }

.formEmailID {
  width: 40% !important; }

.formEmailDomain {
  width: 25% !important; }

@media (max-width: 610px) {
  .guestWrap .guestForm .guestCont table tbody tr th {
    width: 110px; }
  .formEmailID {
    width: 78% !important; }
  .formEmailDomain {
    width: 45% !important; } }

.outline {
  border: 1px solid #ff0000 !important; }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.inviteTeamWrap {
  display: none;
  position: fixed;
  z-index: 1010;
  width: 100vw;
  height: calc(100vh - 72px);
  top: 72px;
  left: 0;
  justify-content: center;
  align-items: center;
  background: var(--background-opacity); }

.inviteTeamWrap .inviteTeamContainer {
  background: var(--background-secondary);
  border: 1px solid var(--border-primary);
  box-shadow: 3px 3px 10px 5px var(--box-shadow-color);
  min-width: 35vw;
  min-height: 35vh; }

.inviteTeamWrap .inviteTeamContainer .inviteTab {
  padding: 15px 15px 0 15px;
  background: var(--background-secondary); }

.inviteTeamWrap .inviteTeamContainer .inviteTab .tabs {
  height: 25px;
  position: relative;
  text-align: left;
  line-height: 18px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border-primary); }

.inviteTeamWrap .inviteTeamContainer .inviteTab .tabs li {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 13px;
  height: 25px;
  padding: 5px 10px 0 10px;
  color: var(--font-color-primary);
  border-left: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary); }

.inviteTeamWrap .inviteTeamContainer .inviteTab .tabs li.active {
  border-bottom: 1px solid var(--background-primary);
  background: var(--background-primary); }

.inviteTeamWrap .inviteTeamContainer .inviteTeamCont {
  display: block;
  padding: 5px;
  margin: 0 15px 10px 15px;
  background: var(--background-primary);
  height: calc(35vh - 40px - 40px);
  border-right: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  border-left: 1px solid var(--border-primary);
  overflow: auto;
  white-space: nowrap; }

.inviteTeamWrap .inviteTeamContainer .inviteTeamBottom {
  text-align: right;
  padding: 0 15px 10px 15px; }

@media (max-width: 610px) {
  .inviteTeamWrap .inviteTeamContainer {
    min-width: 60vw; } }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.teamStyle {
  display: none; }

.teamStyle .item {
  cursor: pointer;
  user-select: none;
  color: var(--font-color-primary); }

.teamStyle .item.SelectControl_Selected {
  background: var(--background-selected);
  color: var(--font-color-primary); }

.teamStyle .item .teamIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 18px; }

.teamStyle .item .teamIcon i {
  margin-top: -2px; }

.teamStyle .item .teamLabel {
  display: inline-block;
  vertical-align: middle; }

.teamStyle .contextMenu {
  border: 1px solid var(--border-primary);
  box-shadow: 0 8px 15px 0 var(--box-shadow-color);
  position: fixed;
  z-index: 1000;
  display: block;
  background: var(--background-popup);
  cursor: default;
  height: 131px;
  width: 89px; }

.teamStyle .contextMenu .contextMenuButton {
  text-align: left;
  width: 100%; }

.teamStyle .contextMenu .contextMenuButton div {
  display: block;
  position: relative; }

.teamStyle .contextMenu .contextMenuButton div i {
  position: absolute;
  top: 6px;
  left: 7px;
  color: white;
  cursor: pointer; }

.teamStyle .contextMenu .contextMenuButton div button {
  margin: 1px;
  padding-left: 25px; }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.resultWrap {
  padding: 15px 15px 0 0;
  background: var(--background-secondary);
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border-right: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary);
  position: relative; }

@charset "UTF-8";
body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.headerWrap {
  background: var(--background-secondary); }

.theme-dark .headerWrap {
  background: var(--background-primary); }

.headerInfomation {
  padding: 20px;
  color: var(--font-color-primary);
  display: none; }

.headerInfomation .headerInfo-left,
.headerInfomation .headerInfo-right {
  display: inline-block;
  width: calc(50vw - 20px); }

.headerInfomation .headerInfo-left {
  text-align: left; }

.headerInfomation .headerInfo-left img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 4px; }

.headerInfomation .headerInfo-left span {
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle; }

.headerInfomation .headerInfo-right {
  text-align: right; }

.headerInfomation .headerInfo-right i {
  cursor: pointer; }
  .headerInfomation .headerInfo-right i:hover {
    font-weight: 600;
    color: #6264a7; }

.headerFunction {
  padding: 15px;
  margin: 0 20px;
  background: var(--background-secondary);
  border: 1px solid var(--border-primary); }

.headerSearch,
.headerButton {
  display: inline-block;
  font-size: 13px; }

.headerSearch {
  width: 45%;
  position: relative; }

.headerSearch .searchLabel {
  position: relative;
  display: inline-block; }

.headerSearch .searchLabel i {
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--font-color-primary); }

.headerSearch .searchLabel label {
  margin: auto 20px;
  color: var(--font-color-primary); }

.headerSearch .searchLabel label::after {
  content: ':'; }

.headerSearch input {
  width: 60%; }

.headerSearch .searchClear {
  display: inline-block; }

.headerSearch .searchClear i {
  display: none;
  position: absolute;
  top: 8px;
  margin-left: -20px;
  font-size: 12px;
  cursor: pointer;
  color: var(--font-color-primary); }

.headerSearch .searchTooltip {
  display: inline-block;
  vertical-align: middle;
  cursor: help;
  margin-left: 5px; }

.headerSearch .searchTooltip span i {
  font-size: 13px;
  color: #a6a7dc; }

.headerSearch .searchTooltip .searchTooltipText {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: var(--background-primary);
  color: var(--font-color-primary);
  text-align: left;
  width: 180px;
  padding: 8px;
  border-radius: 6px;
  opacity: 0.8;
  font-size: 12px;
  box-shadow: 3px 3px 10px 5px var(--box-shadow-color); }

.headerButton {
  text-align: right;
  width: 55%; }

.headerButton div {
  display: inline-block;
  position: relative; }

.headerButton div i {
  position: absolute;
  top: 6px;
  left: 7px;
  color: white;
  cursor: pointer; }

.headerButton div button {
  margin: 1px;
  padding-left: 25px; }

.SearchHidden {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }

.SearchHidden i {
  color: var(--font-color-primary); }

@media (max-width: 610px) {
  .headerSearch,
  .headerButton {
    display: block !important;
    width: 100%;
    text-align: center; }
  .headerButton {
    margin-top: 10px; }
  /* 파트장님 요청 색깔 바꿔라 */ }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.listTitle {
  color: var(--font-color-primary);
  background: var(--background-primary);
  margin: 0px;
  padding: 3px 0 0px 5px;
  border: 1px solid var(--border-primary);
  height: 22px;
  font-weight: 600;
  font-size: 13px;
  display: table;
  width: 100%; }

.listTitle .searchTitle {
  display: table-cell;
  /*width: 85px;*/ }

.listTitle span {
  font-weight: normal;
  color: var(--font-color-secondary);
  font-size: 12px;
  width: auto;
  text-align: right; }

.listTitle .listCount {
  margin-left: 5px;
  padding-right: 10px; }

.listStyle {
  background: var(--background-primary);
  height: calc(100% - 22px);
  border-left: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  overflow: auto;
  white-space: nowrap; }

.listStyle.SelectControl_DroppableOver {
  /*background: var(--background-secondary);*/
  background: var(--background-opacity-reverse); }

.listStyle .item {
  background: var(--background-primary);
  border-bottom: 1px solid var(--border-primary);
  padding: 1px 10px;
  display: block;
  user-select: none; }

.listStyle .item.ResultControl_Selected {
  background: var(--background-selected); }

.listStyle .item.SelectControl_Selected {
  background: var(--background-selected); }

.listStyle .item .userPhoto {
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  cursor: pointer; }

.listStyle .contextMenu {
  border: 1px solid var(--border-primary);
  box-shadow: 0 8px 15px 0 var(--box-shadow-color);
  position: fixed;
  z-index: 1000;
  display: block;
  background: var(--background-popup);
  cursor: default;
  height: 131px;
  width: 89px; }

.listStyle .contextMenu .contextMenuButton {
  text-align: left;
  width: 100%; }

.listStyle .contextMenu .contextMenuButton div {
  display: block;
  position: relative; }

.listStyle .contextMenu .contextMenuButton div i {
  position: absolute;
  top: 6px;
  left: 7px;
  color: white;
  cursor: pointer; }

.listStyle .contextMenu .contextMenuButton div button {
  margin: 1px;
  padding-left: 25px; }

.listStyle .item .userPhoto .user {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 70%;
  overflow: hidden;
  display: inline-block;
  background: transparent; }

.listStyle .item .userPhoto .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent; }

.listStyle .item .userPhoto .presence {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 15px;
  left: 21px;
  background: transparent; }

.listStyle .item .userPhoto .presence img {
  border: 1px solid var(--border-primary);
  border-radius: 70%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent; }

.listStyle .item .userPhoto .popDetail {
  border: 1px solid var(--border-primary);
  box-shadow: 0 8px 15px 0 var(--box-shadow-color);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  background: var(--background-popup);
  cursor: default;
  width: 306px; }

.listStyle .item .userPhoto .popDetail.active {
  display: block; }

.listStyle .item .userPhoto .popDetail div span {
  font-size: 12px; }

.listStyle .item .userPhoto .popDetail .popUserInfo {
  vertical-align: top;
  max-width: 200px;
  min-width: 200px;
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block; }

.listStyle .item .userPhoto .popDetail .popUserInfo .popUserName {
  font-weight: bold;
  font-size: 14px;
  color: var(--font-color-primary);
  display: block; }

.listStyle .item .userPhoto .popDetail .popUserInfo .popPresence {
  margin-bottom: 10px; }

.listStyle .item .userPhoto .popDetail .popUserInfo .popPresence,
.listStyle .item .userPhoto .popDetail .popUserInfo .popTitle,
.listStyle .item .userPhoto .popDetail .popUserInfo .popDept {
  font-size: 12px;
  color: var(--font-color-secondary);
  display: block; }

.listStyle .item .userPhoto .popDetail .popUserInfo .popMobile,
.listStyle .item .userPhoto .popDetail .popUserInfo .popMail {
  font-size: 11px;
  color: var(--font-color-secondary);
  display: block; }

.listStyle .item .userPhoto .popDetail .popUserPhoto {
  position: relative;
  width: 64px;
  height: 64px;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 20px;
  display: inline-block; }

.listStyle .item .userPhoto .popDetail .popUserPhoto > .popClose {
  position: absolute;
  top: -18px;
  left: 67px; }

.listStyle .item .userPhoto .popDetail .popUserPhoto > .popClose i {
  font-weight: 600;
  font-size: 9px; }

.listStyle .item .userPhoto .popDetail .popUserPhoto > .user {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 70%;
  overflow: hidden; }

.listStyle .item .userPhoto .popDetail .popUserPhoto > .presence {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 44px;
  left: 44px; }

.listStyle .item .userPhoto .popDetail .popUserPhoto > .presence img {
  border: 3px solid var(--background-popup);
  border-radius: 70%; }

.listStyle .item .userPhoto .popDetail .popUserActions {
  display: block !important;
  margin: 20px; }

.listStyle .item .userPhoto .popDetail i {
  color: var(--font-color-primary);
  cursor: pointer; }

.listStyle .item .userPhoto .popDetail .popMessage {
  display: block;
  border-top: 2px solid var(--border-primary);
  margin: 0;
  padding: 10px; }

.listStyle .item .userPhoto .popDetail .popMessage .form-input {
  background: var(--input-background-primary);
  color: var(--input-font-color-primary);
  width: 250px; }

.listStyle .item .users {
  text-align: left;
  width: auto;
  line-height: 1.6em;
  vertical-align: middle;
  margin: 5px 0 0 5px;
  padding: 0 5px;
  display: inline-block;
  background: transparent; }

.listStyle .item .users .userName {
  font-size: 13px;
  color: var(--font-color-primary);
  display: block;
  background: transparent; }

.listStyle .item .users .userInfo {
  font-size: 11px;
  opacity: 0.7;
  color: var(--font-color-secondary);
  display: block;
  background: transparent; }

.selectCont.listStyle .item .userPhoto {
  cursor: default; }

@media (max-width: 610px) {
  /*.listTitle .searchTitle {
        width: 75px;
    }*/
  .listTitle .listCount,
  .listTitle .listText {
    display: none; } }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.TreeControl_Root .TreeControl_RootIcon,
.TreeControl_Root .TreeControl_RootLabel,
.TreeControl_Guest .TreeControl_GuestIcon,
.TreeControl_Guest .TreeControl_GuestLabel {
  display: inline-block;
  vertical-align: top; }

.TreeControl_Root .TreeControl_RootIcon {
  color: #6264a7;
  margin-right: 5px; }

.TreeControl_Guest .TreeControl_GuestIcon {
  color: #777777;
  margin-right: 5px; }

.TreeControl_Tree ul {
  list-style: none;
  padding-left: 22px; }

.TreeControl_Tree ul li {
  padding-top: 5px;
  position: relative; }

.TreeControl_Tree button {
  border: none;
  background: transparent;
  position: absolute;
  top: 7px;
  left: -25px;
  outline: none; }

.TreeControl_Tree .TreeControl_TreeIcon,
.TreeControl_Tree .TreeControl_TreeLabel {
  display: inline-block; }

.TreeControl_Tree .TreeControl_TreeIcon {
  vertical-align: top;
  margin-right: 5px;
  height: 18px; }

.TreeControl_Tree .TreeControl_TreeLabel {
  vertical-align: top; }

.TreeLabels {
  cursor: pointer;
  font-size: 13px; }

.selectedTreeNode {
  font-weight: bold;
  color: #ff81de; }

.chartWrap {
  background: var(--background-secondary);
  vertical-align: top;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  border-left: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary); }

.chartTab {
  padding: 15px 15px 0 15px;
  background: var(--background-secondary);
  position: absolute;
  width: 100%; }

.chartCont,
.teamCont {
  padding: 15px;
  height: calc(100% - 40px - 15px);
  border-left: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary);
  background: var(--background-primary);
  color: var(--font-color-primary);
  margin: 40px 0 15px 15px;
  position: absolute;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: auto; }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.buttonWrap {
  padding: 10px 15px 0 0;
  background: var(--background-secondary);
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  text-align: center;
  border-right: 1px solid var(--border-primary); }

.buttonWrap div {
  display: inline-block;
  position: relative; }

.buttonWrap div i {
  position: absolute;
  top: 7px;
  left: 7px;
  color: white;
  cursor: pointer; }

.buttonWrap div button {
  margin: 1px;
  padding-left: 25px;
  height: 30px; }

.buttonWrap div button {
  display: inline; }

.buttonWrap div.small button span {
  display: none; }

.buttonWrap div.small i {
  left: 14px;
  top: 8px; }

.buttonWrap .buttonClick.disabled,
.buttonWrap .buttonClick.disabled button,
.buttonWrap .buttonClick.disabled i {
  cursor: not-allowed; }

body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

.selectWrap {
  padding: 0 15px 15px 0;
  background: var(--background-secondary);
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
  position: relative; }

@charset "UTF-8";
body {
  --background-primary: rgb(255, 255, 255);
  --background-secondary: rgb(244, 244, 244);
  --background-popup: rgb(255, 255, 255);
  --background-reverse: rgb(32, 31, 31);
  --background-opacity-reverse: rgba(32, 31, 31, 0.2);
  --background-selected: rgba(210, 210, 210, 0.8);
  --background-opacity: rgba(255, 255, 255, 0.8);
  --border-primary: rgb(203, 203, 203);
  --font-color-primary: rgb(74, 74, 74);
  --font-color-secondary: rgb(83, 83, 83);
  --font-color-reverse: rgb(244, 244, 244);
  --box-shadow-color: rgba(32, 33, 36, 0.2);
  --input-background-primary: rgb(243, 242, 241);
  --input-font-color-primary: rgb(72, 70, 68);
  --scrollbar-backgroud-primary: rgb(255, 255, 255);
  --scrollbar-backgroud-secondary: rgb(221, 221, 221);
  --mask-background-primary: rgba(255, 255, 255, 0.69);
  --mask-background-secondary: rgba(200, 200, 200, 0.69); }

body.theme-dark {
  --background-primary: rgb(32, 31, 31);
  --background-secondary: rgb(45, 44, 44);
  --background-popup: rgb(45, 44, 44);
  --background-reverse: rgb(249, 249, 249);
  --background-opacity-reverse: rgba(249, 249, 249, 0.2);
  --background-selected: rgba(166, 167, 220, 0.8);
  --background-opacity: rgba(0, 0, 0, 0.8);
  --border-primary: rgb(59, 58, 57);
  --font-color-primary: rgb(244, 244, 244);
  --font-color-secondary: rgb(241, 241, 241);
  --font-color-reverse: rgb(74, 74, 74);
  --box-shadow-color: rgba(0, 0, 0, 0.2);
  --input-background-primary: rgb(32, 31, 31);
  --input-font-color-primary: rgb(244, 244, 244);
  --scrollbar-backgroud-primary: rgb(0, 0, 0);
  --scrollbar-backgroud-secondary: rgba(90, 90, 90, 0.9);
  --mask-background-primary: rgba(68, 68, 68, 0.69);
  --mask-background-secondary: rgba(136, 136, 136, 0.69); }
  body.theme-dark .swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow-y: hidden;
    background: #19191a;
    box-shadow: 0 0 0.625em #d9d9d9; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-header {
      flex-direction: row;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-title {
      flex-grow: 1;
      justify-content: flex-start;
      margin: 0 0.6em;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-footer {
      margin: 0.5em 0 0;
      padding: 0.5em 0 0;
      font-size: 0.8em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-close {
      position: static;
      width: 0.8em;
      height: 0.8em;
      line-height: 0.8; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-content {
      justify-content: flex-start;
      padding: 0;
      font-size: 1em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-icon {
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          body.theme-dark .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            font-size: .25em; } }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: .3125em; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-actions {
      flex-basis: auto !important;
      width: auto;
      height: auto;
      margin: 0 .3125em;
      padding: 0; }
    body.theme-dark .swal2-popup.swal2-toast .swal2-styled {
      margin: .125em .3125em;
      padding: .3125em .625em;
      font-size: 1em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.8em;
          left: -.5em;
          transform: rotate(-45deg);
          transform-origin: 2em 2em;
          border-radius: 4em 0 0 4em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.25em;
          left: .9375em;
          transform-origin: 0 1.5em;
          border-radius: 0 4em 4em 0; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: .3125em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 1.125em;
          left: .1875em;
          width: .75em; }
        body.theme-dark .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          top: .9375em;
          right: .1875em;
          width: 1.375em; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s; }
      body.theme-dark .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-show {
      animation: swal2-toast-show 0.5s; }
    body.theme-dark .swal2-popup.swal2-toast.swal2-hide {
      animation: swal2-toast-hide 0.1s forwards; }
  body.theme-dark .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch; }
    body.theme-dark .swal2-container.swal2-backdrop-show, body.theme-dark .swal2-container.swal2-noanimation {
      background: rgba(25, 25, 26, 0.75); }
    body.theme-dark .swal2-container.swal2-backdrop-hide {
      background: transparent !important; }
    body.theme-dark .swal2-container.swal2-top {
      align-items: flex-start; }
    body.theme-dark .swal2-container.swal2-top-start, body.theme-dark .swal2-container.swal2-top-left {
      align-items: flex-start;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-top-end, body.theme-dark .swal2-container.swal2-top-right {
      align-items: flex-start;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-center {
      align-items: center; }
    body.theme-dark .swal2-container.swal2-center-start, body.theme-dark .swal2-container.swal2-center-left {
      align-items: center;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-center-end, body.theme-dark .swal2-container.swal2-center-right {
      align-items: center;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom {
      align-items: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom-start, body.theme-dark .swal2-container.swal2-bottom-left {
      align-items: flex-end;
      justify-content: flex-start; }
    body.theme-dark .swal2-container.swal2-bottom-end, body.theme-dark .swal2-container.swal2-bottom-right {
      align-items: flex-end;
      justify-content: flex-end; }
    body.theme-dark .swal2-container.swal2-bottom > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-start > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-left > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-end > :first-child,
    body.theme-dark .swal2-container.swal2-bottom-right > :first-child {
      margin-top: auto; }
    body.theme-dark .swal2-container.swal2-grow-fullscreen > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-self: stretch;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-row > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
    body.theme-dark .swal2-container.swal2-grow-column {
      flex: 1;
      flex-direction: column; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top, body.theme-dark .swal2-container.swal2-grow-column.swal2-center, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom {
        align-items: center; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-start, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-left, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-left {
        align-items: flex-start; }
      body.theme-dark .swal2-container.swal2-grow-column.swal2-top-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-end, body.theme-dark .swal2-container.swal2-grow-column.swal2-top-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-center-right, body.theme-dark .swal2-container.swal2-grow-column.swal2-bottom-right {
        align-items: flex-end; }
      body.theme-dark .swal2-container.swal2-grow-column > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center; }
    body.theme-dark .swal2-container.swal2-no-transition {
      transition: none !important; }
    body.theme-dark .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
      margin: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.theme-dark .swal2-container .swal2-modal {
        margin: 0 !important; } }
  body.theme-dark .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #19191a;
    font-family: inherit;
    font-size: 1rem; }
    body.theme-dark .swal2-popup:focus {
      outline: none; }
    body.theme-dark .swal2-popup.swal2-loading {
      overflow-y: hidden; }
  body.theme-dark .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em; }
  body.theme-dark .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #e1e1e1;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  body.theme-dark .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    body.theme-dark .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  body.theme-dark .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }
  body.theme-dark .swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500; }
    body.theme-dark .swal2-styled:not([disabled]) {
      cursor: pointer; }
    body.theme-dark .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #2778c4;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-deny {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #d14529;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #757575;
      color: #fff;
      font-size: 1.0625em; }
    body.theme-dark .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
    body.theme-dark .swal2-styled::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #555;
    color: #bbbbbb;
    font-size: 1em; }
  body.theme-dark .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  body.theme-dark .swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(225, 225, 225, 0.6); }
  body.theme-dark .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  body.theme-dark .swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }
    body.theme-dark .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474; }
    body.theme-dark .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-close::-moz-focus-inner {
      border: 0; }
  body.theme-dark .swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #e1e1e1;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea,
  body.theme-dark .swal2-select,
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    margin: 1em auto; }
  body.theme-dark .swal2-input,
  body.theme-dark .swal2-file,
  body.theme-dark .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: #323234;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #e1e1e1;
    font-size: 1.125em; }
    body.theme-dark .swal2-input.swal2-inputerror,
    body.theme-dark .swal2-file.swal2-inputerror,
    body.theme-dark .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    body.theme-dark .swal2-input:focus,
    body.theme-dark .swal2-file:focus,
    body.theme-dark .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
    body.theme-dark .swal2-input::placeholder,
    body.theme-dark .swal2-file::placeholder,
    body.theme-dark .swal2-textarea::placeholder {
      color: #cccccc; }
  body.theme-dark .swal2-range {
    margin: 1em auto;
    background: #19191a; }
    body.theme-dark .swal2-range input {
      width: 80%; }
    body.theme-dark .swal2-range output {
      width: 20%;
      color: #e1e1e1;
      font-weight: 600;
      text-align: center; }
    body.theme-dark .swal2-range input,
    body.theme-dark .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em; }
  body.theme-dark .swal2-input {
    height: 2.625em;
    padding: 0 0.75em; }
    body.theme-dark .swal2-input[type='number'] {
      max-width: 10em; }
  body.theme-dark .swal2-file {
    background: #323234;
    font-size: 1.125em; }
  body.theme-dark .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  body.theme-dark .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: #323234;
    color: #e1e1e1;
    font-size: 1.125em; }
  body.theme-dark .swal2-radio,
  body.theme-dark .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #19191a;
    color: #e1e1e1; }
    body.theme-dark .swal2-radio label,
    body.theme-dark .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    body.theme-dark .swal2-radio input,
    body.theme-dark .swal2-checkbox input {
      margin: 0 .4em; }
  body.theme-dark .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto; }
  body.theme-dark .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: 0.625em;
    overflow: hidden;
    background: #323234;
    color: #e1e1e1;
    font-size: 1em;
    font-weight: 300; }
    body.theme-dark .swal2-validation-message::before {
      content: '!';
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center; }
  body.theme-dark .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none; }
    body.theme-dark .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em; }
    body.theme-dark .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474; }
      body.theme-dark .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1; }
      body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474; }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
          left: 1.0625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
          right: 1em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s; }
        body.theme-dark .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
          animation: swal2-animate-error-x-mark .5s; }
    body.theme-dark .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86; }
    body.theme-dark .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee; }
    body.theme-dark .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd; }
    body.theme-dark .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86; }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        transform: rotate(45deg);
        border-radius: 50%; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          top: -.4375em;
          left: -2.0635em;
          transform: rotate(-45deg);
          transform-origin: 3.75em 3.75em;
          border-radius: 7.5em 0 0 7.5em; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          top: -.6875em;
          left: 1.875em;
          transform: rotate(-45deg);
          transform-origin: 0 3.75em;
          border-radius: 0 7.5em 7.5em 0; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -.25em;
        left: -.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%; }
      body.theme-dark .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86; }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
          top: 2.875em;
          left: .8125em;
          width: 1.5625em;
          transform: rotate(45deg); }
        body.theme-dark .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
          top: 2.375em;
          right: .5em;
          width: 2.9375em;
          transform: rotate(-45deg); }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s; }
      body.theme-dark .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in; }
  body.theme-dark .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }
    body.theme-dark .swal2-progress-steps li {
      display: inline-block;
      position: relative; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center; }
      body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #2778c4; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
          background: #58585b;
          color: #fff; }
        body.theme-dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
          background: #58585b; }
    body.theme-dark .swal2-progress-steps .swal2-progress-step-line {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4; }
  body.theme-dark [class^='swal2'] {
    -webkit-tap-highlight-color: transparent; }
  body.theme-dark .swal2-show {
    animation: swal2-show 0.3s; }
  body.theme-dark .swal2-hide {
    animation: swal2-hide 0.15s forwards; }
  body.theme-dark .swal2-noanimation {
    transition: none; }
  body.theme-dark .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  body.theme-dark .swal2-rtl .swal2-close {
    right: auto;
    left: 0; }
  body.theme-dark .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }
  @supports (-ms-accelerator: true) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.theme-dark .swal2-range input {
      width: 100% !important; }
    body.theme-dark .swal2-range output {
      display: none; } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }
  body.theme-dark body.swal2-height-auto {
    height: auto !important; }
  body.theme-dark body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
    body.theme-dark body.swal2-no-backdrop .swal2-container > .swal2-modal {
      box-shadow: 0 0 10px rgba(25, 25, 26, 0.75); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-left {
      top: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-top-right {
      top: 0;
      right: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
      right: 0;
      bottom: 0; }
  @media print {
    body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
        display: none; }
      body.theme-dark body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }
  body.theme-dark body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-top-left {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-left {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-left {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.theme-dark body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  body.theme-dark body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-actions {
      flex: 1;
      align-self: stretch;
      height: 2.2em;
      margin-top: .3125em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-loading {
      justify-content: center; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-input {
      height: 2em;
      margin: .3125em auto;
      font-size: 1em; }
    body.theme-dark body.swal2-toast-column .swal2-toast .swal2-validation-message {
      font-size: 1em; }

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  background: var(--background-secondary); }

/*scrollbar 스크롤 css*/
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-backgroud-primary);
  border-radius: 10px; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: var(--scrollbar-backgroud-primary); }

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-backgroud-secondary);
  border-radius: 10px; }

#container {
  width: 100vw;
  height: 100vh;
  background: var(--background-secondary);
  display: grid;
  grid-template-columns: minmax(150px, 50vw) minmax(150px, 50vw);
  /*grid-template-rows: calc(72px + 64.13px) minmax(100px, 1fr) 54px minmax(100px, 1fr);*/
  grid-template-rows: calc(0px + 81.87px) minmax(100px, 1fr) 50px minmax(100px, 1fr);
  user-select: none; }

.theme-dark #container {
  background: var(--background-primary); }

.headerWrap {
  grid-column: 1 / 3;
  grid-row: 1; }

.chartWrap {
  grid-column: 1;
  grid-row: 2 / 5; }

.resultWrap {
  grid-column: 2;
  grid-row: 2; }

.buttonWrap {
  grid-column: 2;
  grid-row: 3; }

.selectWrap {
  grid-column: 2;
  grid-row: 4; }

.form-input {
  padding: 0px 15px !important;
  display: inline-block;
  box-shadow: none;
  border: 1px solid var(--border-primary);
  border-radius: 4px;
  color: var(--font-color-primary);
  background: var(--background-primary);
  height: 30px;
  font-size: 13px;
  line-height: 1.42857143; }

.btn-teams {
  background-color: #6264a7;
  color: white;
  border: 1px solid #8b8cc7;
  outline: none; }
  .btn-teams:active, .btn-teams:focus, .btn-teams:hover {
    background-color: #a6a7dc;
    color: white;
    cursor: pointer;
    outline: none; }

.btn-black {
  background-color: #33344a;
  color: white;
  border: 1px solid #8b8cc7;
  outline: none; }
  .btn-black:active, .btn-black:focus, .btn-black:hover {
    background-color: #454874;
    color: white;
    cursor: pointer;
    outline: none; }

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

.font-normal {
  font-weight: normal; }

.task-Y #container {
  background: var(--background-secondary); }

.task-Y #container .headerWrap {
  margin-top: 20px;
  background: var(--background-secondary); }

.slideButton {
  background: transparent;
  color: var(--font-color-primary);
  cursor: pointer; }

.fixed {
  position: fixed; }

.empty {
  width: 20px;
  height: 100vh; }

ul.tabs {
  height: 25px;
  position: relative;
  text-align: left;
  line-height: 18px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border-primary); }

ul.tabs li {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 13px;
  height: 25px;
  padding: 5px 10px 0 10px;
  color: var(--font-color-primary);
  border-left: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary);
  border-right: 1px solid var(--border-primary); }

ul.tabs li.active {
  border-bottom: 1px solid var(--background-primary);
  background: var(--background-primary); }

ul.tabs li {
  margin-right: 2px; }

ul.tabs li:last-child {
  margin-right: 0; }

#swal2-content {
  font-size: 15px !important; }

@media (max-width: 610px) {
  #container {
    grid-template-rows: calc(0px + 94px) minmax(100px, 1fr) 42px minmax(100px, 1fr); }
  .headerInfomation {
    display: none; }
  .headerFunction {
    padding: 5px;
    margin: 10px 10px 0 10px; }
  .chartWrap {
    margin-left: 10px;
    margin-bottom: 10px; }
  .resultWrap {
    margin-right: 10px;
    padding: 5px 5px 0 0; }
  .buttonWrap {
    margin-right: 10px;
    padding: 5px 5px 0 0; }
  .selectWrap {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 5px 5px 0; }
  .chartTab {
    padding: 5px 5px 0 5px; }
  .chartCont,
  .teamCont {
    font-size: 11px;
    padding: 5px;
    margin: 30px 0 0px 5px;
    height: calc(100% - 30px - 5px);
    width: calc(100% - 10px); }
  .listStyle .item {
    padding: 1px 5px; }
  .TreeControl_Tree ul li {
    padding-top: 0; }
  .TreeControl_Tree button {
    top: 2px; }
  .inviteTeamWrap,
  .guestWrap {
    top: 0;
    height: 100vh; }
  .task-Y #container .headerWrap {
    margin-top: 0; }
  #swal2-title {
    font-size: 15px !important; }
  #swal2-content {
    font-size: 11px !important; } }

.mask {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 999; }

#logDiv {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--background-reverse);
  color: var(--font-color-reverse); }

