/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/admin/v1/libs/dtstrap/css/dtstrap.rtl.css ***!
  \*****************************************************************************************************/
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
    --bs-blue: #2E8EFF;
    --bs-indigo: #6610f2;
    --bs-purple: #4D0099;
    --bs-pink: #d63384;
    --bs-red: #E63535;
    --bs-orange: #E67A00;
    --bs-yellow: #E6B800;
    --bs-green: #05A660;
    --bs-teal: #20c997;
    --bs-cyan: #00B7C4;
    --bs-white: #fff;
    --bs-gray: #C7C9D9;
    --bs-gray-dark: #555770;
    --bs-primary: #2E8EFF;
    --bs-secondary: #C7C9D9;
    --bs-success: #05A660;
    --bs-info: #00B7C4;
    --bs-warning: #E6B800;
    --bs-danger: #E63535;
    --bs-light: #FFFFFF;
    --bs-dark: #28293D;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  
  body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #28293D;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(28, 28, 40, 0);
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }
  
  hr:not([size]) {
    height: 1px;
  }
  
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem;
    }
  }
  
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem;
    }
  }
  
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem;
    }
  }
  
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem;
    }
  }
  
  h5, .h5 {
    font-size: 1.25rem;
  }
  
  h6, .h6 {
    font-size: 1rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  abbr[title],
  abbr[data-bs-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  
  ol,
  ul {
    padding-right: 2rem;
  }
  
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: .5rem;
    margin-right: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  small, .small {
    font-size: 0.875em;
  }
  
  mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  sub,
  sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  a {
    color: #2E8EFF;
    text-decoration: underline;
  }
  
  a:hover {
    color: #2572cc;
  }
  
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  
  pre,
  code,
  kbd,
  samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
  }
  
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
  }
  
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  
  code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
  }
  
  a > code {
    color: inherit;
  }
  
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #28293D;
    border-radius: 0.2rem;
  }
  
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img,
  svg {
    vertical-align: middle;
  }
  
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  
  caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #C7C9D9;
    text-align: right;
  }
  
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  
  label {
    display: inline-block;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
  }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  select {
    word-wrap: normal;
  }
  
  [list]::-webkit-calendar-picker-indicator {
    display: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  textarea {
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    float: right;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
  }
  
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem;
    }
  }
  
  legend + * {
    clear: right;
  }
  
  ::-webkit-datetime-edit-fields-wrapper,
  ::-webkit-datetime-edit-text,
  ::-webkit-datetime-edit-minute,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-year-field {
    padding: 0;
  }
  
  ::-webkit-inner-spin-button {
    height: auto;
  }
  
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
  }
  
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  ::file-selector-button {
    font: inherit;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  output {
    display: inline-block;
  }
  
  iframe {
    border: 0;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  [hidden] {
    display: none !important;
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem;
    }
  }
  
  .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
    }
  }
  
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
    }
  }
  
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem;
    }
  }
  
  .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem;
    }
  }
  
  .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem;
    }
  }
  
  .list-unstyled {
    padding-right: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-right: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
  }
  
  .initialism {
    font-size: 0.875em;
    text-transform: uppercase;
  }
  
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .blockquote > :last-child {
    margin-bottom: 0;
  }
  
  .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #C7C9D9;
  }
  
  .blockquote-footer::before {
    content: "\2014\00A0";
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #F2F2F5;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: 0.875em;
    color: #C7C9D9;
  }
  
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
      max-width: 1320px;
    }
  }
  
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
  }
  
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
  }
  
  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  
  .row-cols-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  
  .row-cols-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  
  .row-cols-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  
  .row-cols-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  
  .row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  
  .row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  
  .row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  
  .offset-1 {
    margin-right: 8.33333%;
  }
  
  .offset-2 {
    margin-right: 16.66667%;
  }
  
  .offset-3 {
    margin-right: 25%;
  }
  
  .offset-4 {
    margin-right: 33.33333%;
  }
  
  .offset-5 {
    margin-right: 41.66667%;
  }
  
  .offset-6 {
    margin-right: 50%;
  }
  
  .offset-7 {
    margin-right: 58.33333%;
  }
  
  .offset-8 {
    margin-right: 66.66667%;
  }
  
  .offset-9 {
    margin-right: 75%;
  }
  
  .offset-10 {
    margin-right: 83.33333%;
  }
  
  .offset-11 {
    margin-right: 91.66667%;
  }
  
  .g-0,
  .gx-0 {
    --bs-gutter-x: 0;
  }
  
  .g-0,
  .gy-0 {
    --bs-gutter-y: 0;
  }
  
  .g-1,
  .gx-1 {
    --bs-gutter-x: 0.25rem;
  }
  
  .g-1,
  .gy-1 {
    --bs-gutter-y: 0.25rem;
  }
  
  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem;
  }
  
  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem;
  }
  
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }
  
  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem;
  }
  
  .g-4,
  .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  
  .g-4,
  .gy-4 {
    --bs-gutter-y: 1.5rem;
  }
  
  .g-5,
  .gx-5 {
    --bs-gutter-x: 3rem;
  }
  
  .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-sm-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-sm-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-sm-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .row-cols-sm-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-sm-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-sm-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-sm-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%;
    }
    .col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .col-sm-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%;
    }
    .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%;
    }
    .col-sm-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%;
    }
    .col-sm-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-sm-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%;
    }
    .col-sm-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%;
    }
    .col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-sm-0 {
      margin-right: 0;
    }
    .offset-sm-1 {
      margin-right: 8.33333%;
    }
    .offset-sm-2 {
      margin-right: 16.66667%;
    }
    .offset-sm-3 {
      margin-right: 25%;
    }
    .offset-sm-4 {
      margin-right: 33.33333%;
    }
    .offset-sm-5 {
      margin-right: 41.66667%;
    }
    .offset-sm-6 {
      margin-right: 50%;
    }
    .offset-sm-7 {
      margin-right: 58.33333%;
    }
    .offset-sm-8 {
      margin-right: 66.66667%;
    }
    .offset-sm-9 {
      margin-right: 75%;
    }
    .offset-sm-10 {
      margin-right: 83.33333%;
    }
    .offset-sm-11 {
      margin-right: 91.66667%;
    }
    .g-sm-0,
    .gx-sm-0 {
      --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
      --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
      --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
      --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
      --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
      --bs-gutter-y: 3rem;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-md-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-md-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-md-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .row-cols-md-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-md-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-md-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-md-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%;
    }
    .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%;
    }
    .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%;
    }
    .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%;
    }
    .col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%;
    }
    .col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%;
    }
    .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-md-0 {
      margin-right: 0;
    }
    .offset-md-1 {
      margin-right: 8.33333%;
    }
    .offset-md-2 {
      margin-right: 16.66667%;
    }
    .offset-md-3 {
      margin-right: 25%;
    }
    .offset-md-4 {
      margin-right: 33.33333%;
    }
    .offset-md-5 {
      margin-right: 41.66667%;
    }
    .offset-md-6 {
      margin-right: 50%;
    }
    .offset-md-7 {
      margin-right: 58.33333%;
    }
    .offset-md-8 {
      margin-right: 66.66667%;
    }
    .offset-md-9 {
      margin-right: 75%;
    }
    .offset-md-10 {
      margin-right: 83.33333%;
    }
    .offset-md-11 {
      margin-right: 91.66667%;
    }
    .g-md-0,
    .gx-md-0 {
      --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
      --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
      --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
      --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
      --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
      --bs-gutter-y: 3rem;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-lg-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-lg-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-lg-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .row-cols-lg-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-lg-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-lg-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-lg-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%;
    }
    .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%;
    }
    .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%;
    }
    .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%;
    }
    .col-lg-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%;
    }
    .col-lg-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%;
    }
    .col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-lg-0 {
      margin-right: 0;
    }
    .offset-lg-1 {
      margin-right: 8.33333%;
    }
    .offset-lg-2 {
      margin-right: 16.66667%;
    }
    .offset-lg-3 {
      margin-right: 25%;
    }
    .offset-lg-4 {
      margin-right: 33.33333%;
    }
    .offset-lg-5 {
      margin-right: 41.66667%;
    }
    .offset-lg-6 {
      margin-right: 50%;
    }
    .offset-lg-7 {
      margin-right: 58.33333%;
    }
    .offset-lg-8 {
      margin-right: 66.66667%;
    }
    .offset-lg-9 {
      margin-right: 75%;
    }
    .offset-lg-10 {
      margin-right: 83.33333%;
    }
    .offset-lg-11 {
      margin-right: 91.66667%;
    }
    .g-lg-0,
    .gx-lg-0 {
      --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
      --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
      --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
      --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
      --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
      --bs-gutter-y: 3rem;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xl-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xl-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xl-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .row-cols-xl-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xl-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xl-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-xl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%;
    }
    .col-xl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-xl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-xl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%;
    }
    .col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-xl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%;
    }
    .col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%;
    }
    .col-xl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-xl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%;
    }
    .col-xl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%;
    }
    .col-xl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-xl-0 {
      margin-right: 0;
    }
    .offset-xl-1 {
      margin-right: 8.33333%;
    }
    .offset-xl-2 {
      margin-right: 16.66667%;
    }
    .offset-xl-3 {
      margin-right: 25%;
    }
    .offset-xl-4 {
      margin-right: 33.33333%;
    }
    .offset-xl-5 {
      margin-right: 41.66667%;
    }
    .offset-xl-6 {
      margin-right: 50%;
    }
    .offset-xl-7 {
      margin-right: 58.33333%;
    }
    .offset-xl-8 {
      margin-right: 66.66667%;
    }
    .offset-xl-9 {
      margin-right: 75%;
    }
    .offset-xl-10 {
      margin-right: 83.33333%;
    }
    .offset-xl-11 {
      margin-right: 91.66667%;
    }
    .g-xl-0,
    .gx-xl-0 {
      --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
      --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  
  @media (min-width: 1400px) {
    .col-xxl {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xxl-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xxl-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xxl-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xxl-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xxl-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-xxl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%;
    }
    .col-xxl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%;
    }
    .col-xxl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-xxl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
    }
    .col-xxl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%;
    }
    .col-xxl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-xxl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%;
    }
    .col-xxl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%;
    }
    .col-xxl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-xxl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%;
    }
    .col-xxl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%;
    }
    .col-xxl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-xxl-0 {
      margin-right: 0;
    }
    .offset-xxl-1 {
      margin-right: 8.33333%;
    }
    .offset-xxl-2 {
      margin-right: 16.66667%;
    }
    .offset-xxl-3 {
      margin-right: 25%;
    }
    .offset-xxl-4 {
      margin-right: 33.33333%;
    }
    .offset-xxl-5 {
      margin-right: 41.66667%;
    }
    .offset-xxl-6 {
      margin-right: 50%;
    }
    .offset-xxl-7 {
      margin-right: 58.33333%;
    }
    .offset-xxl-8 {
      margin-right: 66.66667%;
    }
    .offset-xxl-9 {
      margin-right: 75%;
    }
    .offset-xxl-10 {
      margin-right: 83.33333%;
    }
    .offset-xxl-11 {
      margin-right: 91.66667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
      --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
      --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  
  .table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #28293D;
    --bs-table-striped-bg: rgba(28, 28, 40, 0.05);
    --bs-table-active-color: #28293D;
    --bs-table-active-bg: rgba(28, 28, 40, 0.1);
    --bs-table-hover-color: #28293D;
    --bs-table-hover-bg: rgba(28, 28, 40, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #28293D;
    vertical-align: top;
    border-color: #F2F2F5;
  }
  
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(linear, right top, right bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px;
  }
  
  .table > tbody {
    vertical-align: inherit;
  }
  
  .table > thead {
    vertical-align: bottom;
  }
  
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
  }
  
  .caption-top {
    caption-side: top;
  }
  
  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }
  
  .table-bordered > :not(caption) > * {
    border-width: 1px 0;
  }
  
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
  }
  
  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
  }
  
  .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  }
  
  .table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
  }
  
  .table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
  }
  
  .table-primary {
    --bs-table-bg: #d5e8ff;
    --bs-table-striped-bg: #ccdef4;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #c3d4ea;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #c7d9ef;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #c3d4ea;
  }
  
  .table-secondary {
    --bs-table-bg: #f4f4f7;
    --bs-table-striped-bg: #e9e9ed;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #dedee2;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #e4e4e7;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #dedee2;
  }
  
  .table-success {
    --bs-table-bg: #cdeddf;
    --bs-table-striped-bg: #c4e3d6;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #bbd8cd;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #c0ddd1;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #bbd8cd;
  }
  
  .table-info {
    --bs-table-bg: #ccf1f3;
    --bs-table-striped-bg: #c3e6e9;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #badcdf;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #bfe1e4;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #badcdf;
  }
  
  .table-warning {
    --bs-table-bg: #faf1cc;
    --bs-table-striped-bg: #efe6c4;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #e4dcbc;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #e9e1c0;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #e4dcbc;
  }
  
  .table-danger {
    --bs-table-bg: #fad7d7;
    --bs-table-striped-bg: #efcece;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #e4c4c6;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #e9c9ca;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #e4c4c6;
  }
  
  .table-light {
    --bs-table-bg: #FFFFFF;
    --bs-table-striped-bg: #f4f4f4;
    --bs-table-striped-color: #1C1C28;
    --bs-table-active-bg: #e8e8ea;
    --bs-table-active-color: #1C1C28;
    --bs-table-hover-bg: #eeeeef;
    --bs-table-hover-color: #1C1C28;
    color: #1C1C28;
    border-color: #e8e8ea;
  }
  
  .table-dark {
    --bs-table-bg: #28293D;
    --bs-table-striped-bg: #333447;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #3e3e50;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #38394c;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #3e3e50;
  }
  
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  .form-label {
    margin-bottom: 0.5rem;
  }
  
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
  }
  
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
  }
  
  .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #C7C9D9;
  }
  
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #28293D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EBEBF0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-control[type="file"] {
    overflow: hidden;
  }
  
  .form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  
  .form-control:focus {
    color: #28293D;
    background-color: #fff;
    border-color: #97c7ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .form-control::-webkit-date-and-time-value {
    height: 1.5em;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #C7C9D9;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #C7C9D9;
    opacity: 1;
  }
  
  .form-control::-ms-input-placeholder {
    color: #C7C9D9;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #C7C9D9;
    opacity: 1;
  }
  
  .form-control:disabled, .form-control[readonly] {
    background-color: #FAFAFC;
    opacity: 1;
  }
  
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #28293D;
    background-color: #FAFAFC;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #eeeeef;
  }
  
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #28293D;
    background-color: #FAFAFC;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #eeeeef;
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #28293D;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-left: 0;
    padding-right: 0;
  }
  
  .form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }
  
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem;
  }
  
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem;
  }
  
  .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }
  
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }
  
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }
  
  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
  }
  
  textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
  }
  
  textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
  }
  
  .form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
  }
  
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
  }
  
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
  }
  
  .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #28293D;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23555770%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #EBEBF0;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .form-select:focus {
    border-color: #97c7ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-left: 0.75rem;
    background-image: none;
  }
  
  .form-select:disabled {
    color: #C7C9D9;
    background-color: #FAFAFC;
  }
  
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #28293D;
  }
  
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
  }
  
  .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }
  
  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5em;
    margin-bottom: 0.125rem;
  }
  
  .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
  }
  
  .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color-adjust: exact;
    -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-check-input {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em;
  }
  
  .form-check-input[type="radio"] {
    border-radius: 50%;
  }
  
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  
  .form-check-input:focus {
    border-color: #97c7ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .form-check-input:checked {
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
  }
  
  .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  }
  
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #2E8EFF;
    border-color: #2E8EFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
  }
  
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.5;
  }
  
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
  }
  
  .form-switch {
    padding-right: 2.5em;
  }
  
  .form-switch .form-check-input {
    width: 2em;
    margin-right: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
    background-position: right center;
    border-radius: 2em;
  }
  
  .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2397c7ff%27/%3e%3c/svg%3e");
  }
  
  .form-switch .form-check-input:checked {
    background-position: left center;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  }
  
  .form-check-inline {
    display: inline-block;
    margin-left: 1rem;
  }
  
  .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65;
  }
  
  .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .form-range:focus {
    outline: none;
  }
  
  .form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .form-range::-moz-focus-outer {
    border: 0;
  }
  
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2E8EFF;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-range::-webkit-slider-thumb:active {
    background-color: #c0ddff;
  }
  
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #F2F2F5;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2E8EFF;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-range::-moz-range-thumb:active {
    background-color: #c0ddff;
  }
  
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #F2F2F5;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .form-range:disabled {
    pointer-events: none;
  }
  
  .form-range:disabled::-webkit-slider-thumb {
    background-color: #E4E4EB;
  }
  
  .form-range:disabled::-moz-range-thumb {
    background-color: #E4E4EB;
  }
  
  .form-floating {
    position: relative;
  }
  
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
  }
  
  .form-floating > label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-floating > label {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-floating > .form-control::placeholder {
    color: transparent;
  }
  
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  }
  
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  }
  
  .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3;
  }
  
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  
  .input-group .btn:focus {
    z-index: 3;
  }
  
  .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #28293D;
    text-align: center;
    white-space: nowrap;
    background-color: #FAFAFC;
    border: 1px solid #EBEBF0;
    border-radius: 0.25rem;
  }
  
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }
  
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }
  
  .input-group-lg > .form-select,
  .input-group-sm > .form-select {
    padding-left: 1.75rem;
  }
  
  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
  .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #05A660;
  }
  
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #1C1C28;
    background-color: rgba(5, 166, 96, 0.9);
    border-radius: 0.25rem;
  }
  
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #05A660;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2305A660%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #05A660;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.25);
  }
  
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
  }
  
  .was-validated .form-select:valid, .form-select.is-valid {
    border-color: #05A660;
    padding-left: calc(0.75em + 2.3125rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23555770%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2305A660%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-position: left 0.75rem center, center left 1.75rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #05A660;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.25);
  }
  
  .was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #05A660;
  }
  
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #05A660;
  }
  
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.25);
  }
  
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #05A660;
  }
  
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-right: .5em;
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #E63535;
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(230, 53, 53, 0.9);
    border-radius: 0.25rem;
  }
  
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip,
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #E63535;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23E63535%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23E63535%27 stroke=%27none%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #E63535;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.25);
  }
  
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
  }
  
  .was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #E63535;
    padding-left: calc(0.75em + 2.3125rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23555770%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23E63535%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23E63535%27 stroke=%27none%27/%3e%3c/svg%3e");
    background-position: left 0.75rem center, center left 1.75rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #E63535;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.25);
  }
  
  .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #E63535;
  }
  
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #E63535;
  }
  
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.25);
  }
  
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #E63535;
  }
  
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-right: .5em;
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #28293D;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .btn:hover {
    color: #28293D;
  }
  
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
  }
  
  .btn-primary {
    color: #1C1C28;
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .btn-primary:hover {
    color: #1C1C28;
    background-color: #4d9fff;
    border-color: #4399ff;
  }
  
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #1C1C28;
    background-color: #4d9fff;
    border-color: #4399ff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 125, 223, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(43, 125, 223, 0.5);
  }
  
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #1C1C28;
    background-color: #58a5ff;
    border-color: #4399ff;
  }
  
  .btn-check:checked + .btn-primary:focus,
  .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 125, 223, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(43, 125, 223, 0.5);
  }
  
  .btn-primary:disabled, .btn-primary.disabled {
    color: #1C1C28;
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .btn-secondary {
    color: #1C1C28;
    background-color: #C7C9D9;
    border-color: #C7C9D9;
  }
  
  .btn-secondary:hover {
    color: #1C1C28;
    background-color: #cfd1df;
    border-color: #cdcedd;
  }
  
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #1C1C28;
    background-color: #cfd1df;
    border-color: #cdcedd;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(173, 175, 190, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(173, 175, 190, 0.5);
  }
  
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #1C1C28;
    background-color: #d2d4e1;
    border-color: #cdcedd;
  }
  
  .btn-check:checked + .btn-secondary:focus,
  .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(173, 175, 190, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(173, 175, 190, 0.5);
  }
  
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #1C1C28;
    background-color: #C7C9D9;
    border-color: #C7C9D9;
  }
  
  .btn-success {
    color: #1C1C28;
    background-color: #05A660;
    border-color: #05A660;
  }
  
  .btn-success:hover {
    color: #1C1C28;
    background-color: #2bb378;
    border-color: #1eaf70;
  }
  
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #1C1C28;
    background-color: #2bb378;
    border-color: #1eaf70;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 145, 88, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(8, 145, 88, 0.5);
  }
  
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #1C1C28;
    background-color: #37b880;
    border-color: #1eaf70;
  }
  
  .btn-check:checked + .btn-success:focus,
  .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 145, 88, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(8, 145, 88, 0.5);
  }
  
  .btn-success:disabled, .btn-success.disabled {
    color: #1C1C28;
    background-color: #05A660;
    border-color: #05A660;
  }
  
  .btn-info {
    color: #1C1C28;
    background-color: #00B7C4;
    border-color: #00B7C4;
  }
  
  .btn-info:hover {
    color: #1C1C28;
    background-color: #26c2cd;
    border-color: #1abeca;
  }
  
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #1C1C28;
    background-color: #26c2cd;
    border-color: #1abeca;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 160, 173, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(4, 160, 173, 0.5);
  }
  
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #1C1C28;
    background-color: #33c5d0;
    border-color: #1abeca;
  }
  
  .btn-check:checked + .btn-info:focus,
  .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 160, 173, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(4, 160, 173, 0.5);
  }
  
  .btn-info:disabled, .btn-info.disabled {
    color: #1C1C28;
    background-color: #00B7C4;
    border-color: #00B7C4;
  }
  
  .btn-warning {
    color: #1C1C28;
    background-color: #E6B800;
    border-color: #E6B800;
  }
  
  .btn-warning:hover {
    color: #1C1C28;
    background-color: #eac326;
    border-color: #e9bf1a;
  }
  
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #1C1C28;
    background-color: #eac326;
    border-color: #e9bf1a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(200, 161, 6, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(200, 161, 6, 0.5);
  }
  
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #1C1C28;
    background-color: #ebc633;
    border-color: #e9bf1a;
  }
  
  .btn-check:checked + .btn-warning:focus,
  .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(200, 161, 6, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(200, 161, 6, 0.5);
  }
  
  .btn-warning:disabled, .btn-warning.disabled {
    color: #1C1C28;
    background-color: #E6B800;
    border-color: #E6B800;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #E63535;
    border-color: #E63535;
  }
  
  .btn-danger:hover {
    color: #fff;
    background-color: #c42d2d;
    border-color: #b82a2a;
  }
  
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #c42d2d;
    border-color: #b82a2a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(234, 83, 83, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(234, 83, 83, 0.5);
  }
  
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b82a2a;
    border-color: #ad2828;
  }
  
  .btn-check:checked + .btn-danger:focus,
  .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(234, 83, 83, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(234, 83, 83, 0.5);
  }
  
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #E63535;
    border-color: #E63535;
  }
  
  .btn-light {
    color: #1C1C28;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .btn-light:hover {
    color: #1C1C28;
    background-color: white;
    border-color: white;
  }
  
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #1C1C28;
    background-color: white;
    border-color: white;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 221, 223, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(221, 221, 223, 0.5);
  }
  
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #1C1C28;
    background-color: white;
    border-color: white;
  }
  
  .btn-check:checked + .btn-light:focus,
  .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
  .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 221, 223, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(221, 221, 223, 0.5);
  }
  
  .btn-light:disabled, .btn-light.disabled {
    color: #1C1C28;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .btn-dark {
    color: #fff;
    background-color: #28293D;
    border-color: #28293D;
  }
  
  .btn-dark:hover {
    color: #fff;
    background-color: #222334;
    border-color: #202131;
  }
  
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #222334;
    border-color: #202131;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 73, 90, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(72, 73, 90, 0.5);
  }
  
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #202131;
    border-color: #1e1f2e;
  }
  
  .btn-check:checked + .btn-dark:focus,
  .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 73, 90, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(72, 73, 90, 0.5);
  }
  
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #28293D;
    border-color: #28293D;
  }
  
  .btn-outline-primary {
    color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .btn-outline-primary:hover {
    color: #1C1C28;
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.5);
  }
  
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #1C1C28;
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .btn-check:checked + .btn-outline-primary:focus,
  .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.5);
  }
  
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #2E8EFF;
    background-color: transparent;
  }
  
  .btn-outline-secondary {
    color: #C7C9D9;
    border-color: #C7C9D9;
  }
  
  .btn-outline-secondary:hover {
    color: #1C1C28;
    background-color: #C7C9D9;
    border-color: #C7C9D9;
  }
  
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(199, 201, 217, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(199, 201, 217, 0.5);
  }
  
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #1C1C28;
    background-color: #C7C9D9;
    border-color: #C7C9D9;
  }
  
  .btn-check:checked + .btn-outline-secondary:focus,
  .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(199, 201, 217, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(199, 201, 217, 0.5);
  }
  
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #C7C9D9;
    background-color: transparent;
  }
  
  .btn-outline-success {
    color: #05A660;
    border-color: #05A660;
  }
  
  .btn-outline-success:hover {
    color: #1C1C28;
    background-color: #05A660;
    border-color: #05A660;
  }
  
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.5);
  }
  
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #1C1C28;
    background-color: #05A660;
    border-color: #05A660;
  }
  
  .btn-check:checked + .btn-outline-success:focus,
  .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(5, 166, 96, 0.5);
  }
  
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #05A660;
    background-color: transparent;
  }
  
  .btn-outline-info {
    color: #00B7C4;
    border-color: #00B7C4;
  }
  
  .btn-outline-info:hover {
    color: #1C1C28;
    background-color: #00B7C4;
    border-color: #00B7C4;
  }
  
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 183, 196, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 183, 196, 0.5);
  }
  
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #1C1C28;
    background-color: #00B7C4;
    border-color: #00B7C4;
  }
  
  .btn-check:checked + .btn-outline-info:focus,
  .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 183, 196, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 183, 196, 0.5);
  }
  
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #00B7C4;
    background-color: transparent;
  }
  
  .btn-outline-warning {
    color: #E6B800;
    border-color: #E6B800;
  }
  
  .btn-outline-warning:hover {
    color: #1C1C28;
    background-color: #E6B800;
    border-color: #E6B800;
  }
  
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 184, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(230, 184, 0, 0.5);
  }
  
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #1C1C28;
    background-color: #E6B800;
    border-color: #E6B800;
  }
  
  .btn-check:checked + .btn-outline-warning:focus,
  .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 184, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(230, 184, 0, 0.5);
  }
  
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #E6B800;
    background-color: transparent;
  }
  
  .btn-outline-danger {
    color: #E63535;
    border-color: #E63535;
  }
  
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E63535;
    border-color: #E63535;
  }
  
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.5);
  }
  
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #E63535;
    border-color: #E63535;
  }
  
  .btn-check:checked + .btn-outline-danger:focus,
  .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(230, 53, 53, 0.5);
  }
  
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #E63535;
    background-color: transparent;
  }
  
  .btn-outline-light {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .btn-outline-light:hover {
    color: #1C1C28;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #1C1C28;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .btn-check:checked + .btn-outline-light:focus,
  .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #FFFFFF;
    background-color: transparent;
  }
  
  .btn-outline-dark {
    color: #28293D;
    border-color: #28293D;
  }
  
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #28293D;
    border-color: #28293D;
  }
  
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 41, 61, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(40, 41, 61, 0.5);
  }
  
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #28293D;
    border-color: #28293D;
  }
  
  .btn-check:checked + .btn-outline-dark:focus,
  .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 41, 61, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(40, 41, 61, 0.5);
  }
  
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #28293D;
    background-color: transparent;
  }
  
  .btn-link {
    font-weight: 400;
    color: #2E8EFF;
    text-decoration: underline;
  }
  
  .btn-link:hover {
    color: #2572cc;
  }
  
  .btn-link:disabled, .btn-link.disabled {
    color: #C7C9D9;
  }
  
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }
  
  .btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }
  
  .fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .dropup,
  .dropend,
  .dropdown,
  .dropstart {
    position: relative;
  }
  
  .dropdown-toggle {
    white-space: nowrap;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
  }
  
  .dropdown-toggle:empty::after {
    margin-right: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #28293D;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(28, 28, 40, 0.15);
    border-radius: 0.25rem;
  }
  
  .dropdown-menu[style] {
    left: auto !important;
  }
  
  .dropdown-menu-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  
  .dropdown-menu-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-start {
      --bs-position: start;
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */;
    }
    .dropdown-menu-sm-end {
      --bs-position: end;
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */;
    }
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-md-start {
      --bs-position: start;
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */;
    }
    .dropdown-menu-md-end {
      --bs-position: end;
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */;
    }
  }
  
  @media (min-width: 992px) {
    .dropdown-menu-lg-start {
      --bs-position: start;
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */;
    }
    .dropdown-menu-lg-end {
      --bs-position: end;
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */;
    }
  }
  
  @media (min-width: 1200px) {
    .dropdown-menu-xl-start {
      --bs-position: start;
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */;
    }
    .dropdown-menu-xl-end {
      --bs-position: end;
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */;
    }
  }
  
  @media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
      --bs-position: start;
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */;
    }
    .dropdown-menu-xxl-end {
      --bs-position: end;
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */;
    }
  }
  
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-left: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-right: 0.3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty::after {
    margin-right: 0;
  }
  
  .dropend .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  
  .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
  }
  
  .dropend .dropdown-toggle:empty::after {
    margin-right: 0;
  }
  
  .dropend .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropstart .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  
  .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  
  .dropstart .dropdown-toggle::after {
    display: none;
  }
  
  .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  
  .dropstart .dropdown-toggle:empty::after {
    margin-right: 0;
  }
  
  .dropstart .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(28, 28, 40, 0.15);
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #28293D;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:hover, .dropdown-item:focus {
    color: #242537;
    background-color: #FFFFFF;
  }
  
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2E8EFF;
  }
  
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #C7C9D9;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #C7C9D9;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #28293D;
  }
  
  .dropdown-menu-dark {
    color: #F2F2F5;
    background-color: #555770;
    border-color: rgba(28, 28, 40, 0.15);
  }
  
  .dropdown-menu-dark .dropdown-item {
    color: #F2F2F5;
  }
  
  .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #2E8EFF;
  }
  
  .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #E4E4EB;
  }
  
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(28, 28, 40, 0.15);
  }
  
  .dropdown-menu-dark .dropdown-item-text {
    color: #F2F2F5;
  }
  
  .dropdown-menu-dark .dropdown-header {
    color: #E4E4EB;
  }
  
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
  
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  
  .btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .btn-toolbar .input-group {
    width: auto;
  }
  
  .btn-group > .btn:not(:first-child),
  .btn-group > .btn-group:not(:first-child) {
    margin-right: -1px;
  }
  
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .dropdown-toggle-split {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-right: 0;
  }
  
  .dropstart .dropdown-toggle-split::before {
    margin-left: 0;
  }
  
  .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  
  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
  }
  
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .nav-link.disabled {
    color: #C7C9D9;
    pointer-events: none;
    cursor: default;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #F2F2F5;
  }
  
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #FAFAFC #FAFAFC #F2F2F5;
  }
  
  .nav-tabs .nav-link.disabled {
    color: #C7C9D9;
    background-color: transparent;
    border-color: transparent;
  }
  
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #8F90A6;
    background-color: #fff;
    border-color: #F2F2F5 #F2F2F5 #fff;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2E8EFF;
  }
  
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
  
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  
  .tab-content > .active {
    display: block;
  }
  
  .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  
  .navbar-nav .dropdown-menu {
    position: static;
  }
  
  .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar-collapse {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .navbar-toggler:hover {
    text-decoration: none;
  }
  
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            box-shadow: 0 0 0 0.25rem;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
  @media (min-width: 576px) {
    .navbar-expand-sm {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-expand-md {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  
  @media (min-width: 1400px) {
    .navbar-expand-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-expand-xxl .navbar-toggler {
      display: none;
    }
  }
  
  .navbar-expand {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .navbar-expand .navbar-toggler {
    display: none;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(28, 28, 40, 0.9);
  }
  
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(28, 28, 40, 0.9);
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(28, 28, 40, 0.55);
  }
  
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(28, 28, 40, 0.7);
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(28, 28, 40, 0.3);
  }
  
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(28, 28, 40, 0.9);
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(28, 28, 40, 0.55);
    border-color: rgba(28, 28, 40, 0.1);
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2828, 28, 40, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  }
  
  .navbar-light .navbar-text {
    color: rgba(28, 28, 40, 0.55);
  }
  
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(28, 28, 40, 0.9);
  }
  
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
  }
  
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  }
  
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
  }
  
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff;
  }
  
  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(28, 28, 40, 0.125);
    border-radius: 0.25rem;
  }
  
  .card > hr {
    margin-left: 0;
    margin-right: 0;
  }
  
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
  }
  
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
  }
  
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  
  .card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1rem 1rem;
  }
  
  .card-title {
    margin-bottom: 0.5rem;
  }
  
  .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  
  .card-link + .card-link {
    margin-left: 1rem /* rtl:ignore */;
  }
  
  .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(28, 28, 40, 0.03);
    border-bottom: 1px solid rgba(28, 28, 40, 0.125);
  }
  
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(28, 28, 40, 0.03);
    border-top: 1px solid rgba(28, 28, 40, 0.125);
  }
  
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
    margin-left: -0.5rem;
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
  }
  
  .card-group > .card {
    margin-bottom: 0.75rem;
  }
  
  @media (min-width: 576px) {
    .card-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
    }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-right: 0;
      border-right: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-right-radius: 0;
    }
  }
  
  .accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #28293D;
    background-color: transparent;
    border: 1px solid rgba(28, 28, 40, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .accordion-button.collapsed {
    border-bottom-width: 0;
  }
  
  .accordion-button:not(.collapsed) {
    color: #2980e6;
    background-color: #eaf4ff;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%232980e6%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2328293D%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .accordion-button:hover {
    z-index: 2;
  }
  
  .accordion-button:focus {
    z-index: 3;
    border-color: #97c7ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .accordion-header {
    margin-bottom: 0;
  }
  
  .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .accordion-collapse {
    border: solid rgba(28, 28, 40, 0.125);
    border-width: 0 1px;
  }
  
  .accordion-body {
    padding: 1rem 1.25rem;
  }
  
  .accordion-flush .accordion-button {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  
  .accordion-flush .accordion-collapse {
    border-width: 0;
  }
  
  .accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  
  .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
  }
  
  .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: #C7C9D9;
    content:  var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  }
  
  .breadcrumb-item.active {
    color: #C7C9D9;
  }
  
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    list-style: none;
  }
  
  .page-link {
    position: relative;
    display: block;
    color: #2E8EFF;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #F2F2F5;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .page-link:hover {
    z-index: 2;
    color: #2572cc;
    background-color: #FAFAFC;
    border-color: #F2F2F5;
  }
  
  .page-link:focus {
    z-index: 3;
    color: #2572cc;
    background-color: #FAFAFC;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
  }
  
  .page-item:not(:first-child) .page-link {
    margin-right: -1px;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .page-item.disabled .page-link {
    color: #C7C9D9;
    pointer-events: none;
    background-color: #fff;
    border-color: #F2F2F5;
  }
  
  .page-link {
    padding: 0.375rem 0.75rem;
  }
  
  .page-item:first-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
  }
  
  .pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  
  .pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  
  .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-left: 3rem;
  }
  
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  
  .alert-primary {
    color: #1c5599;
    background-color: #d5e8ff;
    border-color: #c0ddff;
  }
  
  .alert-primary .alert-link {
    color: #16447a;
  }
  
  .alert-secondary {
    color: #60616f;
    background-color: #f4f4f7;
    border-color: #eeeff4;
  }
  
  .alert-secondary .alert-link {
    color: #4d4e59;
  }
  
  .alert-success {
    color: #03643a;
    background-color: #cdeddf;
    border-color: #b4e4cf;
  }
  
  .alert-success .alert-link {
    color: #02502e;
  }
  
  .alert-info {
    color: #006e76;
    background-color: #ccf1f3;
    border-color: #b3e9ed;
  }
  
  .alert-info .alert-link {
    color: #00585e;
  }
  
  .alert-warning {
    color: #6d5a18;
    background-color: #faf1cc;
    border-color: #f8eab3;
  }
  
  .alert-warning .alert-link {
    color: #574813;
  }
  
  .alert-danger {
    color: #8a2020;
    background-color: #fad7d7;
    border-color: #f8c2c2;
  }
  
  .alert-danger .alert-link {
    color: #6e1a1a;
  }
  
  .alert-light {
    color: #77777e;
    background-color: white;
    border-color: white;
  }
  
  .alert-light .alert-link {
    color: #5f5f65;
  }
  
  .alert-dark {
    color: #181925;
    background-color: #d4d4d8;
    border-color: #bfbfc5;
  }
  
  .alert-dark .alert-link {
    color: #13141e;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  
  .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #FAFAFC;
    border-radius: 0.25rem;
  }
  
  .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2E8EFF;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .progress-bar-striped {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
  
  .progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
            animation: 1s linear infinite progress-bar-stripes;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none;
    }
  }
  
  .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  
  .list-group-item-action {
    width: 100%;
    color: #8F90A6;
    text-align: inherit;
  }
  
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #8F90A6;
    text-decoration: none;
    background-color: #FFFFFF;
  }
  
  .list-group-item-action:active {
    color: #28293D;
    background-color: #FAFAFC;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(28, 28, 40, 0.125);
  }
  
  .list-group-item:first-child {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
  }
  
  .list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  
  .list-group-item.disabled, .list-group-item:disabled {
    color: #C7C9D9;
    pointer-events: none;
    background-color: #fff;
  }
  
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2E8EFF;
    border-color: #2E8EFF;
  }
  
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  
  .list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  
  .list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  
  .list-group-horizontal > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
  
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px;
    }
  }
  
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px;
    }
  }
  
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px;
    }
  }
  
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px;
    }
  }
  
  @media (min-width: 1400px) {
    .list-group-horizontal-xxl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px;
    }
  }
  
  .list-group-flush {
    border-radius: 0;
  }
  
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px;
  }
  
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  
  .list-group-item-primary {
    color: #1c5599;
    background-color: #d5e8ff;
  }
  
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1c5599;
    background-color: #c0d1e6;
  }
  
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1c5599;
    border-color: #1c5599;
  }
  
  .list-group-item-secondary {
    color: #60616f;
    background-color: #f4f4f7;
  }
  
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #60616f;
    background-color: #dcdcde;
  }
  
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #60616f;
    border-color: #60616f;
  }
  
  .list-group-item-success {
    color: #03643a;
    background-color: #cdeddf;
  }
  
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #03643a;
    background-color: #b9d5c9;
  }
  
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #03643a;
    border-color: #03643a;
  }
  
  .list-group-item-info {
    color: #006e76;
    background-color: #ccf1f3;
  }
  
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #006e76;
    background-color: #b8d9db;
  }
  
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #006e76;
    border-color: #006e76;
  }
  
  .list-group-item-warning {
    color: #6d5a18;
    background-color: #faf1cc;
  }
  
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #6d5a18;
    background-color: #e1d9b8;
  }
  
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #6d5a18;
    border-color: #6d5a18;
  }
  
  .list-group-item-danger {
    color: #8a2020;
    background-color: #fad7d7;
  }
  
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8a2020;
    background-color: #e1c2c2;
  }
  
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8a2020;
    border-color: #8a2020;
  }
  
  .list-group-item-light {
    color: #77777e;
    background-color: white;
  }
  
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #77777e;
    background-color: #e6e6e6;
  }
  
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #77777e;
    border-color: #77777e;
  }
  
  .list-group-item-dark {
    color: #181925;
    background-color: #d4d4d8;
  }
  
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #181925;
    background-color: #bfbfc2;
  }
  
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #181925;
    border-color: #181925;
  }
  
  .btn-close {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #1C1C28;
    background: transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%231C1C28%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
  }
  
  .btn-close:hover {
    color: #1C1C28;
    text-decoration: none;
    opacity: 0.75;
  }
  
  .btn-close:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(46, 142, 255, 0.25);
    opacity: 1;
  }
  
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25;
  }
  
  .btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
            filter: invert(1) grayscale(100%) brightness(200%);
  }
  
  .toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(28, 28, 40, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(28, 28, 40, 0.15);
    border-radius: 0.25rem;
  }
  
  .toast:not(.showing):not(.show) {
    opacity: 0;
  }
  
  .toast.hide {
    display: none;
  }
  
  .toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0.75rem;
    color: #C7C9D9;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
  }
  
  .toast-header .btn-close {
    margin-left: -0.375rem;
    margin-right: 0.75rem;
  }
  
  .toast-body {
    padding: 0.75rem;
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(28, 28, 40, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #1C1C28;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #F2F2F5;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem auto -0.5rem -0.5rem;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #F2F2F5;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer > * {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .modal-fullscreen .modal-header {
    border-radius: 0;
  }
  
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  
  @media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
  }
  
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  
  .tooltip.show {
    opacity: 0.9;
  }
  
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
  }
  
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #1C1C28;
  }
  
  .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #1C1C28;
  }
  
  .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
  }
  
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #1C1C28;
  }
  
  .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #1C1C28;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #1C1C28;
    border-radius: 0.25rem;
  }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(28, 28, 40, 0.2);
    border-radius: 0.3rem;
  }
  
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  
  .popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-popover-top, .bs-popover-auto[data-popper-placement^="top"] {
    margin-bottom: 0.5rem !important;
  }
  
  .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
  }
  
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(28, 28, 40, 0.25);
  }
  
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  
  .bs-popover-end, .bs-popover-auto[data-popper-placement^="right"] {
    margin-right: 0.5rem !important;
  }
  
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(28, 28, 40, 0.25);
  }
  
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
  }
  
  .bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"] {
    margin-top: 0.5rem !important;
  }
  
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
  }
  
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(28, 28, 40, 0.25);
  }
  
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 1rem;
    margin-right: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
  }
  
  .bs-popover-start, .bs-popover-auto[data-popper-placement^="left"] {
    margin-left: 0.5rem !important;
  }
  
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(28, 28, 40, 0.25);
  }
  
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  
  .popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
  }
  
  .popover-header:empty {
    display: none;
  }
  
  .popover-body {
    padding: 1rem 1rem;
    color: #28293D;
  }
  
  .carousel {
    position: relative;
  }
  
  .carousel.pointer-event {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .carousel-item {
    position: relative;
    display: none;
    float: right;
    width: 100%;
    margin-left: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  /* rtl:begin:ignore */
  .carousel-item-next:not(.carousel-item-start),
  .active.carousel-item-end {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  
  /* rtl:end:ignore */
  .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
            transform: none;
  }
  
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev {
    right: 0;
  }
  
  .carousel-control-next {
    left: 0;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e");
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  }
  
  .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
  }
  
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .carousel-indicators .active {
    opacity: 1;
  }
  
  .carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 1.25rem;
    right: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  
  .carousel-dark .carousel-control-next-icon,
  .carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
            filter: invert(1) grayscale(100);
  }
  
  .carousel-dark .carousel-indicators li {
    background-color: #1C1C28;
  }
  
  .carousel-dark .carousel-caption {
    color: #1C1C28;
  }
  
  @-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg) ;
              transform: rotate(360deg) ;
    }
  }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg) ;
              transform: rotate(360deg) ;
    }
  }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
            animation: 0.75s linear infinite spinner-border;
  }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
  }
  
  @-webkit-keyframes spinner-grow {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }
  
  @keyframes spinner-grow {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }
  
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
            animation: 0.75s linear infinite spinner-grow;
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
    }
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .link-primary {
    color: #2E8EFF;
  }
  
  .link-primary:hover, .link-primary:focus {
    color: #58a5ff;
  }
  
  .link-secondary {
    color: #C7C9D9;
  }
  
  .link-secondary:hover, .link-secondary:focus {
    color: #d2d4e1;
  }
  
  .link-success {
    color: #05A660;
  }
  
  .link-success:hover, .link-success:focus {
    color: #37b880;
  }
  
  .link-info {
    color: #00B7C4;
  }
  
  .link-info:hover, .link-info:focus {
    color: #33c5d0;
  }
  
  .link-warning {
    color: #E6B800;
  }
  
  .link-warning:hover, .link-warning:focus {
    color: #ebc633;
  }
  
  .link-danger {
    color: #E63535;
  }
  
  .link-danger:hover, .link-danger:focus {
    color: #b82a2a;
  }
  
  .link-light {
    color: #FFFFFF;
  }
  
  .link-light:hover, .link-light:focus {
    color: white;
  }
  
  .link-dark {
    color: #28293D;
  }
  
  .link-dark:hover, .link-dark:focus {
    color: #202131;
  }
  
  .ratio {
    position: relative;
    width: 100%;
  }
  
  .ratio::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  
  .ratio > * {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .ratio-1x1 {
    --aspect-ratio: 100%;
  }
  
  .ratio-4x3 {
    --aspect-ratio: calc(3 / 4 * 100%);
  }
  
  .ratio-16x9 {
    --aspect-ratio: calc(9 / 16 * 100%);
  }
  
  .ratio-21x9 {
    --aspect-ratio: calc(9 / 21 * 100%);
  }
  
  .fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }
  
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1030;
  }
  
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  @media (min-width: 768px) {
    .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  .visually-hidden,
  .visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  
  .stretched-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .align-baseline {
    vertical-align: baseline !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }
  
  .align-middle {
    vertical-align: middle !important;
  }
  
  .align-bottom {
    vertical-align: bottom !important;
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  
  .align-text-top {
    vertical-align: text-top !important;
  }
  
  .float-start {
    float: right !important;
  }
  
  .float-end {
    float: left !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  .overflow-auto {
    overflow: auto !important;
  }
  
  .overflow-hidden {
    overflow: hidden !important;
  }
  
  .overflow-visible {
    overflow: visible !important;
  }
  
  .overflow-scroll {
    overflow: scroll !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  .d-none {
    display: none !important;
  }
  
  .shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(28, 28, 40, 0.15) !important;
            box-shadow: 0 0.5rem 1rem rgba(28, 28, 40, 0.15) !important;
  }
  
  .shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 40, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 40, 0.075) !important;
  }
  
  .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(28, 28, 40, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(28, 28, 40, 0.175) !important;
  }
  
  .shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-absolute {
    position: absolute !important;
  }
  
  .position-fixed {
    position: fixed !important;
  }
  
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-0 {
    top: 0 !important;
  }
  
  .top-50 {
    top: 50% !important;
  }
  
  .top-100 {
    top: 100% !important;
  }
  
  .bottom-0 {
    bottom: 0 !important;
  }
  
  .bottom-50 {
    bottom: 50% !important;
  }
  
  .bottom-100 {
    bottom: 100% !important;
  }
  
  .start-0 {
    right: 0 !important;
  }
  
  .start-50 {
    right: 50% !important;
  }
  
  .start-100 {
    right: 100% !important;
  }
  
  .end-0 {
    left: 0 !important;
  }
  
  .end-50 {
    left: 50% !important;
  }
  
  .end-100 {
    left: 100% !important;
  }
  
  .translate-middle {
    -webkit-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
  }
  
  .translate-middle-x {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }
  
  .translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  
  .border {
    border: 1px solid #F2F2F5 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top {
    border-top: 1px solid #F2F2F5 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-end {
    border-left: 1px solid #F2F2F5 !important;
  }
  
  .border-end-0 {
    border-left: 0 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #F2F2F5 !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-start {
    border-right: 1px solid #F2F2F5 !important;
  }
  
  .border-start-0 {
    border-right: 0 !important;
  }
  
  .border-primary {
    border-color: #2E8EFF !important;
  }
  
  .border-secondary {
    border-color: #C7C9D9 !important;
  }
  
  .border-success {
    border-color: #05A660 !important;
  }
  
  .border-info {
    border-color: #00B7C4 !important;
  }
  
  .border-warning {
    border-color: #E6B800 !important;
  }
  
  .border-danger {
    border-color: #E63535 !important;
  }
  
  .border-light {
    border-color: #FFFFFF !important;
  }
  
  .border-dark {
    border-color: #28293D !important;
  }
  
  .border-white {
    border-color: #fff !important;
  }
  
  .border-0 {
    border-width: 0 !important;
  }
  
  .border-1 {
    border-width: 1px !important;
  }
  
  .border-2 {
    border-width: 2px !important;
  }
  
  .border-3 {
    border-width: 3px !important;
  }
  
  .border-4 {
    border-width: 4px !important;
  }
  
  .border-5 {
    border-width: 5px !important;
  }
  
  .w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .w-auto {
    width: auto !important;
  }
  
  .mw-100 {
    max-width: 100% !important;
  }
  
  .vw-100 {
    width: 100vw !important;
  }
  
  .min-vw-100 {
    min-width: 100vw !important;
  }
  
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .h-auto {
    height: auto !important;
  }
  
  .mh-100 {
    max-height: 100% !important;
  }
  
  .vh-100 {
    height: 100vh !important;
  }
  
  .min-vh-100 {
    min-height: 100vh !important;
  }
  
  .flex-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  
  .flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  
  .gap-0 {
    gap: 0 !important;
  }
  
  .gap-1 {
    gap: 0.25rem !important;
  }
  
  .gap-2 {
    gap: 0.5rem !important;
  }
  
  .gap-3 {
    gap: 1rem !important;
  }
  
  .gap-4 {
    gap: 1.5rem !important;
  }
  
  .gap-5 {
    gap: 3rem !important;
  }
  
  .justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  .justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  
  .justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  
  .align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  
  .align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  
  .align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .align-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  
  .align-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  
  .align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  
  .align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  
  .align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  
  .order-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  
  .order-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  
  .order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  
  .order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  
  .order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  
  .order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  
  .order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  
  .order-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  
  .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  
  .mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  
  .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  
  .mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  
  .mt-5 {
    margin-top: 3rem !important;
  }
  
  .mt-auto {
    margin-top: auto !important;
  }
  
  .me-0 {
    margin-left: 0 !important;
  }
  
  .me-1 {
    margin-left: 0.25rem !important;
  }
  
  .me-2 {
    margin-left: 0.5rem !important;
  }
  
  .me-3 {
    margin-left: 1rem !important;
  }
  
  .me-4 {
    margin-left: 1.5rem !important;
  }
  
  .me-5 {
    margin-left: 3rem !important;
  }
  
  .me-auto {
    margin-left: auto !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  
  .mb-auto {
    margin-bottom: auto !important;
  }
  
  .ms-0 {
    margin-right: 0 !important;
  }
  
  .ms-1 {
    margin-right: 0.25rem !important;
  }
  
  .ms-2 {
    margin-right: 0.5rem !important;
  }
  
  .ms-3 {
    margin-right: 1rem !important;
  }
  
  .ms-4 {
    margin-right: 1.5rem !important;
  }
  
  .ms-5 {
    margin-right: 3rem !important;
  }
  
  .ms-auto {
    margin-right: auto !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  
  .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  
  .px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  
  .pt-3 {
    padding-top: 1rem !important;
  }
  
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  
  .pt-5 {
    padding-top: 3rem !important;
  }
  
  .pe-0 {
    padding-left: 0 !important;
  }
  
  .pe-1 {
    padding-left: 0.25rem !important;
  }
  
  .pe-2 {
    padding-left: 0.5rem !important;
  }
  
  .pe-3 {
    padding-left: 1rem !important;
  }
  
  .pe-4 {
    padding-left: 1.5rem !important;
  }
  
  .pe-5 {
    padding-left: 3rem !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  
  .ps-0 {
    padding-right: 0 !important;
  }
  
  .ps-1 {
    padding-right: 0.25rem !important;
  }
  
  .ps-2 {
    padding-right: 0.5rem !important;
  }
  
  .ps-3 {
    padding-right: 1rem !important;
  }
  
  .ps-4 {
    padding-right: 1.5rem !important;
  }
  
  .ps-5 {
    padding-right: 3rem !important;
  }
  
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  
  .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  
  .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  
  .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  
  .fs-5 {
    font-size: 1.25rem !important;
  }
  
  .fs-6 {
    font-size: 1rem !important;
  }
  
  .fst-italic {
    font-style: italic !important;
  }
  
  .fst-normal {
    font-style: normal !important;
  }
  
  .fw-light {
    font-weight: 300 !important;
  }
  
  .fw-lighter {
    font-weight: lighter !important;
  }
  
  .fw-normal {
    font-weight: 400 !important;
  }
  
  .fw-bold {
    font-weight: 700 !important;
  }
  
  .fw-bolder {
    font-weight: bolder !important;
  }
  
  .text-lowercase {
    text-transform: lowercase !important;
  }
  
  .text-uppercase {
    text-transform: uppercase !important;
  }
  
  .text-capitalize {
    text-transform: capitalize !important;
  }
  
  .text-start {
    text-align: right !important;
  }
  
  .text-end {
    text-align: left !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .text-primary {
    color: #2E8EFF !important;
  }
  
  .text-secondary {
    color: #C7C9D9 !important;
  }
  
  .text-success {
    color: #05A660 !important;
  }
  
  .text-info {
    color: #00B7C4 !important;
  }
  
  .text-warning {
    color: #E6B800 !important;
  }
  
  .text-danger {
    color: #E63535 !important;
  }
  
  .text-light {
    color: #FFFFFF !important;
  }
  
  .text-dark {
    color: #28293D !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-body {
    color: #28293D !important;
  }
  
  .text-muted {
    color: #C7C9D9 !important;
  }
  
  .text-black-50 {
    color: rgba(28, 28, 40, 0.5) !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .text-reset {
    color: inherit !important;
  }
  
  .lh-1 {
    line-height: 1 !important;
  }
  
  .lh-sm {
    line-height: 1.25 !important;
  }
  
  .lh-base {
    line-height: 1.5 !important;
  }
  
  .lh-lg {
    line-height: 2 !important;
  }
  
  .bg-primary {
    background-color: #2E8EFF !important;
  }
  
  .bg-secondary {
    background-color: #C7C9D9 !important;
  }
  
  .bg-success {
    background-color: #05A660 !important;
  }
  
  .bg-info {
    background-color: #00B7C4 !important;
  }
  
  .bg-warning {
    background-color: #E6B800 !important;
  }
  
  .bg-danger {
    background-color: #E63535 !important;
  }
  
  .bg-light {
    background-color: #FFFFFF !important;
  }
  
  .bg-dark {
    background-color: #28293D !important;
  }
  
  .bg-body {
    background-color: #fff !important;
  }
  
  .bg-white {
    background-color: #fff !important;
  }
  
  .bg-transparent {
    background-color: transparent !important;
  }
  
  .bg-gradient {
    background-image: var(--bs-gradient) !important;
  }
  
  .text-wrap {
    white-space: normal !important;
  }
  
  .text-nowrap {
    white-space: nowrap !important;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  
  .text-decoration-line-through {
    text-decoration: line-through !important;
  }
  .font-monospace {
    font-family: var(--bs-font-monospace) !important;
  }
  
  .user-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }
  
  .user-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }
  
  .user-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }
  
  .pe-none {
    pointer-events: none !important;
  }
  
  .pe-auto {
    pointer-events: auto !important;
  }
  
  .rounded {
    border-radius: 0.25rem !important;
  }
  
  .rounded-0 {
    border-radius: 0 !important;
  }
  
  .rounded-1 {
    border-radius: 0.2rem !important;
  }
  
  .rounded-2 {
    border-radius: 0.25rem !important;
  }
  
  .rounded-3 {
    border-radius: 0.3rem !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .rounded-pill {
    border-radius: 50rem !important;
  }
  
  .rounded-top {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  
  .rounded-end {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-start {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  
  .visible {
    visibility: visible !important;
  }
  
  .invisible {
    visibility: hidden !important;
  }
  
  @media (min-width: 576px) {
    .float-sm-start {
      float: right !important;
    }
    .float-sm-end {
      float: left !important;
    }
    .float-sm-none {
      float: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-sm-none {
      display: none !important;
    }
    .flex-sm-fill {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important;
    }
    .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
      -webkit-box-flex: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
      gap: 0 !important;
    }
    .gap-sm-1 {
      gap: 0.25rem !important;
    }
    .gap-sm-2 {
      gap: 0.5rem !important;
    }
    .gap-sm-3 {
      gap: 1rem !important;
    }
    .gap-sm-4 {
      gap: 1.5rem !important;
    }
    .gap-sm-5 {
      gap: 3rem !important;
    }
    .justify-content-sm-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-sm-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
      -webkit-box-pack: space-evenly !important;
          -ms-flex-pack: space-evenly !important;
              justify-content: space-evenly !important;
    }
    .align-items-sm-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-sm-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-sm-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
    }
    .order-sm-first {
      -webkit-box-ordinal-group: 0 !important;
          -ms-flex-order: -1 !important;
              order: -1 !important;
    }
    .order-sm-0 {
      -webkit-box-ordinal-group: 1 !important;
          -ms-flex-order: 0 !important;
              order: 0 !important;
    }
    .order-sm-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-sm-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-sm-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-sm-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-sm-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-sm-last {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .m-sm-0 {
      margin: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mx-sm-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .mx-sm-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .mx-sm-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .mx-sm-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .mx-sm-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .mx-sm-5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .mx-sm-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
      margin-top: 3rem !important;
    }
    .mt-sm-auto {
      margin-top: auto !important;
    }
    .me-sm-0 {
      margin-left: 0 !important;
    }
    .me-sm-1 {
      margin-left: 0.25rem !important;
    }
    .me-sm-2 {
      margin-left: 0.5rem !important;
    }
    .me-sm-3 {
      margin-left: 1rem !important;
    }
    .me-sm-4 {
      margin-left: 1.5rem !important;
    }
    .me-sm-5 {
      margin-left: 3rem !important;
    }
    .me-sm-auto {
      margin-left: auto !important;
    }
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
    .ms-sm-0 {
      margin-right: 0 !important;
    }
    .ms-sm-1 {
      margin-right: 0.25rem !important;
    }
    .ms-sm-2 {
      margin-right: 0.5rem !important;
    }
    .ms-sm-3 {
      margin-right: 1rem !important;
    }
    .ms-sm-4 {
      margin-right: 1.5rem !important;
    }
    .ms-sm-5 {
      margin-right: 3rem !important;
    }
    .ms-sm-auto {
      margin-right: auto !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .px-sm-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .px-sm-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .px-sm-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .px-sm-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .px-sm-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .px-sm-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
      padding-top: 0 !important;
    }
    .pt-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
      padding-top: 1rem !important;
    }
    .pt-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
      padding-top: 3rem !important;
    }
    .pe-sm-0 {
      padding-left: 0 !important;
    }
    .pe-sm-1 {
      padding-left: 0.25rem !important;
    }
    .pe-sm-2 {
      padding-left: 0.5rem !important;
    }
    .pe-sm-3 {
      padding-left: 1rem !important;
    }
    .pe-sm-4 {
      padding-left: 1.5rem !important;
    }
    .pe-sm-5 {
      padding-left: 3rem !important;
    }
    .pb-sm-0 {
      padding-bottom: 0 !important;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
      padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
      padding-right: 0 !important;
    }
    .ps-sm-1 {
      padding-right: 0.25rem !important;
    }
    .ps-sm-2 {
      padding-right: 0.5rem !important;
    }
    .ps-sm-3 {
      padding-right: 1rem !important;
    }
    .ps-sm-4 {
      padding-right: 1.5rem !important;
    }
    .ps-sm-5 {
      padding-right: 3rem !important;
    }
    .text-sm-start {
      text-align: right !important;
    }
    .text-sm-end {
      text-align: left !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 768px) {
    .float-md-start {
      float: right !important;
    }
    .float-md-end {
      float: left !important;
    }
    .float-md-none {
      float: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-md-none {
      display: none !important;
    }
    .flex-md-fill {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important;
    }
    .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
      -webkit-box-flex: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
      gap: 0 !important;
    }
    .gap-md-1 {
      gap: 0.25rem !important;
    }
    .gap-md-2 {
      gap: 0.5rem !important;
    }
    .gap-md-3 {
      gap: 1rem !important;
    }
    .gap-md-4 {
      gap: 1.5rem !important;
    }
    .gap-md-5 {
      gap: 3rem !important;
    }
    .justify-content-md-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-md-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
    .justify-content-md-evenly {
      -webkit-box-pack: space-evenly !important;
          -ms-flex-pack: space-evenly !important;
              justify-content: space-evenly !important;
    }
    .align-items-md-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-md-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-md-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-md-baseline {
      -webkit-box-align: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-md-stretch {
      -webkit-box-align: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important;
    }
    .align-self-md-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
    }
    .align-self-md-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
    }
    .align-self-md-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
    }
    .order-md-first {
      -webkit-box-ordinal-group: 0 !important;
          -ms-flex-order: -1 !important;
              order: -1 !important;
    }
    .order-md-0 {
      -webkit-box-ordinal-group: 1 !important;
          -ms-flex-order: 0 !important;
              order: 0 !important;
    }
    .order-md-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-md-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-md-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-md-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-md-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-md-last {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .m-md-0 {
      margin: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mx-md-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .mx-md-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .mx-md-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .mx-md-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .mx-md-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .mx-md-5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .mx-md-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mt-md-1 {
      margin-top: 0.25rem !important;
    }
    .mt-md-2 {
      margin-top: 0.5rem !important;
    }
    .mt-md-3 {
      margin-top: 1rem !important;
    }
    .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .mt-md-5 {
      margin-top: 3rem !important;
    }
    .mt-md-auto {
      margin-top: auto !important;
    }
    .me-md-0 {
      margin-left: 0 !important;
    }
    .me-md-1 {
      margin-left: 0.25rem !important;
    }
    .me-md-2 {
      margin-left: 0.5rem !important;
    }
    .me-md-3 {
      margin-left: 1rem !important;
    }
    .me-md-4 {
      margin-left: 1.5rem !important;
    }
    .me-md-5 {
      margin-left: 3rem !important;
    }
    .me-md-auto {
      margin-left: auto !important;
    }
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
    .mb-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
      margin-bottom: 1rem !important;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
      margin-bottom: 3rem !important;
    }
    .mb-md-auto {
      margin-bottom: auto !important;
    }
    .ms-md-0 {
      margin-right: 0 !important;
    }
    .ms-md-1 {
      margin-right: 0.25rem !important;
    }
    .ms-md-2 {
      margin-right: 0.5rem !important;
    }
    .ms-md-3 {
      margin-right: 1rem !important;
    }
    .ms-md-4 {
      margin-right: 1.5rem !important;
    }
    .ms-md-5 {
      margin-right: 3rem !important;
    }
    .ms-md-auto {
      margin-right: auto !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .px-md-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .px-md-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .px-md-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .px-md-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .px-md-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .px-md-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-md-0 {
      padding-top: 0 !important;
    }
    .pt-md-1 {
      padding-top: 0.25rem !important;
    }
    .pt-md-2 {
      padding-top: 0.5rem !important;
    }
    .pt-md-3 {
      padding-top: 1rem !important;
    }
    .pt-md-4 {
      padding-top: 1.5rem !important;
    }
    .pt-md-5 {
      padding-top: 3rem !important;
    }
    .pe-md-0 {
      padding-left: 0 !important;
    }
    .pe-md-1 {
      padding-left: 0.25rem !important;
    }
    .pe-md-2 {
      padding-left: 0.5rem !important;
    }
    .pe-md-3 {
      padding-left: 1rem !important;
    }
    .pe-md-4 {
      padding-left: 1.5rem !important;
    }
    .pe-md-5 {
      padding-left: 3rem !important;
    }
    .pb-md-0 {
      padding-bottom: 0 !important;
    }
    .pb-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
      padding-bottom: 1rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
      padding-bottom: 3rem !important;
    }
    .ps-md-0 {
      padding-right: 0 !important;
    }
    .ps-md-1 {
      padding-right: 0.25rem !important;
    }
    .ps-md-2 {
      padding-right: 0.5rem !important;
    }
    .ps-md-3 {
      padding-right: 1rem !important;
    }
    .ps-md-4 {
      padding-right: 1.5rem !important;
    }
    .ps-md-5 {
      padding-right: 3rem !important;
    }
    .text-md-start {
      text-align: right !important;
    }
    .text-md-end {
      text-align: left !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 992px) {
    .float-lg-start {
      float: right !important;
    }
    .float-lg-end {
      float: left !important;
    }
    .float-lg-none {
      float: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-lg-none {
      display: none !important;
    }
    .flex-lg-fill {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important;
    }
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
      -webkit-box-flex: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
      gap: 0 !important;
    }
    .gap-lg-1 {
      gap: 0.25rem !important;
    }
    .gap-lg-2 {
      gap: 0.5rem !important;
    }
    .gap-lg-3 {
      gap: 1rem !important;
    }
    .gap-lg-4 {
      gap: 1.5rem !important;
    }
    .gap-lg-5 {
      gap: 3rem !important;
    }
    .justify-content-lg-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-lg-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
      -webkit-box-pack: space-evenly !important;
          -ms-flex-pack: space-evenly !important;
              justify-content: space-evenly !important;
    }
    .align-items-lg-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-lg-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-lg-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
    }
    .order-lg-first {
      -webkit-box-ordinal-group: 0 !important;
          -ms-flex-order: -1 !important;
              order: -1 !important;
    }
    .order-lg-0 {
      -webkit-box-ordinal-group: 1 !important;
          -ms-flex-order: 0 !important;
              order: 0 !important;
    }
    .order-lg-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-lg-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-lg-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-lg-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-lg-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-lg-last {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .m-lg-0 {
      margin: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mx-lg-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .mx-lg-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .mx-lg-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .mx-lg-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .mx-lg-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .mx-lg-5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .mx-lg-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-lg-0 {
      margin-top: 0 !important;
    }
    .mt-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
      margin-top: 1rem !important;
    }
    .mt-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
      margin-top: 3rem !important;
    }
    .mt-lg-auto {
      margin-top: auto !important;
    }
    .me-lg-0 {
      margin-left: 0 !important;
    }
    .me-lg-1 {
      margin-left: 0.25rem !important;
    }
    .me-lg-2 {
      margin-left: 0.5rem !important;
    }
    .me-lg-3 {
      margin-left: 1rem !important;
    }
    .me-lg-4 {
      margin-left: 1.5rem !important;
    }
    .me-lg-5 {
      margin-left: 3rem !important;
    }
    .me-lg-auto {
      margin-left: auto !important;
    }
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .mb-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
      margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
      margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
      margin-bottom: auto !important;
    }
    .ms-lg-0 {
      margin-right: 0 !important;
    }
    .ms-lg-1 {
      margin-right: 0.25rem !important;
    }
    .ms-lg-2 {
      margin-right: 0.5rem !important;
    }
    .ms-lg-3 {
      margin-right: 1rem !important;
    }
    .ms-lg-4 {
      margin-right: 1.5rem !important;
    }
    .ms-lg-5 {
      margin-right: 3rem !important;
    }
    .ms-lg-auto {
      margin-right: auto !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .px-lg-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .px-lg-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .px-lg-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .px-lg-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .px-lg-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .px-lg-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
      padding-top: 0 !important;
    }
    .pt-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
      padding-top: 1rem !important;
    }
    .pt-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
      padding-top: 3rem !important;
    }
    .pe-lg-0 {
      padding-left: 0 !important;
    }
    .pe-lg-1 {
      padding-left: 0.25rem !important;
    }
    .pe-lg-2 {
      padding-left: 0.5rem !important;
    }
    .pe-lg-3 {
      padding-left: 1rem !important;
    }
    .pe-lg-4 {
      padding-left: 1.5rem !important;
    }
    .pe-lg-5 {
      padding-left: 3rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
    .pb-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
      padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
      padding-right: 0 !important;
    }
    .ps-lg-1 {
      padding-right: 0.25rem !important;
    }
    .ps-lg-2 {
      padding-right: 0.5rem !important;
    }
    .ps-lg-3 {
      padding-right: 1rem !important;
    }
    .ps-lg-4 {
      padding-right: 1.5rem !important;
    }
    .ps-lg-5 {
      padding-right: 3rem !important;
    }
    .text-lg-start {
      text-align: right !important;
    }
    .text-lg-end {
      text-align: left !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 1200px) {
    .float-xl-start {
      float: right !important;
    }
    .float-xl-end {
      float: left !important;
    }
    .float-xl-none {
      float: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-xl-none {
      display: none !important;
    }
    .flex-xl-fill {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important;
    }
    .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
      -webkit-box-flex: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
      gap: 0 !important;
    }
    .gap-xl-1 {
      gap: 0.25rem !important;
    }
    .gap-xl-2 {
      gap: 0.5rem !important;
    }
    .gap-xl-3 {
      gap: 1rem !important;
    }
    .gap-xl-4 {
      gap: 1.5rem !important;
    }
    .gap-xl-5 {
      gap: 3rem !important;
    }
    .justify-content-xl-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-xl-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
      -webkit-box-pack: space-evenly !important;
          -ms-flex-pack: space-evenly !important;
              justify-content: space-evenly !important;
    }
    .align-items-xl-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-xl-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-xl-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
    }
    .order-xl-first {
      -webkit-box-ordinal-group: 0 !important;
          -ms-flex-order: -1 !important;
              order: -1 !important;
    }
    .order-xl-0 {
      -webkit-box-ordinal-group: 1 !important;
          -ms-flex-order: 0 !important;
              order: 0 !important;
    }
    .order-xl-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-xl-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-xl-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-xl-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-xl-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-xl-last {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .m-xl-0 {
      margin: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mx-xl-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .mx-xl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .mx-xl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .mx-xl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .mx-xl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .mx-xl-5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .mx-xl-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xl-0 {
      margin-top: 0 !important;
    }
    .mt-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
      margin-top: 1rem !important;
    }
    .mt-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
      margin-top: 3rem !important;
    }
    .mt-xl-auto {
      margin-top: auto !important;
    }
    .me-xl-0 {
      margin-left: 0 !important;
    }
    .me-xl-1 {
      margin-left: 0.25rem !important;
    }
    .me-xl-2 {
      margin-left: 0.5rem !important;
    }
    .me-xl-3 {
      margin-left: 1rem !important;
    }
    .me-xl-4 {
      margin-left: 1.5rem !important;
    }
    .me-xl-5 {
      margin-left: 3rem !important;
    }
    .me-xl-auto {
      margin-left: auto !important;
    }
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
      margin-bottom: auto !important;
    }
    .ms-xl-0 {
      margin-right: 0 !important;
    }
    .ms-xl-1 {
      margin-right: 0.25rem !important;
    }
    .ms-xl-2 {
      margin-right: 0.5rem !important;
    }
    .ms-xl-3 {
      margin-right: 1rem !important;
    }
    .ms-xl-4 {
      margin-right: 1.5rem !important;
    }
    .ms-xl-5 {
      margin-right: 3rem !important;
    }
    .ms-xl-auto {
      margin-right: auto !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .px-xl-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .px-xl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .px-xl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .px-xl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .px-xl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .px-xl-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
      padding-top: 0 !important;
    }
    .pt-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
      padding-top: 1rem !important;
    }
    .pt-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
      padding-top: 3rem !important;
    }
    .pe-xl-0 {
      padding-left: 0 !important;
    }
    .pe-xl-1 {
      padding-left: 0.25rem !important;
    }
    .pe-xl-2 {
      padding-left: 0.5rem !important;
    }
    .pe-xl-3 {
      padding-left: 1rem !important;
    }
    .pe-xl-4 {
      padding-left: 1.5rem !important;
    }
    .pe-xl-5 {
      padding-left: 3rem !important;
    }
    .pb-xl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
      padding-right: 0 !important;
    }
    .ps-xl-1 {
      padding-right: 0.25rem !important;
    }
    .ps-xl-2 {
      padding-right: 0.5rem !important;
    }
    .ps-xl-3 {
      padding-right: 1rem !important;
    }
    .ps-xl-4 {
      padding-right: 1.5rem !important;
    }
    .ps-xl-5 {
      padding-right: 3rem !important;
    }
    .text-xl-start {
      text-align: right !important;
    }
    .text-xl-end {
      text-align: left !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 1400px) {
    .float-xxl-start {
      float: right !important;
    }
    .float-xxl-end {
      float: left !important;
    }
    .float-xxl-none {
      float: none !important;
    }
    .d-xxl-inline {
      display: inline !important;
    }
    .d-xxl-inline-block {
      display: inline-block !important;
    }
    .d-xxl-block {
      display: block !important;
    }
    .d-xxl-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-xxl-table {
      display: table !important;
    }
    .d-xxl-table-row {
      display: table-row !important;
    }
    .d-xxl-table-cell {
      display: table-cell !important;
    }
    .d-xxl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xxl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-xxl-none {
      display: none !important;
    }
    .flex-xxl-fill {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important;
    }
    .flex-xxl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
    }
    .flex-xxl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
      -webkit-box-flex: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
      gap: 0 !important;
    }
    .gap-xxl-1 {
      gap: 0.25rem !important;
    }
    .gap-xxl-2 {
      gap: 0.5rem !important;
    }
    .gap-xxl-3 {
      gap: 1rem !important;
    }
    .gap-xxl-4 {
      gap: 1.5rem !important;
    }
    .gap-xxl-5 {
      gap: 3rem !important;
    }
    .justify-content-xxl-start {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .justify-content-xxl-between {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    }
    .justify-content-xxl-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
      -webkit-box-pack: space-evenly !important;
          -ms-flex-pack: space-evenly !important;
              justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
    }
    .align-items-xxl-end {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important;
    }
    .align-items-xxl-center {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
    .align-items-xxl-baseline {
      -webkit-box-align: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important;
    }
    .align-items-xxl-stretch {
      -webkit-box-align: stretch !important;
          -ms-flex-align: stretch !important;
              align-items: stretch !important;
    }
    .align-content-xxl-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
    }
    .align-content-xxl-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
    }
    .align-content-xxl-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important;
    }
    .align-content-xxl-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
    }
    .align-content-xxl-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
    }
    .align-content-xxl-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
    }
    .align-self-xxl-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important;
    }
    .align-self-xxl-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
    }
    .align-self-xxl-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
    }
    .align-self-xxl-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important;
    }
    .align-self-xxl-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
    }
    .align-self-xxl-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
    }
    .order-xxl-first {
      -webkit-box-ordinal-group: 0 !important;
          -ms-flex-order: -1 !important;
              order: -1 !important;
    }
    .order-xxl-0 {
      -webkit-box-ordinal-group: 1 !important;
          -ms-flex-order: 0 !important;
              order: 0 !important;
    }
    .order-xxl-1 {
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
    }
    .order-xxl-2 {
      -webkit-box-ordinal-group: 3 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important;
    }
    .order-xxl-3 {
      -webkit-box-ordinal-group: 4 !important;
          -ms-flex-order: 3 !important;
              order: 3 !important;
    }
    .order-xxl-4 {
      -webkit-box-ordinal-group: 5 !important;
          -ms-flex-order: 4 !important;
              order: 4 !important;
    }
    .order-xxl-5 {
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important;
    }
    .order-xxl-last {
      -webkit-box-ordinal-group: 7 !important;
          -ms-flex-order: 6 !important;
              order: 6 !important;
    }
    .m-xxl-0 {
      margin: 0 !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .m-xxl-5 {
      margin: 3rem !important;
    }
    .m-xxl-auto {
      margin: auto !important;
    }
    .mx-xxl-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .mx-xxl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
    }
    .mx-xxl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
    }
    .mx-xxl-3 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .mx-xxl-4 {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important;
    }
    .mx-xxl-5 {
      margin-left: 3rem !important;
      margin-right: 3rem !important;
    }
    .mx-xxl-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xxl-0 {
      margin-top: 0 !important;
    }
    .mt-xxl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
      margin-top: 1rem !important;
    }
    .mt-xxl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
      margin-top: 3rem !important;
    }
    .mt-xxl-auto {
      margin-top: auto !important;
    }
    .me-xxl-0 {
      margin-left: 0 !important;
    }
    .me-xxl-1 {
      margin-left: 0.25rem !important;
    }
    .me-xxl-2 {
      margin-left: 0.5rem !important;
    }
    .me-xxl-3 {
      margin-left: 1rem !important;
    }
    .me-xxl-4 {
      margin-left: 1.5rem !important;
    }
    .me-xxl-5 {
      margin-left: 3rem !important;
    }
    .me-xxl-auto {
      margin-left: auto !important;
    }
    .mb-xxl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
      margin-bottom: auto !important;
    }
    .ms-xxl-0 {
      margin-right: 0 !important;
    }
    .ms-xxl-1 {
      margin-right: 0.25rem !important;
    }
    .ms-xxl-2 {
      margin-right: 0.5rem !important;
    }
    .ms-xxl-3 {
      margin-right: 1rem !important;
    }
    .ms-xxl-4 {
      margin-right: 1.5rem !important;
    }
    .ms-xxl-5 {
      margin-right: 3rem !important;
    }
    .ms-xxl-auto {
      margin-right: auto !important;
    }
    .p-xxl-0 {
      padding: 0 !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .p-xxl-5 {
      padding: 3rem !important;
    }
    .px-xxl-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .px-xxl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0.25rem !important;
    }
    .px-xxl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important;
    }
    .px-xxl-3 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .px-xxl-4 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .px-xxl-5 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
    }
    .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
      padding-top: 0 !important;
    }
    .pt-xxl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
      padding-top: 1rem !important;
    }
    .pt-xxl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
      padding-top: 3rem !important;
    }
    .pe-xxl-0 {
      padding-left: 0 !important;
    }
    .pe-xxl-1 {
      padding-left: 0.25rem !important;
    }
    .pe-xxl-2 {
      padding-left: 0.5rem !important;
    }
    .pe-xxl-3 {
      padding-left: 1rem !important;
    }
    .pe-xxl-4 {
      padding-left: 1.5rem !important;
    }
    .pe-xxl-5 {
      padding-left: 3rem !important;
    }
    .pb-xxl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
      padding-right: 0 !important;
    }
    .ps-xxl-1 {
      padding-right: 0.25rem !important;
    }
    .ps-xxl-2 {
      padding-right: 0.5rem !important;
    }
    .ps-xxl-3 {
      padding-right: 1rem !important;
    }
    .ps-xxl-4 {
      padding-right: 1.5rem !important;
    }
    .ps-xxl-5 {
      padding-right: 3rem !important;
    }
    .text-xxl-start {
      text-align: right !important;
    }
    .text-xxl-end {
      text-align: left !important;
    }
    .text-xxl-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 1200px) {
    .fs-1 {
      font-size: 2.5rem !important;
    }
    .fs-2 {
      font-size: 2rem !important;
    }
    .fs-3 {
      font-size: 1.75rem !important;
    }
    .fs-4 {
      font-size: 1.5rem !important;
    }
    .fs-sm-1 {
      font-size: 2.5rem !important;
    }
    .fs-sm-2 {
      font-size: 2rem !important;
    }
    .fs-sm-3 {
      font-size: 1.75rem !important;
    }
    .fs-sm-4 {
      font-size: 1.5rem !important;
    }
    .fs-md-1 {
      font-size: 2.5rem !important;
    }
    .fs-md-2 {
      font-size: 2rem !important;
    }
    .fs-md-3 {
      font-size: 1.75rem !important;
    }
    .fs-md-4 {
      font-size: 1.5rem !important;
    }
    .fs-lg-1 {
      font-size: 2.5rem !important;
    }
    .fs-lg-2 {
      font-size: 2rem !important;
    }
    .fs-lg-3 {
      font-size: 1.75rem !important;
    }
    .fs-lg-4 {
      font-size: 1.5rem !important;
    }
  }
  
  @media print {
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-grid {
      display: -ms-grid !important;
      display: grid !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-print-none {
      display: none !important;
    }
  }
  
  .btn-primary {
    color: #fff;
  }
  
/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/admin/v1/libs/swiper/swiper-bundle.min.css ***!
  \******************************************************************************************************/
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/admin/v1/libs/nestable2/dist/jquery.nestable.min.css ***!
  \****************************************************************************************************************/
.dd{position:relative;display:block;margin:0;padding:0;max-width:600px;list-style:none;font-size:13px;line-height:20px}.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}.dd-list .dd-list{padding-left:30px}.dd-empty,.dd-item,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}.dd-handle{display:block;height:30px;margin:5px 0;padding:5px 10px;color:#333;text-decoration:none;font-weight:700;border:1px solid #ccc;background:#fafafa;border-radius:3px;box-sizing:border-box}.dd-handle:hover{color:#2ea8e5;background:#fff}.dd-item>button{position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:5px 0;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:0 0;font-size:12px;line-height:1;text-align:center;font-weight:700}.dd-item>button:before{display:block;position:absolute;width:100%;text-align:center;text-indent:0}.dd-item>button.dd-expand:before{content:'+'}.dd-item>button.dd-collapse:before{content:'-'}.dd-expand{display:none}.dd-collapsed .dd-collapse,.dd-collapsed .dd-list{display:none}.dd-collapsed .dd-expand{display:block}.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-size:60px 60px;background-position:0 0,30px 30px}.dd-dragel{position:absolute;pointer-events:none;z-index:9999}.dd-dragel>.dd-item .dd-handle{margin-top:0}.dd-dragel .dd-handle{box-shadow:2px 4px 6px 0 rgba(0,0,0,.1)}.dd-nochildren .dd-placeholder{display:none}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/admin/v1/libs/slim-select/dist/slimselect.css ***!
  \*********************************************************************************************************/
.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-single-selected .placeholder{display:flex;flex:1 1 100%;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px 0 6px;font-weight:bold}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px 0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s, margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0px;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0px;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0 0;box-sizing:border-box;border:solid 1px #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s, opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px 8px}.ss-content .ss-search.ss-hide{height:0px;opacity:0;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px}.ss-content .ss-search.ss-hide input{height:0px;opacity:0;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:bold;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0px}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px 6px 10px;font-weight:bold}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px 6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,0.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}


/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/suneditor/dist/css/suneditor.min.css ***!
  \*****************************************************************************************************/
.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:100%;height:100%}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px;width:125px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:4rem;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix){float:right}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable .__se__float-left{float:left}.sun-editor-editable .__se__float-right{float:right}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true] figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;margin:0;padding:0}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:rgba(27,31,35,.05);border-radius:6px;padding:.2em .4em}
/*!*******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/filepond/dist/filepond.css ***!
  \*******************************************************************************************/
