@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.4rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --text-weak: #6E7379;
  --text-destructive: #EC6E6A;
  --text-default: #171D25;
}

*,
*::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-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.405rem + 1.86vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.37rem + 1.44vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.45rem;
  }
}

h4, .h4 {
  font-size: calc(1.335rem + 1.02vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2.1rem;
  }
}

h5, .h5 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.75rem;
  }
}

h6, .h6 {
  font-size: calc(1.265rem + 0.18vw);
}

@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.4rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 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-left: 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: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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: #212529;
  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: #6c757d;
  text-align: left;
}

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:not(:focus-visible) {
  outline: 0;
}

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;
}

select:disabled {
  opacity: 1;
}

[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: left;
  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: left;
}

::-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;
}

/* 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: calc(1.3rem + 0.6vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.75rem;
  }
}

.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-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.75rem;
  }
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: 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(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  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-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 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-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 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-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 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-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 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-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 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-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 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-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid 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-borderless > :not(:first-child) {
  border-top-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: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.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: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.75rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -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 (min-width: 1200px) {
  .form-control {
    font-size: 1.4rem;
  }
}

@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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  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: #212529;
  background-color: #e9ecef;
  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: #dde0e3;
}

.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: #212529;
  background-color: #e9ecef;
  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: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  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: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.75rem;
  }
}

.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 {
  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 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 1200px) {
  .form-select {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.225rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.75rem;
  }
}

.form-check {
  display: block;
  min-height: 2.1rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -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;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.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: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%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-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 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: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-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;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 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 {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-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:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.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: calc(1.265rem + 0.18vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  .input-group-text {
    font-size: 1.4rem;
  }
}

.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: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.75rem;
  }
}

.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: 1.225rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.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-right-radius: 0;
  border-bottom-right-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-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.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'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 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: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.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'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  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: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 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: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  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: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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: calc(1.265rem + 0.18vw);
  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 (min-width: 1200px) {
  .btn {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.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(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.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(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.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(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.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(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 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: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.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(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 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: #b02a37;
  border-color: #a52834;
}

.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(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.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(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 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: #1a1e21;
  border-color: #191c1f;
}

.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(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.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(13, 110, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #fff;
  background-color: #198754;
  border-color: #198754;
}

.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(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 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: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.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(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 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: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
  border-color: #dc3545;
}

.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(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 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: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 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: #212529;
  border-color: #212529;
}

.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(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 1.75rem;
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  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;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: calc(1.265rem + 0.18vw);
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  .dropdown-menu {
    font-size: 1.4rem;
  }
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.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: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-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-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 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-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  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:hover, .nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.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;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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.2375rem;
  padding-bottom: 0.2375rem;
  margin-right: 1rem;
  font-size: calc(1.3rem + 0.6vw);
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.75rem;
  }
}

.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-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.3rem + 0.6vw);
  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 (min-width: 1200px) {
  .navbar-toggler {
    font-size: 1.75rem;
  }
}

@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%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.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-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 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='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%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(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-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 + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-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-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-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: calc(1.265rem + 0.18vw);
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  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 (min-width: 1200px) {
  .accordion-button {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.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'/%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-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.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'/%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: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-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-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -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: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.75rem;
  }
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-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-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-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: 1.05rem;
  background-color: #e9ecef;
  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: #0d6efd;
  -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-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.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-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-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-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-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-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-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-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-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: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.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'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close-outline {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjgiIGZpbGw9IiM0MjQ4NEYiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4zMDM1IDQuMjE2MDhDNS4wMDU4OSAzLjkyNzk3IDQuNTIzMzcgMy45Mjc5NyA0LjIyNTc2IDQuMjE2MDhDMy45MjgxNiA0LjUwNDE4IDMuOTI4MTYgNC45NzEyOCA0LjIyNTc2IDUuMjU5MzhMNy4wNTcwMiA4LjAwMDJMNC4yMjM1NCAxMC43NDA5QzMuOTI1ODEgMTEuMDI4OCAzLjkyNTgxIDExLjQ5NTcgNC4yMjM1NCAxMS43ODM3QzQuNTIxMjcgMTIuMDcxNyA1LjAwMzk4IDEyLjA3MTcgNS4zMDE3MSAxMS43ODM3TDguMTM0NzMgOS4wNDM1TDEwLjY5ODIgMTEuNTI1QzEwLjk5NTggMTEuODEzMiAxMS40NzgzIDExLjgxMzIgMTEuNzc1OSAxMS41MjVDMTIuMDczNSAxMS4yMzY5IDEyLjA3MzUgMTAuNzY5OCAxMS43NzU5IDEwLjQ4MTdMOS4yMTI5MiA4LjAwMDYzTDExLjc3NjcgNS41MjA4MkMxMi4wNzQ0IDUuMjMyODUgMTIuMDc0NCA0Ljc2NTk1IDExLjc3NjcgNC40Nzc5N0MxMS40NzkgNC4xODk5OSAxMC45OTYzIDQuMTg5OTkgMTAuNjk4NSA0LjQ3Nzk3TDguMTM1MiA2Ljk1NzMzTDUuMzAzNSA0LjIxNjA4WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K);
  padding: 0 !important;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  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: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.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 #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.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 #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@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: 962px;
  }
}

@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: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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: 1.225rem;
  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: #000;
}

.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 {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.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: #000;
}

.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 {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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: 1.225rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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(0, 0, 0, 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 > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.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(0, 0, 0, 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;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: calc(1.265rem + 0.18vw);
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

@media (min-width: 1200px) {
  .popover-header {
    font-size: 1.4rem;
  }
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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: left;
  width: 100%;
  margin-right: -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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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 {
  left: 0;
}

.carousel-control-next {
  right: 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-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.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'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.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'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -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;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-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: -0.125em;
  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;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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: 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 1.6rem 2.4rem rgba(23, 29, 37, 0.2) !important;
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 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: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.top-44__px {
  top: 44px !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 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 #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !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-256 {
  width: 256px !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-2 {
  height: 2px !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;
}

.gap-8 {
  gap: 8px !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;
      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;
      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;
      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-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: 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-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: 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-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: 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-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 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-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 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-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
  font-size: calc(1.405rem + 1.86vw) !important;
}

.fs-3 {
  font-size: calc(1.37rem + 1.44vw) !important;
}

.fs-4 {
  font-size: calc(1.335rem + 1.02vw) !important;
}

.fs-5 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-6 {
  font-size: calc(1.265rem + 0.18vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 200 !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;
}

.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;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !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-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !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: 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;
  }
  .column-gap-8 {
    column-gap: 8px !important;
  }
  .column-gap-16 {
    column-gap: 16px !important;
  }
  .column-gap-24 {
    column-gap: 24px !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;
        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;
        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;
        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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: 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-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: 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-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 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-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 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-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !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: 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;
        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;
        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;
        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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: 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-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: 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-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 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-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 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-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !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: 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;
        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;
        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;
        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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: 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-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: 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-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 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-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 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-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !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: 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;
        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;
        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;
        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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: 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-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: 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-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 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-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 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-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !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: 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;
        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;
        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;
        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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: 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-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: 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-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 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-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 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-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }
  .fs-2 {
    font-size: 2.8rem !important;
  }
  .fs-3 {
    font-size: 2.45rem !important;
  }
  .fs-4 {
    font-size: 2.1rem !important;
  }
  .fs-5 {
    font-size: 1.75rem !important;
  }
  .fs-6 {
    font-size: 1.4rem !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: 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;
  }
}

body {
  max-width: 100% !important;
  /* stylelint-disable-line */
}

.form-control {
  padding: 1.5rem 1.2rem;
}

.form-control:focus {
  border-color: #ff7f22;
}

.navbar-brand {
  font-size: 2rem;
}

.form-control[readonly] {
  background-color: #fff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 30px;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  /* stylelint-disable-line */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

body {
  min-width: 130rem;
  margin: 0;
  color: #171d25;
  font-size: 1.4rem;
  word-wrap: break-word;
  /* stylelint-disable */
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  /* stylelint-enable */
  background-color: #f3f3f5;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #2e343b;
  cursor: pointer;
}

a:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #ff7f22;
}

p {
  margin-bottom: 0;
  word-break: normal;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a8a8a7 !important;
  /* stylelint-disable-line */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a8a8a7 !important;
  /* stylelint-disable-line */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a8a8a7 !important;
  /* stylelint-disable-line */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a8a8a7 !important;
  /* stylelint-disable-line */
}

input::placeholder,
textarea::placeholder {
  color: #a8a8a7 !important;
  /* stylelint-disable-line */
}

/* stylelint-disable*/
.line-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}
.line-limit--1 {
  -webkit-line-clamp: 1;
}

.line-limit--2 {
  -webkit-line-clamp: 2;
}

.line-limit--3 {
  -webkit-line-clamp: 3;
}

.line-limit--4 {
  -webkit-line-clamp: 4;
}

.line-limit--5 {
  -webkit-line-clamp: 5;
}

/* stylelint-enable*/
.text-note {
  color: #6e7379;
}

.image-thumb {
  min-width: 5.6rem;
}

.image-thumb--max {
  max-width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
}

.image-thumb--max:hover {
  cursor: pointer;
}

.image-thumb__label:hover {
  cursor: pointer;
}

.image-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-thumb:hover {
  cursor: pointer;
}

.font-weight-bold {
  font-weight: 700 !important;
  /* stylelint-disable-line */
}

.fz-10 {
  font-size: 1rem;
}

.fz-12 {
  font-size: 1.2rem !important;
  /* stylelint-disable-line */
}

.fz-13 {
  font-size: 1.3rem !important;
  /* stylelint-disable-line */
}

.fz-14 {
  font-size: 1.4rem !important;
  /* stylelint-disable-line */
}

.fz-16 {
  font-size: 1.6rem !important;
  /* stylelint-disable-line */
}

.f-lato {
  font-family: "Lato", sans-serif !important;
}

.f-lato * {
  font-family: "Lato", sans-serif;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.bg-sotf-blue {
  background-color: #eceff3;
}

.page-container {
  padding-bottom: 5rem;
}

.text-black {
  color: #171d25;
}

.text-grey {
  color: #42484f;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #ff7f22;
}

.text-muted {
  color: #BABFC3;
}

.c-grey {
  color: #a8a8a7 !important;
  /* stylelint-disable-line */
}

.c-darkgrey {
  color: #6e7379 !important;
  /* stylelint-disable-line */
}

.c-mid-grey {
  color: #8a8f94 !important;
  /* stylelint-disable-line */
}

.c-lightgrey {
  color: #dbdbdf !important;
  /* stylelint-disable-line */
}

.c-main-grey {
  color: #6e7379 !important;
  /* stylelint-disable-line */
}

.c-number-darkgrey {
  color: #42484f !important;
  /* stylelint-disable-line */
}

.c-main-black {
  color: #171d25 !important;
  /* stylelint-disable-line */
}

.c-black {
  color: #171d25 !important;
  /* stylelint-disable-line */
}

.c-black2 {
  color: #2e343b !important;
  /* stylelint-disable-line */
}

.c-white {
  color: #fff !important;
  /* stylelint-disable-line */
}

.c-text-grey {
  color: #6e7379 !important;
  /* stylelint-disable-line */
}

.c-orange {
  color: #ff7f22;
}

.c-red {
  color: #da5453;
}

.bg-white {
  background-color: #fff;
}

.modal-backdrop + .modal-backdrop {
  z-index: 1060;
}

.modal.modal-level2 {
  z-index: 1100;
}

.is-error {
  border: 0.1rem solid #dc3545;
}

.tooltip {
  font-weight: 700 !important;
  /* stylelint-disable-line */
  letter-spacing: .1rem;
}

.fw-500 {
  font-weight: 500 !important;
  /* stylelint-disable-line */
}

.fw-600 {
  font-weight: 600 !important;
  /* stylelint-disable-line */
}

.fw-400 {
  font-weight: 400 !important;
  /* stylelint-disable-line */
}

/* stylelint-disable declaration-no-important, no-duplicate-selectors */
.form-estimate__sum {
  padding: 20px;
  background: #42484f;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-estimate__sum-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 120px;
  font-weight: 500;
}

.form-estimate__sum-number .text-note {
  position: relative;
  top: 6px;
  margin-left: 16px;
  font-size: 10px;
  font-weight: 400;
  color: #c5c9ce;
}

.form-estimate__confirm {
  padding: 32px 24px;
  background: #fff;
  color: #171d25;
  font-size: 14px;
}

.form-estimate__confirm-list + .form-estimate__confirm-list {
  margin-top: 24px;
}

.form-estimate__confirm-title {
  min-width: 110px;
  margin-right: 46px;
  color: #6e7379;
}

.form-estimate__delivery-date svg {
  fill: #ff7f22;
}

.form-estimate__delivery-info .btn-search-address {
  margin-top: 2.9rem;
}

.form-estimate__product-table:not(.table-on-modal) .product__quantity {
  height: 2.5rem;
}

.form-estimate__textarea textarea {
  min-height: 14.1rem;
  overflow-y: auto;
  z-index: 1;
}

.form-estimate__textarea textarea::-webkit-scrollbar {
  width: 12px;
}

.form-estimate__textarea textarea::-webkit-scrollbar-track {
  background: inherit;
}

.form-estimate__textarea textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.form-estimate__textarea textarea::-webkit-scrollbar-track {
  background-color: #fff;
}

.form-estimate__total-item {
  color: #42484f;
}

.form-estimate__input {
  padding: 2.4rem 1rem 3.5rem;
  background-color: #eceff3;
}

.form-estimate__input .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.form-estimate__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-estimate__field + .form-estimate__field {
  margin-left: 2.4rem;
}

.form-estimate__label {
  display: inline-block;
  margin-bottom: .4rem;
  font-size: 1.2rem;
  color: #8a8f94;
  line-height: 1.7rem;
}

.form-estimate__area .input__field {
  min-width: 50rem;
}

.form-estimate__confirm-info {
  max-height: 10rem;
  overflow-y: auto;
}

.form-estimate {
  width: 100%;
  top: 40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: overlay;
  height: calc(100vh - 64px);
  display: none;
  position: fixed;
  z-index: 9999;
}

.form-estimate--add-product {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: transparent;
  z-index: inherit;
}

.form-estimate--add-product .form-estimate__header {
  height: auto;
  padding: 10px 20px;
}

.form-estimate--add-product .form-estimate__body {
  padding-bottom: 0;
}

.form-estimate--add-product .form-estimate__product-table {
  height: calc(100vh - 265px);
  overflow-y: auto;
}

.form-estimate::-webkit-scrollbar {
  width: 14px;
  right: -5px;
}

.form-estimate::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 10px transparent;
}

.form-estimate::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px #a8a8a7;
          box-shadow: inset 0 0 14px 14px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
}

.form-estimate.show {
  display: block;
}

.form-estimate__backdrop {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.form-estimate__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 64px - 64px);
  overflow-y: auto;
  z-index: 1;
}

.form-estimate__content::-webkit-scrollbar {
  width: 12px;
}

.form-estimate__content::-webkit-scrollbar-track {
  background: inherit;
}

.form-estimate__content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.form-estimate__header {
  height: 80px;
  background-color: white;
  border-radius: 12px 12px 0 0;
  opacity: 1;
  padding: 24px 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
}

.form-estimate__body {
  background-color: #f3f3f5;
  padding-bottom: 5rem;
}

.form-estimate__subtitle {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  border-left: 2px solid #ff7f22;
  padding-left: 8px;
  margin-bottom: 24px;
  margin-top: 32px;
}

.form-estimate__item-text {
  color: #a8a8a7;
}

.form-estimate__item-text--show {
  color: #42484f;
}

.form-estimate__maker-info {
  background-color: #fff;
  padding: 32px 24px;
  overflow-y: hidden;
  max-height: 28rem;
  position: relative;
}

.form-estimate__maker-info--full {
  max-height: initial;
}

.form-estimate__maker-info .row:nth-child(2) {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-estimate__maker-info-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
}

.form-estimate__maker-info-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.form-estimate__maker-info-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
}

.form-estimate__maker-info-footer button {
  color: #ff7f22;
}

.form-estimate__maker-info-footer button:hover {
  color: #ff994e;
}

.form-estimate__maker-info-footer button:hover svg {
  stroke: #ff994e;
}

.form-estimate__delivery-datetime .row:not(:last-child), .form-estimate__delivery-info .row:not(:last-child) {
  padding-bottom: 24px !important;
}

.form-estimate .delivery-info__name .dropdown .select {
  display: grid;
  grid-template-columns: auto 50px;
  grid-template-areas: 'content delete';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-estimate .delivery-info__name .dropdown .select .content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #eceff3;
}

.form-estimate .delivery-info__name .dropdown .select .sub-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #c5c9ce;
}

.form-estimate .delivery-info__name .dropdown .select:hover button.btn-text {
  color: #ff7f22;
}

.form-estimate .delivery-info__name button.btn-text {
  color: #8a8f94;
  padding: 0;
  margin-left: auto;
  display: block;
}

.form-estimate .delivery-info #btn-search-address {
  margin-top: 32px !important;
  min-width: 160px;
}

.form-estimate__delivery-date button, .form-estimate__delivery-time-input-group button {
  border-radius: 0 4px 4px 0 !important;
}

.form-estimate__delivery-date input.is-invalid + button, .form-estimate__delivery-time-input-group input.is-invalid + button {
  border-top: 1px solid #dc3545;
  border-right: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
}

.form-estimate__delivery-time .option {
  top: 51px;
}

.form-estimate__btn {
  margin-top: 48px;
}

.form-estimate__btn button {
  min-width: 160px;
}

.form-estimate__btn button + button {
  margin-left: 24px;
}

.form-estimate__item-number {
  font-size: 1.2rem;
  color: #42484f;
}

.form-estimate__action-item {
  position: relative;
}

.form-estimate__action-item button:hover {
  color: #ff7f22;
}

.form-estimate__action-item button:hover svg > * {
  fill: #ff7f22;
}

.form-estimate__action-item + .form-estimate__action-item:before {
  position: absolute;
  content: '';
  width: .1rem;
  height: 2rem;
  background: #6e7379;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-estimate__input .input__field,
.form-estimate__input select {
  font-size: 1.2rem;
  font-weight: 500;
}

.form-estimate__status, .form-estimate__transaction {
  width: 32.2rem;
}

.form-estimate__period-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-estimate__period-date .input__field {
  min-width: 15rem;
}

.form-estimate__period-range {
  margin: 0 .8rem;
}

.product__name {
  text-decoration: underline;
  line-height: 17.38px;
}

.product__name a {
  color: #42484f;
}

.product__name a:hover {
  color: #42484f;
}

.product__add .button {
  height: 3.2rem;
  line-height: 1;
}

.product__retail-price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Lato", sans-serif;
}

.product__note {
  min-width: 20rem;
  max-width: 20rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #42484f;
}

.product__note--w-auto {
  min-width: 100%;
}

.product__note textarea {
  width: 100%;
  min-height: 6rem;
  padding: .8rem 1.2rem;
  border-radius: .6rem;
  border: 1px solid #dadfe3;
  font-size: 1.2rem;
  resize: none;
  background-color: #f3f3f5;
  overflow-y: auto;
  z-index: 1;
  outline: none;
}

.product__note textarea::-webkit-scrollbar {
  width: 12px;
}

.product__note textarea::-webkit-scrollbar-track {
  background: inherit;
}

.product__note textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product__note textarea:focus {
  border: 1px solid #ff7f22;
}

.product__note:focus {
  border-color: #ff7f22;
  outline: 0;
}

.product--custom {
  position: relative;
}

.product--custom:after {
  content: attr(data-label);
  top: 8px;
  left: 0;
  position: absolute;
  padding: 2.5px 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #fcfdfe;
  background-color: #dbdbdf;
}

.product__maker {
  width: 8rem;
  overflow-y: auto;
  z-index: 1;
  max-height: 7.2rem;
  display: block;
}

.product__maker::-webkit-scrollbar {
  width: 12px;
}

.product__maker::-webkit-scrollbar-track {
  background: inherit;
}

.product__maker::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product__maker input[type='text'] {
  background-color: #eceff3;
  height: 25px;
  padding: 0 12px;
}

.product__maker-input {
  width: 12rem !important;
}

.product__quantity {
  width: 7.6rem;
  border-radius: .4rem;
  border: 1px solid #dadfe3;
  color: #42484f;
}

.product__quantity:focus {
  border-color: #ff7f22;
  outline: 0;
}

.product__action {
  margin-left: 1rem;
  padding: 0 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product__action:hover {
  cursor: pointer;
  opacity: .8;
}

.product__action:hover svg circle {
  fill: #ff7f22;
}

.product__status {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #42484f;
  padding-left: 1.4rem;
  white-space: nowrap;
}

.product__status--request:before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #ff7f22;
}

.product__percent {
  max-width: 13.4rem;
}

.product__percent-number input[type='text'].input-mini {
  width: 3.3rem;
  height: 2.5rem;
}

.product__percent-number .product__percent-input,
.product__percent-number .product__btn-update {
  display: none;
}

.product__percent-number.edit-mode .product__percent-input,
.product__percent-number.edit-mode .product__btn-update {
  display: block;
}

.product__percent-number.edit-mode .product__percent-value,
.product__percent-number.edit-mode .product__btn-edit {
  display: none;
}

.product__percent-number-modal input[type='text'].input-mini {
  width: 3.3rem;
  height: 2.5rem;
}

.product__percent-number-modal .product__percent-input-modal {
  display: none;
}

.product__percent-number-modal.edit-mode .product__percent-value-modal {
  display: none;
}

.product__percent-number-modal.edit-mode .product__percent-input-modal {
  display: inline-block;
}

.product__item-name {
  max-width: 27.1rem;
}

.product__item-name-title {
  font-family: "Lato", sans-serif;
  color: #171d25;
}

.product__item-name textarea {
  color: #171d25;
}

.product__category-item {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.product__color div.c-dropdown {
  width: 15rem;
  margin: 0 auto;
}

.product__color [data-placeholder]:empty:not(:focus):before {
  color: #a8a8a7;
}

.product__color .text {
  color: #171d25;
}

.product__item-note {
  color: #42484f;
}

.input__field {
  min-height: 4.8rem;
  padding: 13px 12px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dadfe3;
}

.input__field::-webkit-input-placeholder {
  color: #a8a8a7;
}

.input__field::-moz-placeholder {
  color: #a8a8a7;
}

.input__field:-ms-input-placeholder {
  color: #a8a8a7;
}

.input__field::-ms-input-placeholder {
  color: #a8a8a7;
}

.input__field::placeholder {
  color: #a8a8a7;
}

.input-flat {
  position: relative;
}

.input-flat .input__field {
  border: none;
  border-bottom: 1px solid #a8a8a7;
  outline: 0;
  background: transparent;
  border-radius: 0;
}

.input-flat .input__field:focus {
  border-color: #ff7f22;
  background: #fff;
}

.input-flat--icon-search {
  position: relative;
}

.input-flat--icon-search:before {
  position: absolute;
  content: '';
  width: 1.6rem;
  height: 1.5rem;
  left: .4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 7C12.5 10.0376 10.0376 12.5 7 12.5C3.96243 12.5 1.5 10.0376 1.5 7C1.5 3.96243 3.96243 1.5 7 1.5C10.0376 1.5 12.5 3.96243 12.5 7ZM11.5874 12.2874C10.3589 13.3543 8.75485 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 8.57052 13.4828 10.0202 12.6094 11.1881L14.9244 13.5031C15.2173 13.796 15.2173 14.2709 14.9244 14.5638C14.6315 14.8567 14.1567 14.8567 13.8638 14.5638L11.5874 12.2874Z' fill='%23FF7F22'/%3E%3C/svg%3E");
}

.input-flat--icon-search input {
  padding-left: 2.8rem;
}

.input-flat--icon-search input::-webkit-input-placeholder {
  font-size: 1.2rem;
}

.input-flat--icon-search input::-moz-placeholder {
  font-size: 1.2rem;
}

.input-flat--icon-search input:-ms-input-placeholder {
  font-size: 1.2rem;
}

.input-flat--icon-search input::-ms-input-placeholder {
  font-size: 1.2rem;
}

.input-flat--icon-search input::placeholder {
  font-size: 1.2rem;
}

.input-flat button {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  border-radius: 0 !important;
  /* stylelint-disable-line */
  background-color: transparent !important;
  /* stylelint-disable-line */
}

.input-flat button svg {
  fill: #ff7f22;
}

.input-flat button:hover {
  background-color: transparent !important;
  /* stylelint-disable-line */
}

.btn-outline {
  color: #dadfe3;
  border: 1px solid #dadfe3;
  border-radius: 8px;
}

.btn-outline:hover {
  background-color: rgba(218, 223, 227, 0.1);
  color: #dadfe3;
}

.btn-outline:active {
  background-color: rgba(218, 223, 227, 0.2);
  color: #dadfe3;
}

.btn-outline--red {
  color: #DD443C;
  border: 1px solid #DD443C;
  border-radius: 8px;
}

.btn-outline--red:hover {
  background-color: rgba(221, 68, 60, 0.1);
  color: #DD443C;
}

.btn-outline--red:active {
  background-color: rgba(221, 68, 60, 0.2);
  color: #DD443C;
}

.button {
  min-width: 10.4rem;
  min-height: 4.1rem;
  padding: 1.3rem 2.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button a {
  text-decoration: none;
  color: currentColor;
}

.button:hover {
  opacity: .8;
  color: #fff;
}

.button--no-border {
  border: none;
}

.button--no-bg {
  background: transparent;
  color: #8a8f94;
}

.button--no-bg:hover {
  color: #8a8f94;
}

.button--small {
  min-width: 5.8rem;
  min-height: 3.2rem;
  padding: .7rem 1rem;
  font-size: 1.2rem;
}

.button--large {
  min-width: 32rem;
}

.button--text-white {
  color: #fff;
}

.button--text-orange {
  color: #ff7f22;
}

.button--text-orange:hover {
  color: currentColor;
}

.button--radius-0 {
  border-radius: 0 !important;
  /* stylelint-disable-line */
}

.button--radius-4 {
  border-radius: 4px !important;
  /* stylelint-disable-line */
}

.button--radius-6 {
  border-radius: 0.6rem !important;
  /* stylelint-disable-line */
}

.button--radius-10 {
  border-radius: 1rem !important;
  /* stylelint-disable-line */
}

.button--border-grey {
  border: 1px solid #c5c9ce;
  color: #6e7379;
}

.button--border-mid-grey {
  border: 1px solid #8a8f94;
  color: #6e7379;
}

.button--border-orange {
  border: 1px solid #ff7f22;
  color: #ff7f22 !important;
  /* stylelint-disable-line */
}

.button--bg-white {
  background-color: #fff;
  color: #6e7379;
}

.button--bg-white:hover {
  color: #000;
}

.button--bg-orange {
  background-color: #ff7f22;
  color: #fff;
}

.button-back {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button-back:hover {
  background-color: #706f6f;
}

.table-button {
  min-width: 10.8rem;
}

.table-button.button--small {
  padding: .7rem 1.6rem;
  font-size: 1.2rem;
}

.table-button--edit {
  min-width: 7.2rem;
}

.input-radio-custom {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-radio-custom + .input-radio-custom {
  margin-left: 3rem;
}

.input-radio-custom--inline {
  display: inline-block;
}

.input-radio-custom--inline:not(:first-child) {
  margin-left: 20px;
}

.input-radio-custom .input-radio {
  position: absolute;
  opacity: 0;
}

.input-radio-custom .input-radio + .input-radio-label {
  margin-bottom: 0;
  padding-left: 2rem;
  cursor: pointer;
}

.input-radio-custom .input-radio + .input-radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #6e7379;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.input-radio-custom .input-radio + .input-radio-label:after {
  width: .6rem;
  height: .6rem;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: .4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-radio-custom .input-radio:checked + .input-radio-label:before {
  /* stylelint-disable-line */
  background-color: #fff;
  border: 1px solid #ff7f22;
}

.input-radio-custom .input-radio:checked + .input-radio-label:after {
  background: #ff7f22;
}

.input-radio-custom .input-radio:disabled + .input-radio-label:before {
  /* stylelint-disable-line */
  -webkit-box-shadow: inset 0 0 0 3px #ff7f22;
          box-shadow: inset 0 0 0 3px #ff7f22;
  border-color: #3d4044;
  background: #cccccc;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.6rem;
  overflow-y: hidden;
}

.table-responsive.product-table {
  overflow: visible;
}

.table {
  margin-bottom: 0;
}

.table th {
  font-weight: 700;
  white-space: nowrap;
}

.table td {
  padding: 2.2rem .4rem;
  border-bottom-width: 0;
  color: #42484f;
}

.table--product.product-table {
  display: block;
}

.table--product .input-line {
  border-bottom: 1px solid #c5c9ce;
}

.table--product th {
  height: 4.8rem;
  padding: .3rem .5rem;
  background-color: #42484f;
  color: #fff;
}

.table--product th:first-child {
  border-top-left-radius: 1rem;
  padding-left: 2rem;
}

.table--product th:last-child {
  border-top-right-radius: 1rem;
  padding-right: 1.5rem;
}

.table--border-separate {
  border-collapse: separate;
  border-spacing: 0 .8rem;
}

.table--text-grey td {
  color: #6e7379;
}

.table__head--text-white th,
.table__head--text-white td {
  color: #fff !important;
  /* stylelint-disable-line */
}

.table .table-col-1 {
  width: 1%;
}

.table .table-col-2 {
  width: 2%;
}

.table .table-col-3 {
  width: 3%;
}

.table .table-col-4 {
  width: 4%;
}

.table .table-col-5 {
  width: 5%;
}

.table .table-col-6 {
  width: 6%;
}

.table .table-col-7 {
  width: 7%;
}

.table .table-col-8 {
  width: 8%;
}

.table .table-col-9 {
  width: 9%;
}

.table .table-col-10 {
  width: 10%;
}

.table .table-col-11 {
  width: 11%;
}

.table .table-col-12 {
  width: 12%;
}

.table .table-col-13 {
  width: 13%;
}

.table .table-col-14 {
  width: 14%;
}

.table .table-col-15 {
  width: 15%;
}

.table .table-col-16 {
  width: 16%;
}

.table .table-col-17 {
  width: 17%;
}

.table .table-col-18 {
  width: 18%;
}

.table .table-col-19 {
  width: 19%;
}

.table .table-col-20 {
  width: 20%;
}

.table .table-col-21 {
  width: 21%;
}

.table .table-col-22 {
  width: 22%;
}

.table .table-col-23 {
  width: 23%;
}

.table .table-col-24 {
  width: 24%;
}

.table .table-col-25 {
  width: 25%;
}

.table .table-col-26 {
  width: 26%;
}

.table .table-col-27 {
  width: 27%;
}

.table .table-col-28 {
  width: 28%;
}

.table .table-col-29 {
  width: 29%;
}

.table .table-col-30 {
  width: 30%;
}

.table .table-col-31 {
  width: 31%;
}

.table .table-col-32 {
  width: 32%;
}

.table .table-col-33 {
  width: 33%;
}

.table .table-col-34 {
  width: 34%;
}

.table .table-col-35 {
  width: 35%;
}

.table .table-col-36 {
  width: 36%;
}

.table .table-col-37 {
  width: 37%;
}

.table .table-col-38 {
  width: 38%;
}

.table .table-col-39 {
  width: 39%;
}

.table .table-col-40 {
  width: 40%;
}

.table .table-col-41 {
  width: 41%;
}

.table .table-col-42 {
  width: 42%;
}

.table .table-col-43 {
  width: 43%;
}

.table .table-col-44 {
  width: 44%;
}

.table .table-col-45 {
  width: 45%;
}

.table .table-col-46 {
  width: 46%;
}

.table .table-col-47 {
  width: 47%;
}

.table .table-col-48 {
  width: 48%;
}

.table .table-col-49 {
  width: 49%;
}

.table .table-col-50 {
  width: 50%;
}

.table .table-col-51 {
  width: 51%;
}

.table .table-col-52 {
  width: 52%;
}

.table .table-col-53 {
  width: 53%;
}

.table .table-col-54 {
  width: 54%;
}

.table .table-col-55 {
  width: 55%;
}

.table .table-col-56 {
  width: 56%;
}

.table .table-col-57 {
  width: 57%;
}

.table .table-col-58 {
  width: 58%;
}

.table .table-col-59 {
  width: 59%;
}

.table .table-col-60 {
  width: 60%;
}

.table .table-col-61 {
  width: 61%;
}

.table .table-col-62 {
  width: 62%;
}

.table .table-col-63 {
  width: 63%;
}

.table .table-col-64 {
  width: 64%;
}

.table .table-col-65 {
  width: 65%;
}

.table .table-col-66 {
  width: 66%;
}

.table .table-col-67 {
  width: 67%;
}

.table .table-col-68 {
  width: 68%;
}

.table .table-col-69 {
  width: 69%;
}

.table .table-col-70 {
  width: 70%;
}

.table .table-col-71 {
  width: 71%;
}

.table .table-col-72 {
  width: 72%;
}

.table .table-col-73 {
  width: 73%;
}

.table .table-col-74 {
  width: 74%;
}

.table .table-col-75 {
  width: 75%;
}

.table .table-col-76 {
  width: 76%;
}

.table .table-col-77 {
  width: 77%;
}

.table .table-col-78 {
  width: 78%;
}

.table .table-col-79 {
  width: 79%;
}

.table .table-col-80 {
  width: 80%;
}

.table .table-col-81 {
  width: 81%;
}

.table .table-col-82 {
  width: 82%;
}

.table .table-col-83 {
  width: 83%;
}

.table .table-col-84 {
  width: 84%;
}

.table .table-col-85 {
  width: 85%;
}

.table .table-col-86 {
  width: 86%;
}

.table .table-col-87 {
  width: 87%;
}

.table .table-col-88 {
  width: 88%;
}

.table .table-col-89 {
  width: 89%;
}

.table .table-col-90 {
  width: 90%;
}

.table .table-col-91 {
  width: 91%;
}

.table .table-col-92 {
  width: 92%;
}

.table .table-col-93 {
  width: 93%;
}

.table .table-col-94 {
  width: 94%;
}

.table .table-col-95 {
  width: 95%;
}

.table .table-col-96 {
  width: 96%;
}

.table .table-col-97 {
  width: 97%;
}

.table .table-col-98 {
  width: 98%;
}

.table .table-col-99 {
  width: 99%;
}

.table .table-col-100 {
  width: 100%;
}

.table--colgroup th {
  font-weight: 400;
  color: #6e7379;
}

.table--colgroup td {
  color: #171d25;
}

.table--colgroup th,
.table--colgroup td {
  padding: .6rem 0;
}

.table--vertical-top th,
.table--vertical-top td {
  vertical-align: top;
}

.table--vertical-middle th,
.table--vertical-middle td {
  vertical-align: middle;
}

.table td:first-child,
.table th:first-child,
.table .first-cell {
  padding-left: 2rem;
}

.table td:last-child,
.table th:last-child,
.table .last-cell {
  padding-right: 1.5rem;
}

.table__row {
  background-color: #fff;
}

.table__row td:first-child,
.table__row th:first-child {
  padding-left: 2rem;
}

.table__row td:last-child,
.table__row th:last-child {
  padding-right: 1.5rem;
}

.table__row:hover {
  -webkit-box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
}

.table__row.hover-no-effect:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

.table__row--status-cancel {
  background-color: #dbdbdf;
}

.table__row--status-cancel .product__status {
  color: #8a8f94;
  font-weight: 400;
}

.table__row--status-cancel .table-button {
  background-color: transparent;
  border: 1px solid #8a8f94;
  color: #6e7379;
}

.table--body-white tbody tr {
  background-color: #fff;
}

.table .expanded-textarea {
  width: 200px;
  overflow-y: auto;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #6e7379;
  z-index: auto;
}

.table .expanded-textarea::-webkit-scrollbar {
  width: 12px;
}

.table .expanded-textarea::-webkit-scrollbar-track {
  background: inherit;
}

.table .expanded-textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.table .expanded-textarea textarea {
  width: 200px;
  height: 60px;
  min-height: 6rem;
  padding: .8rem 1.2rem;
  border-radius: .6rem;
  border: 1px solid #dadfe3;
  font-size: 1.2rem;
  resize: none;
  background-color: #f3f3f5;
  overflow-y: auto;
  z-index: 1;
  outline: none;
}

.table .expanded-textarea textarea::-webkit-scrollbar {
  width: 12px;
}

.table .expanded-textarea textarea::-webkit-scrollbar-track {
  background: inherit;
}

.table .expanded-textarea textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.table .expanded-textarea textarea:focus {
  border: 1px solid #ff7f22;
  width: 400px;
  height: 200px;
  z-index: 5;
}

.table .expanded-textarea textarea.is-invalid {
  border-color: #dc3545;
}

/* stylelint-disable*/
.product-table {
  display: none;
}

.product-table--show {
  display: block;
}

.product-table--drag-hover {
  -webkit-box-shadow: 0 0 0 1px #ff7f22;
          box-shadow: 0 0 0 1px #ff7f22;
}

.product-table__btn-sort {
  width: 20px;
  background-image: url('/assets/icon/sort.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.product-table__btn-sort.asc {
  width: 20px;
  background-image: url('/assets/icon/sort-asc.svg');
}

.product-table__btn-sort.desc {
  width: 20px;
  background-image: url('/assets/icon/sort-desc.svg');
}

.product-table__btn-sort.active svg {
  fill: #ff7f22;
}

.product-table table {
  border-collapse: separate;
  border-spacing: 0 8px;
  background-color: #f2f2f4;
}

.product-table table p {
  margin-bottom: 0;
}

.product-table table thead {
  font-size: 12px;
}

.product-table table .hide {
  display: none;
}

.product-table table thead th {
  padding: 1.3rem .4rem;
  vertical-align: middle;
  background-color: #42484f;
  color: #fff;
}

.product-table table thead th span {
  vertical-align: middle;
}

.product-table table thead th:first-child,
.product-table table thead .first-cell {
  border-top-left-radius: 10px;
}

.product-table table thead th:last-child,
.product-table table thead .last-cell {
  border-top-right-radius: 10px;
}

.product-table table tbody {
  font-size: 14px;
  color: #42484f;
}

.product-table table tbody td {
  background-color: #fff;
  vertical-align: middle;
  border: none;
  border-left: 0.3rem solid #fff;
}

.product-table table tbody tr:hover {
  -webkit-box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
}

.product-table table .ui-sortable-helper {
  -webkit-box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-table table tbody tr td:first-child.selected {
  border-color: #ff7f22 !important;
}

.product-table table .table-col-1 {
  width: 1%;
}

.product-table table .table-col-2 {
  width: 2%;
}

.product-table table .table-col-3 {
  width: 3%;
}

.product-table table .table-col-4 {
  width: 4%;
}

.product-table table .table-col-5 {
  width: 5%;
}

.product-table table .table-col-6 {
  width: 6%;
}

.product-table table .table-col-7 {
  width: 7%;
}

.product-table table .table-col-8 {
  width: 8%;
}

.product-table table .table-col-9 {
  width: 9%;
}

.product-table table .table-col-10 {
  width: 10%;
}

.product-table table .table-col-11 {
  width: 11%;
}

.product-table table .table-col-12 {
  width: 12%;
}

.product-table table .table-col-13 {
  width: 13%;
}

.product-table table .table-col-14 {
  width: 14%;
}

.product-table table .table-col-15 {
  width: 15%;
}

.product-table table .table-col-16 {
  width: 16%;
}

.product-table table .table-col-17 {
  width: 17%;
}

.product-table table .table-col-18 {
  width: 18%;
}

.product-table table .table-col-19 {
  width: 19%;
}

.product-table table .table-col-20 {
  width: 20%;
}

.product-table table .table-col-21 {
  width: 21%;
}

.product-table table .table-col-22 {
  width: 22%;
}

.product-table table .table-col-23 {
  width: 23%;
}

.product-table table .table-col-24 {
  width: 24%;
}

.product-table table .table-col-25 {
  width: 25%;
}

.product-table table .table-col-26 {
  width: 26%;
}

.product-table table .table-col-27 {
  width: 27%;
}

.product-table table .table-col-28 {
  width: 28%;
}

.product-table table .table-col-29 {
  width: 29%;
}

.product-table table .table-col-30 {
  width: 30%;
}

.product-table table .table-col-31 {
  width: 31%;
}

.product-table table .table-col-32 {
  width: 32%;
}

.product-table table .table-col-33 {
  width: 33%;
}

.product-table table .table-col-34 {
  width: 34%;
}

.product-table table .table-col-35 {
  width: 35%;
}

.product-table table .table-col-36 {
  width: 36%;
}

.product-table table .table-col-37 {
  width: 37%;
}

.product-table table .table-col-38 {
  width: 38%;
}

.product-table table .table-col-39 {
  width: 39%;
}

.product-table table .table-col-40 {
  width: 40%;
}

.product-table table .table-col-41 {
  width: 41%;
}

.product-table table .table-col-42 {
  width: 42%;
}

.product-table table .table-col-43 {
  width: 43%;
}

.product-table table .table-col-44 {
  width: 44%;
}

.product-table table .table-col-45 {
  width: 45%;
}

.product-table table .table-col-46 {
  width: 46%;
}

.product-table table .table-col-47 {
  width: 47%;
}

.product-table table .table-col-48 {
  width: 48%;
}

.product-table table .table-col-49 {
  width: 49%;
}

.product-table table .table-col-50 {
  width: 50%;
}

.product-table table .table-col-51 {
  width: 51%;
}

.product-table table .table-col-52 {
  width: 52%;
}

.product-table table .table-col-53 {
  width: 53%;
}

.product-table table .table-col-54 {
  width: 54%;
}

.product-table table .table-col-55 {
  width: 55%;
}

.product-table table .table-col-56 {
  width: 56%;
}

.product-table table .table-col-57 {
  width: 57%;
}

.product-table table .table-col-58 {
  width: 58%;
}

.product-table table .table-col-59 {
  width: 59%;
}

.product-table table .table-col-60 {
  width: 60%;
}

.product-table table .table-col-61 {
  width: 61%;
}

.product-table table .table-col-62 {
  width: 62%;
}

.product-table table .table-col-63 {
  width: 63%;
}

.product-table table .table-col-64 {
  width: 64%;
}

.product-table table .table-col-65 {
  width: 65%;
}

.product-table table .table-col-66 {
  width: 66%;
}

.product-table table .table-col-67 {
  width: 67%;
}

.product-table table .table-col-68 {
  width: 68%;
}

.product-table table .table-col-69 {
  width: 69%;
}

.product-table table .table-col-70 {
  width: 70%;
}

.product-table table .table-col-71 {
  width: 71%;
}

.product-table table .table-col-72 {
  width: 72%;
}

.product-table table .table-col-73 {
  width: 73%;
}

.product-table table .table-col-74 {
  width: 74%;
}

.product-table table .table-col-75 {
  width: 75%;
}

.product-table table .table-col-76 {
  width: 76%;
}

.product-table table .table-col-77 {
  width: 77%;
}

.product-table table .table-col-78 {
  width: 78%;
}

.product-table table .table-col-79 {
  width: 79%;
}

.product-table table .table-col-80 {
  width: 80%;
}

.product-table table .table-col-81 {
  width: 81%;
}

.product-table table .table-col-82 {
  width: 82%;
}

.product-table table .table-col-83 {
  width: 83%;
}

.product-table table .table-col-84 {
  width: 84%;
}

.product-table table .table-col-85 {
  width: 85%;
}

.product-table table .table-col-86 {
  width: 86%;
}

.product-table table .table-col-87 {
  width: 87%;
}

.product-table table .table-col-88 {
  width: 88%;
}

.product-table table .table-col-89 {
  width: 89%;
}

.product-table table .table-col-90 {
  width: 90%;
}

.product-table table .table-col-91 {
  width: 91%;
}

.product-table table .table-col-92 {
  width: 92%;
}

.product-table table .table-col-93 {
  width: 93%;
}

.product-table table .table-col-94 {
  width: 94%;
}

.product-table table .table-col-95 {
  width: 95%;
}

.product-table table .table-col-96 {
  width: 96%;
}

.product-table table .table-col-97 {
  width: 97%;
}

.product-table table .table-col-98 {
  width: 98%;
}

.product-table table .table-col-99 {
  width: 99%;
}

.product-table table .table-col-100 {
  width: 100%;
}

.product-table table .product__image-wrapper {
  width: 6rem;
  height: 6rem;
}

.product-table table .product__image-wrapper img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-table table .product__input-price {
  width: 9rem;
  height: 25px;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: .4rem;
  background-color: #eceff3;
  border: 1px solid #c5c9ce;
  text-align: left;
  height: auto;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #171d25;
}

.product-table table .product__input-price:focus {
  border-color: #ff7f22;
  outline: none;
}

.product-table table .product__quantity {
  width: 7rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: .4rem;
  background-color: #eceff3;
  border: 1px solid #c5c9ce;
  text-align: left;
  height: 25px;
  padding: 0 12px;
}

.product-table table .product__quantity:focus {
  border-color: #ff7f22;
  outline: none;
}

.product-table table .product__retail-price {
  color: #42484f;
}

.product-table table .product__wholesale-price {
  color: #6e7379;
  font-size: 12px;
}

.product-table table textarea.form-control {
  border-radius: 6px;
  min-height: 67px;
  padding: 8px 12px;
  overflow-y: overlay;
  background-color: #f3f3f5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table table textarea.form-control::-webkit-scrollbar {
  width: 10px;
  right: -5px;
}

.product-table table textarea.form-control::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 10px transparent;
}

.product-table table textarea.form-control::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px #6e7379;
          box-shadow: inset 0 0 14px 14px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
}

.trading-status,
.inventory-status {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  text-underline-offset: 1px;
}

.trading-status--grey,
.inventory-status--grey {
  color: #a8a8a7;
}

.trading-status--grey a,
.trading-status--grey p,
.trading-status--grey span,
.inventory-status--grey a,
.inventory-status--grey p,
.inventory-status--grey span {
  color: #a8a8a7;
}

.trading-status--blue,
.inventory-status--blue {
  color: #4c66e4;
}

.trading-status--blue a,
.trading-status--blue p,
.trading-status--blue span,
.inventory-status--blue a,
.inventory-status--blue p,
.inventory-status--blue span {
  color: #4c66e4;
}

.trading-status--green,
.inventory-status--green {
  color: #2fb45c;
  color: #2fb45c;
}

.trading-status--green a,
.trading-status--green p,
.trading-status--green span,
.inventory-status--green a,
.inventory-status--green p,
.inventory-status--green span {
  color: #2fb45c;
}

.trading-status--red,
.inventory-status--red {
  color: #da5453;
}

.trading-status--red a,
.trading-status--red p,
.trading-status--red span,
.inventory-status--red a,
.inventory-status--red p,
.inventory-status--red span {
  color: #da5453;
}

.trading-status__detail,
.inventory-status__detail {
  font-weight: normal;
  font-size: 10px;
}

.trading-status__sub-detail,
.inventory-status__sub-detail {
  color: #a8a8a7 !important;
  text-decoration: line-through;
}

.trading-status__sub-detail a,
.trading-status__sub-detail p,
.trading-status__sub-detail span,
.inventory-status__sub-detail a,
.inventory-status__sub-detail p,
.inventory-status__sub-detail span {
  color: #a8a8a7 !important;
  text-decoration: line-through;
}

/*stylelint-enable*/
/* stylelint-disable declaration-no-important, no-duplicate-selectors */
.info-table .group:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.info-table .product__quantity {
  height: 2.5rem;
}

.info-table__select {
  padding: 12px 0 12px 24px;
  background-color: #fff;
}

.select-dropdown:before {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: .8rem;
  background: url('/assets/icon/icon-arrow-down-orange.svg') no-repeat;
  top: 2rem;
  right: 1.5rem;
  pointer-events: none;
  z-index: 1;
}

.select-dropdown {
  position: relative;
}

.select-dropdown__arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.select-dropdown select {
  height: 4.8rem;
  padding-right: 3.5rem !important;
  /* stylelint-disable-line */
  line-height: 1;
  color: #171d25;
}

.select-dropdown select .selected {
  color: #a8a8a7;
}

.select-dropdown .form-control.is-invalid {
  background-position: right calc(.375em + 3.1875rem) center;
}

.select-dropdown--flat select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #a8a8a7;
  background: transparent;
  color: #171d25;
}

.select-dropdown--flat select:focus {
  border-color: #ff7f22;
}

.dropdown-list .c-dropdown div.c-dropdown__result {
  color: #a8a8a7;
  font-weight: 500;
  line-height: 2.5rem !important;
  /* stylelint-disable-line */
}

.dropdown-list .dropdown-item {
  position: relative;
  padding-left: 4rem;
}

.dropdown-list .dropdown-item--active:before {
  position: absolute;
  content: '';
  width: 1rem;
  height: .8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.6rem;
  background: url('/assets/icon/icon-check-dropdown.svg');
}

.dropdown-list .dropdown-item span {
  white-space: normal;
}

.dropdown-list .c-dropdown__menu {
  min-width: 36.8rem;
  max-width: 36.8rem;
}

.dropdown-list .c-dropdown__menu--small {
  min-width: 18.4rem;
}

.dropdown-list .c-dropdown__menu--multil {
  background-color: transparent;
  min-width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-list .c-dropdown__body {
  max-height: 44.8rem;
}

.dropdown-list .c-dropdown__lvl1,
.dropdown-list .c-dropdown__lvl2 {
  background-color: #171d25;
}

.dropdown-list .c-dropdown__lvl1 li,
.dropdown-list .c-dropdown__lvl2 li {
  position: relative;
}

.dropdown-list .c-dropdown__lvl1 {
  width: 18.4rem;
  max-width: 100%;
  min-width: auto;
  overflow: visible;
}

.dropdown-list .c-dropdown__lvl1 li:hover .c-dropdown__lvl2 {
  display: block;
}

.dropdown-list .c-dropdown__lvl2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 36.8rem;
  max-height: 44.8rem;
  overflow-y: auto;
  z-index: 1;
  display: none;
}

.dropdown-list .c-dropdown__lvl2::-webkit-scrollbar {
  width: 12px;
}

.dropdown-list .c-dropdown__lvl2::-webkit-scrollbar-track {
  background: inherit;
}

.dropdown-list .c-dropdown__lvl2::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.dropdown-list .c-dropdown__lvl2 .c-dropdown__item {
  padding-left: 0;
}

.dropdown-list .c-dropdown .c-dropdown__lvl2 .c-dropdown__item span {
  padding-left: 4rem;
}

.dropdown-list .c-dropdown .c-dropdown__lvl2 .c-dropdown__item span .icn-active {
  display: none;
  position: absolute;
  background-image: url('/assets/icon/check-accent.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown-list .c-dropdown input[type='radio']:checked + span {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-list .c-dropdown__expanded-icon:after {
  right: 1.6rem;
  content: none;
}

.dropdown-list [data-placeholder]:empty:not(:focus):before {
  color: #a8a8a7;
}

.dropdown-list--grey .c-dropdown--border .c-dropdown__trigger {
  border: none;
  background-color: #42484f;
}

.dropdown-list--grey [data-placeholder]:empty:not(:focus):before {
  color: #fff;
}

.dropdown-list--grey .c-dropdown div.c-dropdown__result {
  color: #fff;
}

.dropdown-list .c-dropdown__result {
  position: relative;
}

.dropdown-list .c-dropdown__result:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('/assets/icon/down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem 1.6rem;
  pointer-events: none;
}

.dropdown-list .c-dropdown__result.highlight:after {
  background-image: url('/assets/icon/up.png');
}

/* stylelint-disable*/
.s-dropdown {
  position: relative;
  display: inline-block;
  z-index: 100;
  width: 100%;
}

.s-dropdown__triggle {
  cursor: pointer;
}

.s-dropdown__expanded-icon .s-dropdown__result {
  padding-right: 30px;
}

.s-dropdown__expanded-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('/assets/icon/down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  pointer-events: none;
}

.s-dropdown__result {
  padding: 0;
  width: 100%;
}

input[type='text'].s-dropdown__result {
  padding-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

div.s-dropdown__result {
  height: 4.8rem;
  width: 100%;
  overflow: hidden;
  line-height: 3rem !important;
  padding: 1rem 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
  color: #eceff3;
}

.s-dropdown__menu {
  position: absolute;
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  left: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.s-dropdown__menu.show {
  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: 185px;
}

.s-dropdown__menu.bg-black-gray {
  background-color: #2e343b;
}

.s-dropdown__menu.bg-black-gray .s-dropdown__menu-body > .s-dropdown__item {
  background-color: #2e343b;
}

.s-dropdown__menu.bg-black-gray .s-dropdown__menu-body .s-dropdown__item:hover {
  background-color: #42484f;
}

.s-dropdown__menu-header {
  padding: 15px 30px 15px 37px;
}

.s-dropdown__menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 200px;
  overflow-y: overlay;
  overflow-y: auto;
  z-index: 1;
}

.s-dropdown__menu-body::-webkit-scrollbar {
  width: 12px;
}

.s-dropdown__menu-body::-webkit-scrollbar-track {
  background: inherit;
}

.s-dropdown__menu-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.s-dropdown__menu-footer {
  background-color: #42484f;
  border-top: 1px solid #6e7379;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.s-dropdown__menu-footer > * + * {
  margin-left: 10px;
}

.s-dropdown__menu-footer .s-dropdown-cancel {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #dadfe3 !important;
}

.s-dropdown__menu-footer .s-dropdown-accept {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #ff7f22 !important;
}

.s-dropdown__menu-footer button {
  border-radius: 0;
}

.s-dropdown__menu-footer button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.s-dropdown__submenu {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 0;
  display: none;
  z-index: 1055;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.s-dropdown__submenu.show {
  display: block;
}

.s-dropdown__item {
  padding: 15px 30px;
  cursor: pointer;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #42484f;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #fff;
}

.s-dropdown__item > * + * {
  margin-left: 5px;
}

.s-dropdown__item input[type='checkbox']:checked + span {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.s-dropdown__item input[type='radio'] + span {
  padding-left: .8rem;
}

.s-dropdown__item input[type='radio']:checked + span {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  -webkit-box-shadow: -2px 0 0 0 #ff7f22;
          box-shadow: -2px 0 0 0 #ff7f22;
}

.s-dropdown__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.s-dropdown__item:hover {
  background-color: #6e7379;
}

.s-dropend {
  left: 200px;
}

.circle-number {
  color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.circle-number.indeterminate {
  background-color: #ff7f22;
  color: #fff;
}

.circle-number.check-all {
  background-image: url('/assets/icon/check-accent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.s-dropend-icon::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/assets/icon/accordion.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  position: absolute;
  top: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 15px;
}

/*stylelint-enable*/
.pagination {
  list-style: none !important;
  /* stylelint-disable-line */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* stylelint-disable-line */
  margin-left: -4px;
  margin-right: -4px;
}

.pagination .page-item {
  margin-left: 4px;
  margin-right: 4px;
}

.pagination .page-item .page-link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  background-color: transparent;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  text-align: center;
  color: #babfc3;
  -webkit-box-shadow: none;
          box-shadow: none;
  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;
  border: 1px solid #c5c9ce;
  border-radius: 8px;
  -webkit-transition: 0s;
  transition: 0s;
}

.pagination .page-item .page-link svg {
  stroke: #c5c9ce;
}

.pagination .page-item .page-link:hover {
  color: #ff7f22;
  border-color: #ff7f22;
}

.pagination .page-item .page-link:hover svg {
  stroke: #ff7f22;
}

.pagination .page-item.active {
  z-index: 0;
}

.pagination .page-item.active .page-link {
  background-color: #ff7f22;
  border-color: #ff7f22;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  background-color: transparent;
}

.pagination .page-item.et .page-link {
  border-color: transparent;
  pointer-events: none;
  padding: unset;
  min-width: unset;
}

.pagination .page-item.prev-page span, .pagination .page-item.next-page span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.pagination .page-item.prev-page svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pagination .page-item.next-page svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.confirm-page__breakcrumd {
  padding: 15px 0;
  background-color: #eceff3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.confirm-page__breakcrumd a {
  text-decoration: none;
}

.confirm-page__breakcrumd.breakcrumd-bold .breakcrumd__item {
  font-weight: 500;
  color: #171d25;
  white-space: nowrap;
}

.confirm-page__breakcrumd.breakcrumd-superbold .breakcrumd__item {
  font-weight: 700;
  color: #171d25;
}

.confirm-page__breakcrumd__item {
  position: relative;
  font-size: 12px;
  color: #6e7379;
  word-break: break-word;
}

.confirm-page__breakcrumd__item + .breakcrumd__item {
  padding-left: 40px;
}

.confirm-page__breakcrumd__item + .breakcrumd__item:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('/assets/icon/icon-arrow-right.svg') no-repeat;
  background-size: 100% auto;
}

.confirm-page__breakcrumd__item:last-child {
  font-weight: 500;
  color: #171d25;
}

.confirm-page__est-info {
  padding: 20px 0 20px 24px;
  background-color: #fff;
}

.confirm-page__est-info .s-container {
  padding-left: 2.4rem;
}

.confirm-page__est-info-title {
  padding-bottom: 8px;
}

.confirm-page__est-info-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5px 14px;
  background: #171d25;
  border-radius: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 16px;
  color: #dadfe3;
  white-space: nowrap;
}

.confirm-page__est-info-heading-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  white-space: nowrap;
}

.confirm-page__est-info-heading-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  white-space: nowrap;
}

.confirm-page__est-info-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
  word-break: break-word;
}

.confirm-page__est-info-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6e7379;
}

.confirm-page__est-info-desc-id {
  margin-right: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
  white-space: nowrap;
}

.confirm-page__est-info-desc-id-number {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #6e7379;
}

.confirm-page__est-info-desc-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
  white-space: nowrap;
}

.confirm-page__est-info-desc-time span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #6e7379;
}

.confirm-page__est-info-manager {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.confirm-page__est-info-manager-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
}

.confirm-page__est-info-manager-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.confirm-page__subtitle {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  border-left: 2px solid #ff7f22;
  padding-left: 8px;
  margin-bottom: 16px;
  margin-top: 32px;
  color: #171d25;
}

.confirm-page__paper {
  padding: 32px 24px;
  background: #fff;
  color: #171d25;
  font-size: 14px;
}

.confirm-page__paper-scroll {
  padding-left: 24px;
  padding-right: 24px;
  border-top: 32px solid #fff;
  border-bottom: 32px solid #fff;
  background: #fff;
  color: #171d25;
  font-size: 14px;
  max-height: 182px;
  overflow-y: auto;
  z-index: 1;
}

.confirm-page__paper-scroll::-webkit-scrollbar {
  width: 12px;
}

.confirm-page__paper-scroll::-webkit-scrollbar-track {
  background: inherit;
}

.confirm-page__paper-scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.confirm-page__paper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirm-page__paper-item:not(:first-child) {
  margin-top: 24px;
}

.confirm-page__paper-title {
  min-width: 180px;
  margin-right: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
}

.confirm-page__paper-info {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  line-height: 140%;
  word-break: break-word;
}

.confirm-page__paper-info p,
.confirm-page__paper-info span {
  word-break: break-word;
}

.confirm-page__table-sub-header {
  background-color: #dbdbdf;
  padding: 1.2rem .5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #42484f;
}

.confirm-page__table-sub-header td,
.confirm-page__table-sub-header th {
  border-top: 10px solid #f3f3f5;
}

.confirm-page__table-sub-header td:first-child,
.confirm-page__table-sub-header th:first-child {
  padding-left: 2rem;
}

.confirm-page__table-sub-header td:last-child,
.confirm-page__table-sub-header th:last-child {
  padding-right: 1.5rem;
}

.confirm-page__table-row-info {
  background-color: #fff;
}

.confirm-page__table-row-info td:first-child {
  padding-left: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.confirm-page__table-row-info td:last-child {
  padding-right: 1.5rem;
}

.confirm-page__table-foot {
  background: #42484f;
}

.confirm-page__table-foot td {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #fff;
  padding-bottom: 16px;
  padding-top: 16px;
}

.confirm-page__table-foot td:first-child {
  padding-left: 2rem;
  border-bottom-left-radius: 10px;
}

.confirm-page__table-foot td:last-child {
  padding-right: 1.5rem;
  border-bottom-right-radius: 10px;
}

.confirm-page__total-price {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  /* stylelint-disable-next-line declaration-no-important */
  font-size: 1.6rem !important;
  color: #fff;
}

.confirm-page__total-price.f-lato {
  font-family: "Lato", sans-serif !important;
  /* stylelint-disable-line */
}

.confirm-page__total-price .text-note {
  position: absolute;
  white-space: nowrap;
  font-size: 1rem;
  color: #ddd;
  left: 107%;
  top: .2rem;
}

.confirm-page__actions {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.confirm-page__actions button {
  min-width: 160px;
}

.confirm-page__actions button + button {
  margin-left: 24px;
}

.confirm-page__actions > * + * {
  margin-left: 24px;
}

.c-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-dropdown input[type='radio']:not(.checkbox-outline) + span {
  padding-left: .8rem;
}

.c-dropdown input[type='radio']:not(.checkbox-outline):checked + span {
  font-weight: 700;
  -webkit-box-shadow: -2px 0 0 0 #ff7f22;
          box-shadow: -2px 0 0 0 #ff7f22;
  color: #fff;
}

.c-dropdown input.checkbox[type='radio']:checked,
.c-dropdown input.checkbox-outline[type='radio']:checked + span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-dropdown [data-placeholder]:empty:not(:focus):before {
  font-size: 1em;
  color: #a8a8a7;
}

.c-dropdown > .c-dropdown__menu {
  margin-top: 5px;
}

.c-dropdown.search-no-result .no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-dropdown__check-all span {
  color: #fff;
}

.c-dropdown__menu {
  position: absolute;
  background-color: #42484f;
  z-index: 2;
  min-width: 18.4rem;
  display: none;
  left: 0;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.c-dropdown__menu--base-width {
  min-width: 28.4rem;
}

.c-dropdown__menu--small {
  min-width: 18.4rem;
}

.c-dropdown__menu.show {
  display: block;
}

.c-dropdown__menu--body-black {
  background-color: #1c2124;
}

.c-dropdown__menu--body-black > .c-dropdown__body {
  overflow-y: auto;
  z-index: 1;
}

.c-dropdown__menu--body-black > .c-dropdown__body::-webkit-scrollbar {
  width: 12px;
}

.c-dropdown__menu--body-black > .c-dropdown__body::-webkit-scrollbar-track {
  background: inherit;
}

.c-dropdown__menu--body-black > .c-dropdown__body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.c-dropdown__menu--body-black > .c-dropdown__body > .c-dropdown__item:hover,
.c-dropdown__menu--body-black > .c-dropdown__body > .c-dropdown__trigger.highlight,
.c-dropdown__menu--body-black > .c-dropdown__body > div > .c-dropdown__item:hover,
.c-dropdown__menu--body-black > .c-dropdown__body > div > .c-dropdown__trigger.highlight {
  background-color: #2f3437;
}

.c-dropdown > .c-dropdown__trigger.input-line {
  cursor: pointer;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}

.c-dropdown > .c-dropdown__trigger.input-line:not(.highlight) {
  border-bottom: 1px solid #a8a8a7;
}

.c-dropdown > .c-dropdown__trigger.input-line.highlight {
  border-bottom: 1px solid #ff7f22;
}

.c-dropdown div.c-dropdown__result {
  height: 4.8rem;
  width: 100%;
  padding: 1.5rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-dropdown div.c-dropdown__result:hover {
  cursor: pointer;
}

.c-dropdown .c-dropdown__menu .text {
  color: #fff;
}

.c-dropdown__trigger.disabled {
  opacity: .4;
  pointer-events: none;
}

.c-dropdown__trigger.highlight + .c-dropdown__menu {
  display: block;
}

.c-dropdown__header {
  padding: 1.5rem 3rem 1.5rem 3.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #c5c9ce;
}

.c-dropdown__footer {
  padding: 1.7rem 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #42484f;
}

.c-dropdown__footer > * + * {
  margin-left: 3rem;
}

.c-dropdown__footer button {
  padding: 0;
}

.c-dropdown__btn-apply-select {
  font-weight: 500;
}

.c-dropdown__body {
  max-height: 200px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  z-index: 1;
}

.c-dropdown__body::-webkit-scrollbar {
  width: 12px;
}

.c-dropdown__body::-webkit-scrollbar-track {
  background: inherit;
}

.c-dropdown__body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.c-dropdown__body.border-top {
  border-top: 1px solid #42484f;
}

.c-dropdown__body + .c-dropdown__body {
  border-top: 1px solid #42484f;
}

.c-dropdown__menu.bg-color-black .c-dropdown__body {
  overflow-y: auto;
  z-index: 1;
}

.c-dropdown__menu.bg-color-black .c-dropdown__body::-webkit-scrollbar {
  width: 12px;
}

.c-dropdown__menu.bg-color-black .c-dropdown__body::-webkit-scrollbar-track {
  background: inherit;
}

.c-dropdown__menu.bg-color-black .c-dropdown__body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.c-dropdown .checkbox-no-select-effect + span {
  font-weight: 400 !important;
  /* stylelint-disable-line */
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /* stylelint-disable-line */
  color: #eceff3 !important;
  /* stylelint-disable-line */
}

.c-dropdown__item {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #eceff3;
  word-break: break-word;
  background-color: transparent;
  border: none;
}

.c-dropdown__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.c-dropdown__item input[type='checkbox'],
.c-dropdown__item input[type='radio'] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
        flex: 0 0 16px;
  margin-right: 5px;
  pointer-events: none;
}

.c-dropdown__item p,
.c-dropdown__item span {
  pointer-events: none;
}

.c-dropdown__item input[type='checkbox']:checked + span,
.c-dropdown__item input[type='radio']:checked + span {
  font-weight: 700;
  color: #fff;
}

.c-dropdown__item.c-dropdown__trigger {
  position: relative;
}

.c-dropdown__item.c-dropdown__trigger.highlight {
  background-color: rgba(255, 255, 255, 0.2);
}

.c-dropdown__item--no-hover {
  /* stylelint-disable-next-line declaration-no-important */
  background-color: transparent !important;
}

.c-dropdown__item.disabled {
  cursor: not-allowed;
  color: #676a6e;
  /* stylelint-disable-next-line declaration-no-important */
  background-color: transparent !important;
}

.c-dropdown__item.disabled input[type='checkbox'],
.c-dropdown__item.disabled input[type='radio'] {
  cursor: not-allowed;
}

.c-dropdown__item.hide {
  display: none;
}

.c-dropdown__item.no-result {
  color: #c4c4c4;
  display: none;
}

.c-dropdown__item.matched-result {
  font-weight: 700;
  color: #ff7f22;
}

.c-dropdown .hidden-item {
  display: none;
}

.c-dropdown .c-dropend-icon:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%236E7379' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L7.7643 9.7643C7.89447 9.89447 8.10553 9.89447 8.2357 9.7643L12 6' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  position: absolute;
  top: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 8px;
}

.c-dropdown__circle-number {
  color: transparent;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  padding-left: 2px;
  padding-right: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  margin-right: 5px;
}

.c-dropdown__circle-number.indeterminate {
  background-color: #ff7f22;
  color: #fff;
}

.c-dropdown__circle-number.only-check-all.indeterminate, .c-dropdown__circle-number.check-all {
  background-image: url('/assets/icon/check-accent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  background-color: transparent;
  color: transparent;
}

.c-dropdown__circle-number.only-check-all.indeterminate + span, .c-dropdown__circle-number.check-all + span {
  font-weight: 700;
  color: #fff;
}

.c-dropdown__expanded-icon .c-dropdown__result {
  padding-right: 38px !important;
  /* stylelint-disable-line */
}

.c-dropdown__expanded-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('/assets/icon/down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  pointer-events: none;
}

.c-dropdown__expanded-icon.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-dropdown--border .c-dropdown__trigger {
  min-height: 4.8rem;
  padding: 1rem;
  border: 1px solid #dadfe3;
  border-radius: .4rem;
}

.c-dropdown.c-dropdown--no-border .c-dropdown__result {
  height: auto;
}

.c-dropdown--flat {
  min-height: 4.8rem;
}

.c-dropdown--flat .c-dropdown__trigger {
  border-bottom: 1px solid #a8a8a7;
}

.c-dropdown--flat .c-dropdown__trigger:hover {
  cursor: pointer;
}

.c-dropdown--flat .c-dropdown__trigger:focus {
  border-bottom-color: #ff7f22;
}

.c-dropdown--flat button {
  min-height: 4.7rem;
}

.s-tabs__header {
  border-top: 1px solid #dadfe3;
  border-bottom: 1px solid #dadfe3;
}

.s-tabs--flat .nav-tabs {
  border-bottom: none;
}

.s-tabs--flat .nav-tabs .nav-link {
  position: relative;
  padding: 1.7rem 5rem;
  border-radius: 0;
  color: #6e7379;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-tabs--flat .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  width: 100%;
  height: .2rem;
  left: 0;
  bottom: 0;
}

.s-tabs--flat .nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent;
}

.s-tabs--flat .nav-tabs .nav-link.active {
  border: none;
  color: #171d25;
  background-color: transparent;
  font-weight: 500;
}

.s-tabs--flat .nav-tabs .nav-link.active:before {
  background-color: #ff7f22;
}

.breakcrumd {
  padding: 15px 0 15px 16px;
  background-color: #eceff3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.breakcrumd .s-container {
  padding-left: 24px;
  padding-right: 24px;
}

.breakcrumd a {
  text-decoration: none;
}

.breakcrumd.breakcrumd-bold .breakcrumd__item {
  font-weight: 500;
  color: #171d25;
}

.breakcrumd.breakcrumd-superbold .breakcrumd__item {
  font-weight: 700;
  color: #171d25;
}

.breakcrumd.breakcrumd-small .breakcrumd__item {
  font-size: 12px;
}

.breakcrumd.breakcrumd-step {
  background-color: #fff;
  padding: 3rem 0;
}

.breakcrumd.breakcrumd-step .s-container {
  padding-left: 3.8rem;
}

.breakcrumd.breakcrumd-step .breakcrumd__item {
  color: #a8a8a7;
  white-space: nowrap;
  font-weight: 700;
}

.breakcrumd.breakcrumd-step .breakcrumd__item a {
  color: #a8a8a7;
}

.breakcrumd.breakcrumd-step .breakcrumd__item.active {
  color: #171d25;
}

.breakcrumd.breakcrumd-step .breakcrumd__item.active a {
  color: #171d25;
}

.breakcrumd.breakcrumd-step .breakcrumd__item + .breakcrumd__item {
  padding-left: 7rem;
}

.breakcrumd.breakcrumd-step .breakcrumd__item + .breakcrumd__item:before {
  left: 34px;
  width: 16px;
  height: 16px;
  background: url('/assets/icon/icon-arrow-right-breakcrumd.svg') no-repeat;
}

.breakcrumd__item {
  position: relative;
  color: #171d25;
  word-break: break-word;
}

.breakcrumd__item a {
  color: inherit;
}

.breakcrumd__item + .breakcrumd__item {
  padding-left: 40px;
}

.breakcrumd__item + .breakcrumd__item:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('/assets/icon/icon-arrow-right.svg') no-repeat;
  background-size: 100% auto;
}

.breakcrumd__item:last-child {
  font-weight: 700;
  color: #171d25;
}

.breakcrumd--border-lightblue {
  border-bottom: 1px solid #dadfe3;
}

/* stylelint-disable declaration-no-important */
.reservation-request .modal-dialog {
  max-width: 1050px;
}

.reservation-request .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding: 2.2rem 3.6rem !important;
  background-color: #fff;
}

.reservation-request .modal-header .btn-close {
  position: initial;
}

.reservation-request .modal-content {
  height: 96vh;
}

.reservation-request .modal-body {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
}

.reservation-request .modal-footer {
  background-color: #fff;
  padding: 1.2rem 3.4rem !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.reservation-request .reservation__info {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: .1rem;
  max-height: 442px;
  height: auto;
  min-height: 150px;
  overflow-y: auto;
  z-index: 1;
}

.reservation-request .reservation__info::-webkit-scrollbar {
  width: 12px;
}

.reservation-request .reservation__info::-webkit-scrollbar-track {
  background: inherit;
}

.reservation-request .reservation__info::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.reservation-request .reservation__info .m-list {
  max-height: 36rem;
  padding: 2.4rem;
}

.reservation-request .reservation__supplier-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #171d25;
  margin-top: 2.4rem;
}

.reservation-request .reservation__group {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  padding-bottom: .8rem;
  margin-top: 1.2rem;
  border-bottom: 1px solid #dbdbdf;
}

.reservation-request .reservation__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation-request .reservation__product > * + * {
  margin-left: 2.6rem;
}

.reservation-request .reservation__product-brand {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  margin-bottom: .4rem;
}

.reservation-request .reservation__product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.reservation-request .reservation__product-quantity {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .03em;
  color: #171d25;
  white-space: nowrap;
  text-align: right;
}

.reservation-request .reservation__product-quantity-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #a8a8a7;
  white-space: nowrap;
  text-align: right;
}

.reservation-request .reservation__product-quantity-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #6e7379;
  margin-left: .2rem;
}

/* stylelint-enable */
.notification {
  border-top: 1px solid #dadfe3;
  padding: 30px 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #171d25;
  display: none;
  position: relative;
}

.notification.show {
  display: block;
}

.notification .s-container {
  padding-left: 24px;
  padding-right: 24px;
}

.notification-confirm {
  display: inline-block;
  margin-right: 8px;
}

.notification--small {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.notification:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f5;
  z-index: -1;
}

.notification--accent {
  background-color: #fff2e9;
  color: #ff7f22;
}

.notification--error {
  background-color: #f8dddd;
  color: #da5453;
}

.notification--black {
  background-color: rgba(236, 239, 243, 0.2);
  color: #171d25;
}

.notification--bg-gray {
  background-color: rgba(23, 29, 37, 0.1);
}

.notification--public {
  z-index: 1072;
}

.notification--public:after {
  content: none;
}

.notifications {
  position: sticky;
  width: 100%;
  z-index: 1050;
  max-width: inherit;
  top: 40px;
}

body > .transaction__notifications {
  position: sticky;
  top: 40px;
}

.transaction__notification {
  border-top: 1px solid #dadfe3;
  padding: 30px 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #171d25;
  display: none;
  position: relative;
}

.transaction__notification.show {
  display: block;
}

.transaction__notification .s-container {
  padding-left: 24px;
  padding-right: 24px;
}

.transaction__notification-confirm {
  display: inline-block;
  margin-right: 8px;
}

.transaction__notification--small {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.transaction__notification:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f5;
  z-index: -1;
}

.transaction__notification--accent {
  background-color: #fff2e9;
  color: #ff7f22;
}

.transaction__notification--error {
  background-color: #f8dddd;
  color: #da5453;
}

.transaction__notification--black {
  background-color: rgba(236, 239, 243, 0.2);
  color: #171d25;
}

.transaction__notification--bg-gray {
  background-color: rgba(23, 29, 37, 0.1);
}

.transaction__notification--public {
  z-index: 1072;
}

.transaction__notification--public:after {
  content: none;
}

.transaction__notifications {
  position: sticky;
  width: 100%;
  z-index: 1050;
  max-width: inherit;
  top: 40px;
}

/* stylelint-disable declaration-no-important */
.modal-share-project .modal-body {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.modal-share-project .wrap-img {
  width: 6rem;
  height: 6rem;
}

/* stylelint-disable declaration-no-important */
.chips {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 3px 7px;
}

.chips.active {
  border: 1px solid #ff7f22;
}

.chips__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto !important;
  min-height: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin: 4px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #2e343b;
}

.chips__input::-webkit-input-placeholder {
  font-weight: 400;
}

.chips__input::-moz-placeholder {
  font-weight: 400;
}

.chips__input:-ms-input-placeholder {
  font-weight: 400;
}

.chips__input::-ms-input-placeholder {
  font-weight: 400;
}

.chips__input::placeholder {
  font-weight: 400;
}

.chips__suggestion {
  position: absolute;
  left: 0;
  background-color: #2e343b;
  z-index: 99;
  width: calc(100% + 2px);
  display: none;
  max-height: 290px;
  overflow-y: auto;
  z-index: 1;
}

.chips__suggestion::-webkit-scrollbar {
  width: 12px;
}

.chips__suggestion::-webkit-scrollbar-track {
  background: inherit;
}

.chips__suggestion::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.chips__suggestion.show {
  display: block;
}

.chips__suggestion-item {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #eceff3;
  word-break: break-word;
}

.chips__suggestion-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.chips__suggestion-item input[type='checkbox'],
.chips__suggestion-item input[type='radio'] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 5px;
  -ms-flex-item-align: center;
      align-self: center;
}

.chips__suggestion-item input[type='checkbox']:checked + span,
.chips__suggestion-item input[type='radio']:checked + span {
  font-weight: 700;
  color: #fff;
}

.chips__suggestion-item.c-dropdown__trigger {
  position: relative;
}

.chips__suggestion-item.no-result {
  color: #c4c4c4;
  display: none;
}

.chips__suggestion-item.matched {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.chips__suggestion-item.matched * {
  color: #ff7f22 !important;
}

.chips.search-no-result .no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chips ul,
.chips li {
  list-style: none;
}

.chip + .chips__input {
  margin-left: 18px;
}

.chip + .chips__input::-webkit-input-placeholder {
  color: transparent;
  border: 1px solid red;
  opacity: 0;
}

.chip + .chips__input::-moz-placeholder {
  color: transparent;
  border: 1px solid red;
  opacity: 0;
}

.chip + .chips__input:-ms-input-placeholder {
  color: transparent;
  border: 1px solid red;
  opacity: 0;
}

.chip + .chips__input::-ms-input-placeholder {
  color: transparent;
  border: 1px solid red;
  opacity: 0;
}

.chip + .chips__input::placeholder {
  color: transparent;
  border: 1px solid red;
  opacity: 0;
}

.chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  background-color: #2e343b;
  padding: .6rem 1.2rem .8rem 1.2rem;
  margin: 4px;
  max-width: 100%;
  overflow: hidden;
}

.chip__text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.chip__remove {
  padding: 0;
  margin-left: 12px;
  font-size: 1.6rem;
  border: none;
  text-align: center;
  background-color: transparent;
  color: #fff;
}

.modal-invitation-member .modal-body .row > div:nth-child(1) {
  width: 73%;
}

.modal-invitation-member .modal-body .row > div:nth-child(2) {
  width: 19%;
}

.modal-invitation-member .modal-body .row > div:nth-child(3) {
  width: 8%;
}

/* stylelint-disable declaration-no-important */
#modal-select-product .modal-dialog {
  max-width: 960px;
  z-index: 1;
}

#modal-select-product .modal-content {
  background-color: #171d25;
  padding: 0;
  height: 495px !important;
}

#modal-select-product .modal-header {
  border-bottom: 1px solid #000;
  height: 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

#modal-select-product .modal-header > * + * {
  margin-left: 1px;
}

#modal-select-product .modal-title {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #171d25;
  height: 100%;
  margin: 0;
  position: relative;
}

#modal-select-product .modal-title > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

#modal-select-product .modal-filter {
  color: #fff;
  height: 100%;
  background-color: #171d25;
  border-radius: 0;
}

#modal-select-product .modal-close {
  width: 60px;
  height: 100%;
  background-color: #171d25;
  border-radius: 0;
}

#modal-select-product .modal-close svg {
  stroke: #fff;
}

#modal-select-product .modal-close:hover svg {
  stroke: #ff7f22;
}

#modal-select-product .modal-footer {
  border-top: 1px solid #42484f;
  margin: 0;
  padding-right: 20px;
  height: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#modal-select-product .modal-footer button {
  width: 160px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

#modal-select-product .products-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 0;
}

#modal-select-product .products-list:not(.filtered):empty:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: attr(data-after-content);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #fff;
  white-space: pre-wrap;
  text-align: center;
}

#modal-select-product .products-list__product-name {
  text-decoration: none;
}

#modal-select-product .products-list__product-name:hover {
  color: #eceff3;
  text-decoration: underline;
}

#modal-select-product .product-count {
  margin-left: 2.4rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #fff;
}

#modal-select-product .unit {
  margin-left: .3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #a8a8a7;
}

#modal-select-product .filter-product {
  position: absolute;
  width: 116rem;
  background-color: #2e343b;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  padding: 16px 20px 32px 20px;
  display: none;
}

#modal-select-product .filter-product.show {
  display: block;
}

#modal-select-product .filter-product__title {
  color: #dadfe3;
  margin-bottom: 24px;
}

#modal-select-product .filter-product__subtitle {
  color: #dadfe3;
  margin-bottom: 12px;
}

#modal-select-product .filter-product__actions {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#modal-select-product .filter-product__actions > * + * {
  margin-left: 20px;
}

#modal-select-product .filter-product.show + .backdrop {
  display: block;
}

#modal-select-product .backdrop {
  content: '';
  width: 120vw;
  height: 100vh;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .5;
  display: none;
}

#modal-select-product .modal-body {
  margin: 0;
  padding-left: 12px;
  overflow-y: auto;
  z-index: 1;
}

#modal-select-product .modal-body::-webkit-scrollbar {
  width: 12px;
}

#modal-select-product .modal-body::-webkit-scrollbar-track {
  background: inherit;
}

#modal-select-product .modal-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #42484f;
          box-shadow: inset 0 0 0 12px #42484f;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

#modal-select-product .dropdown-menu {
  width: 100%;
  background-color: #42484f;
}

#modal-select-product .dropdown-item:hover {
  background-color: #6e7379;
}

.loading-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.loading-screen + .offcanvas-backdrop {
  z-index: 1055;
}

.loading-screen.show {
  z-index: 1056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading-spinner {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.loading-spinner.show {
  height: auto;
}

.loading-spinner__icon {
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.loading-spinner__icon:after, .loading-spinner__icon:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 4px solid #ff7f22;
  border-radius: 50%;
  border-top-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-spinner__icon:after {
  rotate: 45deg;
}

.loading-spinner.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* stylelint-disable declaration-no-important */
.select-items-per-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 85px;
}

.select-items-per-page .label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
  margin-right: 16px;
}

.select-items-per-page .dropdown-items-per-page .c-dropdown__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #6e7379;
  height: 32px;
  border: 1px solid #c5c9ce;
  border-radius: 10px;
  padding: 0 30px 0 10px !important;
  background-color: #fff;
}

/* stylelint-enable declaration-no-important */
footer.footer {
  padding: 24px 56px 16px 56px;
  background-color: #2b2e30;
  width: 100%;
  margin-top: auto;
}

footer.footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer.footer .link + .link {
  margin-left: 10px;
  padding-left: 16px;
  position: relative;
}

footer.footer .link + .link:before {
  content: '|';
  color: #6e7379;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

footer.footer .link a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 200%;
  cursor: pointer;
}

footer.footer .link a:hover {
  color: #6e7379;
}

footer.footer .brand {
  color: #777881;
  text-align: center;
  font-size: 1rem;
  line-height: 200%;
  font-weight: 500;
  padding-top: 35px;
}

.layout-2-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout-2-sides .mark {
  height: 18px;
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  border-radius: 9px;
  border: 1px solid #c5c9ce;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #63686d;
}

.layout-2-sides .left-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29rem;
          flex: 0 0 29rem;
  width: 29rem;
  border-right: 1px solid #dadfe3;
  background-color: #fff;
}

.layout-2-sides .left-side > header {
  height: 4.8rem;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f5), to(#f3f3f5)), -webkit-gradient(linear, left bottom, left top, from(#42484f), to(#42484f)), #fff;
  background: linear-gradient(0deg, #f3f3f5, #f3f3f5), linear-gradient(0deg, #42484f, #42484f), #fff;
  border-bottom: 1px solid #dadfe3;
}

.layout-2-sides .left-side > header label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-2-sides .left-side > header label span {
  margin-left: .4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 16.8px;
  color: #171d25;
  letter-spacing: 0.24px;
}

.layout-2-sides .left-side > header .btn-add {
  min-height: 2.4rem;
  padding: 0;
  border-radius: 4px;
}

.layout-2-sides .left-side > header .btn-add svg {
  margin-right: 0;
}

.layout-2-sides .left-side .list {
  border-radius: 0;
  border: 0;
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.layout-2-sides .left-side .list .item {
  border-right: 0;
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 1.6rem;
  position: relative;
}

.layout-2-sides .right-side {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-2-sides .right-side > header {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 4.8rem;
  min-height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dadfe3;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f5), to(#f3f3f5)), -webkit-gradient(linear, left bottom, left top, from(#42484f), to(#42484f)), #fff;
  background: linear-gradient(0deg, #f3f3f5, #f3f3f5), linear-gradient(0deg, #42484f, #42484f), #fff;
}

.layout-2-sides .right-side > header .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  margin-right: 16px;
}

.layout-2-sides .right-side > header .joiner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.layout-2-sides .right-side > header .joiner__btn-add {
  height: 31px;
  border-left: 1px solid #c5c9ce;
  margin-left: 8px;
  padding-left: 8px;
}

.layout-2-sides .right-side > header .joiner .list-mini-avatar .mini-avatar:nth-child(n+6), .layout-2-sides .right-side > header .joiner .list-mini-avatar .avatar:nth-child(n+6) {
  display: none;
}

.top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 32px;
  padding-bottom: 16px;
}

.top-actions .btn-delete-favorite-product {
  min-height: 32px;
  height: 32px;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.top-actions .btn-delete-favorite-product:disabled {
  opacity: .4;
}

.top-actions .total-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 32px;
}

.top-actions .total-items__count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: .03em;
  line-height: 90%;
  color: #333;
}

.top-actions .total-items__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  line-height: initial;
  margin-left: 5px;
  color: #333;
}

.top-actions .btn-unselect-all-product {
  color: #6e7379;
  border: 1px solid #6e7379;
  border-radius: 8px;
  min-height: 26px;
  height: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding: 4px 8px;
  border-radius: 8px;
  margin-left: 16px;
}

.top-actions .btn-unselect-all-product:hover {
  background-color: rgba(110, 115, 121, 0.1);
  color: #6e7379;
}

.top-actions .btn-unselect-all-product:active {
  background-color: rgba(110, 115, 121, 0.2);
  color: #6e7379;
}

.top-actions .btn-unselect-all-product:disabled {
  opacity: .4;
}

.top-actions .btn-select-all-product {
  padding: 0;
  margin-right: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  border: 0;
}

.top-actions .selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 8px;
}

.top-actions .selected-items__count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .03em;
  line-height: 96%;
  color: #42484f;
}

.top-actions .selected-items__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  line-height: initial;
  margin-left: 3px;
  color: #42484f;
}

/* stylelint-disable */
/* stylelint-disable declaration-no-important */
* {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #f3f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  width: 14px;
  right: -5px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 10px transparent;
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px #a8a8a7;
          box-shadow: inset 0 0 14px 14px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
}

body::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

input[type='checkbox'] {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type='checkbox']:disabled {
  cursor: not-allowed;
  opacity: .4;
}

input[type='text'] {
  height: 48px;
}

input[type='text'].input-mini,
input[type='number'].input-mini,
input[type='tel'].input-mini {
  height: 1.5rem;
}

/* stylelint-disable */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* stylelint-enable */
input[type='text']:disabled {
  opacity: .5;
}

.input-gray {
  border: 1px solid #dadfe3;
  background-color: #f3f3f5;
}

.rounded-4 {
  border-radius: 4px !important;
}

.input-small {
  height: 3.2rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

a.link {
  color: #ff7f22;
}

a.link:hover {
  color: #ff994e;
}

a.link:hover svg > * {
  stroke: #ff994e;
}

a.link--c-grey {
  color: #42484f;
}

select:required:invalid {
  color: #a8a8a7;
}

option[value=''][disabled] {
  /* stylelint-disable-line */
  display: none;
}

option {
  color: #171d25;
}

.input-line {
  border: none;
  border-bottom: 1px solid #a8a8a7;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  color: #171d25;
}

.input-line:focus {
  background-color: transparent;
  border-bottom: 1px solid #ff7f22;
}

.input-dark {
  color: #c5c9ce;
}

.input-light {
  color: #171d25 !important;
  background-color: #fff !important;
}

p {
  margin: 0;
}

.form-label {
  margin-bottom: .8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #6e7379;
}

.form-label.require:after {
  content: '*';
  color: #da5453;
}

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  border-radius: .4rem;
}

.form-control.is-invalid, .form-control.is-valid {
  padding-right: 1.2rem;
  background-image: none;
}

.navbar-custom {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #fff;
  color: #171d25;
  height: 40px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dadfe3;
  padding: 8px 16px;
}

.navbar-custom > .s-container {
  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-custom .navbar-brand {
  margin-right: 5.6rem;
}

.navbar-custom .navbar-nav:nth-child(2) .nav-item:nth-last-child(2) .nav-link,
.navbar-custom .navbar-nav:nth-child(2) .nav-item:nth-last-child(3) .nav-link {
  padding: 0.75rem 0;
}

.navbar-custom .navbar-nav .nav-item:not(:last-child) {
  margin-right: 2.4rem;
}

.navbar-custom .navbar-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  color: #171d25;
  -webkit-transition: 0s;
  transition: 0s;
}

.navbar-custom .navbar-nav .nav-link svg {
  margin-right: .4rem;
}

.navbar-custom .navbar-nav .nav-link:hover {
  color: #ff7f22;
}

.navbar-custom .navbar-nav .nav-link:hover svg:not(.hover-stroke) {
  fill: #ff7f22;
}

.navbar-custom .navbar-nav .nav-link:hover svg.hover-stroke {
  stroke: #ff7f22;
}

.navbar-custom .navbar-nav .nav-link:active {
  background-color: #f3f3f5;
}

.navbar-custom .navbar-text {
  color: #171d25;
}

.navbar-custom .navbar-avatar {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
}

.navbar-custom .navbar-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-custom .navbar-avatar__badge {
  position: absolute;
  top: -12px;
  right: -12px;
  min-width: 2.4rem;
  min-height: 2.4rem;
  background-color: #ff3317;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  line-height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: #fff 0 0 0 3px;
          box-shadow: #fff 0 0 0 3px;
}

.navbar-custom .dropdown {
  position: relative;
}

.navbar-custom .dropdown.dropdown__expanded-icon .nav-link {
  position: relative;
  padding-right: 15px;
}

.navbar-custom .dropdown.dropdown__expanded-icon .nav-link:before {
  content: '';
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('/assets/icon/accordion.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  position: absolute;
}

.navbar-custom .dropdown.dropdown__expanded-icon.show .nav-link:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.navbar-custom .dropdown .option {
  width: auto;
  right: 0;
  top: 35px;
  border-radius: 10px;
  font-size: 1.2rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-custom .dropdown .option .select {
  white-space: nowrap;
  width: 100%;
  min-width: 194px;
  padding: 1.4rem 4rem 1.4rem 2.4rem;
  color: #eceff3;
  text-decoration: none;
}

.navbar-custom .dropdown .option .select a {
  color: #eceff3;
  text-decoration: none;
}

.s-container {
  position: relative;
  width: 100%;
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .s-container {
    padding: 0;
  }
}

.s-container-fluid {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .s-container-fluid {
    padding: 0;
  }
}

.s-container-small {
  position: relative;
  width: 100%;
  max-width: 66.2rem;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .s-container-small {
    padding: 0;
  }
}

button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn {
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 1.4rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  white-space: nowrap;
}

.btn:disabled,
.btn.disabled {
  opacity: .4;
}

.btn-primary {
  background-color: #ff7f22 !important;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #ff994e !important;
}

.btn-primary:active {
  background-color: #d16c22 !important;
}

.btn-secondary {
  background-color: #6e7379 !important;
  color: #fff;
  border: none;
}

.btn-secondary:hover {
  background-color: #8a8f94 !important;
}

.btn-secondary:active {
  background-color: #42484f !important;
}

.btn-mini {
  height: 32px;
  min-width: 95px;
  padding-top: 4px;
  padding-bottom: 6px;
}

.btn-white {
  background-color: white;
}

.btn-white:hover {
  background-color: #f3f3f5;
}

.btn-white:active {
  background-color: #eceff3;
}

.btn-outline-accent {
  color: #8a8f94;
  border-color: #8a8f94;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #ff7f22;
  border-color: #ff7f22;
}

.btn-check:focus + .btn-outline-accent, .btn-outline-accent:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(138, 143, 148, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(138, 143, 148, 0.5);
}

.btn-check:checked + .btn-outline-accent,
.btn-check:active + .btn-outline-accent, .btn-outline-accent:active, .btn-outline-accent.active, .btn-outline-accent.dropdown-toggle.show {
  color: #fff;
  background-color: #ff7f22;
  border-color: #ff7f22;
}

.btn-check:checked + .btn-outline-accent:focus,
.btn-check:active + .btn-outline-accent:focus, .btn-outline-accent:active:focus, .btn-outline-accent.active:focus, .btn-outline-accent.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(138, 143, 148, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(138, 143, 148, 0.5);
}

.btn-outline-accent:disabled, .btn-outline-accent.disabled {
  color: #8a8f94;
  background-color: transparent;
}

.btn-outline-secondary {
  background-color: #fff !important;
  border: 1px solid #c5c9ce;
  color: #6e7379;
}

.btn-outline-secondary:hover {
  background-color: #fff !important;
  outline: 2px solid white #c5c9ce;
  color: #6e7379;
}

.btn-slack-alignment {
  width: 99px;
  height: 24px;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #1C2124;
  white-space: nowrap;
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
}

.confirm-page__paper-slack {
  height: 16px;
  display: flex;
  justify-content: center;
}

.slack_integration {
  font-size: 11px;
  line-height: 15.4px;
  color: #FFFFFF;
  width: 63px;
  padding-left: 4px;
  cursor: pointer;
}

.slack-setting-container .btn-slack-disconnect {
  width: 92px;
  height: 24px;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  margin-left: 14px;
  border: 1px solid #EC6E6A;
  text-decoration: none;
  background-color: #FFFFFF;
}



.btn-slack-disconnect:hover {
  opacity: 0.8;
}

.icon-slack-disconnect {
  height: 16px;
  margin-right: 8px;
}

.confirm-page__paper-slack-disconnect {
  height: 16px;
  display: flex;
  justify-content: center;
}

.slack_disconnect {
  font-size: 11px;
  line-height: 15.4px;
  color: #EC6E6A;
  width: 86px;
  cursor: pointer;
}

.filter-group {
  font-family: sans-serif;
  padding: 14px;
}

.section-title {
  display: block;
  width: 60px;
  height: 20px;
  font-size: 14px;
  line-height: 19.6px;
  color: #6E7379;
  margin-bottom: 10px;
}

.options {
  display: flex;
  gap: 30px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #171D25;
  height: 20px;
}

.radio-label input[type="radio"] {
  display: none;
}

.custom-radio {
  width: 14px;
  height: 14px;
  border: 1px solid #FF7F22;
  border-radius: 50%;
  position: relative;
}

.radio-label input[type="radio"]:checked + .custom-radio::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #FF7F22;
  border-radius: 50%;
}

.btn-fab {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-fab:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-default, .btn-default-narrow, .btn-short {
  min-height: 48px;
  min-width: 160px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.btn-default-narrow {
  min-height: 41px;
}

.btn-short {
  min-width: 12rem;
}

.btn-dark-gray {
  background-color: #42484f;
  color: #eceff3;
}

.btn-dark-gray:hover {
  background: #6e7379;
  color: #eceff3;
}

.btn-dark-gray:active {
  background-color: #2e343b;
  color: #eceff3;
}

.btn-dark-gray:disabled {
  background-color: #2e343b;
  color: #8a8f94;
}

.btn-text-gray {
  color: #6e7379;
}

.btn-text-gray:hover {
  color: #42484f;
}

.btn-icon, .btn-icon--bold, .btn-icon-bold, .btn-icon-mini, .btn-icon-supermini, .btn-icon-tall {
  min-height: 41px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-icon span, .btn-icon--bold span, .btn-icon-bold span, .btn-icon-mini span, .btn-icon-supermini span, .btn-icon-tall span {
  line-height: 100%;
}

.btn-icon svg, .btn-icon--bold svg, .btn-icon-bold svg, .btn-icon-mini svg, .btn-icon-supermini svg, .btn-icon-tall svg {
  margin-right: .5rem;
}

.btn-icon--bold {
  font-weight: 700;
}

.btn-icon-bold {
  font-weight: 700;
}

.btn-icon-mini {
  min-height: 37px;
  height: 37px;
}

.btn-icon-supermini {
  min-height: 32px;
  height: 32px;
}

.btn-icon-tall {
  min-height: 48px;
  height: 48px;
}

.btn-text {
  border: none;
  background: transparent;
}

.btn-text--accent {
  color: #ff7f22;
}

.btn-text--accent:hover {
  color: #ff994e;
}

.btn-text--devide-line {
  color: #dadfe3;
}

.btn-text--devide-line:hover {
  color: #dadfe3;
}

.btn-link :hover {
  text-decoration: none;
}

.btn-red {
  background-color: #da5453 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #fff !important;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-red:hover {
  opacity: .8;
}

.btn-medium {
  width: 320px;
}

.modal:not(.modal-bs-reset).modal-content-center .modal-content {
  text-align: center;
}

.modal:not(.modal-bs-reset).modal-button-default .modal-footer > button {
  min-width: 160px;
}

.modal:not(.modal-bs-reset).modal--small .modal-dialog {
  max-width: 434px;
}

#modal-error-invalid .modal-dialog {
  max-width: 456px !important; 
}

#modal-error-same .modal-dialog {
  max-width: 456px !important; 
}

.modal:not(.modal-bs-reset).modal--small .modal-dialog .modal-footer > button {
  min-width: 160px;
}

.modal-bs-reset .c-dropdown__menu {
  border-radius: 8px;
}

.modal-rounded .modal-content {
  border-radius: 24px;
}

.modal:not(.modal-bs-reset) .modal-dialog {
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-content {
  padding: 26px 32px 32px 32px;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-header,
.modal:not(.modal-bs-reset) .modal-dialog .modal-body,
.modal:not(.modal-bs-reset) .modal-dialog .modal-footer {
  border: none;
  padding: 0;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-body {
  margin-top: 1.2rem;
  margin-bottom: 3.2rem;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-body .modal-title,
.modal:not(.modal-bs-reset) .modal-dialog .modal-body .modal-message {
  color: #171d25;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-body ul.selected-list li {
  margin-left: 3rem;
  margin-right: 3rem;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-body ul.selected-list li span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-footer > button {
  min-width: 180px;
  margin: 0;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-footer > button + button {
  margin-left: 12px !important;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  margin-bottom: 14px;
  color: #171d25;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-title--medium {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  margin-bottom: 14px;
  color: #171d25;
}

.modal:not(.modal-bs-reset) .modal-dialog .modal-message {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.modal:not(.modal-bs-reset) .modal-dialog .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
}

.modal:not(.modal-bs-reset) .modal-dialog ul {
  list-style: initial;
  display: inline-block;
}

.modal:not(.modal-bs-reset).modal-form .modal-dialog {
  max-width: 960px;
}

.modal:not(.modal-bs-reset).modal-form .modal-content {
  background-color: #171d25;
  padding: 0;
  height: 534px;
}

.modal:not(.modal-bs-reset).modal-form .modal-header {
  border-bottom: 1px solid #000;
  height: 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.modal:not(.modal-bs-reset).modal-form .modal-header > * + * {
  margin-left: 1px;
}

.modal:not(.modal-bs-reset).modal-form .modal-title {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #171d25;
  height: 100%;
  margin: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.modal:not(.modal-bs-reset).modal-form .modal-title > span {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal:not(.modal-bs-reset).modal-form .modal-close {
  width: 60px;
  height: 100%;
  background-color: #171d25;
  border-radius: 0;
}

.modal:not(.modal-bs-reset).modal-form .modal-body {
  margin: 0;
  padding: 2.4rem 6rem;
  overflow-y: auto;
  z-index: 1;
}

.modal:not(.modal-bs-reset).modal-form .modal-body::-webkit-scrollbar {
  width: 12px;
}

.modal:not(.modal-bs-reset).modal-form .modal-body::-webkit-scrollbar-track {
  background: inherit;
}

.modal:not(.modal-bs-reset).modal-form .modal-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.modal:not(.modal-bs-reset).modal-form .modal-footer {
  border-top: 1px solid #42484f;
  margin: 0;
  padding-right: 20px;
  height: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal:not(.modal-bs-reset).modal-form .modal-footer button {
  width: 160px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.modal:not(.modal-bs-reset).modal-form .backdrop {
  content: '';
  width: 120vw;
  height: 100vh;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .5;
}

.modal:not(.modal-bs-reset).modal-form--light .modal-content,
.modal:not(.modal-bs-reset).modal-form--light .modal-header,
.modal:not(.modal-bs-reset).modal-form--light .modal-title,
.modal:not(.modal-bs-reset).modal-form--light .modal-close,
.modal:not(.modal-bs-reset).modal-form--light .modal-footer {
  background-color: #fff;
}

.modal:not(.modal-bs-reset).modal-form--light .modal-header {
  color: #171d25;
  border-bottom: none;
}

.modal:not(.modal-bs-reset).modal-form--light .modal-body {
  background-color: #f3f3f5;
}

.modal:not(.modal-bs-reset).modal-form--light .modal-footer {
  border-top: none;
}

.breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.breadcrumb-item {
  color: #6e7379;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #6e7379;
}

.breadcrumb-item.active {
  color: #171d25;
}

.breadcrumb-item.active a {
  color: #171d25;
}

.checkbox,
.checkbox-check-all {
  -webkit-appearance: none;
  border: 1.5px solid #c5c9ce;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border;
          box-sizing: border;
  width: 16px;
  height: 16px;
}

.checkbox:hover,
.checkbox-check-all:hover {
  border-color: #afafaf;
  cursor: pointer;
}

.checkbox ~ label:hover,
.checkbox ~ span:hover,
.checkbox-check-all ~ label:hover,
.checkbox-check-all ~ span:hover {
  cursor: pointer;
}

.checkbox:active,
.checkbox-check-all:active {
  border-color: #c5c9ce;
}

.checkbox:checked,
.checkbox-check-all:checked {
  background-color: #ff7f22 !important;
  border-color: #ff7f22;
}

.checkbox:checked:hover,
.checkbox-check-all:checked:hover {
  background-color: #ff994e;
  border-color: #ff994e;
}

.checkbox:checked:active,
.checkbox-check-all:checked:active {
  background-color: #ff7f22;
  border-color: #ff7f22;
}

.checkbox:checked:after,
.checkbox-check-all:checked:after {
  content: '';
  background-image: url('/assets/icon/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 12px 12px;
}

.checkbox.indeterminate,
.checkbox-check-all.indeterminate {
  background-color: #ff7f22;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.checkbox-outline {
  -webkit-appearance: none;
  border: 1.5px solid transparent;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border;
          box-sizing: border;
  width: 16px;
  height: 16px;
}

.checkbox-outline:checked:after {
  content: '';
  background-image: url('/assets/icon/check-accent.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 16px;
  height: 16px;
  background-size: 12px 12px;
}

.radio {
  position: relative;
}

.radio:checked:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff7f22;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radio:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #ff7f22;
}

.checkbox-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-triggle='cursor-tooltip'].disabled {
  cursor: not-allowed;
}

[data-triggle='cursor-tooltip'].disabled button {
  pointer-events: none;
  opacity: .65;
}

.s-tooltip {
  background-color: #000;
  padding: 2px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  line-height: 1.6rem;
  color: #fff;
  z-index: 9999;
  border: 1px solid #2e343b;
  text-align: center;
  max-width: 35rem;
}

.s-tooltip.line-limit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  max-width: 300px;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  background-color: #171d25;
  padding: 16px 0;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  min-width: 225px;
}

.dropdown-header {
  padding-left: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #c5c9ce;
}

.dropdown .option {
  position: absolute;
  width: 100%;
  background-color: #171d25;
  color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: none;
  max-height: 35rem;
  overflow-y: overlay;
  z-index: 5;
}

.dropdown .option::-webkit-scrollbar {
  width: 10px;
  right: -5px;
}

.dropdown .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 10px transparent;
}

.dropdown .option::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px #6e7379;
          box-shadow: inset 0 0 14px 14px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
}

.dropdown.show .nav-link span {
  color: #ff7f22;
}

.dropdown.show svg:not(.hover-stroke) {
  fill: #ff7f22;
}

.dropdown.show svg.hover-stroke {
  stroke: #ff7f22;
}

.dropdown.show .option {
  display: block;
}

.dropdown .option.show {
  display: block;
}

.dropdown .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86%;
  padding: 10px 16px 10px 20px;
}

.dropdown .select:hover {
  background-color: #42484f;
}

.dropdown .select .title {
  padding-left: 10px;
}

.dropdown .select.selected .title {
  border-left: 2px solid #ff7f22;
}

.dropdown .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.dropdown .sub-content {
  max-width: 47rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown .actions .btn {
  color: #fff;
}

.dropdown .actions .btn:hover {
  color: #ff7f22;
}

.dropdown-item {
  padding: 14px 40px 14px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #eceff3 !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #42484f;
}

.dropdown-item input[type='checkbox']:checked + span {
  font-weight: 700;
}

.dropdown-result {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
}

#ui-datepicker-div {
  background-color: #171d25 !important;
  color: #fff !important;
  width: auto !important;
  padding: 30px 40px;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  z-index: 1500 !important;
  border: none;
}

#ui-datepicker-div .ui-datepicker-header {
  background: transparent;
  border: none;
  color: #fff;
  display: grid;
  grid-template-columns: auto 75px 45px 45px;
  grid-template-rows: 30px;
  grid-template-areas: 'title btn-clear prev next';
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ui-datepicker-div .datepicker-btn-clear {
  grid-area: btn-clear;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
  padding: 0;
}

#ui-datepicker-div .datepicker-btn-clear:hover {
  background-color: transparent;
  border: none;
  color: #a8a8a7;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  margin-top: 4px;
  background-image: url('/assets/icon/accordion.svg');
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
  background-position: center;
  background-repeat: no-repeat;
  top: 0 !important;
  background-size: 25px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  border: none;
}

#ui-datepicker-div .ui-datepicker-prev {
  grid-area: prev;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0 !important;
}

#ui-datepicker-div .ui-datepicker-next {
  grid-area: next;
  margin-left: auto;
  right: 12px !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#ui-datepicker-div .ui-datepicker-title {
  grid-area: title;
  margin-left: 20px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

#ui-datepicker-div .ui-state-default {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 3px;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  line-height: 44px;
}

#ui-datepicker-div .ui-state-default:hover {
  background-color: #42484f;
  color: #fff;
}

#ui-datepicker-div .ui-priority-secondary {
  color: #a8a8a7;
}

#ui-datepicker-div .ui-state-highlight {
  background-color: #dadfe3;
  color: #171d25;
}

#ui-datepicker-div .ui-state-active {
  background-color: #ff7f22;
  color: #fff;
}

#ui-datepicker-div th {
  border-bottom: 1px solid #42484f;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #a8a8a7;
}

.input-group-border input {
  border-right: 0;
}

.input-group-border button {
  background-color: #fff;
  border: 1px solid #dadfe3;
  border-left: 0;
  border-radius: 4px;
  z-index: 1;
}

.input-group-border input:focus + button {
  border: 1px solid #ff7f22;
}

.input-group-border button:hover {
  border-color: #dadfe3;
}

.input-group-line input,
.input-date-picker input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a8a8a7;
  border-radius: 0;
  height: 3.2rem;
}

.input-group-line input:focus,
.input-date-picker input:focus {
  background-color: transparent;
}

.input-group-line button,
.input-date-picker button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a8a8a7;
  border-radius: 0;
  height: 3.2rem;
}

.input-group-line input:focus + button,
.input-date-picker input:focus + button {
  border-color: #ff7f22;
}

.input-group-line input:focus + button svg,
.input-date-picker input:focus + button svg {
  fill: #ff7f22;
}

.input-quantity, .input-quantity--small {
  width: 76px;
  font-family: "Lato", sans-serif;
  height: 3rem;
}

.input-quantity--small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 2.5rem;
}

.group-input-price {
  display: grid;
  grid-template-areas: 'yen input-price' 'invalid-feedback invalid-feedback';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-input-price .yen {
  grid-area: yen;
}

.group-input-price .input-price, .group-input-price .input-price--small {
  grid-area: input-price;
}

.group-input-price .invalid-feedback-custom,
.group-input-price .invalid-feedback {
  grid-area: invalid-feedback;
}

.input-price, .input-price--small {
  width: 108px;
  padding: 1.5rem 1.2rem;
  font-family: "Lato", sans-serif;
  height: 3rem;
}

.input-price--small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 2.5rem;
}

.option-color {
  display: inline-block;
}

.option-color .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.option-color .text {
  vertical-align: middle;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.file-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f5;
  border: 1px solid #c5c9ce;
  border-radius: 4px;
  height: 62px;
  margin: 9px 12px 0 12px;
  position: relative;
  cursor: pointer;
}

.file-transfer:focus {
  border: 1px solid #ff7f22 !important;
}

.file-transfer[data-file-type=txt] .file-transfer__image {
  background-image: url('/assets/icon/txt.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=xls] .file-transfer__image {
  background-image: url('/assets/icon/xls.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=xlsx] .file-transfer__image {
  background-image: url('/assets/icon/xlsx.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=csv] .file-transfer__image {
  background-image: url('/assets/icon/csv.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=numbers] .file-transfer__image {
  background-image: url('/assets/icon/numbers.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=ppt] .file-transfer__image {
  background-image: url('/assets/icon/ppt.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=pptx] .file-transfer__image {
  background-image: url('/assets/icon/pptx.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=key] .file-transfer__image {
  background-image: url('/assets/icon/key.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=doc] .file-transfer__image {
  background-image: url('/assets/icon/doc.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=docx] .file-transfer__image {
  background-image: url('/assets/icon/docx.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=pages] .file-transfer__image {
  background-image: url('/assets/icon/pages.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=pdf] .file-transfer__image {
  background-image: url('/assets/icon/pdf.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=zip] .file-transfer__image {
  background-image: url('/assets/icon/zip.png');
  background-repeat: no-repeat;
  background-position: center;
}

.file-transfer[data-file-type=png] .file-transfer__image {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

.file-transfer[data-file-type=jpeg] .file-transfer__image {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

.file-transfer[data-file-type=jpg] .file-transfer__image {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

.file-transfer[data-file-type=gif] .file-transfer__image {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

.file-transfer[data-file-type=image] .file-transfer__image {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

.file-transfer__image {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px 0 10px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 4px;
}

.file-transfer__name {
  height: 60px;
  display: inline-block;
  max-width: 112px;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #6e7379;
  word-break: break-all;
  margin-left: 8px;
}

.file-transfer .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  background-color: #ff7f22;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
  color: white;
  display: none;
}

.file-transfer .btn-remove:after {
  content: '+';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.file-transfer:hover .btn-remove {
  display: block;
}

.btn-icon-sort {
  width: 24px;
  height: 24px;
  background-image: url('/assets/icon/sort.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.btn-icon-sort.asc {
  background-image: url('/assets/icon/sort-asc.svg');
}

.btn-icon-sort.desc {
  background-image: url('/assets/icon/sort-desc.svg');
}

.btn-icon-sort.active svg {
  fill: #ff7f22;
}

.wrap-img {
  position: relative;
  background-color: #fff;
}

.wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap-img:empty:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: 'NO PHOTO';
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  font-size: 2rem;
  text-align: center;
}

.img-error {
  -webkit-box-shadow: 0 0 0 2px #da5453;
          box-shadow: 0 0 0 2px #da5453;
  position: relative;
}

.img-error:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('/assets/icon/attention-red.svg') no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-error[data-triggle='cursor-tooltip'] {
  cursor: pointer;
}

.line-limit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.line-limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.line-limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.line-limit-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.upload-file.hide {
  width: 0;
  height: 0;
  position: absolute;
}

.text-color-congo-pink {
  color: #ff847d !important;
}

.text-color-main-gray {
  color: #6e7379 !important;
}

.text-color-light-gray {
  color: #a8a8a7 !important;
}

.text-color-gray {
  color: #6e7379 !important;
}

.text-color-accent {
  color: #ff7f22 !important;
}

.text-color-black {
  color: #171d25 !important;
}

.text-color-black-gray {
  color: #2e343b !important;
}

.text-color-dark-gray {
  color: #42484f !important;
}

.text-color-mid-gray {
  color: #8a8f94 !important;
}

.text-color-white {
  color: #fff !important;
}

.text-color-background-1 {
  color: #f3f3f5 !important;
}

.text-color-background-2 {
  color: #eceff3 !important;
}

.text-color-dark-black {
  color: #000 !important;
}

.bg-color-1 {
  background-color: #f3f3f5 !important;
}

.bg-color-2 {
  background-color: #eceff3 !important;
}

.bg-light-gray-2 {
  background-color: #dbdbdf !important;
}

.bg-white,
.bg-color-white {
  background-color: #fff !important;
}

.bg-color-black {
  background-color: #171d25;
}

.bg-color-black-gray {
  background-color: #2e343b;
}

.bg-color-dark-black {
  background-color: #42484f;
}

.bg-color-dark-gray {
  background-color: #42484f;
}

.fill-accent {
  fill: #ff7f22;
}

.fill-accent svg {
  fill: #ff7f22;
}

.font-mix {
  font-family: "Lato", "Noto Sans JP", sans-serif !important;
}

.font-mix * {
  font-family: "Lato", "Noto Sans JP", sans-serif !important;
}

.text-en-list-12 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.text-en-list-12 * {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.text-en-list-14 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
}

.text-en-list-14 * {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
}

.text-en-10-caption {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
}

.text-en-10-caption * {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
}

.text-12 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.text-12 * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.text-12-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.text-12-medium * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.text-14 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  font-size: 1.4rem !important;
}

.text-14 * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  font-size: 1.4rem !important;
}

.text-14-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-weight: 500 !important;
}

.text-14-medium * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-weight: 500 !important;
}

.text-14-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.text-14-bold * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.text-16-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-16-bold * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-14-underbar {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-14-underbar * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-14-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-14-description * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-10-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
}

.text-10-description * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
}

.text-en-14 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
}

.text-en-14 * {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
}

.text-list-12 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.text-list-12 * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.text-list-14 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
}

.text-list-14 * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
}

.text-list-12-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.text-list-12-bold * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.text-list-12-underbar {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: .07em;
  text-decoration: underline;
}

.text-list-12-underbar * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: .07em;
  text-decoration: underline;
}

.text-list-10-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
}

.text-list-10-caption * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
}

.text-title-20 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-title-20 * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-title-20-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-title-20-bold * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-sub-title-16 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-sub-title-16 * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.text-12-underbar {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-12-underbar * {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-16-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.svg-stroke-accent {
  stroke: #ff7f22;
}

[data-placeholder]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #c5c9ce;
  font-size: inherit;
  font-weight: 400;
}

.caret-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-image: url('/assets/icon/caret-right.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.margin-1 {
  margin: 1px !important;
}

.margin-y-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.margin-x-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.margin-t-1 {
  margin-top: 1px !important;
}

.margin-b-1 {
  margin-bottom: 1px !important;
}

.margin-s-1 {
  margin-left: 1px !important;
}

.margin-e-1 {
  margin-right: 1px !important;
}

.margin-2 {
  margin: 2px !important;
}

.margin-y-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.margin-x-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.margin-t-2 {
  margin-top: 2px !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-s-2 {
  margin-left: 2px !important;
}

.margin-e-2 {
  margin-right: 2px !important;
}

.margin-3 {
  margin: 3px !important;
}

.margin-y-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.margin-x-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.margin-t-3 {
  margin-top: 3px !important;
}

.margin-b-3 {
  margin-bottom: 3px !important;
}

.margin-s-3 {
  margin-left: 3px !important;
}

.margin-e-3 {
  margin-right: 3px !important;
}

.margin-4 {
  margin: 4px !important;
}

.margin-y-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.margin-x-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.margin-t-4 {
  margin-top: 4px !important;
}

.margin-b-4 {
  margin-bottom: 4px !important;
}

.margin-s-4 {
  margin-left: 4px !important;
}

.margin-e-4 {
  margin-right: 4px !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-s-5 {
  margin-left: 5px !important;
}

.margin-e-5 {
  margin-right: 5px !important;
}

.margin-6 {
  margin: 6px !important;
}

.margin-y-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.margin-x-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.margin-t-6 {
  margin-top: 6px !important;
}

.margin-b-6 {
  margin-bottom: 6px !important;
}

.margin-s-6 {
  margin-left: 6px !important;
}

.margin-e-6 {
  margin-right: 6px !important;
}

.margin-7 {
  margin: 7px !important;
}

.margin-y-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.margin-x-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.margin-t-7 {
  margin-top: 7px !important;
}

.margin-b-7 {
  margin-bottom: 7px !important;
}

.margin-s-7 {
  margin-left: 7px !important;
}

.margin-e-7 {
  margin-right: 7px !important;
}

.margin-8 {
  margin: 8px !important;
}

.margin-y-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.margin-x-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.margin-t-8 {
  margin-top: 8px !important;
}

.margin-b-8 {
  margin-bottom: 8px !important;
}

.margin-s-8 {
  margin-left: 8px !important;
}

.margin-e-8 {
  margin-right: 8px !important;
}

.margin-9 {
  margin: 9px !important;
}

.margin-y-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.margin-x-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.margin-t-9 {
  margin-top: 9px !important;
}

.margin-b-9 {
  margin-bottom: 9px !important;
}

.margin-s-9 {
  margin-left: 9px !important;
}

.margin-e-9 {
  margin-right: 9px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-s-10 {
  margin-left: 10px !important;
}

.margin-e-10 {
  margin-right: 10px !important;
}

.margin-11 {
  margin: 11px !important;
}

.margin-y-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.margin-x-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.margin-t-11 {
  margin-top: 11px !important;
}

.margin-b-11 {
  margin-bottom: 11px !important;
}

.margin-s-11 {
  margin-left: 11px !important;
}

.margin-e-11 {
  margin-right: 11px !important;
}

.margin-12 {
  margin: 12px !important;
}

.margin-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.margin-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.margin-t-12 {
  margin-top: 12px !important;
}

.margin-b-12 {
  margin-bottom: 12px !important;
}

.margin-s-12 {
  margin-left: 12px !important;
}

.margin-e-12 {
  margin-right: 12px !important;
}

.margin-13 {
  margin: 13px !important;
}

.margin-y-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.margin-x-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.margin-t-13 {
  margin-top: 13px !important;
}

.margin-b-13 {
  margin-bottom: 13px !important;
}

.margin-s-13 {
  margin-left: 13px !important;
}

.margin-e-13 {
  margin-right: 13px !important;
}

.margin-14 {
  margin: 14px !important;
}

.margin-y-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.margin-x-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.margin-t-14 {
  margin-top: 14px !important;
}

.margin-b-14 {
  margin-bottom: 14px !important;
}

.margin-s-14 {
  margin-left: 14px !important;
}

.margin-e-14 {
  margin-right: 14px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.margin-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.margin-t-15 {
  margin-top: 15px !important;
}

.margin-b-15 {
  margin-bottom: 15px !important;
}

.margin-s-15 {
  margin-left: 15px !important;
}

.margin-e-15 {
  margin-right: 15px !important;
}

.margin-16 {
  margin: 16px !important;
}

.margin-y-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.margin-x-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.margin-t-16 {
  margin-top: 16px !important;
}

.margin-b-16 {
  margin-bottom: 16px !important;
}

.margin-s-16 {
  margin-left: 16px !important;
}

.margin-e-16 {
  margin-right: 16px !important;
}

.margin-17 {
  margin: 17px !important;
}

.margin-y-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.margin-x-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.margin-t-17 {
  margin-top: 17px !important;
}

.margin-b-17 {
  margin-bottom: 17px !important;
}

.margin-s-17 {
  margin-left: 17px !important;
}

.margin-e-17 {
  margin-right: 17px !important;
}

.margin-18 {
  margin: 18px !important;
}

.margin-y-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.margin-x-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.margin-t-18 {
  margin-top: 18px !important;
}

.margin-b-18 {
  margin-bottom: 18px !important;
}

.margin-s-18 {
  margin-left: 18px !important;
}

.margin-e-18 {
  margin-right: 18px !important;
}

.margin-19 {
  margin: 19px !important;
}

.margin-y-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.margin-x-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.margin-t-19 {
  margin-top: 19px !important;
}

.margin-b-19 {
  margin-bottom: 19px !important;
}

.margin-s-19 {
  margin-left: 19px !important;
}

.margin-e-19 {
  margin-right: 19px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-s-20 {
  margin-left: 20px !important;
}

.margin-e-20 {
  margin-right: 20px !important;
}

.margin-21 {
  margin: 21px !important;
}

.margin-y-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.margin-x-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.margin-t-21 {
  margin-top: 21px !important;
}

.margin-b-21 {
  margin-bottom: 21px !important;
}

.margin-s-21 {
  margin-left: 21px !important;
}

.margin-e-21 {
  margin-right: 21px !important;
}

.margin-22 {
  margin: 22px !important;
}

.margin-y-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.margin-x-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.margin-t-22 {
  margin-top: 22px !important;
}

.margin-b-22 {
  margin-bottom: 22px !important;
}

.margin-s-22 {
  margin-left: 22px !important;
}

.margin-e-22 {
  margin-right: 22px !important;
}

.margin-23 {
  margin: 23px !important;
}

.margin-y-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.margin-x-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

.margin-t-23 {
  margin-top: 23px !important;
}

.margin-b-23 {
  margin-bottom: 23px !important;
}

.margin-s-23 {
  margin-left: 23px !important;
}

.margin-e-23 {
  margin-right: 23px !important;
}

.margin-24 {
  margin: 24px !important;
}

.margin-y-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.margin-x-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.margin-t-24 {
  margin-top: 24px !important;
}

.margin-b-24 {
  margin-bottom: 24px !important;
}

.margin-s-24 {
  margin-left: 24px !important;
}

.margin-e-24 {
  margin-right: 24px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.margin-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.margin-t-25 {
  margin-top: 25px !important;
}

.margin-b-25 {
  margin-bottom: 25px !important;
}

.margin-s-25 {
  margin-left: 25px !important;
}

.margin-e-25 {
  margin-right: 25px !important;
}

.margin-26 {
  margin: 26px !important;
}

.margin-y-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.margin-x-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.margin-t-26 {
  margin-top: 26px !important;
}

.margin-b-26 {
  margin-bottom: 26px !important;
}

.margin-s-26 {
  margin-left: 26px !important;
}

.margin-e-26 {
  margin-right: 26px !important;
}

.margin-27 {
  margin: 27px !important;
}

.margin-y-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.margin-x-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.margin-t-27 {
  margin-top: 27px !important;
}

.margin-b-27 {
  margin-bottom: 27px !important;
}

.margin-s-27 {
  margin-left: 27px !important;
}

.margin-e-27 {
  margin-right: 27px !important;
}

.margin-28 {
  margin: 28px !important;
}

.margin-y-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.margin-x-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.margin-t-28 {
  margin-top: 28px !important;
}

.margin-b-28 {
  margin-bottom: 28px !important;
}

.margin-s-28 {
  margin-left: 28px !important;
}

.margin-e-28 {
  margin-right: 28px !important;
}

.margin-29 {
  margin: 29px !important;
}

.margin-y-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.margin-x-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

.margin-t-29 {
  margin-top: 29px !important;
}

.margin-b-29 {
  margin-bottom: 29px !important;
}

.margin-s-29 {
  margin-left: 29px !important;
}

.margin-e-29 {
  margin-right: 29px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.margin-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-s-30 {
  margin-left: 30px !important;
}

.margin-e-30 {
  margin-right: 30px !important;
}

.margin-31 {
  margin: 31px !important;
}

.margin-y-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.margin-x-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

.margin-t-31 {
  margin-top: 31px !important;
}

.margin-b-31 {
  margin-bottom: 31px !important;
}

.margin-s-31 {
  margin-left: 31px !important;
}

.margin-e-31 {
  margin-right: 31px !important;
}

.margin-32 {
  margin: 32px !important;
}

.margin-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.margin-x-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.margin-t-32 {
  margin-top: 32px !important;
}

.margin-b-32 {
  margin-bottom: 32px !important;
}

.margin-s-32 {
  margin-left: 32px !important;
}

.margin-e-32 {
  margin-right: 32px !important;
}

.margin-33 {
  margin: 33px !important;
}

.margin-y-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.margin-x-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

.margin-t-33 {
  margin-top: 33px !important;
}

.margin-b-33 {
  margin-bottom: 33px !important;
}

.margin-s-33 {
  margin-left: 33px !important;
}

.margin-e-33 {
  margin-right: 33px !important;
}

.margin-34 {
  margin: 34px !important;
}

.margin-y-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.margin-x-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.margin-t-34 {
  margin-top: 34px !important;
}

.margin-b-34 {
  margin-bottom: 34px !important;
}

.margin-s-34 {
  margin-left: 34px !important;
}

.margin-e-34 {
  margin-right: 34px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.margin-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.margin-t-35 {
  margin-top: 35px !important;
}

.margin-b-35 {
  margin-bottom: 35px !important;
}

.margin-s-35 {
  margin-left: 35px !important;
}

.margin-e-35 {
  margin-right: 35px !important;
}

.margin-36 {
  margin: 36px !important;
}

.margin-y-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.margin-x-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.margin-t-36 {
  margin-top: 36px !important;
}

.margin-b-36 {
  margin-bottom: 36px !important;
}

.margin-s-36 {
  margin-left: 36px !important;
}

.margin-e-36 {
  margin-right: 36px !important;
}

.margin-37 {
  margin: 37px !important;
}

.margin-y-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.margin-x-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

.margin-t-37 {
  margin-top: 37px !important;
}

.margin-b-37 {
  margin-bottom: 37px !important;
}

.margin-s-37 {
  margin-left: 37px !important;
}

.margin-e-37 {
  margin-right: 37px !important;
}

.margin-38 {
  margin: 38px !important;
}

.margin-y-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.margin-x-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.margin-t-38 {
  margin-top: 38px !important;
}

.margin-b-38 {
  margin-bottom: 38px !important;
}

.margin-s-38 {
  margin-left: 38px !important;
}

.margin-e-38 {
  margin-right: 38px !important;
}

.margin-39 {
  margin: 39px !important;
}

.margin-y-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.margin-x-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

.margin-t-39 {
  margin-top: 39px !important;
}

.margin-b-39 {
  margin-bottom: 39px !important;
}

.margin-s-39 {
  margin-left: 39px !important;
}

.margin-e-39 {
  margin-right: 39px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.margin-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-s-40 {
  margin-left: 40px !important;
}

.margin-e-40 {
  margin-right: 40px !important;
}

.margin-41 {
  margin: 41px !important;
}

.margin-y-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.margin-x-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

.margin-t-41 {
  margin-top: 41px !important;
}

.margin-b-41 {
  margin-bottom: 41px !important;
}

.margin-s-41 {
  margin-left: 41px !important;
}

.margin-e-41 {
  margin-right: 41px !important;
}

.margin-42 {
  margin: 42px !important;
}

.margin-y-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.margin-x-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.margin-t-42 {
  margin-top: 42px !important;
}

.margin-b-42 {
  margin-bottom: 42px !important;
}

.margin-s-42 {
  margin-left: 42px !important;
}

.margin-e-42 {
  margin-right: 42px !important;
}

.margin-43 {
  margin: 43px !important;
}

.margin-y-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.margin-x-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

.margin-t-43 {
  margin-top: 43px !important;
}

.margin-b-43 {
  margin-bottom: 43px !important;
}

.margin-s-43 {
  margin-left: 43px !important;
}

.margin-e-43 {
  margin-right: 43px !important;
}

.margin-44 {
  margin: 44px !important;
}

.margin-y-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.margin-x-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.margin-t-44 {
  margin-top: 44px !important;
}

.margin-b-44 {
  margin-bottom: 44px !important;
}

.margin-s-44 {
  margin-left: 44px !important;
}

.margin-e-44 {
  margin-right: 44px !important;
}

.margin-45 {
  margin: 45px !important;
}

.margin-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.margin-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.margin-t-45 {
  margin-top: 45px !important;
}

.margin-b-45 {
  margin-bottom: 45px !important;
}

.margin-s-45 {
  margin-left: 45px !important;
}

.margin-e-45 {
  margin-right: 45px !important;
}

.margin-46 {
  margin: 46px !important;
}

.margin-y-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.margin-x-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.margin-t-46 {
  margin-top: 46px !important;
}

.margin-b-46 {
  margin-bottom: 46px !important;
}

.margin-s-46 {
  margin-left: 46px !important;
}

.margin-e-46 {
  margin-right: 46px !important;
}

.margin-47 {
  margin: 47px !important;
}

.margin-y-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.margin-x-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

.margin-t-47 {
  margin-top: 47px !important;
}

.margin-b-47 {
  margin-bottom: 47px !important;
}

.margin-s-47 {
  margin-left: 47px !important;
}

.margin-e-47 {
  margin-right: 47px !important;
}

.margin-48 {
  margin: 48px !important;
}

.margin-y-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.margin-x-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.margin-t-48 {
  margin-top: 48px !important;
}

.margin-b-48 {
  margin-bottom: 48px !important;
}

.margin-s-48 {
  margin-left: 48px !important;
}

.margin-e-48 {
  margin-right: 48px !important;
}

.margin-49 {
  margin: 49px !important;
}

.margin-y-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.margin-x-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

.margin-t-49 {
  margin-top: 49px !important;
}

.margin-b-49 {
  margin-bottom: 49px !important;
}

.margin-s-49 {
  margin-left: 49px !important;
}

.margin-e-49 {
  margin-right: 49px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.margin-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-s-50 {
  margin-left: 50px !important;
}

.margin-e-50 {
  margin-right: 50px !important;
}

.margin-51 {
  margin: 51px !important;
}

.margin-y-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.margin-x-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

.margin-t-51 {
  margin-top: 51px !important;
}

.margin-b-51 {
  margin-bottom: 51px !important;
}

.margin-s-51 {
  margin-left: 51px !important;
}

.margin-e-51 {
  margin-right: 51px !important;
}

.margin-52 {
  margin: 52px !important;
}

.margin-y-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.margin-x-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.margin-t-52 {
  margin-top: 52px !important;
}

.margin-b-52 {
  margin-bottom: 52px !important;
}

.margin-s-52 {
  margin-left: 52px !important;
}

.margin-e-52 {
  margin-right: 52px !important;
}

.margin-53 {
  margin: 53px !important;
}

.margin-y-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.margin-x-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

.margin-t-53 {
  margin-top: 53px !important;
}

.margin-b-53 {
  margin-bottom: 53px !important;
}

.margin-s-53 {
  margin-left: 53px !important;
}

.margin-e-53 {
  margin-right: 53px !important;
}

.margin-54 {
  margin: 54px !important;
}

.margin-y-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.margin-x-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.margin-t-54 {
  margin-top: 54px !important;
}

.margin-b-54 {
  margin-bottom: 54px !important;
}

.margin-s-54 {
  margin-left: 54px !important;
}

.margin-e-54 {
  margin-right: 54px !important;
}

.margin-55 {
  margin: 55px !important;
}

.margin-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.margin-x-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.margin-t-55 {
  margin-top: 55px !important;
}

.margin-b-55 {
  margin-bottom: 55px !important;
}

.margin-s-55 {
  margin-left: 55px !important;
}

.margin-e-55 {
  margin-right: 55px !important;
}

.margin-56 {
  margin: 56px !important;
}

.margin-y-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.margin-x-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.margin-t-56 {
  margin-top: 56px !important;
}

.margin-b-56 {
  margin-bottom: 56px !important;
}

.margin-s-56 {
  margin-left: 56px !important;
}

.margin-e-56 {
  margin-right: 56px !important;
}

.margin-57 {
  margin: 57px !important;
}

.margin-y-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.margin-x-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

.margin-t-57 {
  margin-top: 57px !important;
}

.margin-b-57 {
  margin-bottom: 57px !important;
}

.margin-s-57 {
  margin-left: 57px !important;
}

.margin-e-57 {
  margin-right: 57px !important;
}

.margin-58 {
  margin: 58px !important;
}

.margin-y-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.margin-x-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

.margin-t-58 {
  margin-top: 58px !important;
}

.margin-b-58 {
  margin-bottom: 58px !important;
}

.margin-s-58 {
  margin-left: 58px !important;
}

.margin-e-58 {
  margin-right: 58px !important;
}

.margin-59 {
  margin: 59px !important;
}

.margin-y-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.margin-x-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

.margin-t-59 {
  margin-top: 59px !important;
}

.margin-b-59 {
  margin-bottom: 59px !important;
}

.margin-s-59 {
  margin-left: 59px !important;
}

.margin-e-59 {
  margin-right: 59px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.margin-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-s-60 {
  margin-left: 60px !important;
}

.margin-e-60 {
  margin-right: 60px !important;
}

.margin-61 {
  margin: 61px !important;
}

.margin-y-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.margin-x-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

.margin-t-61 {
  margin-top: 61px !important;
}

.margin-b-61 {
  margin-bottom: 61px !important;
}

.margin-s-61 {
  margin-left: 61px !important;
}

.margin-e-61 {
  margin-right: 61px !important;
}

.margin-62 {
  margin: 62px !important;
}

.margin-y-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.margin-x-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

.margin-t-62 {
  margin-top: 62px !important;
}

.margin-b-62 {
  margin-bottom: 62px !important;
}

.margin-s-62 {
  margin-left: 62px !important;
}

.margin-e-62 {
  margin-right: 62px !important;
}

.margin-63 {
  margin: 63px !important;
}

.margin-y-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.margin-x-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

.margin-t-63 {
  margin-top: 63px !important;
}

.margin-b-63 {
  margin-bottom: 63px !important;
}

.margin-s-63 {
  margin-left: 63px !important;
}

.margin-e-63 {
  margin-right: 63px !important;
}

.margin-64 {
  margin: 64px !important;
}

.margin-y-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.margin-x-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.margin-t-64 {
  margin-top: 64px !important;
}

.margin-b-64 {
  margin-bottom: 64px !important;
}

.margin-s-64 {
  margin-left: 64px !important;
}

.margin-e-64 {
  margin-right: 64px !important;
}

.margin-65 {
  margin: 65px !important;
}

.margin-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.margin-x-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.margin-t-65 {
  margin-top: 65px !important;
}

.margin-b-65 {
  margin-bottom: 65px !important;
}

.margin-s-65 {
  margin-left: 65px !important;
}

.margin-e-65 {
  margin-right: 65px !important;
}

.margin-66 {
  margin: 66px !important;
}

.margin-y-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.margin-x-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

.margin-t-66 {
  margin-top: 66px !important;
}

.margin-b-66 {
  margin-bottom: 66px !important;
}

.margin-s-66 {
  margin-left: 66px !important;
}

.margin-e-66 {
  margin-right: 66px !important;
}

.margin-67 {
  margin: 67px !important;
}

.margin-y-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.margin-x-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

.margin-t-67 {
  margin-top: 67px !important;
}

.margin-b-67 {
  margin-bottom: 67px !important;
}

.margin-s-67 {
  margin-left: 67px !important;
}

.margin-e-67 {
  margin-right: 67px !important;
}

.margin-68 {
  margin: 68px !important;
}

.margin-y-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.margin-x-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.margin-t-68 {
  margin-top: 68px !important;
}

.margin-b-68 {
  margin-bottom: 68px !important;
}

.margin-s-68 {
  margin-left: 68px !important;
}

.margin-e-68 {
  margin-right: 68px !important;
}

.margin-69 {
  margin: 69px !important;
}

.margin-y-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.margin-x-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

.margin-t-69 {
  margin-top: 69px !important;
}

.margin-b-69 {
  margin-bottom: 69px !important;
}

.margin-s-69 {
  margin-left: 69px !important;
}

.margin-e-69 {
  margin-right: 69px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.margin-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.margin-t-70 {
  margin-top: 70px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-s-70 {
  margin-left: 70px !important;
}

.margin-e-70 {
  margin-right: 70px !important;
}

.margin-71 {
  margin: 71px !important;
}

.margin-y-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.margin-x-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

.margin-t-71 {
  margin-top: 71px !important;
}

.margin-b-71 {
  margin-bottom: 71px !important;
}

.margin-s-71 {
  margin-left: 71px !important;
}

.margin-e-71 {
  margin-right: 71px !important;
}

.margin-72 {
  margin: 72px !important;
}

.margin-y-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.margin-x-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.margin-t-72 {
  margin-top: 72px !important;
}

.margin-b-72 {
  margin-bottom: 72px !important;
}

.margin-s-72 {
  margin-left: 72px !important;
}

.margin-e-72 {
  margin-right: 72px !important;
}

.margin-73 {
  margin: 73px !important;
}

.margin-y-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.margin-x-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

.margin-t-73 {
  margin-top: 73px !important;
}

.margin-b-73 {
  margin-bottom: 73px !important;
}

.margin-s-73 {
  margin-left: 73px !important;
}

.margin-e-73 {
  margin-right: 73px !important;
}

.margin-74 {
  margin: 74px !important;
}

.margin-y-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.margin-x-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.margin-t-74 {
  margin-top: 74px !important;
}

.margin-b-74 {
  margin-bottom: 74px !important;
}

.margin-s-74 {
  margin-left: 74px !important;
}

.margin-e-74 {
  margin-right: 74px !important;
}

.margin-75 {
  margin: 75px !important;
}

.margin-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.margin-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.margin-t-75 {
  margin-top: 75px !important;
}

.margin-b-75 {
  margin-bottom: 75px !important;
}

.margin-s-75 {
  margin-left: 75px !important;
}

.margin-e-75 {
  margin-right: 75px !important;
}

.margin-76 {
  margin: 76px !important;
}

.margin-y-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.margin-x-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.margin-t-76 {
  margin-top: 76px !important;
}

.margin-b-76 {
  margin-bottom: 76px !important;
}

.margin-s-76 {
  margin-left: 76px !important;
}

.margin-e-76 {
  margin-right: 76px !important;
}

.margin-77 {
  margin: 77px !important;
}

.margin-y-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.margin-x-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

.margin-t-77 {
  margin-top: 77px !important;
}

.margin-b-77 {
  margin-bottom: 77px !important;
}

.margin-s-77 {
  margin-left: 77px !important;
}

.margin-e-77 {
  margin-right: 77px !important;
}

.margin-78 {
  margin: 78px !important;
}

.margin-y-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.margin-x-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

.margin-t-78 {
  margin-top: 78px !important;
}

.margin-b-78 {
  margin-bottom: 78px !important;
}

.margin-s-78 {
  margin-left: 78px !important;
}

.margin-e-78 {
  margin-right: 78px !important;
}

.margin-79 {
  margin: 79px !important;
}

.margin-y-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.margin-x-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

.margin-t-79 {
  margin-top: 79px !important;
}

.margin-b-79 {
  margin-bottom: 79px !important;
}

.margin-s-79 {
  margin-left: 79px !important;
}

.margin-e-79 {
  margin-right: 79px !important;
}

.margin-80 {
  margin: 80px !important;
}

.margin-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.margin-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-s-80 {
  margin-left: 80px !important;
}

.margin-e-80 {
  margin-right: 80px !important;
}

.margin-81 {
  margin: 81px !important;
}

.margin-y-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.margin-x-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

.margin-t-81 {
  margin-top: 81px !important;
}

.margin-b-81 {
  margin-bottom: 81px !important;
}

.margin-s-81 {
  margin-left: 81px !important;
}

.margin-e-81 {
  margin-right: 81px !important;
}

.margin-82 {
  margin: 82px !important;
}

.margin-y-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.margin-x-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

.margin-t-82 {
  margin-top: 82px !important;
}

.margin-b-82 {
  margin-bottom: 82px !important;
}

.margin-s-82 {
  margin-left: 82px !important;
}

.margin-e-82 {
  margin-right: 82px !important;
}

.margin-83 {
  margin: 83px !important;
}

.margin-y-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

.margin-x-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

.margin-t-83 {
  margin-top: 83px !important;
}

.margin-b-83 {
  margin-bottom: 83px !important;
}

.margin-s-83 {
  margin-left: 83px !important;
}

.margin-e-83 {
  margin-right: 83px !important;
}

.margin-84 {
  margin: 84px !important;
}

.margin-y-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.margin-x-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.margin-t-84 {
  margin-top: 84px !important;
}

.margin-b-84 {
  margin-bottom: 84px !important;
}

.margin-s-84 {
  margin-left: 84px !important;
}

.margin-e-84 {
  margin-right: 84px !important;
}

.margin-85 {
  margin: 85px !important;
}

.margin-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.margin-x-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.margin-t-85 {
  margin-top: 85px !important;
}

.margin-b-85 {
  margin-bottom: 85px !important;
}

.margin-s-85 {
  margin-left: 85px !important;
}

.margin-e-85 {
  margin-right: 85px !important;
}

.margin-86 {
  margin: 86px !important;
}

.margin-y-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.margin-x-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

.margin-t-86 {
  margin-top: 86px !important;
}

.margin-b-86 {
  margin-bottom: 86px !important;
}

.margin-s-86 {
  margin-left: 86px !important;
}

.margin-e-86 {
  margin-right: 86px !important;
}

.margin-87 {
  margin: 87px !important;
}

.margin-y-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

.margin-x-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

.margin-t-87 {
  margin-top: 87px !important;
}

.margin-b-87 {
  margin-bottom: 87px !important;
}

.margin-s-87 {
  margin-left: 87px !important;
}

.margin-e-87 {
  margin-right: 87px !important;
}

.margin-88 {
  margin: 88px !important;
}

.margin-y-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.margin-x-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.margin-t-88 {
  margin-top: 88px !important;
}

.margin-b-88 {
  margin-bottom: 88px !important;
}

.margin-s-88 {
  margin-left: 88px !important;
}

.margin-e-88 {
  margin-right: 88px !important;
}

.margin-89 {
  margin: 89px !important;
}

.margin-y-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

.margin-x-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

.margin-t-89 {
  margin-top: 89px !important;
}

.margin-b-89 {
  margin-bottom: 89px !important;
}

.margin-s-89 {
  margin-left: 89px !important;
}

.margin-e-89 {
  margin-right: 89px !important;
}

.margin-90 {
  margin: 90px !important;
}

.margin-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.margin-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.margin-t-90 {
  margin-top: 90px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-s-90 {
  margin-left: 90px !important;
}

.margin-e-90 {
  margin-right: 90px !important;
}

.margin-91 {
  margin: 91px !important;
}

.margin-y-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}

.margin-x-91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}

.margin-t-91 {
  margin-top: 91px !important;
}

.margin-b-91 {
  margin-bottom: 91px !important;
}

.margin-s-91 {
  margin-left: 91px !important;
}

.margin-e-91 {
  margin-right: 91px !important;
}

.margin-92 {
  margin: 92px !important;
}

.margin-y-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.margin-x-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

.margin-t-92 {
  margin-top: 92px !important;
}

.margin-b-92 {
  margin-bottom: 92px !important;
}

.margin-s-92 {
  margin-left: 92px !important;
}

.margin-e-92 {
  margin-right: 92px !important;
}

.margin-93 {
  margin: 93px !important;
}

.margin-y-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}

.margin-x-93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}

.margin-t-93 {
  margin-top: 93px !important;
}

.margin-b-93 {
  margin-bottom: 93px !important;
}

.margin-s-93 {
  margin-left: 93px !important;
}

.margin-e-93 {
  margin-right: 93px !important;
}

.margin-94 {
  margin: 94px !important;
}

.margin-y-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

.margin-x-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

.margin-t-94 {
  margin-top: 94px !important;
}

.margin-b-94 {
  margin-bottom: 94px !important;
}

.margin-s-94 {
  margin-left: 94px !important;
}

.margin-e-94 {
  margin-right: 94px !important;
}

.margin-95 {
  margin: 95px !important;
}

.margin-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.margin-x-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.margin-t-95 {
  margin-top: 95px !important;
}

.margin-b-95 {
  margin-bottom: 95px !important;
}

.margin-s-95 {
  margin-left: 95px !important;
}

.margin-e-95 {
  margin-right: 95px !important;
}

.margin-96 {
  margin: 96px !important;
}

.margin-y-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.margin-x-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.margin-t-96 {
  margin-top: 96px !important;
}

.margin-b-96 {
  margin-bottom: 96px !important;
}

.margin-s-96 {
  margin-left: 96px !important;
}

.margin-e-96 {
  margin-right: 96px !important;
}

.margin-97 {
  margin: 97px !important;
}

.margin-y-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}

.margin-x-97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}

.margin-t-97 {
  margin-top: 97px !important;
}

.margin-b-97 {
  margin-bottom: 97px !important;
}

.margin-s-97 {
  margin-left: 97px !important;
}

.margin-e-97 {
  margin-right: 97px !important;
}

.margin-98 {
  margin: 98px !important;
}

.margin-y-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.margin-x-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

.margin-t-98 {
  margin-top: 98px !important;
}

.margin-b-98 {
  margin-bottom: 98px !important;
}

.margin-s-98 {
  margin-left: 98px !important;
}

.margin-e-98 {
  margin-right: 98px !important;
}

.margin-99 {
  margin: 99px !important;
}

.margin-y-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}

.margin-x-99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}

.margin-t-99 {
  margin-top: 99px !important;
}

.margin-b-99 {
  margin-bottom: 99px !important;
}

.margin-s-99 {
  margin-left: 99px !important;
}

.margin-e-99 {
  margin-right: 99px !important;
}

.margin-100 {
  margin: 100px !important;
}

.margin-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.margin-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

.margin-s-100 {
  margin-left: 100px !important;
}

.margin-e-100 {
  margin-right: 100px !important;
}

.margin-101 {
  margin: 101px !important;
}

.margin-y-101 {
  margin-top: 101px !important;
  margin-bottom: 101px !important;
}

.margin-x-101 {
  margin-left: 101px !important;
  margin-right: 101px !important;
}

.margin-t-101 {
  margin-top: 101px !important;
}

.margin-b-101 {
  margin-bottom: 101px !important;
}

.margin-s-101 {
  margin-left: 101px !important;
}

.margin-e-101 {
  margin-right: 101px !important;
}

.margin-102 {
  margin: 102px !important;
}

.margin-y-102 {
  margin-top: 102px !important;
  margin-bottom: 102px !important;
}

.margin-x-102 {
  margin-left: 102px !important;
  margin-right: 102px !important;
}

.margin-t-102 {
  margin-top: 102px !important;
}

.margin-b-102 {
  margin-bottom: 102px !important;
}

.margin-s-102 {
  margin-left: 102px !important;
}

.margin-e-102 {
  margin-right: 102px !important;
}

.margin-103 {
  margin: 103px !important;
}

.margin-y-103 {
  margin-top: 103px !important;
  margin-bottom: 103px !important;
}

.margin-x-103 {
  margin-left: 103px !important;
  margin-right: 103px !important;
}

.margin-t-103 {
  margin-top: 103px !important;
}

.margin-b-103 {
  margin-bottom: 103px !important;
}

.margin-s-103 {
  margin-left: 103px !important;
}

.margin-e-103 {
  margin-right: 103px !important;
}

.margin-104 {
  margin: 104px !important;
}

.margin-y-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.margin-x-104 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}

.margin-t-104 {
  margin-top: 104px !important;
}

.margin-b-104 {
  margin-bottom: 104px !important;
}

.margin-s-104 {
  margin-left: 104px !important;
}

.margin-e-104 {
  margin-right: 104px !important;
}

.margin-105 {
  margin: 105px !important;
}

.margin-y-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.margin-x-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.margin-t-105 {
  margin-top: 105px !important;
}

.margin-b-105 {
  margin-bottom: 105px !important;
}

.margin-s-105 {
  margin-left: 105px !important;
}

.margin-e-105 {
  margin-right: 105px !important;
}

.margin-106 {
  margin: 106px !important;
}

.margin-y-106 {
  margin-top: 106px !important;
  margin-bottom: 106px !important;
}

.margin-x-106 {
  margin-left: 106px !important;
  margin-right: 106px !important;
}

.margin-t-106 {
  margin-top: 106px !important;
}

.margin-b-106 {
  margin-bottom: 106px !important;
}

.margin-s-106 {
  margin-left: 106px !important;
}

.margin-e-106 {
  margin-right: 106px !important;
}

.margin-107 {
  margin: 107px !important;
}

.margin-y-107 {
  margin-top: 107px !important;
  margin-bottom: 107px !important;
}

.margin-x-107 {
  margin-left: 107px !important;
  margin-right: 107px !important;
}

.margin-t-107 {
  margin-top: 107px !important;
}

.margin-b-107 {
  margin-bottom: 107px !important;
}

.margin-s-107 {
  margin-left: 107px !important;
}

.margin-e-107 {
  margin-right: 107px !important;
}

.margin-108 {
  margin: 108px !important;
}

.margin-y-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}

.margin-x-108 {
  margin-left: 108px !important;
  margin-right: 108px !important;
}

.margin-t-108 {
  margin-top: 108px !important;
}

.margin-b-108 {
  margin-bottom: 108px !important;
}

.margin-s-108 {
  margin-left: 108px !important;
}

.margin-e-108 {
  margin-right: 108px !important;
}

.margin-109 {
  margin: 109px !important;
}

.margin-y-109 {
  margin-top: 109px !important;
  margin-bottom: 109px !important;
}

.margin-x-109 {
  margin-left: 109px !important;
  margin-right: 109px !important;
}

.margin-t-109 {
  margin-top: 109px !important;
}

.margin-b-109 {
  margin-bottom: 109px !important;
}

.margin-s-109 {
  margin-left: 109px !important;
}

.margin-e-109 {
  margin-right: 109px !important;
}

.margin-110 {
  margin: 110px !important;
}

.margin-y-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.margin-x-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.margin-t-110 {
  margin-top: 110px !important;
}

.margin-b-110 {
  margin-bottom: 110px !important;
}

.margin-s-110 {
  margin-left: 110px !important;
}

.margin-e-110 {
  margin-right: 110px !important;
}

.margin-111 {
  margin: 111px !important;
}

.margin-y-111 {
  margin-top: 111px !important;
  margin-bottom: 111px !important;
}

.margin-x-111 {
  margin-left: 111px !important;
  margin-right: 111px !important;
}

.margin-t-111 {
  margin-top: 111px !important;
}

.margin-b-111 {
  margin-bottom: 111px !important;
}

.margin-s-111 {
  margin-left: 111px !important;
}

.margin-e-111 {
  margin-right: 111px !important;
}

.margin-112 {
  margin: 112px !important;
}

.margin-y-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.margin-x-112 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.margin-t-112 {
  margin-top: 112px !important;
}

.margin-b-112 {
  margin-bottom: 112px !important;
}

.margin-s-112 {
  margin-left: 112px !important;
}

.margin-e-112 {
  margin-right: 112px !important;
}

.margin-113 {
  margin: 113px !important;
}

.margin-y-113 {
  margin-top: 113px !important;
  margin-bottom: 113px !important;
}

.margin-x-113 {
  margin-left: 113px !important;
  margin-right: 113px !important;
}

.margin-t-113 {
  margin-top: 113px !important;
}

.margin-b-113 {
  margin-bottom: 113px !important;
}

.margin-s-113 {
  margin-left: 113px !important;
}

.margin-e-113 {
  margin-right: 113px !important;
}

.margin-114 {
  margin: 114px !important;
}

.margin-y-114 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

.margin-x-114 {
  margin-left: 114px !important;
  margin-right: 114px !important;
}

.margin-t-114 {
  margin-top: 114px !important;
}

.margin-b-114 {
  margin-bottom: 114px !important;
}

.margin-s-114 {
  margin-left: 114px !important;
}

.margin-e-114 {
  margin-right: 114px !important;
}

.margin-115 {
  margin: 115px !important;
}

.margin-y-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.margin-x-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.margin-t-115 {
  margin-top: 115px !important;
}

.margin-b-115 {
  margin-bottom: 115px !important;
}

.margin-s-115 {
  margin-left: 115px !important;
}

.margin-e-115 {
  margin-right: 115px !important;
}

.margin-116 {
  margin: 116px !important;
}

.margin-y-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}

.margin-x-116 {
  margin-left: 116px !important;
  margin-right: 116px !important;
}

.margin-t-116 {
  margin-top: 116px !important;
}

.margin-b-116 {
  margin-bottom: 116px !important;
}

.margin-s-116 {
  margin-left: 116px !important;
}

.margin-e-116 {
  margin-right: 116px !important;
}

.margin-117 {
  margin: 117px !important;
}

.margin-y-117 {
  margin-top: 117px !important;
  margin-bottom: 117px !important;
}

.margin-x-117 {
  margin-left: 117px !important;
  margin-right: 117px !important;
}

.margin-t-117 {
  margin-top: 117px !important;
}

.margin-b-117 {
  margin-bottom: 117px !important;
}

.margin-s-117 {
  margin-left: 117px !important;
}

.margin-e-117 {
  margin-right: 117px !important;
}

.margin-118 {
  margin: 118px !important;
}

.margin-y-118 {
  margin-top: 118px !important;
  margin-bottom: 118px !important;
}

.margin-x-118 {
  margin-left: 118px !important;
  margin-right: 118px !important;
}

.margin-t-118 {
  margin-top: 118px !important;
}

.margin-b-118 {
  margin-bottom: 118px !important;
}

.margin-s-118 {
  margin-left: 118px !important;
}

.margin-e-118 {
  margin-right: 118px !important;
}

.margin-119 {
  margin: 119px !important;
}

.margin-y-119 {
  margin-top: 119px !important;
  margin-bottom: 119px !important;
}

.margin-x-119 {
  margin-left: 119px !important;
  margin-right: 119px !important;
}

.margin-t-119 {
  margin-top: 119px !important;
}

.margin-b-119 {
  margin-bottom: 119px !important;
}

.margin-s-119 {
  margin-left: 119px !important;
}

.margin-e-119 {
  margin-right: 119px !important;
}

.margin-120 {
  margin: 120px !important;
}

.margin-y-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.margin-x-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.margin-t-120 {
  margin-top: 120px !important;
}

.margin-b-120 {
  margin-bottom: 120px !important;
}

.margin-s-120 {
  margin-left: 120px !important;
}

.margin-e-120 {
  margin-right: 120px !important;
}

.margin-121 {
  margin: 121px !important;
}

.margin-y-121 {
  margin-top: 121px !important;
  margin-bottom: 121px !important;
}

.margin-x-121 {
  margin-left: 121px !important;
  margin-right: 121px !important;
}

.margin-t-121 {
  margin-top: 121px !important;
}

.margin-b-121 {
  margin-bottom: 121px !important;
}

.margin-s-121 {
  margin-left: 121px !important;
}

.margin-e-121 {
  margin-right: 121px !important;
}

.margin-122 {
  margin: 122px !important;
}

.margin-y-122 {
  margin-top: 122px !important;
  margin-bottom: 122px !important;
}

.margin-x-122 {
  margin-left: 122px !important;
  margin-right: 122px !important;
}

.margin-t-122 {
  margin-top: 122px !important;
}

.margin-b-122 {
  margin-bottom: 122px !important;
}

.margin-s-122 {
  margin-left: 122px !important;
}

.margin-e-122 {
  margin-right: 122px !important;
}

.margin-123 {
  margin: 123px !important;
}

.margin-y-123 {
  margin-top: 123px !important;
  margin-bottom: 123px !important;
}

.margin-x-123 {
  margin-left: 123px !important;
  margin-right: 123px !important;
}

.margin-t-123 {
  margin-top: 123px !important;
}

.margin-b-123 {
  margin-bottom: 123px !important;
}

.margin-s-123 {
  margin-left: 123px !important;
}

.margin-e-123 {
  margin-right: 123px !important;
}

.margin-124 {
  margin: 124px !important;
}

.margin-y-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}

.margin-x-124 {
  margin-left: 124px !important;
  margin-right: 124px !important;
}

.margin-t-124 {
  margin-top: 124px !important;
}

.margin-b-124 {
  margin-bottom: 124px !important;
}

.margin-s-124 {
  margin-left: 124px !important;
}

.margin-e-124 {
  margin-right: 124px !important;
}

.margin-125 {
  margin: 125px !important;
}

.margin-y-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.margin-x-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.margin-t-125 {
  margin-top: 125px !important;
}

.margin-b-125 {
  margin-bottom: 125px !important;
}

.margin-s-125 {
  margin-left: 125px !important;
}

.margin-e-125 {
  margin-right: 125px !important;
}

.margin-126 {
  margin: 126px !important;
}

.margin-y-126 {
  margin-top: 126px !important;
  margin-bottom: 126px !important;
}

.margin-x-126 {
  margin-left: 126px !important;
  margin-right: 126px !important;
}

.margin-t-126 {
  margin-top: 126px !important;
}

.margin-b-126 {
  margin-bottom: 126px !important;
}

.margin-s-126 {
  margin-left: 126px !important;
}

.margin-e-126 {
  margin-right: 126px !important;
}

.margin-127 {
  margin: 127px !important;
}

.margin-y-127 {
  margin-top: 127px !important;
  margin-bottom: 127px !important;
}

.margin-x-127 {
  margin-left: 127px !important;
  margin-right: 127px !important;
}

.margin-t-127 {
  margin-top: 127px !important;
}

.margin-b-127 {
  margin-bottom: 127px !important;
}

.margin-s-127 {
  margin-left: 127px !important;
}

.margin-e-127 {
  margin-right: 127px !important;
}

.margin-128 {
  margin: 128px !important;
}

.margin-y-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.margin-x-128 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.margin-t-128 {
  margin-top: 128px !important;
}

.margin-b-128 {
  margin-bottom: 128px !important;
}

.margin-s-128 {
  margin-left: 128px !important;
}

.margin-e-128 {
  margin-right: 128px !important;
}

.margin-129 {
  margin: 129px !important;
}

.margin-y-129 {
  margin-top: 129px !important;
  margin-bottom: 129px !important;
}

.margin-x-129 {
  margin-left: 129px !important;
  margin-right: 129px !important;
}

.margin-t-129 {
  margin-top: 129px !important;
}

.margin-b-129 {
  margin-bottom: 129px !important;
}

.margin-s-129 {
  margin-left: 129px !important;
}

.margin-e-129 {
  margin-right: 129px !important;
}

.margin-130 {
  margin: 130px !important;
}

.margin-y-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.margin-x-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.margin-t-130 {
  margin-top: 130px !important;
}

.margin-b-130 {
  margin-bottom: 130px !important;
}

.margin-s-130 {
  margin-left: 130px !important;
}

.margin-e-130 {
  margin-right: 130px !important;
}

.margin-131 {
  margin: 131px !important;
}

.margin-y-131 {
  margin-top: 131px !important;
  margin-bottom: 131px !important;
}

.margin-x-131 {
  margin-left: 131px !important;
  margin-right: 131px !important;
}

.margin-t-131 {
  margin-top: 131px !important;
}

.margin-b-131 {
  margin-bottom: 131px !important;
}

.margin-s-131 {
  margin-left: 131px !important;
}

.margin-e-131 {
  margin-right: 131px !important;
}

.margin-132 {
  margin: 132px !important;
}

.margin-y-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}

.margin-x-132 {
  margin-left: 132px !important;
  margin-right: 132px !important;
}

.margin-t-132 {
  margin-top: 132px !important;
}

.margin-b-132 {
  margin-bottom: 132px !important;
}

.margin-s-132 {
  margin-left: 132px !important;
}

.margin-e-132 {
  margin-right: 132px !important;
}

.margin-133 {
  margin: 133px !important;
}

.margin-y-133 {
  margin-top: 133px !important;
  margin-bottom: 133px !important;
}

.margin-x-133 {
  margin-left: 133px !important;
  margin-right: 133px !important;
}

.margin-t-133 {
  margin-top: 133px !important;
}

.margin-b-133 {
  margin-bottom: 133px !important;
}

.margin-s-133 {
  margin-left: 133px !important;
}

.margin-e-133 {
  margin-right: 133px !important;
}

.margin-134 {
  margin: 134px !important;
}

.margin-y-134 {
  margin-top: 134px !important;
  margin-bottom: 134px !important;
}

.margin-x-134 {
  margin-left: 134px !important;
  margin-right: 134px !important;
}

.margin-t-134 {
  margin-top: 134px !important;
}

.margin-b-134 {
  margin-bottom: 134px !important;
}

.margin-s-134 {
  margin-left: 134px !important;
}

.margin-e-134 {
  margin-right: 134px !important;
}

.margin-135 {
  margin: 135px !important;
}

.margin-y-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.margin-x-135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.margin-t-135 {
  margin-top: 135px !important;
}

.margin-b-135 {
  margin-bottom: 135px !important;
}

.margin-s-135 {
  margin-left: 135px !important;
}

.margin-e-135 {
  margin-right: 135px !important;
}

.margin-136 {
  margin: 136px !important;
}

.margin-y-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.margin-x-136 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}

.margin-t-136 {
  margin-top: 136px !important;
}

.margin-b-136 {
  margin-bottom: 136px !important;
}

.margin-s-136 {
  margin-left: 136px !important;
}

.margin-e-136 {
  margin-right: 136px !important;
}

.margin-137 {
  margin: 137px !important;
}

.margin-y-137 {
  margin-top: 137px !important;
  margin-bottom: 137px !important;
}

.margin-x-137 {
  margin-left: 137px !important;
  margin-right: 137px !important;
}

.margin-t-137 {
  margin-top: 137px !important;
}

.margin-b-137 {
  margin-bottom: 137px !important;
}

.margin-s-137 {
  margin-left: 137px !important;
}

.margin-e-137 {
  margin-right: 137px !important;
}

.margin-138 {
  margin: 138px !important;
}

.margin-y-138 {
  margin-top: 138px !important;
  margin-bottom: 138px !important;
}

.margin-x-138 {
  margin-left: 138px !important;
  margin-right: 138px !important;
}

.margin-t-138 {
  margin-top: 138px !important;
}

.margin-b-138 {
  margin-bottom: 138px !important;
}

.margin-s-138 {
  margin-left: 138px !important;
}

.margin-e-138 {
  margin-right: 138px !important;
}

.margin-139 {
  margin: 139px !important;
}

.margin-y-139 {
  margin-top: 139px !important;
  margin-bottom: 139px !important;
}

.margin-x-139 {
  margin-left: 139px !important;
  margin-right: 139px !important;
}

.margin-t-139 {
  margin-top: 139px !important;
}

.margin-b-139 {
  margin-bottom: 139px !important;
}

.margin-s-139 {
  margin-left: 139px !important;
}

.margin-e-139 {
  margin-right: 139px !important;
}

.margin-140 {
  margin: 140px !important;
}

.margin-y-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.margin-x-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.margin-t-140 {
  margin-top: 140px !important;
}

.margin-b-140 {
  margin-bottom: 140px !important;
}

.margin-s-140 {
  margin-left: 140px !important;
}

.margin-e-140 {
  margin-right: 140px !important;
}

.margin-141 {
  margin: 141px !important;
}

.margin-y-141 {
  margin-top: 141px !important;
  margin-bottom: 141px !important;
}

.margin-x-141 {
  margin-left: 141px !important;
  margin-right: 141px !important;
}

.margin-t-141 {
  margin-top: 141px !important;
}

.margin-b-141 {
  margin-bottom: 141px !important;
}

.margin-s-141 {
  margin-left: 141px !important;
}

.margin-e-141 {
  margin-right: 141px !important;
}

.margin-142 {
  margin: 142px !important;
}

.margin-y-142 {
  margin-top: 142px !important;
  margin-bottom: 142px !important;
}

.margin-x-142 {
  margin-left: 142px !important;
  margin-right: 142px !important;
}

.margin-t-142 {
  margin-top: 142px !important;
}

.margin-b-142 {
  margin-bottom: 142px !important;
}

.margin-s-142 {
  margin-left: 142px !important;
}

.margin-e-142 {
  margin-right: 142px !important;
}

.margin-143 {
  margin: 143px !important;
}

.margin-y-143 {
  margin-top: 143px !important;
  margin-bottom: 143px !important;
}

.margin-x-143 {
  margin-left: 143px !important;
  margin-right: 143px !important;
}

.margin-t-143 {
  margin-top: 143px !important;
}

.margin-b-143 {
  margin-bottom: 143px !important;
}

.margin-s-143 {
  margin-left: 143px !important;
}

.margin-e-143 {
  margin-right: 143px !important;
}

.margin-144 {
  margin: 144px !important;
}

.margin-y-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.margin-x-144 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

.margin-t-144 {
  margin-top: 144px !important;
}

.margin-b-144 {
  margin-bottom: 144px !important;
}

.margin-s-144 {
  margin-left: 144px !important;
}

.margin-e-144 {
  margin-right: 144px !important;
}

.margin-145 {
  margin: 145px !important;
}

.margin-y-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.margin-x-145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.margin-t-145 {
  margin-top: 145px !important;
}

.margin-b-145 {
  margin-bottom: 145px !important;
}

.margin-s-145 {
  margin-left: 145px !important;
}

.margin-e-145 {
  margin-right: 145px !important;
}

.margin-146 {
  margin: 146px !important;
}

.margin-y-146 {
  margin-top: 146px !important;
  margin-bottom: 146px !important;
}

.margin-x-146 {
  margin-left: 146px !important;
  margin-right: 146px !important;
}

.margin-t-146 {
  margin-top: 146px !important;
}

.margin-b-146 {
  margin-bottom: 146px !important;
}

.margin-s-146 {
  margin-left: 146px !important;
}

.margin-e-146 {
  margin-right: 146px !important;
}

.margin-147 {
  margin: 147px !important;
}

.margin-y-147 {
  margin-top: 147px !important;
  margin-bottom: 147px !important;
}

.margin-x-147 {
  margin-left: 147px !important;
  margin-right: 147px !important;
}

.margin-t-147 {
  margin-top: 147px !important;
}

.margin-b-147 {
  margin-bottom: 147px !important;
}

.margin-s-147 {
  margin-left: 147px !important;
}

.margin-e-147 {
  margin-right: 147px !important;
}

.margin-148 {
  margin: 148px !important;
}

.margin-y-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}

.margin-x-148 {
  margin-left: 148px !important;
  margin-right: 148px !important;
}

.margin-t-148 {
  margin-top: 148px !important;
}

.margin-b-148 {
  margin-bottom: 148px !important;
}

.margin-s-148 {
  margin-left: 148px !important;
}

.margin-e-148 {
  margin-right: 148px !important;
}

.margin-149 {
  margin: 149px !important;
}

.margin-y-149 {
  margin-top: 149px !important;
  margin-bottom: 149px !important;
}

.margin-x-149 {
  margin-left: 149px !important;
  margin-right: 149px !important;
}

.margin-t-149 {
  margin-top: 149px !important;
}

.margin-b-149 {
  margin-bottom: 149px !important;
}

.margin-s-149 {
  margin-left: 149px !important;
}

.margin-e-149 {
  margin-right: 149px !important;
}

.margin-150 {
  margin: 150px !important;
}

.margin-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.margin-x-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.margin-t-150 {
  margin-top: 150px !important;
}

.margin-b-150 {
  margin-bottom: 150px !important;
}

.margin-s-150 {
  margin-left: 150px !important;
}

.margin-e-150 {
  margin-right: 150px !important;
}

.margin-151 {
  margin: 151px !important;
}

.margin-y-151 {
  margin-top: 151px !important;
  margin-bottom: 151px !important;
}

.margin-x-151 {
  margin-left: 151px !important;
  margin-right: 151px !important;
}

.margin-t-151 {
  margin-top: 151px !important;
}

.margin-b-151 {
  margin-bottom: 151px !important;
}

.margin-s-151 {
  margin-left: 151px !important;
}

.margin-e-151 {
  margin-right: 151px !important;
}

.margin-152 {
  margin: 152px !important;
}

.margin-y-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.margin-x-152 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}

.margin-t-152 {
  margin-top: 152px !important;
}

.margin-b-152 {
  margin-bottom: 152px !important;
}

.margin-s-152 {
  margin-left: 152px !important;
}

.margin-e-152 {
  margin-right: 152px !important;
}

.margin-153 {
  margin: 153px !important;
}

.margin-y-153 {
  margin-top: 153px !important;
  margin-bottom: 153px !important;
}

.margin-x-153 {
  margin-left: 153px !important;
  margin-right: 153px !important;
}

.margin-t-153 {
  margin-top: 153px !important;
}

.margin-b-153 {
  margin-bottom: 153px !important;
}

.margin-s-153 {
  margin-left: 153px !important;
}

.margin-e-153 {
  margin-right: 153px !important;
}

.margin-154 {
  margin: 154px !important;
}

.margin-y-154 {
  margin-top: 154px !important;
  margin-bottom: 154px !important;
}

.margin-x-154 {
  margin-left: 154px !important;
  margin-right: 154px !important;
}

.margin-t-154 {
  margin-top: 154px !important;
}

.margin-b-154 {
  margin-bottom: 154px !important;
}

.margin-s-154 {
  margin-left: 154px !important;
}

.margin-e-154 {
  margin-right: 154px !important;
}

.margin-155 {
  margin: 155px !important;
}

.margin-y-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.margin-x-155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

.margin-t-155 {
  margin-top: 155px !important;
}

.margin-b-155 {
  margin-bottom: 155px !important;
}

.margin-s-155 {
  margin-left: 155px !important;
}

.margin-e-155 {
  margin-right: 155px !important;
}

.margin-156 {
  margin: 156px !important;
}

.margin-y-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}

.margin-x-156 {
  margin-left: 156px !important;
  margin-right: 156px !important;
}

.margin-t-156 {
  margin-top: 156px !important;
}

.margin-b-156 {
  margin-bottom: 156px !important;
}

.margin-s-156 {
  margin-left: 156px !important;
}

.margin-e-156 {
  margin-right: 156px !important;
}

.margin-157 {
  margin: 157px !important;
}

.margin-y-157 {
  margin-top: 157px !important;
  margin-bottom: 157px !important;
}

.margin-x-157 {
  margin-left: 157px !important;
  margin-right: 157px !important;
}

.margin-t-157 {
  margin-top: 157px !important;
}

.margin-b-157 {
  margin-bottom: 157px !important;
}

.margin-s-157 {
  margin-left: 157px !important;
}

.margin-e-157 {
  margin-right: 157px !important;
}

.margin-158 {
  margin: 158px !important;
}

.margin-y-158 {
  margin-top: 158px !important;
  margin-bottom: 158px !important;
}

.margin-x-158 {
  margin-left: 158px !important;
  margin-right: 158px !important;
}

.margin-t-158 {
  margin-top: 158px !important;
}

.margin-b-158 {
  margin-bottom: 158px !important;
}

.margin-s-158 {
  margin-left: 158px !important;
}

.margin-e-158 {
  margin-right: 158px !important;
}

.margin-159 {
  margin: 159px !important;
}

.margin-y-159 {
  margin-top: 159px !important;
  margin-bottom: 159px !important;
}

.margin-x-159 {
  margin-left: 159px !important;
  margin-right: 159px !important;
}

.margin-t-159 {
  margin-top: 159px !important;
}

.margin-b-159 {
  margin-bottom: 159px !important;
}

.margin-s-159 {
  margin-left: 159px !important;
}

.margin-e-159 {
  margin-right: 159px !important;
}

.margin-160 {
  margin: 160px !important;
}

.margin-y-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.margin-x-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.margin-t-160 {
  margin-top: 160px !important;
}

.margin-b-160 {
  margin-bottom: 160px !important;
}

.margin-s-160 {
  margin-left: 160px !important;
}

.margin-e-160 {
  margin-right: 160px !important;
}

.margin-161 {
  margin: 161px !important;
}

.margin-y-161 {
  margin-top: 161px !important;
  margin-bottom: 161px !important;
}

.margin-x-161 {
  margin-left: 161px !important;
  margin-right: 161px !important;
}

.margin-t-161 {
  margin-top: 161px !important;
}

.margin-b-161 {
  margin-bottom: 161px !important;
}

.margin-s-161 {
  margin-left: 161px !important;
}

.margin-e-161 {
  margin-right: 161px !important;
}

.margin-162 {
  margin: 162px !important;
}

.margin-y-162 {
  margin-top: 162px !important;
  margin-bottom: 162px !important;
}

.margin-x-162 {
  margin-left: 162px !important;
  margin-right: 162px !important;
}

.margin-t-162 {
  margin-top: 162px !important;
}

.margin-b-162 {
  margin-bottom: 162px !important;
}

.margin-s-162 {
  margin-left: 162px !important;
}

.margin-e-162 {
  margin-right: 162px !important;
}

.margin-163 {
  margin: 163px !important;
}

.margin-y-163 {
  margin-top: 163px !important;
  margin-bottom: 163px !important;
}

.margin-x-163 {
  margin-left: 163px !important;
  margin-right: 163px !important;
}

.margin-t-163 {
  margin-top: 163px !important;
}

.margin-b-163 {
  margin-bottom: 163px !important;
}

.margin-s-163 {
  margin-left: 163px !important;
}

.margin-e-163 {
  margin-right: 163px !important;
}

.margin-164 {
  margin: 164px !important;
}

.margin-y-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}

.margin-x-164 {
  margin-left: 164px !important;
  margin-right: 164px !important;
}

.margin-t-164 {
  margin-top: 164px !important;
}

.margin-b-164 {
  margin-bottom: 164px !important;
}

.margin-s-164 {
  margin-left: 164px !important;
}

.margin-e-164 {
  margin-right: 164px !important;
}

.margin-165 {
  margin: 165px !important;
}

.margin-y-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.margin-x-165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.margin-t-165 {
  margin-top: 165px !important;
}

.margin-b-165 {
  margin-bottom: 165px !important;
}

.margin-s-165 {
  margin-left: 165px !important;
}

.margin-e-165 {
  margin-right: 165px !important;
}

.margin-166 {
  margin: 166px !important;
}

.margin-y-166 {
  margin-top: 166px !important;
  margin-bottom: 166px !important;
}

.margin-x-166 {
  margin-left: 166px !important;
  margin-right: 166px !important;
}

.margin-t-166 {
  margin-top: 166px !important;
}

.margin-b-166 {
  margin-bottom: 166px !important;
}

.margin-s-166 {
  margin-left: 166px !important;
}

.margin-e-166 {
  margin-right: 166px !important;
}

.margin-167 {
  margin: 167px !important;
}

.margin-y-167 {
  margin-top: 167px !important;
  margin-bottom: 167px !important;
}

.margin-x-167 {
  margin-left: 167px !important;
  margin-right: 167px !important;
}

.margin-t-167 {
  margin-top: 167px !important;
}

.margin-b-167 {
  margin-bottom: 167px !important;
}

.margin-s-167 {
  margin-left: 167px !important;
}

.margin-e-167 {
  margin-right: 167px !important;
}

.margin-168 {
  margin: 168px !important;
}

.margin-y-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

.margin-x-168 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}

.margin-t-168 {
  margin-top: 168px !important;
}

.margin-b-168 {
  margin-bottom: 168px !important;
}

.margin-s-168 {
  margin-left: 168px !important;
}

.margin-e-168 {
  margin-right: 168px !important;
}

.margin-169 {
  margin: 169px !important;
}

.margin-y-169 {
  margin-top: 169px !important;
  margin-bottom: 169px !important;
}

.margin-x-169 {
  margin-left: 169px !important;
  margin-right: 169px !important;
}

.margin-t-169 {
  margin-top: 169px !important;
}

.margin-b-169 {
  margin-bottom: 169px !important;
}

.margin-s-169 {
  margin-left: 169px !important;
}

.margin-e-169 {
  margin-right: 169px !important;
}

.margin-170 {
  margin: 170px !important;
}

.margin-y-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.margin-x-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.margin-t-170 {
  margin-top: 170px !important;
}

.margin-b-170 {
  margin-bottom: 170px !important;
}

.margin-s-170 {
  margin-left: 170px !important;
}

.margin-e-170 {
  margin-right: 170px !important;
}

.margin-171 {
  margin: 171px !important;
}

.margin-y-171 {
  margin-top: 171px !important;
  margin-bottom: 171px !important;
}

.margin-x-171 {
  margin-left: 171px !important;
  margin-right: 171px !important;
}

.margin-t-171 {
  margin-top: 171px !important;
}

.margin-b-171 {
  margin-bottom: 171px !important;
}

.margin-s-171 {
  margin-left: 171px !important;
}

.margin-e-171 {
  margin-right: 171px !important;
}

.margin-172 {
  margin: 172px !important;
}

.margin-y-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}

.margin-x-172 {
  margin-left: 172px !important;
  margin-right: 172px !important;
}

.margin-t-172 {
  margin-top: 172px !important;
}

.margin-b-172 {
  margin-bottom: 172px !important;
}

.margin-s-172 {
  margin-left: 172px !important;
}

.margin-e-172 {
  margin-right: 172px !important;
}

.margin-173 {
  margin: 173px !important;
}

.margin-y-173 {
  margin-top: 173px !important;
  margin-bottom: 173px !important;
}

.margin-x-173 {
  margin-left: 173px !important;
  margin-right: 173px !important;
}

.margin-t-173 {
  margin-top: 173px !important;
}

.margin-b-173 {
  margin-bottom: 173px !important;
}

.margin-s-173 {
  margin-left: 173px !important;
}

.margin-e-173 {
  margin-right: 173px !important;
}

.margin-174 {
  margin: 174px !important;
}

.margin-y-174 {
  margin-top: 174px !important;
  margin-bottom: 174px !important;
}

.margin-x-174 {
  margin-left: 174px !important;
  margin-right: 174px !important;
}

.margin-t-174 {
  margin-top: 174px !important;
}

.margin-b-174 {
  margin-bottom: 174px !important;
}

.margin-s-174 {
  margin-left: 174px !important;
}

.margin-e-174 {
  margin-right: 174px !important;
}

.margin-175 {
  margin: 175px !important;
}

.margin-y-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.margin-x-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.margin-t-175 {
  margin-top: 175px !important;
}

.margin-b-175 {
  margin-bottom: 175px !important;
}

.margin-s-175 {
  margin-left: 175px !important;
}

.margin-e-175 {
  margin-right: 175px !important;
}

.margin-176 {
  margin: 176px !important;
}

.margin-y-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}

.margin-x-176 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}

.margin-t-176 {
  margin-top: 176px !important;
}

.margin-b-176 {
  margin-bottom: 176px !important;
}

.margin-s-176 {
  margin-left: 176px !important;
}

.margin-e-176 {
  margin-right: 176px !important;
}

.margin-177 {
  margin: 177px !important;
}

.margin-y-177 {
  margin-top: 177px !important;
  margin-bottom: 177px !important;
}

.margin-x-177 {
  margin-left: 177px !important;
  margin-right: 177px !important;
}

.margin-t-177 {
  margin-top: 177px !important;
}

.margin-b-177 {
  margin-bottom: 177px !important;
}

.margin-s-177 {
  margin-left: 177px !important;
}

.margin-e-177 {
  margin-right: 177px !important;
}

.margin-178 {
  margin: 178px !important;
}

.margin-y-178 {
  margin-top: 178px !important;
  margin-bottom: 178px !important;
}

.margin-x-178 {
  margin-left: 178px !important;
  margin-right: 178px !important;
}

.margin-t-178 {
  margin-top: 178px !important;
}

.margin-b-178 {
  margin-bottom: 178px !important;
}

.margin-s-178 {
  margin-left: 178px !important;
}

.margin-e-178 {
  margin-right: 178px !important;
}

.margin-179 {
  margin: 179px !important;
}

.margin-y-179 {
  margin-top: 179px !important;
  margin-bottom: 179px !important;
}

.margin-x-179 {
  margin-left: 179px !important;
  margin-right: 179px !important;
}

.margin-t-179 {
  margin-top: 179px !important;
}

.margin-b-179 {
  margin-bottom: 179px !important;
}

.margin-s-179 {
  margin-left: 179px !important;
}

.margin-e-179 {
  margin-right: 179px !important;
}

.margin-180 {
  margin: 180px !important;
}

.margin-y-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.margin-x-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.margin-t-180 {
  margin-top: 180px !important;
}

.margin-b-180 {
  margin-bottom: 180px !important;
}

.margin-s-180 {
  margin-left: 180px !important;
}

.margin-e-180 {
  margin-right: 180px !important;
}

.margin-181 {
  margin: 181px !important;
}

.margin-y-181 {
  margin-top: 181px !important;
  margin-bottom: 181px !important;
}

.margin-x-181 {
  margin-left: 181px !important;
  margin-right: 181px !important;
}

.margin-t-181 {
  margin-top: 181px !important;
}

.margin-b-181 {
  margin-bottom: 181px !important;
}

.margin-s-181 {
  margin-left: 181px !important;
}

.margin-e-181 {
  margin-right: 181px !important;
}

.margin-182 {
  margin: 182px !important;
}

.margin-y-182 {
  margin-top: 182px !important;
  margin-bottom: 182px !important;
}

.margin-x-182 {
  margin-left: 182px !important;
  margin-right: 182px !important;
}

.margin-t-182 {
  margin-top: 182px !important;
}

.margin-b-182 {
  margin-bottom: 182px !important;
}

.margin-s-182 {
  margin-left: 182px !important;
}

.margin-e-182 {
  margin-right: 182px !important;
}

.margin-183 {
  margin: 183px !important;
}

.margin-y-183 {
  margin-top: 183px !important;
  margin-bottom: 183px !important;
}

.margin-x-183 {
  margin-left: 183px !important;
  margin-right: 183px !important;
}

.margin-t-183 {
  margin-top: 183px !important;
}

.margin-b-183 {
  margin-bottom: 183px !important;
}

.margin-s-183 {
  margin-left: 183px !important;
}

.margin-e-183 {
  margin-right: 183px !important;
}

.margin-184 {
  margin: 184px !important;
}

.margin-y-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}

.margin-x-184 {
  margin-left: 184px !important;
  margin-right: 184px !important;
}

.margin-t-184 {
  margin-top: 184px !important;
}

.margin-b-184 {
  margin-bottom: 184px !important;
}

.margin-s-184 {
  margin-left: 184px !important;
}

.margin-e-184 {
  margin-right: 184px !important;
}

.margin-185 {
  margin: 185px !important;
}

.margin-y-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.margin-x-185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

.margin-t-185 {
  margin-top: 185px !important;
}

.margin-b-185 {
  margin-bottom: 185px !important;
}

.margin-s-185 {
  margin-left: 185px !important;
}

.margin-e-185 {
  margin-right: 185px !important;
}

.margin-186 {
  margin: 186px !important;
}

.margin-y-186 {
  margin-top: 186px !important;
  margin-bottom: 186px !important;
}

.margin-x-186 {
  margin-left: 186px !important;
  margin-right: 186px !important;
}

.margin-t-186 {
  margin-top: 186px !important;
}

.margin-b-186 {
  margin-bottom: 186px !important;
}

.margin-s-186 {
  margin-left: 186px !important;
}

.margin-e-186 {
  margin-right: 186px !important;
}

.margin-187 {
  margin: 187px !important;
}

.margin-y-187 {
  margin-top: 187px !important;
  margin-bottom: 187px !important;
}

.margin-x-187 {
  margin-left: 187px !important;
  margin-right: 187px !important;
}

.margin-t-187 {
  margin-top: 187px !important;
}

.margin-b-187 {
  margin-bottom: 187px !important;
}

.margin-s-187 {
  margin-left: 187px !important;
}

.margin-e-187 {
  margin-right: 187px !important;
}

.margin-188 {
  margin: 188px !important;
}

.margin-y-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}

.margin-x-188 {
  margin-left: 188px !important;
  margin-right: 188px !important;
}

.margin-t-188 {
  margin-top: 188px !important;
}

.margin-b-188 {
  margin-bottom: 188px !important;
}

.margin-s-188 {
  margin-left: 188px !important;
}

.margin-e-188 {
  margin-right: 188px !important;
}

.margin-189 {
  margin: 189px !important;
}

.margin-y-189 {
  margin-top: 189px !important;
  margin-bottom: 189px !important;
}

.margin-x-189 {
  margin-left: 189px !important;
  margin-right: 189px !important;
}

.margin-t-189 {
  margin-top: 189px !important;
}

.margin-b-189 {
  margin-bottom: 189px !important;
}

.margin-s-189 {
  margin-left: 189px !important;
}

.margin-e-189 {
  margin-right: 189px !important;
}

.margin-190 {
  margin: 190px !important;
}

.margin-y-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.margin-x-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.margin-t-190 {
  margin-top: 190px !important;
}

.margin-b-190 {
  margin-bottom: 190px !important;
}

.margin-s-190 {
  margin-left: 190px !important;
}

.margin-e-190 {
  margin-right: 190px !important;
}

.margin-191 {
  margin: 191px !important;
}

.margin-y-191 {
  margin-top: 191px !important;
  margin-bottom: 191px !important;
}

.margin-x-191 {
  margin-left: 191px !important;
  margin-right: 191px !important;
}

.margin-t-191 {
  margin-top: 191px !important;
}

.margin-b-191 {
  margin-bottom: 191px !important;
}

.margin-s-191 {
  margin-left: 191px !important;
}

.margin-e-191 {
  margin-right: 191px !important;
}

.margin-192 {
  margin: 192px !important;
}

.margin-y-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}

.margin-x-192 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}

.margin-t-192 {
  margin-top: 192px !important;
}

.margin-b-192 {
  margin-bottom: 192px !important;
}

.margin-s-192 {
  margin-left: 192px !important;
}

.margin-e-192 {
  margin-right: 192px !important;
}

.margin-193 {
  margin: 193px !important;
}

.margin-y-193 {
  margin-top: 193px !important;
  margin-bottom: 193px !important;
}

.margin-x-193 {
  margin-left: 193px !important;
  margin-right: 193px !important;
}

.margin-t-193 {
  margin-top: 193px !important;
}

.margin-b-193 {
  margin-bottom: 193px !important;
}

.margin-s-193 {
  margin-left: 193px !important;
}

.margin-e-193 {
  margin-right: 193px !important;
}

.margin-194 {
  margin: 194px !important;
}

.margin-y-194 {
  margin-top: 194px !important;
  margin-bottom: 194px !important;
}

.margin-x-194 {
  margin-left: 194px !important;
  margin-right: 194px !important;
}

.margin-t-194 {
  margin-top: 194px !important;
}

.margin-b-194 {
  margin-bottom: 194px !important;
}

.margin-s-194 {
  margin-left: 194px !important;
}

.margin-e-194 {
  margin-right: 194px !important;
}

.margin-195 {
  margin: 195px !important;
}

.margin-y-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.margin-x-195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

.margin-t-195 {
  margin-top: 195px !important;
}

.margin-b-195 {
  margin-bottom: 195px !important;
}

.margin-s-195 {
  margin-left: 195px !important;
}

.margin-e-195 {
  margin-right: 195px !important;
}

.margin-196 {
  margin: 196px !important;
}

.margin-y-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}

.margin-x-196 {
  margin-left: 196px !important;
  margin-right: 196px !important;
}

.margin-t-196 {
  margin-top: 196px !important;
}

.margin-b-196 {
  margin-bottom: 196px !important;
}

.margin-s-196 {
  margin-left: 196px !important;
}

.margin-e-196 {
  margin-right: 196px !important;
}

.margin-197 {
  margin: 197px !important;
}

.margin-y-197 {
  margin-top: 197px !important;
  margin-bottom: 197px !important;
}

.margin-x-197 {
  margin-left: 197px !important;
  margin-right: 197px !important;
}

.margin-t-197 {
  margin-top: 197px !important;
}

.margin-b-197 {
  margin-bottom: 197px !important;
}

.margin-s-197 {
  margin-left: 197px !important;
}

.margin-e-197 {
  margin-right: 197px !important;
}

.margin-198 {
  margin: 198px !important;
}

.margin-y-198 {
  margin-top: 198px !important;
  margin-bottom: 198px !important;
}

.margin-x-198 {
  margin-left: 198px !important;
  margin-right: 198px !important;
}

.margin-t-198 {
  margin-top: 198px !important;
}

.margin-b-198 {
  margin-bottom: 198px !important;
}

.margin-s-198 {
  margin-left: 198px !important;
}

.margin-e-198 {
  margin-right: 198px !important;
}

.margin-199 {
  margin: 199px !important;
}

.margin-y-199 {
  margin-top: 199px !important;
  margin-bottom: 199px !important;
}

.margin-x-199 {
  margin-left: 199px !important;
  margin-right: 199px !important;
}

.margin-t-199 {
  margin-top: 199px !important;
}

.margin-b-199 {
  margin-bottom: 199px !important;
}

.margin-s-199 {
  margin-left: 199px !important;
}

.margin-e-199 {
  margin-right: 199px !important;
}

.margin-200 {
  margin: 200px !important;
}

.margin-y-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.margin-x-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.margin-t-200 {
  margin-top: 200px !important;
}

.margin-b-200 {
  margin-bottom: 200px !important;
}

.margin-s-200 {
  margin-left: 200px !important;
}

.margin-e-200 {
  margin-right: 200px !important;
}

.padding-1 {
  padding: 1px !important;
}

.padding-y-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.padding-x-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.padding-t-1 {
  padding-top: 1px !important;
}

.padding-b-1 {
  padding-bottom: 1px !important;
}

.padding-s-1 {
  padding-left: 1px !important;
}

.padding-e-1 {
  padding-right: 1px !important;
}

.padding-2 {
  padding: 2px !important;
}

.padding-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.padding-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.padding-t-2 {
  padding-top: 2px !important;
}

.padding-b-2 {
  padding-bottom: 2px !important;
}

.padding-s-2 {
  padding-left: 2px !important;
}

.padding-e-2 {
  padding-right: 2px !important;
}

.padding-3 {
  padding: 3px !important;
}

.padding-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.padding-x-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.padding-t-3 {
  padding-top: 3px !important;
}

.padding-b-3 {
  padding-bottom: 3px !important;
}

.padding-s-3 {
  padding-left: 3px !important;
}

.padding-e-3 {
  padding-right: 3px !important;
}

.padding-4 {
  padding: 4px !important;
}

.padding-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.padding-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.padding-t-4 {
  padding-top: 4px !important;
}

.padding-b-4 {
  padding-bottom: 4px !important;
}

.padding-s-4 {
  padding-left: 4px !important;
}

.padding-e-4 {
  padding-right: 4px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.padding-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-t-5 {
  padding-top: 5px !important;
}

.padding-b-5 {
  padding-bottom: 5px !important;
}

.padding-s-5 {
  padding-left: 5px !important;
}

.padding-e-5 {
  padding-right: 5px !important;
}

.padding-6 {
  padding: 6px !important;
}

.padding-y-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.padding-x-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.padding-t-6 {
  padding-top: 6px !important;
}

.padding-b-6 {
  padding-bottom: 6px !important;
}

.padding-s-6 {
  padding-left: 6px !important;
}

.padding-e-6 {
  padding-right: 6px !important;
}

.padding-7 {
  padding: 7px !important;
}

.padding-y-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.padding-x-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.padding-t-7 {
  padding-top: 7px !important;
}

.padding-b-7 {
  padding-bottom: 7px !important;
}

.padding-s-7 {
  padding-left: 7px !important;
}

.padding-e-7 {
  padding-right: 7px !important;
}

.padding-8 {
  padding: 8px !important;
}

.padding-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.padding-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.padding-t-8 {
  padding-top: 8px !important;
}

.padding-b-8 {
  padding-bottom: 8px !important;
}

.padding-s-8 {
  padding-left: 8px !important;
}

.padding-e-8 {
  padding-right: 8px !important;
}

.padding-9 {
  padding: 9px !important;
}

.padding-y-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.padding-x-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.padding-t-9 {
  padding-top: 9px !important;
}

.padding-b-9 {
  padding-bottom: 9px !important;
}

.padding-s-9 {
  padding-left: 9px !important;
}

.padding-e-9 {
  padding-right: 9px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-t-10 {
  padding-top: 10px !important;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.padding-s-10 {
  padding-left: 10px !important;
}

.padding-e-10 {
  padding-right: 10px !important;
}

.padding-11 {
  padding: 11px !important;
}

.padding-y-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.padding-x-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.padding-t-11 {
  padding-top: 11px !important;
}

.padding-b-11 {
  padding-bottom: 11px !important;
}

.padding-s-11 {
  padding-left: 11px !important;
}

.padding-e-11 {
  padding-right: 11px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.padding-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.padding-t-12 {
  padding-top: 12px !important;
}

.padding-b-12 {
  padding-bottom: 12px !important;
}

.padding-s-12 {
  padding-left: 12px !important;
}

.padding-e-12 {
  padding-right: 12px !important;
}

.padding-13 {
  padding: 13px !important;
}

.padding-y-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.padding-x-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.padding-t-13 {
  padding-top: 13px !important;
}

.padding-b-13 {
  padding-bottom: 13px !important;
}

.padding-s-13 {
  padding-left: 13px !important;
}

.padding-e-13 {
  padding-right: 13px !important;
}

.padding-14 {
  padding: 14px !important;
}

.padding-y-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.padding-x-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.padding-t-14 {
  padding-top: 14px !important;
}

.padding-b-14 {
  padding-bottom: 14px !important;
}

.padding-s-14 {
  padding-left: 14px !important;
}

.padding-e-14 {
  padding-right: 14px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padding-t-15 {
  padding-top: 15px !important;
}

.padding-b-15 {
  padding-bottom: 15px !important;
}

.padding-s-15 {
  padding-left: 15px !important;
}

.padding-e-15 {
  padding-right: 15px !important;
}

.padding-16 {
  padding: 16px !important;
}

.padding-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.padding-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.padding-t-16 {
  padding-top: 16px !important;
}

.padding-b-16 {
  padding-bottom: 16px !important;
}

.padding-s-16 {
  padding-left: 16px !important;
}

.padding-e-16 {
  padding-right: 16px !important;
}

.padding-17 {
  padding: 17px !important;
}

.padding-y-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.padding-x-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.padding-t-17 {
  padding-top: 17px !important;
}

.padding-b-17 {
  padding-bottom: 17px !important;
}

.padding-s-17 {
  padding-left: 17px !important;
}

.padding-e-17 {
  padding-right: 17px !important;
}

.padding-18 {
  padding: 18px !important;
}

.padding-y-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.padding-x-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.padding-t-18 {
  padding-top: 18px !important;
}

.padding-b-18 {
  padding-bottom: 18px !important;
}

.padding-s-18 {
  padding-left: 18px !important;
}

.padding-e-18 {
  padding-right: 18px !important;
}

.padding-19 {
  padding: 19px !important;
}

.padding-y-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.padding-x-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.padding-t-19 {
  padding-top: 19px !important;
}

.padding-b-19 {
  padding-bottom: 19px !important;
}

.padding-s-19 {
  padding-left: 19px !important;
}

.padding-e-19 {
  padding-right: 19px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-t-20 {
  padding-top: 20px !important;
}

.padding-b-20 {
  padding-bottom: 20px !important;
}

.padding-s-20 {
  padding-left: 20px !important;
}

.padding-e-20 {
  padding-right: 20px !important;
}

.padding-21 {
  padding: 21px !important;
}

.padding-y-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.padding-x-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.padding-t-21 {
  padding-top: 21px !important;
}

.padding-b-21 {
  padding-bottom: 21px !important;
}

.padding-s-21 {
  padding-left: 21px !important;
}

.padding-e-21 {
  padding-right: 21px !important;
}

.padding-22 {
  padding: 22px !important;
}

.padding-y-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.padding-x-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.padding-t-22 {
  padding-top: 22px !important;
}

.padding-b-22 {
  padding-bottom: 22px !important;
}

.padding-s-22 {
  padding-left: 22px !important;
}

.padding-e-22 {
  padding-right: 22px !important;
}

.padding-23 {
  padding: 23px !important;
}

.padding-y-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.padding-x-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.padding-t-23 {
  padding-top: 23px !important;
}

.padding-b-23 {
  padding-bottom: 23px !important;
}

.padding-s-23 {
  padding-left: 23px !important;
}

.padding-e-23 {
  padding-right: 23px !important;
}

.padding-24 {
  padding: 24px !important;
}

.padding-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.padding-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.padding-t-24 {
  padding-top: 24px !important;
}

.padding-b-24 {
  padding-bottom: 24px !important;
}

.padding-s-24 {
  padding-left: 24px !important;
}

.padding-e-24 {
  padding-right: 24px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.padding-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.padding-t-25 {
  padding-top: 25px !important;
}

.padding-b-25 {
  padding-bottom: 25px !important;
}

.padding-s-25 {
  padding-left: 25px !important;
}

.padding-e-25 {
  padding-right: 25px !important;
}

.padding-26 {
  padding: 26px !important;
}

.padding-y-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.padding-x-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.padding-t-26 {
  padding-top: 26px !important;
}

.padding-b-26 {
  padding-bottom: 26px !important;
}

.padding-s-26 {
  padding-left: 26px !important;
}

.padding-e-26 {
  padding-right: 26px !important;
}

.padding-27 {
  padding: 27px !important;
}

.padding-y-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.padding-x-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.padding-t-27 {
  padding-top: 27px !important;
}

.padding-b-27 {
  padding-bottom: 27px !important;
}

.padding-s-27 {
  padding-left: 27px !important;
}

.padding-e-27 {
  padding-right: 27px !important;
}

.padding-28 {
  padding: 28px !important;
}

.padding-y-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.padding-x-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.padding-t-28 {
  padding-top: 28px !important;
}

.padding-b-28 {
  padding-bottom: 28px !important;
}

.padding-s-28 {
  padding-left: 28px !important;
}

.padding-e-28 {
  padding-right: 28px !important;
}

.padding-29 {
  padding: 29px !important;
}

.padding-y-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.padding-x-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.padding-t-29 {
  padding-top: 29px !important;
}

.padding-b-29 {
  padding-bottom: 29px !important;
}

.padding-s-29 {
  padding-left: 29px !important;
}

.padding-e-29 {
  padding-right: 29px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-t-30 {
  padding-top: 30px !important;
}

.padding-b-30 {
  padding-bottom: 30px !important;
}

.padding-s-30 {
  padding-left: 30px !important;
}

.padding-e-30 {
  padding-right: 30px !important;
}

.padding-31 {
  padding: 31px !important;
}

.padding-y-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.padding-x-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

.padding-t-31 {
  padding-top: 31px !important;
}

.padding-b-31 {
  padding-bottom: 31px !important;
}

.padding-s-31 {
  padding-left: 31px !important;
}

.padding-e-31 {
  padding-right: 31px !important;
}

.padding-32 {
  padding: 32px !important;
}

.padding-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.padding-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.padding-t-32 {
  padding-top: 32px !important;
}

.padding-b-32 {
  padding-bottom: 32px !important;
}

.padding-s-32 {
  padding-left: 32px !important;
}

.padding-e-32 {
  padding-right: 32px !important;
}

.padding-33 {
  padding: 33px !important;
}

.padding-y-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.padding-x-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.padding-t-33 {
  padding-top: 33px !important;
}

.padding-b-33 {
  padding-bottom: 33px !important;
}

.padding-s-33 {
  padding-left: 33px !important;
}

.padding-e-33 {
  padding-right: 33px !important;
}

.padding-34 {
  padding: 34px !important;
}

.padding-y-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.padding-x-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.padding-t-34 {
  padding-top: 34px !important;
}

.padding-b-34 {
  padding-bottom: 34px !important;
}

.padding-s-34 {
  padding-left: 34px !important;
}

.padding-e-34 {
  padding-right: 34px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.padding-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.padding-t-35 {
  padding-top: 35px !important;
}

.padding-b-35 {
  padding-bottom: 35px !important;
}

.padding-s-35 {
  padding-left: 35px !important;
}

.padding-e-35 {
  padding-right: 35px !important;
}

.padding-36 {
  padding: 36px !important;
}

.padding-y-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.padding-x-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.padding-t-36 {
  padding-top: 36px !important;
}

.padding-b-36 {
  padding-bottom: 36px !important;
}

.padding-s-36 {
  padding-left: 36px !important;
}

.padding-e-36 {
  padding-right: 36px !important;
}

.padding-37 {
  padding: 37px !important;
}

.padding-y-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.padding-x-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.padding-t-37 {
  padding-top: 37px !important;
}

.padding-b-37 {
  padding-bottom: 37px !important;
}

.padding-s-37 {
  padding-left: 37px !important;
}

.padding-e-37 {
  padding-right: 37px !important;
}

.padding-38 {
  padding: 38px !important;
}

.padding-y-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.padding-x-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.padding-t-38 {
  padding-top: 38px !important;
}

.padding-b-38 {
  padding-bottom: 38px !important;
}

.padding-s-38 {
  padding-left: 38px !important;
}

.padding-e-38 {
  padding-right: 38px !important;
}

.padding-39 {
  padding: 39px !important;
}

.padding-y-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.padding-x-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.padding-t-39 {
  padding-top: 39px !important;
}

.padding-b-39 {
  padding-bottom: 39px !important;
}

.padding-s-39 {
  padding-left: 39px !important;
}

.padding-e-39 {
  padding-right: 39px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.padding-t-40 {
  padding-top: 40px !important;
}

.padding-b-40 {
  padding-bottom: 40px !important;
}

.padding-s-40 {
  padding-left: 40px !important;
}

.padding-e-40 {
  padding-right: 40px !important;
}

.padding-41 {
  padding: 41px !important;
}

.padding-y-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.padding-x-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.padding-t-41 {
  padding-top: 41px !important;
}

.padding-b-41 {
  padding-bottom: 41px !important;
}

.padding-s-41 {
  padding-left: 41px !important;
}

.padding-e-41 {
  padding-right: 41px !important;
}

.padding-42 {
  padding: 42px !important;
}

.padding-y-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.padding-x-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.padding-t-42 {
  padding-top: 42px !important;
}

.padding-b-42 {
  padding-bottom: 42px !important;
}

.padding-s-42 {
  padding-left: 42px !important;
}

.padding-e-42 {
  padding-right: 42px !important;
}

.padding-43 {
  padding: 43px !important;
}

.padding-y-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.padding-x-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

.padding-t-43 {
  padding-top: 43px !important;
}

.padding-b-43 {
  padding-bottom: 43px !important;
}

.padding-s-43 {
  padding-left: 43px !important;
}

.padding-e-43 {
  padding-right: 43px !important;
}

.padding-44 {
  padding: 44px !important;
}

.padding-y-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.padding-x-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.padding-t-44 {
  padding-top: 44px !important;
}

.padding-b-44 {
  padding-bottom: 44px !important;
}

.padding-s-44 {
  padding-left: 44px !important;
}

.padding-e-44 {
  padding-right: 44px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.padding-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.padding-t-45 {
  padding-top: 45px !important;
}

.padding-b-45 {
  padding-bottom: 45px !important;
}

.padding-s-45 {
  padding-left: 45px !important;
}

.padding-e-45 {
  padding-right: 45px !important;
}

.padding-46 {
  padding: 46px !important;
}

.padding-y-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.padding-x-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.padding-t-46 {
  padding-top: 46px !important;
}

.padding-b-46 {
  padding-bottom: 46px !important;
}

.padding-s-46 {
  padding-left: 46px !important;
}

.padding-e-46 {
  padding-right: 46px !important;
}

.padding-47 {
  padding: 47px !important;
}

.padding-y-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.padding-x-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

.padding-t-47 {
  padding-top: 47px !important;
}

.padding-b-47 {
  padding-bottom: 47px !important;
}

.padding-s-47 {
  padding-left: 47px !important;
}

.padding-e-47 {
  padding-right: 47px !important;
}

.padding-48 {
  padding: 48px !important;
}

.padding-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.padding-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.padding-t-48 {
  padding-top: 48px !important;
}

.padding-b-48 {
  padding-bottom: 48px !important;
}

.padding-s-48 {
  padding-left: 48px !important;
}

.padding-e-48 {
  padding-right: 48px !important;
}

.padding-49 {
  padding: 49px !important;
}

.padding-y-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.padding-x-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

.padding-t-49 {
  padding-top: 49px !important;
}

.padding-b-49 {
  padding-bottom: 49px !important;
}

.padding-s-49 {
  padding-left: 49px !important;
}

.padding-e-49 {
  padding-right: 49px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.padding-t-50 {
  padding-top: 50px !important;
}

.padding-b-50 {
  padding-bottom: 50px !important;
}

.padding-s-50 {
  padding-left: 50px !important;
}

.padding-e-50 {
  padding-right: 50px !important;
}

.padding-51 {
  padding: 51px !important;
}

.padding-y-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

.padding-x-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

.padding-t-51 {
  padding-top: 51px !important;
}

.padding-b-51 {
  padding-bottom: 51px !important;
}

.padding-s-51 {
  padding-left: 51px !important;
}

.padding-e-51 {
  padding-right: 51px !important;
}

.padding-52 {
  padding: 52px !important;
}

.padding-y-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.padding-x-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.padding-t-52 {
  padding-top: 52px !important;
}

.padding-b-52 {
  padding-bottom: 52px !important;
}

.padding-s-52 {
  padding-left: 52px !important;
}

.padding-e-52 {
  padding-right: 52px !important;
}

.padding-53 {
  padding: 53px !important;
}

.padding-y-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

.padding-x-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

.padding-t-53 {
  padding-top: 53px !important;
}

.padding-b-53 {
  padding-bottom: 53px !important;
}

.padding-s-53 {
  padding-left: 53px !important;
}

.padding-e-53 {
  padding-right: 53px !important;
}

.padding-54 {
  padding: 54px !important;
}

.padding-y-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.padding-x-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.padding-t-54 {
  padding-top: 54px !important;
}

.padding-b-54 {
  padding-bottom: 54px !important;
}

.padding-s-54 {
  padding-left: 54px !important;
}

.padding-e-54 {
  padding-right: 54px !important;
}

.padding-55 {
  padding: 55px !important;
}

.padding-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.padding-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.padding-t-55 {
  padding-top: 55px !important;
}

.padding-b-55 {
  padding-bottom: 55px !important;
}

.padding-s-55 {
  padding-left: 55px !important;
}

.padding-e-55 {
  padding-right: 55px !important;
}

.padding-56 {
  padding: 56px !important;
}

.padding-y-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.padding-x-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.padding-t-56 {
  padding-top: 56px !important;
}

.padding-b-56 {
  padding-bottom: 56px !important;
}

.padding-s-56 {
  padding-left: 56px !important;
}

.padding-e-56 {
  padding-right: 56px !important;
}

.padding-57 {
  padding: 57px !important;
}

.padding-y-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

.padding-x-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

.padding-t-57 {
  padding-top: 57px !important;
}

.padding-b-57 {
  padding-bottom: 57px !important;
}

.padding-s-57 {
  padding-left: 57px !important;
}

.padding-e-57 {
  padding-right: 57px !important;
}

.padding-58 {
  padding: 58px !important;
}

.padding-y-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.padding-x-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

.padding-t-58 {
  padding-top: 58px !important;
}

.padding-b-58 {
  padding-bottom: 58px !important;
}

.padding-s-58 {
  padding-left: 58px !important;
}

.padding-e-58 {
  padding-right: 58px !important;
}

.padding-59 {
  padding: 59px !important;
}

.padding-y-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

.padding-x-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

.padding-t-59 {
  padding-top: 59px !important;
}

.padding-b-59 {
  padding-bottom: 59px !important;
}

.padding-s-59 {
  padding-left: 59px !important;
}

.padding-e-59 {
  padding-right: 59px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.padding-t-60 {
  padding-top: 60px !important;
}

.padding-b-60 {
  padding-bottom: 60px !important;
}

.padding-s-60 {
  padding-left: 60px !important;
}

.padding-e-60 {
  padding-right: 60px !important;
}

.padding-61 {
  padding: 61px !important;
}

.padding-y-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

.padding-x-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

.padding-t-61 {
  padding-top: 61px !important;
}

.padding-b-61 {
  padding-bottom: 61px !important;
}

.padding-s-61 {
  padding-left: 61px !important;
}

.padding-e-61 {
  padding-right: 61px !important;
}

.padding-62 {
  padding: 62px !important;
}

.padding-y-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.padding-x-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

.padding-t-62 {
  padding-top: 62px !important;
}

.padding-b-62 {
  padding-bottom: 62px !important;
}

.padding-s-62 {
  padding-left: 62px !important;
}

.padding-e-62 {
  padding-right: 62px !important;
}

.padding-63 {
  padding: 63px !important;
}

.padding-y-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

.padding-x-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

.padding-t-63 {
  padding-top: 63px !important;
}

.padding-b-63 {
  padding-bottom: 63px !important;
}

.padding-s-63 {
  padding-left: 63px !important;
}

.padding-e-63 {
  padding-right: 63px !important;
}

.padding-64 {
  padding: 64px !important;
}

.padding-y-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.padding-x-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.padding-t-64 {
  padding-top: 64px !important;
}

.padding-b-64 {
  padding-bottom: 64px !important;
}

.padding-s-64 {
  padding-left: 64px !important;
}

.padding-e-64 {
  padding-right: 64px !important;
}

.padding-65 {
  padding: 65px !important;
}

.padding-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.padding-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.padding-t-65 {
  padding-top: 65px !important;
}

.padding-b-65 {
  padding-bottom: 65px !important;
}

.padding-s-65 {
  padding-left: 65px !important;
}

.padding-e-65 {
  padding-right: 65px !important;
}

.padding-66 {
  padding: 66px !important;
}

.padding-y-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.padding-x-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

.padding-t-66 {
  padding-top: 66px !important;
}

.padding-b-66 {
  padding-bottom: 66px !important;
}

.padding-s-66 {
  padding-left: 66px !important;
}

.padding-e-66 {
  padding-right: 66px !important;
}

.padding-67 {
  padding: 67px !important;
}

.padding-y-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

.padding-x-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

.padding-t-67 {
  padding-top: 67px !important;
}

.padding-b-67 {
  padding-bottom: 67px !important;
}

.padding-s-67 {
  padding-left: 67px !important;
}

.padding-e-67 {
  padding-right: 67px !important;
}

.padding-68 {
  padding: 68px !important;
}

.padding-y-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.padding-x-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.padding-t-68 {
  padding-top: 68px !important;
}

.padding-b-68 {
  padding-bottom: 68px !important;
}

.padding-s-68 {
  padding-left: 68px !important;
}

.padding-e-68 {
  padding-right: 68px !important;
}

.padding-69 {
  padding: 69px !important;
}

.padding-y-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

.padding-x-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

.padding-t-69 {
  padding-top: 69px !important;
}

.padding-b-69 {
  padding-bottom: 69px !important;
}

.padding-s-69 {
  padding-left: 69px !important;
}

.padding-e-69 {
  padding-right: 69px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.padding-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.padding-t-70 {
  padding-top: 70px !important;
}

.padding-b-70 {
  padding-bottom: 70px !important;
}

.padding-s-70 {
  padding-left: 70px !important;
}

.padding-e-70 {
  padding-right: 70px !important;
}

.padding-71 {
  padding: 71px !important;
}

.padding-y-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

.padding-x-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

.padding-t-71 {
  padding-top: 71px !important;
}

.padding-b-71 {
  padding-bottom: 71px !important;
}

.padding-s-71 {
  padding-left: 71px !important;
}

.padding-e-71 {
  padding-right: 71px !important;
}

.padding-72 {
  padding: 72px !important;
}

.padding-y-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.padding-x-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.padding-t-72 {
  padding-top: 72px !important;
}

.padding-b-72 {
  padding-bottom: 72px !important;
}

.padding-s-72 {
  padding-left: 72px !important;
}

.padding-e-72 {
  padding-right: 72px !important;
}

.padding-73 {
  padding: 73px !important;
}

.padding-y-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

.padding-x-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

.padding-t-73 {
  padding-top: 73px !important;
}

.padding-b-73 {
  padding-bottom: 73px !important;
}

.padding-s-73 {
  padding-left: 73px !important;
}

.padding-e-73 {
  padding-right: 73px !important;
}

.padding-74 {
  padding: 74px !important;
}

.padding-y-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.padding-x-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

.padding-t-74 {
  padding-top: 74px !important;
}

.padding-b-74 {
  padding-bottom: 74px !important;
}

.padding-s-74 {
  padding-left: 74px !important;
}

.padding-e-74 {
  padding-right: 74px !important;
}

.padding-75 {
  padding: 75px !important;
}

.padding-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.padding-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.padding-t-75 {
  padding-top: 75px !important;
}

.padding-b-75 {
  padding-bottom: 75px !important;
}

.padding-s-75 {
  padding-left: 75px !important;
}

.padding-e-75 {
  padding-right: 75px !important;
}

.padding-76 {
  padding: 76px !important;
}

.padding-y-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.padding-x-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.padding-t-76 {
  padding-top: 76px !important;
}

.padding-b-76 {
  padding-bottom: 76px !important;
}

.padding-s-76 {
  padding-left: 76px !important;
}

.padding-e-76 {
  padding-right: 76px !important;
}

.padding-77 {
  padding: 77px !important;
}

.padding-y-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

.padding-x-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

.padding-t-77 {
  padding-top: 77px !important;
}

.padding-b-77 {
  padding-bottom: 77px !important;
}

.padding-s-77 {
  padding-left: 77px !important;
}

.padding-e-77 {
  padding-right: 77px !important;
}

.padding-78 {
  padding: 78px !important;
}

.padding-y-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.padding-x-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

.padding-t-78 {
  padding-top: 78px !important;
}

.padding-b-78 {
  padding-bottom: 78px !important;
}

.padding-s-78 {
  padding-left: 78px !important;
}

.padding-e-78 {
  padding-right: 78px !important;
}

.padding-79 {
  padding: 79px !important;
}

.padding-y-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}

.padding-x-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

.padding-t-79 {
  padding-top: 79px !important;
}

.padding-b-79 {
  padding-bottom: 79px !important;
}

.padding-s-79 {
  padding-left: 79px !important;
}

.padding-e-79 {
  padding-right: 79px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.padding-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.padding-t-80 {
  padding-top: 80px !important;
}

.padding-b-80 {
  padding-bottom: 80px !important;
}

.padding-s-80 {
  padding-left: 80px !important;
}

.padding-e-80 {
  padding-right: 80px !important;
}

.padding-81 {
  padding: 81px !important;
}

.padding-y-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

.padding-x-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

.padding-t-81 {
  padding-top: 81px !important;
}

.padding-b-81 {
  padding-bottom: 81px !important;
}

.padding-s-81 {
  padding-left: 81px !important;
}

.padding-e-81 {
  padding-right: 81px !important;
}

.padding-82 {
  padding: 82px !important;
}

.padding-y-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.padding-x-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

.padding-t-82 {
  padding-top: 82px !important;
}

.padding-b-82 {
  padding-bottom: 82px !important;
}

.padding-s-82 {
  padding-left: 82px !important;
}

.padding-e-82 {
  padding-right: 82px !important;
}

.padding-83 {
  padding: 83px !important;
}

.padding-y-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}

.padding-x-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

.padding-t-83 {
  padding-top: 83px !important;
}

.padding-b-83 {
  padding-bottom: 83px !important;
}

.padding-s-83 {
  padding-left: 83px !important;
}

.padding-e-83 {
  padding-right: 83px !important;
}

.padding-84 {
  padding: 84px !important;
}

.padding-y-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.padding-x-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

.padding-t-84 {
  padding-top: 84px !important;
}

.padding-b-84 {
  padding-bottom: 84px !important;
}

.padding-s-84 {
  padding-left: 84px !important;
}

.padding-e-84 {
  padding-right: 84px !important;
}

.padding-85 {
  padding: 85px !important;
}

.padding-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.padding-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.padding-t-85 {
  padding-top: 85px !important;
}

.padding-b-85 {
  padding-bottom: 85px !important;
}

.padding-s-85 {
  padding-left: 85px !important;
}

.padding-e-85 {
  padding-right: 85px !important;
}

.padding-86 {
  padding: 86px !important;
}

.padding-y-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.padding-x-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

.padding-t-86 {
  padding-top: 86px !important;
}

.padding-b-86 {
  padding-bottom: 86px !important;
}

.padding-s-86 {
  padding-left: 86px !important;
}

.padding-e-86 {
  padding-right: 86px !important;
}

.padding-87 {
  padding: 87px !important;
}

.padding-y-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

.padding-x-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

.padding-t-87 {
  padding-top: 87px !important;
}

.padding-b-87 {
  padding-bottom: 87px !important;
}

.padding-s-87 {
  padding-left: 87px !important;
}

.padding-e-87 {
  padding-right: 87px !important;
}

.padding-88 {
  padding: 88px !important;
}

.padding-y-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.padding-x-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.padding-t-88 {
  padding-top: 88px !important;
}

.padding-b-88 {
  padding-bottom: 88px !important;
}

.padding-s-88 {
  padding-left: 88px !important;
}

.padding-e-88 {
  padding-right: 88px !important;
}

.padding-89 {
  padding: 89px !important;
}

.padding-y-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}

.padding-x-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

.padding-t-89 {
  padding-top: 89px !important;
}

.padding-b-89 {
  padding-bottom: 89px !important;
}

.padding-s-89 {
  padding-left: 89px !important;
}

.padding-e-89 {
  padding-right: 89px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.padding-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.padding-t-90 {
  padding-top: 90px !important;
}

.padding-b-90 {
  padding-bottom: 90px !important;
}

.padding-s-90 {
  padding-left: 90px !important;
}

.padding-e-90 {
  padding-right: 90px !important;
}

.padding-91 {
  padding: 91px !important;
}

.padding-y-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}

.padding-x-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}

.padding-t-91 {
  padding-top: 91px !important;
}

.padding-b-91 {
  padding-bottom: 91px !important;
}

.padding-s-91 {
  padding-left: 91px !important;
}

.padding-e-91 {
  padding-right: 91px !important;
}

.padding-92 {
  padding: 92px !important;
}

.padding-y-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.padding-x-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

.padding-t-92 {
  padding-top: 92px !important;
}

.padding-b-92 {
  padding-bottom: 92px !important;
}

.padding-s-92 {
  padding-left: 92px !important;
}

.padding-e-92 {
  padding-right: 92px !important;
}

.padding-93 {
  padding: 93px !important;
}

.padding-y-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}

.padding-x-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}

.padding-t-93 {
  padding-top: 93px !important;
}

.padding-b-93 {
  padding-bottom: 93px !important;
}

.padding-s-93 {
  padding-left: 93px !important;
}

.padding-e-93 {
  padding-right: 93px !important;
}

.padding-94 {
  padding: 94px !important;
}

.padding-y-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

.padding-x-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

.padding-t-94 {
  padding-top: 94px !important;
}

.padding-b-94 {
  padding-bottom: 94px !important;
}

.padding-s-94 {
  padding-left: 94px !important;
}

.padding-e-94 {
  padding-right: 94px !important;
}

.padding-95 {
  padding: 95px !important;
}

.padding-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.padding-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.padding-t-95 {
  padding-top: 95px !important;
}

.padding-b-95 {
  padding-bottom: 95px !important;
}

.padding-s-95 {
  padding-left: 95px !important;
}

.padding-e-95 {
  padding-right: 95px !important;
}

.padding-96 {
  padding: 96px !important;
}

.padding-y-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.padding-x-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.padding-t-96 {
  padding-top: 96px !important;
}

.padding-b-96 {
  padding-bottom: 96px !important;
}

.padding-s-96 {
  padding-left: 96px !important;
}

.padding-e-96 {
  padding-right: 96px !important;
}

.padding-97 {
  padding: 97px !important;
}

.padding-y-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}

.padding-x-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}

.padding-t-97 {
  padding-top: 97px !important;
}

.padding-b-97 {
  padding-bottom: 97px !important;
}

.padding-s-97 {
  padding-left: 97px !important;
}

.padding-e-97 {
  padding-right: 97px !important;
}

.padding-98 {
  padding: 98px !important;
}

.padding-y-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.padding-x-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

.padding-t-98 {
  padding-top: 98px !important;
}

.padding-b-98 {
  padding-bottom: 98px !important;
}

.padding-s-98 {
  padding-left: 98px !important;
}

.padding-e-98 {
  padding-right: 98px !important;
}

.padding-99 {
  padding: 99px !important;
}

.padding-y-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}

.padding-x-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}

.padding-t-99 {
  padding-top: 99px !important;
}

.padding-b-99 {
  padding-bottom: 99px !important;
}

.padding-s-99 {
  padding-left: 99px !important;
}

.padding-e-99 {
  padding-right: 99px !important;
}

.padding-100 {
  padding: 100px !important;
}

.padding-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padding-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.padding-t-100 {
  padding-top: 100px !important;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-s-100 {
  padding-left: 100px !important;
}

.padding-e-100 {
  padding-right: 100px !important;
}

.padding-101 {
  padding: 101px !important;
}

.padding-y-101 {
  padding-top: 101px !important;
  padding-bottom: 101px !important;
}

.padding-x-101 {
  padding-left: 101px !important;
  padding-right: 101px !important;
}

.padding-t-101 {
  padding-top: 101px !important;
}

.padding-b-101 {
  padding-bottom: 101px !important;
}

.padding-s-101 {
  padding-left: 101px !important;
}

.padding-e-101 {
  padding-right: 101px !important;
}

.padding-102 {
  padding: 102px !important;
}

.padding-y-102 {
  padding-top: 102px !important;
  padding-bottom: 102px !important;
}

.padding-x-102 {
  padding-left: 102px !important;
  padding-right: 102px !important;
}

.padding-t-102 {
  padding-top: 102px !important;
}

.padding-b-102 {
  padding-bottom: 102px !important;
}

.padding-s-102 {
  padding-left: 102px !important;
}

.padding-e-102 {
  padding-right: 102px !important;
}

.padding-103 {
  padding: 103px !important;
}

.padding-y-103 {
  padding-top: 103px !important;
  padding-bottom: 103px !important;
}

.padding-x-103 {
  padding-left: 103px !important;
  padding-right: 103px !important;
}

.padding-t-103 {
  padding-top: 103px !important;
}

.padding-b-103 {
  padding-bottom: 103px !important;
}

.padding-s-103 {
  padding-left: 103px !important;
}

.padding-e-103 {
  padding-right: 103px !important;
}

.padding-104 {
  padding: 104px !important;
}

.padding-y-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.padding-x-104 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

.padding-t-104 {
  padding-top: 104px !important;
}

.padding-b-104 {
  padding-bottom: 104px !important;
}

.padding-s-104 {
  padding-left: 104px !important;
}

.padding-e-104 {
  padding-right: 104px !important;
}

.padding-105 {
  padding: 105px !important;
}

.padding-y-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.padding-x-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.padding-t-105 {
  padding-top: 105px !important;
}

.padding-b-105 {
  padding-bottom: 105px !important;
}

.padding-s-105 {
  padding-left: 105px !important;
}

.padding-e-105 {
  padding-right: 105px !important;
}

.padding-106 {
  padding: 106px !important;
}

.padding-y-106 {
  padding-top: 106px !important;
  padding-bottom: 106px !important;
}

.padding-x-106 {
  padding-left: 106px !important;
  padding-right: 106px !important;
}

.padding-t-106 {
  padding-top: 106px !important;
}

.padding-b-106 {
  padding-bottom: 106px !important;
}

.padding-s-106 {
  padding-left: 106px !important;
}

.padding-e-106 {
  padding-right: 106px !important;
}

.padding-107 {
  padding: 107px !important;
}

.padding-y-107 {
  padding-top: 107px !important;
  padding-bottom: 107px !important;
}

.padding-x-107 {
  padding-left: 107px !important;
  padding-right: 107px !important;
}

.padding-t-107 {
  padding-top: 107px !important;
}

.padding-b-107 {
  padding-bottom: 107px !important;
}

.padding-s-107 {
  padding-left: 107px !important;
}

.padding-e-107 {
  padding-right: 107px !important;
}

.padding-108 {
  padding: 108px !important;
}

.padding-y-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}

.padding-x-108 {
  padding-left: 108px !important;
  padding-right: 108px !important;
}

.padding-t-108 {
  padding-top: 108px !important;
}

.padding-b-108 {
  padding-bottom: 108px !important;
}

.padding-s-108 {
  padding-left: 108px !important;
}

.padding-e-108 {
  padding-right: 108px !important;
}

.padding-109 {
  padding: 109px !important;
}

.padding-y-109 {
  padding-top: 109px !important;
  padding-bottom: 109px !important;
}

.padding-x-109 {
  padding-left: 109px !important;
  padding-right: 109px !important;
}

.padding-t-109 {
  padding-top: 109px !important;
}

.padding-b-109 {
  padding-bottom: 109px !important;
}

.padding-s-109 {
  padding-left: 109px !important;
}

.padding-e-109 {
  padding-right: 109px !important;
}

.padding-110 {
  padding: 110px !important;
}

.padding-y-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.padding-x-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.padding-t-110 {
  padding-top: 110px !important;
}

.padding-b-110 {
  padding-bottom: 110px !important;
}

.padding-s-110 {
  padding-left: 110px !important;
}

.padding-e-110 {
  padding-right: 110px !important;
}

.padding-111 {
  padding: 111px !important;
}

.padding-y-111 {
  padding-top: 111px !important;
  padding-bottom: 111px !important;
}

.padding-x-111 {
  padding-left: 111px !important;
  padding-right: 111px !important;
}

.padding-t-111 {
  padding-top: 111px !important;
}

.padding-b-111 {
  padding-bottom: 111px !important;
}

.padding-s-111 {
  padding-left: 111px !important;
}

.padding-e-111 {
  padding-right: 111px !important;
}

.padding-112 {
  padding: 112px !important;
}

.padding-y-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.padding-x-112 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.padding-t-112 {
  padding-top: 112px !important;
}

.padding-b-112 {
  padding-bottom: 112px !important;
}

.padding-s-112 {
  padding-left: 112px !important;
}

.padding-e-112 {
  padding-right: 112px !important;
}

.padding-113 {
  padding: 113px !important;
}

.padding-y-113 {
  padding-top: 113px !important;
  padding-bottom: 113px !important;
}

.padding-x-113 {
  padding-left: 113px !important;
  padding-right: 113px !important;
}

.padding-t-113 {
  padding-top: 113px !important;
}

.padding-b-113 {
  padding-bottom: 113px !important;
}

.padding-s-113 {
  padding-left: 113px !important;
}

.padding-e-113 {
  padding-right: 113px !important;
}

.padding-114 {
  padding: 114px !important;
}

.padding-y-114 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}

.padding-x-114 {
  padding-left: 114px !important;
  padding-right: 114px !important;
}

.padding-t-114 {
  padding-top: 114px !important;
}

.padding-b-114 {
  padding-bottom: 114px !important;
}

.padding-s-114 {
  padding-left: 114px !important;
}

.padding-e-114 {
  padding-right: 114px !important;
}

.padding-115 {
  padding: 115px !important;
}

.padding-y-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.padding-x-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.padding-t-115 {
  padding-top: 115px !important;
}

.padding-b-115 {
  padding-bottom: 115px !important;
}

.padding-s-115 {
  padding-left: 115px !important;
}

.padding-e-115 {
  padding-right: 115px !important;
}

.padding-116 {
  padding: 116px !important;
}

.padding-y-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}

.padding-x-116 {
  padding-left: 116px !important;
  padding-right: 116px !important;
}

.padding-t-116 {
  padding-top: 116px !important;
}

.padding-b-116 {
  padding-bottom: 116px !important;
}

.padding-s-116 {
  padding-left: 116px !important;
}

.padding-e-116 {
  padding-right: 116px !important;
}

.padding-117 {
  padding: 117px !important;
}

.padding-y-117 {
  padding-top: 117px !important;
  padding-bottom: 117px !important;
}

.padding-x-117 {
  padding-left: 117px !important;
  padding-right: 117px !important;
}

.padding-t-117 {
  padding-top: 117px !important;
}

.padding-b-117 {
  padding-bottom: 117px !important;
}

.padding-s-117 {
  padding-left: 117px !important;
}

.padding-e-117 {
  padding-right: 117px !important;
}

.padding-118 {
  padding: 118px !important;
}

.padding-y-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

.padding-x-118 {
  padding-left: 118px !important;
  padding-right: 118px !important;
}

.padding-t-118 {
  padding-top: 118px !important;
}

.padding-b-118 {
  padding-bottom: 118px !important;
}

.padding-s-118 {
  padding-left: 118px !important;
}

.padding-e-118 {
  padding-right: 118px !important;
}

.padding-119 {
  padding: 119px !important;
}

.padding-y-119 {
  padding-top: 119px !important;
  padding-bottom: 119px !important;
}

.padding-x-119 {
  padding-left: 119px !important;
  padding-right: 119px !important;
}

.padding-t-119 {
  padding-top: 119px !important;
}

.padding-b-119 {
  padding-bottom: 119px !important;
}

.padding-s-119 {
  padding-left: 119px !important;
}

.padding-e-119 {
  padding-right: 119px !important;
}

.padding-120 {
  padding: 120px !important;
}

.padding-y-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.padding-x-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.padding-t-120 {
  padding-top: 120px !important;
}

.padding-b-120 {
  padding-bottom: 120px !important;
}

.padding-s-120 {
  padding-left: 120px !important;
}

.padding-e-120 {
  padding-right: 120px !important;
}

.padding-121 {
  padding: 121px !important;
}

.padding-y-121 {
  padding-top: 121px !important;
  padding-bottom: 121px !important;
}

.padding-x-121 {
  padding-left: 121px !important;
  padding-right: 121px !important;
}

.padding-t-121 {
  padding-top: 121px !important;
}

.padding-b-121 {
  padding-bottom: 121px !important;
}

.padding-s-121 {
  padding-left: 121px !important;
}

.padding-e-121 {
  padding-right: 121px !important;
}

.padding-122 {
  padding: 122px !important;
}

.padding-y-122 {
  padding-top: 122px !important;
  padding-bottom: 122px !important;
}

.padding-x-122 {
  padding-left: 122px !important;
  padding-right: 122px !important;
}

.padding-t-122 {
  padding-top: 122px !important;
}

.padding-b-122 {
  padding-bottom: 122px !important;
}

.padding-s-122 {
  padding-left: 122px !important;
}

.padding-e-122 {
  padding-right: 122px !important;
}

.padding-123 {
  padding: 123px !important;
}

.padding-y-123 {
  padding-top: 123px !important;
  padding-bottom: 123px !important;
}

.padding-x-123 {
  padding-left: 123px !important;
  padding-right: 123px !important;
}

.padding-t-123 {
  padding-top: 123px !important;
}

.padding-b-123 {
  padding-bottom: 123px !important;
}

.padding-s-123 {
  padding-left: 123px !important;
}

.padding-e-123 {
  padding-right: 123px !important;
}

.padding-124 {
  padding: 124px !important;
}

.padding-y-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}

.padding-x-124 {
  padding-left: 124px !important;
  padding-right: 124px !important;
}

.padding-t-124 {
  padding-top: 124px !important;
}

.padding-b-124 {
  padding-bottom: 124px !important;
}

.padding-s-124 {
  padding-left: 124px !important;
}

.padding-e-124 {
  padding-right: 124px !important;
}

.padding-125 {
  padding: 125px !important;
}

.padding-y-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.padding-x-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.padding-t-125 {
  padding-top: 125px !important;
}

.padding-b-125 {
  padding-bottom: 125px !important;
}

.padding-s-125 {
  padding-left: 125px !important;
}

.padding-e-125 {
  padding-right: 125px !important;
}

.padding-126 {
  padding: 126px !important;
}

.padding-y-126 {
  padding-top: 126px !important;
  padding-bottom: 126px !important;
}

.padding-x-126 {
  padding-left: 126px !important;
  padding-right: 126px !important;
}

.padding-t-126 {
  padding-top: 126px !important;
}

.padding-b-126 {
  padding-bottom: 126px !important;
}

.padding-s-126 {
  padding-left: 126px !important;
}

.padding-e-126 {
  padding-right: 126px !important;
}

.padding-127 {
  padding: 127px !important;
}

.padding-y-127 {
  padding-top: 127px !important;
  padding-bottom: 127px !important;
}

.padding-x-127 {
  padding-left: 127px !important;
  padding-right: 127px !important;
}

.padding-t-127 {
  padding-top: 127px !important;
}

.padding-b-127 {
  padding-bottom: 127px !important;
}

.padding-s-127 {
  padding-left: 127px !important;
}

.padding-e-127 {
  padding-right: 127px !important;
}

.padding-128 {
  padding: 128px !important;
}

.padding-y-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.padding-x-128 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.padding-t-128 {
  padding-top: 128px !important;
}

.padding-b-128 {
  padding-bottom: 128px !important;
}

.padding-s-128 {
  padding-left: 128px !important;
}

.padding-e-128 {
  padding-right: 128px !important;
}

.padding-129 {
  padding: 129px !important;
}

.padding-y-129 {
  padding-top: 129px !important;
  padding-bottom: 129px !important;
}

.padding-x-129 {
  padding-left: 129px !important;
  padding-right: 129px !important;
}

.padding-t-129 {
  padding-top: 129px !important;
}

.padding-b-129 {
  padding-bottom: 129px !important;
}

.padding-s-129 {
  padding-left: 129px !important;
}

.padding-e-129 {
  padding-right: 129px !important;
}

.padding-130 {
  padding: 130px !important;
}

.padding-y-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.padding-x-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.padding-t-130 {
  padding-top: 130px !important;
}

.padding-b-130 {
  padding-bottom: 130px !important;
}

.padding-s-130 {
  padding-left: 130px !important;
}

.padding-e-130 {
  padding-right: 130px !important;
}

.padding-131 {
  padding: 131px !important;
}

.padding-y-131 {
  padding-top: 131px !important;
  padding-bottom: 131px !important;
}

.padding-x-131 {
  padding-left: 131px !important;
  padding-right: 131px !important;
}

.padding-t-131 {
  padding-top: 131px !important;
}

.padding-b-131 {
  padding-bottom: 131px !important;
}

.padding-s-131 {
  padding-left: 131px !important;
}

.padding-e-131 {
  padding-right: 131px !important;
}

.padding-132 {
  padding: 132px !important;
}

.padding-y-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

.padding-x-132 {
  padding-left: 132px !important;
  padding-right: 132px !important;
}

.padding-t-132 {
  padding-top: 132px !important;
}

.padding-b-132 {
  padding-bottom: 132px !important;
}

.padding-s-132 {
  padding-left: 132px !important;
}

.padding-e-132 {
  padding-right: 132px !important;
}

.padding-133 {
  padding: 133px !important;
}

.padding-y-133 {
  padding-top: 133px !important;
  padding-bottom: 133px !important;
}

.padding-x-133 {
  padding-left: 133px !important;
  padding-right: 133px !important;
}

.padding-t-133 {
  padding-top: 133px !important;
}

.padding-b-133 {
  padding-bottom: 133px !important;
}

.padding-s-133 {
  padding-left: 133px !important;
}

.padding-e-133 {
  padding-right: 133px !important;
}

.padding-134 {
  padding: 134px !important;
}

.padding-y-134 {
  padding-top: 134px !important;
  padding-bottom: 134px !important;
}

.padding-x-134 {
  padding-left: 134px !important;
  padding-right: 134px !important;
}

.padding-t-134 {
  padding-top: 134px !important;
}

.padding-b-134 {
  padding-bottom: 134px !important;
}

.padding-s-134 {
  padding-left: 134px !important;
}

.padding-e-134 {
  padding-right: 134px !important;
}

.padding-135 {
  padding: 135px !important;
}

.padding-y-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.padding-x-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.padding-t-135 {
  padding-top: 135px !important;
}

.padding-b-135 {
  padding-bottom: 135px !important;
}

.padding-s-135 {
  padding-left: 135px !important;
}

.padding-e-135 {
  padding-right: 135px !important;
}

.padding-136 {
  padding: 136px !important;
}

.padding-y-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.padding-x-136 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

.padding-t-136 {
  padding-top: 136px !important;
}

.padding-b-136 {
  padding-bottom: 136px !important;
}

.padding-s-136 {
  padding-left: 136px !important;
}

.padding-e-136 {
  padding-right: 136px !important;
}

.padding-137 {
  padding: 137px !important;
}

.padding-y-137 {
  padding-top: 137px !important;
  padding-bottom: 137px !important;
}

.padding-x-137 {
  padding-left: 137px !important;
  padding-right: 137px !important;
}

.padding-t-137 {
  padding-top: 137px !important;
}

.padding-b-137 {
  padding-bottom: 137px !important;
}

.padding-s-137 {
  padding-left: 137px !important;
}

.padding-e-137 {
  padding-right: 137px !important;
}

.padding-138 {
  padding: 138px !important;
}

.padding-y-138 {
  padding-top: 138px !important;
  padding-bottom: 138px !important;
}

.padding-x-138 {
  padding-left: 138px !important;
  padding-right: 138px !important;
}

.padding-t-138 {
  padding-top: 138px !important;
}

.padding-b-138 {
  padding-bottom: 138px !important;
}

.padding-s-138 {
  padding-left: 138px !important;
}

.padding-e-138 {
  padding-right: 138px !important;
}

.padding-139 {
  padding: 139px !important;
}

.padding-y-139 {
  padding-top: 139px !important;
  padding-bottom: 139px !important;
}

.padding-x-139 {
  padding-left: 139px !important;
  padding-right: 139px !important;
}

.padding-t-139 {
  padding-top: 139px !important;
}

.padding-b-139 {
  padding-bottom: 139px !important;
}

.padding-s-139 {
  padding-left: 139px !important;
}

.padding-e-139 {
  padding-right: 139px !important;
}

.padding-140 {
  padding: 140px !important;
}

.padding-y-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.padding-x-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.padding-t-140 {
  padding-top: 140px !important;
}

.padding-b-140 {
  padding-bottom: 140px !important;
}

.padding-s-140 {
  padding-left: 140px !important;
}

.padding-e-140 {
  padding-right: 140px !important;
}

.padding-141 {
  padding: 141px !important;
}

.padding-y-141 {
  padding-top: 141px !important;
  padding-bottom: 141px !important;
}

.padding-x-141 {
  padding-left: 141px !important;
  padding-right: 141px !important;
}

.padding-t-141 {
  padding-top: 141px !important;
}

.padding-b-141 {
  padding-bottom: 141px !important;
}

.padding-s-141 {
  padding-left: 141px !important;
}

.padding-e-141 {
  padding-right: 141px !important;
}

.padding-142 {
  padding: 142px !important;
}

.padding-y-142 {
  padding-top: 142px !important;
  padding-bottom: 142px !important;
}

.padding-x-142 {
  padding-left: 142px !important;
  padding-right: 142px !important;
}

.padding-t-142 {
  padding-top: 142px !important;
}

.padding-b-142 {
  padding-bottom: 142px !important;
}

.padding-s-142 {
  padding-left: 142px !important;
}

.padding-e-142 {
  padding-right: 142px !important;
}

.padding-143 {
  padding: 143px !important;
}

.padding-y-143 {
  padding-top: 143px !important;
  padding-bottom: 143px !important;
}

.padding-x-143 {
  padding-left: 143px !important;
  padding-right: 143px !important;
}

.padding-t-143 {
  padding-top: 143px !important;
}

.padding-b-143 {
  padding-bottom: 143px !important;
}

.padding-s-143 {
  padding-left: 143px !important;
}

.padding-e-143 {
  padding-right: 143px !important;
}

.padding-144 {
  padding: 144px !important;
}

.padding-y-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.padding-x-144 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

.padding-t-144 {
  padding-top: 144px !important;
}

.padding-b-144 {
  padding-bottom: 144px !important;
}

.padding-s-144 {
  padding-left: 144px !important;
}

.padding-e-144 {
  padding-right: 144px !important;
}

.padding-145 {
  padding: 145px !important;
}

.padding-y-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.padding-x-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.padding-t-145 {
  padding-top: 145px !important;
}

.padding-b-145 {
  padding-bottom: 145px !important;
}

.padding-s-145 {
  padding-left: 145px !important;
}

.padding-e-145 {
  padding-right: 145px !important;
}

.padding-146 {
  padding: 146px !important;
}

.padding-y-146 {
  padding-top: 146px !important;
  padding-bottom: 146px !important;
}

.padding-x-146 {
  padding-left: 146px !important;
  padding-right: 146px !important;
}

.padding-t-146 {
  padding-top: 146px !important;
}

.padding-b-146 {
  padding-bottom: 146px !important;
}

.padding-s-146 {
  padding-left: 146px !important;
}

.padding-e-146 {
  padding-right: 146px !important;
}

.padding-147 {
  padding: 147px !important;
}

.padding-y-147 {
  padding-top: 147px !important;
  padding-bottom: 147px !important;
}

.padding-x-147 {
  padding-left: 147px !important;
  padding-right: 147px !important;
}

.padding-t-147 {
  padding-top: 147px !important;
}

.padding-b-147 {
  padding-bottom: 147px !important;
}

.padding-s-147 {
  padding-left: 147px !important;
}

.padding-e-147 {
  padding-right: 147px !important;
}

.padding-148 {
  padding: 148px !important;
}

.padding-y-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}

.padding-x-148 {
  padding-left: 148px !important;
  padding-right: 148px !important;
}

.padding-t-148 {
  padding-top: 148px !important;
}

.padding-b-148 {
  padding-bottom: 148px !important;
}

.padding-s-148 {
  padding-left: 148px !important;
}

.padding-e-148 {
  padding-right: 148px !important;
}

.padding-149 {
  padding: 149px !important;
}

.padding-y-149 {
  padding-top: 149px !important;
  padding-bottom: 149px !important;
}

.padding-x-149 {
  padding-left: 149px !important;
  padding-right: 149px !important;
}

.padding-t-149 {
  padding-top: 149px !important;
}

.padding-b-149 {
  padding-bottom: 149px !important;
}

.padding-s-149 {
  padding-left: 149px !important;
}

.padding-e-149 {
  padding-right: 149px !important;
}

.padding-150 {
  padding: 150px !important;
}

.padding-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.padding-x-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.padding-t-150 {
  padding-top: 150px !important;
}

.padding-b-150 {
  padding-bottom: 150px !important;
}

.padding-s-150 {
  padding-left: 150px !important;
}

.padding-e-150 {
  padding-right: 150px !important;
}

.padding-151 {
  padding: 151px !important;
}

.padding-y-151 {
  padding-top: 151px !important;
  padding-bottom: 151px !important;
}

.padding-x-151 {
  padding-left: 151px !important;
  padding-right: 151px !important;
}

.padding-t-151 {
  padding-top: 151px !important;
}

.padding-b-151 {
  padding-bottom: 151px !important;
}

.padding-s-151 {
  padding-left: 151px !important;
}

.padding-e-151 {
  padding-right: 151px !important;
}

.padding-152 {
  padding: 152px !important;
}

.padding-y-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.padding-x-152 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}

.padding-t-152 {
  padding-top: 152px !important;
}

.padding-b-152 {
  padding-bottom: 152px !important;
}

.padding-s-152 {
  padding-left: 152px !important;
}

.padding-e-152 {
  padding-right: 152px !important;
}

.padding-153 {
  padding: 153px !important;
}

.padding-y-153 {
  padding-top: 153px !important;
  padding-bottom: 153px !important;
}

.padding-x-153 {
  padding-left: 153px !important;
  padding-right: 153px !important;
}

.padding-t-153 {
  padding-top: 153px !important;
}

.padding-b-153 {
  padding-bottom: 153px !important;
}

.padding-s-153 {
  padding-left: 153px !important;
}

.padding-e-153 {
  padding-right: 153px !important;
}

.padding-154 {
  padding: 154px !important;
}

.padding-y-154 {
  padding-top: 154px !important;
  padding-bottom: 154px !important;
}

.padding-x-154 {
  padding-left: 154px !important;
  padding-right: 154px !important;
}

.padding-t-154 {
  padding-top: 154px !important;
}

.padding-b-154 {
  padding-bottom: 154px !important;
}

.padding-s-154 {
  padding-left: 154px !important;
}

.padding-e-154 {
  padding-right: 154px !important;
}

.padding-155 {
  padding: 155px !important;
}

.padding-y-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.padding-x-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.padding-t-155 {
  padding-top: 155px !important;
}

.padding-b-155 {
  padding-bottom: 155px !important;
}

.padding-s-155 {
  padding-left: 155px !important;
}

.padding-e-155 {
  padding-right: 155px !important;
}

.padding-156 {
  padding: 156px !important;
}

.padding-y-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}

.padding-x-156 {
  padding-left: 156px !important;
  padding-right: 156px !important;
}

.padding-t-156 {
  padding-top: 156px !important;
}

.padding-b-156 {
  padding-bottom: 156px !important;
}

.padding-s-156 {
  padding-left: 156px !important;
}

.padding-e-156 {
  padding-right: 156px !important;
}

.padding-157 {
  padding: 157px !important;
}

.padding-y-157 {
  padding-top: 157px !important;
  padding-bottom: 157px !important;
}

.padding-x-157 {
  padding-left: 157px !important;
  padding-right: 157px !important;
}

.padding-t-157 {
  padding-top: 157px !important;
}

.padding-b-157 {
  padding-bottom: 157px !important;
}

.padding-s-157 {
  padding-left: 157px !important;
}

.padding-e-157 {
  padding-right: 157px !important;
}

.padding-158 {
  padding: 158px !important;
}

.padding-y-158 {
  padding-top: 158px !important;
  padding-bottom: 158px !important;
}

.padding-x-158 {
  padding-left: 158px !important;
  padding-right: 158px !important;
}

.padding-t-158 {
  padding-top: 158px !important;
}

.padding-b-158 {
  padding-bottom: 158px !important;
}

.padding-s-158 {
  padding-left: 158px !important;
}

.padding-e-158 {
  padding-right: 158px !important;
}

.padding-159 {
  padding: 159px !important;
}

.padding-y-159 {
  padding-top: 159px !important;
  padding-bottom: 159px !important;
}

.padding-x-159 {
  padding-left: 159px !important;
  padding-right: 159px !important;
}

.padding-t-159 {
  padding-top: 159px !important;
}

.padding-b-159 {
  padding-bottom: 159px !important;
}

.padding-s-159 {
  padding-left: 159px !important;
}

.padding-e-159 {
  padding-right: 159px !important;
}

.padding-160 {
  padding: 160px !important;
}

.padding-y-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.padding-x-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.padding-t-160 {
  padding-top: 160px !important;
}

.padding-b-160 {
  padding-bottom: 160px !important;
}

.padding-s-160 {
  padding-left: 160px !important;
}

.padding-e-160 {
  padding-right: 160px !important;
}

.padding-161 {
  padding: 161px !important;
}

.padding-y-161 {
  padding-top: 161px !important;
  padding-bottom: 161px !important;
}

.padding-x-161 {
  padding-left: 161px !important;
  padding-right: 161px !important;
}

.padding-t-161 {
  padding-top: 161px !important;
}

.padding-b-161 {
  padding-bottom: 161px !important;
}

.padding-s-161 {
  padding-left: 161px !important;
}

.padding-e-161 {
  padding-right: 161px !important;
}

.padding-162 {
  padding: 162px !important;
}

.padding-y-162 {
  padding-top: 162px !important;
  padding-bottom: 162px !important;
}

.padding-x-162 {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

.padding-t-162 {
  padding-top: 162px !important;
}

.padding-b-162 {
  padding-bottom: 162px !important;
}

.padding-s-162 {
  padding-left: 162px !important;
}

.padding-e-162 {
  padding-right: 162px !important;
}

.padding-163 {
  padding: 163px !important;
}

.padding-y-163 {
  padding-top: 163px !important;
  padding-bottom: 163px !important;
}

.padding-x-163 {
  padding-left: 163px !important;
  padding-right: 163px !important;
}

.padding-t-163 {
  padding-top: 163px !important;
}

.padding-b-163 {
  padding-bottom: 163px !important;
}

.padding-s-163 {
  padding-left: 163px !important;
}

.padding-e-163 {
  padding-right: 163px !important;
}

.padding-164 {
  padding: 164px !important;
}

.padding-y-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}

.padding-x-164 {
  padding-left: 164px !important;
  padding-right: 164px !important;
}

.padding-t-164 {
  padding-top: 164px !important;
}

.padding-b-164 {
  padding-bottom: 164px !important;
}

.padding-s-164 {
  padding-left: 164px !important;
}

.padding-e-164 {
  padding-right: 164px !important;
}

.padding-165 {
  padding: 165px !important;
}

.padding-y-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.padding-x-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.padding-t-165 {
  padding-top: 165px !important;
}

.padding-b-165 {
  padding-bottom: 165px !important;
}

.padding-s-165 {
  padding-left: 165px !important;
}

.padding-e-165 {
  padding-right: 165px !important;
}

.padding-166 {
  padding: 166px !important;
}

.padding-y-166 {
  padding-top: 166px !important;
  padding-bottom: 166px !important;
}

.padding-x-166 {
  padding-left: 166px !important;
  padding-right: 166px !important;
}

.padding-t-166 {
  padding-top: 166px !important;
}

.padding-b-166 {
  padding-bottom: 166px !important;
}

.padding-s-166 {
  padding-left: 166px !important;
}

.padding-e-166 {
  padding-right: 166px !important;
}

.padding-167 {
  padding: 167px !important;
}

.padding-y-167 {
  padding-top: 167px !important;
  padding-bottom: 167px !important;
}

.padding-x-167 {
  padding-left: 167px !important;
  padding-right: 167px !important;
}

.padding-t-167 {
  padding-top: 167px !important;
}

.padding-b-167 {
  padding-bottom: 167px !important;
}

.padding-s-167 {
  padding-left: 167px !important;
}

.padding-e-167 {
  padding-right: 167px !important;
}

.padding-168 {
  padding: 168px !important;
}

.padding-y-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

.padding-x-168 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}

.padding-t-168 {
  padding-top: 168px !important;
}

.padding-b-168 {
  padding-bottom: 168px !important;
}

.padding-s-168 {
  padding-left: 168px !important;
}

.padding-e-168 {
  padding-right: 168px !important;
}

.padding-169 {
  padding: 169px !important;
}

.padding-y-169 {
  padding-top: 169px !important;
  padding-bottom: 169px !important;
}

.padding-x-169 {
  padding-left: 169px !important;
  padding-right: 169px !important;
}

.padding-t-169 {
  padding-top: 169px !important;
}

.padding-b-169 {
  padding-bottom: 169px !important;
}

.padding-s-169 {
  padding-left: 169px !important;
}

.padding-e-169 {
  padding-right: 169px !important;
}

.padding-170 {
  padding: 170px !important;
}

.padding-y-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.padding-x-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.padding-t-170 {
  padding-top: 170px !important;
}

.padding-b-170 {
  padding-bottom: 170px !important;
}

.padding-s-170 {
  padding-left: 170px !important;
}

.padding-e-170 {
  padding-right: 170px !important;
}

.padding-171 {
  padding: 171px !important;
}

.padding-y-171 {
  padding-top: 171px !important;
  padding-bottom: 171px !important;
}

.padding-x-171 {
  padding-left: 171px !important;
  padding-right: 171px !important;
}

.padding-t-171 {
  padding-top: 171px !important;
}

.padding-b-171 {
  padding-bottom: 171px !important;
}

.padding-s-171 {
  padding-left: 171px !important;
}

.padding-e-171 {
  padding-right: 171px !important;
}

.padding-172 {
  padding: 172px !important;
}

.padding-y-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}

.padding-x-172 {
  padding-left: 172px !important;
  padding-right: 172px !important;
}

.padding-t-172 {
  padding-top: 172px !important;
}

.padding-b-172 {
  padding-bottom: 172px !important;
}

.padding-s-172 {
  padding-left: 172px !important;
}

.padding-e-172 {
  padding-right: 172px !important;
}

.padding-173 {
  padding: 173px !important;
}

.padding-y-173 {
  padding-top: 173px !important;
  padding-bottom: 173px !important;
}

.padding-x-173 {
  padding-left: 173px !important;
  padding-right: 173px !important;
}

.padding-t-173 {
  padding-top: 173px !important;
}

.padding-b-173 {
  padding-bottom: 173px !important;
}

.padding-s-173 {
  padding-left: 173px !important;
}

.padding-e-173 {
  padding-right: 173px !important;
}

.padding-174 {
  padding: 174px !important;
}

.padding-y-174 {
  padding-top: 174px !important;
  padding-bottom: 174px !important;
}

.padding-x-174 {
  padding-left: 174px !important;
  padding-right: 174px !important;
}

.padding-t-174 {
  padding-top: 174px !important;
}

.padding-b-174 {
  padding-bottom: 174px !important;
}

.padding-s-174 {
  padding-left: 174px !important;
}

.padding-e-174 {
  padding-right: 174px !important;
}

.padding-175 {
  padding: 175px !important;
}

.padding-y-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.padding-x-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.padding-t-175 {
  padding-top: 175px !important;
}

.padding-b-175 {
  padding-bottom: 175px !important;
}

.padding-s-175 {
  padding-left: 175px !important;
}

.padding-e-175 {
  padding-right: 175px !important;
}

.padding-176 {
  padding: 176px !important;
}

.padding-y-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

.padding-x-176 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}

.padding-t-176 {
  padding-top: 176px !important;
}

.padding-b-176 {
  padding-bottom: 176px !important;
}

.padding-s-176 {
  padding-left: 176px !important;
}

.padding-e-176 {
  padding-right: 176px !important;
}

.padding-177 {
  padding: 177px !important;
}

.padding-y-177 {
  padding-top: 177px !important;
  padding-bottom: 177px !important;
}

.padding-x-177 {
  padding-left: 177px !important;
  padding-right: 177px !important;
}

.padding-t-177 {
  padding-top: 177px !important;
}

.padding-b-177 {
  padding-bottom: 177px !important;
}

.padding-s-177 {
  padding-left: 177px !important;
}

.padding-e-177 {
  padding-right: 177px !important;
}

.padding-178 {
  padding: 178px !important;
}

.padding-y-178 {
  padding-top: 178px !important;
  padding-bottom: 178px !important;
}

.padding-x-178 {
  padding-left: 178px !important;
  padding-right: 178px !important;
}

.padding-t-178 {
  padding-top: 178px !important;
}

.padding-b-178 {
  padding-bottom: 178px !important;
}

.padding-s-178 {
  padding-left: 178px !important;
}

.padding-e-178 {
  padding-right: 178px !important;
}

.padding-179 {
  padding: 179px !important;
}

.padding-y-179 {
  padding-top: 179px !important;
  padding-bottom: 179px !important;
}

.padding-x-179 {
  padding-left: 179px !important;
  padding-right: 179px !important;
}

.padding-t-179 {
  padding-top: 179px !important;
}

.padding-b-179 {
  padding-bottom: 179px !important;
}

.padding-s-179 {
  padding-left: 179px !important;
}

.padding-e-179 {
  padding-right: 179px !important;
}

.padding-180 {
  padding: 180px !important;
}

.padding-y-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.padding-x-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.padding-t-180 {
  padding-top: 180px !important;
}

.padding-b-180 {
  padding-bottom: 180px !important;
}

.padding-s-180 {
  padding-left: 180px !important;
}

.padding-e-180 {
  padding-right: 180px !important;
}

.padding-181 {
  padding: 181px !important;
}

.padding-y-181 {
  padding-top: 181px !important;
  padding-bottom: 181px !important;
}

.padding-x-181 {
  padding-left: 181px !important;
  padding-right: 181px !important;
}

.padding-t-181 {
  padding-top: 181px !important;
}

.padding-b-181 {
  padding-bottom: 181px !important;
}

.padding-s-181 {
  padding-left: 181px !important;
}

.padding-e-181 {
  padding-right: 181px !important;
}

.padding-182 {
  padding: 182px !important;
}

.padding-y-182 {
  padding-top: 182px !important;
  padding-bottom: 182px !important;
}

.padding-x-182 {
  padding-left: 182px !important;
  padding-right: 182px !important;
}

.padding-t-182 {
  padding-top: 182px !important;
}

.padding-b-182 {
  padding-bottom: 182px !important;
}

.padding-s-182 {
  padding-left: 182px !important;
}

.padding-e-182 {
  padding-right: 182px !important;
}

.padding-183 {
  padding: 183px !important;
}

.padding-y-183 {
  padding-top: 183px !important;
  padding-bottom: 183px !important;
}

.padding-x-183 {
  padding-left: 183px !important;
  padding-right: 183px !important;
}

.padding-t-183 {
  padding-top: 183px !important;
}

.padding-b-183 {
  padding-bottom: 183px !important;
}

.padding-s-183 {
  padding-left: 183px !important;
}

.padding-e-183 {
  padding-right: 183px !important;
}

.padding-184 {
  padding: 184px !important;
}

.padding-y-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}

.padding-x-184 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}

.padding-t-184 {
  padding-top: 184px !important;
}

.padding-b-184 {
  padding-bottom: 184px !important;
}

.padding-s-184 {
  padding-left: 184px !important;
}

.padding-e-184 {
  padding-right: 184px !important;
}

.padding-185 {
  padding: 185px !important;
}

.padding-y-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.padding-x-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.padding-t-185 {
  padding-top: 185px !important;
}

.padding-b-185 {
  padding-bottom: 185px !important;
}

.padding-s-185 {
  padding-left: 185px !important;
}

.padding-e-185 {
  padding-right: 185px !important;
}

.padding-186 {
  padding: 186px !important;
}

.padding-y-186 {
  padding-top: 186px !important;
  padding-bottom: 186px !important;
}

.padding-x-186 {
  padding-left: 186px !important;
  padding-right: 186px !important;
}

.padding-t-186 {
  padding-top: 186px !important;
}

.padding-b-186 {
  padding-bottom: 186px !important;
}

.padding-s-186 {
  padding-left: 186px !important;
}

.padding-e-186 {
  padding-right: 186px !important;
}

.padding-187 {
  padding: 187px !important;
}

.padding-y-187 {
  padding-top: 187px !important;
  padding-bottom: 187px !important;
}

.padding-x-187 {
  padding-left: 187px !important;
  padding-right: 187px !important;
}

.padding-t-187 {
  padding-top: 187px !important;
}

.padding-b-187 {
  padding-bottom: 187px !important;
}

.padding-s-187 {
  padding-left: 187px !important;
}

.padding-e-187 {
  padding-right: 187px !important;
}

.padding-188 {
  padding: 188px !important;
}

.padding-y-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}

.padding-x-188 {
  padding-left: 188px !important;
  padding-right: 188px !important;
}

.padding-t-188 {
  padding-top: 188px !important;
}

.padding-b-188 {
  padding-bottom: 188px !important;
}

.padding-s-188 {
  padding-left: 188px !important;
}

.padding-e-188 {
  padding-right: 188px !important;
}

.padding-189 {
  padding: 189px !important;
}

.padding-y-189 {
  padding-top: 189px !important;
  padding-bottom: 189px !important;
}

.padding-x-189 {
  padding-left: 189px !important;
  padding-right: 189px !important;
}

.padding-t-189 {
  padding-top: 189px !important;
}

.padding-b-189 {
  padding-bottom: 189px !important;
}

.padding-s-189 {
  padding-left: 189px !important;
}

.padding-e-189 {
  padding-right: 189px !important;
}

.padding-190 {
  padding: 190px !important;
}

.padding-y-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.padding-x-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.padding-t-190 {
  padding-top: 190px !important;
}

.padding-b-190 {
  padding-bottom: 190px !important;
}

.padding-s-190 {
  padding-left: 190px !important;
}

.padding-e-190 {
  padding-right: 190px !important;
}

.padding-191 {
  padding: 191px !important;
}

.padding-y-191 {
  padding-top: 191px !important;
  padding-bottom: 191px !important;
}

.padding-x-191 {
  padding-left: 191px !important;
  padding-right: 191px !important;
}

.padding-t-191 {
  padding-top: 191px !important;
}

.padding-b-191 {
  padding-bottom: 191px !important;
}

.padding-s-191 {
  padding-left: 191px !important;
}

.padding-e-191 {
  padding-right: 191px !important;
}

.padding-192 {
  padding: 192px !important;
}

.padding-y-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

.padding-x-192 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}

.padding-t-192 {
  padding-top: 192px !important;
}

.padding-b-192 {
  padding-bottom: 192px !important;
}

.padding-s-192 {
  padding-left: 192px !important;
}

.padding-e-192 {
  padding-right: 192px !important;
}

.padding-193 {
  padding: 193px !important;
}

.padding-y-193 {
  padding-top: 193px !important;
  padding-bottom: 193px !important;
}

.padding-x-193 {
  padding-left: 193px !important;
  padding-right: 193px !important;
}

.padding-t-193 {
  padding-top: 193px !important;
}

.padding-b-193 {
  padding-bottom: 193px !important;
}

.padding-s-193 {
  padding-left: 193px !important;
}

.padding-e-193 {
  padding-right: 193px !important;
}

.padding-194 {
  padding: 194px !important;
}

.padding-y-194 {
  padding-top: 194px !important;
  padding-bottom: 194px !important;
}

.padding-x-194 {
  padding-left: 194px !important;
  padding-right: 194px !important;
}

.padding-t-194 {
  padding-top: 194px !important;
}

.padding-b-194 {
  padding-bottom: 194px !important;
}

.padding-s-194 {
  padding-left: 194px !important;
}

.padding-e-194 {
  padding-right: 194px !important;
}

.padding-195 {
  padding: 195px !important;
}

.padding-y-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.padding-x-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.padding-t-195 {
  padding-top: 195px !important;
}

.padding-b-195 {
  padding-bottom: 195px !important;
}

.padding-s-195 {
  padding-left: 195px !important;
}

.padding-e-195 {
  padding-right: 195px !important;
}

.padding-196 {
  padding: 196px !important;
}

.padding-y-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}

.padding-x-196 {
  padding-left: 196px !important;
  padding-right: 196px !important;
}

.padding-t-196 {
  padding-top: 196px !important;
}

.padding-b-196 {
  padding-bottom: 196px !important;
}

.padding-s-196 {
  padding-left: 196px !important;
}

.padding-e-196 {
  padding-right: 196px !important;
}

.padding-197 {
  padding: 197px !important;
}

.padding-y-197 {
  padding-top: 197px !important;
  padding-bottom: 197px !important;
}

.padding-x-197 {
  padding-left: 197px !important;
  padding-right: 197px !important;
}

.padding-t-197 {
  padding-top: 197px !important;
}

.padding-b-197 {
  padding-bottom: 197px !important;
}

.padding-s-197 {
  padding-left: 197px !important;
}

.padding-e-197 {
  padding-right: 197px !important;
}

.padding-198 {
  padding: 198px !important;
}

.padding-y-198 {
  padding-top: 198px !important;
  padding-bottom: 198px !important;
}

.padding-x-198 {
  padding-left: 198px !important;
  padding-right: 198px !important;
}

.padding-t-198 {
  padding-top: 198px !important;
}

.padding-b-198 {
  padding-bottom: 198px !important;
}

.padding-s-198 {
  padding-left: 198px !important;
}

.padding-e-198 {
  padding-right: 198px !important;
}

.padding-199 {
  padding: 199px !important;
}

.padding-y-199 {
  padding-top: 199px !important;
  padding-bottom: 199px !important;
}

.padding-x-199 {
  padding-left: 199px !important;
  padding-right: 199px !important;
}

.padding-t-199 {
  padding-top: 199px !important;
}

.padding-b-199 {
  padding-bottom: 199px !important;
}

.padding-s-199 {
  padding-left: 199px !important;
}

.padding-e-199 {
  padding-right: 199px !important;
}

.padding-200 {
  padding: 200px !important;
}

.padding-y-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.padding-x-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.padding-t-200 {
  padding-top: 200px !important;
}

.padding-b-200 {
  padding-bottom: 200px !important;
}

.padding-s-200 {
  padding-left: 200px !important;
}

.padding-e-200 {
  padding-right: 200px !important;
}

.body-margin-x {
  margin-left: 60px;
  margin-right: 60px;
}

.body-margin-x-thin {
  margin-left: 24px;
  margin-right: 24px;
}

.body-padding-x {
  padding-left: 60px;
  padding-right: 60px;
}

.body-padding-x-thin {
  padding-left: 24px;
  padding-right: 24px;
}

.hasDatepicker + button {
  padding-right: 12px;
  padding-left: 0;
}

.hasDatepicker + button svg {
  fill: #ff7f22;
}

.group-price {
  display: grid;
  grid-template-areas: 'yen num-price';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-price .yen {
  grid-area: yen;
}

.group-price .num-price {
  grid-area: num-price;
}

.yen {
  font-family: "Noto Sans JP", sans-serif;
}

.num-price {
  font-family: "Lato", sans-serif;
}

.head-content {
  background-color: #fff2e9;
}

.head-content .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff7f22;
}

.head-content .head-info__date {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 600;
  color: #ff7f22;
  line-height: 17px;
  margin-right: 16px;
}

.head-content .head-info__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #ff7f22;
  margin-right: 16px;
  line-height: 17px;
}

.head-content .head-info__see-more {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #2e343b;
  text-decoration: none;
  line-height: 17px;
}

.head-content .head-info__see-more:hover {
  text-decoration: underline;
}

textarea.input-paragraph {
  width: 100% !important;
  min-height: 6rem;
  padding: .8rem 1.2rem;
  border-radius: .6rem;
  border: 1px solid #dadfe3;
  font-size: 1.2rem;
  resize: none;
  overflow-y: auto;
  z-index: 1;
  outline: none;
}

textarea.input-paragraph::-webkit-scrollbar {
  width: 12px;
}

textarea.input-paragraph::-webkit-scrollbar-track {
  background: inherit;
}

textarea.input-paragraph::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

textarea.input-paragraph:focus {
  border: 1px solid #ff7f22;
}

.invalid-feedback,
.invalid-feedback-custom {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.invalid-feedback.show,
.invalid-feedback-custom.show {
  display: block;
}

.invalid-feedback {
  white-space: nowrap;
}

.modal-open .ui-datepicker {
  z-index: 9999 !important;
  /* stylelint-disable-line */
}

body.is-loading {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.s-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 9999;
}

.s-loading__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.s-loading.is-open {
  display: block;
}

.s-loading svg {
  max-width: 20rem;
}

.filter-bar {
  background-color: #fff;
}

.filter-bar__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .03em;
  color: #171d25;
  margin-bottom: 24px;
  margin-top: -8px;
}

#filter-bar__tab-wrapper {
  border: none;
}

#filter-bar__tab-wrapper .ui-tabs-nav {
  padding: 0;
  background: none;
  border: none;
}

#filter-bar__tab-wrapper .ui-tabs-nav::before {
  content: none;
}

#filter-bar__tab-wrapper .ui-tabs-nav .ui-tabs-tab {
  border: none;
  background: none;
}

.filter-bar__tab {
  position: relative;
  width: 128px;
  font-size: 1.3rem;
  color: #BABFC3 !important;
  border-width: 2px;
  line-height: 18.2px;
  border-radius: 8px;
  cursor: pointer !important;
}

.filter-bar__tab:hover,
.ui-state-active .filter-bar__tab{
  color: #FF7F22 !important;
  border-color: #FF7F22;
  font-weight: 500;
  background-color: #FFF2E9 !important;
}

.filter-bar__badge {
  position: absolute;
  background-color: #ff7f22;
  color: #fff;
  border-radius: 13px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -9px;
  right: -4px;
}

.filter-bar__remove-all-condition {
  color: #BABFC3 !important;
}

.filter-bar__remove-all-condition:hover {
  color: #ff7f22 !important;
}

.filter-bar__search-row--first,
.filter-bar__search-row--second {
  column-gap: 32px;
}

.filter-bar__label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #8a8f94;
  white-space: nowrap;
}

.filter-bar__search {
  position: relative;
}

.filter-bar__search input[type='text'] {
  background-color: #f5f5f5;
  border: 0;
  height: 4rem;
  border-radius: 10px;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
  padding-right: 10px;
  padding-left: 31px;
}

.filter-bar__search input[type='text']:focus {
  border: 1px solid #ff7f22;
}

.filter-bar__search input[type='text']::-moz-selection {
  background-color: #ffe0ca;
}

.filter-bar__search input[type='text']::selection {
  background-color: #ffe0ca;
}

.filter-bar__search svg {
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-bar__input {
  width: 100%;
  padding-left: 0;
  font-size: 1.2rem !important;
  font-weight: 500;
  height: 3.2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 0;
  border: none;
  border-bottom: 1px solid #a8a8a7;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  color: #171d25;
}

.filter-bar__input:focus {
  background-color: transparent;
  border-bottom: 1px solid #ff7f22;
}

.filter-bar__input::-webkit-input-placeholder {
  font-size: 1.2rem !important;
  font-weight: 500;
}

.filter-bar__input::-moz-placeholder {
  font-size: 1.2rem !important;
  font-weight: 500;
}

.filter-bar__input:-ms-input-placeholder {
  font-size: 1.2rem !important;
  font-weight: 500;
}

.filter-bar__input::-ms-input-placeholder {
  font-size: 1.2rem !important;
  font-weight: 500;
}

.filter-bar__input[data-placeholder]:empty:not(:focus):before, .filter-bar__input::placeholder {
  font-size: 1.2rem !important;
  font-weight: 500;
}

.filter-bar__input[data-placeholder]:empty:not(:focus):before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-bar__input.highlight {
  border-bottom-color: #ff7f22;
}

.filter-bar .hasDatepicker {
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}

.filter-bar div.c-dropdown__result {
  padding-bottom: 0;
  padding-left: 0;
}

.filter-bar .s-container {
  padding: 18px 16px 22px 16px;
  margin-left: 0;
}

.table-scroll-vertical {
  height: 80vh;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  z-index: 1;
}

.table-scroll-vertical::-webkit-scrollbar {
  width: 12px;
}

.table-scroll-vertical::-webkit-scrollbar-track {
  background: inherit;
}

.table-scroll-vertical::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.table-scroll-vertical thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.btn-add-transaction-detail {
  width: 100%;
  border: 1px dashed #c5c9ce;
  border-radius: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #8a8f94;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-add-transaction-detail:hover {
  color: #8a8f94;
  background-color: #f3f3f5;
}

.btn-add-sub-option {
  width: 100%;
  border-radius: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #6e7379;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-add-sub-option:hover {
  color: inherit;
  background-color: #f3f3f5;
}

.white-space-nowrap {
  white-space: nowrap;
}

.min-width-auto {
  min-width: auto;
}

.wrap-btn.not-allowed {
  cursor: not-allowed;
}

.auth-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-left: 5px;
}

.auth-product svg {
  width: 16px;
  height: 24px;
}

.ui-draggable + .s-tooltip {
  display: none;
}

.modal-transaction-new .modal-body {
  padding: 2.4rem;
}

.product-table__checkbox-cell {
  position: relative;
}

.product-table__checkbox-cell .product__checkbox:checked + p {
  height: 100%;
  width: 3px;
  background-color: #ff7f22;
  position: absolute;
  top: 0;
  left: -3px;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  z-index: 1;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 12px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: inherit;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.balloon {
  background: #f3f3f5;
  border-radius: 4px;
  padding: 8px 16px;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));
  z-index: 9000;
  max-width: 512px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
}

.balloon p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.balloon [data-popper-arrow],
.balloon [data-popper-arrow]:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: inherit;
}

.balloon [data-popper-arrow] {
  visibility: hidden;
  bottom: -6px;
}

.balloon [data-popper-arrow]:before {
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: inherit;
}

.balloon[data-popper-placement='bottom'] [data-popper-arrow] {
  visibility: hidden;
  bottom: auto;
  top: -6px;
}

.head-bar {
  border-top: 1px solid #dadfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  background-color: #fff;
}

.head-bar .badge {
  height: 2.8rem;
  background-color: #eceff3;
  border-radius: 1.4rem;
  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;
  color: #8a8f94;
  padding: .3rem 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  margin-left: 24px;
}

.head-bar .badge + .badge {
  margin-left: 8px;
}

.head-bar .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-bar .title__display p {
  height: auto;
  padding: .2rem .8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  margin-left: 1.6rem;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.head-bar__right {
  margin-left: auto;
}

.head-bar__right button {
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.head-bar__right-side {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.head-bar__right-side button {
  min-width: 128px;
}

.head-bar__right-side button + button {
  margin-left: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.m-auto_0 {
  margin: auto 0;
}

.modal-remove-group .modal-content {
  border-radius: 24px;
}

.project-list-screen-v3 .project-list-load-more {
  display: none;
  text-align: center;
}

.project-list-screen-v3 .project-list-load-more .btn-project-load-more {
  height: 32px !important;
  min-height: 32px !important;
  color: #ff7f22 !important;
}

.project-list-screen-v3 .project-list-load-more .btn-project-load-more:hover {
  color: #ff994e !important;
}

.project-list-screen-v3 .project-list .project-list-load-text {
  display: none;
}

.project-list-screen-v3 .project-list .project-list-load-text.show {
  display: block !important;
}

.message-screen-v3 .references-text {
  font-size: 12px;
  line-height: 17px;
  color: #babfc3;
  cursor: pointer;
}

.message-screen-v3 .references-text:hover {
  color: #ff7f22;
}

/* stylelint-disable declaration-no-important */
.message-view {
  position: fixed;
  top: 22.5rem;
  right: 3.4rem;
  z-index: 5;
}

.message-view .message-box {
  height: 100%;
  padding: 0 0 1rem;
  background-color: inherit;
}

.message-view .message-box .messages-list {
  padding-right: 1.6rem;
}

.message-view .message-box #drop-file {
  left: 0;
  top: 0;
  width: 100%;
}

.message-view__box {
  position: absolute;
  top: -15rem;
  right: -.5rem;
  width: 40rem;
  height: 82vh;
  max-height: 80rem;
  background-color: #eceff3;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 5;
  -webkit-box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.message-view__box-name {
  font-weight: 500;
}

.message-view__box.is-show {
  -webkit-transform: inherit;
          transform: inherit;
}

.message-view__box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.6rem;
  background-color: #fff;
}

.message-view__box-close {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff7f22;
  font-size: 1.4rem;
}

.message-view__box-close svg > * {
  fill: #fff;
}

.message-view__box-close:hover {
  opacity: .8;
  cursor: pointer;
}

.message-view__box-chat {
  height: calc(100% - 49px);
}

.message-view__box-chat .message-box__body {
  margin: 0;
  padding: 0 0 1rem 1.6rem;
  overflow-y: auto;
}

.message-view__box-chat .message-box__footer {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}

.message-view__box-chat .message-box__actions {
  padding: 0 1.6rem;
}

.message-view__box-chat .message-box__actions input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.message-view__box-chat .message-box__actions .btn {
  height: 2.8rem;
  width: 2.8rem;
  min-width: auto;
  min-height: auto;
  padding: 0;
  border-radius: 50%;
}

.message-view__box-chat .message-box__actions .btn svg {
  outline: none;
}

.message-view__box-chat .message-box__actions .btn-icon, .message-view__box-chat .message-box__actions .btn-icon--bold, .message-view__box-chat .message-box__actions .btn-icon-bold, .message-view__box-chat .message-box__actions .btn-icon-mini, .message-view__box-chat .message-box__actions .btn-icon-supermini, .message-view__box-chat .message-box__actions .btn-icon-tall {
  margin-left: 2.6rem;
}

.message-view__box-chat .message-box__actions .btn-icon:first-child, .message-view__box-chat .message-box__actions .btn-icon--bold:first-child, .message-view__box-chat .message-box__actions .btn-icon-bold:first-child, .message-view__box-chat .message-box__actions .btn-icon-mini:first-child, .message-view__box-chat .message-box__actions .btn-icon-supermini:first-child, .message-view__box-chat .message-box__actions .btn-icon-tall:first-child {
  margin-left: 0;
}

.message-view__box-chat .message-box__actions .btn:not(.message-box__btn-send):hover {
  background-color: #ddd;
}

.message-view__box-chat .message-box__upload-file {
  margin-left: 1rem;
}

.message-view__box-chat .message-box__btn-send.btn {
  min-width: 9.5rem;
  min-height: 3.2rem;
  border-radius: .6rem;
  font-weight: 700;
}

.message-view__has-new {
  position: absolute;
  top: -.4rem;
  right: -.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #da5453;
  z-index: 5;
}

.message-view__notice {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff7f22;
  -webkit-box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
          box-shadow: 0 1.6rem 2.4rem rgba(23, 29, 37, 0.2);
}

.message-view__notice:hover {
  cursor: pointer;
  opacity: .8;
}

.est-info {
  padding: 20px 0 20px 24px;
  background-color: #fff;
}

.est-info__title {
  padding-bottom: 8px;
}

.est-info__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5px 14px;
  background: #171d25;
  border-radius: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 16px;
  color: #dadfe3;
  white-space: nowrap;
}

.est-info__heading-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.est-info__heading-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
}

.est-info__content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
  word-break: break-word;
}

.est-info__status-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #42484f;
  white-space: nowrap;
}

.est-info__company {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.est-info__manager {
  white-space: nowrap;
  max-width: 200px;
  min-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.est-info__manager-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
}

.est-info__manager-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.est-info__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6e7379;
}

.est-info__desc-id {
  margin-right: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
  white-space: nowrap;
}

.est-info__desc-id-number {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #6e7379;
}

.est-info__desc-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
  white-space: nowrap;
  padding-left: 2.4rem;
}

.est-info__desc-time span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #6e7379;
}

.product-add {
  position: relative;
  min-width: 10.8rem;
  min-height: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: auto;
  padding-left: 4.4rem !important;
  /* stylelint-disable-line */
  background-color: #fff;
  border: 1px solid #c5c9ce;
}

.product-add:before {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  content: '';
  background: url('/assets/icon/icon-plus.svg') no-repeat;
  left: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.modal-add-product {
  overflow: hidden;
}

.modal.modal-add-product .modal-dialog {
  max-width: 1246px;
}

.modal.modal-add-product .modal-dialog .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding: 2rem 3.2rem 1.2rem 3.2rem;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}

.modal.modal-add-product .modal-dialog .modal-header .btn-close-custom {
  position: absolute;
  top: -56px;
  right: 36px;
  background-color: transparent;
  border: 0;
}

.modal.modal-add-product .modal-dialog .modal-content {
  height: calc(96vh - 60px);
  margin-top: 60px;
  padding: 0;
  border-radius: 12px 12px 0 0;
}

.modal.modal-add-product .modal-dialog .modal-body {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.modal.modal-add-product .modal-footer {
  background-color: #fff;
  padding: 1.2rem 3.4rem !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.modal.modal-add-product .table-add-product {
  height: auto;
  padding-top: 12px;
  overflow-y: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal.modal-add-product .table-add-product::-webkit-scrollbar {
  width: 12px;
}

.modal.modal-add-product .table-add-product::-webkit-scrollbar-track {
  background: inherit;
}

.modal.modal-add-product .table-add-product::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.modal.modal-add-product .transaction__product-table {
  overflow-y: auto;
  overflow-y: auto;
  z-index: 1;
}

.modal.modal-add-product .transaction__product-table::-webkit-scrollbar {
  width: 12px;
}

.modal.modal-add-product .transaction__product-table::-webkit-scrollbar-track {
  background: inherit;
}

.modal.modal-add-product .transaction__product-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.input-w-100 input {
  width: 100%;
}

.input-ps-0 input {
  padding-left: 0;
}

.free-dropdown {
  white-space: initial !important;
  height: auto !important;
  border-width: 0;
  line-height: initial !important;
  min-height: 2.5rem;
}

.free-dropdown.is-invalid {
  border-width: 1px;
}

.transaction-estimate .hide {
  display: none;
}

.transaction-estimate .delivery-info__name .dropdown .select {
  padding: 0;
}

.transaction-estimate .delivery-info__name .dropdown .select .title {
  padding: 10px 16px 10px 10px;
  margin-left: 20px;
}

.transaction-estimate .delivery-info__name .dropdown .option {
  top: 50px;
}

/* stylelint-disable declaration-no-important */
.temp-storage {
  display: none;
  width: calc(100% - 2 * 60px);
  max-width: 2560px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 88px;
  color: #fff;
  background-color: #000;
  -webkit-filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.3));
  grid-gap: 1px;
  grid-template-rows: repeat(3, 60px) 23px 60px;
  grid-template-columns: 60px auto 121px;
  grid-template-areas: 'header header pagination' 'area-sort products products' 'area-filter products products' 'area-count products products' 'area-delete products products';
  z-index: 100;
}

.temp-storage.show {
  display: grid;
}

.temp-storage--drag {
  -webkit-box-shadow: 0 0 0 2px #ff7f22;
          box-shadow: 0 0 0 2px #ff7f22;
}

.temp-storage ul,
.temp-storage li {
  list-style: none;
}

.temp-storage p {
  margin: 0;
}

.temp-storage__header {
  grid-area: header;
  background-color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  padding-left: 20px;
}

.temp-storage__header span {
  line-height: 60px;
}

.temp-storage #btn-close-temp-storage {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  bottom: 0;
  right: 0;
  grid-area: area-close;
  color: #6e7379;
  font-size: 18px;
  background-color: #f3f3f5;
  z-index: 15;
}

.temp-storage__area-sort {
  grid-area: area-sort;
}

.temp-storage__area-filter {
  grid-area: area-filter;
}

.temp-storage__area-count {
  grid-area: area-count;
  background-color: #171d25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.temp-storage__area-count .count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.temp-storage__area-count .description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #a8a8a7;
}

.temp-storage__area-delete {
  grid-area: area-delete;
}

.temp-storage__btn {
  width: 60px;
  height: 60px;
  background-color: #171d25;
  cursor: pointer;
  border-radius: 0 !important;
  border: none;
}

.temp-storage__btn:hover {
  background-color: #2e343b;
}

.temp-storage__btn.disabled {
  opacity: 1 !important;
}

.temp-storage__btn.disabled svg {
  stroke: #6e7379;
}

.temp-storage__btn svg {
  width: 18px;
  height: 18px;
  stroke: #f3f3f5;
}

.temp-storage #btn-delete-temp-storage svg {
  fill: #eceff3;
}

.temp-storage #btn-delete-temp-storage.disabled {
  background-color: #000 !important;
  opacity: 1;
}

.temp-storage #btn-sort-temp-storage svg,
.temp-storage #btn-filter-temp-storage svg {
  fill: #eceff3;
}

.temp-storage #btn-sort-temp-storage.selected svg,
.temp-storage #btn-filter-temp-storage.selected svg {
  fill: #ff7f22;
  stroke: #ff7f22;
}

.temp-storage__pagination {
  grid-area: pagination;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #171d25;
}

.temp-storage__pagination > * + * {
  margin-left: 1px;
}

.temp-storage__btn-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.temp-storage__btn-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.temp-storage__products {
  grid-area: products;
  overflow-x: hidden;
  background-color: #171d25;
}

.temp-storage__popup {
  z-index: 20;
}

.temp-storage__popup.show {
  display: block !important;
}

.temp-storage .popup-sort {
  position: absolute;
  top: 70px;
  left: 70px;
  background-color: #2e343b;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  display: none;
}

.temp-storage .popup-sort__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #c5c9ce;
  padding: 15px 30px;
}

.temp-storage .popup-sort__option {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #eceff3;
  display: block;
  padding: 15px 40px;
  cursor: pointer;
}

.temp-storage .popup-sort__option:hover {
  background-color: #42484f;
}

.temp-storage .popup-sort__option input {
  display: none;
}

.temp-storage .popup-sort__option input:checked ~ span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #fff;
  border-left: 2px solid #ff7f22;
}

.temp-storage .popup-sort__option span {
  padding-left: 8px;
  border-left: 2px solid transparent;
}

.temp-storage .popup-sort__option span:before {
  content: attr(data-text);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.temp-storage .popup-filter {
  position: absolute;
  top: 70px;
  left: 70px;
  background-color: #2e343b;
  display: none;
  padding: 20px;
  width: calc(100% - 80px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.temp-storage .popup-filter__title {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #dadfe3;
}

.temp-storage .popup-filter__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #a8a8a7;
  margin-bottom: 6px;
}

.temp-storage .popup-filter__input {
  border-bottom: 1px solid #8a8f94;
  margin: 0 !important;
  margin-top: 10px !important;
}

.temp-storage .popup-filter__input input {
  color: #eceff3;
  background-color: #2e343b;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
}

.temp-storage .popup-filter__input button {
  z-index: 1;
}

.temp-storage .popup-filter__dropdown.show [data-dropdown='select'] {
  display: block;
}

.temp-storage .popup-filter__actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.temp-storage .popup-filter__actions > * + * {
  margin-left: 20px;
}

.temp-storage .popup-filter__actions .btn {
  width: 160px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.temp-storage .popup-filter__select {
  max-height: 250px;
  overflow-y: overlay;
}

.temp-storage .popup-filter__select::-webkit-scrollbar {
  width: 10px;
  right: -5px;
}

.temp-storage .popup-filter__select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 10px transparent;
}

.temp-storage .popup-filter__select::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px #171d25;
          box-shadow: inset 0 0 14px 14px #171d25;
  border-radius: 20px;
  border: solid 4px transparent;
}

.temp-storage .products-list {
  padding: 12px 0;
}

.temp-storage .products-list__product {
  position: relative;
}

.temp-storage .products-list__btn-product-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  background-color: #42484f;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.5H11C10.7239 5.5 10.5 5.72386 10.5 6V7H13.5V6C13.5 5.72386 13.2761 5.5 13 5.5ZM15 7V6C15 4.89543 14.1046 4 13 4H11C9.89543 4 9 4.89543 9 6V7H7.50443H6H4.75C4.33579 7 4 7.33579 4 7.75C4 8.16421 4.33579 8.5 4.75 8.5H6.11538L6.85795 18.1534C6.93811 19.1954 7.80699 20 8.85206 20H15.1479C16.193 20 17.0619 19.1954 17.142 18.1534L17.8846 8.5H19.25C19.6642 8.5 20 8.16421 20 7.75C20 7.33579 19.6642 7 19.25 7H18H16.4956H15ZM16.3802 8.5H15H13.5H10.5H9H7.61982L8.35353 18.0383C8.37357 18.2988 8.59079 18.5 8.85206 18.5H15.1479C15.4092 18.5 15.6264 18.2988 15.6465 18.0383L16.3802 8.5Z' fill='%23C5C9CE'/%3E%3C/svg%3E%0A");
  display: none;
  z-index: 5;
}

.temp-storage .products-list__btn-product-remove:hover {
  background-color: #6e7379;
}

.temp-storage .products-list__product-wrap:hover .products-list__btn-product-remove,
.temp-storage .products-list .products-list__product-wrap--active .products-list__btn-product-remove {
  display: block;
}

/* stylelint-disable*/
.products-list {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.products-list.scroll-y {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-list__product {
  z-index: 10;
  margin: 0 3px;
  display: inline-block;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
}

.products-list__product p {
  margin: 0 !important;
}

.products-list__product.ui-draggable-dragging .products-list__btn-product-remove {
  display: none;
}

.products-list__product-wrap {
  width: 100px;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.products-list__product-wrap:hover {
  background-color: #42484f;
}

.products-list__product-wrap--active {
  -webkit-box-shadow: 0 0 0 1px #ff7f22;
          box-shadow: 0 0 0 1px #ff7f22;
  background-color: #42484f;
}

.products-list__product-image {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}

.products-list__product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #eceff3;
  margin-top: 9px;
  height: 3.2rem;
}

.products-list__product-price {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  margin-top: 5px;
  color: #c5c9ce;
}

/* stylelint-disable*/
.s-header {
  background-color: #eceff3;
  padding: 20px 0;
  font-size: .75rem;
  font-weight: 500;
}

.s-header .link-accent {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ff7f22;
}

.s-header nav {
  margin-left: 24px;
}

.project-detail-page .project {
  padding: 0 60px;
  display: grid;
  background-color: #fff;
  grid-template-areas: 'name info';
  grid-template-columns: auto 470px;
}

@media (max-width: 991.98px) {
  .project-detail-page .project {
    grid-template-areas: 'name' 'info';
    grid-template-columns: auto 130px;
    grid-template-rows: auto auto;
  }
  .project-detail-page .project__info {
    margin-left: auto;
  }
}

.project-detail-page .project.edit-mode #input-project-name {
  display: inline-block;
}

.project-detail-page .project.edit-mode #text-project-name {
  display: none;
}

.project-detail-page .project.edit-mode #btn-confirm-edit-project-name {
  display: inline-block;
}

.project-detail-page .project.edit-mode #btn-edit-project-name {
  display: none;
}

.project-detail-page .project__info {
  grid-area: info;
  display: grid;
  grid-template-rows: 20px 1fr .9fr 20px;
  grid-template-columns: 80px 150px 240px;
  grid-template-areas: 'p1 p1 p1' 'subtotal-title retail-title retail-price' 'none wholesale-title wholesale-price' 'p2 p2 p2';
  border-left: 1px solid #dadfe3;
}

.project-detail-page .project__name-area {
  grid-area: name;
  align-self: center;
  padding: 30px 0;
  margin-left: 24px;
  word-break: break-word;
}

.project-detail-page .project #input-project-name {
  width: 555px;
  display: none;
}

.project-detail-page .project #btn-confirm-edit-project-name {
  display: none;
}

.project-detail-page .project__subtotal-title {
  grid-area: subtotal-title;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  align-self: center;
  justify-self: center;
}

.project-detail-page .project__retail-title {
  grid-area: retail-title;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
  justify-self: flex-end;
  align-self: center;
}

.project-detail-page .project__retail-price {
  grid-area: retail-price;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #ff8730;
}

.project-detail-page .project__wholesale-title {
  grid-area: wholesale-title;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
  justify-self: flex-end;
  align-self: center;
}

.project-detail-page .project__wholesale-price {
  grid-area: wholesale-price;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #42484f;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #ff8730;
}

.btn-project-message {
  background-color: #fff;
  border: 1px solid #c5c9ce;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-project-message * {
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-project-message span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #171d25;
}

.btn-project-message:hover {
  border-color: #ff994e;
}

.btn-project-message:hover span {
  color: #ff994e;
}

.btn-project-message:hover svg {
  fill: #ff7f22;
}

.btn-project-message:hover svg path {
  fill: #ff7f22;
}

.group-product {
  margin-top: 32px;
}

.group-product .product-table {
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  z-index: 1;
  z-index: auto;
}

.group-product .product-table::-webkit-scrollbar {
  height: 12px;
}

.group-product .product-table::-webkit-scrollbar-track {
  background: transparent;
}

.group-product .product-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.group-product .product-table table {
  width: auto;
  min-width: 100%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.group-product .product-table table td {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.group-product .product-table table tbody tr.product-table__add-product:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.group-product .product-table table tbody tr.product-table__add-product td {
  border: none;
}

.group-product .product-table table .product--custom:after {
  top: 0;
  left: .3rem;
}

.group-product .product-table table .btn-add-product {
  width: 100%;
  border: 1px dashed #c5c9ce;
  border-radius: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #8a8f94;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group-product .product-table table .btn-add-product:hover {
  color: #8a8f94;
  background-color: #f3f3f5;
}

.group-product .product-table table .col-checkbox {
  min-width: 62px;
  max-width: 62px;
}

.group-product .product-table table .col-image {
  min-width: 72px;
  max-width: 72px;
}

.group-product .product-table table .col-maker-code {
  min-width: 100px;
  max-width: 100px;
}

.group-product .product-table table .col-supplier,
.group-product .product-table table .dropdown-supplier .c-dropdown__result {
  min-width: 160px;
  max-width: 160px;
}

.group-product .product-table table .col-brand,
.group-product .product-table table .dropdown-brand .c-dropdown__result {
  min-width: 160px;
  max-width: 160px;
}

.group-product .product-table table .col-item-option {
  min-width: 212px;
  max-width: 212px;
}

.group-product .product-table table .col-size {
  min-width: 212px;
  max-width: 212px;
}

.group-product .product-table table .col-product-name {
  min-width: 212px;
  max-width: 212px;
}

.group-product .product-table table .col-category,
.group-product .product-table table .dropdown-category .c-dropdown__result {
  min-width: 150px;
  max-width: 150px;
}

.group-product .product-table table .col-price {
  min-width: 125px;
  max-width: 125px;
}

.group-product .product-table table .col-quantity {
  min-width: 82px;
  max-width: 82px;
}

.group-product .product-table table .col-amount {
  min-width: 125px;
  max-width: 125px;
}

.group-product .product-table table .col-reserve-status {
  min-width: 102px;
  max-width: 102px;
}

.group-product .product-table table .col-transaction-status {
  min-width: 72px;
  max-width: 72px;
}

.product-table__product .cell-checkbox {
  min-width: 62px;
  max-width: 62px;
}

.product-table__product .cell-image {
  min-width: 72px;
  max-width: 72px;
}

.product-table__product .cell-maker-code {
  min-width: 100px;
  max-width: 100px;
}

.product-table__product .cell-supplier {
  min-width: 160px;
  max-width: 160px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table__product .cell-supplier .c-dropdown__result {
  color: #42484f;
  font-weight: 700;
}

.product-table__product .cell-brand {
  min-width: 160px;
  max-width: 160px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table__product .cell-brand .c-dropdown__result {
  color: #42484f;
  font-weight: 700;
}

.product-table__product .cell-item-option {
  min-width: 212px;
  max-width: 212px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table__product .cell-size {
  min-width: 212px;
  max-width: 212px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table__product .cell-product-name {
  min-width: 212px;
  max-width: 212px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table__product .cell-category {
  min-width: 150px;
  max-width: 150px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-table__product .cell-category .c-dropdown__result {
  color: #42484f;
  font-weight: 700;
}

.product-table__product .cell-price {
  min-width: 125px;
  max-width: 125px;
}

.product-table__product .cell-quantity {
  min-width: 82px;
  max-width: 82px;
}

.product-table__product .cell-amount {
  min-width: 125px;
  max-width: 125px;
}

.product-table__product .cell-reserve-status {
  min-width: 102px;
  max-width: 102px;
}

.product-table__product .cell-transaction-status {
  min-width: 72px;
  max-width: 72px;
}

.group {
  padding: 16px 0 16px 24px;
  background-color: #fff;
  border-left: 4px solid transparent;
  margin-bottom: 2px;
  display: grid;
  grid-template-columns: 30px auto 100px 150px 180px 60px;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  grid-template-areas: 'check-all name subtotal-title retail-title retail-price actions' 'check-all name subtotal-title wholesale-title wholesale-price actions';
}

.group:hover {
  border-left: 4px solid #171d25;
}

.group--select-all {
  border-left: 4px solid #ff7f22;
}

.group--select-all:hover {
  -webkit-box-shadow: 0 -1px 0 0 #ff7f22, 1px 0 0 0 #ff7f22, 0 1px 0 0 #ff7f22;
          box-shadow: 0 -1px 0 0 #ff7f22, 1px 0 0 0 #ff7f22, 0 1px 0 0 #ff7f22;
}

.group--no-border.group--select-all {
  border: none;
}

.group--indeterminate .checkbox {
  background-color: #ff7f22;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.group__check-all-area {
  grid-area: check-all;
  align-self: center;
}

.group__check-all-area input {
  vertical-align: middle;
}

.group__name {
  grid-area: name;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
}

.group__name > * + * {
  margin-left: 16px;
}

.group__name .group__name-input {
  display: none;
  width: 475px;
}

.group__name .group__btn-edit-name {
  display: block;
}

.group__name .group__btn-confirm-edit-name {
  display: none;
}

.group__name.edit-mode .group__name-input {
  display: block;
}

.group__name.edit-mode .group__name-text {
  display: none;
}

.group__name.edit-mode .group__btn-edit-name {
  display: none;
}

.group__name.edit-mode .group__btn-confirm-edit-name {
  display: block;
}

.group__subtotal-title {
  grid-area: subtotal-title;
  justify-self: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #42484f;
}

.group__retail-title {
  grid-area: retail-title;
  justify-self: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  font-size: .6875;
  line-height: 1rem;
  color: #6e7379;
}

.group__retail-price {
  grid-area: retail-price;
  justify-self: flex-end;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #42484f;
}

.group__wholesale-title {
  grid-area: wholesale-title;
  justify-self: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #6e7379;
}

.group__wholesale-price {
  grid-area: wholesale-price;
  justify-self: flex-end;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #6e7379;
}

.group__actions {
  grid-area: actions;
  justify-self: center;
}

.group--no-bg {
  background-color: transparent;
}

.group--drag-hover {
  -webkit-box-shadow: 0 0 0 1px #ff7f22;
          box-shadow: 0 0 0 1px #ff7f22;
}

.project-bar {
  position: fixed;
  width: calc(100% - 2 * 60px);
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  background-color: #171d25;
  padding: 12px 24px;
  color: #eceff3;
  z-index: 1;
}

.project-bar--show {
  display: block;
}

.project-bar__products-count {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: .03em;
  font-family: "Lato", sans-serif;
}

.project-bar__title-group {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #a8a8a7;
  margin-right: 6px;
}

.project-bar__title-select {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.project-bar__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-bar__action > * + * {
  margin-left: 20px;
}

.project-bar .line {
  border: 1px solid #fff;
  height: 20px;
}

.project-bar .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.project-bar input[type='text'] {
  background-color: #42484f;
  border-radius: 4px;
  height: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #fff;
  outline: none;
  border: none;
  padding: 1.2rem;
}

.project-bar .percent {
  position: relative;
  width: 9.4rem;
}

.project-bar .percent-input {
  width: 100%;
  padding-right: 30px;
}

.project-bar .percent-unit {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c4c4c4;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.project-bar .btn-delete {
  background-color: #42484f;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #eceff3;
}

.project-bar .btn-delete:hover {
  background: rgba(218, 84, 83, 0.7);
  color: #eceff3;
}

.project-bar .btn-delete:active {
  background-color: rgba(218, 84, 83, 0.5);
  color: #eceff3;
}

.project-bar .btn-delete:disabled {
  background: rgba(218, 84, 83, 0.7);
  color: #eceff3;
}

.project-bar .button--bar {
  min-width: 8rem;
}

.project-bar input.input-base-price {
  height: 48px;
  padding-left: 25px;
  text-align: right;
  color: #fff;
}

.project-bar .dropdown-brand {
  min-width: 21.7rem;
}

.project-bar .dropdown-brand__result {
  color: #fff;
}

.project-bar .input-base-price-wrap {
  position: relative;
  width: 160px;
}

.project-bar .input-base-price-wrap input {
  width: 100%;
}

.project-bar .input-base-price-wrap::before {
  content: '¥';
  color: #c4c4c4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.project-bar .dropdown-publish-status {
  width: 160px;
  min-width: 160px;
}

.project-bar .btn-update-default-ratio {
  width: 8rem;
  height: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.project-detail-page {
  padding-bottom: 100px;
}

.project-detail-page ~ #ui-datepicker-div {
  z-index: 9999 !important;
}

.project-detail-page .temp-storage {
  margin-top: calc(64px + 4px);
  grid-template-columns: 60px auto 121px 60px;
  grid-template-areas: 'header header pagination area-close' 'area-sort products products products' 'area-filter products products products' 'area-count products products products' 'area-delete products products products';
}

.project-detail-page .temp-storage--show {
  display: grid;
}

.project-detail-page .temp-storage #btn-close-temp-storage {
  position: initial;
  width: auto;
  height: auto;
  background-color: #2e343b;
  color: #fff;
}

.project-detail-page .temp-storage #btn-close-temp-storage:hover {
  background-color: #6e7379;
}

.project-detail-page .temp-storage__area-count {
  position: relative;
}

.project-detail-page .temp-storage__area-delete {
  grid-area: area-delete;
}

.project-detail-page .temp-storage__products {
  padding-left: 12px;
  border-right: 11px solid #171d25;
}

.project-detail-page .temp-storage__popup--show {
  display: block !important;
}

.project-detail-page .temp-storage .popup-filter__dropdown.show [data-dropdown='select'] {
  display: block;
}

.project-detail-page .temp-storage .popup-filter .c-dropdown__menu {
  background-color: #42484f;
}

.table-col-sort__icon {
  margin-left: auto;
}

.table-col-sort__icon:hover {
  cursor: move;
}

.table-col-sort__icon:hover svg * {
  stroke: #fff;
}

.table-col-sort__placeholder {
  border: 1px solid #ff7f22;
}

.table-col-sort .c-dropdown__item {
  padding-right: 16px;
}

.table-col-sort .ui-sortable-helper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, left top, left bottom, from(#171d25), to(#171d25));
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(#171d25, #171d25);
}

/* stylelint-enable*/
/* stylelint-disable declaration-no-important */
.message-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100vh - 64px);
  max-width: 1366px;
  width: 1366px;
  margin: auto;
}

.message-screen .contact-box {
  width: 35%;
  background-color: #eceff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  padding-left: 60px;
  height: 100%;
  z-index: 4;
}

.message-screen .contact-box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
  padding-right: 16px;
}

.message-screen .contact-box__actions > * + * {
  margin-left: 16px;
}

.message-screen .contact-box__filter {
  width: 4.8rem;
}

.message-screen .contact-box__filter .s-dropdown__menu {
  background-color: #171d25;
}

.message-screen .contact-box__filter .c-dropdown__item span {
  max-width: 20rem;
  white-space: normal;
  word-break: keep-all;
}

.message-screen .contact-box__search span {
  background-color: #fff;
  height: 100%;
}

.message-screen .contact-box__search input {
  border-left: none;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.message-screen .contact-box__search input:focus {
  border-color: #dadfe3;
}

.message-screen .contact-box__search svg {
  fill: #6e7379;
}

.message-screen .contact-box__contact {
  cursor: pointer;
}

.message-screen .contact-box #btn-create-contact,
.message-screen .contact-box #btn-filter-contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.8rem;
          flex: 0 0 4.8rem;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 4px;
}

.message-screen .contact-box #btn-filter-contact {
  border: 1px solid #c5c9ce;
  background-color: #fff;
}

.message-screen .contact-box #btn-filter-contact svg {
  fill: #171d25;
}

.message-screen .contact-box #btn-filter-contact.highlight svg {
  fill: #ff7f22;
}

.message-screen .contact-box .s-dropdown__menu {
  width: 200px;
}

.message-screen .contact-box #btn-create-contact {
  fill: white;
  background-color: #ff7f22;
}

.message-screen .contact-box #btn-create-contact svg {
  fill: #fff;
}

.message-screen .contact-box__list {
  padding-right: 16px;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}

.message-screen .contact-box__list::-webkit-scrollbar {
  width: 12px;
}

.message-screen .contact-box__list::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .contact-box__list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .contact-box .contact {
  background-color: #fff;
  padding: 14px 10px;
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 10px auto minmax(-webkit-min-content, -webkit-max-content) 24px;
  grid-template-columns: 10px auto minmax(min-content, max-content) 24px;
  grid-template-rows: 24px 24px 20px;
  grid-template-areas: 'unread maker-name datetime actions' 'blank subject subject actions' 'blank content content actions';
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  text-decoration: none;
  border-left: 4px solid transparent;
  position: relative;
}

.message-screen .contact-box .contact.active {
  border-left: 4px solid #ff7f22;
}

.message-screen .contact-box .contact.unread .contact__unread:before {
  content: '';
}

.message-screen .contact-box .contact.unread .contact__maker-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.message-screen .contact-box .contact.unread .contact__subject {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.message-screen .contact-box .contact__unread {
  grid-area: unread;
  align-self: center;
  position: relative;
}

.message-screen .contact-box .contact__unread:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #da5453;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.message-screen .contact-box .contact__maker-name {
  grid-area: maker-name;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.message-screen .contact-box .contact__maker-name span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.message-screen .contact-box .contact__datetime {
  grid-area: datetime;
  align-self: center;
  justify-self: end;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #6e7379;
}

.message-screen .contact-box .contact__subject {
  grid-area: subject;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
  align-self: center;
}

.message-screen .contact-box .contact__subject span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.message-screen .contact-box .contact__content {
  grid-area: content;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #6e7379;
  align-self: center;
}

.message-screen .contact-box .contact__content span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.message-screen .contact-box .contact__actions {
  grid-area: actions;
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-areas: 'menu' 'attached';
}

.message-screen .contact-box .contact__attached {
  grid-area: attached;
  align-self: flex-end;
}

.message-screen .contact-box .contact__menu {
  grid-area: menu;
}

.message-screen .contact-box .contact__menu svg {
  fill: #171d25;
}

.message-screen .contact-box .contact .contact__flag {
  position: absolute;
  top: 0;
  right: 38px;
  z-index: 1;
  display: none;
}

.message-screen .contact-box .contact .contact__flag svg {
  display: block;
}

.message-screen .contact-box .contact.flag .contact__flag {
  display: block;
}

.message-screen .dropdown .dropdown-header {
  padding: 16px 20px 14px 30px;
}

.message-screen .dropdown .dropdown-submenu {
  width: 368px;
  max-height: 448px;
  overflow-y: auto;
  z-index: 1;
}

.message-screen .dropdown .dropdown-submenu::-webkit-scrollbar {
  width: 12px;
}

.message-screen .dropdown .dropdown-submenu::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .dropdown .dropdown-submenu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .dropdown .dropdown-item {
  cursor: pointer;
  line-height: 135%;
}

.message-screen .dropdown label.dropdown-item {
  white-space: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen .dropdown label.dropdown-item > * + * {
  margin-left: 5px;
}

.message-screen .dropdown span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.message-screen .message-box {
  width: 65%;
  padding-bottom: .8rem;
  background-color: #f3f3f5;
  padding-left: 24px;
  padding-right: 60px;
}

.message-screen .message-box .messages-list {
  padding-right: 1.5rem;
  display: none;
}

.message-screen .message-box .messages-list.show {
  display: block;
}

.message-screen .message-box .message__content-box {
  max-width: 85%;
}

.message-screen .message-box,
.message-view .message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.message-screen .message-box .message,
.message-view .message-box .message {
  margin-top: 8px;
}

.message-screen .message-box.un-selected,
.message-view .message-box.un-selected {
  background-image: url('/assets/images/message-unselected.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message-screen .message-box.un-selected .message-box__header,
.message-screen .message-box.un-selected .message-box__body,
.message-screen .message-box.un-selected .message-box__footer,
.message-view .message-box.un-selected .message-box__header,
.message-view .message-box.un-selected .message-box__body,
.message-view .message-box.un-selected .message-box__footer {
  visibility: hidden;
}

.message-screen .message-box__loading,
.message-view .message-box__loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f3f5;
  z-index: 1;
}

.message-screen .message-box__loading img,
.message-view .message-box__loading img {
  -o-object-fit: none;
     object-fit: none;
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
  position: absolute;
  top: 35%;
  left: 50%;
}

.message-screen .message-box__loading #loading,
.message-view .message-box__loading #loading {
  height: 4rem;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.message-screen .message-box #drop-file,
.message-view .message-box #drop-file {
  position: absolute;
  left: 24px;
  height: 0;
  width: calc(100% - 60px - 24px);
  overflow: hidden;
  bottom: 8px;
  background-color: #171d25;
  opacity: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: white;
}

.message-screen .message-box #drop-file p,
.message-view .message-box #drop-file p {
  pointer-events: none;
}

.message-screen .message-box #drop-file:before,
.message-view .message-box #drop-file:before {
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  content: '';
  border: 2px dashed white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.message-screen .message-box__header,
.message-view .message-box__header {
  padding-top: 12px;
}

.message-screen .message-box__new,
.message-view .message-box__new {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 180px auto;
  grid-template-rows: repeat(3, 50px);
  row-gap: 12px;
  grid-template-areas: 'text title' 'address address' 'name name';
}

.message-screen .message-box__noti,
.message-view .message-box__noti {
  color: #6e7379;
  margin: 12px 0;
}

.message-screen .message-box__info-head,
.message-view .message-box__info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c5c9ce;
  height: 73px;
}

.message-screen .message-box__info-detail,
.message-view .message-box__info-detail {
  border-bottom: 1px solid #c5c9ce;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  padding: 10px 0;
  color: #171d25;
}

.message-screen .message-box__info-detail p + p,
.message-view .message-box__info-detail p + p {
  margin-top: 6px;
}

.message-screen .message-box__info-address,
.message-view .message-box__info-address {
  margin-bottom: 6px;
}

.message-screen .message-box__info-text,
.message-view .message-box__info-text {
  color: #6e7379;
}

.message-screen .message-box #btn-show-message,
.message-view .message-box #btn-show-message {
  margin-left: auto;
}

.message-screen .message-box #btn-show-file,
.message-screen .message-box #btn-show-message,
.message-view .message-box #btn-show-file,
.message-view .message-box #btn-show-message {
  position: relative;
  color: #171d25;
}

.message-screen .message-box #btn-show-file.active,
.message-screen .message-box #btn-show-message.active,
.message-view .message-box #btn-show-file.active,
.message-view .message-box #btn-show-message.active {
  color: #ff7f22;
}

.message-screen .message-box #btn-show-file.active:after,
.message-screen .message-box #btn-show-message.active:after,
.message-view .message-box #btn-show-file.active:after,
.message-view .message-box #btn-show-message.active:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74px;
  height: 2px;
  content: '';
  background-color: #ff7f22;
}

.message-screen .message-box__text,
.message-view .message-box__text {
  grid-area: text;
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.message-screen .message-box__title,
.message-view .message-box__title {
  grid-area: title;
  border-radius: 11px;
  background-color: #fff;
  padding: 4px 10px 5px 10px;
  align-self: center;
  justify-self: end;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #42484f;
  text-decoration: none;
}

.message-screen .message-box__title input,
.message-view .message-box__title input {
  display: none;
  border: none;
  outline: none;
  width: 400px;
  height: 17px;
  padding: 4px 10px 5px 10px;
}

.message-screen .message-box__title span,
.message-view .message-box__title span {
  display: initial;
}

.message-screen .message-box__title.edit-mode input,
.message-view .message-box__title.edit-mode input {
  display: initial;
}

.message-screen .message-box__title.edit-mode span,
.message-view .message-box__title.edit-mode span {
  display: none;
}

.message-screen .message-box__address,
.message-view .message-box__address {
  grid-area: address;
}

.message-screen .message-box__address .dropdown-toggle:after,
.message-view .message-box__address .dropdown-toggle:after {
  content: initial !important;
}

.message-screen .message-box__address .dropdown-menu,
.message-view .message-box__address .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1;
  z-index: 10;
}

.message-screen .message-box__address .dropdown-menu::-webkit-scrollbar,
.message-view .message-box__address .dropdown-menu::-webkit-scrollbar {
  width: 12px;
}

.message-screen .message-box__address .dropdown-menu::-webkit-scrollbar-track,
.message-view .message-box__address .dropdown-menu::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .message-box__address .dropdown-menu::-webkit-scrollbar-thumb,
.message-view .message-box__address .dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .message-box__address .dropdown-menu::-webkit-scrollbar-track,
.message-view .message-box__address .dropdown-menu::-webkit-scrollbar-track {
  background-color: #171d25;
}

.message-screen .message-box__address .dropdown-item span,
.message-view .message-box__address .dropdown-item span {
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.message-screen .message-box__address .dropdown-item.selected span,
.message-view .message-box__address .dropdown-item.selected span {
  -webkit-box-shadow: -2px 0 0 0 #ff7f22;
          box-shadow: -2px 0 0 0 #ff7f22;
  font-weight: 700;
}

.message-screen .message-box__address input,
.message-view .message-box__address input {
  height: auto;
}

.message-screen .message-box__name,
.message-view .message-box__name {
  grid-area: name;
}

.message-screen .message-box__name input,
.message-view .message-box__name input {
  height: auto;
}

.message-screen .message-box .input-group,
.message-view .message-box .input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.message-screen .message-box .input-group-text,
.message-view .message-box .input-group-text {
  background-color: #fff;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 !important;
  -webkit-transition: 0s;
  transition: 0s;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  padding: 14px 0 16px 16px;
  color: #6e7379;
}

.message-screen .message-box input.form-control,
.message-view .message-box input.form-control {
  border-left: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  -webkit-transition: 0s;
  transition: 0s;
  padding: 14px 16px 16px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.message-screen .message-box input.form-control:focus + span.input-group-text,
.message-view .message-box input.form-control:focus + span.input-group-text {
  border: 1px solid #ff7f22;
}

.message-screen .message-box__body,
.message-view .message-box__body {
  margin-bottom: 12px;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}

.message-screen .message-box__body::-webkit-scrollbar,
.message-view .message-box__body::-webkit-scrollbar {
  width: 12px;
}

.message-screen .message-box__body::-webkit-scrollbar-track,
.message-view .message-box__body::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .message-box__body::-webkit-scrollbar-thumb,
.message-view .message-box__body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .message-box__footer,
.message-view .message-box__footer {
  border: 1px solid #dadfe3;
  border-radius: 5px;
  background-color: white;
  z-index: 2;
}

.message-screen .message-box__footer.focus,
.message-view .message-box__footer.focus {
  border: 1px solid #ff7f22;
}

.message-screen .message-box__message,
.message-view .message-box__message {
  border-bottom: 1px solid #dadfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.message-screen .message-box__message .form-control,
.message-view .message-box__message .form-control {
  border: none;
}

.message-screen .message-box #message-text,
.message-view .message-box #message-text {
  outline: none;
  border: none;
  width: 100%;
  padding: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  resize: none;
  height: 48px;
  max-height: 16rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  overflow-y: auto;
  z-index: 1;
}

.message-screen .message-box #message-text::-webkit-scrollbar,
.message-view .message-box #message-text::-webkit-scrollbar {
  width: 12px;
}

.message-screen .message-box #message-text::-webkit-scrollbar-track,
.message-view .message-box #message-text::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .message-box #message-text::-webkit-scrollbar-thumb,
.message-view .message-box #message-text::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .message-box #message-image,
.message-view .message-box #message-image {
  max-height: 90px;
  overflow-y: auto;
  overflow-y: auto;
  z-index: 1;
}

.message-screen .message-box #message-image::-webkit-scrollbar,
.message-view .message-box #message-image::-webkit-scrollbar {
  width: 12px;
}

.message-screen .message-box #message-image::-webkit-scrollbar-track,
.message-view .message-box #message-image::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .message-box #message-image::-webkit-scrollbar-thumb,
.message-view .message-box #message-image::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .message-box__actions,
.message-view .message-box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen .message-box__actions button,
.message-screen .message-box__actions .btn-icon,
.message-screen .message-box__actions .btn-icon--bold,
.message-screen .message-box__actions .btn-icon-bold,
.message-screen .message-box__actions .btn-icon-mini,
.message-screen .message-box__actions .btn-icon-supermini,
.message-screen .message-box__actions .btn-icon-tall,
.message-view .message-box__actions button,
.message-view .message-box__actions .btn-icon,
.message-view .message-box__actions .btn-icon--bold,
.message-view .message-box__actions .btn-icon-bold,
.message-view .message-box__actions .btn-icon-mini,
.message-view .message-box__actions .btn-icon-supermini,
.message-view .message-box__actions .btn-icon-tall {
  color: #171d25;
  -webkit-transition: .2s;
  transition: .2s;
}

.message-screen .message-box__actions button svg,
.message-screen .message-box__actions .btn-icon svg,
.message-screen .message-box__actions .btn-icon--bold svg,
.message-screen .message-box__actions .btn-icon-bold svg,
.message-screen .message-box__actions .btn-icon-mini svg,
.message-screen .message-box__actions .btn-icon-supermini svg,
.message-screen .message-box__actions .btn-icon-tall svg,
.message-view .message-box__actions button svg,
.message-view .message-box__actions .btn-icon svg,
.message-view .message-box__actions .btn-icon--bold svg,
.message-view .message-box__actions .btn-icon-bold svg,
.message-view .message-box__actions .btn-icon-mini svg,
.message-view .message-box__actions .btn-icon-supermini svg,
.message-view .message-box__actions .btn-icon-tall svg {
  -webkit-transition: .2s;
  transition: .2s;
}

.message-screen .message-box__actions .btn-icon:hover, .message-screen .message-box__actions .btn-icon--bold:hover, .message-screen .message-box__actions .btn-icon-bold:hover, .message-screen .message-box__actions .btn-icon-mini:hover, .message-screen .message-box__actions .btn-icon-supermini:hover, .message-screen .message-box__actions .btn-icon-tall:hover,
.message-view .message-box__actions .btn-icon:hover,
.message-view .message-box__actions .btn-icon--bold:hover,
.message-view .message-box__actions .btn-icon-bold:hover,
.message-view .message-box__actions .btn-icon-mini:hover,
.message-view .message-box__actions .btn-icon-supermini:hover,
.message-view .message-box__actions .btn-icon-tall:hover {
  color: #ff7f22;
}

.message-screen .message-box__actions .btn-icon:hover svg[fill='none'], .message-screen .message-box__actions .btn-icon--bold:hover svg[fill='none'], .message-screen .message-box__actions .btn-icon-bold:hover svg[fill='none'], .message-screen .message-box__actions .btn-icon-mini:hover svg[fill='none'], .message-screen .message-box__actions .btn-icon-supermini:hover svg[fill='none'], .message-screen .message-box__actions .btn-icon-tall:hover svg[fill='none'],
.message-view .message-box__actions .btn-icon:hover svg[fill='none'],
.message-view .message-box__actions .btn-icon--bold:hover svg[fill='none'],
.message-view .message-box__actions .btn-icon-bold:hover svg[fill='none'],
.message-view .message-box__actions .btn-icon-mini:hover svg[fill='none'],
.message-view .message-box__actions .btn-icon-supermini:hover svg[fill='none'],
.message-view .message-box__actions .btn-icon-tall:hover svg[fill='none'] {
  stroke: #ff7f22;
}

.message-screen .message-box__actions .btn-icon:hover svg[stroke='none'], .message-screen .message-box__actions .btn-icon--bold:hover svg[stroke='none'], .message-screen .message-box__actions .btn-icon-bold:hover svg[stroke='none'], .message-screen .message-box__actions .btn-icon-mini:hover svg[stroke='none'], .message-screen .message-box__actions .btn-icon-supermini:hover svg[stroke='none'], .message-screen .message-box__actions .btn-icon-tall:hover svg[stroke='none'],
.message-screen .message-box__actions .btn-icon:hover svg:not([fill='none']),
.message-screen .message-box__actions .btn-icon--bold:hover svg:not([fill='none']),
.message-screen .message-box__actions .btn-icon-bold:hover svg:not([fill='none']),
.message-screen .message-box__actions .btn-icon-mini:hover svg:not([fill='none']),
.message-screen .message-box__actions .btn-icon-supermini:hover svg:not([fill='none']),
.message-screen .message-box__actions .btn-icon-tall:hover svg:not([fill='none']),
.message-view .message-box__actions .btn-icon:hover svg[stroke='none'],
.message-view .message-box__actions .btn-icon--bold:hover svg[stroke='none'],
.message-view .message-box__actions .btn-icon-bold:hover svg[stroke='none'],
.message-view .message-box__actions .btn-icon-mini:hover svg[stroke='none'],
.message-view .message-box__actions .btn-icon-supermini:hover svg[stroke='none'],
.message-view .message-box__actions .btn-icon-tall:hover svg[stroke='none'],
.message-view .message-box__actions .btn-icon:hover svg:not([fill='none']),
.message-view .message-box__actions .btn-icon--bold:hover svg:not([fill='none']),
.message-view .message-box__actions .btn-icon-bold:hover svg:not([fill='none']),
.message-view .message-box__actions .btn-icon-mini:hover svg:not([fill='none']),
.message-view .message-box__actions .btn-icon-supermini:hover svg:not([fill='none']),
.message-view .message-box__actions .btn-icon-tall:hover svg:not([fill='none']) {
  fill: #ff7f22;
}

.message-screen .message-box #btn-send,
.message-view .message-box #btn-send {
  margin: 8px;
  margin-left: auto;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

.message-screen .message-box .files-list,
.message-view .message-box .files-list {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 6rem;
  padding-left: 2.4rem;
  height: 100%;
}

.message-screen .message-box .files-list.show,
.message-view .message-box .files-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-screen .message-box .files-list .list-group-item,
.message-view .message-box .files-list .list-group-item {
  display: grid;
  grid-template-columns: 30px auto minmax(90px, 120px) 30px;
  grid-template-areas: 'file-type-image file-name date menu';
  gap: 25px;
  padding: 9px 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px 0;
  border: none;
  border-radius: 0;
}

.message-screen .message-box .files-list .list-group-item .file-type-image,
.message-view .message-box .files-list .list-group-item .file-type-image {
  grid-area: file-type-image;
  width: 30px;
  height: 30px;
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=txt],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=txt] {
  background-image: url('/assets/icon/txt.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=xls],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=xls] {
  background-image: url('/assets/icon/xls.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=xlsx],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=xlsx] {
  background-image: url('/assets/icon/xlsx.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=csv],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=csv] {
  background-image: url('/assets/icon/csv.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=numbers],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=numbers] {
  background-image: url('/assets/icon/numbers.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=ppt],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=ppt] {
  background-image: url('/assets/icon/ppt.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=pptx],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=pptx] {
  background-image: url('/assets/icon/pptx.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=key],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=key] {
  background-image: url('/assets/icon/key.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=doc],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=doc] {
  background-image: url('/assets/icon/doc.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=docx],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=docx] {
  background-image: url('/assets/icon/docx.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=pages],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=pages] {
  background-image: url('/assets/icon/pages.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=pdf],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=pdf] {
  background-image: url('/assets/icon/pdf.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=png],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=png] {
  background-image: url('/assets/icon/png.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=jpeg],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=jpeg] {
  background-image: url('/assets/icon/jpeg.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=jpg],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=jpg] {
  background-image: url('/assets/icon/jpg.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=gif],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=gif] {
  background-image: url('/assets/icon/gif.png');
}

.message-screen .message-box .files-list .list-group-item .file-type-image[data-file-type=zip],
.message-view .message-box .files-list .list-group-item .file-type-image[data-file-type=zip] {
  background-image: url('/assets/icon/zip.png');
}

.message-screen .message-box .files-list .list-group-item .file-name,
.message-view .message-box .files-list .list-group-item .file-name {
  grid-area: file-name;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  display: inline-block;
  text-decoration: none;
}

.message-screen .message-box .files-list .list-group-item .file-name:hover,
.message-view .message-box .files-list .list-group-item .file-name:hover {
  text-decoration: underline;
}

.message-screen .message-box .files-list .list-group-item .date,
.message-view .message-box .files-list .list-group-item .date {
  grid-area: date;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.message-screen .message-box .files-list .list-group-item .menu,
.message-view .message-box .files-list .list-group-item .menu {
  grid-area: menu;
}

.message-screen .message-box .files-list .header,
.message-view .message-box .files-list .header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-left: 1px solid #42484f;
  border-right: 1px solid #42484f;
}

.message-screen .message-box .files-list .header .list-group-item,
.message-view .message-box .files-list .header .list-group-item {
  margin-top: 0;
  background-color: #42484f;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: initial;
}

.message-screen .message-box .files-list .header .list-group-item .file-name,
.message-screen .message-box .files-list .header .list-group-item .date,
.message-view .message-box .files-list .header .list-group-item .file-name,
.message-view .message-box .files-list .header .list-group-item .date {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #fff;
  text-decoration: none !important;
}

.message-screen .message-box .files-list .header .list-group-item svg,
.message-view .message-box .files-list .header .list-group-item svg {
  margin-left: 4px;
}

.message-screen .message-box .files-list .body,
.message-view .message-box .files-list .body {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #42484f;
  border-right: 1px solid #42484f;
  border-radius: 0;
  background-color: #f3f3f5;
  overflow-y: auto;
  z-index: 1;
}

.message-screen .message-box .files-list .body::-webkit-scrollbar,
.message-view .message-box .files-list .body::-webkit-scrollbar {
  width: 12px;
}

.message-screen .message-box .files-list .body::-webkit-scrollbar-track,
.message-view .message-box .files-list .body::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen .message-box .files-list .body::-webkit-scrollbar-thumb,
.message-view .message-box .files-list .body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen .message-box .files-list .body::-webkit-scrollbar-track,
.message-view .message-box .files-list .body::-webkit-scrollbar-track {
  background-color: #fff;
}

.message-screen .message-box .files-list button[data-bs-toggle='dropdown'].show svg,
.message-view .message-box .files-list button[data-bs-toggle='dropdown'].show svg {
  fill: #ff7f22;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.message__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50% !important;
  overflow: hidden;
  background-color: #c4c4c4;
  background-image: url('/assets/images/mypage.png');
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  position: relative;
}

.message__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message__detail {
  max-width: calc(100% - 4rem - 8px);
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
  margin-right: 8px;
}

.message__detail > * + * {
  margin-top: 2px;
}

.message__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #6e7379;
  -webkit-text-decoration-color: #6e7379;
          text-decoration-color: #6e7379;
}

.message__time {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #a8a8a7;
  margin-left: 8px;
  margin-right: 8px;
}

.message__content {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 12px 8px 12px;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
}

.message__content > * + * {
  margin-top: 7px;
}

.message__content a:not(.message__link-preview) {
  color: #4c66e4;
}

.message__link-preview {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #6e7379;
  padding-left: 10px;
  text-decoration: none;
}

.message__link-preview > * + * {
  margin-left: 8px;
}

.message__link-preview[data-file-type=txt] .message__file-image {
  background-image: url('/assets/icon/txt.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=xls] .message__file-image {
  background-image: url('/assets/icon/xls.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=xlsx] .message__file-image {
  background-image: url('/assets/icon/xlsx.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=csv] .message__file-image {
  background-image: url('/assets/icon/csv.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=numbers] .message__file-image {
  background-image: url('/assets/icon/numbers.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=ppt] .message__file-image {
  background-image: url('/assets/icon/ppt.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=pptx] .message__file-image {
  background-image: url('/assets/icon/pptx.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=key] .message__file-image {
  background-image: url('/assets/icon/key.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=doc] .message__file-image {
  background-image: url('/assets/icon/doc.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=docx] .message__file-image {
  background-image: url('/assets/icon/docx.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=pages] .message__file-image {
  background-image: url('/assets/icon/pages.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=pdf] .message__file-image {
  background-image: url('/assets/icon/pdf.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=png] .message__file-image {
  background-image: url('/assets/icon/png.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=jpeg] .message__file-image {
  background-image: url('/assets/icon/jpeg.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=jpg] .message__file-image {
  background-image: url('/assets/icon/jpg.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=gif] .message__file-image {
  background-image: url('/assets/icon/gif.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview[data-file-type=zip] .message__file-image {
  background-image: url('/assets/icon/zip.png');
  background-repeat: no-repeat;
  background-position: center;
}

.message__link-preview .message__product-image {
  height: 64px;
  width: 64px;
}

.message__link-preview .message__file-image {
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.message__link-preview.deleted .message__wrap-image-preview img {
  display: none;
}

.message__link-preview.deleted .message__wrap-image-preview:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: 'NO PHOTO';
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: center;
}

.message__wrap-image-preview {
  width: 6rem;
  height: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  background-color: #dbdbdf;
  position: relative;
}

.message__wrap-image-preview:empty:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: 'NO PHOTO';
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: center;
}

.message__file, .message__product {
  margin-top: auto;
  margin-bottom: auto;
}

.message__file-name, .message__product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #171d25;
  -webkit-text-decoration-color: #171d25;
          text-decoration-color: #171d25;
}

.message__file-size, .message__product-price {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #a8a8a7;
  -webkit-text-decoration-color: #a8a8a7;
          text-decoration-color: #a8a8a7;
}

.message.you {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.message.you .message__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

.message.you .message__content-box {
  margin-left: auto;
}

.message.you .message__content {
  border-radius: 10px 0 10px 10px;
}

.message.user-deleted .message__avatar img {
  display: none;
}

.filter-product .option-color .text {
  color: #eceff3;
}

.filter-product input[type='checkbox']:checked + span .text {
  color: #fff;
}

.filter-product .c-dropdown__result {
  color: #eceff3;
}

.filter-product .c-dropdown__item span {
  color: #eceff3;
}

/* stylelint-disable declaration-no-important */
.message-screen-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 64px);
  width: 100%;
}

.message-screen-v3 .message__btn-attach-item, .message-screen-v3 .message__btn-attach-item-group,
.message-screen-v3 .group__btn-attach-item,
.message-screen-v3 .group__btn-attach-item-group {
  min-height: 3.3rem;
  padding: 3px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #6e7379;
}

.message-screen-v3 .message__btn-attach-item span, .message-screen-v3 .message__btn-attach-item-group span,
.message-screen-v3 .group__btn-attach-item span,
.message-screen-v3 .group__btn-attach-item-group span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #6e7379;
}

.message-screen-v3 .head-bar {
  border-bottom: 1px solid #dadfe3;
  height: 4.8rem;
}

.message-screen-v3 .head-bar .project-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen-v3 .head-bar .project-name__input,
.message-screen-v3 .head-bar .project-name__display p {
  height: auto;
  padding: .2rem .8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  margin-left: 1.6rem;
  background-color: transparent;
}

.message-screen-v3 .head-bar .project-name__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen-v3 .head-bar .project-name__display p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.message-screen-v3 .head-bar .project-name__input {
  border-radius: 4px;
  border: 1px solid #dadfe3;
  width: 87rem;
}

.message-screen-v3 .head-bar .project-name__input:focus {
  border-color: #ff7f22;
  outline: none;
}

.message-screen-v3 .head-bar .project-name__input.hide, .message-screen-v3 .head-bar .project-name__display.hide {
  display: none;
}

.message-screen-v3 .head-bar .project-name__input::-moz-selection, .message-screen-v3 .head-bar .project-name__display::-moz-selection {
  background-color: #ffe0ca;
}

.message-screen-v3 .head-bar .project-name__input::selection, .message-screen-v3 .head-bar .project-name__display::selection {
  background-color: #ffe0ca;
}

.message-screen-v3 .head-bar .head-bar__menu {
  margin-left: 8px;
}

.message-screen-v3 .head-bar .joiner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.message-screen-v3 .head-bar .joiner .list-mini-avatar .mini-avatar:nth-child(n+6), .message-screen-v3 .head-bar .joiner .list-mini-avatar .avatar:nth-child(n+6) {
  display: none;
}

.message-screen-v3 > main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.message-screen-v3 > main .contact-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29rem;
          flex: 0 0 29rem;
  border-right: 1px solid #dadfe3;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 29rem;
}

.message-screen-v3 > main .contact-box > header {
  padding-left: 1.6rem;
  height: 4.8rem;
  padding-right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f5), to(#f3f3f5)), -webkit-gradient(linear, left bottom, left top, from(#42484f), to(#42484f)), #fff;
  background: linear-gradient(0deg, #f3f3f5, #f3f3f5), linear-gradient(0deg, #42484f, #42484f), #fff;
  border-bottom: 1px solid #dadfe3;
}

.message-screen-v3 > main .contact-box > header label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen-v3 > main .contact-box > header label span {
  margin-left: .8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #171d25;
}

.message-screen-v3 > main .contact-box > header .btn-add-contact {
  min-height: 3.2rem;
  padding: .4rem;
}

.message-screen-v3 > main .contact-box > header .btn-add-contact svg {
  margin-right: 0;
}

.message-screen-v3 > main .contact-box > main {
  position: relative;
  overflow-y: auto;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.message-screen-v3 > main .contact-box > main::-webkit-scrollbar {
  width: 12px;
}

.message-screen-v3 > main .contact-box > main::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen-v3 > main .contact-box > main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen-v3 > main .contact-box > main .contact-list {
  border-radius: 0;
  border: 0;
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.message-screen-v3 > main .contact-box > main .contact-list.hide {
  display: none;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 1.6rem;
  position: relative;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff2e9;
  border-left: 4px solid #ff7f22;
  display: none;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__checked {
  display: none;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__checked:checked + .contact__active {
  display: block;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__checked:checked ~ .contact__info .contact__name {
  font-weight: 700;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__badge {
  -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem;
  z-index: 1;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__badge .badge {
  background-color: #ff7f22;
  color: #fff;
  border-radius: 1rem;
  height: 2rem;
  min-width: 2rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 700;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__info {
  padding-left: .8rem;
  padding-right: .8rem;
  z-index: 1;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__input-name {
  height: auto;
  padding: .2rem .8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2rem;
  color: #171d25;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #dadfe3;
  width: 100%;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__input-name::-moz-selection {
  background-color: #ffe0ca;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__input-name::selection {
  background-color: #ffe0ca;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__input-name:focus {
  border-color: #ff7f22;
  outline: none;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__input-name.hide, .message-screen-v3 > main .contact-box > main .contact-list .contact__name.hide {
  display: none;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #6e7379;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact:hover .contact__menu .dropdown {
  visibility: visible;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact:hover {
  background-color: #f3f3f5;
  cursor: pointer;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__menu {
  margin-left: auto;
  visibility: hidden;
  z-index: 2;
}

.message-screen-v3 > main .contact-box > main .contact-list .contact__menu .dropdown button.show svg {
  fill: #ff7f22;
}

.message-screen-v3 > main .contact-box > main .empty {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.message-screen-v3 > main .contact-box > main .empty p {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #babec3;
}

.message-screen-v3 > main .contact-box > main .empty .btn-add-contact {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.message-screen-v3 > main .message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  position: relative;
}

.message-screen-v3 > main .message-box > header {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 4.8rem;
  min-height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f5), to(#f3f3f5)), -webkit-gradient(linear, left bottom, left top, from(#42484f), to(#42484f)), #fff;
  background: linear-gradient(0deg, #f3f3f5, #f3f3f5), linear-gradient(0deg, #42484f, #42484f), #fff;
  border-bottom: 1px solid #dadfe3;
}

.message-screen-v3 > main .message-box > header .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  margin-right: 16px;
}

.message-screen-v3 > main .message-box > header .email-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.message-screen-v3 > main .message-box > header .email-function .email {
  margin-right: 8px;
}

.message-screen-v3 > main .message-box > header .email-function .btn-copy-email {
  height: 28px;
  min-height: 28px;
  padding-left: 6px;
  padding-right: 6px;
}

.message-screen-v3 > main .message-box > header .joiner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.message-screen-v3 > main .message-box > header .joiner__btn-add {
  height: 31px;
  border-left: 1px solid #c5c9ce;
  margin-left: 8px;
  padding-left: 8px;
}

.message-screen-v3 > main .message-box > header .joiner .list-mini-avatar .mini-avatar:nth-child(n+6), .message-screen-v3 > main .message-box > header .joiner .list-mini-avatar .avatar:nth-child(n+6) {
  display: none;
}

.message-screen-v3 > main .message-box > main {
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1;
  position: relative;
}

.message-screen-v3 > main .message-box > main::-webkit-scrollbar {
  width: 12px;
}

.message-screen-v3 > main .message-box > main::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen-v3 > main .message-box > main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen-v3 > main .message-box > main .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 1.6rem;
}

.message-screen-v3 > main .message-box > main .message__user-avatar {
  -ms-flex-preferred-size: 5.3rem;
      flex-basis: 5.3rem;
  background-color: #42484f;
}

.message-screen-v3 > main .message-box > main .message__detail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.message-screen-v3 > main .message-box > main .message__content {
  padding: 0;
  background-color: transparent;
  display: block;
}

.message-screen-v3 > main .message-box > main .message__content + .attached-items {
  margin-top: 1.6rem;
}

.message-screen-v3 > main .message-box > main .message__content ul {
  margin-top: 0;
  list-style: inside;
}

.message-screen-v3 > main .message-box > main .message__time {
  margin-left: auto;
  margin-right: 0;
}

.message-screen-v3 > main .message-box > main .message__list-readed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen-v3 > main .message-box > main .message .attached-items {
  padding-bottom: 1.2rem;
}

.message-screen-v3 > main .message-box > main .message .list-mini-avatar {
  margin-left: 8px;
}

.message-screen-v3 > main .message-box > main .message .list-mini-avatar .mini-avatar:nth-child(n+6), .message-screen-v3 > main .message-box > main .message .list-mini-avatar .avatar:nth-child(n+6) {
  display: none;
}

.message-screen-v3 > main .message-box > main .message + .message__start-unread-line {
  margin-top: -1px;
}

.message-screen-v3 > main .message-box > main .message__start-unread-line {
  width: 100%;
  height: 1px;
  background-color: #ff7f22;
  margin-top: 12px;
  position: relative;
}

.message-screen-v3 > main .message-box > main .message__start-unread-line .badge {
  height: 2.5rem;
  min-width: 2.5rem;
  background-color: #ff7f22;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: .3rem 1.4rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.message-screen-v3 > main .message-box > main .message.hightlight {
  background-color: #ffe0ca;
}

.message-screen-v3 > main .message-box > main .message.unread .message__unread-bullet {
  width: 12px;
  height: 12px;
  background-color: #ff7f22;
  border-radius: 50%;
  margin-left: 8px;
}

.message-screen-v3 > main .message-box > main .message-list--empty + .empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-screen-v3 > main .message-box > main .empty {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.message-screen-v3 > main .message-box > main .empty p {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #babec3;
}

.message-screen-v3 > main .message-box > main .empty .btn-add-message {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  margin-top: 2.4rem;
}

.message-screen-v3 > main .message-box > main .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.message-screen-v3 > main .message-box .attached-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.message-screen-v3 > main .message-box .attached-items .item {
  width: 18.6rem;
  height: 8.1rem;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.6rem;
          flex: 0 0 18.6rem;
  padding: .8rem .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: .5rem;
  margin-top: 1.2rem;
  margin-right: .5rem;
  background-color: #fcfcfc;
  color: #2f80ed;
}

.message-screen-v3 > main .message-box .attached-items .item:first-child {
  margin-left: 0;
}

.message-screen-v3 > main .message-box .attached-items .item__preview {
  margin-right: 1.2rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
}

.message-screen-v3 > main .message-box .attached-items .item__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.message-screen-v3 > main .message-box .attached-items .item__preview[data-type='file'] img {
  width: 40px;
}

.message-screen-v3 > main .message-box .attached-items .item__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  color: #2f80ed;
}

.message-screen-v3 > main .message-box .attached-items .item__btn-remove {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #dc3545;
  border-radius: 50%;
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .8;
  display: none;
}

.message-screen-v3 > main .message-box .attached-items .item__btn-remove:before {
  content: '+';
  color: #fff;
  line-height: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -2px;
}

.message-screen-v3 > main .message-box > footer {
  margin: 1rem;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.message-screen-v3 > main .message-box > footer:focus-within {
  border: 1px solid #ff7f22;
}

.message-screen-v3 > main .message-box > footer .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .4rem .8rem .3rem .8rem;
  border-top: 1px solid #dadfe3;
}

.message-screen-v3 > main .message-box > footer #btn-select-product {
  margin-right: 1.6rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-screen-v3 > main .message-box > footer #btn-attach-file {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #171d25;
}

.message-screen-v3 > main .message-box > footer .input-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 64px - 4.8rem - 4.8rem - 4rem - 1rem * 2 - 2px);
}

.message-screen-v3 > main .message-box > footer .input-message .message-text {
  margin-top: 1.1rem;
  margin-left: 1.2rem;
  margin-right: .6rem;
  border: none;
  outline: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  resize: none;
  max-height: 45rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  overflow-y: auto;
  z-index: 1;
}

.message-screen-v3 > main .message-box > footer .input-message .message-text::-webkit-scrollbar {
  width: 12px;
}

.message-screen-v3 > main .message-box > footer .input-message .message-text::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen-v3 > main .message-box > footer .input-message .message-text::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen-v3 > main .message-box > footer .input-message .count-char {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  color: #6e7379;
  margin-right: 1.2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.message-screen-v3 > main .message-box > footer .input-message .attached-items {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  padding-bottom: 1.1rem;
}

.message-screen-v3 > main .message-box > footer .input-message .attached-items .item {
  text-decoration: none;
}

.message-screen-v3 > main .message-box > footer .input-message .attached-items .item:hover .item__btn-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-screen-v3 > main .message-box > footer #btn-send {
  background-color: #ff7f22;
  border-radius: 6px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border: none;
  padding-left: 0 12px;
  height: 32px;
}

.message-screen-v3 > main .message-box > footer #btn-send svg {
  margin-right: 8px;
}

.message-screen-v3 > main .message-box > .drop-file {
  display: none;
  position: absolute;
  top: 4.8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 4.8rem);
  background-color: #171d25;
  opacity: .7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: white;
}

.message-screen-v3 > main .message-box > .drop-file.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-screen-v3 > main .message-box > .drop-file:before {
  content: 'ここにファイルをドロップすると\Aメッセージにファイルを添付できます。';
  text-align: center;
  white-space: pre-wrap;
}

.message-screen-v3 > main .message-box > .drop-file:after {
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  content: '';
  border: 2px dashed white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.message-screen-v3 .dropdown-menu {
  border-radius: 1rem;
  padding: 1.2rem 0;
}

.message-screen-v3 .dropdown-item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.message-screen-v3 .joiner {
  min-height: 3.3rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
}

.message-screen-v3 .joiner__btn-add {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #6e7379;
  outline: none;
}

.message-screen-v3 .joiner__btn-add svg {
  margin-right: .5rem;
}

.tooltip-list-readed-message {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tooltip-list-readed-message .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #dadfe3;
  margin-bottom: 2px;
}

.tooltip-list-readed-message .title:nth-child(n+2) {
  margin-top: 16px;
}

.tooltip-list-readed-message .name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.message-screen-v3 ~ .modal-add-file .modal-body,
.message-screen-v3 ~ .modal-add-file-global .modal-body,
.project-list-screen-v3 ~ .modal-add-file .modal-body,
.project-list-screen-v3 ~ .modal-add-file-global .modal-body {
  padding: 0;
}

.message-screen-v3 ~ .modal-add-file .modal-content,
.message-screen-v3 ~ .modal-add-file-global .modal-content,
.project-list-screen-v3 ~ .modal-add-file .modal-content,
.project-list-screen-v3 ~ .modal-add-file-global .modal-content {
  min-height: 100%;
}

.message-screen-v3 ~ .modal-add-file .loading-spinner,
.message-screen-v3 ~ .modal-add-file-global .loading-spinner,
.project-list-screen-v3 ~ .modal-add-file .loading-spinner,
.project-list-screen-v3 ~ .modal-add-file-global .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.message-screen-v3 ~ .modal-guess-project .modal-body,
.message-screen-v3 ~ .modal-project-admin .modal-body,
.project-list-screen-v3 ~ .modal-guess-project .modal-body,
.project-list-screen-v3 ~ .modal-project-admin .modal-body {
  padding: 32px 40px;
}

.message-screen-v3 ~ .modal-guess-project .c-dropdown__menu,
.message-screen-v3 ~ .modal-guess-project .chips__suggestion,
.message-screen-v3 ~ .modal-project-admin .c-dropdown__menu,
.message-screen-v3 ~ .modal-project-admin .chips__suggestion,
.project-list-screen-v3 ~ .modal-guess-project .c-dropdown__menu,
.project-list-screen-v3 ~ .modal-guess-project .chips__suggestion,
.project-list-screen-v3 ~ .modal-project-admin .c-dropdown__menu,
.project-list-screen-v3 ~ .modal-project-admin .chips__suggestion {
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 8px;
  background-color: #171d25;
}

.message-screen-v3 ~ .modal-guess-project .default-table,
.message-screen-v3 ~ .modal-project-admin .default-table,
.project-list-screen-v3 ~ .modal-guess-project .default-table,
.project-list-screen-v3 ~ .modal-project-admin .default-table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-top: 16px;
}

.message-screen-v3 ~ .modal-guess-project .default-table thead,
.message-screen-v3 ~ .modal-project-admin .default-table thead,
.project-list-screen-v3 ~ .modal-guess-project .default-table thead,
.project-list-screen-v3 ~ .modal-project-admin .default-table thead {
  height: 48px;
}

.message-screen-v3 ~ .modal-guess-project th:nth-child(1),
.message-screen-v3 ~ .modal-guess-project td:nth-child(1),
.project-list-screen-v3 ~ .modal-guess-project th:nth-child(1),
.project-list-screen-v3 ~ .modal-guess-project td:nth-child(1) {
  width: 56px;
}

.message-screen-v3 ~ .modal-guess-project th:nth-child(2),
.message-screen-v3 ~ .modal-guess-project td:nth-child(2),
.project-list-screen-v3 ~ .modal-guess-project th:nth-child(2),
.project-list-screen-v3 ~ .modal-guess-project td:nth-child(2) {
  width: 135px;
}

.message-screen-v3 ~ .modal-guess-project th:nth-child(4),
.message-screen-v3 ~ .modal-guess-project td:nth-child(4),
.project-list-screen-v3 ~ .modal-guess-project th:nth-child(4),
.project-list-screen-v3 ~ .modal-guess-project td:nth-child(4) {
  width: 50px;
}

.message-screen-v3 ~ .modal-guess-project .chips__body,
.project-list-screen-v3 ~ .modal-guess-project .chips__body {
  overflow-y: auto;
  z-index: 1;
  overflow: auto;
  max-height: 200px;
}

.message-screen-v3 ~ .modal-guess-project .chips__body::-webkit-scrollbar,
.project-list-screen-v3 ~ .modal-guess-project .chips__body::-webkit-scrollbar {
  width: 12px;
}

.message-screen-v3 ~ .modal-guess-project .chips__body::-webkit-scrollbar-track,
.project-list-screen-v3 ~ .modal-guess-project .chips__body::-webkit-scrollbar-track {
  background: inherit;
}

.message-screen-v3 ~ .modal-guess-project .chips__body::-webkit-scrollbar-thumb,
.project-list-screen-v3 ~ .modal-guess-project .chips__body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.message-screen-v3 ~ .modal-guess-project .chips__suggestion,
.project-list-screen-v3 ~ .modal-guess-project .chips__suggestion {
  overflow: hidden;
}

.message-screen-v3 ~ .modal-guess-project .chips .chip,
.project-list-screen-v3 ~ .modal-guess-project .chips .chip {
  border: 1px solid #171d25;
  background-color: transparent;
  padding: 3px 8px;
}

.message-screen-v3 ~ .modal-guess-project .chips .chip__text,
.project-list-screen-v3 ~ .modal-guess-project .chips .chip__text {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.message-screen-v3 ~ .modal-guess-project .chips .chip__remove,
.project-list-screen-v3 ~ .modal-guess-project .chips .chip__remove {
  color: #171d25;
}

.message-screen-v3 ~ .modal-guess-project .chips .chip .avatar,
.project-list-screen-v3 ~ .modal-guess-project .chips .chip .avatar {
  width: 2.4rem;
  height: 2.4rem;
}

.message-screen-v3 ~ .modal-guess-project .chips .chip--error .avatar,
.project-list-screen-v3 ~ .modal-guess-project .chips .chip--error .avatar {
  width: 1.6rem;
  height: 1.6rem;
}

.message-screen-v3 ~ .modal-guess-project .chips .chip--preparing-to-remove,
.project-list-screen-v3 ~ .modal-guess-project .chips .chip--preparing-to-remove {
  border-color: #171d25;
  background-color: #dbdbdf;
}

.message-screen-v3 ~ .modal-guess-project .btn-add-to-guest-list,
.project-list-screen-v3 ~ .modal-guess-project .btn-add-to-guest-list {
  height: 48px;
}

.message-screen-v3 ~ .modal-guess-project .dropdown-guest-list,
.project-list-screen-v3 ~ .modal-guess-project .dropdown-guest-list {
  margin-right: 16px;
  width: 100%;
}

.message-screen-v3 ~ .modal-project-admin th:nth-child(1),
.message-screen-v3 ~ .modal-project-admin td:nth-child(1),
.project-list-screen-v3 ~ .modal-project-admin th:nth-child(1),
.project-list-screen-v3 ~ .modal-project-admin td:nth-child(1) {
  width: 54px;
}

.message-screen-v3 ~ .modal-project-admin th:nth-child(2),
.message-screen-v3 ~ .modal-project-admin td:nth-child(2),
.project-list-screen-v3 ~ .modal-project-admin th:nth-child(2),
.project-list-screen-v3 ~ .modal-project-admin td:nth-child(2) {
  width: 135px;
}

.message-screen-v3 ~ .modal-project-admin th:nth-child(4),
.message-screen-v3 ~ .modal-project-admin td:nth-child(4),
.project-list-screen-v3 ~ .modal-project-admin th:nth-child(4),
.project-list-screen-v3 ~ .modal-project-admin td:nth-child(4) {
  width: 50px;
}

.joiner {
  border-radius: 1rem;
  border: 1px solid #c5c9ce;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.8rem;
  padding: 8px 10px;
  margin-right: 16px;
  background-color: #fff;
  min-width: 62px;
}

.joiner__label {
  position: absolute;
  top: -5px;
  left: 14px;
  color: #6e7379;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  background-color: #fff;
}

.joiner__count {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #8a8f94;
  margin-left: 6px;
}

.joiner__empty {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #babfc3;
}

.joiner button {
  background-color: transparent;
  border: none;
}

.mini-avatar, .avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mini-avatar:first-child, .avatar:first-child {
  margin-left: 0;
}

.mini-avatar img, .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar {
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
}

.user-with-mini-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-with-mini-avatar p {
  font-size: 9px;
  font-weight: 700;
  margin-left: 2px;
  color: #6e7379;
}

.modal-action.modal-fullscreen .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-action.modal-fullscreen .modal-dialog {
  max-width: 1366px;
  height: calc(100vh - 64px);
  margin-bottom: 0;
  margin-top: 64px;
}

.modal-action .button-close {
  top: -27px;
  right: 24px;
  position: absolute;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  pointer-events: all;
}

.modal-action .button-close:before, .modal-action .button-close:after {
  width: 1.5px;
  height: 14px;
  background-color: #f2f2f2;
  content: '';
  top: 0;
  left: 6px;
  position: absolute;
}

.modal-action .button-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-action .button-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-action .button-close:hover {
  cursor: pointer;
}

.modal-action .modal-content {
  padding: 0;
  border-radius: 24px;
}

.modal-action .modal-body {
  background-color: #f3f3f5;
}

.modal-action .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.modal-action .modal-header .btn-close {
  font-size: 10px;
  z-index: 1;
  position: initial;
}

.modal-action .modal-title {
  margin: 0;
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
  background-color: #fff;
}

.modal-action .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f5;
  height: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-action .tab-group__item {
  margin-left: 24px;
}

.modal-action .tab-group__item:first-child {
  margin-left: 0;
}

.modal-action .tab-group__item label.btn {
  padding: 4px 16px;
  border: none;
  border-radius: 14px;
}

.modal-action button {
  font-weight: 700;
}

.modal-action .table-file-list .btn-go-to-message,
.modal-action .table-file-list-global .btn-go-to-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.modal-action .table-file-list .file-link,
.modal-action .table-file-list-global .file-link {
  text-decoration: none;
}

.modal-action .table-file-list .file-link:hover,
.modal-action .table-file-list-global .file-link:hover {
  color: #2e343b;
  text-decoration: underline;
}

.modal-action .table-file-list .dropdown button,
.modal-action .table-file-list .dropdown a,
.modal-action .table-file-list-global .dropdown button,
.modal-action .table-file-list-global .dropdown a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.modal-action .table-file-list tbody,
.modal-action .table-file-list-global tbody {
  background-color: #fff;
}

.modal-action .table-file-list tbody tr:hover,
.modal-action .table-file-list-global tbody tr:hover {
  background-color: #eceff3;
}

.modal-action .table-file-list tbody td:nth-child(2),
.modal-action .table-file-list-global tbody td:nth-child(2) {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.modal-action .table-file-list tbody td:nth-child(2) p,
.modal-action .table-file-list-global tbody td:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.modal-action .table-file-list tbody td:nth-child(3),
.modal-action .table-file-list-global tbody td:nth-child(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #2e343b;
}

.modal-action .table-file-list tbody td:nth-child(3) p,
.modal-action .table-file-list-global tbody td:nth-child(3) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.modal-action .table-file-list tbody td:nth-child(4),
.modal-action .table-file-list-global tbody td:nth-child(4) {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
}

.modal-action .table-file-list th:nth-child(1),
.modal-action .table-file-list td:nth-child(1),
.modal-action .table-file-list-global th:nth-child(1),
.modal-action .table-file-list-global td:nth-child(1) {
  width: 54px;
}

.modal-action .table-file-list th:nth-child(3),
.modal-action .table-file-list td:nth-child(3),
.modal-action .table-file-list-global th:nth-child(3),
.modal-action .table-file-list-global td:nth-child(3) {
  width: 180px;
}

.modal-action .table-file-list th:nth-child(4),
.modal-action .table-file-list td:nth-child(4),
.modal-action .table-file-list-global th:nth-child(4),
.modal-action .table-file-list-global td:nth-child(4) {
  width: 185px;
}

.modal-action .table-file-list th:nth-child(5),
.modal-action .table-file-list td:nth-child(5),
.modal-action .table-file-list-global th:nth-child(5),
.modal-action .table-file-list-global td:nth-child(5) {
  width: 162px;
}

.modal-action .table-file-list th:nth-child(6),
.modal-action .table-file-list td:nth-child(6),
.modal-action .table-file-list-global th:nth-child(6),
.modal-action .table-file-list-global td:nth-child(6) {
  width: 56px;
}

.modal-action .table-file-list-global tbody td:nth-child(2) {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.modal-action .table-file-list-global tbody td:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.modal-action .table-file-list-global tbody td:nth-child(3) {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.modal-action .table-file-list-global tbody td:nth-child(3) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.modal-action .table-file-list-global tbody td:nth-child(4) {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #2e343b;
}

.modal-action .table-file-list-global tbody td:nth-child(4) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.modal-action .table-file-list-global tbody td:nth-child(5) {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
}

.modal-action .table-file-list-global th:nth-child(1),
.modal-action .table-file-list-global td:nth-child(1) {
  width: 54px;
}

.modal-action .table-file-list-global th:nth-child(3),
.modal-action .table-file-list-global td:nth-child(3) {
  width: 140px;
}

.modal-action .table-file-list-global th:nth-child(4),
.modal-action .table-file-list-global td:nth-child(4) {
  width: 180px;
}

.modal-action .table-file-list-global th:nth-child(5),
.modal-action .table-file-list-global td:nth-child(5) {
  width: 185px;
}

.modal-action .table-file-list-global th:nth-child(6),
.modal-action .table-file-list-global td:nth-child(6) {
  width: 162px;
}

.modal-action .table-file-list-global th:nth-child(7),
.modal-action .table-file-list-global td:nth-child(7) {
  width: 56px;
}

.modal-action .default-table {
  table-layout: fixed;
}

.modal-action .default-table thead {
  background-color: #42484f;
}

.modal-action .default-table thead th {
  color: #dbdbdf;
  padding: .9rem 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.modal-action .default-table tbody {
  border-top: 0;
}

.modal-action .default-table tbody td {
  padding: .8rem 1.2rem;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f5;
  color: inherit;
  background-color: #fff;
}

.modal-action .default-table th,
.modal-action .default-table td {
  vertical-align: middle;
}

.modal-noti {
  text-align: center;
  z-index: 1065;
}

.modal-noti .modal-header {
  padding: 0;
  border: 0;
}

.modal-noti .modal-header .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 10px;
  z-index: 10;
}

.modal-noti .modal-body {
  padding: 0 3.2rem 1.6rem 3.2rem;
}

.modal-noti .modal-body svg {
  margin-top: 26px;
}

.modal-noti .modal-body svg + .title {
  margin-top: 24px;
}

.modal-noti .modal-footer {
  padding: 1.6rem 3.2rem 3.2rem 3.2rem;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -.6rem;
  margin-right: -.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-noti .modal-footer button {
  height: 4.8rem;
  margin: 0 .6rem;
  -ms-flex-preferred-size: calc(50% - 1.2rem);
      flex-basis: calc(50% - 1.2rem);
  font-weight: 500;
}

.modal-noti .title {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  margin-bottom: 1.6rem;
  margin-top: 32px;
}

.modal-noti .content {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.modal-noti .more {
  color: #95999c;
}

.list-mini-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 98px;
}

.list-mini-avatar .mini-avatar:nth-child(6), .list-mini-avatar .avatar:nth-child(6) {
  margin-left: 10px;
}

.list-mini-avatar .mini-avatar:nth-child(n+6), .list-mini-avatar .avatar:nth-child(n+6) {
  margin-top: -10px;
}

.list-mini-avatar .mini-avatar:nth-child(n+11), .list-mini-avatar .avatar:nth-child(n+11) {
  display: none;
}

/* stylelint-disable declaration-no-important */
.temp-storage {
  display: none;
  width: calc(100% - 2 * 60px);
  max-width: 2560px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 88px;
  color: #fff;
  background-color: #000;
  -webkit-filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.3));
  grid-gap: 1px;
  grid-template-rows: repeat(3, 60px) 23px 60px;
  grid-template-columns: 60px auto 121px;
  grid-template-areas: 'header header pagination' 'area-sort products products' 'area-filter products products' 'area-count products products' 'area-delete products products';
  z-index: 100;
}

.temp-storage.show {
  display: grid;
}

.temp-storage--drag {
  -webkit-box-shadow: 0 0 0 2px #ff7f22;
          box-shadow: 0 0 0 2px #ff7f22;
}

.temp-storage ul,
.temp-storage li {
  list-style: none;
}

.temp-storage p {
  margin: 0;
}

.temp-storage__header {
  grid-area: header;
  background-color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  padding-left: 20px;
}

.temp-storage__header span {
  line-height: 60px;
}

.temp-storage #btn-close-temp-storage {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  bottom: 0;
  right: 0;
  grid-area: area-close;
  color: #6e7379;
  font-size: 18px;
  background-color: #f3f3f5;
  z-index: 15;
}

.temp-storage__area-sort {
  grid-area: area-sort;
}

.temp-storage__area-filter {
  grid-area: area-filter;
}

.temp-storage__area-count {
  grid-area: area-count;
  background-color: #171d25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.temp-storage__area-count .count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.temp-storage__area-count .description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #a8a8a7;
}

.temp-storage__area-delete {
  grid-area: area-delete;
}

.temp-storage__btn {
  width: 60px;
  height: 60px;
  background-color: #171d25;
  cursor: pointer;
  border-radius: 0 !important;
  border: none;
}

.temp-storage__btn:hover {
  background-color: #2e343b;
}

.temp-storage__btn.disabled {
  opacity: 1 !important;
}

.temp-storage__btn.disabled svg {
  stroke: #6e7379;
}

.temp-storage__btn svg {
  width: 18px;
  height: 18px;
  stroke: #f3f3f5;
}

.temp-storage #btn-delete-temp-storage svg {
  fill: #eceff3;
}

.temp-storage #btn-delete-temp-storage.disabled {
  background-color: #000 !important;
  opacity: 1;
}

.temp-storage #btn-sort-temp-storage svg,
.temp-storage #btn-filter-temp-storage svg {
  fill: #eceff3;
}

.temp-storage #btn-sort-temp-storage.selected svg,
.temp-storage #btn-filter-temp-storage.selected svg {
  fill: #ff7f22;
  stroke: #ff7f22;
}

.temp-storage__pagination {
  grid-area: pagination;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #171d25;
}

.temp-storage__pagination > * + * {
  margin-left: 1px;
}

.temp-storage__btn-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.temp-storage__btn-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.temp-storage__products {
  grid-area: products;
  overflow-x: hidden;
  background-color: #171d25;
}

.temp-storage__popup {
  z-index: 20;
}

.temp-storage__popup.show {
  display: block !important;
}

.temp-storage .popup-sort {
  position: absolute;
  top: 70px;
  left: 70px;
  background-color: #2e343b;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  display: none;
}

.temp-storage .popup-sort__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #c5c9ce;
  padding: 15px 30px;
}

.temp-storage .popup-sort__option {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #eceff3;
  display: block;
  padding: 15px 40px;
  cursor: pointer;
}

.temp-storage .popup-sort__option:hover {
  background-color: #42484f;
}

.temp-storage .popup-sort__option input {
  display: none;
}

.temp-storage .popup-sort__option input:checked ~ span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #fff;
  border-left: 2px solid #ff7f22;
}

.temp-storage .popup-sort__option span {
  padding-left: 8px;
  border-left: 2px solid transparent;
}

.temp-storage .popup-sort__option span:before {
  content: attr(data-text);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.temp-storage .popup-filter {
  position: absolute;
  top: 70px;
  left: 70px;
  background-color: #2e343b;
  display: none;
  padding: 20px;
  width: calc(100% - 80px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.temp-storage .popup-filter__title {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #dadfe3;
}

.temp-storage .popup-filter__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #a8a8a7;
  margin-bottom: 6px;
}

.temp-storage .popup-filter__input {
  border-bottom: 1px solid #8a8f94;
  margin: 0 !important;
  margin-top: 10px !important;
}

.temp-storage .popup-filter__input input {
  color: #eceff3;
  background-color: #2e343b;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
}

.temp-storage .popup-filter__input button {
  z-index: 1;
}

.temp-storage .popup-filter__dropdown.show [data-dropdown='select'] {
  display: block;
}

.temp-storage .popup-filter__actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.temp-storage .popup-filter__actions > * + * {
  margin-left: 20px;
}

.temp-storage .popup-filter__actions .btn {
  width: 160px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.temp-storage .popup-filter__select {
  max-height: 250px;
  overflow-y: overlay;
}

.temp-storage .popup-filter__select::-webkit-scrollbar {
  width: 10px;
  right: -5px;
}

.temp-storage .popup-filter__select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 10px transparent;
}

.temp-storage .popup-filter__select::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px #171d25;
          box-shadow: inset 0 0 14px 14px #171d25;
  border-radius: 20px;
  border: solid 4px transparent;
}

.temp-storage .products-list {
  padding: 12px 0;
}

.temp-storage .products-list__product {
  position: relative;
}

.temp-storage .products-list__btn-product-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  background-color: #42484f;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.5H11C10.7239 5.5 10.5 5.72386 10.5 6V7H13.5V6C13.5 5.72386 13.2761 5.5 13 5.5ZM15 7V6C15 4.89543 14.1046 4 13 4H11C9.89543 4 9 4.89543 9 6V7H7.50443H6H4.75C4.33579 7 4 7.33579 4 7.75C4 8.16421 4.33579 8.5 4.75 8.5H6.11538L6.85795 18.1534C6.93811 19.1954 7.80699 20 8.85206 20H15.1479C16.193 20 17.0619 19.1954 17.142 18.1534L17.8846 8.5H19.25C19.6642 8.5 20 8.16421 20 7.75C20 7.33579 19.6642 7 19.25 7H18H16.4956H15ZM16.3802 8.5H15H13.5H10.5H9H7.61982L8.35353 18.0383C8.37357 18.2988 8.59079 18.5 8.85206 18.5H15.1479C15.4092 18.5 15.6264 18.2988 15.6465 18.0383L16.3802 8.5Z' fill='%23C5C9CE'/%3E%3C/svg%3E%0A");
  display: none;
  z-index: 5;
}

.temp-storage .products-list__btn-product-remove:hover {
  background-color: #6e7379;
}

.temp-storage .products-list__product-wrap:hover .products-list__btn-product-remove,
.temp-storage .products-list .products-list__product-wrap--active .products-list__btn-product-remove {
  display: block;
}

.product-search .breadcrumb-wrapper {
  padding: 12px 60px;
  background-color: #eceff3;
}

.product-search .breadcrumb {
  margin: 0;
}

.product-search .breadcrumb-item {
  color: #171d25;
}

.product-search .redirect-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 8px 12px;
}

#navbarSupportedContent .page {
  color: #171d25;
  text-decoration: none;
  margin-right: 24px;
}

#navbarSupportedContent .page:hover .page__icon svg, #navbarSupportedContent .page.active .page__icon svg {
  fill: #ff7f22;
}

#navbarSupportedContent .page:hover .page__name, #navbarSupportedContent .page.active .page__name {
  color: #ff7f22;
}

#navbarSupportedContent .page__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  cursor: pointer;
}

#navbarSupportedContent .page__icon {
  margin-right: 4px;
}

#navbarSupportedContent .page__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.2rem;
}

#navbarSupportedContent .page__children {
  margin-top: 5px !important;
  background-color: #fff;
  padding: 26px 24px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  z-index: 10;
  width: 868px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#navbarSupportedContent .page__children.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navbarSupportedContent .page__child {
  background-color: transparent;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3);
  padding-left: 16px;
  padding-right: 16px;
}

#navbarSupportedContent .page__child a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #171d25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

#navbarSupportedContent .page__child a:hover {
  text-decoration: underline;
}

#navbarSupportedContent .page__child label {
  cursor: pointer;
}

.product-search .head-content {
  border-bottom: 1px solid #fff;
}

.product-search .main {
  display: grid;
  grid-template-columns: 280px auto;
  background-color: #fff;
}

.product-search .search-box {
  display: inline-block;
  background-color: #fff;
  max-height: calc(100vh - 64px);
  z-index: 2;
  position: sticky;
  top: calc(40px + 40px);
  border-right: 1px solid #dadfe3;
}

.product-search--normal .search-box {
  margin: 24px 0 0 8px;
  border-right: none;
  max-height: unset !important;
}

.product-search--normal .search-box main {
  border: 1px solid #dadfe3;
  border-radius: 8px;
}

.product-search .search-box main {
  max-height: 100%;
  overflow-y: auto;
  z-index: 1;
}

.product-search .search-box main::-webkit-scrollbar {
  width: 12px;
}

.product-search .search-box main::-webkit-scrollbar-track {
  background: inherit;
}

.product-search .search-box main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product-search .search-box main .input-search {
  padding-left: 24px;
  padding-right: 4px;
}

.product-search .search-box .header {
  padding-bottom: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-search .search-box .header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #171d25;
}

.product-search .search-box .header-clear button {
  padding: 0;
  color: #ff7f22;
}

.product-search .search-box .filter {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  display: none;
  padding-left: 16px;
  padding-right: 4px;
}

.product-search .search-box .filter.show {
  display: block;
}

.product-search .search-box .filter.show + .header .header-clear {
  display: none;
}

.product-search .search-box .filter__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-size: 1.5rem;
  color: #171d25;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-search .search-box .filter__title .header-clear .btn {
  font-size: 1.3rem;
  font-weight: 500;
}

.product-search .search-box .filter__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #171d25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-search .search-box .filter__group {
  padding-top: .9rem;
  padding-bottom: .9rem;
  display: none;
}

.product-search .search-box .filter__group:not(:last-child) {
  border-bottom: 1px solid #c5c9ce;
}

.product-search .search-box .filter__group:first-child {
  padding-top: calc(1.5rem + .9rem);
}

.product-search .search-box .filter__group:last-child {
  padding-bottom: calc(1.5rem + .9rem);
}

.product-search .search-box .filter__group.show {
  display: block;
}

.product-search .search-box .filter__group.line-bottom {
  border-bottom: 1px solid #000;
}

.product-search .search-box .filter__group[data-target-id='#filter-group-brand'] .filter__option {
  font-weight: 500;
}

.product-search .search-box .filter__body {
  background-color: #eceff3;
  padding-left: 15px;
  padding-right: 12px;
}

.product-search .search-box .filter__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-search .search-box .filter__option .brand__name {
  max-width: 81%;
}

.product-search .search-box .filter__option p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
  margin-bottom: .6rem;
}

.product-search .search-box .filter .btn.btn-close {
  font-size: 10px;
}

/* .product-search .search-box .search-container {
  padding-bottom: 24px;
} */

.product-search .search-box .search-container.search-free-text {
  padding: 8px;
  background-color: #F3F3F5;
  margin-bottom: 24px;
}

.product-search .search-box .search-control.active .search__input-border {
  border-color: #ff7f22;
}

.product-search .search-box .search-container.search-free-text  .search-control .search__input-control {
  padding-left: 36px;
  padding-right: 0;
  background-color: white;
}

.product-search .search-box .search-control .search__input-control {
  width: 100%;
  padding-right: 40px;
  position: relative;
}

.product-search .search-box .search-free-text  .search-control .search__input {
  border: 0;
  padding-right: 12px;
  padding-left: 4px;
}

.product-search .search-box .search-control .search__input {
  border: 0;
  padding-right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.product-search .search-box .search-control .search__input:focus + .search__input-border {
  border-color: #ff7f22;
}

.product-search .search-box .search-control .search__input-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid #dadfe3;
  border-radius: 4px;
}

.product-search .search-box .search-free-text  .search-control .search__button {
  position: absolute;
  top: 12px;
  left: 12px;
}

.product-search .search-box .search-control .search__button {
  position: absolute;
  top: 12px;
  right: 10px;
}

.product-search .search-box .search-control .search__suggestion {
  max-height: 300px;
  border: 1px solid #dadfe3;
  border-radius: 4px;
  z-index: 1;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  z-index: 1;
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.16);
  display: none;
}

.product-search .search-box .search-control .search__suggestion::-webkit-scrollbar {
  width: 12px;
}

.product-search .search-box .search-control .search__suggestion::-webkit-scrollbar-track {
  background: inherit;
}

.product-search .search-box .search-control .search__suggestion::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #c5c9ce;
          box-shadow: inset 0 0 0 12px #c5c9ce;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product-search .search-box .search-control .search__suggestion.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-search .search-box .search-control .search__checkbox:checked + .search__item-display {
  background-color: #fff2e9;
  -webkit-box-shadow: inset 4px 0 #ff7f22;
          box-shadow: inset 4px 0 #ff7f22;
  position: relative;
  padding-right: 32px
}

.product-search .search-box .search-control .search__checkbox:checked + .search__item-display:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9493 6.6109C15.2422 6.318 15.2422 5.84313 14.9493 5.55024C14.6564 5.25734 14.1815 5.25734 13.8886 5.55024L9.99951 9.43935L6.11041 5.55025C5.81751 5.25735 5.34264 5.25735 5.04975 5.55025C4.75685 5.84314 4.75685 6.31801 5.04975 6.61091L8.93885 10.5L5.04979 14.3891C4.7569 14.682 4.7569 15.1568 5.04979 15.4497C5.34268 15.7426 5.81756 15.7426 6.11045 15.4497L9.99951 11.5607L13.8886 15.4497C14.1815 15.7426 14.6563 15.7426 14.9492 15.4497C15.2421 15.1568 15.2421 14.682 14.9492 14.3891L11.0602 10.5L14.9493 6.6109Z' fill='%236E7379'/%3E%3C/svg%3E");
}

.product-search .search-box .search-control .search__item {
  width: 100%;
  cursor: pointer;
}

.product-search .search-box .search-control .search__item-display {
  padding: 8px;
  font-size: 1.2rem;
}

.product-search .search-box .search-control .search__item-display .name-jp,
.product-search .search-box .search-control .search__item-display .name-en {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.product-search .search-box .search-control .search__item.hide {
  display: none;
}

.product-search .search-box .search-control .search__item:hover {
  background-color: #f3f3f5;
}

.product-search .search-box .body {
  padding-left: 16px;
  padding-top: 8px;
}

.product-search--normal .search-box .body {
  padding-left: 0px;
  padding-top: 0px;
}

.product-search .search-box .brand__title {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #171d25;
}

.product-search .search-box .color-box {
  padding-bottom: 30px;
  overflow: hidden;
}

.product-search .search-box .color-box__title {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #171d25;
}

.product-search .search-box .color-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-search .search-box .color-box__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin: 8px 11.5px;
  width: 24px;
  height: 24px;
}

.product-search .search-box .color-box input[type='checkbox']:checked + .color-box__color {
  border: 2px solid #ff7f22;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.product-search .search-box .color-box__color {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ddd;
  cursor: pointer;
}

.product-search .search-box .price,
.product-search .search-box .size,
.product-search .search-box .stock,
.product-search .search-box .stock-type,
.product-search .search-box .material,
.product-search .search-box .feature {
  padding-bottom: 24px;
}

.product-search .search-box .price__title,
.product-search .search-box .size__title,
.product-search .search-box .stock__title,
.product-search .search-box .stock-type__title,
.product-search .search-box .material__title,
.product-search .search-box .feature__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  padding-bottom: 8px;
  font-size: 1.3rem;
}

.product-search .search-box .price__range,
.product-search .search-box .size__range,
.product-search .search-box .stock__range,
.product-search .search-box .stock-type__range,
.product-search .search-box .material__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  /* padding-right: 4px; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-search .search-box .size__range {
  padding-bottom: 8px !important;
}

.product-search .search-box .size__range:last-child {
  padding-bottom: 0px !important;
}

.product-search .search-box .price__range input,
.product-search .search-box .size__range input,
.product-search .search-box .stock__range input,
.product-search .search-box .stock-type__range input,
.product-search .search-box .material__range input, .date-picker_cst input {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.product-search .search-box .price__subtitle,
.product-search .search-box .size__subtitle,
.product-search .search-box .stock__subtitle,
.product-search .search-box .stock-type__subtitle,
.product-search .search-box .material__subtitle {
  width: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #63686d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-search .search-box .price__range-start, .product-search .search-box .price__range-end,
.product-search .search-box .size__range-start,
.product-search .search-box .size__range-end,
.product-search .search-box .stock__range-start,
.product-search .search-box .stock__range-end,
.product-search .search-box .stock-type__range-start,
.product-search .search-box .stock-type__range-end,
.product-search .search-box .material__range-start,
.product-search .search-box .material__range-end {
  width: 100%;
}

.product-search .search-box .price__range-start,
.product-search .search-box .size__range-start,
.product-search .search-box .stock__range-start,
.product-search .search-box .stock-type__range-start,
.product-search .search-box .material__range-start {
  margin-right: 7px;
}

.product-search .search-box .price__range-end,
.product-search .search-box .size__range-end,
.product-search .search-box .stock__range-end,
.product-search .search-box .stock-type__range-end,
.product-search .search-box .material__range-end {
  margin-left: 7px;
}

.product-search .search-box .price__range-all,
.product-search .search-box .size__range-all,
.product-search .search-box .stock__range-all,
.product-search .search-box .stock-type__range-all,
.product-search .search-box .material__range-all {
  width: 100%;
}

.product-search .search-box .price__checkbox,
.product-search .search-box .size__checkbox,
.product-search .search-box .stock__checkbox,
.product-search .search-box .stock-type__checkbox,
.product-search .search-box .material__checkbox {
  padding-right: 4px;
}

.product-search .search-box .price span,
.product-search .search-box .size span,
.product-search .search-box .stock span,
.product-search .search-box .stock-type span,
.product-search .search-box .material span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #42484f;
}

.product-search .search-box .price__unit,
.product-search .search-box .size__unit,
.product-search .search-box .stock__unit,
.product-search .search-box .stock-type__unit,
.product-search .search-box .material__unit {
  width: 30px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-search .search-box .stock__range {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-search .search-box .stock__range-all {
  width: 80px;
}

.product-search .search-box .stock-type label,
.product-search .search-box .feature label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px;
  border-radius: 8px;
  margin-left: 8px;
}

.product-search .search-box .stock-type label:hover,
.product-search .search-box .feature label:hover {
  background-color: #f3f3f5;
}

.product-search .search-box .footer {
  padding: 8px 36px 8px 60px;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 #dadfe3;
          box-shadow: inset 0 1px 0 #dadfe3;
  z-index: 1;
}

.product-search .search-box .footer button {
  width: 100%;
}

.product-search .product-box {
  background-color: #fff;
  padding-bottom: 36px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.product-search .product-box .loading-spinner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-search .product-box.loading .loading-spinner {
  height: 100%;
}

.product-search .product-box.loading .header,
.product-search .product-box.loading .body,
.product-search .product-box.loading .footer {
  display: none;
}

.product-search .product-box .select-items-per-page {
  margin-left: 32px;
}

.product-search .product-box .select-items-per-page .c-dropdown__menu {
  z-index: 3;
}

.product-search .product-box .sort-product .c-dropdown__menu {
  z-index: 3;
}

.product-search .product-box .select-items-per-page .label {
  font-size: 1.3rem;
}

.product-search .product-box .select-items-per-page .dropdown-items-per-page .c-dropdown__result,
.product-search .product-box .select-items-per-page .dropdown-items-per-page .c-dropdown__item {
  font-size: 1.3rem;
}

.product-search .product-box .header {
  padding: 24px 24px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #171d25;
}

.product-search .product-box .header .title {
  padding-left: 8px;
  margin-right: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-size: 1.5rem;
}

.product-search .product-box .header .count__number {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: .03em;
  line-height: 1;
}

.product-search .product-box .header .count__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  margin-left: 4px;
}

.product-search .product-box .header .sort-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 4px;
}

.product-search .product-box .header .sort-product .label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #6e7379;
  margin-bottom: 4px;
}

.product-search .product-box .header .sort-product .dropdown-sort-product .c-dropdown__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #6e7379;
  height: 32px;
  border: 1px solid #c5c9ce;
  border-radius: 10px;
  padding: 0 30px 0 10px !important;
  /* stylelint-disable-line */
  background-color: #fff;
}

.product-search .product-box .header .sort-product .dropdown-sort-product .c-dropdown__item,
.product-search .product-box .header .sort-product .dropdown-sort-product .c-dropdown__header {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  font-size: 1.3rem;
}

.product-search .product-box .header .sort-product .dropdown-sort-product .c-dropdown__body {
  max-height: none;
}

.product-search .product-box .header .select-items-per-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-search .product-box .header .select-items-per-page .label {
  margin-bottom: 4px;
}

.product-card {
  position: relative;
  background-color: #fff;
}

.product-card .product__link {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}

.product-card .product__link:hover {
  outline: 1px solid #dadfe3;
}

.product-card .product__image-wrapper {
  position: relative;
  display: inline-block;
}

.favorite-product-card .product__image__discontinued {
  width: 126px;
  height: 126px;
  filter: opacity(0.5);
}

.product-card .product__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card .product__image .discontinued-image {
  filter: opacity(0.5);
}

.product-card .product__image .discontinued-badge {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #6e7379;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  filter: opacity(0.5);
  width: 70px;
}

.product-card .product__image .discontinued-badge .text {
  margin-left: 4px;
  font-size: 12px;
  width: 26px;
}

.product-card .product__info {
  padding: 8px;
}

.product-card .product__colors-list {
  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;
  padding-bottom: 8px;
}

.product-card .product__colors-list .number_sku_public {
  margin-left: auto;
  color:#6E7379;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  font-family: Noto Sans JP;
}

.product-card .product__colors-list .product__name-color {
  font-family: Noto Sans JP;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #6E7379;
}

.product-card .product__colors-list .product__name-color:hover {
  color: #6E7379;
}

.product-card .product__color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 2px;
  border: 1px solid #ddd;
}

.product-card-custom-product__color {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin-right: 2px;
  border: 1px solid #ddd;
}

.product-card .product__color:nth-child(n+10) {
  display: none;
}

.product-card .product__number-color {
  display: block;
  width: 16px;
  height: 14px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  font-size: 1rem;
  line-height: 14px;
  color: #42484f;
  white-space: nowrap;
}

.product-card .product__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  padding-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  text-decoration: none;
}

.product-card .product__name a {
  text-decoration: none;
}

.product-card .product__name a:hover {
  text-decoration: underline;
}

.product-card .product__description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #63686d;
  margin-bottom: 8px;
  height: 3.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.product-card .product__price, .product-card .product__wholesale-price, .product-card .product__stock-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-card .product__price .label, .product-card .product__wholesale-price .label, .product-card .product__stock-type .label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.1rem;
  width: 83px;
  text-align: right;
}

.product-card .product__price .value, .product-card .product__wholesale-price .value, .product-card .product__stock-type .value {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  margin-left: auto;
  width: 94px;
  text-align: right;
}

.product-card .product__price .label,
.product-card .product__price .value, .product-card .product__stock-type .label,
.product-card .product__stock-type .value {
  color: #6e7379;
}

.product-card .product__wholesale-price .label,
.product-card .product__wholesale-price .value {
  color: #171d25;
}

.product-card .product__wholesale-price .value {
  font-weight: 600;
}

.product-card .product__table-price {
  display: inline-block;
}

.product-card .product__stock-type .value {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.product-box .products-list {
  display: grid;
  row-gap: 24px;
  -webkit-column-gap: 14.5px;
     -moz-column-gap: 14.5px;
          column-gap: 14.5px;
  grid-template-columns: repeat(auto-fill, 193px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-box .product-list-no-result {
    text-align: center;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-box .product-list-no-result .product__icon-not-found {
  padding: 64px 0;
  margin-top: 32px;
}

.product-list-no-result .product__text-no-commodity {
    margin-top:20px;
    color: #BABFC4;
}

.banner-request-furniture {
  font-family: Noto Sans JP;
  width: 515px;
  height: 136px;
  border-radius: 16px;
  border: 4px solid #FF7F22;
  background-color: #FFF2E9;
  margin: 32px auto 0;
  cursor: pointer;
  display: none;
}

.banner-request-furniture--footer {
  width: 478px;
}

.banner-request-furniture--not-found {
  display: flex !important;
}

.banner-request-furniture--footer.show {
  display: flex !important;
}

.banner-request-furniture .banner-request-furniture__logo-container {
  width: 224px;
  overflow: hidden;
}

.banner-request-furniture .banner-request-furniture__logo-container div {
  background-color: #FF7F22;
  border-radius: 50%;
  width: 129px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -16px 14px;
}

.banner-request-furniture .banner-request-furniture_content-container {
  margin-left: -5px;
  margin-top: 10px;
  text-align: left;
}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-title {
  margin-bottom: 22px;
  position: relative;
}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-title span {
  font-size: 14px;
  weight: 700px;
  color: #FF7F22;
  line-height: 160%;
  letter-spacing: 0.98px;
}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-description {
  color: #171D25;

}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-description span:nth-child(1) {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.26px;
  display: inline-block;
  position: relative;
  line-height: 160%;
}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-description span:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 193px;
  border-top: 1px solid #6E7379;
}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-description span:nth-child(1):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 193px;
  border-top: 1px solid #6E7379;
}

.banner-request-furniture .banner-request-furniture_content-container .banner-request-furniture__content-description span:nth-child(2) {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.3px;
}

.product-search .product-box .body {
  padding: 0 24px 32px 24px;
}

.product-search .product-box .body .product-card .product {
  width: 193px;
}

.product-search .product-box .body .product-card .product__name {
  font-size: 1.2rem;
}

.product-search .product-box .body .product-card .product__description {
  font-size: 1.1rem;
  color: #6e7379;
}

.product-search .product-box .body .product-card .product__image {
  padding: 21.5px;
  padding-bottom: 0;
  width: 196px;
  /* height: 196px; */
  -webkit-transition: .4s;
  transition: .4s;
}

.product-search .product-box .body .product-card .add-favorite-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0px;
  align-items: center;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px; /* 140% */
  letter-spacing: 0.26px;
}

.product-search .product-box .body .product-card .product__image .images {
  position: relative;
  width: 100%;
  height: 168px;
}

.product-search .product-box .body .product-card .product__image .images img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-search .product-box .body .product-card .product__image .images img:nth-child(2) {
  opacity: 0;
}

.product-search .product-box .body .product-card .product__image:hover img {
  background-color: #fff;
}

.product-search .product-box .body .product-card .product__image:hover img:nth-child(2) {
  opacity: 1;
}

.product-search .product-box .body .product-card .product__btn-favorite_trigger {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: none;
}

.product-search .product-box .body .product-card .product__btn-favorite.btn-favorite--added svg path:nth-child(1) {
  fill: #ff7f22;
}

.product-search .product-box .body .product-card .product__btn-favorite.btn-favorite--added svg path:nth-child(2) {
  fill: #ff7f22;
}

.product-search .product-box .body .dropdown-favorite .c-dropdown__item {
  font-size: 1.3rem;
}

.product-search .product-box .footer {
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-search #btn-temp-storage {
  background-color: #ff7f22;
  width: 48px;
  height: 48px;
  bottom: 36px;
  right: 36px;
  border-radius: 0;
  position: fixed;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  z-index: 1;
}

.product-search #btn-goto-top {
  background-color: #171d25;
  width: 48px;
  height: 48px;
  bottom: 36px;
  right: 36px;
  border-radius: 0;
  position: fixed;
  -webkit-box-shadow: 0 10px 30px rgba(242, 153, 74, 0.3);
          box-shadow: 0 10px 30px rgba(242, 153, 74, 0.3);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  display: none;
  z-index: 5;
}

.product-search #btn-goto-top svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 24px;
  height: 24px;
}

/* .product-search .menu {
  padding-bottom: 18px;
} */

.product-search .menu__item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
  padding: 8px 8px 8px 24px;
  cursor: pointer;
  margin-left: -16px;
}

.product-search .menu__item:hover, .product-search .menu__item.hightlight {
  background-color: #eceff3;
}

.product-search .menu__item.empty .menu__item-name:before {
  content: none;
}

#filter-category-list .menu__item.check-all .menu__item-name {
  line-height: 20px;
}

.product-search .menu__item-name {
  position: relative;
  padding-right: 2rem;
  display: flex;
  gap: 8px;
}

.product-search .menu__item-name span,
.product-search .menu__item-name button
{
  font-family: Lato;
  width: 20px;
  height: 20px;
  background-color: #FF7F22;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-search .menu__item-name button {
  padding: 0;
  background-color: #FFFFFF;
}

.product-search .menu__item-name span {
  margin-left: auto;
}

.product-search .menu__item-name:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background-image: url('/assets/icon/accordion.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  pointer-events: none;
}

.product-search .menu__item .menu__sub-menu.show {
  display: block;
}

.product-search .menu__category ul {
  margin-left: 20px;
  padding: 1.2rem 0 0;
}

.product-search .menu__category ul input[type='checkbox']:checked + label {
  text-shadow: 0 0 1px #171d25;
  color: #171d25;
}

.product-search .menu__category ul label.normal {
  color: #6e7379 !important;
  text-shadow: none !important;
}

.product-search .menu__category ul label.normal:hover {
  text-shadow: 0 0 1px #171d25 !important;
  color: #171d25 !important;
}

.product-search .menu input[type='checkbox']:checked + .menu__sub-menu-item .btn-close {
  visibility: visible;
}

#filter-category-list .menu__item.check-all {
  background-color: #FFF2E9;
  color: #FF7F22;
}

#filter-category-list .menu__item.check-all:hover .btn-close  {
  display: block;
}

.product-search .menu__sub-menu {
  z-index: 2;
  background-color: #fff;
  width: 300px;
  max-height: 80vh;
  display: none;
  padding: 24px 16px;
  -webkit-filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.3));
}

.product-search .menu__sub-menu-title {
  color: #6e7379;
}

.product-search .menu__sub-menu .check_all {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-weight: 500;
}

.product-search .menu__sub-menu .check_all.checked:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236e7379'%3e%3cpath d='M.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'/%3e%3c/svg%3e") center/1em auto no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5rem;
}

.product-search .menu__sub-menu-item {
  padding: .6rem 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #6e7379;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-search .menu__sub-menu-item .btn.btn-close {
  padding: 0;
  margin: 0;
  visibility: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.4rem;
          flex: 0 0 1.4rem;
}

.product-search .menu__sub-menu-item:hover {
  text-shadow: 0 0 1px #171d25;
  color: #171d25;
}

.product-search .menu__sub-menu.show {
  display: block;
}

.product-search .menu .brands-list {
  width: 980px;
  overflow-y: auto;
  z-index: 1;
  z-index: 2;
}

.product-search .menu .brands-list::-webkit-scrollbar {
  width: 12px;
}

.product-search .menu .brands-list::-webkit-scrollbar-track {
  background: inherit;
}

.product-search .menu .brands-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product-search .menu .brands-list .title {
  padding-top: 24px;
  padding-bottom: 12px;
}

.product-search .menu .brands-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-search .menu .brands-list .brand {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #6e7379;
  margin: 5px 0 5px 36px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  cursor: pointer;
  padding-right: 1.5rem;
  max-width: 30%;
}

.product-search .menu .brands-list .brand:nth-child(3n+1) {
  margin-left: 0;
}

.product-search .menu .brands-list .brand:hover {
  text-shadow: 0 0 1px #171d25;
  color: #171d25;
}

.product-search .menu .brands-list .brand .btn-close {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.product-search .menu .brands-list .brand__checkbox:checked + .brand__name {
  text-shadow: 0 0 1px #171d25;
  color: #171d25;
}

.product-search .menu .brands-list .brand__checkbox:checked ~ .btn-close {
  display: block;
}

.product-search .menu__close {
  padding: 0;
  color: #ff7f22;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.product-search .temp-storage {
  top: auto;
  left: auto;
  bottom: 36px;
  right: 36px;
  -webkit-transform: none;
          transform: none;
  z-index: 3;
  width: 87.3rem;
}

.product-search .temp-storage .popup-sort {
  top: initial;
  bottom: 15rem;
}

.product-search .temp-storage .popup-filter {
  top: initial;
  bottom: 15rem;
}

.dropdown-favorite .c-dropdown__menu {
  width: 384px;
  border-radius: 4px;
}

.dropdown-favorite .c-dropdown__body {
  max-height: 250px;
}

.dropdown-favorite .c-dropdown__item {
  padding-left: 24px;
  padding-right: 24px;
  color: #fff;
}

.dropdown-favorite .c-dropdown__item p,
.dropdown-favorite .c-dropdown__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.dropdown-favorite .c-dropdown__item:hover {
  font-weight: 700;
}

.dropdown-favorite .c-dropdown__footer button, .dropdown-favorite .c-dropdown__body button {
  height: 32px;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: auto;
}

.dropdown-favorite .c-dropdown__footer button:nth-child(2) {
  margin-left: 16px;
}

.dropdown-favorite .c-dropdown__footer .btn-show-create-list {
  padding-left: 4px;
  padding-right: 12px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.56px;
}

.dropdown-favorite .c-dropdown__footer .btn-show-create-list svg {
  margin-right: 0;
}

.dropdown-favorite .badge {
  border: 1px solid #c5c9ce;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  border-radius: 9px;
  height: 18px;
  padding: 0 8px;
}

.dropdown-favorite .box-pre-create-list.hide,
.dropdown-favorite .box-create-list.hide {
  display: none;
}

.dropdown-favorite .box-pre-create-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dropdown-favorite .box-create-list {
  cursor: auto;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown-favorite .box-create-list .input-list-name {
  height: 34px;
}

.dropdown-favorite .box-create-list .list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

.dropdown-favorite .btn-outline {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
  padding: 24px;
  width: 100%;
  align-items: center;
}

.tag-list .tag {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 4px;
  border-radius: 8px;
  border: 1px solid #dadfe3;
  color: #6e7379;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.tag-list .tag__checkbox:checked + .tag {
  background-color: #ff7f22;
  border-color: #ff7f22;
  color: #fff;
  cursor: initial;
  pointer-events: none;
}

.tag-list .tag__checkbox:checked + .tag .tag__remove {
  display: inline-block;
  pointer-events: all;
}

.tag-list .tag__remove {
  display: none;
}

.tag-list .tag__remove:hover {
  background-color: transparent;
}

.transaction__product-table {
  margin-bottom: .8rem;
  overflow-x: auto;
}

.transaction__product-table .product__quantity {
  height: 2.5rem;
}

.transaction__product-table table {
  border-spacing: 0;
}

.transaction__product-table tbody tr td {
  border-top: 8px solid #f3f3f5;
}

.transaction__product-table tbody tr.confirm-page__table-sub-header td,
.transaction__product-table tbody tr.table-sub-header td {
  border-top: 16px solid #f3f3f5;
}

.transaction__product-table thead {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #42484f;
}

.transaction__product-table .btn-remove-transaction-detai {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: .07em;
  text-decoration: underline;
}

.transaction__product-table .transaction-subtotal-row td {
  border-top: 16px solid #f3f3f5;
  font-weight: 700;
  color: #171d25;
}

.transaction__product-table .btn-add-product {
  width: 100%;
  border: 1px dashed #c5c9ce;
  border-radius: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #8a8f94;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.transaction__product-table .btn-add-product:hover {
  color: #8a8f94;
  background-color: #f3f3f5;
}

.transaction__product-table .product__brand {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #42484f;
}

.transaction__product-table .product__name {
  width: 200px;
  overflow-y: auto;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #6e7379;
}

.transaction__product-table .product__name::-webkit-scrollbar {
  width: 12px;
}

.transaction__product-table .product__name::-webkit-scrollbar-track {
  background: inherit;
}

.transaction__product-table .product__name::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.transaction__product-table .product__options {
  max-height: 6.5rem;
  width: 200px;
  overflow-y: auto;
  z-index: 1;
  color: #6e7379;
}

.transaction__product-table .product__options::-webkit-scrollbar {
  width: 12px;
}

.transaction__product-table .product__options::-webkit-scrollbar-track {
  background: inherit;
}

.transaction__product-table .product__options::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.transaction__product-table .product__options li {
  position: relative;
  padding-left: 1.4rem;
  color: #6e7379;
}

.transaction__product-table .product__options li:before {
  position: absolute;
  content: '■';
  font-size: 1.2rem;
  top: 0;
  left: 0;
}

.transaction__product-table .product__size {
  width: 200px;
}

.transaction__body {
  padding-bottom: 48px;
}

.transaction__body .btn-cancel-transaction-block,
.transaction__body .btn-save-transaction-block {
  min-width: 110px;
}

.transaction__body .transaction-info-block {
  display: none;
}

.transaction__body .transaction-info-block.show {
  display: block;
}

.transaction__body .transaction-info-view-block {
  display: block;
}

.transaction__body .transaction-info-view-block.hide {
  display: none;
}

.transaction__est-info {
  border-top: 1px solid #dadfe3;
  padding-left: 0;
}

.transaction__est-info .s-container {
  padding-left: 2.4rem;
}

.transaction__est-info .est-info__title {
  padding-right: 15px;
}

.transaction__est-info .est-info__desc-time {
  padding-right: 2.4rem;
}

.transaction__top-control {
  background-color: #fff;
  border-top: 1px solid #dadfe3;
}

.transaction__top-control-action {
  margin-left: auto;
  margin-right: 24px;
}

.transaction .exp-date {
  width: 5.3rem;
}

.transaction__check .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #959595;
  margin-top: 34px;
  margin-bottom: 4px;
}

.transaction__check .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #959595;
  margin-bottom: 12px;
}

.transaction__check .image {
  width: 56px;
  height: 56px;
}

.transaction__check .table-check-list {
  margin-top: 22px;
  width: 100%;
}

.transaction__check .table-check-list tr:first-child,
.transaction__check .table-check-list tr + tr {
  border-bottom: 2px solid #f3f3f5;
}

.transaction__check .table-check-list tr:first-child {
  border-top: 2px solid #f3f3f5;
}

.transaction__check .table-check-list tr td:nth-child(2) {
  word-wrap: break-word;
  word-break: break-word;
}

.transaction__check .table-check-list th {
  color: #6e7379;
}

.transaction__check .table-check-list th,
.transaction__check .table-check-list td {
  padding: 1.4rem;
}

.transaction__check .table-check-list .product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6e7379;
}

.transaction__check .table-check-list .product-options li {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #6e7379;
}

.transaction__check .table-check-list ul li {
  position: relative;
  padding-left: 1.5rem;
  word-wrap: break-word;
  word-break: break-word;
  color: #6e7379;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
}

.transaction__check .table-check-list ul li:before {
  position: absolute;
  content: '■';
  left: 0;
  top: 0;
}

.transaction__payment-term {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  min-width: 35.5rem;
  border: 1px solid #dadfe3;
  border-radius: 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.footer-button-balance .modal-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.transaction-product-image {
  width: 6rem;
  height: 6rem;
}

.supplier-create-transaction-page .input-price, .supplier-create-transaction-page .input-price--small {
  width: 98px;
}

.supplier-create-transaction-page .input-quantity, .supplier-create-transaction-page .input-quantity--small {
  width: 72px;
}

.supplier-create-transaction-page .product__note {
  min-width: 10rem;
}

/* stylelint-disable declaration-no-important */
.product-detail .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-detail .product-preview {
  background-color: #fff;
  width: 500px;
  padding-bottom: 6rem;
  position: relative;
}

.product-detail .product-preview:hover .icon-add-to__favorite {
  display: flex;
}

.product-detail .product-preview .icon-add-to__favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 62px;
  border: 1px solid #DDD;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}

.product-detail .product-preview .btn-favorite--added svg {
  fill: #ff7f22;
  stroke: #ff7f22;
}

.product-detail .product-preview .loading-spinner svg {
  stroke: none !important;
}

.product-detail .product-preview .header {
  padding: 1.8rem 0;
}

.product-detail .product-preview .header__back button {
  color: #ff7f22;
  padding: 0;
  margin-left: 16px;
}

.product-detail .product-preview .header__back button svg {
  margin-right: 20px;
  stroke: #ff7f22;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0;
}

.product-detail .product-preview .header__back button:hover {
  color: #ff994e;
}

.product-detail .product-preview .header__back button:hover svg {
  stroke: #ff994e;
}

.product-detail .product-preview__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-detail .product-preview__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  position: relative;
  opacity: 1;
  height: 72px;
  border: none;
  margin: 0 0 12px 12px;
}

.product-detail .product-preview__image:nth-child(6n+1) {
  margin-left: 0;
}

.product-detail .product-preview__image img {
  height: 72px;
  width: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.product-detail .product-preview__image.active img {
  -webkit-box-shadow: 0 0 0 2px #ff7f22;
          box-shadow: 0 0 0 2px #ff7f22;
}

.product-detail .product-preview__description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
  margin: 12px 0 6px 0;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  line-height: 160%;
}

.product-detail .product-preview__description p {
  display: none;
}

.product-detail .product-preview__description p.active {
  display: block;
}

.product-detail .product-similar {
  padding-top: 32px;
}

 .product-similar header {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 1.4px;
  margin-bottom: 16px;
}

.product-similar .product-similar__list {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.product-similar .product-similar__list .product__item {
  width: calc((100% - 32px) / 3);
}

.product-similar__item-class .product-similar__list .product__item {
  width: calc((100% - 80px) / 6);
}

.product-similar .product-similar__list .product__item .product__image {
  width: 160px;
  height: 160px;
}

.product-similar .product-similar__list .product__item .product__image .images {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-similar .product-similar__list .product__item .product__image .images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  object-fit: contain;
}

.product-similar .product-similar__list .product__item .product__image .images img:nth-child(2) {
  opacity: 0;
}

.product-similar .product-similar__list .product__item .product__image:hover img {
  background-color: #fff;
}

.product-similar .product-similar__list .product__item .product__image:hover img:nth-child(2) {
  opacity: 1;
}

.product-similar .product-similar__list .product__item .product__info {
  padding: 8px;
}

.product-similar .product-similar__list .product__item .product__info .product__name {
  color: #171D25;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  text-decoration: none;
  min-height: 16.8px;
}

.product-similar .product-similar__list .product__item .product__info .product__description {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  color: #6E7379;
  text-overflow: ellipsis;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity {
  margin-top: 8px;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity > div {
  display: flex;
  justify-content: space-between;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity .product__price .label {
  color: #6E7379;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  width: 76px;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity .product__price .value {
  font-family: Lato;
  font-size: 12px;
  color: #6E7379;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity .product__wholesale-price .label,
.product-similar .product-similar__list .product__item .product__table-price-quantity .product__stock-quantity .label 
{
  color: #171D25;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  width: 76px;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity .product__wholesale-price .value,
.product-similar .product-similar__list .product__item .product__table-price-quantity .product__stock-quantity .value
{
  text-align: right;
  color: #171D25;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.product-detail {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), #f3f3f5;
  background: linear-gradient(0deg, #fff, #fff), #f3f3f5;
}

.product-detail .product-info {
  padding-top: 16px;
  padding-left: 40px;
  padding-bottom: 40px;
  width: calc(100% - 500px);
}

.product-detail .product-info__header {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #8a8f94;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-info__header a:hover {
  text-decoration: underline;
}

.product-detail .product-info__header svg {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-detail .product-info__header:last-child {
  margin-bottom: 2.4rem;
}

.product-detail .product-info__header .breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-detail .product-info__header .breadcrumb-item {
  height: 1.5em;
  max-width: 100%;
  min-width: 50px;
}

.product-detail .product-info__header .breadcrumb-item a {
  color: #6e7379;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.product-detail .product-info__header .breadcrumb-item:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-detail .product-info__header .breadcrumb-item:nth-child(2) {
  max-width: 90%;
}

.product-detail .product-info__header .breadcrumb-item:nth-child(3) {
  max-width: 80%;
}

.product-detail .product-info__header .breadcrumb-item:not(:first-child):before {
  content: '>';
}

.product-detail .product-info__header + .product-info__name {
  margin-top: 2.8rem;
}

.product-detail .product-info__name {
  margin-bottom: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-info__name-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: .03em;
  color: #171d25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.product-detail .product-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}

.product-detail .product-info__price span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-detail .product-info .btn-copy-product-name {
  margin-right: -54px;
}

.product-detail .product-info__table-price {
  color: #42484f;
  font-weight: 500;
  display: grid;
  grid-template-columns: 170px -webkit-max-content 1fr auto;
  grid-template-columns: 170px max-content 1fr auto;
  row-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-info__table-price .btn-copy-price {
  grid-column: 4 / 5;
  grid-row: 1 / 5;
  align-self: start;
  justify-self: end;
  margin-right: -54px;
}

.product-detail .product-info__table-price .price-note {
  grid-column: 2 / 5;
  grid-row: 3 / 4;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #8a8f94;
}

.product-detail .product-info__properties {
  margin-top: 40px;
  margin-bottom: 48px;
}

.product-detail .product-info__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #c5c9ce;
  padding: 14px 8px 14px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-info__property .sold-out {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

.product-detail .product-info__property .sold-out-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-weight: 700;
  color: #EC6E6A;
}

.product-detail .product-info__options .product-info__property:not(:last-child) {
  border-bottom: 1px solid #c5c9ce;
}

.product-detail .product-info__property-title {
  word-break: break-word;
}

.product-detail .product-info__property-image {
  height: 60px;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 16px;
}

.product-detail .product-info__property-image .no-image {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.product-detail .product-info__property-image .no-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  z-index: 1;
}

.product-detail .product-info__property-image .no-image:after {
  content: '';
  position: absolute;
  top: 29px;
  left: -12px;
  width: 85px;
  height: 1px;
  background-color: #c4c4c4;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-detail .product-info__property-content {
  margin-right: 16px;
}

.product-detail .product-info__property-content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #42484f;
  word-break: break-word;
  font-size: 1.3rem;
}

.product-detail .product-info__property-content-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #42484f;
  word-break: break-word;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.product-detail .product-info__property-btn-option {
  min-width: 60px;
  margin-left: auto;
}

.product-detail .product-info__property input[type='radio']:checked + span,
.product-detail .product-info__property input[type='checkbox']:checked + span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-detail .product-info__property input[type='radio']:checked ~ div,
.product-detail .product-info__property input[type='checkbox']:checked ~ div {
  font-weight: 700;
}

.product-detail .product-info__property-dropdown .c-dropdown__menu {
  width: 380px;
  max-height: 450px;
  overflow-y: auto;
  z-index: 1;
}

.product-detail .product-info__property-dropdown .c-dropdown__menu::-webkit-scrollbar {
  width: 12px;
}

.product-detail .product-info__property-dropdown .c-dropdown__menu::-webkit-scrollbar-track {
  background: inherit;
}

.product-detail .product-info__property-dropdown .c-dropdown__menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product-detail .product-info__property-dropdown .c-dropdown__header {
  margin-left: 3.7rem;
  margin-right: 3rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #42484f;
}

.product-detail .product-info__property-dropdown .c-dropdown__body {
  max-height: none;
}

.product-detail .product-info__property .s-dropdown {
  width: 60px;
}

.product-detail .product-info__property .s-dropdown__menu {
  width: 436px;
  max-height: 450px;
  left: auto;
  right: 0;
  overflow-y: auto;
  z-index: 1;
}

.product-detail .product-info__property .s-dropdown__menu::-webkit-scrollbar {
  width: 12px;
}

.product-detail .product-info__property .s-dropdown__menu::-webkit-scrollbar-track {
  background: inherit;
}

.product-detail .product-info__property .s-dropdown__menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #2e343b;
          box-shadow: inset 0 0 0 12px #2e343b;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product-detail .product-info__property .s-dropdown__menu-header {
  background-color: #171d25;
}

.product-detail .product-info__property .s-dropdown__menu-body {
  max-height: none;
  overflow-y: unset;
}

.product-detail .product-info__property .s-dropdown__item {
  background-color: #171d25;
  position: relative;
}

.product-detail .product-info__property .s-dropdown__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
}

.product-detail .product-info__property .s-dropdown__item:hover:before {
  opacity: .2;
}

.product-detail .product-info__paper-title, .product-detail .product-info__property-title,
.product-detail .product-info__table-price .title,
.product-detail .product-info__table-price .sub-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  text-align: right;
  padding-right: 24px;
}

.product-detail .product-info__table-price .sub-title,
.product-detail .product-info__table-price .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  letter-spacing: .02em;
}

.product-detail .product-info__table-price .sub-title {
  color: #6e7379;
}

.product-detail .product-info__table-price .title {
  font-size: 1.3rem;
}

.product-detail .product-info__table-price .price {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  font-size: 1.3rem;
  color: #171d25;
  text-align: end;
}

.product-detail .product-info__table-price .description {
  color: #6e7379;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  max-height: 10.2rem;
}

.product-detail .product-info__table-price .update-at {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #8a8f94;
}

.product-detail .product-info__table-price .price-detail-var {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #95999c;
}

.product-detail .product-info__paper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #dadfe3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product-detail .product-info__paper-title, .product-detail .product-info__paper-info {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}

.product-detail .product-info__paper-title {
  color: #171d25;
}

.product-detail .product-info__paper-info {
  color: #6e7379;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-detail .product-info__paper-copy {
  margin-left: auto;
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: -54px;
}

.product-detail .product-info__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.product-detail .product-info__list li:before {
  content: '■';
  display: inline-block;
}

.product-detail .product-info__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  margin-left: -8px;
  margin-right: -8px;
}

.product-detail .product-info__actions .btn-wrapper,
.product-detail .product-info__actions .btn-wrapper > button {
  font-weight: 700;
  width: 100%;
}

.product-detail .product-info__actions .btn-wrapper {
  margin-left: 8px;
  margin-right: 8px;
}

.product-detail .product-info__add-to-card {
  border: 1px solid #c5c9ce;
  border-radius: 8px;
  padding: 24px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.product-detail .product-info__add-to-card .add-to-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
  height: 48px;
}

.product-detail .product-info__add-to-card .add-to-card .wrap-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-detail .product-info__add-to-card .add-to-card .btn-add-to-card {
  width: 100%;
  height: 100%;
  font-weight: 700;
  position: relative;
}

.product-detail .product-info__add-to-card .product-info__table-price {
  grid-template-columns: 146px -webkit-max-content 1fr auto;
  grid-template-columns: 146px max-content 1fr auto;
}

.product-detail .product-info .toggle-option-detail {
  margin-top: 16px;
  margin-bottom: 24px;
}

.product-detail .product-info .toggle-option-detail input {
  display: none;
}

.product-detail .product-info .toggle-option-detail input:checked + label {
  display: inline-block;
}

.product-detail .product-info .toggle-option-detail label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  cursor: pointer;
  color: #171d25;
  text-decoration: underline;
  display: none;
}

.product-detail .product-info .select-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
}

.product-detail .product-info .select-quantity .c-dropdown__result {
  font-size: 14px;
}

.product-detail .product-info .select-quantity__label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #171d25;
  margin-right: 16px;
  white-space: nowrap;
}

.product-detail .product-info .select-quantity__dropdown .c-dropdown__result {
  min-width: 76px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dadfe3;
  border-radius: 4px;
}

.product-detail .product-info__accessory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-detail .product-info__accessory-title {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-info__accessory-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  margin-right: -10px;
  padding-right: 10px;
  width: 100%;
}

.product-detail .product-info__accessory-info {
  padding-bottom: 0;
}

.product-detail .product-info__accessory-image {
  height: 120px;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #c5c9ce;
  margin-bottom: 24px;
}

.product-detail .product-info__accessory-description {
  color: #6e7379;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  padding: 18px 0 18px 16px;
  max-height: 10.5rem;
  overflow: hidden;
}

.product-detail .product-info__accessory-price {
  grid-template-columns: 138px auto 1fr auto;
}

.product-detail .product-info__accessory-price .title {
  font-size: 1.2rem;
  color: #6e7379;
  width: 145px;
}

.product-detail .product-info__accessory .select-quantity {
  margin-left: 94px;
}

.product-detail .product-info__accessory .select-quantity__label {
  color: #6e7379;
}

.product-detail .btn-group-favorite .btn-favorite {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
    gap: 4px;
}

.product-detail .btn-group-favorite .btn-favorite--added svg {
  fill: #ff7f22;
  stroke: #ff7f22;
}

.product-detail .btn-group-favorite .btn-favorite-option {
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
  padding-left: 3px;
  padding-right: 3px;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.product-detail .modal-download-image .modal-dialog {
  max-width: 100%;
}

.product-detail .modal-download-image .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-detail .modal-download-image .modal-header {
  min-height: 64px;
  height: auto;
}

.product-detail .modal-download-image .item-count {
  color: #ff7f22;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.product-detail .modal-download-image .item-price {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  margin-left: 16px;
}

.product-detail .modal-download-image .btn-uncheck-all {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.product-detail .modal-download-image .btn-check-all {
  color: #ff7f22;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.product-detail .modal-download-image .item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #171d25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.product-detail .modal-download-image .body-block {
  padding: 32px 32px 0 32px;
}

.product-detail .modal-download-image .body-block + .body-block {
  border-top: 1px solid #dadfe3;
}

.product-detail .modal-download-image .modal-body {
  padding: 0;
  padding-bottom: 32px;
  background-color: #fff;
}

.product-detail .modal-download-image .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-detail .modal-download-image .modal-footer .btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #ff7f22;
}

.product-detail .modal-download-image .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-detail .modal-download-image .images .image {
  -ms-flex-preferred-size: 136px;
      flex-basis: 136px;
  width: 136px;
  cursor: pointer;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}

.product-detail .modal-download-image .images .image:hover {
  outline: 1px solid #dadfe3;
}

.product-detail .modal-download-image .images .image:hover .image__check {
  display: block;
}

.product-detail .modal-download-image .images .image:nth-child(9n) {
  margin-right: 0;
}

.product-detail .modal-download-image .images .image__btn-copy {
  color: #8a8f94;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding: 4px 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 0;
}

.product-detail .modal-download-image .images .image__btn-copy:hover {
  background-color: #f3f3f5;
}

.product-detail .modal-download-image .images .image__wrap {
  width: 120px;
  height: 120px;
}

.product-detail .modal-download-image .images .image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail .modal-download-image .images .image__check {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #fff;
  display: none;
  width: 24px;
  height: 24px;
}

.product-detail .modal-download-image .images .image__check:after {
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
}

.product-detail .modal-download-image .images .image__check:checked {
  display: block;
}

.product-detail .modal-download-image .item-image-title,
.product-detail .modal-download-image .option-image-title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 32px;
  letter-spacing: .07em;
}

.product-detail .modal-download-image .option-image-title {
  margin-bottom: 32px;
}

.product-detail .modal-download-image .accordion .accordion-item {
  border: none;
}

.product-detail .modal-download-image .accordion .accordion-item + .accordion-item {
  padding-top: 16px;
}

.product-detail .modal-download-image .accordion .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .modal-download-image .accordion .accordion-body {
  padding: 0;
}

.product-detail .modal-download-image .accordion .accordion-button {
  background-color: #f3f3f5;
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.product-detail .modal-download-image .accordion .accordion-button:before {
  content: '';
  top: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%236E7379' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5303 8.57319C18.2374 8.28029 17.7626 8.28029 17.4697 8.57319L12 14.0429L6.53033 8.57319C6.23744 8.28029 5.76256 8.28029 5.46967 8.57319C5.17678 8.86608 5.17678 9.34095 5.46967 9.63385L11.1161 15.2803C11.6043 15.7684 12.3957 15.7684 12.8839 15.2803L18.5303 9.63385C18.8232 9.34095 18.8232 8.86608 18.5303 8.57319Z'/%3E%3C/svg%3E");
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-detail .modal-download-image .accordion .accordion-button.collapsed {
  color: inherit;
}

.product-detail .modal-download-image .accordion .accordion-button.collapsed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.57319 5.46967C8.28029 5.76256 8.28029 6.23744 8.57319 6.53033L14.0429 12L8.57319 17.4697C8.28029 17.7626 8.28029 18.2374 8.57319 18.5303C8.86608 18.8232 9.34095 18.8232 9.63385 18.5303L15.2803 12.8839C15.7684 12.3957 15.7684 11.6043 15.2803 11.1161L9.63385 5.46967C9.34095 5.17678 8.86608 5.17678 8.57319 5.46967Z' fill='%23FF7F22'/%3E%3C/svg%3E");
}

.product-detail .modal-download-image .accordion .accordion-button:after {
  display: none;
}

.product-detail .modal-download-image .accordion .accordion .accordion-item {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 0;
}

.product-detail .modal-download-image .accordion .accordion .accordion-item + .accordion-item {
  border-top: 1px solid #dadfe3;
}

.product-detail .modal-download-image .accordion .accordion .image {
  margin-right: 2px;
}

.product-detail .modal-download-image .accordion .accordion .accordion-header {
  padding-left: 24px;
  padding-right: 24px;
}

.product-detail .modal-download-image .accordion .accordion .accordion-body {
  padding-left: 24px;
  padding-right: 24px;
}

.product-detail .modal-download-image .accordion .accordion .accordion-button {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.product-detail .btn-copy {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-left: 20px;
}

.product-detail .btn-copy__icon {
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .btn-copy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  font-weight: 700;
  color: #8a8f94;
}

.product-detail .accessory__btn {
  position: relative;
  padding-left: 24px;
  border-radius: 4px;
  border-width: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.product-detail .accessory__btn:before,
.sku-bulk-update__body .feature .feature__btn::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #dadfe3;
}

.product-detail .accessory__switch {
  margin-bottom: 16px;
}

.product-detail .accessory__check,
.sku-bulk-update__body .feature .feature__check {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-detail .accessory__check:checked + .accessory__btn:after,
.sku-bulk-update__body .feature__check:checked + .feature__btn::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff7f22;
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-detail .accessory__check:checked + .accessory__btn:before,
.sku-bulk-update__body .feature__check:checked .feature__btn::before {
  border-color: #ff7f22;
}

.product-detail .accessory__properties {
  margin-bottom: 0;
  margin-top: 24px;
}

.product-detail .accessory__properties .select-quantity {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #dadfe3;
  width: 100%;
  padding-left: 92px;
}

.product-detail .accessory__properties .select-quantity .c-dropdown {
  min-width: 100px;
}

.product-detail #carouselProductImage {
  width: 50rem;
  position: relative;
}

.product-detail #carouselProductImage .carousel-inner {
  width: 100%;
  height: 100%;
}

.product-detail #carouselProductImage .carousel-inner:hover ~ .carousel-control {
  opacity: 1;
}

.product-detail #carouselProductImage .carousel-item {
  width: 500px;
  height: 500px;
}

.product-detail #carouselProductImage .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail #carouselProductImage .carousel-control {
  opacity: 0;
}

.product-detail #carouselProductImage .carousel-control:hover {
  opacity: 1;
}

.product-detail #carouselProductImage .carousel-control-prev,
.product-detail #carouselProductImage .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 250px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8a8f94;
  opacity: .4;
}

.product-detail #carouselProductImage .carousel-control-prev:hover,
.product-detail #carouselProductImage .carousel-control-next:hover {
  background-color: #ff994e;
}

.product-detail #carouselProductImage .carousel-control-prev {
  left: 0;
}

.product-detail #carouselProductImage .carousel-control-next {
  right: 0;
}

.image {
  width: 100%;
  height: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal.modal-product-option .modal-dialog {
  max-width: 960px;
}

.modal.modal-product-option .modal-dialog .modal-content {
  background-color: #eceff3;
  padding: 0 !important;
  height: 534px;
}

.modal.modal-product-option .modal-dialog .modal-header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.modal.modal-product-option .modal-dialog .modal-header > * + * {
  margin-left: 1px;
}

.modal.modal-product-option .modal-dialog .modal-title {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  height: 100%;
  margin: 0 !important;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
}

.modal.modal-product-option .modal-dialog .modal-title span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.modal-product-option .modal-close {
  width: 60px;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
}

.modal.modal-product-option .modal-close svg {
  stroke: #6e7379;
}

.modal.modal-product-option .modal-body {
  margin: 0 !important;
  padding: 32px 22px !important;
  overflow-y: auto;
  z-index: 1;
  overflow-x: hidden;
}

.modal.modal-product-option .modal-body::-webkit-scrollbar {
  width: 12px;
}

.modal.modal-product-option .modal-body::-webkit-scrollbar-track {
  background: inherit;
}

.modal.modal-product-option .modal-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.modal.modal-product-option .modal-body input[type='radio']:checked + label .product-option__item-image,
.modal.modal-product-option .modal-body input[type='checkbox']:checked + label .product-option__item-image {
  -webkit-box-shadow: 0 0 0 3px #ff7f22;
          box-shadow: 0 0 0 3px #ff7f22;
  position: relative;
}

.modal.modal-product-option .modal-body input[type='radio']:checked + label .product-option__item-image:before,
.modal.modal-product-option .modal-body input[type='checkbox']:checked + label .product-option__item-image:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}

.modal.modal-product-option .modal-body input[type='radio']:disabled + .product-option__item,
.modal.modal-product-option .modal-body input[type='checkbox']:disabled + .product-option__item {
  cursor: not-allowed;
  color: #676a6e;
}

.modal.modal-product-option .modal-body .product-option__title {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #dadfe3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #6e7379;
  margin-bottom: 1.6rem;
}

.modal.modal-product-option .modal-body .product-option__title ~ .product-option__title {
  padding-top: 3rem;
}

.modal.modal-product-option .modal-body .product-option__price {
  margin-left: 1.5rem;
}

.modal.modal-product-option .modal-body .product-option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 4px;
}

.modal.modal-product-option .modal-body .product-option__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6rem;
          flex: 0 0 16.6rem;
  cursor: pointer;
  margin: 0 0 24px 16px;
}

.modal.modal-product-option .modal-body .product-option__item:nth-of-type(5n+1) {
  margin-left: 0;
}

.modal.modal-product-option .modal-body .product-option__item-image {
  width: 16.6rem;
  height: 16.6rem;
}

.modal.modal-product-option .modal-body .product-option__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal.modal-product-option .modal-body .product-option__item-description {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #6e7379;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  min-height: 4.5rem;
}

.modal.modal-product-option .modal-body .product-option__item-price {
  text-align: right;
}

.modal.modal-product-option .modal-body .product-option__item-price .price {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  font-weight: 600;
  color: #171d25;
}

.modal.modal-product-option .modal-body .product-option__item-price .sale-price {
  text-decoration: line-through;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  font-weight: 600;
  color: #6e7379;
}

.modal.modal-product-option .modal-body .product-option__item-price .sold-out {
  color: #ec6e6a;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  text-decoration: none;
}

.modal.modal-product-option .modal-body .product-option__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px -4px 28px -4px;
}

.modal.modal-product-option .modal-body .product-option__group-check {
  display: none;
}

.modal.modal-product-option .modal-body .product-option__group-check:checked + .product-option__group-label {
  background-color: #fff2e9;
  border-color: #ff7f22;
}

.modal.modal-product-option .modal-body .product-option__group-label {
  width: auto;
  height: 62px;
  border: 2px solid #c5c9ce;
  border-radius: 8px;
  padding: 8px 14px;
  background-color: #fff;
  cursor: pointer;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 107px;
  max-width: 152px;
  opacity: 1;
}

.modal.modal-product-option .modal-body .product-option__group-label.active {
  background-color: #fff2e9;
  border-color: #ff7f22;
}

.modal.modal-product-option .modal-body .product-option__group-label.active .product-option__group-name {
  color: #171d25;
}

.modal.modal-product-option .modal-body .product-option__group-label.active .product-option__group-price {
  color: #ff7f22;
}

.modal.modal-product-option .modal-body .product-option__group-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #6e7379;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  text-indent: initial;
}

.modal.modal-product-option .modal-body .product-option__group-price {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  font-size: 1.3rem;
  color: #171d25;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 18px;
  text-indent: initial;
}

.modal.modal-product-option .modal-body .product-option__group-content {
  position: relative;
}

.modal.modal-product-option .carousel-indicators {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  margin-bottom: 32px;
}

.modal.modal-product-option .carousel-inner {
  padding-left: 3px;
  padding-right: 3px;
}

.product-detail-deleted {
  background-color: #fff;
  padding-right: 6rem;
  padding-left: 6rem;
  max-width: 64rem;
  height: calc(100vh - 64px);
  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;
  text-align: center;
}

.project-list-page table.project-list tr {
  background-color: #fff;
}

.project-list-page .project-filter {
  background-color: #fff;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.project-list-page .project__status .c-dropdown__footer .c-dropdown__item {
  white-space: nowrap;
}

.project-list-page .project-list tr td:first-child .c-dropdown__result {
  white-space: nowrap;
}

/* stylelint-disable declaration-no-important */
.project-list-screen-v3 .filter-bar .c-dropdown__item {
  color: #fff;
}

.project-list-screen-v3 .c-dropdown__menu {
  padding-top: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.project-list-screen-v3 .user-project-dropdown .c-dropdown__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.project-list-screen-v3 .dropdown-item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.project-list-screen-v3 header .btn-new-project {
  height: 32px !important;
  min-height: 32px !important;
}

.project-list-screen-v3 .project-list.empty .empty-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-list-screen-v3 .project-list .empty-list {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-list-screen-v3 .project-list .empty-list button {
  width: 167px;
  height: 64px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 1.8rem;
}

.project-list-screen-v3 .table-project-list {
  table-layout: fixed;
  margin-bottom: 24px;
}

.project-list-screen-v3 .table-project-list.hide {
  display: none;
}

.project-list-screen-v3 .table-project-list .project__input-name {
  height: 3.8rem;
  width: 100%;
  padding-left: .8rem;
  padding-right: .8rem;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.2rem;
  color: #171d25;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f5f5f5)), #fff;
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fff;
  border-radius: 4px;
  border: 1px solid #dadfe3;
}

.project-list-screen-v3 .table-project-list .project__input-name:focus {
  border-color: #ff7f22;
  outline: none;
}

.project-list-screen-v3 .table-project-list .project__input-name::-moz-selection {
  background-color: #ffe0ca;
}

.project-list-screen-v3 .table-project-list .project__input-name::selection {
  background-color: #ffe0ca;
}

.project-list-screen-v3 .table-project-list .project__input-name.hide, .project-list-screen-v3 .table-project-list .project__name.hide {
  display: none;
}

.project-list-screen-v3 .table-project-list thead {
  height: 54px;
  background-color: #42484f;
}

.project-list-screen-v3 .table-project-list thead th {
  color: #fff;
  padding: .9rem 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.project-list-screen-v3 .table-project-list tbody {
  border-top: 0;
  background-color: #fff;
}

.project-list-screen-v3 .table-project-list tbody tr.archived {
  background-color: #dbdbdf;
}

.project-list-screen-v3 .table-project-list tbody td {
  padding: 2.4rem 1.2rem;
  border-bottom-width: 1px;
  color: inherit;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(2) {
  color: #42484f;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(3) .c-dropdown__result {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #42484f;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(3) .c-dropdown__item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(3) .c-dropdown__menu {
  padding-bottom: 12px;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(4) {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #171d25;
}

.project-list-screen-v3 .table-project-list tbody td:nth-child(6) {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  color: #42484f;
}

.project-list-screen-v3 .table-project-list th,
.project-list-screen-v3 .table-project-list td {
  vertical-align: middle;
}

.project-list-screen-v3 .table-project-list th:nth-child(1),
.project-list-screen-v3 .table-project-list td:nth-child(1) {
  width: 50px;
  padding-left: 16px;
}

.project-list-screen-v3 .table-project-list th:nth-child(3),
.project-list-screen-v3 .table-project-list td:nth-child(3) {
  width: 155px;
  text-align: right;
}

.project-list-screen-v3 .table-project-list th:nth-child(3) .c-dropdown__result,
.project-list-screen-v3 .table-project-list td:nth-child(3) .c-dropdown__result {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.project-list-screen-v3 .table-project-list th:nth-child(4),
.project-list-screen-v3 .table-project-list td:nth-child(4) {
  width: 145px;
}

.project-list-screen-v3 .table-project-list th:nth-child(5),
.project-list-screen-v3 .table-project-list td:nth-child(5) {
  width: 205px;
}

.project-list-screen-v3 .table-project-list th:nth-child(6),
.project-list-screen-v3 .table-project-list td:nth-child(6) {
  width: 100px;
}

.project-list-screen-v3 .table-project-list th:nth-child(7),
.project-list-screen-v3 .table-project-list td:nth-child(7) {
  width: 55px;
}

.project-list-screen-v3 .table-project-list .badge {
  background-color: #ff7f22;
  color: #fff;
  border-radius: 1rem;
  height: 2rem;
  min-width: 2rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 700;
}

.project-list-screen-v3 .table-project-list.table-hover tbody tr:hover {
  background-color: #f3f3f5;
  cursor: pointer;
}

.project-list-screen-v3 .table-project-list .c-dropdown {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.project-list-screen-v3 ~ .modal-new-project .modal-body {
  padding: 32px 40px;
}

.project-list-screen-v3 ~ .modal-new-project .c-dropdown__menu {
  padding-bottom: 12px;
}

.project-list-screen-v3 ~ .modal-new-project .default-table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-top: 16px;
}

.project-list-screen-v3 ~ .modal-new-project .default-table thead {
  height: 48px;
}

.project-list-screen-v3 ~ .modal-new-project .default-table th:nth-child(1),
.project-list-screen-v3 ~ .modal-new-project .default-table td:nth-child(1) {
  width: 54px;
}

.project-list-screen-v3 ~ .modal-new-project .default-table th:nth-child(2),
.project-list-screen-v3 ~ .modal-new-project .default-table td:nth-child(2) {
  width: 135px;
}

.project-list-screen-v3 ~ .modal-new-project .default-table th:nth-child(4),
.project-list-screen-v3 ~ .modal-new-project .default-table td:nth-child(4) {
  width: 56px;
}

.project-list-screen-v3 .loading-spinner {
  margin-bottom: 2.4rem;
}

.member-info-page {
  margin-bottom: 10rem;
}

.member-info-page__email {
  max-width: 54.2rem;
}

.member-info-page .member-avatar {
  width: 12rem;
  height: 12rem;
  background-color: transparent;
}

.member-info-page .member-avatar img {
  -o-object-fit: contain;
     object-fit: contain;
}

.member-info-page .member-edit-info {
  position: absolute;
  top: 0;
  right: 0;
}

.member-info-page .input-members__member:first-child .input-members__btn-remove {
  display: none;
}

.member-info-page .input-members__btn-remove {
  color: #6e7379;
}

.member-info-page .input-members__btn-remove:hover {
  color: #42484f;
}

.member-info-page__edit .input-radio-custom {
  margin-bottom: 0;
}

.member-info-page__brand {
  max-width: 28.2rem;
}

.member-info-page__maker {
  max-width: 28.8rem;
}

.modal-member-register-email-sent .modal-content,
.modal-email-sent .modal-content {
  max-height: 90%;
}

.modal-member-register-email-sent .modal-body,
.modal-email-sent .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}

.modal-member-register-email-sent .selected-list,
.modal-email-sent .selected-list {
  overflow: auto;
  overflow-y: auto;
  z-index: 1;
}

.modal-member-register-email-sent .selected-list::-webkit-scrollbar,
.modal-email-sent .selected-list::-webkit-scrollbar {
  width: 12px;
}

.modal-member-register-email-sent .selected-list::-webkit-scrollbar-track,
.modal-email-sent .selected-list::-webkit-scrollbar-track {
  background: inherit;
}

.modal-member-register-email-sent .selected-list::-webkit-scrollbar-thumb,
.modal-email-sent .selected-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.modal-member-register-email-sent .modal-footer button,
.modal-email-sent .modal-footer button {
  min-width: 16rem;
}

.modal-member-register-email-sent ul,
.modal-email-sent ul {
  list-style: initial;
  margin-left: 2.4rem;
}

.modal-member-register-email-sent li,
.modal-email-sent li {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #6e7379;
  margin-bottom: .8rem;
  word-break: break-all;
}

.input-members__member .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='orange' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  color: #171d25;
}

#delete-member-modal .modal-footer button {
  min-width: 21rem;
}

#modal-error-same .modal-title {
  font-size: 1.6rem;
}

.member-info-table tr {
  line-height: 300%;
}

.member-info-table .inviting .member-info__id, .member-info-table .inviting .member-info__name, .member-info-table .inviting .member-info__email, .member-info-table .inviting .member-info__role {
  color: #a8a8a7;
}

.member-info-table .invite-expired .member-info__id, .member-info-table .invite-expired .member-info__name, .member-info-table .invite-expired .member-info__email, .member-info-table .invite-expired .member-info__role {
  color: #a8a8a7;
}

.member-info-table .invite-expired .invite-status {
  color: #ca5d58;
}

.member-info-table .member-info__id {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #2e343b;
}

.member-info-table .member-info__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #2e343b;
}

.member-info-table .member-info__email {
  max-width: 54.2rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  color: #2e343b;
}

.member-info-table .member-info__role {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  color: #42484f;
}

.register-complete {
  height: 100%;
  min-width: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}

.register-complete__title {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 160%;
  font-weight: 500;
}

.register-complete__desc {
  color: #171d25;
}

.register-complete__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4.8rem auto;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background-color: #ff7f22;
}

.login-page, .status-error {
  background-color: #fff;
  padding: 3.6rem 6rem 7.6rem 6rem;
  min-height: 100vh;
}

.login-page .c-dropdown__expanded-icon:after, .status-error .c-dropdown__expanded-icon:after {
  right: 1.4rem;
}

.login-page .input-radio-custom, .status-error .input-radio-custom {
  margin-bottom: 0;
}

.login-page__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-page__title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #000;
  text-align: center;
  font-weight: 500 !important;
  /* stylelint-disable-line */
}

.login-page__back {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: .8rem 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.login-page__right {
  width: 26px;
  height: 26px;
}

.login__label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #6e7379;
}

.login__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #6e7379;
}

.login__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
}

.login__list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #6e7379;
}

.password-required {
  color: #a8a8a7;
}

.password-required__list {
  padding-left: 6px;
  margin-bottom: 16px;
}

.password-required__list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 160%;
  font-weight: 500;
}

.password-required__list li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #6e7379;
  border-radius: 50%;
}

.password-required__list li.password-required__ok:before {
  width: 1.6rem;
  height: 1.6rem;
  left: -.6rem;
  background: url('/assets/icon/checkbox.svg');
}

.c-orange-register {
  color: #ff7f22;
  text-decoration: none !important;
}

.user-title {
  font-size: 2rem;
  font-weight: 500;
}

.form-input .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  min-height: auto;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.form-input .form-control {
  height: 4.2rem;
  padding-right: 4rem;
}

.password-show {
  display: none;
}

/* stylelint-disable declaration-no-important */
.toggle-password {
  position: absolute !important;
  top: 10px !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.toggle-password--show .password-hidden {
  display: none !important;
}

.toggle-password--show .password-show {
  display: block !important;
}

.toggle-password:hover {
  cursor: pointer;
}

/* stylelint-enable */
.modal-password-weak .modal-title {
  font-weight: 500;
  line-height: 160%;
}

.modal-password-not-same .modal-title {
  font-weight: 500;
}

.button-new-register {
  min-width: 26rem;
}

.button-forgot-password {
  min-width: 26rem;
}

.password__count-number {
  color: #a8a8a7;
}

.not-found-page {
  width: 100vw;
  height: calc(100vh - 64px);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 110px;
  color: #000;
  margin-bottom: 3.2rem;
}

.not-found__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: .1em;
  color: #000;
  margin-bottom: 6rem;
}

.not-found__description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: .1em;
  margin-bottom: 6rem;
  text-align: center;
}

.not-found__btn-return-top {
  width: 32rem;
}

.status-error__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}

.status-error__desc {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #171d25;
}

.status-error__text {
  color: #171d25;
}

.maintain-page {
  width: 100vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.maintain__description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
  margin-top: 3.2rem;
}

.maintain__icon {
  margin-top: 12rem;
}

.input-admin {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 3.2rem 2rem 3.2rem;
}

.input-admin + .input-admin {
  margin-top: 1.6rem;
}

.input-admin__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-admin__input .row + .row {
  margin-top: 1.6rem;
}

.input-admin__remove {
  margin-left: 3.2rem;
  width: 3rem;
}

.input-admin__remove button {
  margin-left: auto;
}

.edit-admin-page .option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit-admin-page .option-row > * + * {
  margin-left: 2.8rem;
}

.edit-admin-page .option-row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-admin-page .option-row__item label {
  margin-left: .8rem;
}

.table-invite .registered {
  background-color: #dbdbdf;
}

.table-invite .cell__company {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #42484f;
}

.table-invite .cell__email {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #42484f;
  max-width: 55rem;
}

.table-invite .cell__date {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #42484f;
}

.table-invite .cell__status {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.table-invite .status__waiting {
  color: #000;
}

.table-invite .status__expired {
  color: #da5453;
}

.table-invite .status__registered {
  color: #6e7379;
}

.modal-invite .invite__member:first-child .invite__btn-remove,
.modal-invite .input-members__member:first-child .invite__btn-remove {
  display: none;
}

.modal-invite .invite__btn-remove,
.modal-invite .input-members__btn-remove {
  color: #6e7379;
}

.modal-invite .invite__btn-remove:hover,
.modal-invite .input-members__btn-remove:hover {
  color: #42484f;
}

.favorite-screen {
  min-height: calc(100vh - 64px - 119px);
}

.favorite-screen .favorite-collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 29.6rem;
  -ms-flex-preferred-size: 29.6rem;
      flex-basis: 296px;
  max-height: calc(100vh - 64px);
  min-height: calc(100vh - 64px - 119px);
  position: sticky;
  top: 48px;
}

.favorite-screen .favorite-collections > header {
  position: sticky;
  top: 48px;
  z-index: 5;
}

.favorite-screen .favorite-collections > main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.favorite-screen .favorite-collections > main::-webkit-scrollbar {
  width: 12px;
}

.favorite-screen .favorite-collections > main::-webkit-scrollbar-track {
  background: inherit;
}

.favorite-screen .favorite-collections > main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.favorite-screen .favorite-collections > main .favorite-item-list.hide {
  display: none;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item {
  border-right: 0;
  border-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 1.6rem;
  position: relative;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff2e9;
  border-left: 4px solid #ff7f22;
  display: none;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__checked {
  display: none;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__checked:checked + .favorite-item__active {
  display: block;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__checked:checked ~ .favorite-item__info .favorite-item__name {
  font-weight: 700;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__info {
  padding-left: .8rem;
  padding-right: .8rem;
  z-index: 1;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__input-name {
  height: auto;
  padding: .2rem .8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2rem;
  color: #171d25;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #dadfe3;
  width: 100%;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__input-name::-moz-selection {
  background-color: #ffe0ca;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__input-name::selection {
  background-color: #ffe0ca;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__input-name:focus {
  border-color: #ff7f22;
  outline: none;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__input-name.hide, .favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__name.hide {
  display: none;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  color: #6e7379;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item:hover .favorite-item__menu .dropdown {
  visibility: visible;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item:hover {
  background-color: #f3f3f5;
  cursor: pointer;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__menu {
  margin-left: auto;
  visibility: hidden;
  z-index: 2;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__menu .dropdown button.btn-fab {
  border-radius: 4px !important;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__menu .dropdown button.btn-fab:hover {
  border: 1px solid #DADFE3;
  background-color: #F3F3F5;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item__menu .dropdown button.show svg {
  fill: #ff7f22;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item.edit-mode .favorite-item__name {
  display: none;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item.edit-mode .favorite-item__input-name {
  display: block;
}

.favorite-screen .favorite-collections > main .favorite-item-list .favorite-item.ui-droppable-hover {
  background-color: #f3f3f5;
}

.favorite-screen .favorite-collections .mark {
  margin-top: 8px;
}

.favorite-screen .favorite-product {
  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-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.favorite-screen .favorite-product > header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.favorite-screen .favorite-product > header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.favorite-screen .favorite-product > header .title {
  margin-right: .4rem;
}

.favorite-screen .favorite-product .btn-export-csv,
.favorite-screen .favorite-product .btn-modal-powerpoint {
  min-height: 32px;
  color: #6e7379;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
  padding: 0 12px 0 12px;
}

.favorite-screen .favorite-product .btn-export-csv img,
.favorite-screen .favorite-product .btn-modal-powerpoint img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.favorite-screen .favorite-product .btn-export-csv {
  margin-right: 8px;
}

.favorite-screen .favorite-product .filter-bar {
  border-bottom: 1px solid #dadfe3;
  z-index: 10;
}

.favorite-screen .favorite-product .filter-bar .s-container {
  padding: 16px 22px;
  max-width: initial;
}

.favorite-screen .favorite-product .filter-bar__label {
  margin-bottom: 0;
}

.favorite-screen .favorite-product .filter-bar__input {
  border-bottom-color: #c5c9ce;
}

.favorite-screen .favorite-product .filter-bar .c-dropdown__menu {
  border-radius: 8px;
}

.favorite-screen .favorite-product .filter-bar .c-dropdown__body {
  min-height: 8px;
}

.favorite-screen .favorite-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 14px 24px;
}

.favorite-screen .favorite-product__actions .btn-delete-favorite-product {
  min-height: 32px;
  height: 32px;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
}

.favorite-screen .favorite-product__actions .btn-delete-favorite-product:disabled {
  opacity: .4;
}

.favorite-screen .favorite-product__actions .total-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 8px;
}

.favorite-screen .favorite-product__actions .total-items__count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: .03em;
  line-height: 90%;
  color: #333;
}

.favorite-screen .favorite-product__actions .total-items__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  line-height: initial;
  margin-left: 5px;
  color: #333;
}

.favorite-screen .favorite-product__actions .btn-unselect-all-product {
  color: #6e7379;
  border: 1px solid #6e7379;
  border-radius: 8px;
  min-height: 32px;
  height: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 8px;
  margin-left: 16px;
}

.favorite-screen .favorite-product__actions .btn-unselect-all-product:hover {
  background-color: rgba(110, 115, 121, 0.1);
  color: #6e7379;
}

.favorite-screen .favorite-product__actions .btn-unselect-all-product:active {
  background-color: rgba(110, 115, 121, 0.2);
  color: #6e7379;
}

.favorite-screen .favorite-product__actions .btn-unselect-all-product:disabled {
  opacity: .4;
}

.favorite-screen .favorite-product__actions .btn-select-all-product {
  padding: 0;
  margin-right: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  border: 0;
}

.favorite-screen .favorite-product__actions .btn-select-all-product--empty-product {
  color: #FF7F22 !important;
}

.favorite-screen .favorite-product__actions .selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 8px;
}

.favorite-screen .favorite-product__actions .selected-items__count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .03em;
  line-height: 96%;
  color: #42484f;
}

.favorite-screen .favorite-product__actions .selected-items__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  line-height: initial;
  margin-left: 3px;
  color: #42484f;
}

.favorite-screen .favorite-product .product-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
}

.favorite-screen .favorite-product .product-box.product-box--empty .empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.favorite-screen .favorite-product .product-box.product-box--empty .products-list {
  display: none;
}

.favorite-screen .favorite-product .product-box .products-list {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  grid-template-columns: repeat(auto-fill, 128px);
}

.favorite-screen .favorite-product .product-box .empty {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.favorite-screen .favorite-product .product-box .empty button {
  margin-top: 24px;
}

.favorite-screen ~ .modal-remove-favorite-list .modal-content {
  border-radius: 24px;
}

.favorite-screen ~ .modal-powerpoint-template .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.favorite-screen ~ .modal-powerpoint-template .modal-footer .btn-select-powerpoint-template {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 24px;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template {
  width: calc(50% - 24px);
  -ms-flex-preferred-size: calc(50% - 24px);
      flex-basis: calc(50% - 24px);
  padding: 16px;
  margin: 12px;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__checkbox {
  display: none;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__checkbox:checked + .powerpoint-template {
  outline: 2px solid #ff7f22;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__wrap-image {
  width: 100%;
  height: 291px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid transparent;
  outline: 1px solid #dadfe3;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__name {
  margin-top: 16px;
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  margin-left: 12px;
}

.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__description {
  margin-top: 8px;
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  margin-left: 12px;
}

.favorite-screen ~ .modal-powerpoint-template .modal-body {
  padding: 32px 48px;
}

.favorite-product-card {
  cursor: pointer;
  width: 170px;
  margin: 0;
  position: relative;
  /* border: 1px solid #ddd; */
}

.favorite-product-card:hover {
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
  z-index: 2;
}

.favorite-product-card .product__checkbox {
  position: absolute;
  top: 4px;
  right: 30px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.favorite-product-card .product__checkbox:after {
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
}

.favorite-product-card .product__image {
  width: 126px;
  height: 126px;
  position: relative;
}
/* .product__btn-download-image-container {
  margin-top: 8px;
  padding: 0px 4px 8px;
} */
.favorite-product-card .product__btn-download-image {
  padding: 0;
  font-size: 11px;
  line-height: 160%;
  color: #8A8F94;
  border-radius: 6px;
  width: 100%;
  height: 24px;
}

.favorite-product-card .product__btn-download-image:hover {
  background-color: #f3f3f5;
  color: #171D25;
}

.favorite-product-card .product__name {
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  padding-bottom: 0;
}
.favorite-product-card .product__name a {
  color: #171D25;
}

.favorite-product-card .product__info {
  /* border-top: 2px solid #ddd; */
  padding: 8px;
}

.favorite-product-card .product__description {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.2px;
  height: 14px;
  margin-bottom: 0;
}

.favorite-product-card .product__description a:hover {
  color: inherit;
}

.favorite-product-card .product__description span.hover {
  padding: 4px 10px;
}

.favorite-product-card .product__name, .favorite-product-card .product__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  cursor: text;
}

.favorite-product-card .product__name a.hover, .favorite-product-card .product__description a.hover {
  max-width: 488px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #42484f;
  color: #fff;
}

.favorite-product-card .product__color {
  margin-right: 2px;
}

.favorite-product-card .product__color:nth-child(n+6) {
  display: none;
}

@-webkit-keyframes hide {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}

@keyframes hide {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}

.favorite-product-card.hide {
  -webkit-animation: hide 1s;
          animation: hide 1s;
}

.powerpoint-output-page {
  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%;
}

.powerpoint-output-page .head-bar {
  border-bottom: 1px solid #dadfe3;
  height: 56px;
}

.powerpoint-output-page .head-bar .btn-export-powerpoint {
  height: 40px;
  min-height: 40px;
  font-weight: 700;
}

.powerpoint-output-page .selected-items-counter {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  margin-right: 24px;
  color: #ff7f22;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.powerpoint-output-page > main {
  margin-bottom: 42px;
  width: 1302px;
  margin-left: auto;
  margin-right: auto;
}

.powerpoint-output-page > main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  margin-bottom: 26px;
}

.powerpoint-output-page > main .title {
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.powerpoint-output-page > main .product-box-list__action {
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.powerpoint-output-page > main .btn-add-product-box {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  height: 40px;
  max-height: 40px;
  padding: 0 12px 0 8px;
}

.powerpoint-output-page > main .btn-add-product-box svg {
  margin-right: 0;
}

.powerpoint-output-page > main .product-box {
  background-color: #fff;
  padding-bottom: 16px;
  margin-top: 10px;
  border-radius: 2px;
  position: relative;
}

.powerpoint-output-page > main .product-box .product-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}

.powerpoint-output-page > main .product-box .product-box__head + .products-list {
  padding-top: 0;
}

.powerpoint-output-page > main .product-box__head .btn-delete-product-box {
  min-height: 25px;
  height: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  border-radius: 8px;
  border: 1px solid #dd443c;
  padding: 0 8px 0 4px;
  color: #dd443c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.powerpoint-output-page > main .product-box__title {
  color: main-color-dark-black;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  font-weight: 500;
  line-height: 156%;
  max-width: 84%;
}

.powerpoint-output-page > main .product-box__count-items {
  margin-left: 16px;
  font-weight: 700;
  color: #42484f;
}

.powerpoint-output-page > main .product-box__count-items .selected {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  font-weight: 700;
  line-height: 1em;
}

.powerpoint-output-page > main .product-box__count-items .slash {
  margin-left: 2px;
  margin-right: 2px;
}

.powerpoint-output-page > main .product-box__count-items .slash,
.powerpoint-output-page > main .product-box__count-items .total {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 700;
}

.powerpoint-output-page > main .product-box .products-list {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  grid-template-columns: repeat(auto-fill, 128px);
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  min-height: 262px;
}

.powerpoint-output-page > main .product-box.one-item-per-sheet .products-list {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.powerpoint-output-page > main .product-box.dragging {
  outline: 1px solid #ff7f22;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.powerpoint-output-page > main .product-box .empty {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 42px));
          transform: translate(-50%, calc(-50% + 42px));
  display: none;
}

.powerpoint-output-page > main .product-box--empty .empty {
  display: block;
}

.powerpoint-output-page .modal-powerpoint-image .modal-dialog {
  max-width: 100%;
}

.powerpoint-output-page .modal-powerpoint-image .modal-header {
  min-height: 64px;
  height: auto;
}

.powerpoint-output-page .modal-powerpoint-image .item-price {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  margin-left: 16px;
}

.powerpoint-output-page .modal-powerpoint-image .item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #171d25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.powerpoint-output-page .modal-powerpoint-image .body-block {
  padding: 32px 32px 0 32px;
}

.powerpoint-output-page .modal-powerpoint-image .body-block + .body-block {
  border-top: 1px solid #dadfe3;
}

.powerpoint-output-page .modal-powerpoint-image .modal-body {
  padding: 0;
  padding-bottom: 32px;
  background-color: #fff;
}

.powerpoint-output-page .modal-powerpoint-image .modal-content {
  border-radius: 12px 12px 0 0;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 96px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .btn {
  height: 48px;
  min-width: 160px;
  margin: 0;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .btn:first-child {
  margin-right: 16px;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .image-wrap {
  margin: 8px;
  width: 48px;
  height: 48px;
  position: relative;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .image-wrap .preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .btn-delete {
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-color: #8a8f94;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  margin: 0;
}

.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .btn-delete:hover {
  background-color: #da5453;
}

.powerpoint-output-page .modal-powerpoint-image .modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.powerpoint-output-page .modal-powerpoint-image .document-structure {
  width: 100%;
  height: 342px;
  background-color: #f3f3f5;
}

.powerpoint-output-page .modal-powerpoint-image .document-structure .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  text-align: center;
  margin-bottom: 16px;
  padding-top: 24px;
}

.powerpoint-output-page .modal-powerpoint-image .document-structure .image-wrap {
  width: 720px;
  height: 256px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.powerpoint-output-page .modal-powerpoint-image .document-structure .image-wrap .document-structure-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.powerpoint-output-page .modal-powerpoint-image .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.powerpoint-output-page .modal-powerpoint-image .images .image {
  -ms-flex-preferred-size: 134px;
      flex-basis: 134px;
  width: 134px;
  cursor: pointer;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}

.powerpoint-output-page .modal-powerpoint-image .images .image:hover {
  outline: 1px solid #dadfe3;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__active {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__btn-copy {
  color: #8a8f94;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding: 4px 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 0;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__btn-copy:hover {
  background-color: #f3f3f5;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__wrap {
  width: 120px;
  height: 120px;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__fake-check {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  cursor: not-allowed;
  display: none;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__check {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #fff;
  width: 24px;
  height: 24px;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__check:after {
  width: 24px;
  height: 24px;
  background-size: 16px 16px;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__check:disabled ~ .image__fake-check {
  display: block;
}

.powerpoint-output-page .modal-powerpoint-image .images .image__check:disabled ~ .image__active {
  cursor: not-allowed;
  z-index: 10;
}

.powerpoint-output-page .modal-powerpoint-image .item-image-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}

.powerpoint-output-page .modal-powerpoint-image .count-items {
  margin-left: 16px;
  font-weight: 700;
  color: #42484f;
}

.powerpoint-output-page .modal-powerpoint-image .count-items .selected {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  font-weight: 700;
  line-height: 1em;
}

.powerpoint-output-page .modal-powerpoint-image .count-items .selected--max {
  color: #dd443c;
}

.powerpoint-output-page .modal-powerpoint-image .count-items .slash {
  margin-left: 2px;
  margin-right: 2px;
}

.powerpoint-output-page .modal-powerpoint-image .count-items .slash,
.powerpoint-output-page .modal-powerpoint-image .count-items .total {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 700;
}

.powerpoint-output-page .modal-powerpoint-image .btn-unselect {
  border: 1px solid #6e7379;
  color: #6e7379;
  height: 25px;
  padding: 0 8px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  margin-left: 8px;
}

.powerpoint-output-page .modal-powerpoint-image .btn-unselect:hover {
  color: #42484f;
  border-color: #42484f;
}

.powerpoint-output-page .modal-powerpoint-image .btn-unselect:active {
  color: #2e343b;
  border-color: #2e343b;
}

.powerpoint-output-page .modal-powerpoint-image .item-image-title,
.powerpoint-output-page .modal-powerpoint-image .option-image-title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  letter-spacing: .07em;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-item {
  border: none;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-item + .accordion-item {
  padding-top: 16px;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-item + button {
  padding: 12.5px;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-body {
  padding: 0;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-button {
  background-color: #f3f3f5;
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  padding: 1.1rem 1.2rem;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-button:before {
  content: '';
  top: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%236E7379' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5303 8.57319C18.2374 8.28029 17.7626 8.28029 17.4697 8.57319L12 14.0429L6.53033 8.57319C6.23744 8.28029 5.76256 8.28029 5.46967 8.57319C5.17678 8.86608 5.17678 9.34095 5.46967 9.63385L11.1161 15.2803C11.6043 15.7684 12.3957 15.7684 12.8839 15.2803L18.5303 9.63385C18.8232 9.34095 18.8232 8.86608 18.5303 8.57319Z'/%3E%3C/svg%3E");
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-button.collapsed {
  color: inherit;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-button.collapsed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.57319 5.46967C8.28029 5.76256 8.28029 6.23744 8.57319 6.53033L14.0429 12L8.57319 17.4697C8.28029 17.7626 8.28029 18.2374 8.57319 18.5303C8.86608 18.8232 9.34095 18.8232 9.63385 18.5303L15.2803 12.8839C15.7684 12.3957 15.7684 11.6043 15.2803 11.1161L9.63385 5.46967C9.34095 5.17678 8.86608 5.17678 8.57319 5.46967Z' fill='%23FF7F22'/%3E%3C/svg%3E");
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion-button:after {
  display: none;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .accordion-item {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 0;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .accordion-item + .accordion-item {
  border-top: 1px solid #dadfe3;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .image {
  margin-right: 3px;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .image:nth-child(9n) {
  margin-right: 0;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .accordion-header {
  padding-left: 24px;
  padding-right: 24px;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .accordion-body {
  padding-left: 24px;
  padding-right: 24px;
}

.powerpoint-output-page .modal-powerpoint-image .accordion .accordion .accordion-button {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
}

.powerpoint-output-page .modal-remove-product .modal-content {
  width: 496px;
  border-radius: 24px;
}

.powerpoint-product-card {
  cursor: pointer;
  width: 128px;
  margin: 0;
  position: relative;
  border: 1px solid #dadfe3;
}

.powerpoint-product-card:hover {
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
  z-index: 2;
}

.powerpoint-product-card:hover .btn-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.powerpoint-product-card.ui-sortable-helper .btn-remove {
  display: none;
}

.powerpoint-product-card .btn-remove {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #fff;
}

.powerpoint-product-card .btn-select-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #8a8f94;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #c5c9ce;
  -webkit-transition: 0s;
  transition: 0s;
}

.powerpoint-product-card .btn-select-image:hover {
  border-color: #ff7f22;
  color: #ff7f22;
}

.powerpoint-product-card .btn-select-image:hover svg * {
  fill: #ff7f22;
}

.powerpoint-product-card .text-selected {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #ff7f22;
  margin-top: 8px;
  text-align: center;
  visibility: hidden;
}

.powerpoint-product-card .product__checkbox {
  display: none;
}

.powerpoint-product-card .product__checkbox:checked ~ .product__info .text-selected {
  visibility: visible;
}

.powerpoint-product-card .product__image {
  width: 126px;
  height: 126px;
}

.powerpoint-product-card .product__info {
  border-top: 2px solid #dadfe3;
}

.powerpoint-product-card .product__name {
  height: 1.8em;
}

.powerpoint-product-card .product__description {
  height: 1.5em;
}

.powerpoint-product-card .product__name, .powerpoint-product-card .product__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.index-search-page {
  background-color: #fff;
}

.index-search-page .head-bar {
  border-bottom: 1px solid #dadfe3;
  height: 56px;
}

.index-search-page .head-bar .title {
  margin-left: 1.6rem;
}

.index-search-page .head-bar .title__display p {
  margin-left: 0;
}

.index-search-page .head-bar .btn-export-powerpoint {
  height: 40px;
  min-height: 40px;
  font-weight: 700;
}

.index-search-page .alphabet {
  padding: 24px 24px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  position: sticky;
  top: 40px;
  left: 0;
}

.index-search-page .alphabet .char {
  padding: 8px 16px;
  border-right: 1px solid #dadfe3;
  color: #171d25;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
}

.index-search-page .alphabet .char * {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  cursor: pointer;
}

.index-search-page .alphabet .char *.disabled {
  pointer-events: none;
  color: #a8a8a7;
}

.index-search-page .char-group {
  margin-top: -8px;
}

.index-search-page .index {
  padding-bottom: 4px;
  padding-top: 32px;
}

.index-search-page .index__title {
  margin-bottom: 32px;
  color: #171d25;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .03em;
  scroll-margin-top: 72px;
}

.index-search-page .index__list {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-search-page .index__item {
  padding: 8px;
  margin: 12px;
  width: calc(((1366px - 24px * 2) / 6) - 12px * 2);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  gap: 16px;
}

.index-search-page .index__item--brand {
  width: calc(((100vw - 24px * 2) - (24px *3))/3) !important;
  min-width: 424px;
  border: 1px solid transparent;
}

.index-search-page .index__name-en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  font-weight: 600;
  color: #171d25;
}

.index-search-page .index__name-en:hover {
  text-decoration: underline;
}

.index-search-page .index__name-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #6e7379;
}

.index-search-page .index__name-jp:hover {
  text-decoration: underline;
}

.index-search-page .alphabet-item-class__moods {
  margin-bottom: 16px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.index-search-page .alphabet-item-class__sku-count {
  color: #6E7379;
  font-family: Noto Sans JP;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  margin-top: 4px;
}

.index-search-page .alphabet-item-class__sku-count > span {
  font-family: Lato;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.index-search-page .alphabet-item-class__moods .mood_item-name {
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #C5C9CE;
  color: #6E7379;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  font-style: normal;
}

.index-search-page .index__item .key_image_container {
  width: 196px;
  height: 196px;
}

.index-search-page .index__item .key_image_container img {
  object-fit: cover;
}

.index-search-page .index__item .logo_image_container {
  height: 32px;
  width: 196px;
}

.index-search-page .index__item .logo_image_container img {
  object-fit: contain;
  object-position: left center;
  height: 32px;
}

.index-search-page .index__item .description {
  margin-bottom: 16px;
}

.index-search-page .index__item .description .region span {
  color: #6E7379;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  margin-left: 4px;
}

.index-search-page .search-brand__container {
  padding: 24px 24px 32px 24px;
  border-bottom: 1px solid #dadfe3;
}

.index-search-page .search-brand__container header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-search-page .search-brand__container header div {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.index-search-page .search-brand__container header div span:nth-child(1) {
  color: #171D25;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.3px;
}

.index-search-page .search-brand__container header div span:nth-child(2) {
  color: #FF7F22;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: 0.26px;
  cursor: pointer;
}

.index-search-page .search-brand__container header div span:nth-child(2):hover {
  color: rgb(255, 153, 78);
}

.index-search-page .search-brand__container .search-with-moods {
  margin: 16px 0;
}

.index-search-page .search-brand__container .search-items header {
  color: #171D25;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: 0.26px;
  margin-bottom: 8px;
}

.index-search-page .search-brand__container .search-items div {
  display: flex;
  flex-wrap: wrap;
}

.index-search-page .search-brand__container .search-items div label {
  padding: 8px;
}

.index-search-page .search-brand__container .search-items div label span {
  font-size: 12px;
}

.index-search-page .empty-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.index-search-page .empty-brand span {
  font-weight: 700;
  margin-top: 20px;
  color: #BABFC4;
}

.index-search-page .empty-brand div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.transaction .head-content .head-info {
  border-bottom: none;
}

.transaction .head-content .head-info__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.transaction {
  padding-bottom: 5rem;
}

.transaction .form-estimate__input {
  border-bottom: 1px solid #dadfe3;
  background-color: #fff;
}

.transaction .form-estimate__input .hasDatepicker,
.transaction .form-estimate__input .input__field,
.transaction .form-estimate__input .c-dropdown__result {
  padding-left: 0;
}

.transaction .transaction__product-table th:first-child {
  padding-left: 3.6rem;
}

.public-group {
  padding-bottom: 100px;
}

.public-group__guild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.public-group__guild-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #42484f;
}

.public-group__guild-link {
  width: 17rem;
  display: inline-block;
  text-align: right;
  -ms-flex-item-align: self-start;
      align-self: self-start;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #000;
  text-decoration: none;
}

.public-group__guild-link:hover {
  color: #000;
}

.public-group table.table-public-group {
  border-collapse: separate;
  border-spacing: 0 .2rem;
  margin-bottom: 4.8rem;
}

.public-group table.table-public-group thead th:first-child {
  border-top-left-radius: 1rem;
}

.public-group table.table-public-group thead th:last-child {
  border-top-right-radius: 1rem;
}

.public-group table.table-public-group th {
  border: 0;
}

.public-group table.table-public-group th:nth-child(1) {
  background-color: #42484f;
  color: #fff;
}

.public-group table.table-public-group th:nth-child(2) {
  background-color: #171d25;
  color: #fff;
}

.public-group table.table-public-group th:nth-child(3), .public-group table.table-public-group th:nth-child(4) {
  background-color: #000;
  color: #fff;
}

.public-group table.table-public-group tr {
  background-color: #fff;
}

.public-group table.table-public-group th,
.public-group table.table-public-group td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
}

.public-group table.table-public-group th:nth-child(3):after,
.public-group table.table-public-group td:nth-child(3):after {
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  background-color: inherit;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.public-group table.table-public-group td:nth-child(2) {
  background-color: rgba(168, 168, 167, 0.1);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  color: #171d25;
}

.public-group table.table-public-group td:nth-child(3), .public-group table.table-public-group td:nth-child(4) {
  background-color: #e5e5e5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.public-group table.table-public-group .dropdown {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.public-group table.table-public-group .dropdown.hide {
  visibility: hidden;
}

.public-group table.table-public-group .dropdown [data-bs-toggle='dropdown'] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.public-group table.table-public-group .dropdown [data-bs-toggle='dropdown'].show {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.public-group table.table-public-group .dropdown .dropdown-menu {
  border-radius: 4px;
  width: 15rem;
}

.public-group table.table-public-group td.release {
  color: #171d25;
}

.public-group table.table-public-group td.private {
  color: #6e7379;
}

.public-group .group-bar {
  background-color: #fff;
  padding: 1.5rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .8rem;
}

.public-group .group-bar__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
}

.public-group .group-bar .dropdown-menu {
  width: 18rem;
  background-color: #2e343b;
}

.public-group .c-dropdown__expanded-icon .c-dropdown__result {
  padding: 0 !important;
  /* stylelint-disable-line */
}

.public-group .c-dropdown.c-dropdown--no-border .c-dropdown__result {
  min-width: 8rem;
}

.item-btn .product__btn-update-modal {
  display: none;
}

.item-btn.edit-mode .product__btn-edit-modal {
  display: none;
}

.item-btn.edit-mode .product__btn-update-modal {
  display: block;
}

.product-mng__container {
  max-width: 640px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 0 24px;
}

.product-mng__title {
  margin-bottom: 3.6rem;
  font-size: 2rem;
}

.product-mng .table--confirm {
  width: 100%;
}

.product-mng .table--confirm tr + tr {
  border-top: 1px solid #c5c9ce;
}

.product-mng .table--confirm tr td:nth-child(2) {
  word-wrap: break-word;
  word-break: break-word;
}

.product-mng .table--confirm th {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.24px;
  color: #6e7379;
  text-align: right;
}

.product-mng .table--confirm th,
.product-mng .table--confirm td {
  padding: 1.4rem 0;
}

.product-mng .table--confirm td {
  padding-left: 24px;
}

.product-mng .item-img__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-mng__select-item .dropdown-menu {
  max-width: 36.8rem;
  max-height: 44.8rem;
}

.product-mng .item-upload .item-img__container:first-child {
  margin-top: 1.5rem;
}

.product-mng .item-upload .item-img__container:last-child {
  margin-bottom: 3rem;
}

.product-mng .sku-color .c-dropdown__result {
  padding-top: 4px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
}

.product-mng .sku-color .c-dropdown__result .option-color {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.product-mng .sku-status .c-dropdown__result,
.product-mng .sku-inventory .c-dropdown__result {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.product-mng .comment__popup {
  width: 332px;
}

.product-mng .comment__button.commented svg {
  fill: #ff7f22;
}

.product-mng .comment__input {
  overflow-y: auto;
  z-index: 1;
}

.product-mng .comment__input::-webkit-scrollbar {
  width: 12px;
}

.product-mng .comment__input::-webkit-scrollbar-track {
  background: inherit;
}

.product-mng .comment__input::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.product-mng .comment__input::-webkit-scrollbar-corner, .product-mng .comment__input::-webkit-resizer {
  background: rgba(0, 0, 0, 0);
}

.product-mng .item-status {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-mng .item-status .c-dropdown__result {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-mng .head-bar {
  height: 47px;
}

.product-mng__btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-mng__btn-footer .btn {
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 160px;
}

.filter-items > .row + .row {
  margin-top: 32px;
}

.filter-items .c-dropdown__menu {
  background-color: #1c2124;
}

.filter-items .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}

.filter-items .col-category {
  width: 393px;
  -ms-flex-preferred-size: 393px;
      flex-basis: 393px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.items-page .item-table .btn-toggle-collapse.collapsed svg {
  rotate: -90deg;
}

.items-page .item-table .icon-sub {
  margin-left: 6px;
  margin-bottom: 8px;
}

.items-page .item-table .icon-sub svg {
  rotate: 45deg;
}

.items-page .item-table .product-table .table {
  border-spacing: 0 2px;
}

.items-page .item-table .product-table .table tbody {
  background-color: #dadfe3;
}

.items-page .item-table .product-table .table thead {
  height: 50px;
}

.items-page .item-table .product-table .table thead th {
  padding-top: 0;
  padding-bottom: 0;
}

.items-page .item-table .product-table .table thead th:first-child,
.items-page .item-table .product-table .table thead th:last-child {
  border-radius: 0;
}

.item-detail-page .head-bar {
  height: 47px;
}

.item-detail-page .head-bar .badge {
  background-color: #f3f3f5;
  border: 1px solid #dadfe3;
  color: #171d25;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
}

.item-detail-page .head-bar__right-side {
  margin-left: auto;
}

.item-detail-page .head-bar__right-side button {
  min-height: 3.2rem;
  padding: 3px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #6e7379;
}

.item-detail-page .head-bar__right-side button span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #6e7379;
}

.item-detail-page .filter-bar {
  padding: 16px 24px 24px;
  border-top: 1px solid #dadfe3;
}

.item-detail-page .filter-bar > .row + .row {
  margin-top: 32px;
}

.item-detail-page .filter-bar .c-dropdown__menu {
  max-width: 424px;
  width: 424px;
  max-height: 330px;
  background-color: #171d25;
}

.item-detail-page .filter-bar .c-dropdown__result {
  font-weight: 400;
}

.item-detail-page .filter-bar .c-dropdown__header,
#sku-bulk-update .c-dropdown__menu.sku-options .c-dropdown__header {
  position: relative;
  padding-left: 30px;
}

.item-detail-page .filter-bar .c-dropdown__header:before,
#sku-bulk-update .c-dropdown__menu.sku-options .c-dropdown__header:before{
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #42484f;
  bottom: 0;
  right: 0;
  position: absolute;
}

.item-detail-page .filter-bar .c-dropdown .option-color .color {
  width: 24px;
  height: 24px;
  border: 2px solid #ddd;
  position: relative;
}

.item-detail-page .filter-bar .c-dropdown .option-color .color:before {
  width: 100%;
  height: 100%;
  background-color: #2e343b;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}

.item-detail-page .filter-bar .c-dropdown .option-color .color:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 9px;
  background-color: #ddd;
  width: 2px;
  height: 22px;
  rotate: -45deg;
  z-index: -1;
}

.item-detail-page .filter-bar .c-dropdown--color input[type='text'] {
  cursor: pointer;
}

.item-detail-page .filter-bar .c-dropdown--group .c-dropdown__menu {
  max-height: none;
}

.item-detail-page .filter-bar .c-dropdown--group .c-dropdown__header {
  margin-left: 3.7rem;
  margin-right: 3rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #42484f;
}

.item-detail-page .filter-bar .c-dropdown--group .c-dropdown__header:before {
  content: none;
}

.item-detail-page .filter-bar .c-dropdown--group .c-dropdown__body {
  max-height: 350px;
}

.item-detail-page .filter-bar__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item-detail-page .filter-bar__action .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  height: 40px;
  min-height: 40px;
  margin-top: 16px;
  width: 168px;
}

.item-detail-page .filter-bar__action .btn + .btn {
  margin-left: 16px;
}

.item-detail-page .project-bar .c-dropdown__result {
  color: #fff;
  min-height: 4.8rem;
  padding: 1rem;
  border-radius: .4rem;
  background-color: #42484f;
}

.item-detail-page .project-bar .c-dropdown [data-placeholder]:before {
  color: #c5c9ce;
}

.item-detail-page .project-bar .dropdown-select-option {
  width: 165px;
}

.item-detail-page .project-bar .dropdown-select-option .c-dropdown__result {
  width: 165px;
  color: #fff;
}

.item-detail-page .project-bar .dropdown-sku-color {
  width: 165px;
}

.item-detail-page .project-bar .dropdown-sku-color .c-dropdown__result .option-color {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.item-detail-page .project-bar .btn-unselect-all-product {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  min-height: 24px;
  height: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding-top: 0;
  padding-bottom: 1px;
  border-radius: 8px;
  margin-left: 16px;
  background-color: transparent;
}

.item-detail-page .project-bar .btn-unselect-all-product:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.item-detail-page .project-bar .btn-unselect-all-product:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.item-detail-page .project-bar .btn-unselect-all-product:hover {
  background-color: transparent;
}

.item-detail-page .project-bar .btn-unselect-all-product:disabled {
  opacity: .4;
}

.item-detail-page .select-items-per-page {
  margin-left: auto;
}

.item-detail-page .select-items-per-page .c-dropdown__result {
  height: 2.6rem;
}

.item-detail-page .sku-detail__image {
  width: 25.4rem;
}

.item-detail-page .sku-detail__info {
  width: calc((100% - 25.4rem) / 2);
  padding-left: 32px;
  margin-left: 0;
}

.item-detail-page .accessory {
  padding: 0 24px 24px 24px;
}

.item-detail-page .dropdown-select-option .c-dropdown__menu {
  background-color: #171d25;
  width: 351px;
}

.item-detail-page .dropdown-select-option .c-dropdown__body {
  max-height: 352px;
  font-size: 13px;
}

.item-detail-page .dropdown-select-option .item-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.item-detail-page .dropdown-select-option .item-property .left {
  width: 106px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.2px; 
  letter-spacing: 0.26px;
}

.item-detail-page .dropdown-select-option .item-property .left .not-set {
  color: #8a8f94;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.item-detail-page .dropdown-select-option .item-property .mid {
  width: 88px;
  padding-left: 24px;
  padding-right: 16px;
}

.item-detail-page .dropdown-select-option .item-property .right {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.item-detail-page .dropdown-select-option .item-property .right .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  word-break: break-word;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.2px; /* 140% */
  letter-spacing: 0.26px;
}

.item-detail-page .dropdown-select-option .item-property .right .description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #fff;
  word-break: break-word;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px; /* 140% */
  letter-spacing: 0.24px;
}

.item-detail-page .dropdown-select-option .item-property .right .not-set {
  color: #8a8f94;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .07em;
}

.item-detail-page .dropdown-select-option .item-property .image {
  width: 56px;
  height: 56px;
}

.item-detail-page .dropdown-select-option .item-property .image img {
  width: 100%;
  height: 100%;
}

.item-detail-page .dropdown-select-option .item-property .no-image,
.sku-bulk-update__body .option .item-option__image.no-image {
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
}

.item-detail-page .dropdown-select-option .item-property .no-image:before,
.sku-bulk-update__body .option .item-option__image.no-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  z-index: 1;
}

.item-detail-page .dropdown-select-option .item-property .no-image:after,
.sku-bulk-update__body .option .item-option__image.no-image::after {
  content: '';
  position: absolute;
  top: 28px;
  left: -13px;
  width: 81px;
  height: 1px;
  background-color: #c4c4c4;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__menu {
  width: 380px;
  max-height: 450px;
  overflow-y: auto;
  z-index: 1;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__menu::-webkit-scrollbar {
  width: 12px;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__menu::-webkit-scrollbar-track {
  background: inherit;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__header {
  border-bottom: 1px solid #42484f;
  padding: 16px 16px 18px 16px;
  color: #DADFE3;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.56px;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__header * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__item * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}

.item-detail-page .dropdown-select-option .dropdown-item-property .c-dropdown__body {
  max-height: none;
}

.item-detail-page .info-table .product-table .table tbody {
  background-color: #dadfe3;
}

.item-detail-page .info-table .product-table .table thead {
  height: 50px;
}

.item-detail-page .info-table .product-table .table thead th {
  padding-top: 0;
  padding-bottom: 0;
}

.item-detail-page .info-table .product-table .table thead th:first-child,
.item-detail-page .info-table .product-table .table thead th:last-child {
  border-radius: 0;
}

.item-detail-page .item-detail-form #filter-bar__option-search input.c-dropdown__result {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item-detail-page .item-detail-form #filter-bar__option-search .c-dropdown__menu {
  max-height: 406px !important;
}

.item-detail-page .item-detail-form #filter-bar__option-search .c-dropdown__body {
  max-height: 396px !important;
}

.item-img__container {
  max-width: 83%;
  background-color: #fff;
  width: 100%;
}

.item-img__container + .item-img__container {
  margin-top: 1.5rem;
}

.item-img__container:first-child .item-img__arrow--up,
.item-img__container:last-child .item-img__arrow--down {
  pointer-events: none;
  opacity: .5;
}

.item-img__upload {
  width: 9rem;
  height: 9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.item-img__upload:hover {
  cursor: pointer;
  opacity: .8;
}

.item-img__upload img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-img__text-mess {
  color: #6e7379;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.item-img__input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-img__arrow svg {
  width: 10px;
}

.item-img__arrow:active {
  background: #f3f3f5;
}

.item-img__arrow--up svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-img__arrow:hover {
  cursor: pointer;
}

.item-size__label {
  width: 100%;
  max-width: 7rem;
  margin-right: .5rem;
  color: #63686d;
}

.item-size__input {
  position: relative;
}

.item-size__input input {
  width: 13rem;
}

.item-size__input + .item-size__input {
  margin-left: 5.2rem;
}

.item-size__input + .item-size__input:before {
  position: absolute;
  content: '〜';
  left: -30px;
  top: 16px;
}

.list-item-mark li {
  position: relative;
  padding-left: 1.5rem;
}

.list-item-mark li:before {
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
}

.button-delete {
  min-width: 5.6rem;
  font-weight: 500;
}

.form-input--active {
  pointer-events: none;
}

.form-input--active input {
  opacity: .5;
}

.accessory {
  background-color: #fff;
}

.accessory__switch,
.sku-bulk-update__body .feature .feature__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}

.accessory__table .product-table .table {
  border-spacing: 0 2px;
}

.accessory__table .product-table .table tbody {
  background-color: #dadfe3;
}

.accessory__table .product-table .table thead {
  height: 37px;
}

.accessory__table .product-table .table thead th:first-child,
.accessory__table .product-table .table thead th:last-child {
  border-radius: 0;
}

.accessory__table .btn-mini {
  width: 53px;
  min-width: 53px;
  border-radius: 6px;
  height: 32px;
  padding: 0;
}

.accessory__btn-remove {
  color: #dd443c;
  border: 1px solid #ec6e6a;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  min-height: 32px;
  height: 32px;
  padding: 0;
  width: 69px;
  background-color: #fff;
}

.accessory__btn-remove:hover {
  background-color: rgba(236, 110, 106, 0.15);
  color: #dd443c;
}

.accessory .wrap-btn {
  position: relative;
}

.accessory__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 36px;
  border: 2px solid #c5c9ce;
  border-radius: 8px;
  background-color: #fff;
  color: #a8a8a7;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.accessory__btn svg {
  margin-right: 4px;
}

.accessory__btn-mask,
.sku-bulk-update__body .feature .feature__btn-mask {
  width: 96px;
  height: 36px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 4px;
  display: none;
  cursor: not-allowed;
}

.accessory__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background-color: #f3f3f5;
}

.accessory #btn-accessory-1 + label svg {
  rotate: 180deg;
}

.accessory input[type='radio'], .accessory__check,
.sku-bulk-update__body .feature .feature__check {
  display: none;
}

.accessory input[type='radio']:checked + .accessory__btn, .accessory__check:checked + .accessory__btn,
.sku-bulk-update__body .feature input[type='radio']:checked + .feature__btn, 
.sku-bulk-update__body .feature .feature__check:checked + .feature__btn {
  color: #ff7f22;
  border-color: #ff7f22;
  background: #fff2e9;
  font-weight: 500;
}

.accessory input[type='radio']:checked + .accessory__btn svg, .accessory__check:checked + .accessory__btn svg {
  fill: #ff7f22;
}

.accessory input[type='radio']:disabled + .accessory__btn, .accessory input[type='radio'].disabled + .accessory__btn, .accessory__check:disabled + .accessory__btn, .accessory__check.disabled + .accessory__btn {
  opacity: .4;
}

.accessory input[type='radio']:disabled ~ .accessory__btn-mask, .accessory input[type='radio'].disabled ~ .accessory__btn-mask, .accessory__check:disabled ~ .accessory__btn-mask, .accessory__check.disabled ~ .accessory__btn-mask {
  display: block;
}

.accessory__properties .product-info__property-image {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.accessory__properties .product-info__property-image .no-image {
  width: 40px;
  height: 40px;
}

.accessory__properties .product-info__property-image .no-image:after {
  top: 20px;
  left: -10px;
  width: 59px;
}

.product-detail .product-info__property-dropdown .c-dropdown__menu .c-dropdown__item span {
  max-width: 205px;
}

.accessory__properties .product-info__property-content-title,
.accessory__properties .product-info__property-content-description {
  font-size: 12px;
}

.accessory__properties .product-info__property-title {
  font-size: 1.3rem;
  padding-right: 16px;
  -ms-flex-preferred-size: 136px;
      flex-basis: 136px;
}

.accessory__properties .product-info__property-image,
.accessory__properties .product-info__property-content {
  margin-right: 16px;
}

.modal-add-accessory .modal-body {
  padding: 0;
  background-color: #fff;
}

.modal-add-accessory .filter-bar {
  padding: 16px 24px 16px 24px;
}

/* stylelint-disable declaration-no-important */
.sku-detail__row {
  padding: 2.4rem;
  background-color: #fff;
}

.sku-detail__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.4rem;
}

.sku-detail__img img {
  width: 25.4rem;
  height: 25.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.sku-detail__info {
  width: 43.2rem;
  margin-left: 3rem;
}

.sku-detail__info-header {
  margin-bottom: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dadfe3;
}

.sku-detail__info table {
  width: 65%;
}

.sku-detail__title {
  color: #171d25;
  font-weight: 500;
}

.sku-detail__option {
  max-height: 7.2rem;
  overflow-y: auto;
  z-index: 1;
}

.sku-detail__option::-webkit-scrollbar {
  width: 12px;
}

.sku-detail__option::-webkit-scrollbar-track {
  background: inherit;
}

.sku-detail__option::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.sku-detail__option > div {
  position: relative;
  padding-left: 1.4rem;
  color: #6e7379;
}

.sku-detail__option > div:before {
  position: absolute;
  content: '■';
  font-size: 1.2rem;
  top: 0;
  left: 0;
  color: #171D25;
}

.not-complete-notify {
  width: 100%;
  position: fixed;
  min-height: 29.6rem;
  left: 0;
  bottom: -100%;
  background-color: rgba(46, 52, 59, 0.9);
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.not-complete-notify__text {
  font-size: 1.6rem;
}

.not-complete-notify button {
  width: 227px;
  height: 61px;
  border-radius: 16px;
  letter-spacing: 0.02em;
}

.not-complete-notify.is-show {
  bottom: 0;
}

.modal-full__content {
  height: calc(100% - 6rem);
  background-color: #f3f3f5;
  overflow-y: auto;
  z-index: 1;
}

.modal-full__content::-webkit-scrollbar {
  width: 12px;
}

.modal-full__content::-webkit-scrollbar-track {
  background: inherit;
}

.modal-full__content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.modal-full__content-container {
  max-width: 1366px;
  margin: 0 auto;
  background-color: #f3f3f5;
}

.modal-full .modal-dialog {
  max-width: 1246px;
}

.modal-full .modal-dialog ul.dropdown-menu {
  list-style: none;
  display: none;
}

.modal-full .modal-dialog ul.dropdown-menu.show {
  display: block;
}

.modal-full .modal-header {
  height: 5rem;
}

.modal-full .modal-content {
  border: none;
  background-color: transparent;
}

.modal-full .modal-body {
  height: calc(100vh - 190px);
  margin: 0;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.modal-full .modal-title {
  min-height: 6rem;
  line-height: 6rem !important;
  max-width: 1366px;
  margin: 0 auto !important;
  font-size: 2rem !important;
  padding-left: 6rem;
}

.modal-full .modal-dialog .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
  right: 3rem;
  opacity: 1;
}

.modal-full .item-img__arrow {
  max-width: 3rem;
  margin: 0 auto;
}

.item-order-container {
  height: auto !important;
  /* stylelint-disable-line */
}

.item-order-container .item-img__arrow:active svg > * {
  stroke: #ff7f22;
}

.item-order-container:first-child .item-img__arrow--up,
.item-order-container:last-child .item-img__arrow--down {
  pointer-events: none;
  opacity: .5;
}

.modal-register-image .modal-dialog {
  max-width: 96rem;
}

.modal-register-image .modal-header {
  min-height: 7.2rem;
}

.modal-register-image .modal-footer {
  padding: 3rem 3.2rem 3.2rem !important;
  background-color: #f3f3f5;
}

.modal-register-image .modal-title {
  font-size: 2rem;
}

.modal-register-image .modal-dialog .btn-close {
  top: auto;
  width: 1rem;
  height: 1rem;
  right: 3.6rem;
}

.modal-register-image .modal-dialog .modal-footer .btn-cancel {
  min-width: auto !important;
  color: #8a8f94;
}

.list-img {
  height: calc(100vh - 30.8rem);
  padding: 3rem 3.2rem 0;
  background-color: #f3f3f5;
  overflow-y: auto;
}

.list-img__thumb-img {
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
}

.list-img__thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-img__btn-remove {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  top: -.9rem;
  right: -.9rem;
  background: #ff7f22;
  cursor: pointer;
}

.list-img__container {
  padding: 1.5rem 0;
  border-bottom: 1px solid #c5c9ce;
}

.list-img__container:first-child {
  border-top: 1px solid #c5c9ce;
}

.list-img__container + .list-img__container {
  border-bottom: 1px solid #c5c9ce;
}

.list-img__desc,
.list-img__thumb-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-img__thumb-name {
  width: 32rem;
  max-height: 9.5rem;
  color: #171d25;
  overflow-y: auto;
  z-index: 1;
}

.list-img__thumb-name::-webkit-scrollbar {
  width: 12px;
}

.list-img__thumb-name::-webkit-scrollbar-track {
  background: inherit;
}

.list-img__thumb-name::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.list-img__desc {
  max-width: 42rem;
  height: 4.2rem;
  padding: .5rem;
  font-size: 1.2rem;
  color: #42484f;
  background-color: #fff;
}

.modal-duplicating .modal-dialog {
  max-width: 62.5rem;
}

.modal-duplicating__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 31rem;
}

.modal-duplicating__status {
  font-size: 2rem;
}

.modal-duplicating svg {
  width: 15rem;
  height: 11.4rem;
  background-color: #c4c4c4;
}

.table-option__no-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  height: calc(100vh - 19.2rem);
  background: rgba(46, 52, 59, 0.9);
  width: 100%;
  color: #fff;
  top: 8px;
  font-size: 1.6rem;
  line-height: 2.56rem;
}

.option-table-header {
  background-color: #42484f;
  border-top-right-radius: 1rem;
}

.option-table-header td:first-child {
  border-top-left-radius: 1rem;
}

.option-table-header td:last-child {
  border-top-right-radius: 1rem;
}

.option-image {
  width: 6rem;
  height: 6rem;
}

.option-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.option-image__icon {
  display: inline-block;
  position: absolute;
  bottom: -.9rem;
  right: -.9rem;
  cursor: pointer;
}

.option-image-row .dropdown .dropdown-item:hover {
  font-weight: 700;
}

.modal-add-image .modal-header,
.modal-upload-image .modal-header {
  min-height: 7.2rem;
}

.modal-add-image .modal-title,
.modal-upload-image .modal-title {
  font-size: 2rem;
}

.modal-add-image .modal-dialog,
.modal-upload-image .modal-dialog {
  max-width: 96rem;
}

.modal-add-image .modal-dialog .btn-close,
.modal-upload-image .modal-dialog .btn-close {
  top: auto;
}

.modal-add-image .upload-image-container,
.modal-upload-image .upload-image-container {
  padding: 2.5rem;
  background-color: #f3f3f5;
}

.modal-add-image__upload,
.modal-upload-image__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 42rem);
  padding: 2rem 0;
  border: 0.2rem dashed #c5c9ce;
}

.modal-add-image__upload .button,
.modal-upload-image__upload .button {
  cursor: pointer;
}

.modal-add-image .message-box #drop-file,
.modal-upload-image .message-box #drop-file {
  left: 0;
  bottom: 0;
}

.modal-add-image #drop-file,
.modal-upload-image #drop-file {
  position: absolute;
  left: 24px;
  height: 0;
  width: calc(100% - 60px - 24px);
  overflow: hidden;
  bottom: 8px;
  background-color: #171d25;
  opacity: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: white;
}

.modal-add-image #drop-file p,
.modal-upload-image #drop-file p {
  pointer-events: none;
}

.modal-add-image #drop-file:before,
.modal-upload-image #drop-file:before {
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  content: '';
  border: 2px dashed white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-upload-image #message-image {
  max-height: 100%;
  padding: 0;
}

.modal-upload-image__btn-cancel .button {
  min-width: 100%;
}

.modal-upload-image .upload-image-container {
  padding: 2.5rem 0 2.5rem 2.5rem;
}

.modal-upload-image .upload-image-container .list-img {
  padding-right: 2.5rem !important;
}

.modal-upload-image__btn {
  margin-top: 2.5rem;
  margin-right: 2.5rem;
}

/* .sku_stock_quantity span {
  font-family: "Lato", sans-serif;
} */

#modal-option-copy .form-estimate__input .input-line {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding-top: 1.3rem;
}

#modal-option-copy .form-estimate__input .input-line:before {
  font-weight: 500;
}

.page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 14px 24px;
}

.page__actions .btn:not(.btn-link) {
  min-height: 32px;
  height: 32px;
}

.page__actions .btn-delete-favorite-product {
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
}

.page__actions .btn-delete-favorite-product:disabled {
  opacity: .4;
}

.page__actions .total-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 8px;
}

.page__actions .total-items__count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: .03em;
  line-height: 90%;
  color: #333;
}

.page__actions .total-items__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: .1em;
  line-height: initial;
  margin-left: 5px;
  color: #333;
}

.page__actions .btn-unselect-all-product {
  color: #6e7379;
  border: 1px solid #6e7379;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 8px;
  margin-left: 16px;
}

.page__actions .btn-unselect-all-product:hover {
  background-color: rgba(110, 115, 121, 0.1);
  color: #6e7379;
}

.page__actions .btn-unselect-all-product:active {
  background-color: rgba(110, 115, 121, 0.2);
  color: #6e7379;
}

.page__actions .btn-unselect-all-product:disabled {
  opacity: .4;
}

.page__actions .btn-select-all-product {
  padding: 0;
  margin-right: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  border: 0;
}

.page__actions .selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 8px;
}

.page__actions .selected-items__count {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .03em;
  line-height: 96%;
  color: #42484f;
}

.page__actions .selected-items__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  line-height: initial;
  margin-left: 3px;
  color: #42484f;
}

.modal.modal-stock-request .modal-dialog {
  max-width: 96rem;
}

.modal.modal-stock-request .modal-dialog .modal-header {
  min-height: 7.2rem;
  width: 100%;
}

.modal.modal-stock-request .modal-dialog .modal-body ul {
  list-style: none;
}

.modal.modal-stock-request .modal-dialog .modal-body ul.nav {
  padding: 0 3.2rem;
  background-color: #f3f3f5;
}

.modal.modal-stock-request .modal-dialog .modal-footer {
  min-height: 6.4rem;
  padding: 1.2rem 3.4rem;
}

.modal.modal-stock-request .modal-dialog .btn-close {
  top: auto;
}

.modal.modal-stock-request .modal-dialog .modal-title {
  font-size: 2rem;
}

.modal.modal-stock-request .modal-dialog .tab-content {
  height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 2.4rem 3.2rem 0;
  background-color: #f3f3f5;
}

.modal.modal-stock-request .modal-dialog .message-box {
  background-color: transparent;
}

.m-info {
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #dadfe3;
}

.m-info__info-title {
  color: #171d25;
}

.m-info__result {
  margin-bottom: 2.3rem;
  color: #171d25;
}

.m-info__status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 7.6rem;
  min-height: 2.5rem;
  padding: .4rem 1rem;
  display: inline-block;
  text-align: center;
  background-color: #171d25;
  color: #dadfe3;
  font-size: 1.2rem;
  border-radius: 2.2rem;
}

.m-info__info-respon {
  white-space: nowrap;
}

.m-info__info-time {
  white-space: nowrap;
}

.m-message__display-area {
  margin: 0 -3.2rem;
  padding: 2.4rem 0 0 2.4rem;
  background-color: #f3f3f5;
}

.m-message .messages-list {
  height: 31.4rem;
  padding-right: 2.4rem;
  overflow-y: auto;
}

.m-message__label {
  color: #6e7379;
}

.m-message__box {
  margin-bottom: 2.3rem;
}

.m-message__box textarea {
  padding: 1.2rem;
  border: 1px solid #dadfe3;
  border-radius: .5rem;
  resize: none;
}

.m-message__box textarea:focus {
  outline: none;
}

.m-request {
  padding-top: 2.3rem;
}

.m-request__input button {
  border-left: 1px solid transparent;
  z-index: 1;
}

.m-request__input .form-control {
  z-index: 2;
}

.m-request__table thead {
  background-color: #dbdbdf;
}

.m-request__table thead th {
  padding: 1.5rem 0;
  color: #42484f;
}

.m-request__table td:first-child {
  color: #42484f;
  font-size: 1.2rem;
}

.m-request__text {
  color: #171d25;
}

.notify-error .transaction__notification {
  height: 4rem;
  padding: 1rem 6rem;
}

.m-list {
  max-height: 36rem;
  overflow-y: auto;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: .5rem;
  overflow-y: auto;
  z-index: 1;
}

.m-list::-webkit-scrollbar {
  width: 12px;
}

.m-list::-webkit-scrollbar-track {
  background: inherit;
}

.m-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
          box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.m-list__title {
  margin-bottom: 1.2rem;
}

.m-list__detail {
  padding-top: .8rem;
}

.m-list__detail + .m-list__detail {
  margin-top: 1.6rem;
}

.m-list__group + .m-list__group {
  margin-top: 2.6rem;
}

.m-list__sub {
  padding-bottom: .8rem;
  border-bottom: 1px solid #dbdbdf;
  font-weight: 500;
}

.m-list__detail-text {
  width: 80%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.6rem;
}

#confirm-reject .modal-dialog .modal-footer > button {
  min-width: 210px;
}

#order-stock-reserve-footer a:hover,
#btn-reject:hover {
  cursor: pointer;
}

.modal-footer-status-reserved a {
  color: #8a8f94;
}

.modal-footer-status-reserved a:hover {
  cursor: pointer;
}

.btn-handle-status-reserved.disabled {
  color: #dbdbdf;
}

.btn-cancel-stock-reserve,
.btn-handle-status-reserved {
  color: #8a8f94;
}

.item-option-screen .head-bar {
  height: 47px;
}

.item-option-screen .head-bar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-option-screen .item-option-table .product-table {
  margin-top: 0;
}

.item-option-screen .item-option-table table {
  border-spacing: 0 2px;
}

.item-option-screen .item-option-table tbody {
  background-color: #dadfe3;
}

.item-option-screen .item-option-table tbody tr:hover {
  scale: 1;
}

.item-option-screen .item-option-table thead {
  height: 37px;
}

.item-option-screen .item-option-table thead th:first-child,
.item-option-screen .item-option-table thead th:last-child {
  border-radius: 0;
}

.item-option-screen .item-option-table .ui-sortable-helper {
  display: table;
}

.item-option-screen .item-option-table .ui-sortable-helper td:nth-child(1) {
  width: 46px;
}

.item-option-screen .item-option-table .ui-sortable-helper td:nth-child(3) {
  width: 100px;
}

.item-option-screen .item-option-table .ui-sortable-helper td:nth-child(4) {
  width: 100px;
}

.item-option-screen .item-option-table .ui-sortable-helper td:nth-child(5) {
  width: 100px;
}

.item-option-screen .item-option-table .ui-sortable-helper td:nth-child(6) {
  width: 140px;
}

.item-option-screen .item-option-table .ui-sortable-helper td:nth-child(7) {
  width: 46px;
}

.item-option-screen .item-option__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  color: #42484f;
}

.item-option-screen .item-option__input-name {
  height: auto;
  padding: .2rem .8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2rem;
  color: #171d25;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f5f5f5)), #fff;
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fff;
  border-radius: 4px;
  border: 1px solid #dadfe3;
  width: 100%;
}

.item-option-screen .item-option__input-name::-moz-selection {
  background-color: #ffe0ca;
}

.item-option-screen .item-option__input-name::selection {
  background-color: #ffe0ca;
}

.item-option-screen .item-option__input-name:focus {
  border-color: #ff7f22;
  outline: none;
}

.item-option-detail-screen .head-bar {
  height: 47px;
}

.item-option-detail-screen .head-bar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-option-detail-screen .box-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: .07em;
  color: #171d25;
  margin-top: 32px;
  margin-bottom: 16px;
}

.item-option-detail-screen .cell-label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: .07em;
  color: #a8a8a7;
  display: block;
  margin-bottom: 8px;
}

.item-option-detail-screen .cell-dropdown {
  width: 160px;
}

.item-option-detail-screen .cell-dropdown .c-dropdown__result {
  padding: 9px 12px;
  border-radius: 4px;
  height: 38px;
  border: 1px solid #dadfe3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
}

.item-option-detail-screen .cell-dropdown .c-dropdown__menu {
  background-color: #171d25;
  border-radius: 8px;
}

.item-option-detail-screen .cell-dropdown .c-dropdown__item {
  white-space: nowrap;
}

.item-option-detail-screen .cell-input {
  padding: 0 12px;
  height: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
  color: #171d25;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f5f5f5)), #fff;
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fff;
  border-radius: 4px;
  border: 1px solid #dadfe3;
}

.item-option-detail-screen .cell-input::-moz-selection {
  background-color: #ffe0ca;
}

.item-option-detail-screen .cell-input::selection {
  background-color: #ffe0ca;
}

.item-option-detail-screen .cell-input:focus {
  border-color: #ff7f22;
}

.item-option-detail-screen .cell-input.is-invalid {
  border-color: #dc3545;
}

.item-option-detail-screen .input-yen {
  position: relative;
}

.item-option-detail-screen .input-yen input {
  width: 140px;
  padding-left: 30px;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
}

.item-option-detail-screen .input-yen:before {
  content: '¥';
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: .07em;
}

.item-option-detail-screen .box {
  background-color: #fff;
  padding: 0 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-option-detail-screen .box .form-label {
  margin-top: 16px;
  margin-bottom: 8px;
}

.item-option-detail-screen .box input[type='text'] {
  margin-bottom: 8px;
}

.item-option-detail-screen .table.table--product th,
.item-option-detail-screen .table.table--product td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.item-option-detail-screen .table.table--product .option-table-header td:first-child {
  border-top-left-radius: 0;
}

.item-option-detail-screen .table.table--product .option-table-header td:last-child {
  border-top-right-radius: 0;
}

.item-option-detail-screen .table.table--product .option-table-header td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-option-detail-screen .option-image {
  margin-left: 10px;
}

.item-option-detail-screen .page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px;
}

.item-option-detail-screen .item-option-detail-table .table-sub-option tr:not(:last-child) td {
  border-bottom: 1px solid #dadfe3;
}

.item-option-detail-screen .item-option-detail-table .table-sub-option .ui-sortable-helper {
  display: table;
}

.item-option-detail-screen .item-option-detail-table .table-sub-option .ui-sortable-helper td:nth-child(1) {
  width: 58px;
}

.item-option-detail-screen .item-option-detail-table .table-sub-option .ui-sortable-helper td:nth-child(3) {
  width: 324px;
}

.item-option-detail-screen .item-option-detail-table .table-sub-option .ui-sortable-helper td:nth-child(4) {
  width: 45px;
}

.faq {
  position: relative;
  padding-top: 4.8rem;
}

.faq:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  background-color: #eceff3;
}

.faq__title {
  min-height: 8.8rem;
  padding: 3.1rem;
  background-color: #fff;
}

.faq__tabs-list {
  max-height: 9.8rem;
  overflow-y: auto;
}

.faq__tabs-item {
  margin-bottom: 2.4rem;
}

.faq__tabs-item + .faq__tabs-item {
  margin-left: 1.6rem;
}

.faq__tabs-link.nav-link {
  display: block;
  min-height: 3.7rem;
  padding: .7rem 2.4rem;
  border-radius: 1rem;
  border: 1px solid #ff7f22;
  color: #ff7f22;
  background-color: #fff;
}

.faq__tabs-link.nav-link.active {
  color: #fff;
  background-color: #ff7f22;
}

.faq__content-list {
  margin-top: -140px;
  padding-top: 140px;
}

.faq__content-item {
  padding: 2.4rem;
  background-color: #fff;
}

.faq__content-item input {
  width: 0;
  height: 0;
  display: none;
}

.faq__content-item input:checked ~ .faq__content-q .faq__content-collapse {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7.35355 1.35355C7.15829 1.15829 6.84171 1.15829 6.64645 1.35355L1 7' stroke='%23FF7F22' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.faq__content-item input:checked ~ .faq__content-a {
  height: auto;
  padding: .8rem;
  margin-top: 1.6rem;
}

.faq__content-item + .faq__content-item {
  margin-top: 1.6rem;
}

.faq__content-q {
  position: relative;
  min-height: 5.6rem;
  padding: 0 6.4rem 0 7.2rem;
  font-size: 2rem;
  line-height: 140%;
  cursor: pointer;
}

.faq__content-q:before {
  position: absolute;
  content: 'Q';
  width: 5.6rem;
  height: 5.6rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 1rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 5.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff7f22;
}

.faq__content-a {
  padding: 0 .8rem;
  font-size: 1.8rem;
  line-height: 160%;
  background-color: #f3f3f5;
  border-radius: .8rem;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.faq__content-collapse {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  padding: 1.4rem;
  border-radius: 50%;
  right: 0;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.64645 6.64645C6.84171 6.84171 7.15829 6.84171 7.35355 6.64645L13 1' stroke='%23FF7F22' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-size: 1.4rem .8rem;
  background-repeat: no-repeat;
  background-position: center;
}

.faq__content-collapse:active {
  background-color: #f3f3f5;
}

.faq__contact-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq__contact-btn button {
  min-width: 52rem;
}

#faq-page.fixed {
  position: fixed;
  left: 0;
  top: 72px;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}

#faq-page.fixed .faq__tabs-list {
  max-width: 1246px;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* stylelint-disable-line */
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  /* stylelint-disable-line */
  white-space: nowrap !important;
  /* stylelint-disable-line */
}

nav#faq-page.fixed ~ .faq__content {
  position: relative;
  top: 62px;
  padding-bottom: 100px;
}

/* stylelint-enable */
@-webkit-keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.loading.loading-content, .loading.loading-line, .loading.loading-box, .loading.loading-message {
  background-color: #dbdbdf;
  position: relative;
  overflow: hidden;
  font-size: 0;
  border-radius: 4px;
}

.loading.loading-content > *, .loading.loading-line > *, .loading.loading-box > *, .loading.loading-message > * {
  font-size: 0 !important;
  display: none !important;
}

.loading.loading-content:before, .loading.loading-line:before, .loading.loading-box:before, .loading.loading-message:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: skeleton-animation 1.2s linear infinite;
          animation: skeleton-animation 1.2s linear infinite;
}

.loading.loading-content.loading-width-25, .loading.loading-width-25.loading-line, .loading.loading-width-25.loading-box, .loading.loading-width-25.loading-message {
  width: 25%;
}

.loading.loading-content.loading-width-50, .loading.loading-width-50.loading-line, .loading.loading-width-50.loading-box, .loading.loading-width-50.loading-message {
  width: 50%;
}

.loading.loading-content.loading-width-75, .loading.loading-width-75.loading-line, .loading.loading-width-75.loading-box, .loading.loading-width-75.loading-message {
  width: 75%;
}

.loading.loading-line {
  min-height: 18px;
}

.loading.loading-box {
  background-image: none !important;
}

.loading.loading-message {
  width: 246px;
  height: 86px;
  border-radius: 0 16px 16px 16px;
}

.you .loading-message {
  border-radius: 16px 0 16px 16px;
}

.products-list img, .product-detail img,
.powerpoint-output-page .modal-powerpoint-image .document-structure .image-wrap img,
.powerpoint-output-page .modal-powerpoint-image .images .image__wrap img,
.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .image-wrap .preview-image,
.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__wrap-image img {
  position: relative;
}

.product-detail img:after, .products-list img:after,
.powerpoint-output-page .modal-powerpoint-image .document-structure .image-wrap img:after,
.powerpoint-output-page .modal-powerpoint-image .images .image__wrap img:after,
.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .image-wrap .preview-image:after,
.favorite-screen ~ .modal-powerpoint-template .powerpoint-templates .powerpoint-template__wrap-image img:after {
  content: url('../assets/icon/no-image.svg');
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F5;
}

.powerpoint-output-page .modal-powerpoint-image .document-structure .image-wrap img:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-detail .product-preview__image img:after {
  background: url('../assets/icon/no-image.svg') no-repeat;
  background-color: #F3F3F5;
  background-position: center;
}

.product-detail .modal-download-image .images .image__check,
.powerpoint-output-page .modal-powerpoint-image .images .image__check,
.powerpoint-output-page .modal-powerpoint-image .modal-footer .statistic .preview-images .btn-delete {
  z-index: 1;
}

.powerpoint-product-card:hover .btn-remove {
  z-index: 2;
}

.top-page-wrapper {
  position: relative;
}

.banner-top-page {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px;
  object-fit: cover;
}

.form-search-top-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  gap: 16px;

  position: absolute;
  width: 549px;
  height: 144px;
  left: calc(50% - 549px/2 - 0.5px);
  top: calc(50% - 144px/2);

  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 24px;
}

.top_page_title {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 167% */

  text-align: center;
  letter-spacing: 0.06em;

  /* Text/Defult */

  color: #171D25;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.top_page_body {
  display: flex !important;
  background-color: unset !important;
  align-items: center;
  padding: 0px !important;
  max-height: unset !important;
  position: static !important;
  border: unset !important;
  box-shadow: none !important;
  gap: 8px;
}

.top_page_search_input {
  /* Form */
  box-sizing: border-box;
  position: relative;
  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;

  width: 400px;
  /* main/white */

  background: #FFFFFF;
  /* divider/line */

  border-radius: 4px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.top_page_search_input>input {
  /* メーカー・ブランド・シリーズ名、アイテム名、品番 */
  width: 336px;
  height: 40px;

  /* JP/-2 */

  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  /* identical to box height, or 140% */
  display: flex;
  align-items: center;
  letter-spacing: 0.02em !important;
  border: none;
  padding: 8px 0 8px 12px;
}

.top_page_body>button {
  /* Auto layout */
  width: 77px;
  height: 40px;

  background: #FF7F22;
  border-radius: 8px;font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 140% */

  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.top_page_body>button:hover {
  background-color: #ff994e !important;
}

.top_page_search_input>input:focus-visible {
  outline: none;
}

.top_page_search_input>button {
  border:none;
  background: none;
  border-radius: 50%;
  padding: 0;
}

.top_page_search_input>button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.a-redirect-product-search:hover {
  color: #FF7F22 !important;
}

#modal-confirm-discard-edit .modal-footer > button:first-child {
  border: 1px solid #DADFE3;
  color: #6E7379
}

.search-free-text .search__suggestion .search__item-display{
  padding: 8px 12px 8px 8px;
  display: flex;
  justify-content: space-between;
}

.search-free-text .search-control .search__input:disabled{
  background-color: transparent;
  opacity: 1;
}

.top_page_search_input .search__item-display::before{
  display: none;
}

.search-free-text .search__item-display .name-en {
  font-family: 'Lato';
  font-weight: 600;
  margin-left: 4px;
  letter-spacing: 0.02em;
  max-width: 250px;
}

.search-free-text .search__item-display .name-jp {
  font-size: 11px;
  color: #BABFC3;
  letter-spacing: 0.02em;
}

.top-page-wrapper .top_page_body .search__suggestion  {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  margin-top: 1px !important;
  width: 100% !important;
  transform: none !important;
}

.item-search--2 .search__suggestion {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 200px !important;
}

.top_page_body .search__suggestion .search__item,
.item-search--2 .search__suggestion .search__item {
  width: 100%;
  cursor: pointer;
}

.top_page_body .search__suggestion .search__item-display,
.item-search--2 .search__suggestion .search__item-display {
  padding: 8px 12px 8px 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.top_page_body .search__suggestion .search__item-display:hover,
.item-search--2 .search__suggestion .search__item-display:hover {
  background-color: #f3f3f5;
}

.top_page_body .search__suggestion .search__item-display p,
.item-search--2 .search__suggestion .search__item-display p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.top_page_body .search__suggestion .search__item-display .name-en,
.item-search--2 .search__suggestion .search__item-display .name-en {
  font-family: 'Lato';
  font-weight: 600;
  margin-left: 4px;
  letter-spacing: 0.02em;
}

.top_page_body .search__suggestion .search__item-display .name-en {
  max-width: 270px;
}

.item-search--2 .search__suggestion .search__item-display .name-en {
  max-width: 240px;
}

.top_page_body .search__suggestion .search__item-display .name-jp,
.item-search--2 .search__suggestion .search__item-display .name-jp {
  font-size: 11px;
  color: #BABFC3;
  letter-spacing: 0.02em;
}

.product-detail #carouselProductImage .carousel-item img {
  min-height: 500px;
  min-width: 500px;
}

.top_page_search_input>input:-webkit-autofill,
.top_page_search_input>input:-webkit-autofill:hover,
.top_page_search_input>input:-webkit-autofill:focus,
.top_page_search_input>inputt:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.flex-1 {
    flex: 1;
}

.main-item {
  background-color: #fff;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #ededed 0%, #cbcbcb 20%, #ededed 45%);
    background-size: 800px 20px;
    width: 210px;
    height: 30px;
    border-radius: 8px;
    margin-right: 2px;
}

.width-30 {
  width: 30px;
}

.navbar-custom .navbar-nav .nav-item .nav-link.request_menu-link {
  padding: 6px 24px !important;
  background-color: #FF7F22;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.56px;
}

.navbar-custom .navbar-nav .nav-item .nav-link.request_menu-link svg path {
  stroke: #FFFFFF;
}

.dropdown.show .request_menu-link span {
  color: #FFFFFF;
}

.dropdown.show .request_menu-link {
  background-color: #ff994e !important;
}

.dropdown.show .request_menu-link svg path {
  fill: #ff994e;
}

.navbar-custom .navbar-nav .nav-link.request_menu-link svg {
    margin-right: 10px;
}

.empty-sku-item {
  padding: 0 24px 24px 24px !important;
  background: white;
}

.empty-sku-item-background {
  height: 360px;
  background: #DBDBDF;
}

.empty-sku-item-background .sku-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.empty-sku-item-background .sku-icon > p {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.07em;

}

.empty-sku-item-background .margin-button {
  margin-top: 20px;
}

.empty-sku-item-background .btn-register-sku {
  background: #FFFFFF;
  border: 1px solid #C5C9CE;
  border-radius: 16px;
  color: #6E7379;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.empty-sku-item-background .btn-item-option-sku {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.empty-sku-item-background .btn-register-sku:hover {
  border-color: #6c757d;
}

.display-flex-brand-inventory {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inventory-flag-box {
  padding: 0px 4px 0px 0px;
  width: 88px;
  height: 16px;
  background: #42484F;
  border-radius: 4px;
  margin-top: 2px;
}

.inventory-flag-box > p {
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.02em;
  width: 70px;
  height: 16px;
  color: #FFFFFF;
}

.inventory-flag-box-no-items {
  width: calc(((1366px - 24px * 2) / 5) - 12px * 2) !important;
}

.inventory-flag-box-hover:hover {
  border-color: #DADFE3;
}

.filter-maker-brand-max-width {
  width: 360px !important;
}

.item-search--2 .search-box {
  display: flex !important;
  background-color: unset !important;
  padding: 0px !important;
  height: 40px !important;
  position: static !important;
  border: unset !important;
  box-shadow: none !important;
}

.loading-spinner.top-page {
  position: fixed;
  top: 50vh;
  z-index: 999;
  right: 50vw;
}

.product-detail-cart-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-ask-for-advice {
  border-radius: 10px;
  border: 1px solid #C5C9CE;
  background-color: #FFFFFF !important;
  color: black;
  width: 100%;
  height: 100%;
  font-weight: 700;
  position: relative;
}

.product-detail-ask-for-advice .icon-lock-service {
  position: absolute;
  top: -7px;
  right: -12px;
}

.product-detail-ask-for-advice:hover {
  background-color: #FFFFFF !important;
  border: 1px solid #C5C9CE;
  color: black;
  border-color: #6c757d;
}

.product-detail-ask-for-advice-margin {
  margin-bottom: 80px !important;
}

.btn_close_modal_confirm_cart {
    border-radius: 10px;
    border: 1px solid #DADFE3;
    background: #FFF;
}

.count-quantity-cart-item {
  border-radius: 13px;
  display: flex;
  padding: 4px;
  margin: auto;
  justify-content: center;
  background: #FF7F22;
  color: white;
  height: 20px;
  align-items: center;
  margin-left: 4px;
  min-width: 20px;
  display: none;
}

.favorite-screen .favorite-product .add-to-cart-favorite {
  background-color:#FF7F22 !important;
  color: #ffff !important;
  margin-left: 8px !important;
  border: none;
}

.favorite-screen .favorite-product .add-to-cart-favorite:hover {
  border: none;
  background-color: #ff994e !important;
}

.navbar-custom .navbar-nav .nav-link:hover svg.quote-list__icon {
  fill: none;
}

.navbar-custom .navbar-nav .nav-link:hover svg.quote-list__icon path {
  stroke: #ff7f22;
}

.c-dropdown__input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: .08em;
  background-color: #FFFFFF;
  outline: none;
  color: #2e343b;
  height: 3.2rem !important;
  line-height: 140%;
  outline: none;
  padding: 4px 0 4px 0px !important;
  border: none;
  border-bottom: 1px solid #ff7f22;
}

@media (min-width: 1600px) {
  .supplier-item-list .c-dropdown__input {
    width: 115% !important;
  }
}

.supplier-item-list .dropdown-registered-filter-by-brand,
.supplier-item-list .dropdown-registered-filter-by-maker,
.supplier-item-list .dropdown-registered-filter-by-series,
.supplier-item-list .dropdown-un-registered-filter-by-brand,
.supplier-item-list .dropdown-un-registered-filter-by-maker,
.supplier-item-list .dropdown-un-registered-filter-by-series
{
  max-height: calc(100vh - 178px - 16px + 36px + 5px) !important;
  max-width: 360px;
  top: -36px !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.supplier-item-list .dropdown-registered-filter-by-brand .c-dropdown__body,
.supplier-item-list .dropdown-registered-filter-by-maker .c-dropdown__body,
.supplier-item-list .dropdown-registered-filter-by-series .c-dropdown__body,
.supplier-item-list .dropdown-un-registered-filter-by-brand .c-dropdown__body,
.supplier-item-list .dropdown-un-registered-filter-by-maker .c-dropdown__body,
.supplier-item-list .dropdown-un-registered-filter-by-series .c-dropdown__body
{
  margin-top: 5px;
  background-color: #1c2124;
  max-height: calc(100vh - 178px - 16px - 5px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.3);
}

.form-estimate__field .c-dropdown__menu {
  top: -52px !important;
  background-color: #ECEFF3;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: calc(100vh - 312px);
  max-width: 360px;
}

.form-estimate__field .c-dropdown__body,
.form-estimate__field .c-dropdown__footer
{
  background-color: #42484F;
  max-height: calc(100vh - 312px - 109px);
}

.form-estimate__field .c-dropdown__body {
  margin-top: 5px;
}

.form-estimate__field .c-dropdown__input-brand {
  background-color: #ECEFF3;
  height: 4.8rem !important;
  letter-spacing: .07em;
}

.supplier-item-list .c-dropdown__expanded-icon:has(.dropdown-registered-filter-by-maker):after,
.supplier-item-list .c-dropdown__expanded-icon:has(.dropdown-registered-filter-by-brand):after,
.supplier-item-list .c-dropdown__expanded-icon:has(.dropdown-registered-filter-by-series):after,
.supplier-item-list .c-dropdown__expanded-icon:has(.dropdown-un-registered-filter-by-brand):after,
.supplier-item-list .c-dropdown__expanded-icon:has(.dropdown-un-registered-filter-by-maker):after,
.supplier-item-list .c-dropdown__expanded-icon:has(.dropdown-un-registered-filter-by-series):after,
#modal-add-accessory .c-dropdown__expanded-icon:has(.dropdown-maker):after,
#modal-add-accessory .c-dropdown__expanded-icon:has(.dropdown-brand):after,
#modal-add-accessory .c-dropdown__expanded-icon:has(.dropdown-seri):after,
.form-estimate__field .c-dropdown__expanded-icon:after {
  z-index: 2;
}

#modal-add-accessory .dropdown-maker,
#modal-add-accessory .dropdown-brand,
#modal-add-accessory .dropdown-seri
{
  top: -36px !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: calc(100vh - 217px - 16px + 36px + 5px) !important;
  max-width: 360px;
}

#modal-add-accessory .dropdown-maker .c-dropdown__body,
#modal-add-accessory .dropdown-brand .c-dropdown__body,
#modal-add-accessory .dropdown-seri .c-dropdown__body {
  margin-top: 5px;
  background-color: #1c2124;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  max-height: calc(100vh - 217px - 16px - 16px) !important;
}

#modal-add-accessory .dropdown-maker .c-dropdown__body::-webkit-scrollbar-track,
#modal-add-accessory .dropdown-brand .c-dropdown__body::-webkit-scrollbar-track,
#modal-add-accessory .dropdown-seri .c-dropdown__body::-webkit-scrollbar-track {
  border-radius: 8px;
}

.hide-element {
  display: none !important;
}

.noafter:after {
  display: none;
}

.create-item-page .c-dropdown__menu {
  max-height: calc(100vh - 247px - 16px - 5px);
  width: auto !important;
  min-width: 250px;
  max-width: 360px;
}

.create-item-page .c-dropdown__body {
  max-height: calc(100vh - 247px - 16px - 5px) !important;
  width: auto !important;
  min-width: 250px;
  max-width: 360px;
}

.confirm-update__sku {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.confirm-update__sku > a:nth-child(1) {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #DADFE3;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-update__sku > a:nth-child(2) {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #fbfdff;
  background: #FF7F22;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cst-label__textarea:hover {
  border-radius: 4px;
  border: 1px solid #FF7F22;
  background: #FFF2E9;
  cursor: pointer;
}


.c-dropdown__item-cst-sku-list:after {
  width: 16px !important;
  height: 16px !important;
}

.product-table-td-cst table tbody td {
  vertical-align: inherit !important;
}

.product-table-td-cst table tbody td:first-child {
  vertical-align: middle !important;
}

.redirect-to-preview {
  /* cursor: pointer; */
}

.product-detail .product-info__table-price .contact-us {
  grid-column: 2/5;
  grid-row: 8;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #8a8f94;
}

.product-stock__subtitle {
  color: #6E7379;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  text-align: right;
  width: 56px !important;
}

.d-flex-stock__subtitle {
  display: flex;
  align-items: center;
}

.disabled-quantity__stock__hide {
  opacity: .4;
  pointer-events: none;
}

#navbarSupportedContent .page-cst-icon:hover svg {
  fill: none;
}

#navbarSupportedContent .page-cst-icon:hover svg path{
  fill: #ff7f22;
}

.selected-option-update__sku__option {
  padding: 16px 16px 18px 16px;
  color:#FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px; /*selected-option-update__sku 140% */
  letter-spacing: 0.24px;
}

.c-dropdown input[type='radio']:not(.checkbox-outline):checked + .c-dropdown_checked_cst {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  left: 0;
  display: flex;
}

.c-dropdown input[type='radio']:not(.checkbox-outline):checked + .c-dropdown_checked_cst::before {
  content: "";
  position: absolute;
  left: -7px;
  width: 6px;
  height: 11px;
  border: 1px solid #ff7f22;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dropdown-select-option_update_sku, .dropdown-feature_update_sku {
  border-radius: 4px;
  border: 1px solid #FF7F22;
  background: #FFF2E9;
  cursor: pointer;
  min-width: 60px;
  display: block;
}

.new-menu-dropdown-cst {
  width: 256px !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 40px 0px;
  border-radius: 8px;
  background: var(--fg-3, #1C2124);
}

.new-menu-dropdown-cst label {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.max-w-256 {
  max-width: 256px !important;
}

.max-w-128 {
  max-width: 128px !important;
}


.sku-bulk-update__header {
  background: #FFF;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #DADFE3;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sku-bulk-update__body {
    height: 1860px;
    overflow-y: auto;
  padding-left: 24px;
  padding-right: 18px;
  border-bottom: 1px solid #DADFE3;
}

.sku-bulk-update__body .form-control:not(textarea){
  height: 40px !important;
}

.sku-bulk-update__body .main {
  background-color: #fff;
    padding: 16px 16px 24px 16px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.sku-bulk-update__body .edit-checkbox-label{
  max-width: max-content;
}

.sku-bulk-update__body .item-checkbox .checkbox:disabled + label {
  color: #BABFC3 !important;
  cursor: not-allowed;
}

.sku-bulk-update__body .option .item-option {
  display: flex;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid #DADFE3;
  padding: 16px 16px 16px 0px;
}

.sku-bulk-update__body .option .item-option__name {
  width: 143px;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sku-bulk-update__body .option .item-option__image {
  width: 56px;
  height: 56px;
  margin-left: 24px;
  margin-right: 16px;
}

.sku-bulk-update__body .option .item-option__image img {
  width: 100%;
  height: 100%;
}

.sku-bulk-update__body .option .item-option__group-sub-option {
  width: 270px;
  margin-right: 16px;
}

.sku-bulk-update__body .option .item-option__group-sub-option p.disabled {
  color: #BABFC3;
}

.sku-bulk-update__body .option .item-option__btn-toggle-dropdown {
  width: 48px;
  padding: 8px 12px;
  font-weight: 700;
  height: 32px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.sku-bulk-update__body .feature .feature__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 24px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 140%;
  border: 1px solid #C5C9CE;
  height: 32px;
  padding: 4px 16px;
  min-width: 100px;
  color: #BABFC3;
  cursor: pointer;
}

.sku-bulk-update__body .feature .main .feature__wrapper .feature__wrapper--main {
  border-bottom: 1px solid #DADFE3;
}

.sku-bulk-update__body .feature .feature__btn::before,
.sku-bulk-update__body .feature__check:checked+.feature__btn::after {
  left: 23px;
}

.sku-bulk-update__body .feature .feature__btn > span {
  margin-left: 22px;
}

.sku-bulk-update__footer {
  float: right;
  padding-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sku-bulk-update__footer .button {
  width: 152px;
    padding: 8px 12px;
    height: 40px;
}

.sku-bulk-update__container .c-dropdown__trigger.disabled:not(button),
.sku-bulk-update__container .form-control:disabled,
.sku-bulk-update__container .form-control[readonly] {
  background-color: #F3F3F5 !important;
}

#sku-bulk-update .add-field-max-size:disabled,
#sku-bulk-update .remove-field-max-size:disabled {
  opacity: .4;
  pointer-events: none;
}

#filter-bar__tab-wrapper li.ui-state-disabled {
  pointer-events: unset !important;

}
#filter-bar__tab-wrapper .ui-state-disabled .filter-bar__tab:hover {
  opacity: .35;
  color: inherit !important;
    border-color: inherit !important;
    cursor: not-allowed !important;
}

#sku-bulk-update .c-dropdown__trigger:not(.c-dropend-icon):not(.item-option__btn-toggle-dropdown) {
  border-radius: 0.4rem;
  height: 40px;
  padding: 12px;
  border: 1px solid #ced4da;
}

#sku-bulk-update .c-dropdown__menu.sku-options {
  padding: 10px 30px 20px 30px;

  min-width: 436px;
  border-radius: 4px;
}

#sku-bulk-update .c-dropdown__menu.sku-options .c-dropdown__header:before {
  width: 100%;
}

.sku-bulk-update__body .edit-checkbox-label:has(input[type=checkbox]:disabled) >span {
  cursor: not-allowed;
}

.sku-bulk-update__body::-webkit-scrollbar {
  width: 14px;
}

.sku-bulk-update__body::-webkit-scrollbar-track {
  background: inherit;
}

.sku-bulk-update__body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
  box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.btn-show-bulk-update-sku {
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #DADFE3;
  background: #fff;
  height: 26px;
  min-height: 26px;
}

.btn-show-bulk-update-sku:hover {
  opacity: .8;
}

.scroll-table-sku__list {
  /* max-width: 1366px; */
  overflow: hidden;
  overflow-x: scroll;
}

.scroll-table-sku__list th, .scroll-table-sku__list td {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.sku-checkbox-cell__table {
  position: sticky;
  left: 0;
  z-index: 99;
}

.c-dropdown input[type='checkbox']:not(.checkbox-outline):checked + .c-dropdown_checked_cst {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  left: 0;
  display: flex;
}

.c-dropdown input[type='checkbox']:not(.checkbox-outline):checked + .c-dropdown_checked_cst::before {
  content: "";
  position: absolute;
  left: -14px;
  width: 6px;
  height: 11px;
  border: 1px solid #ff7f22;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sku-feature-detail__option {
 min-width: 50px;
}

.scroll-table-sku__list::-webkit-scrollbar-track {
	background: inherit;
}

.scroll-table-sku__list::-webkit-scrollbar
{
	width: 12px;
}

.scroll-table-sku__list::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
  box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}


.sku-bulk-update__body .stock-quantity-width__wrapper .invalid-feedback{
  white-space: normal;
}

#sku-bulk-update-form {
  background-color: #F3F3F5;
}

.position-sticky-sku__image {
  position: sticky;
  left: 34px;
  z-index: 99;
}

.position-sticky-sku__id {
  position: sticky;
  left: 115px;
  z-index: 99;
}

.sku-td-max-width-85__table {
  min-width: 85px;
}

.feature-search__item {
    align-items: center;
    display: flex;
}

#filter-bar__feature-search .feature-search__item .checkbox {
  min-width: 16px;
}
.sku-td_border-none__empty_data {
  border: none !important;
}

.sku-td-min-width-88__table {
  min-width: 88px;
}

.sku-td-min-width-150__table {
  min-width: 150px;
}

.sku-td-min-width-200__table {
  min-width: 200px;
}

.sku-td-min-width-64__table {
  min-width: 64px;
}

.sku-td-min-width-115__table {
  min-width: 115px;
}


.search-box-lead_times {
  height: 32px !important;
  z-index:  1 !important;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

#filter-bar__feature-search .feature-search__item > label > span {
  word-break: break-all;
}

#item-detail-search-form .invalid-feedback {
  white-space: normal !important;
}

#filter-group-feature .feature__options .checkbox {
  min-width: 16px;
}

#filter-group-feature .feature__options .checkbox + span {
  word-break: break-all;
}

#filter-bar__feature-search .feature-search {
  grid-template-columns: repeat(auto-fill, calc(calc(100% - 64px) / 7));
  display: grid !important;
}

.sku-bulk-update__body ::placeholder, .sku-bulk-update__body [data-placeholder] {
  font-size: 14px !important;
}

.sku-bulk-update__body .feature__name {
  width: 50%;
  word-break: break-all;
  text-align: end;
}

.sku-bulk-update__body .feature__wrapper--main .checkbox {
  min-width: 16px;
}

.sku-bulk-update__body .feature__placeholder {
  min-width: max-content;
}

.sku-bulk-update__body .c-dropdown__trigger.is-invalid {
  border: 1px solid #dc3545 !important
}

.disabled--skus-search {
  pointer-events: none;
  color: #BABFC3 !important;
  text-decoration: underline !important;
}

.disabled--skus-search:hover {
  pointer-events: none;
  color: #BABFC3 !important;
  text-decoration: underline !important;
}

.btn-close__edit--textarea {
  margin-top: 2px;
  width: 116px !important;
  display: flex !important;
  height: 32px ;
  padding: 8px 12px 9px 8px;
  justify-content: center ;
  align-items: center ;
  gap: 4px;
  text-decoration: none;
  color: #6E7379 ;
  font-size: 12px;
  border-radius: 8px !important;
}
.btn-close__edit--textarea:hover {
  color: #6E7379 !important;
}
.btn-sku-update--textarea {
  margin-top: 2px;
  font-size: 12px;
  width: 70px !important;
  display: flex !important;
  height: 32px ;
  padding: 8px 12px 9px 8px;
  justify-content: center ;
  align-items: center ;
  gap: 4px;
  text-decoration: none;
  color: #FFFFFF ;
  border-radius: 8px !important;
}
.btn-sku-update--textarea:hover {
  color: #FFFFFF !important;
}

.supplier-item-detail .filter-by-publish-flag {
  z-index: 100;
}

#filter-bar__tab-wrapper .filter-by-sku-options,
#filter-bar__tab-wrapper .filter-by-sku-colors,
#filter-bar__tab-wrapper .filter-by-stock-type,
#filter-bar__tab-wrapper .filter-by-publish-flag {
  z-index: 999;
}

.hover-checkbox-background {
  padding: 4px 8px;
}

.hover-checkbox-background:hover {
  border-radius: 4px;
  background: #F3F3F5;
}

.item-detail-page::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #a8a8a7;
  box-shadow: inset 0 0 0 12px #a8a8a7;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.item-detail-page::-webkit-scrollbar {
  width: 14px;
}

.item-detail-page::-webkit-scrollbar-track {
  background: inherit;
}

#supplier-item-sku-list .info-table {
  padding-left: 24px;
  padding-right: 16px;
}

#childs-table .product-table .table{
  border-spacing: 0 1px;
  background-color: #DADFE3;
}

.td_size_description, .td_weight_description, .td_material_description, .next_arrival, .td_maker_code, .td_sku_name {
  position: relative;
}

.td_size_description .sku-update,
.td_weight_description .sku-update,
.td_material_description .sku-update {
  width: 384px;
  position: absolute;
  height: 128px;
  left: 0;
  z-index: 100;
}

.next_arrival .sku-update {
  right: 0;
  width: 384px;
  position: absolute;
  height: 128px;
  z-index: 100;
}

#supplier-item-sku-list tr:last-child .td_size_description .sku-update,
#supplier-item-sku-list tr:last-child .td_weight_description .sku-update,
#supplier-item-sku-list tr:last-child .td_material_description .sku-update,
#supplier-item-sku-list tr:last-child .next_arrival .sku-update
{
  top: -36px;
}

.td_size_description .sku_size_description,
.td_weight_description .sku_weight_description,
.td_material_description .sku_material_description,
.next_arrival .next_arrival_val {
  height: 128px;
}

.td_maker_code .sku-update, .td_sku_name .sku-update {
  position: absolute;
}

.td_maker_code .sku-update .sku_maker_code, .td_sku_name .sku-update .sku_sku_name {
  height: 79px;
}

#supplier-item-sku-list tr:last-child .td_maker_code .sku-update,
#supplier-item-sku-list tr:last-child .td_sku_name .sku-update
{
  top: 18px;
}


@media (min-width: 1400px) {
  .item-detail-page .sku-detail__info table colgroup col:first-child {
    width: 30% !important;
  }

  .item-detail-page .sku-detail__info table colgroup col:nth-child(2) {
    width: 60% !important;
  }
}

.product-info__next-arrival {
  display: flex;
  margin: 4px 0;
}

.product-info__next-arrival .title {
  min-width: 170px;
  font-style: normal;
  padding-right: 24px;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: right;
}

.product-info__next-arrival .content {
  word-break: break-all;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 18px;
  color: #42484F;
  font-family: Noto Sans JP;
  letter-spacing: 0.02em;
  text-align: left;
}
.product-info__next-arrival .content .price-updated-at-noti {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: .07em;
  color: #8a8f94;
}
.btn-submit-cst__item__option {
  display: flex;
  height: 32px;
  padding: 8px 12px 9px 8px !important;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px; /* 140% */
  letter-spacing: 0.24px;
  gap: 4px;
  margin-left: 16px;
}

.btn-cancel-cst__item__option {
  display: flex;
  height: 32px;
  padding: 8px 12px 9px 8px !important;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DADFE3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px; /* 140% */
  letter-spacing: 0.24px;
  color: #FFF;
  gap: 4px
}

.btn-cancel-cst__item__option:hover {
  color: #FFF;
}

.product-similar .product-similar__list .product__item .product__table-price-quantity .stock_quantity .value {
  font-family: "Noto Sans JP";
}

.btn-search-container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.btn-search-container button {
  width: 128px;
  font-weight: 500;
  min-height: 32px;
  min-width: 128px;
  padding: 0;
}

.item-list-not-set-condition td {
  height: 500px;
  text-align: center;
}

.item-list-not-set-condition td svg {
  margin-bottom: 16px;
}

.not-set-search-conditions {
  height: 500px;
  text-align: center;
}

.not-set-search-conditions div {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.not-set-search-conditions svg {
  margin-bottom: 16px;
}

.loading-search-table {
  height: 500px;
}

.loading-search-table .loading-spinner {
  height: 500px;
}

#search-product-box-pagination-header .price_not_include_tax {
  margin-top: 8px;
}

#search-product-box-pagination-header .price_not_include_tax span {
  color: #6E7379;
  text-align: right;
  font-family: Noto Sans JP;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
}

.product-similar .product-similar__list .product__item .product__info .product__colors-container {
  display: flex;
  align-items: center;
  min-height: 15px;
}

.product-similar .product-similar__list .product__item .product__info .product__colors-container .product__color {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  border: 1px solid #ddd;
}

.product-similar .product-similar__list .product__item .product__info .product__color-name {
  font-family: Noto Sans JP;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #6E7379;
}

.product-similar .product-similar__list .product__item .product__info .product__color-name:hover {
  color: #6E7379;
}

.stock_quantity--break-line {
  flex-direction: column !important;
}

.stock_quantity--break-line .value {
  width: auto !important; 
}

.item-detail-page .filter-bar .c-dropdown__menu-cst .c-dropdown__item {
  padding: 13px 0  !important;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
 }
 
 .item-detail-page .filter-bar .c-dropdown__menu-cst {
   width: 351px !important;
   padding: 10px 16px 20px 16px  !important;
 }
 
 .c-dropdown__header-search-option {
   display: flex;
   align-items: center;
   padding: 0;
   padding-left: 0 !important;
   justify-content: space-between;
 }
 
 .c-dropdown__header-search-option .btn-text--devide-line { 
   color: #6E7379;
   margin-left: 14px;
 }
 
 .c-dropdown__header-search-option:before { 
   width:  100% !important;
 }
 
 .c-dropdown__header-search-option a {
   font-family: Noto Sans JP;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 16.8px; /* 140% */
   letter-spacing: 0.24px;
   padding: 16px 0px 18px 0;
   color: #ff7f22;
 }
 
.favorite-screen .right-side {
  background-color: #F3F3F5;
}

.favorite-list-groups-list {
  padding: 8px 24px 0px 24px;
}

.favorite-list-group-container {
  border: 1px solid #C5C9CE;
  border-radius: 4px;
  background-color: #FFF;
  margin-bottom: 16px;
  position: relative;
}

.favorite-list-group-container .favorite-list-group__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 8px;
  border-bottom: 1px solid #DADFE3;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group__group-name {
  word-break: break-all;
  overflow: hidden;
  color: #171D25;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px; 
  letter-spacing: 0.24px;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group__group-name-container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.favorite-list-groups-list .favorite-list-group-container .btn-edit-group-name, .powerpoint-output-page .btn-edit-page-name {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #C5C9CE;
  background: transparent;
}

.favorite-list-groups-list .favorite-list-group-container .btn-edit-group-name.empty-product {
  border-radius: 4px;
  padding: 4px 8px;
  min-width: 83px;
}

.favorite-list-groups-list .favorite-list-group-container .btn-edit-group-name span {
  color: #6E7379;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.favorite-list-groups-list .favorite-list-group-container .btn-edit-group-name svg {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 2.343px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.favorite-list-groups-list .favorite-list-group-container .btn-edit-group-name:hover, .powerpoint-output-page .btn-edit-page-name:hover {
  background-color: rgba(110, 115, 121, 0.1);
  color: #6e7379;
}

.favorite-list-groups-list .favorite-list-group-container .default-flag {
  color: #63686D;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 2px 8px;
  border-radius: 22px;
  border: 1px solid #C5C9CE;
  height: 20px;
  margin-left: 8px;
  min-width: 66px;
}

.favorite-list-groups-list .favorite-list-group-container .btn-uncheck__item {
  color: #6E7379;
  text-align: right;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  cursor: pointer;
  margin-left: 32px;
  min-width: 50px;
}

.favorite-list-groups-list .favorite-list-group-container .btn-uncheck__item--empty-product {
  margin-left: auto !important;
}

.favorite-list-groups-list .favorite-list-group-container .btn-check-all-item:hover{
  color: #ff994e;
}

.favorite-list-groups-list .favorite-list-group-container .btn-check-all-item {
  color: #FF7F22;
  text-align: right;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  cursor: pointer;
  margin: 0 16px;
  min-width: 60px;

}

.favorite-list-groups-list .favorite-list-group-container .btn-delete-favorite-list-group {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #DD443C;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 4px 8px;
  margin-left: auto;
  min-width: 120px;
  height: 24px;
  gap: 2px;
}

.favorite-list-groups-list .favorite-list-group-container .btn-delete-favorite-list-group:hover:enabled {
  background-color: rgba(221, 68, 60, 0.1);
  color: #DD443C;
}

.favorite-list-groups-list .favorite-list-group-container .btn-delete-favorite-list-group:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.favorite-list-groups-list .favorite-list-group-container .btn-delete-favorite-list-group.btn-empty-product {
  margin-left: 8px;
  border-radius: 4px;
  line-height: 16px;
  padding: 3px 8px;
}

.btn-toggle-open-favorite-list-group {
  transform: rotate(-90deg);
  margin-right: 8px;
}

.favorite-list-group__group--open {
  cursor: pointer;
  transform: rotate(0deg);
  margin-right: 8px;
}

.favorite-list-group__group--open > svg {
  width: 6px;
  height: 4px;
  flex-shrink: 0;
  fill: #171D25;
}

.favorite-list-groups-list .favorite-list-group-container .products-list {
  display: grid;
  row-gap: 2px;
  grid-template-columns: repeat(auto-fill, 170px);
  min-height: 218px;
  justify-content: space-between;
  overflow: hidden;
}

.favorite-list-groups-list .favorite-list-group-container .product__btn-download-image-container {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #DADFE3;
  background:  #FFF;
  left: 26px;
  top: 132px;
  width: 120px;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container {
  position: absolute;
  right: 0;
  z-index: 5;
  right: 0;
  top: 4px;
  right: 4px;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container .favorite-list-group-action-btn button {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container .favorite-list-group-action-btn button:hover {
  border: 1px solid #DADFE3;
  background-color: #F3F3F5;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container .favorite-list-group-action-btn .dropdown-menu {
  min-width: 88px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.98px;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container .favorite-list-group-action-btn .dropdown-menu li {
  padding: 8px 16px;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container .favorite-list-group-action-btn .dropdown-menu li:nth-child(1) {
  color: #ECEFF3 !important;
}

.favorite-list-groups-list .favorite-list-group-container .favorite-list-group-action-btn-container .favorite-list-group-action-btn .dropdown-menu li:nth-child(2) {
  color: #FF847D !important;
}

.favorite-screen .btn-add-favorite-list-group {
  display: flex;
  height: 40px;
  padding: 8px 16px 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #DADFE3;
  background: #FFF;
  margin: auto;
  margin-bottom: 24px;
}

.favorite-list-group-container .empty {
  position: absolute;
  top: 35%;
  left: 46%;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.favorite-list-group-container .empty div {
  margin-top: 8px;
}

.favorite-list-group-container .empty button {
  padding: 8px 12px 9px 9px;
  border-radius: 10px;
  border: 1px solid #C5C9CE;
  background: #FFF;
}

.favorite-list-group-container .empty button:hover {
  color: #6e7379;
  border-color: #6c757d;
}

.favorite-list-group-container .favorite-list-group__input-name {
  height: auto;
  padding: 0.2rem 0.8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2rem;
  color: #171d25;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #dadfe3;
}

.favorite-list-group-container .favorite-list-group__input-name.hide {
  display: none;
}

.favorite-list-group-container .favorite-list-group__input-name:focus, .powerpoint-output-page .many-items-per-sheet .product-box__title-input:focus {
  border-color: #ff7f22;
  outline: none;
}

.powerpoint-output-page .many-items-per-sheet .product-box__title-input {
  height: auto;
  padding: 0.2rem 0.8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2rem;
  color: #171d25;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #dadfe3;
}

.powerpoint-output-page .btn-edit-page-name {
  margin-left: 8px;
}

.favorite-screen .filter-bar__input {
  line-height: 16.8px !important;
  height: 32.8px !important;
  padding-top: 8px !important;
  padding-bottom: 8px;
}

.create-item-page .item-image-box .item-img__container:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
  z-index: 2;
}

.login-page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-page-container .login-page {
  min-height: 0 !important;
}

.link-create-account {
  font-size: 12px;
  font-weight: 500;
}

.password-container {
  position: relative;
}

.show-hide-password-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.icon-show-password {
  display: none;
}

.flex-direction-share-with-member__list {
  display: flex;
  flex-direction: column;
  flex: 3;
}

.flex-direction-share-with-member__dropdown {
  display: flex;
  flex-direction: column;
}

.flex-direction-share-with-member__dropdown .c-dropdown .c-dropdown__trigger {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DADFE3 !important;
  background: #FFF;
  padding: 12px 8px 12px 12px !important;
}

.gap-16-share-with__member {
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.gap-24-share-with__member {
  gap: 24px;
}

.modal-share-with-member-favorite {
  padding: 32px 48px 38px 48px;
}

.flex-direction-share-with-member-table-td .c-dropdown .c-dropdown__trigger {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DADFE3 !important;
  background: #FFF;
  padding: 12px 8px 12px 12px !important;
  font-size: 13px;
  height: 32px;
}

.favorite-screen ~.modal-share-with-member td:nth-child(5), .favorite-screen ~.modal-share-with-member th:nth-child(5) {
  width: 50px;
  padding: 10px 0;
}

.favorite-screen ~.modal-share-with-member td:nth-child(4), .favorite-screen ~.modal-share-with-member th:nth-child(4) {
  width: 130px;
}

.favorite-screen ~.modal-share-with-member td:nth-child(1), .favorite-screen ~.modal-share-with-member th:nth-child(1) {
  width: 56px;
  padding-left: 24px;
}

.favorite-screen ~.modal-share-with-member td:nth-child(2), .favorite-screen ~.modal-share-with-member th:nth-child(2) {
  width: 159px;
}

.favorite-screen ~.modal-share-with-member td:nth-child(3), .favorite-screen ~.modal-share-with-member th:nth-child(3) {
  min-width: 135px;
}

.favorite-screen ~.modal-share-with-member .default-table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.favorite-screen ~.modal-share-with-member .chip .chip__text {
  background-color: #fff !important;
  color: #8A8F94;
  border-radius: 16px;
  padding: 4px 8px;
}

.favorite-screen ~.modal-share-with-member .chip .chip__text .avatar {
  width: 24px !important;
  height: 24px !important;
}

.favorite-screen ~.modal-share-with-member .chip .chip__remove {
  color: #8A8F94;
  margin-right: 12px;
}

.favorite-screen ~.modal-share-with-member .chip {
  padding: unset !important;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  border: 1px solid #DADFE3;
}

.favorite-header-right-container {
  border-radius: 10px 0 0 10px;
  border: 1px solid #C5C9CE;
  background: #FFF;
  display: flex;
  height: 33px;
  padding: 0px 8px;
  align-items: center;
  gap: 8px;
}

.favorite-header-right-container .avatar-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}

.favorite-header-right-container .avatar-container-item {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-left: -10px;
  transition: .7s all ease-in-out;
  transform: scale(1);
}

.favorite-header-right-container .avatar-container-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.favorite-header-right-container .quantity, .favorite-header-right-btn-share-with-member .quantity {
  color: #8A8F94;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  text-decoration: none;
}

.favorite-header-right-btn-share-with-member {
  border-radius: 0 10px 10px 0;
  border: 1px solid #C5C9CE;
  background: #FFF;
  display: flex;
  height: 33px;
  padding: 0px 8px;
  align-items: center;
  gap: 8px;
  border-left: 1px solid #C5C9CE;
  min-width: 65px;
}

.txt-share-with-member {
  position: relative;
  left: 34px;
  top: -5px;
  color: #6E7379;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  min-width: 25px;
}

.favorite-header-right-btn-share-with-member .quantity {
  display: flex;
  align-items: center;
  gap: 4px;
}

.favorite-owner__share_with_me {
  color: #171D25;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.26px;
}

.favorite-share-with-member-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.favorite-search__list {
  border-bottom: 1px solid #DADFE3;
  padding: 4px 8px 8px 8px;
}

.favorite-search__list .search-control .search__input-control {
  position: relative;
}

.favorite-search__list .search-control .search__button {
  position: absolute;
  top: 4px;
  left: 4px;
}

.favorite-search__list .search-control .search__input-control input {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  height: 32px;
  background: #F3F3F5;
  padding-left: 35px;
}

.favorite-search__list .favorite-checkbox_show_only {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  margin-left: auto;
  max-width: 155px;
  cursor: pointer;
}

.empty-favorite__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #BABFC3;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.98px;
  margin: 10px 15px;
}

.empty-favorite__search label {
  margin: 10px 15px;
}

.empty-favorite__search label svg {
  stroke: #BABFC3;
  fill: #BABFC3;
}

#modal-share-with-member .chips__body .no-result {
  text-align: left;
  color: #eceff3;
}

.favorite-screen .favorite-collections > main .favorite-item-list {
  max-height: calc(100vh - 64px - 62px - 69px);
  min-height: calc(100vh - 215px);
  overflow-y: auto;
}

.favorite-screen .favorite-collections > main .favorite-item-list::-webkit-scrollbar {
  width: 12px;
}

.favorite-screen .favorite-collections > main .favorite-item-list::-webkit-scrollbar-track {
  background: inherit;
}

.favorite-screen .favorite-collections > main .favorite-item-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 12px #6e7379;
          box-shadow: inset 0 0 0 12px #6e7379;
  border-radius: 20px;
  border: solid 4px transparent;
  background-color: transparent;
}

.favorite-search__list .favorite-checkbox_show_only label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.favorite-search__list .favorite-checkbox_show_only label input {
  margin-right: 4px;
}

.sider-right-share-member {
  width: 180px;
}

.btn-add-to-share_favorite__list {
  width: 80px;
}

.modal-content-border-radius {
  border-radius: 24px;
}

.btn-create-item-container {
  margin-left: 16px;
}

.btn-create-item-container a {
  padding: 4px 8px;
  border-radius: 8px;
  height: 16px;
  min-height: 24px;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  font-weight: 500;
}

.supplier-item-list-registered-search-box {
  padding: 16px 1rem 16px;
}

.supplier-item-list .supplier-item-list-registered .info-table__footer {
  display: flex;
}

.supplier-item-list .disabled {
  cursor: not-allowed;
  color: #676a6e;
}

#modal-option-copy .modal-full__content-container {
  background-color: #ffffff !important;
}

#modal-option-copy .form-estimate__input {
  padding-top: 16px;
  padding-bottom: 16px;
}

#modal-option-copy .btn-search-container {
  margin-top: 32px;
}

#modal-option-copy .form-estimate__field .c-dropdown__input-brand {
  background-color: #ffffff !important;
}

#modal-add-accessory .btn-search-container {
  margin-top: 32px;
}

#modal-option-copy .not-set-search-conditions-first-access, #modal-option-copy .loading-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-option-copy .not-set-search-conditions-first-access div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#modal-option-copy .body-margin-x {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

#modal-option-copy .modal-title {
  padding-left: 32px;
}

#modal-add-accessory .table-responsive {
  margin-top: 0;
}

.favorite-screen .favorite-column-resize {
  width: 4px;
  cursor: col-resize;
}

.favorite-screen .favorite-column-resize:hover {
  background-color: #FF7F22 !important;
}

.margin-right-30 {
  margin-right: 30px;
}

.btn-delete-supplier-item {
  min-height: 26px;
  height: 26px;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 17px;
  padding: 4px 8px;
}

#modal-confirm-delete-skus .modal-icon {
  width: 32px;
  height: 32px;
}

#modal-confirm-delete-skus .modal-body {
  margin-top: 24px;
}

#modal-confirm-delete-skus .modal-title-confirm-delete-skus {
  font-size: 16px !important;
}

#modal-confirm-delete-skus .btn-cancel {
  color: #6E7379;
}

#supplier-item-sku-list #btn-create-sku {
  margin-left: 8px;
  padding: 4px 8px;
  gap: 4px;
  height: 26px;
  min-height: 26px;
  font-size: 12px;
}

.favorite-screen .txt-share-with-member {
  background-color: #fff;
  height: 6px;
  left: 41px;
  min-width: 30px;
  top: 0px;
}

.favorite-screen .txt-share-with-member span {
  position: absolute;
  top: -5px;
  left: 4px;
}

.favorite-screen .favorite-search__list .search-container {
  margin-bottom: 8px;
}

.similar_products_loading_spinner {
  height: 280px !important;
}

.pointer-text:hover {
  cursor: text !important;
}

.item-option-detail-screen .table-sub-option .iso-container:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
}

.opacity-sku-card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 206px;
  z-index: 1;
}

.add-favorite-container .add-favorite-active {
  visibility: hidden;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  display: flex;
  z-index: 2;
  padding: 4px 10px 0 10px;
  gap: 16px;
}

.add-favorite-container:hover .add-favorite-active {
  z-index: 2;
  visibility: visible;
}

.add-favorite-container:hover .opacity-sku-card, .add-favorite-container .opacity-sku-card-active {
  opacity: 0.6;
  background: #1C2124;
}

.add-favorite-container:hover .add-favorite-active .product__dropdown-favorite, .add-favorite-container:hover .add-favorite-active .btn-favorite-status {
  visibility: visible;
}

.add-favorite-container .add-favorite-active .product__dropdown-favorite {
  cursor: pointer;
}

.dropdown-favorite .btn-add-to__favorite {
  display: flex;
  height: 32px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #FF7F22;
}

.c-dropdown__menu .c-dropdown__body .c-dropdown__item .add-favorite-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 24px;
}

.c-dropdown__menu .c-dropdown__body .c-dropdown__item .add-favorite-wrapper .name-favorite {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}

.c-dropdown .dropdown-favorite-result-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  border-bottom: 1px solid #C5C9CE;
}

.c-dropdown .dropdown-favorite-result-wrapper .favorite-name-result {
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.product-search .product-box .body .product-card .loading-spin-favorite {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: none;
  padding: 6px;
}

.loading-spin-favorite__product-detail svg {
  stroke: none !important;
}

.balloon-add-favorite__name {
  color: #FF7F22;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.balloon-add-favorite__action {
  color: #171D25;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.undo-add-to-favorite-list, .undo-delete-to-favorite-list {
  color: #BABFC3;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.undo-add-to-favorite-list:hover, .undo-delete-to-favorite-list:hover {
  text-decoration-line: none;
}

.visibility-show_element  {
  visibility: visible !important;
}

.visibility-hide-element {
  visibility: hidden !important;
}

.btn-favorite-group-wrapper-cst {
  border-radius: 10px;
  border: 1px solid #C5C9CE;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #42484F;
  display: flex;
  width: 100%;
  padding: 8px 12px 9px 12px;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.dropdown-favorite .c-dropdown__item .favorite-saved-list {
  color:#BABFC3;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px
}

.c-dropdown-favorite__cst {
  padding: 8px 24px;
  cursor: auto;
}

.z-index-3 {
  z-index: 3 !important;
}

.product-detail .btn-group-favorite .btn-favorite .favorite-add-to__favorite {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.98px;
}


.cursor-auto {
  cursor: auto;
}

.filtered-conditions-box {
  display: none;
  font-size: 12px;
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 24px;
  padding-bottom: 8px;
}

.filtered-conditions-box .filter-group-category, .filter__group {
  display: none;
  justify-content: start;
  align-items: center;
  background-color: #F3F3F5;
  min-height: 40px;
  padding: 8px;
  width: fit-content;
  gap: 8px;
  max-width: 100%;
}


.filtered-conditions-box .filter-group-category .filter__list {
  display: inherit;
  align-items: center;
  justify-content: start;
  gap: 4px;
}

.filtered-conditions-box .filter__group .filter__list {
  display: inherit;
  align-items: center;
  justify-content: start;
  gap: 4px;
  flex-wrap: wrap;
  min-width: 50%;
}

.filtered-conditions-box .filter__list .filter__option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 9px;
  border: 1px solid #DADFE3;
  background-color: #FFFFFF;
  padding: 3.5px 8px;
  max-width: 100%;
}

.filtered-conditions-box .filter__list .filter__option p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filtered-conditions-box .filter__body {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}

.filtered-conditions-box .reset-product-search-form {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

#filtered-conditions-box .show {
  display: flex;
}

.filtered-conditions-box .filter__subtitle {
  color: #6E7379;
}

.filtered-conditions-box .reset-product-search-form .btn-text {
  color: #BABFC3;
  font-weight: 500;
  font-size: 12px;
}

.filtered-conditions-box .filter__list .filter__option p {
  max-width: calc(100% - 25px);
  flex: 1;
  display: block;
  word-wrap: break-word;
}

.filtered-conditions-box .filter__list .filter__option p span{
  vertical-align: middle;
}

.filtered-conditions-box .filter__list .filter__option button {
  min-width: 25px
}

.filtered-conditions-box .filter__subtitle {
  text-wrap: nowrap;
}

#brand-tag-list {
  padding-bottom: 0px;
  padding-left: 32px;
}

.filtered-conditions-box .filter__group .filter__option .brand__name {
  display: contents;
}

.introduce-item-class {
  padding: 24px 24px 0 24px;
  gap: 16px;
  color: #171D25;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.introduce-item-class .key_image_container {
  width: 196px;
  height: 196px;
}

.introduce-item-class .key_image_container img {
  object-fit: cover;
}

.introduce-item-class .logo_image_container {
  margin-bottom: 8px;
}

.introduce-item-class .logo_image_container img {
  object-fit: contain;
  object-position: left center;
  height: 32px;
}

.introduce-item-class .name_kana_and_region {
  margin-bottom: 8px;
}

.introduce-item-class .name_kana_and_region .index__name-jp {
  font-family: Noto Sans JP;
}

.introduce-item-class .name_kana_and_region .region {
  color: #6E7379;
  font-family: Lato;
}

.introduce-item-class .description {
  margin-bottom: 16px;
}

.introduce-item-class .child-item-classes {
  margin-top: 4px;
  color: #FF7F22;
  font-weight: 500;
  cursor: pointer;
  flex-wrap: wrap;
}

.product-detail .introduce-item-class {
  padding: 8px !important;
}

#brand-tag-list .read-more-brands {
  color: #FF7F22;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  margin-left: 4px;
}

#brand-tag-list .read-more-brands:hover {
  opacity: 0.6;
}

.product-search .introduce-item-class .child-item-classes li:hover {
  color: #ff994e !important;
}

.product-search .introduce-item-class {
  padding: 32px 40px 8px 40px;
}

.dropdown-select-category-item .c-dropdown__item__checked::before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #FF7F22;
  position: absolute;
  left: 21px;
}

.ui-state-disabled-favorite-list {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#modal-favorite-list-changed .modal-btn-confirm-change {
  width: 208px;
  border-radius: 10px;
  background: #FF7F22 !important;
  color:  #FFF !important
}

.btn-confirm-change{
  z-index: 1090;
}

.modal-cart-confirm-change-data .modal-dialog .modal-content {
  border-radius: 10px;
}

.orderer-product-detail {
  display: flex;
  justify-content: center;
}

.orderer-product-detail .product-detail-wrap {
  max-width: 1120px;
}

.suppliers-sku-detail {
  display: flex;
  justify-content: center;
}

.suppliers-sku-detail .suppliers-sku-detail-wrap {
  max-width: 1120px;
}

.introduce-item-class-name {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: .03em;
  font-weight: 600;
  color: #171d25;
  margin-bottom: 8px;
}

.favorite-screen #favoriteSortable .placeholder {
  background-color: transparent;
  display: inline-block;
  position: relative;
  min-height: 49px;
  margin: 0 0 20px 0;
}

.product-search .product-box .body .product-card .product__image .product_text-item-image {
  color: #BABFC3;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.18px;
  width: 100%;
  padding-bottom: 2px;
  height: 16px;
}

.product-search #filtered-conditions-box .filter__group-keyword .filter__option p,
.product-search #filtered-conditions-box .filter__group-material_description .filter__option p {
  white-space: pre-wrap;
}

#navbarSupportedContent .search-by-image .page__children {
  padding: 24px;
  width: 549px;
}

#navbarSupportedContent .search-by-image .page__children .search-by-image__description {
  color: #171D25;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.84px;
  margin-bottom: 16px;
}

#navbarSupportedContent .search-by-image .page__children .input-container {
  position: relative;
  border: 1px dashed #DADFE3;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 128px;
  width: 100%;
}

#navbarSupportedContent .search-by-image .page__children .input-container .loading-spinner {
  height: 100%;
}

#navbarSupportedContent .search-by-image .page__children .input-container .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

#navbarSupportedContent .search-by-image .page__children .input-container .wrapper .or {
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  color: #BABFC3;
  margin: 8px 0;
}

#navbarSupportedContent .search-by-image .page__children .input-container .wrapper .upload-file .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #C5C9CE;
  font-weight: 500;
  padding: 8px 12px;
  width: 160px;
  height: 32px;
}

#navbarSupportedContent .search-by-image .page__children .input-container .wrapper .error {
  gap: 4px;
  color: #DD443C;
  font-family: Noto Sans JP;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  margin-bottom: 8px;
}


.preview-image-search {
  display: block;
  max-width: 100%;
  min-height: 250px;
  max-height: 400px;
  height: auto;
  width: auto;
  touch-action: manipulation;
  cursor: default;
  width: 300px;
}

#btn-copy-product-img-to-clipboard, #btn-search-by-image-active, #btn-copy-image {
  padding: 8px 0 !important;
}

#btn-search-by-image-active {
  margin-left: 24px;
}

.search-by-image--active .page_header__label-name {
  color: #ff7f22 !important;
}

.search-by-image--active .page_header__label-icon path {
  fill: #ff7f22 !important;
}

#search-by-image-react-container .page_header {
  color: #171d25;
  text-decoration: none;
  margin-right: 24px;
}

#search-by-image-react-container .page_header .page_header__label-name {
  color: #ff7f22;
}

#search-by-image-react-container .page_header .page_header__label-icon path {
  fill: #ff7f22;
}

#search-by-image-react-container .page_header .page_header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  cursor: pointer;
  margin: 0 !important;
}

#search-by-image-react-container .page_header .page_header__label .page_header__label-icon {
  margin-right: 4px;
}

#search-by-image-react-container .page_header .page_header__label .page_header__label-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.07em;
  font-size: 1.2rem;
}

.search-by-image-react-container {
  display: flex;
  align-items: center;
}

.header-search-keyword {
  display: flex;
  width: 320px;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #DADFE3;
  background: #F3F3F5;
  height: 32px;
}

.header-search-keyword button {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  border-radius: 25px;
  padding: 0;
}

.header-search-keyword button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-search-keyword input {
  width: 100%;
  border: none;
  color: var(--color-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  background: #F3F3F5;
  padding: 0;
}

.header-search-keyword input:focus-visible {
  outline: none;
}

.navbar-nav-new {
  align-items: center;
  gap: 8px;
}

.navbar-custom .dropdown .option-customsize {
  width: 256px;
  padding: 12px 0;
  border-radius: 8px;
  top: 40px;
}

.navbar-custom .navbar-avatar-new {
  width: 30px;
  height: 30px;
}

.navbar-custom .navbar-avatar-new img {
  border-radius: 8px;
}

.nav-item-customsize {
  margin-left: 16px;
  margin-right: 40px !important;
}

.nav-item-customsize .icon-lock-service {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.navbar-custom .dropdown .option .select-customsize {
  padding: 15px 24px;
  margin-bottom: 1px;
}

.navbar-custom-new-header {
  top: 48px;
  height: 32px;
  padding: 4px 16px 11px 16px;
  z-index: 1049;
}

.navbar-custom-new-header .navbar-nav .nav-link {
  padding: 0 !important;
}

#search-by-image-react-container .page__label {
  display: flex;
  align-items: center;
}

.navbar-custom-new-header-top {
  height: 48px;
  padding: 8px 16px;
}

.navbar-nav-new-bottom {
  gap: 0px;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.page__name_nav3_header {
  color: #ff7f22;
}

.navbar-custom .navbar-nav .nav-item .nav-link.request_menu-link:hover {
  opacity: 0.8;
}

.header-menu-multiple-container {
  display: none;
  position: sticky;
  top: 0px;
  left: 0px;
  box-shadow: 0px 1px 0px 0px #dadfe3;
  z-index: 1060;
}

/* Hidden header when add item form web list */
.header-menu-multiple-container[data-is-add-weblist="true"],
.header-menu-multiple-container[data-is-compare-item="true"] {
  display: none !important;
}

.header-menu-single-container {
  display: none;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 1060;
}

.unset-border-bottom {
  border-bottom: none;
}

.nav-link-product-search:hover svg > path {
  fill: #ff7f22;
}

.restriction-modal-container .modal-dialog {
  width: 960px !important;
  max-width: 960px !important;
}

.restriction-modal-container .modal-content {
  padding: 26px 32px 32px 32px;
  border-radius: 24px;
}

.restriction-modal-container .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  margin: 0 auto;
  padding-bottom: 32px;
}

.restriction-modal-container .modal-content .modal-body .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ff7f22;
}

.restriction-modal-container .modal-content .modal-body .text {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.56px;
  text-align: center;
  color: #171d25;
}

.restriction-modal-container .modal-content .modal-header {
  display: flex;
  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: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.restriction-modal-container .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
}

.restriction-modal-container .modal-content .modal-footer .btn-cancel {
  background-color: #FFFFFF;
  color: #6E7379;
  border-radius: 8px;
  border: 1px solid #C5C9CE;
  width: 256px;
  max-width: 256px;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
}

.restriction-modal-container .modal-content .modal-footer .btn-ask-about {
  background-color: #FF7F22;
  color: #FFFFFF;
  width: 256px;
  max-width: 256px;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  margin-left: 0 !important;
}

.restriction-modal-container .modal-content .modal-footer .btn-cancel:hover {
  border-color: #6c757d;
}

.restriction-modal-container .modal-content .modal-footer .btn-ask-about:hover {
  opacity: 0.8;
}

.cart-container-right .cart-confirm-information-button {
  position: relative;
}

.cart-container-right .cart-confirm-information-button .icon-lock-service {
  position: absolute;
  top: -7px;
  right: -6px;
}

.cart-container-left .cart-confirm-information-button {
  position: relative;
}

.cart-container-left .cart-confirm-information-button .icon-lock-service {
  position: absolute;
  top: -7px;
  right: -6px;
}

.loading-has-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.4;
}

#snackbar {
  visibility: hidden;
  display: flex;
  height: 48px;
  padding-left: 16px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background:  #1C2124;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  position: fixed;
  z-index: 1000;
  left: 40%;
  bottom: 30px;
}

#snackbar>span {
  color: var(--Text-Inversed, var(--bg-0, #FFF));
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.26px;
}

#snackbar.show {
  visibility: visible;
  /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; */
}

#snackbar .btn-close-snackbar {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#snackbar .btn-undo {
  color: #FF7F22;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px; /* 140% */
  letter-spacing: 0.26px;
  padding: 10px 12px;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.product-detail .product-info__options {
  display: flex;
  border-top: 1px solid #c5c9ce;
  border-bottom: 1px solid #c5c9ce;
}

.product-detail .product-info__properties .btn-deselect {
  padding: 8px 16px;
  white-space: nowrap;
  color: #EC6E6A;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.24px;
}

.product-detail .product-info__properties .btn-deselect:hover {
  background: #FFECEB !important;
}

.product-detail .product-info__properties .not-selected {
  background: #FFF2E9 !important;
}

.product-detail .product-info__properties .product-info__property-content-not-selected {
  display: flex;
  color: #DD443C !important;
}

.product-detail .product-info__property .sold-out {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

.accessory__properties .accessory-options_container {
  border-top: 1px solid #c5c9ce;
}

.accessory__properties .accessory-options:not(:first-child) {
  border-top: 1px solid #c5c9ce;
}

.product-info__property-dropdown .c-dropdown__item:not(.iso-disabled)>svg, 
.product-option__list .product-option__item:not(.iso-disabled) .product-option__item-description>svg {
  display: none !important;
}

.product-info__property-dropdown .iso-disabled > :not(svg), 
.product-option__list .iso-disabled > div > :not(svg) {
  opacity: 0.5;
}

.max-width_fit-content {
  max-width: fit-content !important;
}

#search-product-condition-filters {
  max-height: calc(100vh - 64px);
}

/* item option modal image content loader */
.modal-product-option .grid-container-content-loader {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 4px;
}

.modal-product-option .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 16.6rem;
  margin: 0 0 24px 16px;
}

.modal-product-option .grid-item:nth-of-type(5n+1) {
  margin-left: 0;
}

.modal-product-option .content {
  width: 16.6rem;
  height: 16.6rem;
  background: linear-gradient(90deg, #DBDBDF 25%, #E9E9E9 50%, #E9E9E9 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.modal-product-option .line {
  height: 17px;
  background: linear-gradient(90deg, #DBDBDF 25%, #E9E9E9 50%, #E9E9E9 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  margin-top: 5px;
}

.modal-product-option .line.short {
  height: 17px;
  width: 60%;
  margin-left: 40%;
}

@keyframes loading {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

/* item option content loader */
.dropdown-content-loader {
  width: 100%;
  border-radius: 5px;
  overflow-y: auto;
}

.dropdown-item-content-loader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #2c2f33;
  border-bottom: 1px solid #23272a;
  border-radius: 4px;
  margin-bottom: 5px;
}

.dropdown-item-content-loader:last-child {
  margin-bottom: 0;
}

/* Loader styles */
.loading-number {
  display: block;
  height: 20px;
  background: linear-gradient(90deg, #a9a9af 25%, #c3c3c9 50%, #c2c2c7 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

.loading-number {
  width: 100%;
}

@keyframes shimmer {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

.r-password-required {
  min-width: 29px;
  height: 14px;
  padding: 0px 4px;
  border-radius: 4px;
  background: #dd443c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-align: left;
}

.border-error {
  border: 1px solid #dc3545;
}

.favorite-border-top {
  height: 1px;
  width: 170px;
  background: #ddd;
  position: absolute;
  top: 0;
}

.favorite-border-bottom {
  height: 1px;
  width: 170px;
  background: #ddd;
  position: absolute;
  bottom: 0;
}

.favorite-border-parent {
  border-left: 1px solid #ddd;
}

.favorite-item-child-last {
  border-right: 1px solid #ddd;
  /* border-left: none; */
}

.favorite-item-child-last .favorite-border-top, .favorite-item-child-last .favorite-border-bottom {
  width: 170px !important;
}

.product__count-child {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  gap: 4px;
  background-color: #F3F3F5;
  border: 1px solid #DADFE3;
  z-index: 2;
  align-items: center;
  border-radius: 3px;
}

.product__count-child .icon {
  align-items: center;
  background-color: #dbdbdf;
  border-radius: 2px;
  display: flex;
  font-size: 0;
  height: 12px;
  justify-content: center;
  line-height: 0;
  width: 12px;
  padding: 2px;
}

.disabled-header-for-supplier {
  li, #search-by-image-react-container {
    opacity: 0.8;
    pointer-events: none;
  }
}

.nav-item-cart:hover svg > path {
  fill: #ff7f22;
}

.slack-user-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  position: relative;
}

.slack-user-icon::after{
  content: url('../assets/icon/no-image.svg');
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F5;
}

.table-slacks {
  table-layout: fixed;
  border-color: transparent;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.24px;
  margin-top: 24px;
}

.table-slacks .thread-slack {
  background: #2F3437;
}

.table-slacks .thread-slack th{
  font-weight: 400;
}

.table-slacks .slack-body {
  border-top: none;
}

.table-slacks th:nth-child(1), .table-slacks td:nth-child(1) {
  width: 60px;
}

.table-slacks th:nth-child(2), .table-slacks td:nth-child(2) {
  width: 400px;
}

.table-slacks th:nth-child(3), .table-slacks td:nth-child(3) {
  width: 180px;
}

.table-slacks th:nth-child(4), .table-slacks td:nth-child(4) {
  width: 60px;
}

#modal-slack-channels .modal-content .modal-body, #modal-slack-channels .modal-title,
#modal-slack-channels .modal-title button
{
  background-color: #1C2124;
  color: #fff;
}

#modal-slack-channels .modal-content .modal-body
{
  padding: 8px 24px;
}

#modal-slack-channels .modal-content .modal-body .form-label
{
  color: #DBDBDF;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
}

#modal-slack-channels .modal-content .modal-body .dropdown-guest-list
{
  color: #DBDBDF;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.22px;
  padding: 0;
}

#modal-slack-channels .modal-content .modal-body .dropdown-guest-list .chips__input
{
  color: rgb(46, 52, 59);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.28px;
  padding: 8px 16px;
}

#modal-slack-channels .modal-content .modal-header 
{
  background-color: #1C2124;
  padding: 8px 16px;
  height: auto;
  border-bottom: 1px solid #42484F;
}

#modal-slack-channels .modal-content .modal-header .align-items-center
{
  left: 0px;
  font-size: 13px;
}

#modal-slack-channels .modal-content .modal-header .modal-close
{
  background-color: #1C2124;
  justify-content: flex-end;
}

#modal-slack-channels .modal-content .modal-header .modal-close:hover
{
  opacity: 0.8;
}

#modal-slack-channels td {
  color: #fff;
  padding: 16px 5px;
}

#modal-slack-channels .slack-channel-item-table {
  border-bottom: 1px solid #42484F;
}

#modal-slack-channels .slack-channel-item-table .slack-icon {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    color: white;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-slack-channels .chips__suggestion-item {
  text-align: start;
}

#modal-slack-channels #list-channel-table .slack-body .empty-channel {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #8a8f94;
  padding-top: 10px;
}

#modal-slack-channels .loading-spinner {
  height: 250px;
  display: none;
}

#modal-slack-channels .loading-spinner.show {
  display: flex !important;
}

#slack-avatar-icon {
  border: 1px solid white;
  border-radius: 8px;
}

.slack-integration-container {
  width: 530px;
  border: 1px solid #B5B8BA;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 32px;
}

.slack-integration-container .slack-channel-name {
  width: 390px;
}

.btn-open-modal-channel {
  width: 126px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #95999C;
  background-color: #fff;
  padding: 4px 8px;
  font-weight: 500;
  color: #6E7379;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.btn-open-modal-channel:hover {
  opacity: 0.8;
}

.btn-delete-oauth {
  margin-left: 0px !important;
  margin-bottom: 32px;
  width: 120px !important;
}

.modal-dialog-centered .modal_export_error-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(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 220px;
}

.modal-dialog-centered .modal_export_error-footer {
  padding: 1.6rem 3.2rem 3.2rem 3.2rem;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -.6rem;
  margin-right: -.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dialog-centered .modal_export_error-content .modal_export_error-header {
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top-left-radius: calc(-1px + 0.3rem);
    border-top-right-radius: calc(-1px + 0.3rem);
    padding: 1rem;
}

.modal-dialog-centered .modal_export_error-content {
    border-radius: 25px;
    width: 465px;
}

.modal-dialog-centered .modal_export_error-content .modal_export_error-header .btn-close {
  position: absolute;
    top: 24px;
    right: 24px;
    font-size: 10px;
    z-index: 10;
}

.modal_export_error-content .modal_export_error-footer {
  padding-top: 40px;
  padding-left: 10%;
}
.modal_export_error-content .modal_export_error-footer .btn-remove-modal-export-error{
  width: 150px;
}


.modal-export-error-body .modal-export-error-title {
  padding-top: 35px;
  font-weight: 500;
}

.slack-radio-button {
  min-height: 20px;
  height: auto;
}

.slack-user-name {
  width: 300px;
}