/*!
 * FilePond 4.30.3
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}
/* Hard to override styles */
.filepond--browser.filepond--browser {
    /* is positioned absolute so it is focusable for form validation errors */
    position: absolute;
    margin: 0;
    padding: 0;

    /* is positioned ~behind drop label */
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);

    /* hide visually */
    opacity: 0;
    font-size: 0; /* removes text cursor in Internet Explorer 11 */
}
.filepond--data {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    pointer-events: none;
    contain: strict;
}
.filepond--drip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.1;

    /* can't interact with this element */
    pointer-events: none;

    /* inherit border radius from parent (needed for drip-blob cut of) */
    border-radius: 0.5em;

    /* this seems to prevent Chrome from redrawing this layer constantly */
    background: rgba(0, 0, 0, 0.01);
}
.filepond--drip-blob {
    position: absolute;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 0;
    left: 0;
    width: 8em;
    height: 8em;
    margin-left: -4em;
    margin-top: -4em;
    background: #292625;
    border-radius: 50%;

    /* will be animated */
    will-change: transform, opacity;
}
.filepond--drop-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    color: #4f4f4f;

    /* center contents */
    display: flex;
    justify-content: center;
    align-items: center;

    /* fixes IE11 centering problems (is overruled by label min-height) */
    height: 0px;

    /* dont allow selection */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* will be animated */
    will-change: transform, opacity;
}
/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: 0.5em; /* use padding instead of margin so click area is not impacted */
}
.filepond--drop-label label {
    cursor: default;
    font-size: 0.875em;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
}
.filepond--label-action {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    cursor: pointer;
}
.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: 0.5;
}
/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
    font-size: 1em;
    width: 1.625em;
    height: 1.625em;

    font-family: inherit;
    line-height: inherit;

    margin: 0;
    padding: 0;
    border: none;
    outline: none;

    will-change: transform, opacity;

    /* hidden label */
}
.filepond--file-action-button.filepond--file-action-button span {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button {
    /* scale SVG to fill button */
}
.filepond--file-action-button.filepond--file-action-button svg {
    width: 100%;
    height: 100%;
}
.filepond--file-action-button.filepond--file-action-button {
    /* bigger touch area */
}
.filepond--file-action-button.filepond--file-action-button::after {
    position: absolute;
    left: -0.75em;
    right: -0.75em;
    top: -0.75em;
    bottom: -0.75em;
    content: '';
}
/* Soft styles */
.filepond--file-action-button {
    /* use default arrow cursor */
    cursor: auto;

    /* reset default button styles */
    color: #fff;

    /* set default look n feel */
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;

    /* we animate box shadow on focus */
    /* it's only slightly slower than animating */
    /* a pseudo-element with transforms and renders */
    /* a lot better on chrome */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}
.filepond--file-action-button[disabled] {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.25);
}
.filepond--file-action-button[hidden] {
    display: none;
}
/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
    width: 2em;
    height: 2em;
    padding: 0.1875em;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
    margin-left: -0.1875em;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
    margin-bottom: -0.1875em;
}
.filepond--action-edit-item-alt {
    border: none;
    line-height: inherit;
    background: transparent;
    font-family: inherit;
    color: inherit;
    outline: none;
    padding: 0;
    margin: 0 0 0 0.25em;
    pointer-events: all;
    position: absolute;
}
.filepond--action-edit-item-alt svg {
    width: 1.3125em;
    height: 1.3125em;
}
.filepond--action-edit-item-alt span {
    font-size: 0;
    opacity: 0;
}
.filepond--file-info {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin: 0 0.5em 0 0;
    min-width: 0;

    /* will be animated */
    will-change: transform, opacity;

    /* can't do anything with this info */
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* no margins on children */
}
.filepond--file-info * {
    margin: 0;
}
.filepond--file-info {
    /* we don't want to have these overrules so these selectors are a bit more specific */
}
.filepond--file-info .filepond--file-info-main {
    font-size: 0.75em;
    line-height: 1.2;

    /* we want ellipsis if this bar gets too wide */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
    font-size: 0.625em;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
    white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
    display: none;
}
.filepond--file-status {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 0;
    flex-shrink: 0;

    margin: 0;
    min-width: 2.25em;
    text-align: right;

    /* will be animated */
    will-change: transform, opacity;

    /* can't do anything with this info */
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* no margins on children */
}
.filepond--file-status * {
    margin: 0;
    white-space: nowrap;
}
.filepond--file-status {
    /* font sizes */
}
.filepond--file-status .filepond--file-status-main {
    font-size: 0.75em;
    line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
    font-size: 0.625em;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
}
/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    height: 100%;

    /* hide legend for visual users */
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}
.filepond--file {
    position: static;
    display: flex;
    height: 100%;
    align-items: flex-start;

    padding: 0.5625em 0.5625em;

    color: #fff;
    border-radius: 0.5em;

    /* control positions */
}
.filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
    position: absolute;
}
.filepond--file {
    /* .filepond--file-action-button */
}
.filepond--file [data-align*='left'] {
    left: 0.5625em;
}
.filepond--file [data-align*='right'] {
    right: 0.5625em;
}
.filepond--file [data-align*='center'] {
    left: calc(50% - 0.8125em); /* .8125 is half of button width */
}
.filepond--file [data-align*='bottom'] {
    bottom: 1.125em;
}
.filepond--file [data-align='center'] {
    top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
    margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='right'] {
    margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*='left'] {
    margin-left: 0.1875em;
}
/* make sure text does not overlap */
[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
    margin-right: 2.25em;
}
[data-filepond-item-state~='processing'] .filepond--file-status-sub {
    opacity: 0;
}
[data-filepond-item-state~='processing']
    .filepond--action-abort-item-processing
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0.5;
}
[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
    opacity: 0;
}
[data-filepond-item-state='processing-error']
    .filepond--action-retry-item-processing
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0.5;
}
[data-filepond-item-state='processing-complete'] {
    /* busy state */
}
[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall 0.5s 0.125s linear both;
    animation: fall 0.5s 0.125s linear both;
}
[data-filepond-item-state='processing-complete'] {
    /* hide details by default, only show when can revert */
}
[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
    opacity: 0.5;
}
[data-filepond-item-state='processing-complete']
    .filepond--processing-complete-indicator:not([style*='hidden'])
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0;
}
[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
    opacity: 0;
}
[data-filepond-item-state='processing-complete']
    .filepond--action-revert-item-processing
    ~ .filepond--file-info
    .filepond--file-info-sub {
    opacity: 0.5;
}
/* file state can be invalid or error, both are visually similar but */
/* having them as separate states might be useful */
[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
    -webkit-animation: shake 0.65s linear both;
    animation: shake 0.65s linear both;
}
/* spins progress indicator when file is marked as busy */
[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
/**
 * States
 */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translateX(-0.0625em);
        transform: translateX(-0.0625em);
    }

    20%,
    80% {
        -webkit-transform: translateX(0.125em);
        transform: translateX(0.125em);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translateX(-0.25em);
        transform: translateX(-0.25em);
    }

    40%,
    60% {
        -webkit-transform: translateX(0.25em);
        transform: translateX(0.25em);
    }
}
@keyframes shake {
    10%,
    90% {
        -webkit-transform: translateX(-0.0625em);
        transform: translateX(-0.0625em);
    }

    20%,
    80% {
        -webkit-transform: translateX(0.125em);
        transform: translateX(0.125em);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translateX(-0.25em);
        transform: translateX(-0.25em);
    }

    40%,
    60% {
        -webkit-transform: translateX(0.25em);
        transform: translateX(0.25em);
    }
}
@-webkit-keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
/* ignore all other interaction elements while dragging a file */
.filepond--hopper[data-hopper-state='drag-over'] > * {
    pointer-events: none;
}
/* capture all hit tests using a hidden layer, this speeds up the event flow */
.filepond--hopper[data-hopper-state='drag-over']::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.filepond--progress-indicator {
    z-index: 103;
}
.filepond--file-action-button {
    z-index: 102;
}
.filepond--file-status {
    z-index: 101;
}
.filepond--file-info {
    z-index: 100;
}
.filepond--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;

    padding: 0;
    margin: 0.25em;

    will-change: transform, opacity;

    /* item children order */
}
.filepond--item > .filepond--panel {
    z-index: -1;
}
/* has a slight shadow */
.filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item {
    /* drag related */
}
.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
    transition: opacity 0.15s ease-out;
}
.filepond--item[data-drag-state] {
    cursor: -webkit-grab;
    cursor: grab;
}
.filepond--item[data-drag-state] > .filepond--panel {
    transition: box-shadow 0.125s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.filepond--item[data-drag-state='drag'] {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.filepond--item[data-drag-state='drag'] > .filepond--panel {
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}
.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
    z-index: 2;
}
/* states */
.filepond--item-panel {
    background-color: #64605e;
}
[data-filepond-item-state='processing-complete'] .filepond--item-panel {
    background-color: #369763;
}
[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
    background-color: #c44e47;
}
/* style of item panel */
.filepond--item-panel {
    border-radius: 0.5em;
    transition: background-color 0.25s;
}
/* normal mode */
.filepond--list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    will-change: transform;
}
/* scroll mode */
.filepond--list-scroller[data-state='overflow'] .filepond--list {
    bottom: 0;
    right: 0;
}
.filepond--list-scroller[data-state='overflow'] {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
    mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}
/* style scrollbar */
.filepond--list-scroller::-webkit-scrollbar {
    background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 99999px;
    border: 0.3125em solid transparent;
    background-clip: content-box;
}
/* hard to overide styles on purpose */
.filepond--list.filepond--list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;

    /* prevents endless paint calls on filepond--list-scroller */
    will-change: transform;
}
/* used for padding so allowed to be restyled */
.filepond--list {
    left: 0.75em;
    right: 0.75em;
}
.filepond--root[data-style-panel-layout~='integrated'] {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
    border-radius: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
}
.filepond--root[data-style-panel-layout~='circle'],
.filepond--root[data-style-panel-layout~='integrated'] {
    /* we're only loading one item, this makes the intro animation a bit nicer */
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
    display: none;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
    left: 0;
    right: 0;
    height: 100%;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
    margin: 0;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
    height: 100%;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
    z-index: 7;
}
.filepond--root[data-style-panel-layout~='circle'] {
    border-radius: 99999rem;
    overflow: hidden;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
    border-radius: inherit;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] {
    /* circle cuts of this info, so best to hide it */
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
    display: none;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
    opacity: 1 !important;
    visibility: visible !important;
}
/* dirfty way to fix circular overflow issue on safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .filepond--root[data-style-panel-layout~='circle'] {
            will-change: transform;
        }
    }
}
.filepond--panel-root {
    border-radius: 0.5em;
    background-color: #f1f0ef;
}
.filepond--panel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;

    /* defaults to 100% height (fixed height mode) this fixes problem with panel height in IE11 */
    height: 100% !important;

    /* no interaction possible with panel */
    pointer-events: none;
}
.filepond-panel:not([data-scalable='false']) {
    height: auto !important;
}
.filepond--panel[data-scalable='false'] > div {
    display: none;
}
.filepond--panel[data-scalable='true'] {
    /* this seems to fix Chrome performance issues */
    /* - when box-shadow is enabled */
    /* - when multiple ponds are active on the same page */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    /* prevent borders and backgrounds */
    background-color: transparent !important;
    border: none !important;
}
.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.filepond--panel-top,
.filepond--panel-bottom {
    height: 0.5em;
}
.filepond--panel-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;

    /* fixes tiny transparant line between top and center panel */
}
.filepond--panel-top::after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: inherit;
}
.filepond--panel-center,
.filepond--panel-bottom {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
}
.filepond--panel-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important;

    /* fixes tiny transparant line between bottom and center of panel */
}
.filepond--panel-bottom::before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: -1px;
    background-color: inherit;
}
.filepond--panel-center {
    /* the center panel is scaled using scale3d to fit the correct height */
    /* we use 100px instead of 1px as scaling 1px to a huge height is really laggy on chrome */
    height: 100px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;

    /* hide if not transformed, prevents a little flash when the panel is at 100px height while attached for first time */
}
.filepond--panel-center:not([style]) {
    visibility: hidden;
}
.filepond--progress-indicator {
    position: static;
    width: 1.25em;
    height: 1.25em;

    color: #fff;

    /* can't have margins */
    margin: 0;

    /* no interaction possible with progress indicator */
    pointer-events: none;

    /* will be animated */
    will-change: transform, opacity;
}
.filepond--progress-indicator svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transform-box: fill-box; /* should center the animation correctly when zoomed in */
}
.filepond--progress-indicator path {
    fill: none;
    stroke: currentColor;
}
.filepond--list-scroller {
    z-index: 6;
}
.filepond--drop-label {
    z-index: 5;
}
.filepond--drip {
    z-index: 3;
}
.filepond--root > .filepond--panel {
    z-index: 2;
}
.filepond--browser {
    z-index: 1;
}
.filepond--root {
    /* layout*/
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;

    /* base font size for whole component */
    font-size: 1rem;

    /* base line height */
    line-height: normal;

    /* up uses default system font family */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';

    /* will increase font weight a bit on Safari */
    font-weight: 450;

    /* default text alignment */
    text-align: left;

    /* better text rendering on Safari */
    text-rendering: optimizeLegibility;

    /* text direction is ltr for now */
    direction: ltr;

    /* optimize rendering */
    /* https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
    contain: layout style size;

    /* correct box sizing, line-height and positioning on child elements */
}
.filepond--root * {
    box-sizing: inherit;
    line-height: inherit;
}
.filepond--root *:not(text) {
    font-size: inherit;
}
.filepond--root {
    /* block everything */
}
.filepond--root[data-disabled] {
    pointer-events: none;
}
.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all;
}
.filepond--root[data-disabled] .filepond--list {
    pointer-events: none;
}
/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
    min-height: 4.75em;
}
.filepond--root .filepond--list-scroller {
    margin-top: 1em;
    margin-bottom: 1em;
}
.filepond--root .filepond--credits {
    position: absolute;
    right: 0;
    opacity: 0.175;
    line-height: 0.85;
    font-size: 11px;
    color: inherit;
    text-decoration: none;
    z-index: 3;
    bottom: -14px;
}
.filepond--root .filepond--credits[style] {
    top: 0;
    bottom: auto;
    margin-top: 14px;
}

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/toastify-js/src/toastify.css ***!
  \*********************************************************************************************/
/*!
 * Toastify js 1.11.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/admin/v1/libs/filepond/filepond-plugin-image-preview.css ***!
  \********************************************************************************************************************/
/*!
 * FilePondPluginImagePreview 4.6.10
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup {
    position: absolute;
    left: 0;
    top: 0;
  }
  .filepond--image-preview-wrapper {
    z-index: 2;
  }
  .filepond--image-preview-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 5rem;
    max-height: 7rem;
    margin: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .filepond--image-preview-overlay svg {
    width: 100%;
    height: auto;
    color: inherit;
    max-height: inherit;
  }
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: multiply;
    color: rgba(40, 40, 40, 0.85);
  }
  .filepond--image-preview-overlay-success {
    mix-blend-mode: normal;
    color: rgba(54, 151, 99, 1);
  }
  .filepond--image-preview-overlay-failure {
    mix-blend-mode: normal;
    color: rgba(196, 78, 71, 1);
  }
  /* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
  @supports (-webkit-marquee-repetition: infinite) and
    ((-o-object-fit: fill) or (object-fit: fill)) {
    .filepond--image-preview-overlay-idle {
      mix-blend-mode: normal;
    }
  }
  .filepond--image-preview-wrapper {
    /* no interaction */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    /* have preview fill up all available space */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
  
    /* radius is .05em less to prevent the panel background color from shining through */
    border-radius: 0.45em;
    overflow: hidden;
  
    /* this seems to prevent Chrome from redrawing this layer constantly */
    background: rgba(0, 0, 0, 0.01);
  }
  .filepond--image-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
    align-items: center;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: #222;
  
    /* will be animated */
    will-change: transform, opacity;
  }
  .filepond--image-clip {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  
    /* transparency indicator (currently only supports grid or basic color) */
  }
  .filepond--image-clip[data-transparency-indicator='grid'] img,
  .filepond--image-clip[data-transparency-indicator='grid'] canvas {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 100 100%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23eee%27%3E%3Cpath d=%27M0 0 H50 V50 H0%27/%3E%3Cpath d=%27M50 50 H100 V100 H50%27/%3E%3C/svg%3E");
    background-size: 1.25em 1.25em;
  }
  .filepond--image-bitmap,
  .filepond--image-vector {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
  }
  .filepond--root[data-style-panel-layout~='integrated']
    .filepond--image-preview-wrapper {
    border-radius: 0;
  }
  .filepond--root[data-style-panel-layout~='integrated']
    .filepond--image-preview {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--image-preview-wrapper {
    border-radius: 99999rem;
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--image-preview-overlay {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--file
    .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
    margin-bottom: 0.325em;
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--file
    [data-align*='left'] {
    left: calc(50% - 3em);
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--file
    [data-align*='right'] {
    right: calc(50% - 3em);
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
    margin-bottom: calc(0.325em + 0.1875em);
  }
  .filepond--root[data-style-panel-layout~='circle']
    .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
    margin-top: 0;
    margin-bottom: 0.1875em;
    margin-left: 0.1875em;
  }
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_appointment.scss ***!
  \*************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.calander__btn {
  margin-left: 23px; }
  .calander__btn button {
    font-weight: bold;
    font-size: 13px;
    color: #000; }
    @media only screen and (max-width: 600px) {
      .calander__btn button:first-child {
        margin-bottom: 20px; } }

.dt__datetime__picker {
  transition: all 0.4s;
  position: relative;
  overflow: auto; }
  .dt__datetime__picker .items {
    min-width: 820px;
    transition: all 0.4s; }
    .dt__datetime__picker .items .column {
      width: calc(100% / 7);
      transition: all 0.4s; }
      .dt__datetime__picker .items .column:first-child .times {
        padding-right: 16px; }
      .dt__datetime__picker .items .column:last-child .times {
        padding-left: 16px; }
      .dt__datetime__picker .items .column .title {
        text-align: center;
        font-weight: normal;
        font-size: 13px;
        color: #28293d;
        margin-bottom: 22px;
        transition: all 0.4s; }
        .dt__datetime__picker .items .column .title .day__name {
          transition: all 0.4s;
          font-weight: bold;
          font-size: 14px;
          margin-bottom: 10px; }
      .dt__datetime__picker .items .column .times {
        background: #fff;
        padding: 0 2px;
        padding-top: 23px;
        padding-bottom: 23px;
        transition: all 0.4s; }
        .dt__datetime__picker .items .column .times .item__time {
          transition: all 0.4s;
          text-align: center;
          margin-bottom: 5px;
          height: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          position: relative;
          border: 1px solid transparent;
          font-weight: bold;
          font-size: 13px;
          color: #8f90a6; }
          .dt__datetime__picker .items .column .times .item__time .tick {
            display: none; }
        .dt__datetime__picker .items .column .times .selected__time {
          border-radius: 2px;
          background: #e5f0ff;
          border: 1px solid #9dbff9;
          color: #1c1c28; }
          .dt__datetime__picker .items .column .times .selected__time svg {
            position: absolute;
            left: 10px;
            top: 7px; }
        .dt__datetime__picker .items .column .times .active {
          border-radius: 2px;
          background: #fff;
          border: 1px solid #0063f7; }
          .dt__datetime__picker .items .column .times .active .tick {
            display: inline-block;
            position: absolute;
            left: 7px;
            top: 50%;
            transform: translateY(-50%); }
  .dt__datetime__picker .send__to__server__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    background: transparent;
    box-shadow: 4px -11px 16px rgba(0, 0, 0, 0.16);
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(4.94428px);
    --webkit-backdrop-filter: blur(4.94428014755249px);
    background-color: rgba(255, 255, 255, 0.09);
    /* (plus shape's fill blended on top as a separate layer with 28.47% opacity) */ }

#group__times .modal-body {
  padding-right: 43px;
  padding-left: 43px;
  padding-top: 30px; }
  #group__times .modal-body .form-group {
    margin-bottom: 32px; }
    #group__times .modal-body .form-group label {
      font-weight: normal;
      font-size: 16px;
      line-height: 14px;
      margin-bottom: 24px;
      color: #28293d; }
    #group__times .modal-body .form-group input {
      background: url(../.././bundle/fonts/input-cal9f47383d7c438faebc31.svg) 12px center no-repeat; }

#group__timepicker .timepicker__from__date,
#group__timepicker .timepicker__to__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 32px;
  border-radius: 2px;
  background: #e5f0ff;
  border: 1px solid #9dbff9;
  margin: 0 10px;
  font-weight: normal;
  font-size: 14px;
  color: #1b1e21; }
  @media only screen and (max-width: 600px) {
    #group__timepicker .timepicker__from__date,
    #group__timepicker .timepicker__to__date {
      font-size: 10px; } }
  #group__timepicker .timepicker__from__date div,
  #group__timepicker .timepicker__to__date div {
    margin-right: 6px; }

#group__timepicker .item__times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px; }
  #group__timepicker .item__times li {
    cursor: pointer;
    margin: 0 8px;
    margin-bottom: 16px;
    width: calc((100% / 4) - 16px);
    border-radius: 2px;
    background: #fff;
    border: 1px solid #0063f7;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
    color: #8f90a6; }
    @media only screen and (max-width: 600px) {
      #group__timepicker .item__times li {
        width: calc((100% / 2) - 16px); } }
  #group__timepicker .item__times .active {
    color: #fff;
    background: #0063f7;
    border: 1px solid #0063f7; }

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_authorize.scss ***!
  \***********************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.daria__authorize {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .daria__authorize {
      padding: 0.625rem 0; } }
  .daria__authorize .slider__bg__box {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../.././bundle/fonts/loginSliderImage8782ee96a8fd610474c2.svg);
    background-size: cover;
    z-index: -1; }
    .daria__authorize .slider__bg__box .blur__box {
      width: 100%;
      height: 100%;
      background: #4d0099;
      backdrop-filter: blur(0.3125rem);
      filter: blur(0.3125rem);
      opacity: 0.8; }
  .daria__authorize .main__content {
    width: 90%;
    min-height: 34.375rem;
    background: #fff;
    box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.09);
    display: flex;
    margin: 0 auto;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .daria__authorize .main__content {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .daria__authorize .main__content {
        flex-direction: column;
        height: unset; } }
    .daria__authorize .main__content .content__box {
      width: 50%;
      min-height: 34.375rem;
      padding: 3.125rem;
      display: flex;
      flex-direction: column; }
      @media only screen and (max-width: 992px) {
        .daria__authorize .main__content .content__box {
          padding: 3.125rem 1rem;
          height: unset; } }
      @media only screen and (max-width: 768px) {
        .daria__authorize .main__content .content__box {
          width: 100%; } }
      .daria__authorize .main__content .content__box .title__page {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 3.125rem; }
      .daria__authorize .main__content .content__box .input__box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 1.25rem; }
        .daria__authorize .main__content .content__box .input__box label {
          font-weight: normal;
          font-size: 1rem;
          text-align: right;
          color: #28293d;
          width: 100%;
          margin-bottom: 0.625rem; }
        .daria__authorize .main__content .content__box .input__box input {
          width: 100%;
          height: 2.375rem;
          border-radius: 0.3125rem;
          background: #fff;
          border: 0.0625rem solid #e4e4eb;
          outline: none;
          padding-right: 0.5rem; }
          .daria__authorize .main__content .content__box .input__box input:focus {
            border-color: #2e8eff; }
          .daria__authorize .main__content .content__box .input__box input::placeholder {
            font-weight: normal;
            font-size: 0.9375rem;
            text-align: right;
            color: #8f90a6; }
      .daria__authorize .main__content .content__box .btn__forgot__pass {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        .daria__authorize .main__content .content__box .btn__forgot__pass button {
          padding: 0.5rem 1rem;
          outline: none;
          border: none;
          border-radius: 0.3125rem;
          font-weight: normal;
          font-size: 1rem;
          text-align: center;
          color: #fff; }
        .daria__authorize .main__content .content__box .btn__forgot__pass a {
          font-weight: 300;
          font-size: 1rem;
          text-align: right;
          color: #2e8eff;
          text-decoration: none;
          transition: all 0.3s; }
          .daria__authorize .main__content .content__box .btn__forgot__pass a:hover {
            text-decoration: underline; }
        @media only screen and (max-width: 450px) {
          .daria__authorize .main__content .content__box .btn__forgot__pass {
            flex-direction: column-reverse; }
            .daria__authorize .main__content .content__box .btn__forgot__pass a {
              width: 100%;
              text-align: right; }
            .daria__authorize .main__content .content__box .btn__forgot__pass button {
              width: 100%;
              margin-top: 0.9375rem; } }
      .daria__authorize .main__content .content__box .create__account {
        width: 100%;
        text-align: center;
        margin-top: auto; }
        @media only screen and (max-width: 768px) {
          .daria__authorize .main__content .content__box .create__account {
            margin-top: 2.1875rem; } }
        .daria__authorize .main__content .content__box .create__account span,
        .daria__authorize .main__content .content__box .create__account a {
          font-weight: normal;
          font-size: 0.9375rem;
          line-height: 1.5rem;
          text-align: center;
          color: #28293d;
          margin-left: 0.1875rem; }
        .daria__authorize .main__content .content__box .create__account a {
          text-decoration: none;
          color: #2e8eff;
          padding-bottom: 0.9375rem; }
          .daria__authorize .main__content .content__box .create__account a:hover {
            text-decoration: underline; }
      .daria__authorize .main__content .content__box .notify__text {
        margin-top: 1.25rem;
        padding: 1.25rem 1.875rem;
        text-align: center; }
        @media only screen and (max-width: 992px) {
          .daria__authorize .main__content .content__box .notify__text {
            padding: 1.25rem; } }
        .daria__authorize .main__content .content__box .notify__text span {
          font-weight: normal;
          font-size: 0.875rem;
          line-height: 1.875rem;
          text-align: center;
          color: #28293d; }
          .daria__authorize .main__content .content__box .notify__text span small {
            font-weight: bold;
            font-size: 0.875rem;
            line-height: 1.875rem;
            text-align: center;
            color: #05a660; }
    .daria__authorize .main__content .slider__box {
      width: 50%;
      height: 34.375rem;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .daria__authorize .main__content .slider__box {
          display: none; } }
      .daria__authorize .main__content .slider__box .swiper-container .swiper-wrapper .swiper-slide {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
        .daria__authorize .main__content .slider__box .swiper-container .swiper-wrapper .swiper-slide .gallery__slide {
          width: 100%;
          height: 34.375rem;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 50% 50%; }
          @media only screen and (max-width: 992px) {
            .daria__authorize .main__content .slider__box .swiper-container .swiper-wrapper .swiper-slide .gallery__slide {
              height: 34.375rem; } }
          @media only screen and (max-width: 768px) {
            .daria__authorize .main__content .slider__box .swiper-container .swiper-wrapper .swiper-slide .gallery__slide {
              height: 34.375rem; } }
          @media only screen and (max-width: 576px) {
            .daria__authorize .main__content .slider__box .swiper-container .swiper-wrapper .swiper-slide .gallery__slide {
              height: 34.375rem; } }
          @media only screen and (max-width: 400px) {
            .daria__authorize .main__content .slider__box .swiper-container .swiper-wrapper .swiper-slide .gallery__slide {
              height: 15.625rem; } }
      .daria__authorize .main__content .slider__box .swiper-pagination-bullet {
        width: 0.625rem;
        height: 0.625rem;
        background: #dedee5;
        opacity: 0.0625rem !important; }
      .daria__authorize .main__content .slider__box .swiper-pagination-bullet {
        width: 0.625rem;
        height: 0.625rem;
        opacity: 1;
        padding: 0.3125rem; }
      .daria__authorize .main__content .slider__box .swiper-pagination-bullet-active-main {
        width: 1.25rem;
        height: 0.625rem;
        background: #dda5e9;
        z-index: 3;
        border-radius: 0.3125rem; }
  .daria__authorize .denied__page .denied__content {
    margin-top: 110px; }
  .daria__authorize .confirm__forgot__pass .send__again__box {
    margin-bottom: 30px; }
  .daria__authorize .validation-summary-errors {
    background: rgba(255, 0, 0, 0.05);
    padding: 0px 8px;
    padding-right: 8px;
    border-radius: 4px;
    margin-bottom: 24px; }
    .daria__authorize .validation-summary-errors ul {
      list-style: square;
      padding: 16px 0;
      padding-right: 24px; }
      .daria__authorize .validation-summary-errors ul li {
        margin-bottom: 16px; }
        .daria__authorize .validation-summary-errors ul li:last-child {
          margin-bottom: 0; }

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_category-modal.scss ***!
  \****************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.category_modal {
  position: fixed;
  bottom: 0;
  height: 0;
  right: 0;
  background-color: #fafafc;
  width: 100%;
  border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  -ms-border-radius: 40px 40px 0 0;
  -o-border-radius: 40px 40px 0 0;
  box-shadow: -1.875rem 0 0.75rem rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .category_modal .category_modal_head {
    display: flex;
    justify-content: space-between;
    padding: 2.0625rem 3.125rem 1.6875rem;
    border-bottom: 0.0625rem solid #e9ecef;
    margin-bottom: 2.5rem; }
    .category_modal .category_modal_head .left button {
      background-color: transparent; }
  .category_modal .category_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    height: 73%;
    overflow: auto; }
    .category_modal .category_body .category_content {
      max-width: 50.5rem;
      width: 50.5rem; }
      @media only screen and (max-width: 876px) {
        .category_modal .category_body .category_content {
          max-width: unset;
          width: 90%; } }
      .category_modal .category_body .category_content .arrows {
        display: flex;
        flex-direction: column;
        margin-left: 2.4375rem; }
        .category_modal .category_body .category_content .arrows svg:first-child {
          margin-bottom: 0.5rem; }
      .category_modal .category_body .category_content h6 {
        margin-bottom: 0; }
      .category_modal .category_body .category_content .sort_items {
        margin-top: 1.75rem; }
        .category_modal .category_body .category_content .sort_items .sort_item {
          padding: 2rem 0.9375rem;
          margin-bottom: 1.125rem;
          display: flex;
          align-items: center;
          border-radius: 5px;
          background: #fff;
          box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05); }
          .category_modal .category_body .category_content .sort_items .sort_item h6 {
            font-weight: normal;
            font-size: 0.875rem;
            color: #28293d; }
    .category_modal .category_body::-webkit-scrollbar {
      width: 0.5rem; }
    .category_modal .category_body::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px #1c1c28;
      border-radius: 10px; }
    .category_modal .category_body::-webkit-scrollbar-thumb {
      background: #555770;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }

.category_modal_active {
  height: 88% !important;
  z-index: 10; }

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_DataGrid.scss ***!
  \**********************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.data__grid .header {
  display: flex; }
  .data__grid .header .select__item {
    margin-right: 1rem;
    margin-left: 1.875rem; }
  .data__grid .header .title {
    font-weight: bold;
    font-size: 0.875rem;
    color: #28293d; }

.data__grid .items .empty__list {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 19.625rem;
  margin-top: 1.4375rem; }
  .data__grid .items .empty__list .empty__icon {
    margin-left: 1.5625rem;
    margin-bottom: 1.5625rem; }
  .data__grid .items .empty__list h4 {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d; }

.data__grid .items .item {
  margin-top: 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 1.25rem 1rem; }
  .data__grid .items .item .select__item__data {
    margin-left: 1.875rem; }
  .data__grid .items .item .item__data {
    font-weight: normal;
    font-size: 0.875rem;
    color: #28293d;
    display: flex;
    align-items: center; }
    .data__grid .items .item .item__data h3,
    .data__grid .items .item .item__data h4,
    .data__grid .items .item .item__data h5 {
      font-weight: normal;
      font-size: 0.875rem;
      color: #28293d;
      margin: 0; }
  .data__grid .items .item .item__img img {
    height: 3rem;
    width: 3rem;
    border-radius: 0.125rem;
    object-fit: cover;
    margin-left: 0.625rem; }
  .data__grid .items .item .item__action a, .data__grid .items .item .item__action button {
    display: inline-block;
    margin-left: 1.5rem; }
  .data__grid .items .item .item__desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.875rem; }
    .data__grid .items .item .item__desc b {
      font-weight: 500;
      font-size: 0.875rem;
      color: #28293d; }
    .data__grid .items .item .item__desc p {
      margin-top: 0.625rem;
      font-weight: 300;
      font-size: 0.875rem;
      line-height: 1.75rem;
      color: #28293d; }
  .data__grid .items .item .item__state {
    display: flex;
    align-items: center; }
    .data__grid .items .item .item__state .icon {
      width: 0.6875rem;
      height: 0.6875rem;
      background: #c7c9d9;
      display: inline-block;
      border-radius: 100%;
      margin-left: 0.375rem; }
    .data__grid .items .item .item__state .icon__green {
      background: #05a660; }
    .data__grid .items .item .item__state .icon__red {
      background: #e63535; }
    .data__grid .items .item .item__state .icon__yellow {
      background: #e6b800; }

.data__grid .mobile__items {
  position: fixed;
  bottom: -100%;
  transition: all 0.4s ease-in-out;
  right: 0;
  width: 100vw;
  background: #fff;
  z-index: 100;
  padding: 1.5625rem 0.625rem 1.25rem 0.625rem;
  min-height: 12.5rem; }
  .data__grid .mobile__items .simple__item {
    display: block;
    text-align: center;
    padding: 1rem 0;
    color: #28293d;
    font-size: 0.875rem; }

.data__grid .mobile__items__active {
  bottom: 0; }

.data__grid .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-top: 2.1875rem; }

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_datepicker.scss ***!
  \************************************************************************************************************************************************************/
@charset "UTF-8";
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.pika-single {
  z-index: 1000; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_file_manager-v2.scss ***!
  \*****************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.file__manager__modal .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 450px) {
    .file__manager__modal .modal-content .modal-header {
      align-items: start; } }
  .file__manager__modal .modal-content .modal-header .modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 32px); }
    @media only screen and (max-width: 450px) {
      .file__manager__modal .modal-content .modal-header .modal-title {
        flex-direction: column;
        align-items: flex-start; } }
    .file__manager__modal .modal-content .modal-header .modal-title h4 {
      font-weight: 500;
      font-size: 17px;
      line-height: 30px;
      text-align: right;
      color: #1b1e21; }
    .file__manager__modal .modal-content .modal-header .modal-title .more__item .file__uploud {
      margin: 2px; }
      .file__manager__modal .modal-content .modal-header .modal-title .more__item .file__uploud svg path {
        transition: all 0.3s; }
      .file__manager__modal .modal-content .modal-header .modal-title .more__item .file__uploud:hover svg path {
        fill: black; }
  .file__manager__modal .modal-content .modal-header .btn-close {
    z-index: 1; }

.file__manager__modal .modal-content .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  padding: 4px 16px;
  border-bottom: 1px solid rgba(28, 28, 40, 0.05); }
  .file__manager__modal .modal-content .breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .file__manager__modal .modal-content .breadcrumbs ul li {
      font-weight: 300;
      font-size: 13px;
      text-align: right;
      color: #28293d;
      margin-left: 8px;
      cursor: pointer; }
      .file__manager__modal .modal-content .breadcrumbs ul li:hover {
        color: #28293d; }
      .file__manager__modal .modal-content .breadcrumbs ul li svg {
        margin-right: 8px; }
    .file__manager__modal .modal-content .breadcrumbs ul .active {
      font-weight: normal; }
      .file__manager__modal .modal-content .breadcrumbs ul .active svg {
        display: none; }
  .file__manager__modal .modal-content .breadcrumbs .arrows {
    display: flex;
    align-items: center;
    margin-right: auto; }
    .file__manager__modal .modal-content .breadcrumbs .arrows button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 4px; }
      .file__manager__modal .modal-content .breadcrumbs .arrows button:hover {
        background-color: rgba(28, 28, 40, 0.1); }
      .file__manager__modal .modal-content .breadcrumbs .arrows button svg path {
        fill: #28293d; }
    .file__manager__modal .modal-content .breadcrumbs .arrows .disable {
      opacity: 0.4; }

.file__manager__modal .modal-content .modal__content {
  padding: 16px; }
  .file__manager__modal .modal-content .modal__content .files__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 4px;
    max-height: 400px;
    overflow-y: auto; }
    .file__manager__modal .modal-content .modal__content .files__box .file__item {
      width: calc(20% - 8px);
      height: 150px;
      border-radius: 5px;
      background: white;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 4px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1100px) {
        .file__manager__modal .modal-content .modal__content .files__box .file__item {
          width: calc(25% - 8px); } }
      @media only screen and (max-width: 992px) {
        .file__manager__modal .modal-content .modal__content .files__box .file__item {
          width: calc(33.33% - 8px); } }
      @media only screen and (max-width: 768px) {
        .file__manager__modal .modal-content .modal__content .files__box .file__item {
          width: calc(50% - 8px); } }
      @media only screen and (max-width: 400px) {
        .file__manager__modal .modal-content .modal__content .files__box .file__item {
          width: 100%;
          margin: 4px 0; } }
      .file__manager__modal .modal-content .modal__content .files__box .file__item .more__info {
        padding: 8px;
        padding-bottom: 0;
        text-align: right;
        width: 100%; }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .more__info input {
          height: 14px;
          width: 14px; }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .more__info .dots {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 25px;
          height: 25px;
          background-color: white;
          border-radius: 3px;
          cursor: pointer; }
          .file__manager__modal .modal-content .modal__content .files__box .file__item .more__info .dots:hover {
            background-color: #f2f2f5; }
      .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box {
        height: 48px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon {
          width: 48px;
          height: 48px;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
          .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon img {
            height: 48px;
            object-fit: scale-down; }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__word {
          background-image: url(../.././bundle/fonts/word258036b81c80ec96477f.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__jpg {
          background-image: url(../.././bundle/fonts/jpgfe5cc85d1a1ab0ecd602.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__html {
          background-image: url(../.././bundle/fonts/htmla1d522f7eefc73076f1b.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__folder {
          background-image: url(../.././bundle/fonts/folderd817b356a1665bf60884.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__file {
          background-image: url(../.././bundle/fonts/file77e346121e0de3b476df.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__css {
          background-image: url(../.././bundle/fonts/css685bb9effa1584882880.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__zip {
          background-image: url(../.././bundle/fonts/zipc9e3d213fbb07d9bdb01.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__xls {
          background-image: url(../.././bundle/fonts/xls2674ccded0b8110a8db2.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__video {
          background-image: url(../.././bundle/fonts/video46c6c2d3b9b855982bd8.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__powerpoint {
          background-image: url(../.././bundle/fonts/powerpoint0bb106d1f4e76fd1b4ca.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__pdf {
          background-image: url(../.././bundle/fonts/pdfe7e02f33e1afbab70c70.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__mp3 {
          background-image: url(../.././bundle/fonts/mp3b798c963befb046387cb.svg); }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .icon__box .icon__js {
          background-image: url(../.././bundle/fonts/js4efd0401b2627eb975e0.svg); }
      .file__manager__modal .modal-content .modal__content .files__box .file__item .file__name h3 {
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        color: #28293d;
        margin-top: 6px;
        margin-bottom: 10px; }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .file__name h3 small {
          font-size: 14px; }
      .file__manager__modal .modal-content .modal__content .files__box .file__item .date__time {
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        color: #28293d; }
      .file__manager__modal .modal-content .modal__content .files__box .file__item .more__items {
        position: absolute;
        bottom: -40px;
        right: 0;
        background-color: #555770;
        height: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 16px;
        transition: all 0.3s; }
        .file__manager__modal .modal-content .modal__content .files__box .file__item .more__items .item {
          cursor: pointer; }
      .file__manager__modal .modal-content .modal__content .files__box .file__item:hover .more__items {
        bottom: 0; }
  .file__manager__modal .modal-content .modal__content .delete__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #212529;
    padding: 16px;
    margin-bottom: 0; }
  .file__manager__modal .modal-content .modal__content .create__folder h6 {
    font-weight: normal;
    font-size: 15px;
    line-height: 36px;
    text-align: right;
    color: #212529; }
  .file__manager__modal .modal-content .modal__content .create__folder input {
    height: 48px;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1b1e21;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e4e4eb;
    padding-right: 16px; }
    .file__manager__modal .modal-content .modal__content .create__folder input::placeholder {
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      text-align: right;
      color: #8f90a6; }

.file__manager__modal .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.file__manager__modal .modal-content .dt__file__uploader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .file__manager__modal .modal-content .dt__file__uploader .btn_close {
    position: absolute;
    top: 8px;
    left: 8px; }

.file__manager__modal .modal-content .active__dt__file__uploader {
  display: unset; }

#deleteModal {
  background-color: rgba(28, 28, 40, 0.5); }

#createfolderModal {
  background-color: rgba(28, 28, 40, 0.5); }

#filemanager__fullscreen {
  background-color: white !important; }
  #filemanager__fullscreen .file__manager__modal .modal-content .modal__content .files__box {
    max-height: unset; }

.fix-scroll {
  overflow-y: auto; }

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_file_manager.scss ***!
  \**************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.file__manager__page {
  width: 100%;
  position: relative; }
  .file__manager__page .beadcrumb__storage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #fff;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 0.3125rem;
    box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05); }
    .file__manager__page .beadcrumb__storage ul {
      display: flex;
      align-items: center; }
      .file__manager__page .beadcrumb__storage ul li {
        margin-left: 0.3125rem; }
        .file__manager__page .beadcrumb__storage ul li a {
          font-weight: 300;
          font-size: 0.8125rem;
          text-align: right;
          color: #28293d; }
          .file__manager__page .beadcrumb__storage ul li a:hover {
            color: #2e8eff; }
  .file__manager__page .main__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .file__manager__page .main__content .items {
      width: calc(25% - 16px);
      height: 8.125rem;
      border-radius: 0.3125rem;
      background: #fff;
      box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 1rem 0.5rem 0.5rem 0.5rem;
      margin: 0.5rem;
      overflow: hidden; }
      @media only screen and (max-width: 992px) {
        .file__manager__page .main__content .items {
          width: calc(33.33% - 16px); } }
      @media only screen and (max-width: 768px) {
        .file__manager__page .main__content .items {
          width: calc(50% - 16px); } }
      @media only screen and (max-width: 400px) {
        .file__manager__page .main__content .items {
          width: 100%; } }
      .file__manager__page .main__content .items .more__btn {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 0.1875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-in;
        cursor: pointer; }
        .file__manager__page .main__content .items .more__btn:hover {
          background: #f2f2f5; }
      .file__manager__page .main__content .items .image__name {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .file__manager__page .main__content .items .image__name img {
          margin-bottom: 0.5rem; }
        .file__manager__page .main__content .items .image__name h6 {
          font-size: 0.875rem;
          color: #28293d;
          font-weight: normal; }
          .file__manager__page .main__content .items .image__name h6 small {
            font-size: 0.875rem;
            color: #28293d;
            font-weight: 300; }
      .file__manager__page .main__content .items .date {
        font-weight: normal;
        font-size: 0.75rem;
        text-align: center;
        color: #28293d;
        width: 100%;
        margin-top: auto;
        margin-bottom: 0; }
      .file__manager__page .main__content .items .more__options {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: -3.125rem;
        height: 2.1875rem;
        border-radius: 0 0 0.3125rem 0.3125rem;
        background: #555770;
        display: flex;
        align-items: center;
        padding-right: 1rem;
        padding-left: 1rem;
        transition: all 0.3s ease-in; }
        .file__manager__page .main__content .items .more__options button {
          margin-left: 0.5rem;
          background: transparent;
          outline: none; }
        .file__manager__page .main__content .items .more__options .delete {
          margin-right: auto;
          margin-left: 0; }
      .file__manager__page .main__content .items:hover .more__options {
        bottom: 0; }

.modal .modal-dialog .modal__content .modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef; }
  .modal .modal-dialog .modal__content .modal__header h5 {
    font-weight: 500;
    font-size: 1.0625rem;
    text-align: right;
    color: #1c1c28;
    margin-bottom: 0; }

.modal .modal-dialog .modal__content .delete__modal__content {
  width: 100%;
  padding: 1rem; }
  .modal .modal-dialog .modal__content .delete__modal__content h6 {
    text-align: center;
    font-weight: normal;
    font-size: 0.9375rem;
    color: #28293d;
    margin-bottom: 2rem; }
  .modal .modal-dialog .modal__content .delete__modal__content .btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.modal .modal-dialog .modal__content .new__folder__modal__content {
  width: 100%;
  padding: 1rem; }
  .modal .modal-dialog .modal__content .new__folder__modal__content h6 {
    text-align: right;
    font-weight: normal;
    font-size: 0.9375rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .modal .modal-dialog .modal__content .new__folder__modal__content .btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem; }

.optional__aside__panel {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: transparent;
  border: 1px solid #707070;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(2.52462px);
  --webkit-backdrop-filter: blur(2.5246200561523438px);
  background-color: rgba(255, 255, 255, 0.15); }
  .optional__aside__panel .main__content {
    width: 20.8125rem;
    height: 100%;
    background: #fff;
    margin-right: auto;
    background: #fff;
    border: 1px solid #ebebf0;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column; }
    .optional__aside__panel .main__content .header {
      width: 100%;
      height: 4.0625rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid #e9ecef; }
      .optional__aside__panel .main__content .header h6 {
        font-weight: bold;
        font-size: 0.9375rem;
        text-align: right;
        color: #28293d;
        margin-bottom: 0; }
      .optional__aside__panel .main__content .header .more button:hover {
        background: #ebebf0; }
      .optional__aside__panel .main__content .header .more .minimize__btn {
        display: none; }
    .optional__aside__panel .main__content .filter__aside__panel {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.5rem;
      min-height: calc(100vh - 65px); }
      @media only screen and (min-width: 576px) {
        .optional__aside__panel .main__content .filter__aside__panel {
          align-items: flex-start; } }
      .optional__aside__panel .main__content .filter__aside__panel .content__items {
        width: 100%;
        min-width: 12.5rem;
        max-width: 25rem; }
        .optional__aside__panel .main__content .filter__aside__panel .content__items h6 {
          font-weight: normal;
          font-size: 1rem;
          text-align: right;
          color: #1c1c28; }
      .optional__aside__panel .main__content .filter__aside__panel .btns {
        display: flex;
        align-items: center; }
        .optional__aside__panel .main__content .filter__aside__panel .btns button {
          width: calc(50% - 10px);
          max-width: 9.375rem;
          margin: 0.3125rem; }
          @media only screen and (min-width: 576px) {
            .optional__aside__panel .main__content .filter__aside__panel .btns button {
              width: fit-content; } }
    .optional__aside__panel .main__content .storage__aside__panel {
      padding: 1.5rem;
      max-width: 31.25rem; }
      .optional__aside__panel .main__content .storage__aside__panel .content__items {
        padding: 1rem;
        width: 100%;
        border-radius: 0.3125rem;
        background: #fff;
        border: 1px solid #ebebf0; }
        .optional__aside__panel .main__content .storage__aside__panel .content__items .item {
          display: flex;
          align-items: center;
          margin-bottom: 1rem; }
          .optional__aside__panel .main__content .storage__aside__panel .content__items .item span {
            font-weight: 300;
            font-size: 0.9375rem;
            text-align: right;
            color: #212529;
            margin-left: 0.3125rem; }
          .optional__aside__panel .main__content .storage__aside__panel .content__items .item small {
            font-weight: 500;
            font-size: 0.9375rem;
            text-align: right;
            color: #212529; }
        .optional__aside__panel .main__content .storage__aside__panel .content__items .progress {
          border: 1px solid #05a660; }
          .optional__aside__panel .main__content .storage__aside__panel .content__items .progress .progress__bar {
            background-color: #05a660;
            font-weight: bold; }
  .optional__aside__panel .maximize {
    width: 100%; }
    .optional__aside__panel .maximize .header .more .minimize__btn {
      display: unset; }
    .optional__aside__panel .maximize .header .more .maximize__btn {
      display: none; }
  .optional__aside__panel .minimize {
    width: 20.8125rem; }

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_filter-modal.scss ***!
  \**************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.filter_modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: -21.875rem;
  background-color: #fff;
  height: 100vh;
  width: 20.75rem;
  border: 1px solid #ebebf0;
  box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.1875rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .filter_modal .top {
    overflow: auto; }
    .filter_modal .top .filter_modal_head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 0.0625rem solid #e9ecef;
      margin-bottom: 2.1875rem;
      padding: 1.3125rem 1.875rem 1.3125rem 1.25rem; }
      .filter_modal .top .filter_modal_head button {
        background-color: transparent; }
    .filter_modal .top .filter_modal_body {
      padding: 0 1.875rem 0 1.25rem; }
      .filter_modal .top .filter_modal_body .select_box {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px; }
        .filter_modal .top .filter_modal_body .select_box label {
          font-size: 1rem;
          color: #1c1c28;
          margin-bottom: 3px; }
        .filter_modal .top .filter_modal_body .select_box select {
          height: 2.375rem;
          border-radius: 0.3125rem;
          background: #fff;
          border: 0.0625rem solid #ebebf0;
          -webkit-border-radius: 0.3125rem;
          -moz-border-radius: 0.3125rem;
          -ms-border-radius: 0.3125rem;
          -o-border-radius: 0.3125rem;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url(../.././bundle/fonts/arrow0d149107e0240a79a1ea.svg);
          background-repeat: no-repeat;
          background-position: 0.8125rem 50%;
          padding: 0 0.8125rem;
          color: #8f90a6; }
          .filter_modal .top .filter_modal_body .select_box select option {
            color: #1c1c28; }
  .filter_modal .bottom {
    padding: 0 1.875rem 0 1.25rem; }
    .filter_modal .bottom .btns {
      display: flex;
      justify-content: space-between; }
      .filter_modal .bottom .btns button {
        min-width: 126px;
        height: 48px; }

.active_filter_modal {
  left: 0; }

.add_overlay {
  overflow: hidden; }
  .add_overlay::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(2.52462px);
    --webkit-backdrop-filter: blur(2.5246200561523438px);
    background-color: rgba(80, 80, 80, 0.227);
    z-index: 5; }

/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_general-setting.scss ***!
  \*****************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.general__setting__page .title {
  background-color: #fff;
  height: 74px;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05); }

.general__setting__page .content {
  display: flex;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .general__setting__page .content {
      flex-direction: column; } }
  .general__setting__page .content .right {
    width: 258px; }
    @media only screen and (max-width: 768px) {
      .general__setting__page .content .right {
        width: 100%; } }
    @media only screen and (max-width: 576px) {
      .general__setting__page .content .right {
        margin-bottom: 10px; } }
    .general__setting__page .content .right .nav-pills .nav-link {
      border-radius: 5px;
      background: #fff;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      padding: 15px 15px;
      display: flex;
      align-items: center;
      color: #8f90a6;
      font-size: 14px; }
      .general__setting__page .content .right .nav-pills .nav-link svg {
        margin-left: 10px; }
      @media only screen and (max-width: 576px) {
        .general__setting__page .content .right .nav-pills .nav-link {
          margin-bottom: 10px; } }
    .general__setting__page .content .right .nav-pills .nav-link.active,
    .general__setting__page .content .right .nav-pills .show > .nav-link {
      color: #555770;
      font-weight: 600;
      border: none;
      outline: none;
      border-left: 4px solid #2e8eff;
      font-size: 14px; }
      .general__setting__page .content .right .nav-pills .nav-link.active svg,
      .general__setting__page .content .right .nav-pills .show > .nav-link svg {
        margin-left: 10px; }
        .general__setting__page .content .right .nav-pills .nav-link.active svg path,
        .general__setting__page .content .right .nav-pills .show > .nav-link svg path {
          fill: #2e8eff; }
    .general__setting__page .content .right .tab__items {
      width: 100%;
      flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .general__setting__page .content .right .tab__items {
          flex-direction: row;
          justify-content: space-between; }
          .general__setting__page .content .right .tab__items button {
            width: calc(33.333% - 10px); } }
      @media only screen and (max-width: 576px) {
        .general__setting__page .content .right .tab__items {
          flex-direction: column; }
          .general__setting__page .content .right .tab__items button {
            width: 100%;
            margin-bottom: 10px; } }
  .general__setting__page .content .left {
    width: calc(100% - 278px);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    padding-top: 30px; }
    @media only screen and (max-width: 768px) {
      .general__setting__page .content .left {
        width: 100%;
        margin-right: 0; } }
    .general__setting__page .content .left .social__item .item {
      margin-bottom: 30px; }
    .general__setting__page .content .left .main__info .error .item {
      margin-bottom: 30px; }
      .general__setting__page .content .left .main__info .error .item input {
        border: 1px solid #e63535;
        margin-bottom: 5px; }
      .general__setting__page .content .left .main__info .error .item span {
        font-size: 13px;
        color: #e63535; }
    .general__setting__page .content .left .main__info .item {
      margin-bottom: 30px; }
      .general__setting__page .content .left .main__info .item .upload__box {
        border: 1px dashed #e4e4eb;
        padding: 18px 15px;
        border-radius: 5px;
        margin-bottom: 30px; }
        .general__setting__page .content .left .main__info .item .upload__box span {
          color: #8f90a6;
          font-size: 13px;
          margin-right: 7px; }
    .general__setting__page .content .left .call__info .item {
      margin-bottom: 30px; }

/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_index.scss ***!
  \*******************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.index__data .daria__latest__news__slider .slider__item {
  display: block;
  height: 10.75rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 768px) {
    .index__data .daria__latest__news__slider .slider__item {
      height: 6.25rem !important; } }
  @media only screen and (max-width: 400px) {
    .index__data .daria__latest__news__slider .slider__item {
      height: 4.375rem !important; } }

.index__data .daria__latest__news__slider .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  background: #e4e4eb;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s; }

.index__data .daria__latest__news__slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  width: 1.25rem;
  background: #98a4f2; }

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_menu-Builder.scss ***!
  \**************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.dd-collapse, .dd-expand {
  display: none !important; }

ol {
  padding-left: 0 !important;
  padding-right: 1.875rem !important; }
  ol:first-child {
    padding-left: 0rem !important;
    padding-right: 0rem !important; }

.form-check {
  min-height: unset !important; }

.dd {
  max-width: unset !important; }

.dd3-content {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.75rem;
  background-color: #fff;
  height: 3.1875rem;
  margin-bottom: 0.625rem !important;
  height: 3.1875rem;
  border-radius: 0.125rem;
  border: 0.125rem solid #f7f8fa;
  box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem; }
  @media only screen and (max-width: 500px) {
    .dd3-content {
      padding-left: 0.625rem; } }
  .dd3-content .right {
    display: flex;
    align-items: center;
    margin-right: 2.6875rem; }
    .dd3-content .right .form-check {
      padding-right: 0; }
      .dd3-content .right .form-check input {
        margin: 0 0 0 0.6875rem; }
    .dd3-content .right span {
      font-size: 0.9375rem;
      color: #878694; }
  .dd3-content .left .delete_menu_content,
  .dd3-content .left .edit_menu_content {
    padding: 0; }
  .dd3-content .left .edit_menu_content {
    margin-left: 1.75rem; }
    @media only screen and (max-width: 500px) {
      .dd3-content .left .edit_menu_content {
        margin-left: 0.5rem; } }

.dd3-handle {
  position: absolute;
  padding: 0 !important;
  right: 0.625rem !important;
  left: unset !important;
  width: fit-content;
  display: flex;
  border: unset !important;
  cursor: grab;
  background-color: #fff !important;
  box-shadow: unset !important; }

.dd-handle {
  background-color: #fff !important;
  margin: 0 !important;
  height: 3.1875rem !important;
  display: flex !important;
  align-items: center;
  box-shadow: unset !important; }

.dd-dragel {
  margin-bottom: 0.625rem !important; }
  .dd-dragel li {
    margin-bottom: 0.625rem !important; }

ol.dd-dragel {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.modal_add_menu .modal-content .modal-header h5 {
  font-size: 1.0625rem;
  color: #1b1e21; }

.modal_add_menu .modal-content .modal-header button {
  width: 0.875rem;
  height: 0.875rem;
  padding: 0;
  margin-left: 0.625rem; }

.modal_add_menu .modal-content .modal-body div {
  margin-bottom: 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .modal_add_menu .modal-content .modal-body div label {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    color: #28293d;
    width: fit-content; }
  .modal_add_menu .modal-content .modal-body div select,
  .modal_add_menu .modal-content .modal-body div input {
    padding: 0 0.5625rem;
    width: 100%;
    height: 2.375rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #e4e4eb;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem; }
  .modal_add_menu .modal-content .modal-body div select {
    background-image: url(../.././bundle/fonts/arrow0d149107e0240a79a1ea.svg);
    background-repeat: no-repeat;
    background-position: 0.8125rem 50%;
    font-size: 0.8125rem;
    color: #8f90a6;
    -webkit-appearance: none;
    -moz-appearance: none; }

.modal_add_menu .modal-content .modal-footer {
  display: flex;
  justify-content: space-between; }

/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_modalFileUploader.scss ***!
  \*******************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.modal_uploder .modal-content .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 21px 12px 0;
  align-items: flex-start; }
  .modal_uploder .modal-content .modal-header ul {
    display: flex; }
    .modal_uploder .modal-content .modal-header ul li {
      padding: 0 10px;
      position: relative; }
      .modal_uploder .modal-content .modal-header ul li button {
        margin-bottom: 16px;
        color: #8f90a6;
        font-weight: normal;
        font-size: 14px;
        display: inline-block; }
    .modal_uploder .modal-content .modal-header ul .active button {
      padding: 0;
      font-weight: 500;
      font-size: 14px;
      color: #555770; }
    .modal_uploder .modal-content .modal-header ul .active::after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 2px;
      border-bottom: 1px solid #2e8eff;
      position: absolute;
      bottom: 0;
      right: 0; }

.modal_uploder .modal-content .modal-body {
  padding: 30px 25px; }
  .modal_uploder .modal-content .modal-body .modal_content {
    height: 342px;
    overflow-y: auto;
    overflow-x: hidden; }
  .modal_uploder .modal-content .modal-body .upload_file_galery {
    /* width */
    /* Track */
    /* Handle */ }
    .modal_uploder .modal-content .modal-body .upload_file_galery::-webkit-scrollbar {
      width: 4px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px; }
    .modal_uploder .modal-content .modal-body .upload_file_galery::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px #8f90a6;
      border-radius: 10px; }
    .modal_uploder .modal-content .modal-body .upload_file_galery::-webkit-scrollbar-thumb {
      background: #2e8eff;
      border-radius: 10px; }
    .modal_uploder .modal-content .modal-body .upload_file_galery .file_items {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px -15px; }
      .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item {
        width: calc(25% - 16px);
        border: 1px solid #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 16px 0 8px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
        margin: 0 8px 15px; }
        @media only screen and (max-width: 992px) {
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item {
            margin-bottom: 20px;
            width: calc(50% - 16px); } }
        @media only screen and (max-width: 410px) {
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item {
            width: 100%; } }
        .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .icon {
          width: 50px;
          height: 50px;
          margin-bottom: 10px;
          background-position: center;
          background-repeat: no-repeat; }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
        .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item input {
          position: absolute;
          top: 8px;
          right: 8px;
          width: 14px;
          cursor: pointer;
          height: 14px; }
        .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-bottom: 15px; }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text svg {
            margin-bottom: 9px; }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text h6 {
            font-weight: normal;
            font-size: 14px;
            color: #28293d;
            margin: 0;
            min-width: 130px;
            height: 21px;
            overflow: hidden; }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text .icon_video {
            background-image: url(../.././bundle/fonts/video_icon0e4923b67f1cca8df1a0.svg); }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text .icon_audio {
            background-image: url(../.././bundle/fonts/audio_icon6aba461fd44678a1d9fb.svg); }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text .icon_pdf {
            background-image: url(../.././bundle/fonts/pdf_icon697f43cbebb50c49ea93.svg); }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text .icon_folder {
            background-image: url(../.././bundle/fonts/folderb7e8dc4d4e98399a90c8.svg); }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text .icon_zip {
            background-image: url(../.././bundle/fonts/zip_icon0c853e7f582b946aebd8.svg); }
          .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .logo_text .icon_other {
            background-image: url(../.././bundle/fonts/more_iconfac09204f7c3fa93b57c.svg); }
        .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item .date {
          font-weight: normal;
          font-size: 12px;
          color: #28293d; }
      .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .item__folder {
        cursor: pointer; }
      .modal_uploder .modal-content .modal-body .upload_file_galery .file_items .active {
        border: 1px solid #2e8eff; }

/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_page_top_head_box.scss ***!
  \*******************************************************************************************************************************************************************/
@charset "UTF-8";
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.page_top_head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0px 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  padding: 1.125rem 1.25rem;
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 450px) {
    .page_top_head_box {
      flex-direction: column; } }
  .page_top_head_box .right {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 450px) {
      .page_top_head_box .right {
        margin-bottom: 1.25rem; } }
    .page_top_head_box .right h4 {
      margin: 0;
      font-weight: bold;
      font-size: 0.9375rem;
      color: #28293d; }
  .page_top_head_box .left {
    display: flex; }
    .page_top_head_box .left .filter_btn,
    .page_top_head_box .left .search_btn,
    .page_top_head_box .left .category_btn {
      background-color: transparent;
      padding: 0; }
    .page_top_head_box .left .filter_btn,
    .page_top_head_box .left .category_btn,
    .page_top_head_box .left .search_btn__input {
      margin: 0 0.5rem; }
    .page_top_head_box .left .filter_btn_active {
      position: relative; }
      .page_top_head_box .left .filter_btn_active svg path {
        fill: #2e8eff; }
      .page_top_head_box .left .filter_btn_active:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #e63535;
        right: -2px;
        top: 6px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%; }
    .page_top_head_box .left .search_btn__input {
      display: flex;
      align-items: center;
      position: relative; }
      .page_top_head_box .left .search_btn__input form {
        position: absolute;
        left: -1px; }
        @media only screen and (max-width: 768px) {
          .page_top_head_box .left .search_btn__input form {
            left: -8.3125rem; } }
        @media only screen and (max-width: 450px) {
          .page_top_head_box .left .search_btn__input form {
            left: -9.375rem; } }
        .page_top_head_box .left .search_btn__input form input {
          width: 0rem;
          height: 2.9375rem;
          padding: 0;
          border-radius: 0.3125rem;
          background: #fff;
          background-image: url(../.././bundle/fonts/search_icon27822bf821c720082b8d.svg);
          background-repeat: no-repeat;
          background-position-x: 11.8125rem;
          background-position-y: 50%;
          border: none;
          -webkit-border-radius: 0.3125rem;
          -moz-border-radius: 0.3125rem;
          -ms-border-radius: 0.3125rem;
          -o-border-radius: 0.3125rem;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          .page_top_head_box .left .search_btn__input form input::placeholder {
            font-size: 0.875rem;
            color: #8f90a6; }
    .page_top_head_box .left .search_btn__inputـactive form input {
      width: 14.25rem !important;
      padding: 0 2.9375rem !important;
      border: 1px solid #ebebf0 !important; }

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_page-top-tab.scss ***!
  \**************************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.page_top_tab {
  border-bottom: 0rem solid rgba(0, 0, 0, 0.04);
  margin-bottom: 2.125rem; }
  .page_top_tab ul {
    display: flex;
    margin-bottom: 0.5625rem; }
    .page_top_tab ul li {
      margin-left: 1.75rem; }
      .page_top_tab ul li a {
        font-size: 0.875rem;
        color: #8f90a6; }
      .page_top_tab ul li:last-child {
        margin-left: 0; }
    .page_top_tab ul .active {
      position: relative; }
      .page_top_tab ul .active a {
        color: #555770;
        font-weight: 500; }
      .page_top_tab ul .active::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -0.5625rem;
        width: 100%;
        display: inline-block;
        border-bottom: 0.125rem solid #2e8eff; }

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_profile.scss ***!
  \*********************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.profile__page .title {
  background-color: #fff;
  height: 74px;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05); }

.profile__page .content {
  display: flex;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .profile__page .content {
      flex-direction: column; } }
  .profile__page .content .right {
    width: 258px; }
    @media only screen and (max-width: 768px) {
      .profile__page .content .right {
        width: 100%; } }
    @media only screen and (max-width: 576px) {
      .profile__page .content .right {
        margin-bottom: 10px; } }
    .profile__page .content .right .nav-pills .nav-link {
      border-radius: 5px;
      background: #fff;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      padding: 15px 15px;
      display: flex;
      align-items: center;
      color: #8f90a6;
      font-size: 14px; }
      .profile__page .content .right .nav-pills .nav-link svg {
        margin-left: 10px; }
      @media only screen and (max-width: 576px) {
        .profile__page .content .right .nav-pills .nav-link {
          margin-bottom: 10px; } }
    .profile__page .content .right .nav-pills .nav-link.active,
    .profile__page .content .right .nav-pills .show > .nav-link {
      color: #555770;
      font-weight: 600;
      border: none;
      outline: none;
      border-left: 4px solid #2e8eff;
      font-size: 14px; }
      .profile__page .content .right .nav-pills .nav-link.active svg,
      .profile__page .content .right .nav-pills .show > .nav-link svg {
        margin-left: 10px; }
        .profile__page .content .right .nav-pills .nav-link.active svg path,
        .profile__page .content .right .nav-pills .show > .nav-link svg path {
          fill: #2e8eff; }
    .profile__page .content .right .tab__items {
      width: 100%;
      flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .profile__page .content .right .tab__items {
          flex-direction: row;
          justify-content: space-between; }
          .profile__page .content .right .tab__items button {
            width: calc(50% - 10px); } }
      @media only screen and (max-width: 450px) {
        .profile__page .content .right .tab__items {
          flex-direction: column; }
          .profile__page .content .right .tab__items button {
            width: 100%;
            margin-bottom: 10px; } }
  .profile__page .content .left {
    width: calc(100% - 278px);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    padding-top: 30px; }
    @media only screen and (max-width: 768px) {
      .profile__page .content .left {
        width: 100%;
        margin-right: 0; } }
    .profile__page .content .left .main__info .item {
      margin-bottom: 30px; }
      .profile__page .content .left .main__info .item .upload__box {
        border: 1px dashed #e4e4eb;
        padding: 18px 15px;
        border-radius: 5px;
        margin-bottom: 30px; }
        .profile__page .content .left .main__info .item .upload__box span {
          color: #8f90a6;
          font-size: 13px;
          margin-right: 7px; }
    .profile__page .content .left .main__info .user__profile__img {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 24px; }
      .profile__page .content .left .main__info .user__profile__img .uploud__box, .profile__page .content .left .main__info .user__profile__img .uplouded__box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 8px; }
        .profile__page .content .left .main__info .user__profile__img .uploud__box .item, .profile__page .content .left .main__info .user__profile__img .uplouded__box .item {
          width: 112px;
          height: 112px;
          background: #f2f2f5;
          border-radius: 50%;
          object-fit: cover;
          overflow: hidden;
          margin-bottom: 16px;
          position: relative; }
          .profile__page .content .left .main__info .user__profile__img .uploud__box .item::before, .profile__page .content .left .main__info .user__profile__img .uplouded__box .item::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: '';
            right: 0;
            top: 0;
            background-image: url(../.././bundle/fonts/person_outline-24px6cbb170e5c34dc6e2127.svg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 56px 56px; }
          .profile__page .content .left .main__info .user__profile__img .uploud__box .item img, .profile__page .content .left .main__info .user__profile__img .uplouded__box .item img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            outline: none;
            border: none; }
        .profile__page .content .left .main__info .user__profile__img .uploud__box .btns, .profile__page .content .left .main__info .user__profile__img .uplouded__box .btns {
          display: flex;
          align-items: center; }
          .profile__page .content .left .main__info .user__profile__img .uploud__box .btns button, .profile__page .content .left .main__info .user__profile__img .uplouded__box .btns button {
            margin: 4px; }
    .profile__page .content .left .change__password button {
      margin-top: 16px;
      margin-bottom: 8px; }

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_ticket.scss ***!
  \********************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

section.ticket .box_chats__head {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05); }
  section.ticket .box_chats__head .box_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border-radius: 5px 5px 0px 0px;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px; }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .box_head {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .box_head > div {
        width: 50%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 500px) {
      section.ticket .box_chats__head .box_head > div {
        width: 100% !important;
        justify-content: center !important;
        text-align: center; } }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .box_head > div:last-child {
        margin-bottom: 0; } }
    section.ticket .box_chats__head .box_head > div span {
      margin-right: 6px; }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .box_head .user {
        width: 65%;
        justify-content: center; } }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .box_head .condition {
        width: 35%;
        justify-content: center; } }
    section.ticket .box_chats__head .box_head .condition span {
      padding: 4px 5px;
      border-radius: 2px;
      font-size: 12px;
      color: #343a40; }
    section.ticket .box_chats__head .box_head .condition .in_progress {
      background: #ffc107; }
    section.ticket .box_chats__head .box_head .condition .not_answered {
      background: #FF3B3B;
      color: #fff; }
    section.ticket .box_chats__head .box_head .condition .successful {
      background-color: #05a660;
      color: #fff; }
  section.ticket .box_chats__head .chat_box {
    /* Track */
    /* Handle */ }
    section.ticket .box_chats__head .chat_box .chats_text_box {
      margin-bottom: 13px;
      max-height: 430px;
      overflow: auto;
      display: flex;
      flex-direction: column;
      padding: 0 13px 9px 0;
      margin-left: 7px; }
      section.ticket .box_chats__head .chat_box .chats_text_box .sopurt_text,
      section.ticket .box_chats__head .chat_box .chats_text_box .my_text {
        width: 93%;
        margin-bottom: 8px;
        border-radius: 10px;
        padding: 16px 13px 16px 16px;
        display: flex;
        flex-direction: column; }
        section.ticket .box_chats__head .chat_box .chats_text_box .sopurt_text p,
        section.ticket .box_chats__head .chat_box .chats_text_box .my_text p {
          line-height: 32px;
          text-align: justify;
          margin-bottom: 9px; }
        section.ticket .box_chats__head .chat_box .chats_text_box .sopurt_text .date,
        section.ticket .box_chats__head .chat_box .chats_text_box .my_text .date {
          font-weight: bold;
          font-size: 11px;
          color: #8f90a6; }
      section.ticket .box_chats__head .chat_box .chats_text_box .my_text {
        align-self: flex-start;
        background-color: #e3fff1; }
        section.ticket .box_chats__head .chat_box .chats_text_box .my_text .date {
          align-self: flex-end; }
      section.ticket .box_chats__head .chat_box .chats_text_box > div:last-child {
        margin-bottom: 0; }
      section.ticket .box_chats__head .chat_box .chats_text_box .sopurt_text {
        align-self: flex-end;
        background: #fafafc;
        margin-left: 16px; }
    section.ticket .box_chats__head .chat_box ::-webkit-scrollbar {
      width: 9px; }
    section.ticket .box_chats__head .chat_box ::-webkit-scrollbar-track {
      border-radius: 10px;
      background: #ebebf0; }
    section.ticket .box_chats__head .chat_box ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      border: 2px solid #ebebf0;
      background: #8f90a6; }
  section.ticket .box_chats__head .btn__textarea {
    padding: 16px;
    border-radius: 5px;
    background: #fafafc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .btn__textarea {
        position: sticky;
        bottom: 0; } }
    @media only screen and (max-width: 440px) {
      section.ticket .box_chats__head .btn__textarea {
        flex-direction: column;
        align-items: center; } }
    section.ticket .box_chats__head .btn__textarea textarea {
      width: 90%;
      padding: 10px;
      margin-left: 16px;
      min-height: 92px;
      max-height: 92px;
      border-radius: 5px;
      background: #fff;
      border: 1px solid #ebebf0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      @media only screen and (max-width: 992px) {
        section.ticket .box_chats__head .btn__textarea textarea {
          min-height: 50px;
          max-height: 50px; } }
      @media only screen and (max-width: 440px) {
        section.ticket .box_chats__head .btn__textarea textarea {
          width: 100%;
          margin-left: 0;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .btn__textarea button {
        height: 100%;
        height: 50px; } }
    section.ticket .box_chats__head .btn__textarea button svg {
      width: 30px;
      height: 30px;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      fill: #fff; }
      @media only screen and (min-width: 992px) {
        section.ticket .box_chats__head .btn__textarea button svg {
          display: none; } }
    @media only screen and (max-width: 992px) {
      section.ticket .box_chats__head .btn__textarea button span {
        display: none; } }

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/_upsert.scss ***!
  \********************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.upsert__pages {
  width: 100%; }
  .upsert__pages .main__content {
    width: 100%;
    display: flex; }
    @media only screen and (max-width: 992px) {
      .upsert__pages .main__content {
        flex-wrap: wrap; } }
    .upsert__pages .main__content .content__box {
      width: calc(100% - 266px);
      margin-left: 1rem;
      border-radius: 0.3125rem;
      background: #fff;
      padding: 1.5rem 1rem;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 992px) {
        .upsert__pages .main__content .content__box {
          width: 100%;
          margin-left: 0;
          margin-bottom: 2rem; } }
      .upsert__pages .main__content .content__box .nav__tabs .nav__item {
        background: #fff;
        outline: none; }
        .upsert__pages .main__content .content__box .nav__tabs .nav__item:focus {
          outline: none; }
        .upsert__pages .main__content .content__box .nav__tabs .nav__item .nav__link {
          min-height: 2.75rem;
          outline: none;
          background: #fff;
          margin-bottom: 0.0625rem;
          font-weight: normal;
          font-size: 0.875rem;
          color: #8f90a6; }
          .upsert__pages .main__content .content__box .nav__tabs .nav__item .nav__link:focus {
            outline: none; }
        .upsert__pages .main__content .content__box .nav__tabs .nav__item .active {
          font-weight: 500;
          font-size: 0.875rem;
          color: #555770;
          border: none;
          outline: none;
          background: #fff;
          border-bottom: 3px solid #2e8eff; }
      .upsert__pages .main__content .content__box .nav__tabs .active {
        font-weight: 500;
        font-size: 0.875rem;
        color: #555770;
        border: none;
        outline: none;
        background: #fff;
        border-bottom: 2px solid #2e8eff; }
      .upsert__pages .main__content .content__box .tab__content {
        padding-top: 1rem; }
        .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items {
          margin-bottom: 1.5rem; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items label {
            font-weight: normal;
            font-size: 1rem;
            color: #28293d;
            margin-bottom: 0.5rem; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items select {
            height: 2.5rem;
            border-radius: 0.3125rem;
            background: #fff;
            border: 1px solid #ebebf0;
            outline: none;
            padding-right: 0.5rem;
            font-weight: normal;
            font-size: 0.8125rem;
            text-align: right;
            color: #28293d; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items select option {
              padding-top: 0.25rem;
              padding-bottom: 0.5rem; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .upload__box {
            border: 1px dashed #e4e4eb;
            padding: 1.125rem 0.9375rem;
            border-radius: 0.3125rem;
            margin-bottom: 1.875rem;
            cursor: pointer; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .upload__box span {
              font-weight: normal;
              font-size: 0.8125rem;
              text-align: right;
              color: #8f90a6; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .uploaded__images {
            display: flex;
            flex-wrap: wrap; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .uploaded__images img {
              background: #ebebf0;
              width: 6.5625rem;
              height: 6.5625rem;
              border-radius: 0.25rem;
              border: 1px solid #e2e6ef;
              margin: 0.3125rem;
              object-fit: cover;
              overflow: hidden; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .item {
            position: relative; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .item .character__count {
              position: absolute;
              left: 0.3125rem;
              top: 0.625rem;
              font-weight: 300;
              font-size: 0.8125rem;
              color: #e63535; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .item input {
              padding-left: 5rem; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .item textarea {
              width: 100%;
              font-weight: normal;
              font-size: 0.875rem;
              line-height: 1.875rem;
              text-align: justify;
              color: #555770; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box {
            padding: 0.5rem;
            width: 100%;
            border-radius: 0.3125rem;
            background: #e5f0ff;
            margin-top: 1rem;
            margin-bottom: 1rem; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box svg {
              margin-left: 0.5rem;
              width: 1rem; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box small {
              font-weight: 300;
              font-size: 0.8125rem;
              color: #2e8eff; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box__green {
            background: #e3fff1; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box__green small {
              color: #05a660; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box__green svg path {
              fill: #06c270; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box__yellow {
            background: #fff8e6; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box__yellow small {
              color: #856404; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .info__box__yellow svg path {
              fill: #fccc75; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .gallery__upload {
            width: 100%;
            margin-bottom: 2rem; }
            .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .gallery__upload .big__upload__box {
              width: 100%;
              height: 9.625rem;
              border-radius: 0.3125rem;
              background: #fff;
              border: 1px dashed #e4e4eb;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              cursor: pointer; }
              .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .gallery__upload .big__upload__box svg {
                margin-bottom: 0.5rem; }
              .upsert__pages .main__content .content__box .tab__content .tab__pane .content .items .gallery__upload .big__upload__box span {
                font-weight: normal;
                font-size: 0.9375rem;
                text-align: right;
                color: #8f90a6; }
        .upsert__pages .main__content .content__box .tab__content .tab__pane .content .desc__item {
          padding: 1rem;
          border-radius: 0.3125rem;
          border: 1px solid #e4e4eb;
          margin-bottom: 1rem; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .desc__item span {
            font-weight: normal;
            font-size: 1rem;
            color: #1c1c28;
            margin-bottom: 0.5rem;
            display: inline-block; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .desc__item h6 {
            font-size: 1rem;
            text-align: justify;
            color: #2e8eff;
            margin-bottom: 1rem; }
          .upsert__pages .main__content .content__box .tab__content .tab__pane .content .desc__item p {
            font-weight: 300;
            font-size: 0.875rem;
            text-align: justify;
            color: #555770; }
    .upsert__pages .main__content .full__width__content {
      width: 100%;
      margin-left: 0; }
    .upsert__pages .main__content .more__content {
      width: 15.625rem; }
      @media only screen and (max-width: 992px) {
        .upsert__pages .main__content .more__content {
          width: 100%;
          background: #fff;
          padding: 1rem;
          margin-bottom: 2rem;
          border-radius: 0.3125rem;
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05); } }
      .upsert__pages .main__content .more__content .content .items .item {
        margin-bottom: 1rem; }
        .upsert__pages .main__content .more__content .content .items .item .state__box {
          width: 100%;
          min-height: 2.375rem;
          padding: 0.25rem 0.5rem;
          border-radius: 0.3125rem;
          background: #fff;
          border: 1px solid #ebebf0;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .upsert__pages .main__content .more__content .content .items .item .state__box span {
            font-weight: normal;
            font-size: 0.875rem;
            color: #555770; }
          .upsert__pages .main__content .more__content .content .items .item .state__box .bookmark {
            cursor: pointer;
            padding: 0.1875rem; }
            .upsert__pages .main__content .more__content .content .items .item .state__box .bookmark svg path {
              fill: #8f90a6; }
          .upsert__pages .main__content .more__content .content .items .item .state__box .bookmark__active svg path {
            fill: #2e8eff; }
        .upsert__pages .main__content .more__content .content .items .item .link__address {
          width: 100%;
          min-height: 2.375rem; }
          .upsert__pages .main__content .more__content .content .items .item .link__address .link__box {
            border-radius: 0.3125rem;
            background: #fff;
            border: 1px solid #ebebf0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 2.375rem;
            position: relative;
            padding: 0.25rem; }
            .upsert__pages .main__content .more__content .content .items .item .link__address .link__box input {
              width: calc(100% - 75px);
              font-weight: normal;
              font-size: 0.8125rem;
              color: #555770;
              border: none;
              outline: none; }
          .upsert__pages .main__content .more__content .content .items .item .link__address span {
            width: 100%;
            display: inline-block;
            font-weight: normal;
            font-size: 0.875rem;
            text-align: left;
            color: #555770;
            margin-top: 0.75rem; }

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/style.scss ***!
  \******************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

body {
  font-family: dtfont;
  background: #fafafc; }

.daria__dashboard header {
  border: 0.0625rem solid #ebebf0;
  box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.07);
  background: #fff; }
  .daria__dashboard header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0; }
    .daria__dashboard header .content .logo {
      display: flex;
      align-items: center;
      font-weight: bold; }
      .daria__dashboard header .content .logo .responsive__menu__icon {
        padding: 0.1875rem;
        cursor: pointer;
        display: inline-block; }
        .daria__dashboard header .content .logo .responsive__menu__icon svg {
          margin-left: 0.625rem; }
    .daria__dashboard header .content .left {
      display: flex;
      align-items: center; }
      .daria__dashboard header .content .left .sign__out {
        cursor: pointer;
        margin-right: 0.3125rem; }

.daria__dashboard .main__dashboard__content {
  margin-top: 2.5rem; }
  .daria__dashboard .main__dashboard__content .main__content {
    display: flex; }
    .daria__dashboard .main__dashboard__content .main__content aside {
      width: 16.25rem;
      transition: all 0.3s ease-in; }
      @media only screen and (max-width: 992px) {
        .daria__dashboard .main__dashboard__content .main__content aside {
          position: fixed;
          right: -100%;
          top: 0;
          overflow: auto;
          z-index: 100;
          height: 100vh; } }
      .daria__dashboard .main__dashboard__content .main__content aside .menu__container {
        width: 100%; }
        @media only screen and (max-width: 992px) {
          .daria__dashboard .main__dashboard__content .main__content aside .menu__container {
            width: 16.25rem;
            background: #fff;
            box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.07);
            height: 100vh; } }
        .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box {
          background-color: #fff;
          border-radius: 0.3125rem;
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05); }
          @media only screen and (max-width: 992px) {
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box {
              box-shadow: unset; } }
          .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .user__profile {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding-top: 2rem; }
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .user__profile img {
              height: 6.25rem;
              width: 6.25rem;
              border-radius: 100%; }
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .user__profile h3 {
              font-weight: bold;
              font-size: 0.9375rem;
              line-height: 1.75rem;
              color: #28293d;
              margin-top: 1.25rem; }
          .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .extra__data {
            font-weight: 300;
            font-size: 0.75rem;
            line-height: 1.5rem;
            color: #555770;
            text-align: center; }
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .extra__data b {
              font-weight: 500; }
          .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list {
            padding-bottom: 0.625rem;
            padding-top: 1.125rem; }
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list li {
              margin: 0.3125rem;
              position: relative; }
              .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list li::after {
                content: "";
                position: absolute;
                left: -0.3125rem;
                top: 0.375rem;
                width: 0.25rem;
                height: 1.1875rem;
                background: #2e8eff;
                opacity: 0;
                transition: all 0.4s; }
              .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list li a {
                display: block;
                padding: 0.625rem 1.25rem;
                min-height: 2.5rem;
                font-size: 0.8125rem;
                color: #555770; }
                .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list li a svg {
                  fill: #555770; }
                .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list li a:hover {
                  color: #28293d;
                  font-weight: 500; }
                  .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list li a:hover svg {
                    fill: #2e8eff; }
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list .active::after {
              opacity: 1; }
            .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list .active a {
              color: #28293d;
              font-weight: 500; }
              .daria__dashboard .main__dashboard__content .main__content aside .menu__container .menu__box .menu__list .active a svg {
                fill: #2e8eff; }
    .daria__dashboard .main__dashboard__content .main__content .show__menu {
      right: 0; }
    .daria__dashboard .main__dashboard__content .main__content .main__data {
      width: calc(100% - 280px);
      margin-right: 1.25rem; }
      @media only screen and (max-width: 992px) {
        .daria__dashboard .main__dashboard__content .main__content .main__data {
          width: 100%;
          margin-right: 0; } }
    @media only screen and (min-width: 992px) {
      .daria__dashboard .main__dashboard__content .main__content .close__menu {
        display: none; } }
    @media only screen and (min-width: 992px) {
      .daria__dashboard .main__dashboard__content .main__content .full__main__data {
        width: 100% !important;
        margin-right: 0; } }

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./wwwroot/admin/v1/css/toast.scss ***!
  \******************************************************************************************************************************************************/
/* Function for PX to REM */
button {
  outline: none;
  border: none;
  background: transparent; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0; }

.daria__icon {
  fill: #555770;
  transition: all 0.3s; }
  .daria__icon:hover {
    fill: #2e8eff; }

.daria__info__card {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .daria__info__card .items {
    width: 100%;
    height: 7.1875rem;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem; }
    .daria__info__card .items .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10; }
      .daria__info__card .items .item h6 {
        font-weight: bold;
        font-size: 1.5625rem;
        text-align: right;
        color: #7c79c9;
        margin: 0; }
      .daria__info__card .items .item .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f5;
        border-radius: 3.125rem; }
        .daria__info__card .items .item .icon svg path {
          fill: #e4e4eb; }
    .daria__info__card .items span {
      font-weight: 500;
      font-size: 1.125rem;
      text-align: right;
      color: #555770; }
  .daria__info__card .yellow__box .item h6 {
    color: #e6b800; }
  .daria__info__card .yellow__box .item .icon {
    background: rgba(230, 184, 0, 0.15); }
    .daria__info__card .yellow__box .item .icon svg path {
      fill: #e6b800; }
  .daria__info__card .purple__box .item h6 {
    color: #4d0099; }
  .daria__info__card .purple__box .item .icon {
    background: rgba(77, 0, 153, 0.15); }
    .daria__info__card .purple__box .item .icon svg path {
      fill: #4d0099; }
  .daria__info__card .blue__box .item h6 {
    color: #2e8eff; }
  .daria__info__card .blue__box .item .icon {
    background: rgba(46, 142, 255, 0.15); }
    .daria__info__card .blue__box .item .icon svg path {
      fill: #2e8eff; }

.daria__simple__table {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem; }
  .daria__simple__table .title__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .daria__simple__table .title__box h6 {
      font-weight: normal;
      font-size: 1rem;
      text-align: right;
      color: #28293d;
      margin: 0; }
    .daria__simple__table .title__box a {
      display: flex;
      align-items: center;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: right;
      color: #8f90a6; }
      .daria__simple__table .title__box a svg {
        margin-right: 0.5rem; }
  .daria__simple__table .table__content {
    padding: 0 1rem; }
    .daria__simple__table .table__content .table__titles {
      display: flex;
      align-items: center;
      height: 3.125rem;
      border-radius: 0.125rem;
      background: #f2f2f5; }
      @media only screen and (max-width: 992px) {
        .daria__simple__table .table__content .table__titles {
          display: none; } }
      .daria__simple__table .table__content .table__titles > span {
        font-weight: 500;
        font-size: 0.9375rem;
        text-align: center;
        color: #28293d;
        display: inline-block;
        width: 33.33%; }
    .daria__simple__table .table__content .table__items {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .daria__simple__table .table__content .table__items .items {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.3s ease-out; }
        .daria__simple__table .table__content .table__items .items:hover {
          background: rgba(46, 142, 255, 0.1); }
        @media only screen and (max-width: 992px) {
          .daria__simple__table .table__content .table__items .items {
            flex-wrap: wrap;
            justify-content: flex-start;
            border-bottom: 0.0625rem dashed #e4e4eb;
            padding-right: 0.3125rem; }
            .daria__simple__table .table__content .table__items .items:hover .item span {
              background: #fff; } }
        .daria__simple__table .table__content .table__items .items .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 33.33%; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .item {
              width: 100%;
              justify-content: unset;
              margin-bottom: 0.3125rem; } }
          .daria__simple__table .table__content .table__items .items .item > span {
            width: 6.25rem;
            border-radius: 0.125rem;
            background: #f2f2f5;
            text-align: center;
            font-size: 0.8125rem;
            padding: 0.625rem 0.3125rem;
            margin-left: 0.3125rem;
            border-radius: 0.3125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3.125rem;
            display: none; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item > span {
                display: flex; } }
          .daria__simple__table .table__content .table__items .items .item h6,
          .daria__simple__table .table__content .table__items .items .item a {
            font-weight: normal;
            font-size: 0.875rem;
            text-align: right;
            color: #28293d;
            margin: 0; }
            @media only screen and (max-width: 992px) {
              .daria__simple__table .table__content .table__items .items .item h6,
              .daria__simple__table .table__content .table__items .items .item a {
                width: calc(100% - 100px); } }
            .daria__simple__table .table__content .table__items .items .item h6 img,
            .daria__simple__table .table__content .table__items .items .item a img {
              width: 3.125rem;
              height: 3.125rem;
              border-radius: 0.3125rem;
              border: 0.0625rem solid #ebebf0;
              margin-left: 0.3125rem;
              object-fit: cover; }
        .daria__simple__table .table__content .table__items .items .title {
          justify-content: unset;
          padding-right: 1.875rem; }
          @media only screen and (max-width: 992px) {
            .daria__simple__table .table__content .table__items .items .title {
              padding-right: 0;
              align-items: unset; } }
  .daria__simple__table .empty__table {
    width: 100%;
    border-top: 0.0625rem solid #e4e4eb;
    min-height: 14.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .daria__simple__table .empty__table svg {
      margin-bottom: 1.5rem; }
    .daria__simple__table .empty__table span {
      font-weight: normal;
      font-size: 1rem;
      text-align: center;
      color: #28293d;
      margin-bottom: 1rem; }
    .daria__simple__table .empty__table a {
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      background: #06c270;
      font-weight: normal;
      font-size: 0.875rem;
      text-align: center;
      color: #fff; }

.invalid__filed {
  font-weight: 300;
  font-size: 0.75rem;
  color: #e63535; }

.global__upload {
  margin-bottom: 1.5rem; }
  .global__upload label {
    font-weight: normal;
    font-size: 1rem;
    color: #28293d;
    margin-bottom: 0.5rem; }
  .global__upload .upload__box {
    border: 1px dashed #e4e4eb;
    padding: 1.125rem 0.9375rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    cursor: pointer; }
    .global__upload .upload__box span {
      font-weight: normal;
      font-size: 0.8125rem;
      text-align: right;
      color: #8f90a6; }
  .global__upload .uploaded__images {
    display: flex;
    flex-wrap: wrap; }
    .global__upload .uploaded__images img {
      background: #ebebf0;
      width: 6.5625rem;
      height: 6.5625rem;
      border-radius: 0.25rem;
      border: 1px solid #e2e6ef;
      margin: 0.3125rem;
      object-fit: cover;
      overflow: hidden; }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 10;
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot);
  src: url(../.././bundle/fonts/dana-fanum-thin01b66a998b02052e9671.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-thin3f8e0220552470cc35eb.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-thin1489ad53d721c20a9e34.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 200;
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot);
  src: url(../.././bundle/fonts/dana-fanum-extralightd8fd019c32dde67a7667.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extralightf450d53460dd63eee927.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extralight194e5b9537ad99178859.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 300;
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot);
  src: url(../.././bundle/fonts/dana-fanum-light668aef6c354eed55cf9c.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-light85c62909c883521af51e.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-light4e9ef0e77d379e2bf582.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 500;
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot);
  src: url(../.././bundle/fonts/dana-fanum-medium1b67c05dac061bae0269.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-mediumfcfb2964e3789252eac3.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-mediumcb1fa3a37adc4e8ed499.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 600;
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot);
  src: url(../.././bundle/fonts/dana-fanum-demibold017fbda602f1488ebb61.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-demibold27a2185eddbb5d323824.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-demibold287239a5f6f4c03f0db6.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 750;
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot);
  src: url(../.././bundle/fonts/dana-fanum-ultrabold22c9d203b701d6129967.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-ultrabolda8708933cd5b305d79b2.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-ultrabold59548be070c5ccbc1fcb.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 800;
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot);
  src: url(../.././bundle/fonts/dana-fanum-extrabold8f7d3bafdb4ac86c5787.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-extrabold05f087d5da4417506976.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-extrabold2e81c04091c5e5c1e6df.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: 900;
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot);
  src: url(../.././bundle/fonts/dana-fanum-black8b88a4a5e7a6e23d0275.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-blacka754839aa0d94b513448.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-black2b61ced3861bfe6a8d5b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: bold;
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot);
  src: url(../.././bundle/fonts/dana-fanum-bolddd645620ebed58d5b799.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-bold86a5110107155c674c37.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-boldbb52c431a84f305b90ae.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

@font-face {
  font-family: dtfont;
  font-style: normal;
  font-weight: normal;
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot);
  src: url(../.././bundle/fonts/dana-fanum-regular2f1d471cf43467ba4187.eot?#iefix) format("embedded-opentype"), url(../.././bundle/fonts/dana-fanum-regular7dbd62d9025bc12d5457.woff2) format("woff2"), url(../.././bundle/fonts/dana-fanum-regular0969bcb367954617004b.woff) format("woff");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ }

.dt__toast {
  padding-left: 10px; }
  .dt__toast .toast-close {
    padding-right: 30px; }

.toast__success {
  background: #05a660; }

.toast__warning {
  background: #e6b800; }

.toast__danger {
  background: #e63535; }

