@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import "sanitize.css";
@import "yakuhanjp_s.css";
@import "fontawesome_all.css";
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #53b200;
  --bs-teal: #20c9c9;
  --bs-cyan: #03a9ca;
  --bs-black: #000;
  --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: #00a968;
  --bs-secondary: #6c757d;
  --bs-success: #53b200;
  --bs-info: #059be1;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-custom: #d5b354;
  --bs-primary-rgb: 0, 169, 104;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 83, 178, 0;
  --bs-info-rgb: 5, 155, 225;
  --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-custom-rgb: 213, 179, 84;
  --bs-primary-text-emphasis: rgb(0, 67.6, 41.6);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(33.2, 71.2, 0);
  --bs-info-text-emphasis: #023e5a;
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(204, 237.8, 224.8);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(220.6, 239.6, 204);
  --bs-info-bg-subtle: #cdebf9;
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153, 220.6, 194.6);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(186.2, 224.2, 153);
  --bs-info-border-subtle: #9bd7f3;
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #00a968;
  --bs-link-color-rgb: 0, 169, 104;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(0, 135.2, 83.2);
  --bs-link-hover-color-rgb: 0, 135, 83;
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #ced4da;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 169, 104, 0.25);
  --bs-form-valid-color: #53b200;
  --bs-form-valid-border-color: #53b200;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(102, 203.4, 164.4);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(151.8, 208.8, 102);
  --bs-info-text-emphasis: #69c3ed;
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0, 33.8, 20.8);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(16.6, 35.6, 0);
  --bs-info-bg-subtle: #011f2d;
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0, 101.4, 62.4);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(49.8, 106.8, 0);
  --bs-info-border-subtle: #035d87;
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102, 203.4, 164.4);
  --bs-link-hover-color: rgb(132.6, 213.72, 182.52);
  --bs-link-color-rgb: 102, 203, 164;
  --bs-link-hover-color-rgb: 133, 214, 183;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(151.8, 208.8, 102);
  --bs-form-valid-border-color: rgb(151.8, 208.8, 102);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-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: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.66666667%;
}

.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;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.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-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 237.8, 224.8);
  --bs-table-border-color: rgb(183.6, 214.02, 202.32);
  --bs-table-striped-bg: rgb(193.8, 225.91, 213.56);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 214.02, 202.32);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 219.965, 207.94);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(220.6, 239.6, 204);
  --bs-table-border-color: rgb(198.54, 215.64, 183.6);
  --bs-table-striped-bg: rgb(209.57, 227.62, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(198.54, 215.64, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(204.055, 221.63, 188.7);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cdebf9;
  --bs-table-border-color: rgb(184.5, 211.5, 224.1);
  --bs-table-striped-bg: rgb(194.75, 223.25, 236.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(184.5, 211.5, 224.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(189.625, 217.375, 230.325);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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 + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(127.5, 212, 179.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control::placeholder {
  color: #AAA;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.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: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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;
}
.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: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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 + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.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-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-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-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 + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -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 (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(127.5, 212, 179.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-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: rgb(127.5, 212, 179.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
}
.form-check-input:checked {
  background-color: #00a968;
  border-color: #00a968;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #00a968;
  border-color: #00a968;
  --bs-form-check-bg-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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  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 {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28127.5, 212, 179.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.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(0, 169, 104, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00a968;
  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: rgb(178.5, 229.2, 209.7);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00a968;
  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: rgb(178.5, 229.2, 209.7);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 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:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 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-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
  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='%2353b200' d='M2.3 6.73.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: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2353b200' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
  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: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.625;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  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;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00a968;
  --bs-btn-border-color: #00a968;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 143.65, 88.4);
  --bs-btn-hover-border-color: rgb(0, 135.2, 83.2);
  --bs-btn-focus-shadow-rgb: 38, 182, 127;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 135.2, 83.2);
  --bs-btn-active-border-color: rgb(0, 126.75, 78);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00a968;
  --bs-btn-disabled-border-color: #00a968;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #53b200;
  --bs-btn-border-color: #53b200;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(70.55, 151.3, 0);
  --bs-btn-hover-border-color: rgb(66.4, 142.4, 0);
  --bs-btn-focus-shadow-rgb: 109, 190, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.4, 142.4, 0);
  --bs-btn-active-border-color: rgb(62.25, 133.5, 0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #53b200;
  --bs-btn-disabled-border-color: #53b200;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #059be1;
  --bs-btn-border-color: #059be1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(4.25, 131.75, 191.25);
  --bs-btn-hover-border-color: #047cb4;
  --bs-btn-focus-shadow-rgb: 43, 170, 230;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #047cb4;
  --bs-btn-active-border-color: rgb(3.75, 116.25, 168.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #059be1;
  --bs-btn-disabled-border-color: #059be1;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(216.75, 164.05, 5.95);
  --bs-btn-hover-border-color: rgb(204, 154.4, 5.6);
  --bs-btn-focus-shadow-rgb: 255, 202, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(204, 154.4, 5.6);
  --bs-btn-active-border-color: rgb(191.25, 144.75, 5.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-custom {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d5b354;
  --bs-btn-border-color: #d5b354;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(181.05, 152.15, 71.4);
  --bs-btn-hover-border-color: rgb(170.4, 143.2, 67.2);
  --bs-btn-focus-shadow-rgb: 219, 190, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(170.4, 143.2, 67.2);
  --bs-btn-active-border-color: rgb(159.75, 134.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d5b354;
  --bs-btn-disabled-border-color: #d5b354;
}

.btn-outline-primary {
  --bs-btn-color: #00a968;
  --bs-btn-border-color: #00a968;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00a968;
  --bs-btn-hover-border-color: #00a968;
  --bs-btn-focus-shadow-rgb: 0, 169, 104;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00a968;
  --bs-btn-active-border-color: #00a968;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00a968;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00a968;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #53b200;
  --bs-btn-border-color: #53b200;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #53b200;
  --bs-btn-hover-border-color: #53b200;
  --bs-btn-focus-shadow-rgb: 83, 178, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #53b200;
  --bs-btn-active-border-color: #53b200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #53b200;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #53b200;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #059be1;
  --bs-btn-border-color: #059be1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #059be1;
  --bs-btn-hover-border-color: #059be1;
  --bs-btn-focus-shadow-rgb: 5, 155, 225;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #059be1;
  --bs-btn-active-border-color: #059be1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #059be1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #059be1;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-custom {
  --bs-btn-color: #d5b354;
  --bs-btn-border-color: #d5b354;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d5b354;
  --bs-btn-hover-border-color: #d5b354;
  --bs-btn-focus-shadow-rgb: 213, 179, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d5b354;
  --bs-btn-active-border-color: #d5b354;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d5b354;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d5b354;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 38, 182, 127;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.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,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #00a968;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #00a968;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: 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: calc(var(--bs-border-width) * -1);
}
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -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: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #00a968;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
          box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -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 {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: 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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%280, 67.6, 41.6%29'%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");
  --bs-accordion-btn-focus-border-color: rgb(127.5, 212, 179.5);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@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: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28102, 203.4, 164.4%29'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28102, 203.4, 164.4%29'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #00a968;
  --bs-pagination-active-border-color: #00a968;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  -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: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

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

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-custom {
  --bs-alert-color: var(--bs-custom-text-emphasis);
  --bs-alert-bg: var(--bs-custom-bg-subtle);
  --bs-alert-border-color: var(--bs-custom-border-subtle);
  --bs-alert-link-color: var(--bs-custom-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #00a968;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.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 {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #00a968;
  --bs-list-group-active-border-color: #00a968;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-custom {
  --bs-list-group-color: var(--bs-custom-text-emphasis);
  --bs-list-group-bg: var(--bs-custom-bg-subtle);
  --bs-list-group-border-color: var(--bs-custom-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-custom-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-custom-border-subtle);
  --bs-list-group-active-color: var(--bs-custom-bg-subtle);
  --bs-list-group-active-bg: var(--bs-custom-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-custom-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 169, 104, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.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: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
          box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: rgb(0, 92.5, 56.9230769231);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

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

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

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -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;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-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 {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-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 {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
          transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.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: 0.6em;
}

.placeholder-sm {
  min-height: 0.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: -webkit-linear-gradient(320deg, #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: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 169, 104, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(83, 178, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(5, 155, 225, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-custom {
  color: #fff !important;
  background-color: RGBA(213, 179, 84, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 135, 83, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(0, 135, 83, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(0, 135, 83, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(66, 142, 0, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(66, 142, 0, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(66, 142, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(4, 124, 180, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(4, 124, 180, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(4, 124, 180, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(204, 154, 6, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(204, 154, 6, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(204, 154, 6, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-custom {
  color: RGBA(var(--bs-custom-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-custom-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-custom-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-custom:hover, .link-custom:focus {
  color: RGBA(170, 143, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(170, 143, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(170, 143, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
          box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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;
  -webkit-align-self: stretch;
      -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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-custom {
  --bs-focus-ring-color: rgba(var(--bs-custom-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

.start-0 {
  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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !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;
}

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

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

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

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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-custom {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-custom-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline-custom {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-custom-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-custom-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-custom {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-custom-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !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;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !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;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !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;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !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;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !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;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 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: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider 

.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}
*/
/* Icons 
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

:root {
  --fsb: clamp(0.75rem, 0.695rem + 0.27vw, 1.025rem);
  --btn-fsb: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

body {
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
  font-size: var(--fsb);
  line-height: 1.625;
  overflow-y: auto;
}
body.fixed {
  overflow-y: hidden;
}
body.fixed .content-area, body.fixed footer {
  -webkit-filter: blur(0.125rem);
          filter: blur(0.125rem);
}
body.modal-open header, body.modal-open main, body.modal-open footer {
  -webkit-filter: blur(0.125rem);
          filter: blur(0.125rem);
}

.btn {
  font-size: calc(var(--btn-fsb) * 0.875);
  border-radius: 0.25rem;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: calc(var(--btn-fsb) * 0.75);
  border-radius: 0.125rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-padding-x: 0.375rem;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: calc(var(--btn-fsb) * 1.125);
  border-radius: 0.25rem;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  -webkit-filter: brightness(1.75) saturate(0.25);
          filter: brightness(1.75) saturate(0.25);
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled, fieldset:disabled .btn.btn-primary {
  -webkit-filter: brightness(1.5) saturate(0.125);
          filter: brightness(1.5) saturate(0.125);
  color: rgba(255, 255, 255, 0.75);
}
.btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:disabled, .btn.btn-success.disabled {
  color: #FFF;
}

.btn-outline-primary {
  background-color: #FFF;
}

.btn-outline-secondary {
  background-color: #FFF;
}

.btn-outline-success {
  background-color: #FFF;
}

.btn-outline-info {
  background-color: #FFF;
}

.btn-outline-warning {
  background-color: #FFF;
}

.btn-outline-danger {
  background-color: #FFF;
}

.btn-outline-light {
  background-color: #FFF;
}

.btn-outline-dark {
  background-color: #FFF;
}

.btn-outline-custom {
  background-color: #FFF;
}

.badge {
  border-radius: 0.125rem;
  padding-bottom: 0.175rem;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, tr, td {
  word-break: break-word;
}

h1, .h1 {
  font-size: clamp(1.175rem, 1.035rem + 0.7vw, 1.875rem);
}

h2, .h2 {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  font-weight: 400;
}

h3, .h3 {
  font-size: clamp(1.025rem, 0.93rem + 0.48vw, 1.5rem);
  font-weight: 600;
  color: #00a968;
  margin-bottom: 0.75rem;
}

h4, .h4 {
  font-size: clamp(1rem, 0.936rem + 0.32vw, 1.3215rem);
}

h5, .h5 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

h6, .h6 {
  font-size: clamp(0.75rem, 0.695rem + 0.27vw, 1.025rem);
}

.caution {
  font-size: 0.75em;
}

.big-icon-primary {
  color: rgb(155.675, 217.325, 193.6134615385);
}

.big-icon-secondary {
  color: #adb5bd;
}

.big-icon-success {
  color: rgb(147.9247191011, 224.325, 81.175);
}

.big-icon-warning {
  color: rgb(255, 212.125, 83.5);
}

.big-icon-danger {
  color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}

.tooltip-inner {
  text-align: left;
}

:where(nav li)::before {
  content: none;
}

.no-copy, .no-copy img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.bg-base {
  background-color: #f2f0ea;
}

.bg-lg {
  background-color: rgb(229.625, 245.375, 239.3173076923);
}

@media print {
  body:has(.printable-area) header, body:has(.printable-area) footer, body:has(.printable-area) .totop, body:has(.printable-area) .breadcrumb-area, body:has(.printable-area) .page-head {
    display: none;
  }
  body:has(.printable-area) main {
    background: #fff;
  }
  body .not-printing-possible {
    display: none;
  }
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #e9ecef;
  z-index: 1000;
}
header .header-logo {
  display: block;
  width: 12.5rem;
  height: 2.5rem;
  margin: 0.25rem 0;
}
@media (max-width: 767.99px) {
  header .header-logo {
    width: 10rem;
    height: 2rem;
    margin: 0.5rem 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 356.99px) {
  header .header-logo {
    width: 7.5rem;
  }
}
header .keyword-area {
  max-width: 25rem;
  min-width: 15rem;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767.99px) {
  header .keyword-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
header .header-bunner {
  padding: 0.25rem;
  margin-left: auto;
}
@media (max-width: 767.99px) {
  header .header-bunner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
header .header-bunner a {
  display: block;
}
header .header-bunner a img {
  display: block;
  max-height: 2.5rem;
}
@media (max-width: 767.99px) {
  header .header-bunner a img {
    max-height: 3rem;
  }
}
header .user-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 20rem;
}
@media (max-width: 767.99px) {
  header .user-nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
header .user-nav .user-name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
header .user-nav-menu {
  border-radius: 50%;
  background-color: transparent;
  padding: 0.25rem;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
@media (max-width: 991.99px) {
  header .user-nav-menu {
    margin-right: 0.25rem;
  }
}
header .user-nav-menu .btn {
  white-space: nowrap;
}
header .user-nav-menu .user-icon {
  display: block;
  border: none;
  outline: none;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767.99px) {
  header .user-nav-menu .user-icon {
    width: 2rem;
    height: 2rem;
  }
}
header .user-nav-menu .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .user-nav-menu .user-icon.notice::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #dc3545;
  position: absolute;
  bottom: 0.125rem;
  right: 0.125rem;
}
header .user-nav-menu:hover {
  background-color: #e9ecef;
}
header .user-name {
  font-size: 0.75rem;
  color: #6c757d;
  margin: 0 0.5rem;
}
header .main-nav-menu {
  background-color: transparent;
  padding: 0;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
header .main-nav-menu .menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  border-left: solid 1px #ced4da;
  outline: none;
  padding: 0;
  width: 3rem;
  height: 3rem;
  margin: -0.5rem -0.5rem -0.5rem 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  header .main-nav-menu .menu-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
  }
}
header .main-nav-menu .menu-icon span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1.5rem;
  height: 2px;
  background: #495057;
  border-radius: 1px;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767.99px) {
  header .main-nav-menu .menu-icon span {
    width: 1rem;
  }
}
header .main-nav-menu .menu-icon span::before, header .main-nav-menu .menu-icon span::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 2px;
  background: #495057;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767.99px) {
  header .main-nav-menu .menu-icon span::before, header .main-nav-menu .menu-icon span::after {
    width: 1rem;
  }
}
header .main-nav-menu .menu-icon span::before {
  bottom: 0.5rem;
}
@media (max-width: 767.99px) {
  header .main-nav-menu .menu-icon span::before {
    bottom: 0.375rem;
  }
}
header .main-nav-menu .menu-icon span::after {
  top: 0.5rem;
}
@media (max-width: 767.99px) {
  header .main-nav-menu .menu-icon span::after {
    top: 0.375rem;
  }
}
header .main-nav-menu .menu-icon.show span {
  width: 0;
}
header .main-nav-menu .menu-icon.show span::before {
  bottom: 0;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
header .main-nav-menu .menu-icon.show span::after {
  top: 0;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
header .main-nav-menu .menu-icon:hover span {
  opacity: 1;
}
header .dropdown .dropdown-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: calc(100dvh - 5rem);
  padding: 0;
  overflow-y: auto;
}
@media (max-width: 767.99px) {
  header .dropdown .dropdown-menu {
    max-height: calc(100dvh - 3rem);
  }
}
header .dropdown .dropdown-menu li {
  min-width: 15rem;
  position: relative;
}
@media (max-width: 575.99px) {
  header .dropdown .dropdown-menu li {
    min-width: 48vw;
  }
}
header .dropdown .dropdown-menu li .dropdown-item {
  padding: 0.325rem 0.5rem 0.325rem 2rem;
  width: 100%;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
  white-space: normal;
}
header .dropdown .dropdown-menu li .dropdown-item svg {
  color: #6c757d;
}
header .dropdown .dropdown-menu li .dropdown-item:hover {
  color: rgb(0, 143.5, 88.3076923077);
  background-color: rgb(238.86875, 248.88125, 245.0302884615);
}
header .dropdown .dropdown-menu li .dropdown-item:hover svg, header .dropdown .dropdown-menu li .dropdown-item:hover .text-secondary {
  color: rgb(0, 143.5, 88.3076923077) !important;
}
header .dropdown .dropdown-menu li .dropdown-item-text {
  padding: 0.325rem 0.5rem 0.325rem 1rem;
}
header .dropdown .dropdown-menu li::before {
  display: none;
}
header .dropdown .dropdown-menu li.notice::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #dc3545;
  position: absolute;
  top: 0.5rem;
  left: 0.875rem;
}
header .dropdown .dropdown-menu li::before {
  display: none;
}
header .dropdown .dropdown-menu li .dropdown-item {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}

main {
  background: #f8f9fa;
  min-height: calc(100vh - 36.5rem);
  min-height: calc(var(--vh, 1vh) * 100 - 36.5rem);
  -webkit-transition: -webkit-filter 0.25s ease-out;
  transition: -webkit-filter 0.25s ease-out;
  transition: filter 0.25s ease-out;
  transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
}
@media (max-width: 991.99px) {
  main {
    min-height: calc(100vh - 40.25rem);
    min-height: calc(var(--vh, 1vh) * 100 - 40.25rem);
  }
}
@media (max-width: 767.99px) {
  main {
    min-height: calc(100vh - 45.25rem);
    min-height: calc(var(--vh, 1vh) * 100 - 45.25rem);
  }
}
main .container {
  position: relative;
}
main.admin {
  min-height: calc(100vh - 5.25rem);
  min-height: calc(var(--vh, 1vh) * 100 - 5.25rem);
}
main.offcanvas-open {
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
}

.search-area {
  width: 90%;
  max-width: 14rem;
  padding: 2rem 2rem 2rem 1.5rem;
  margin: 0 1.5rem 0 -1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}
@media (max-width: 991.99px) {
  .search-area {
    margin: 2rem 0.75rem;
  }
}
.search-area .search-condition {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px #dee2e6;
}
.search-area .search-condition h4, .search-area .search-condition .h4 {
  color: #00a968;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
}
.search-area .search-condition .form-check {
  margin: 0.375rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.99px) {
  .search-area .search-condition .form-check {
    padding-left: 1.625rem;
  }
}
.search-area .search-condition .form-check .form-check-input {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
.search-area .search-condition .form-check .form-check-input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  margin: 0.25rem 0.5rem 0.25rem -1.25rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #ced4da;
  border-color: #ced4da;
  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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.search-area .search-condition .form-check .form-check-input:checked {
  background-color: #00a968;
  border-color: #00a968;
}
.search-area .search-condition .form-check .form-check-input:hover:not(:checked) {
  border-color: rgb(0, 209.8, 129.1076923077);
  background-color: rgb(0, 209.8, 129.1076923077);
}
.search-area .search-condition .form-check .form-check-label {
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  word-break: break-all;
  margin-top: 0.125rem;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.search-area .search-condition .form-check .form-check-label:hover {
  color: #00a968;
}

@media (max-width: 991.99px) {
  .search-area {
    min-height: 100%;
    margin: 3rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: -20rem;
    z-index: 10;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .search-area .inner {
    background: #fff;
    padding: 1rem 1rem 1.5rem;
    height: calc(100vh - 3rem);
    height: calc(var(--vh, 1vh) * 100 - 3rem);
    overflow-y: auto;
  }
  .search-area + .search-area-bg {
    display: none;
  }
  .search-area.open {
    left: 0;
  }
  .search-area.open + .search-area-bg {
    display: block;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9;
  }
}
.top-page {
  min-width: unset;
}

.top-page-container .top-page-menu {
  background: #f2f0ea;
  padding: 0 0 1rem;
  position: relative;
}
.top-page-container .menu-map {
  width: 100%;
  aspect-ratio: 60/40;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/menu-map-bg-pc.svg);
  background-size: cover;
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map {
    aspect-ratio: 60/150;
    background-image: url(../images/menu-map-bg-sp.svg);
    overflow: hidden;
  }
}
.top-page-container .menu-map .link-about {
  width: 24vw;
  aspect-ratio: 50/45;
  position: absolute;
  top: 2vw;
  left: calc(50% - 44vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-about {
    width: 36vw;
    top: 4vw;
    left: calc(50% - 44vw);
  }
}
.top-page-container .menu-map .link-creator-registration {
  display: inline-block;
  position: absolute;
  top: 2vw;
  right: 2vw;
}
.top-page-container .menu-map .link-creator-registration .btn {
  font-weight: bold;
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
}
.top-page-container .menu-map .link-area {
  width: 28vw;
  aspect-ratio: 50/45;
  position: absolute;
  border-radius: 16rem 16rem 12rem 12rem;
  overflow: hidden;
  -webkit-transition: all 0.625s ease-in-out;
  transition: all 0.625s ease-in-out;
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area {
    width: 62vw;
  }
}
.top-page-container .menu-map .link-area.area--ai-dataset, .top-page-container .menu-map .link-area + .balloon--ai-dataset {
  top: 0vw;
  left: calc(50% - 14vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--ai-dataset, .top-page-container .menu-map .link-area + .balloon--ai-dataset {
    top: calc(0vw + 2.5rem);
    left: calc(50% - 12vw);
  }
}
.top-page-container .menu-map .link-area.area--imagenavi, .top-page-container .menu-map .link-area + .balloon--imagenavi {
  top: 11vw;
  left: calc(50% - 31vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--imagenavi, .top-page-container .menu-map .link-area + .balloon--imagenavi {
    top: calc(24vw + 2.5rem);
    left: calc(50% - 50vw);
  }
}
.top-page-container .menu-map .link-area.area--koepla, .top-page-container .menu-map .link-area + .balloon--koepla {
  top: 22vw;
  left: calc(50% - 48vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--koepla, .top-page-container .menu-map .link-area + .balloon--koepla {
    top: calc(48vw + 2.5rem);
    left: calc(50% - 12vw);
  }
}
.top-page-container .menu-map .link-area.area--design-request, .top-page-container .menu-map .link-area + .balloon--design-request {
  top: 11vw;
  left: calc(50% + 3vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--design-request, .top-page-container .menu-map .link-area + .balloon--design-request {
    top: calc(72vw + 2.5rem);
    left: calc(50% - 50vw);
  }
}
.top-page-container .menu-map .link-area.area--recruiting-bbs, .top-page-container .menu-map .link-area + .balloon--recruiting-bbs {
  top: 22vw;
  left: calc(50% - 14vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--recruiting-bbs, .top-page-container .menu-map .link-area + .balloon--recruiting-bbs {
    top: calc(96vw + 2.5rem);
    left: calc(50% - 12vw);
  }
}
.top-page-container .menu-map .link-area.area--illust-request, .top-page-container .menu-map .link-area + .balloon--illust-request {
  top: 33vw;
  left: calc(50% - 31vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--illust-request, .top-page-container .menu-map .link-area + .balloon--illust-request {
    top: calc(120vw + 2.5rem);
    left: calc(50% - 50vw);
  }
}
.top-page-container .menu-map .link-area.area--casting-request, .top-page-container .menu-map .link-area + .balloon--casting-request {
  top: 22vw;
  left: calc(50% + 20vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--casting-request, .top-page-container .menu-map .link-area + .balloon--casting-request {
    top: calc(144vw + 2.5rem);
    left: calc(50% - 12vw);
  }
}
.top-page-container .menu-map .link-area.area--photoshooting-request, .top-page-container .menu-map .link-area + .balloon--photoshooting-request {
  top: 33vw;
  left: calc(50% + 3vw);
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .link-area.area--photoshooting-request, .top-page-container .menu-map .link-area + .balloon--photoshooting-request {
    top: calc(168vw + 2.5rem);
    left: calc(50% - 50vw);
  }
}
.top-page-container .menu-map .link-area:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.top-page-container .menu-map .link-area:hover + .balloon {
  -webkit-transform: translateY(1rem) scale(1);
          transform: translateY(1rem) scale(1);
}
.top-page-container .menu-map .link-area:hover.soon {
  opacity: 1;
  -webkit-filter: brightness(125%) contrast(75%) grayscale(25%);
          filter: brightness(125%) contrast(75%) grayscale(25%);
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
.top-page-container .menu-map .link-area:hover.soon + .balloon {
  opacity: 1;
}
.top-page-container .menu-map .link-area:focus {
  outline: none;
}
.top-page-container .menu-map .link-area.soon {
  opacity: 0.875;
  -webkit-filter: brightness(180%) contrast(62.5%) grayscale(75%);
          filter: brightness(180%) contrast(62.5%) grayscale(75%);
}
.top-page-container .menu-map .link-area.soon + .balloon {
  opacity: 0;
}
.top-page-container .menu-map .balloon {
  width: 28vw;
  -webkit-transform: translateY(0.5rem) scale(0.625);
          transform: translateY(0.5rem) scale(0.625);
  -webkit-transition: all 0.375s ease-in-out;
  transition: all 0.375s ease-in-out;
  position: absolute;
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map .balloon {
    width: 62vw;
    -webkit-transform: translateY(0.5rem) scale(0.875);
            transform: translateY(0.5rem) scale(0.875);
  }
}
.top-page-container .menu-map .balloon .area-title {
  width: 60%;
  margin: 0 auto;
}
.top-page-container .menu-map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.top-page-container .menu-map-bg svg {
  width: 50%;
}
@media (max-width: 767.99px) {
  .top-page-container .menu-map-bg svg {
    width: 80%;
  }
}

.top-page-content {
  padding: clamp(1rem, -0.5rem + 3.125vw, 2rem) 0;
}
.top-page-content .top-page-content-head {
  padding: clamp(2rem, -1rem + 6.25vw, 4rem) 0;
  margin: 0;
}
.top-page-content .top-page-content-head img {
  display: block;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}
.top-page-content .top-page-content-head span {
  display: block;
  width: 100%;
  max-width: 40rem;
  text-align: center;
  margin: 0.5rem auto;
}
.top-page-content .read {
  font-size: clamp(0.75rem, 0.1875rem + 1.171875vw, 1.125rem);
}
.top-page-content .top-page-about h2, .top-page-content .top-page-about .h2 {
  font-size: clamp(1.125rem, 0.9166666667rem + 1.0416666667vw, 1.75rem);
}
.top-page-content .top-page-about p {
  font-size: clamp(0.875rem, 0.7916666667rem + 0.4166666667vw, 1.125rem);
}
.top-page-content .top-page-about .top-page-about-read {
  position: relative;
}
.top-page-content .top-page-about .top-page-about-logo {
  width: clamp(7.5rem, -3.75rem + 23.4375vw, 15rem);
  height: clamp(7.5rem, -3.75rem + 23.4375vw, 15rem);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.top-page-content .top-page-about .top-page-about-logo:hover {
  -webkit-animation: swing 0.75s ease-in-out 1;
          animation: swing 0.75s ease-in-out 1;
}
.top-page-content.top-article-slider {
  padding: 0;
}
.top-page-content .top-page-inquiry-head {
  max-width: clamp(16rem, 10rem + 12.5vw, 20rem);
  margin: 0 auto 1.5rem;
}
.top-page-content .top-page-inquiry-head img {
  display: block;
}
.top-page-content.top-inquiry-area {
  background-image: url(../images/top-inquiry-area-bg.jpg);
  background-size: cover;
  background-position: center;
}
.top-page-content.top-inquiry-area .top-inquiry-block {
  width: calc(50% - 1px);
}
@media (max-width: 575.99px) {
  .top-page-content.top-inquiry-area .top-inquiry-block {
    width: 100%;
    margin: 2rem auto;
  }
}
.top-page-content.top-inquiry-area .top-inquiry-block .btn {
  color: #fff;
  width: 100%;
  max-width: clamp(16rem, 10rem + 12.5vw, 20rem);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-page-content.top-inquiry-area .top-inquiry-block .btn.btn-inquiry-contact {
  background: #00a968;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 160.075, 98.5076923077)), color-stop(50%, rgb(0, 160.075, 98.5076923077)), color-stop(50%, rgb(0, 171.55, 105.5692307692)), to(rgb(0, 171.55, 105.5692307692)));
  background: -webkit-linear-gradient(bottom, rgb(0, 160.075, 98.5076923077) 0%, rgb(0, 160.075, 98.5076923077) 50%, rgb(0, 171.55, 105.5692307692) 50%, rgb(0, 171.55, 105.5692307692) 100%);
  background: linear-gradient(0deg, rgb(0, 160.075, 98.5076923077) 0%, rgb(0, 160.075, 98.5076923077) 50%, rgb(0, 171.55, 105.5692307692) 50%, rgb(0, 171.55, 105.5692307692) 100%);
}
.top-page-content.top-inquiry-area .top-inquiry-block .btn.btn-inquiry-download {
  background: #e94746;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(231.6449275362, 59.6666666667, 58.6050724638)), color-stop(50%, rgb(231.6449275362, 59.6666666667, 58.6050724638)), color-stop(50%, rgb(234.3550724638, 82.3333333333, 81.3949275362)), to(rgb(234.3550724638, 82.3333333333, 81.3949275362)));
  background: -webkit-linear-gradient(bottom, rgb(231.6449275362, 59.6666666667, 58.6050724638) 0%, rgb(231.6449275362, 59.6666666667, 58.6050724638) 50%, rgb(234.3550724638, 82.3333333333, 81.3949275362) 50%, rgb(234.3550724638, 82.3333333333, 81.3949275362) 100%);
  background: linear-gradient(0deg, rgb(231.6449275362, 59.6666666667, 58.6050724638) 0%, rgb(231.6449275362, 59.6666666667, 58.6050724638) 50%, rgb(234.3550724638, 82.3333333333, 81.3949275362) 50%, rgb(234.3550724638, 82.3333333333, 81.3949275362) 100%);
}
.top-page-content.top-inquiry-area .top-inquiry-block .btn:hover {
  -webkit-filter: brightness(1.05) saturate(1.1);
          filter: brightness(1.05) saturate(1.1);
  -webkit-box-shadow: 0 0.25rem 1rem;
          box-shadow: 0 0.25rem 1rem;
}
.top-page-content.top-inquiry-area .top-inquiry-separator {
  width: 2px;
  height: unset;
  background-color: #6c757d;
  border-radius: 1px;
}
@media (max-width: 575.99px) {
  .top-page-content.top-inquiry-area .top-inquiry-separator {
    width: 100%;
    height: 2px;
  }
}
.top-page-content .top-page-news .top-page-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: solid 1px #ced4da;
  margin: 0 auto 0.75rem;
  padding: 0 0 0.75rem;
}
.top-page-content .top-page-news .top-page-news-block a {
  color: #212529;
  text-decoration: underline;
}
.top-page-content .top-page-news .top-page-news-block a:hover {
  color: #00a968;
}
.top-page-content .top-page-news .collapse + .more-less-toggle .btn .more, .top-page-content .top-page-news .collapsing + .more-less-toggle .btn .more {
  display: block;
}
.top-page-content .top-page-news .collapse + .more-less-toggle .btn .less, .top-page-content .top-page-news .collapsing + .more-less-toggle .btn .less {
  display: none;
}
.top-page-content .top-page-news .collapse.show + .more-less-toggle .btn .more, .top-page-content .top-page-news .collapsing.show + .more-less-toggle .btn .more {
  display: none;
}
.top-page-content .top-page-news .collapse.show + .more-less-toggle .btn .less, .top-page-content .top-page-news .collapsing.show + .more-less-toggle .btn .less {
  display: block;
}
.top-page-content .top-page-bunner-area .link-bunner {
  display: block;
  padding-bottom: clamp(0rem, -2.25rem + 4.6875vw, 1.5rem);
  margin-bottom: clamp(1rem, 0.25rem + 1.5625vw, 1.5rem);
}
.top-page-content .top-page-bunner-area .link-bunner img {
  display: block;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.top-page-content .top-page-bunner-area .link-bunner img:hover {
  -webkit-filter: brightness(1.05) saturate(1.125);
          filter: brightness(1.05) saturate(1.125);
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  45% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  45% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.top-page-menu-offcanvas {
  background-color: #f2f0ea;
}
@media (min-width: 768px) {
  .top-page-menu-offcanvas {
    width: 56vw !important;
  }
}
.top-page-menu-offcanvas .offcanvas-header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-page-menu-offcanvas .offcanvas-body {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: calc(100vh - 2.75rem);
  max-height: calc(var(--vh, 1vh) * 100 - 2.75rem);
  overflow-y: auto;
}
.top-page-menu-offcanvas .offcanvas-body .offcanvas-title-logo {
  max-width: 24vmax;
  max-height: 12vmax;
}
.top-page-menu-offcanvas .offcanvas-bg-image {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  height: 100%;
  max-height: 56vw;
  background-position-x: center;
  background-position-y: 10%;
  background-size: 115%;
}
@media (min-width: 768px), (orientation: portrait) {
  .top-page-menu-offcanvas .offcanvas-bg-image {
    max-height: 96vw;
  }
}

.top-opening {
  position: fixed;
  inset: 0;
  background: #00a968;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
.top-opening .shoulder {
  font-size: clamp(1.5rem, 0.375rem + 2.34375vw, 2.25rem);
}
.top-opening .greeting {
  font-size: clamp(2.25rem, 0.75rem + 3.125vw, 3.25rem);
}
.top-opening .shoulder span, .top-opening .greeting span {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.top-opening.fade-out {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.top-opening2 {
  position: fixed;
  inset: 0;
  background: #00a968;
  color: transparent;
  overflow: hidden;
  z-index: 9999;
}
.top-opening2 .animation-base {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #e369b5;
}
@media (max-width: 1279.99px) {
  .top-opening2 .animation-base {
    width: clamp(44rem, 32rem + 60vw, 80rem);
    height: clamp(44rem, 32rem + 60vw, 80rem);
  }
}
.top-opening2 #lineAnimation {
  width: 100%;
  height: 100%;
  background: #15654c;
}
@media (max-width: 1279.99px) {
  .top-opening2 #lineAnimation {
    width: clamp(44rem, 32rem + 60vw, 80rem);
    height: clamp(44rem, 32rem + 60vw, 80rem);
  }
}
.top-opening2 #lineAnimation path {
  fill-opacity: 0; /*透過0で塗りの色が見えない状態*/
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s; /*0.5秒で色が付くアニメーション*/
  fill: none; /*塗りの色*/
  stroke: #FFF; /*線の色*/
  stroke-width: 6px;
}
.top-opening2 #lineAnimation.done path {
  fill: none; /*塗りの色*/
  stroke: none; /*線の色*/
}

.static-page-container {
  padding: 0 0.75rem;
  margin: 0 auto;
  max-width: 960px;
}
@media (max-width: 767.99px) {
  .static-page-container {
    max-width: 720px;
  }
}

ol.kakko li {
  position: relative;
  list-style-type: none;
}
ol.kakko li:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "（" counter(list-item) "）";
}

.user-guide-index .block, .user-guide .block {
  background: #fff;
  border-top: solid 1px rgb(174.1625, 224.3375, 205.0394230769);
  border-bottom: solid 1px rgb(174.1625, 224.3375, 205.0394230769);
  margin: 0 auto 1.5rem;
}
.user-guide-index .block h3, .user-guide-index .block .h3, .user-guide .block h3, .user-guide .block .h3 {
  background: rgb(174.1625, 224.3375, 205.0394230769);
  color: rgb(0, 41.5, 25.5384615385);
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  margin: 0 auto 0.75rem;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: bold;
}
.user-guide-index .block ul, .user-guide-index .block ol, .user-guide .block ul, .user-guide .block ol {
  padding: 0.25rem 0.75rem 0.25rem 2rem;
  margin: 0.75rem auto 0.25rem;
}
.user-guide-index .block ul li, .user-guide-index .block ol li, .user-guide .block ul li, .user-guide .block ol li {
  margin-bottom: 0.5rem;
}
.user-guide-index .block p, .user-guide .block p {
  padding: 0 0.75rem 0.25rem;
  margin: 0.75rem auto 0.375rem;
}

.user-guide-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 0 0.75rem;
}
@media (max-width: 575.99px) {
  .user-guide-index {
    grid-template-columns: 1fr;
  }
}
.user-guide-index .block {
  padding: 0;
}
.user-guide-index .block ul, .user-guide-index .block ol {
  padding: 0.25rem 0.75rem 0.25rem 1rem;
}

.content-area {
  width: 100%;
  margin: 2rem auto;
}
.content-area .breadcrumb-area {
  margin-top: -1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
}
@media (max-width: 991.99px) {
  .content-area .breadcrumb-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-area .breadcrumb-area .breadcrumb {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
}
@media (max-width: 991.99px) {
  .content-area .breadcrumb-area .breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.content-area .breadcrumb-area .breadcrumb .breadcrumb-item {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 991.99px) {
  .content-area .breadcrumb-area .breadcrumb .breadcrumb-item {
    font-size: 0.625rem;
  }
}
.content-area .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline;
  float: left;
  padding-right: 0.5rem;
  color: #ced4da;
  content: var(--bs-breadcrumb-divider, "/");
}
.content-area .page-back-area {
  margin-bottom: 0.75rem;
}

.matching-link {
  display: block;
  padding: 0.375rem;
  margin-bottom: 1.5rem;
  background: rgb(67, 255, 182.6923076923);
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(67, 255, 182.6923076923)), to(rgb(249.2608695652, 207, 206.7391304348)));
  background: -webkit-linear-gradient(left top, rgb(67, 255, 182.6923076923) 0%, rgb(249.2608695652, 207, 206.7391304348) 100%);
  background: linear-gradient(to right bottom, rgb(67, 255, 182.6923076923) 0%, rgb(249.2608695652, 207, 206.7391304348) 100%);
  border-radius: 0.5rem;
}
.matching-link:hover {
  -webkit-box-shadow: -0.125rem -0.125rem 0.75rem rgba(0, 169, 104, 0.2), 0.125rem 0.125rem 0.75rem rgba(233, 71, 70, 0.2);
          box-shadow: -0.125rem -0.125rem 0.75rem rgba(0, 169, 104, 0.2), 0.125rem 0.125rem 0.75rem rgba(233, 71, 70, 0.2);
}
.matching-link .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 1rem;
}
@media (max-width: 767.99px) {
  .matching-link .inner {
    padding: 0.5rem;
  }
}
.matching-link .inner img {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 70px;
  height: 42px;
  margin: 0.5rem 1rem 0.5rem 0;
}
@media (max-width: 767.99px) {
  .matching-link .inner img {
    width: 50px;
    height: 30px;
    margin: 0.5rem 0.5rem 0.5rem 0;
  }
}
.matching-link .inner .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: auto;
  padding-right: 0.5rem;
}
.matching-link .inner .text h3, .matching-link .inner .text .h3 {
  margin: 0 0.5rem 0.25rem 0;
}
@media (max-width: 767.99px) {
  .matching-link .inner .text h3, .matching-link .inner .text .h3 {
    font-size: 1rem;
    margin: 0 0.25rem 0.125rem 0;
  }
}
.matching-link .inner .text p {
  margin: 0;
  color: #6c757d;
  font-size: 0.875rem;
}
@media (max-width: 767.99px) {
  .matching-link .inner .text p {
    font-size: 0.75rem;
  }
}
.matching-link .inner .text p span {
  display: inline-block;
}

.results-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.results-head .control-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.375rem;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 767.99px) {
  .results-head .control-area .input-group .input-group-text {
    font-size: 0.75rem;
  }
}
.results-head .file-list-path {
  width: calc(100% + 1.5rem);
  margin: 0 -0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.results-head .file-list-path .file-path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  max-width: 100%;
}
.results-head .file-list-path .file-path .file-path-wrap {
  display: inline-block;
  position: relative;
  padding: 0 1rem 0 0;
  min-width: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.results-head .file-list-path .file-path .file-path-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  content: "\f105";
  padding: 0.5rem 0.25rem;
  color: #adb5bd;
}
.results-head .file-list-path .file-path .file-path-wrap a, .results-head .file-list-path .file-path .file-path-wrap .btn-path-menu {
  display: inline-block;
  line-height: 1.5;
  color: #495057;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  font-weight: 400;
  margin: 0;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5rem;
}
.results-head .file-list-path .file-path .file-path-wrap a:hover, .results-head .file-list-path .file-path .file-path-wrap .btn-path-menu:hover {
  background-color: rgba(173, 181, 189, 0.25);
  color: #000;
}
.results-head .file-list-path .file-path .file-path-wrap .btn-path-menu {
  outline: none;
  border: none;
  background-color: transparent;
}
.results-head .file-list-path .file-path .file-path-wrap.current a {
  pointer-events: none;
}
.results-head .file-list-path .file-path.middle-path-menu {
  min-width: 4rem;
  position: relative;
  overflow: visible;
}
.results-head .file-list-path .file-path.middle-path .file-path-wrap {
  max-width: 12rem;
}
@media (max-width: 767.99px) {
  .results-head .file-list-path .file-path.middle-path .file-path-wrap {
    max-width: 8rem;
  }
}
.results-head .file-list-path .file-path.last2-path .file-path-wrap {
  max-width: 35%;
}
.results-head .file-list-path .file-path.last2-path .file-path-wrap:last-child {
  max-width: 65%;
  padding-right: 0;
}
.results-head .file-list-path .file-path.last2-path .file-path-wrap:last-child::after {
  display: none;
}
.results-head .file-list-path .middle-path-menu {
  display: none;
}
.results-head .file-list-path .middle-path-menu.d-block + .middle-path {
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.results-head .file-list-path .middle-path-menu-dropdown {
  display: none;
  background: white;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(73, 80, 87, 0.25);
          box-shadow: 0 0.25rem 0.5rem rgba(73, 80, 87, 0.25);
  position: absolute;
  top: 100%;
  left: -1rem;
  border-radius: 0.5rem;
  border: solid 1px #ced4da;
}
.results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap {
  display: block;
  padding: 0;
  min-width: 12rem;
  max-width: 24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767.99px) {
  .results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap {
    max-width: 12rem;
  }
}
.results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap::after {
  display: none;
  content: "";
}
.results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap a, .results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap .btn-path-menu {
  display: block;
  line-height: 1.5;
  color: #6c757d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.25rem 0.75rem;
  border-radius: unset;
  background-color: transparent;
}
.results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap a:hover, .results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap .btn-path-menu:hover {
  background-color: #dee2e6;
  color: #495057;
}
@media (max-width: 767.99px) {
  .results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap a, .results-head .file-list-path .middle-path-menu-dropdown .file-path-wrap .btn-path-menu {
    font-size: 0.875rem;
  }
}

.page-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.area-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.area-head h1, .area-head .h1 {
  font-size: clamp(1.125rem, 0.75rem + 1.875vw, 2.25rem);
}
.area-head h1 .ruby, .area-head .h1 .ruby {
  font-size: 40%;
}
.area-head .area-icon {
  width: clamp(2rem, 1.3333333333rem + 3.3333333333vw, 4rem);
  height: clamp(2rem, 1.3333333333rem + 3.3333333333vw, 4rem);
  margin: 0 0.5rem 0 0;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  border: solid 1px #ced4da;
  z-index: 1;
}
.area-head .area-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-head .area-main-visual {
  margin-top: clamp(-0.5rem, -0.3333333333rem - 0.8333333333vw, -1rem);
  margin-bottom: 1rem;
}

.title-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.375rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767.99px) {
  .title-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.title-area .ruby {
  font-size: 50%;
  font-weight: normal;
  font-weight: 300;
  margin: 0 0 0 clamp(0.25rem, 0.1666666667rem + 0.4166666667vw, 0.5rem);
  display: inline-block;
}

.results-list {
  margin-bottom: 2rem;
}

.area-filtering-conditions {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.75rem;
}
@media (max-width: 1199.99px) {
  .area-filtering-conditions {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.99px) {
  .area-filtering-conditions {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.99px) {
  .area-filtering-conditions {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bulk-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.99px) {
  .bulk-steps {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.75rem;
  }
}

.bulk-step {
  width: 32%;
}
@media (max-width: 767.99px) {
  .bulk-step {
    width: 100%;
  }
}

.bulk-step-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5%;
}
@media (max-width: 767.99px) {
  .bulk-step-arrow {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .bulk-step-arrow .svg-inline--fa {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

.portfolio-list .col {
  position: relative;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.99px) {
  .portfolio-list .col {
    padding: 0.25rem 0.75rem;
  }
}
.portfolio-list .col .card {
  -webkit-transition: -webkit-box-shadow 0.35s ease-out;
  transition: -webkit-box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
  overflow: hidden;
}
.portfolio-list .col .card .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.portfolio-list .col .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-list .col .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.375rem 0 0 0.375rem;
  position: relative;
}
.portfolio-list .col .user .user-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  overflow: hidden;
}
.portfolio-list .col .user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-list .col .user .user-name {
  color: #495057;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.025rem;
  line-height: 1.25;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portfolio-list a:hover .card {
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 169, 104, 0.25), -0.25rem 0rem 0.5rem rgba(233, 71, 70, 0.175);
          box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 169, 104, 0.25), -0.25rem 0rem 0.5rem rgba(233, 71, 70, 0.175);
}
.portfolio-list a:hover .card .thumb img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.portfolio-list a:hover .user .user-name {
  color: rgb(0, 143.5, 88.3076923077);
}

.pagination {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pagination .page-item {
  margin: 0.5rem 0.125rem;
}
.pagination .page-item .page-link {
  color: #495057;
  min-width: 2rem;
  padding: 0.25rem 0.125rem;
  text-align: center;
  border-radius: 0.375rem;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.datetime {
  position: relative;
}
.datetime input[type=text] {
  padding-left: 1.75rem;
}
.datetime::before {
  position: absolute;
  font-family: "Font Awesome 6 free";
  font-weight: 300;
  content: "\f073";
  padding: 0.375rem 0.625rem;
  color: #adb5bd;
}

.form-check-inline {
  padding: 0.375rem 0 0.375rem 1.5rem;
}

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

.is-invalid .form-control, .is-invalid .form-select {
  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);
}
.is-invalid .form-control:focus, .is-invalid .form-select: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);
}
.is-invalid .form-check-input {
  border-color: #dc3545;
}
.is-invalid .form-check-input ~ .form-check-label {
  color: #dc3545;
}

.form-select.bg-primary, .form-select.bg-secondary, .form-select.bg-dark {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.anchored {
  position: relative;
}
.anchored .anchor {
  position: absolute;
  top: -4rem;
}

.user-icon-preview {
  background: #dee2e6;
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ced4da;
}
.user-icon-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-area {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
  max-width: 80rem;
  margin: 0 auto;
}
.portfolio-area .portfolio-cover-image {
  width: 100%;
  height: clamp(8rem, 4rem + 20vw, 20rem);
  background: #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: url(../images/portfolio-cover-image-bg.png) repeat;
}
.portfolio-area .portfolio-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portfolio-area .portfolio-user-icon {
  width: clamp(3rem, 1.25rem + 8.75vw, 8.25rem);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: calc(clamp(3rem, 1rem + 10vw, 9rem) * -0.5) auto 0.75rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.125);
  position: relative;
  background-color: #fff;
}
.portfolio-area .portfolio-user-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portfolio-area .portfolio-user-name {
  text-align: center;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}
.portfolio-area .portfolio-h2 {
  color: #212529;
  font-weight: 200;
  font-size: clamp(1.5rem, 1.1666666667rem + 1.6666666667vw, 2.5rem);
  margin-bottom: 0.5rem;
}
.portfolio-area .portfolio-h2 span {
  font-weight: normal;
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  margin: 0 0.25rem;
  color: #6c757d;
}
.portfolio-area .portfolio-work-area, .portfolio-area .portfolio-profile-area {
  padding: 0 2rem;
}
@media (max-width: 767.99px) {
  .portfolio-area .portfolio-work-area, .portfolio-area .portfolio-profile-area {
    padding: 0 1rem;
  }
}
.portfolio-area .portfolio-profile-area *:not(.portfolio-works-title, .portfolio-h2, .tag-badge, a) {
  color: #495057;
}
.portfolio-area .portfolio-works {
  margin-bottom: 1rem;
}
.portfolio-area .portfolio-works .portfolio-works-title {
  padding: 0.25rem 0.75rem;
  background: #e9ecef;
  color: #495057;
  font-weight: 500;
  font-size: 1.05rem;
  margin: 1rem 0 0.75rem;
}
.portfolio-area .portfolio-works .portfolio-works-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 575.99px) {
  .portfolio-area .portfolio-works .portfolio-works-item:has(.portfolio-works-audio) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.portfolio-area .portfolio-works .portfolio-works-item > div {
  width: calc(33.3333333333% - 0.5rem);
}
@media (max-width: 575.99px) {
  .portfolio-area .portfolio-works .portfolio-works-item > div:has(.portfolio-works-audio) {
    width: 100%;
  }
}
.portfolio-area .portfolio-works .portfolio-works-item .portfolio-works-thumbnail {
  aspect-ratio: 1/1;
  margin-bottom: 0.25rem;
  border-radius: clamp(0.5rem, 0.375rem + 0.625vw, 0.875rem);
  overflow: hidden;
}
.portfolio-area .portfolio-works .portfolio-works-item .portfolio-works-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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;
}
.portfolio-area .portfolio-works .portfolio-works-item .portfolio-works-thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.portfolio-area .portfolio-works .portfolio-works-item .portfolio-works-audio {
  width: 100%;
  margin-bottom: 0.25rem;
}
.portfolio-area .portfolio-works .portfolio-works-item .portfolio-works-audio .audio-control {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-area .portfolio-works .portfolio-works-item .portfolio-works-audio .audio-control-stop {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-area .portfolio-works .portfolio-works-item .caption {
  color: #6c757d;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  margin-bottom: 0.5rem;
}

.portfolio-thumbnail-preview {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 16rem;
  overflow: hidden;
  border: solid 1px #e9ecef;
}
.portfolio-thumbnail-preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-cover-preview {
  aspect-ratio: 7/2;
  width: 100%;
  max-width: 28rem;
  overflow: hidden;
  border: solid 1px #e9ecef;
}
.portfolio-cover-preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-works-preview {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: clamp(8rem, 5.3333333333rem + 13.3333333333vw, 16rem);
  overflow: hidden;
  border: solid 1px #e9ecef;
}
.portfolio-works-preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #495057;
  padding: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem) clamp(0.5rem, 0.4166666667rem + 0.4166666667vw, 0.75rem);
}
@media (max-width: 767.99px) {
  .portfolio-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.portfolio-footer .portfolio-link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.portfolio-footer .portfolio-link-area a {
  color: #fff;
}
@media (max-width: 767.99px) {
  .portfolio-footer .portfolio-link-area a {
    font-size: 115%;
  }
}
.portfolio-footer .portfolio-copyright {
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  color: #e9ecef;
}

.creator-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767.99px) {
  .creator-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-card-area {
  width: clamp(12rem, 6rem + 12.5vw, 16rem);
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  top: 3.5rem;
  right: 0;
}
@media (max-width: 767.99px) {
  .contact-card-area {
    width: 100%;
    top: calc(100dvh - 3rem);
    right: 0;
  }
}
.contact-card-area .contact-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0.5rem;
  position: fixed;
  width: clamp(12rem, 6rem + 12.5vw, 16rem);
  padding: 0;
  border-radius: 0 0 0 0.25rem;
  border: none;
}
@media (max-width: 767.99px) {
  .contact-card-area .contact-card {
    width: 100%;
    border-radius: 0;
  }
}
.contact-card-area .contact-card .contact-card-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 767.99px) {
  .contact-card-area .contact-card .contact-card-btn-area {
    width: 100%;
    height: 3rem;
  }
}
.contact-card-area .contact-card .contact-card-btn-area .btn {
  width: 100%;
  border-radius: 0 0 0 0.25rem;
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
}
@media (max-width: 767.99px) {
  .contact-card-area .contact-card .contact-card-btn-area .btn {
    border-radius: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.creator-contact-header {
  background-color: #fff;
  overflow: hidden;
}
.creator-contact-header .portfolio-cover-image {
  width: 100%;
  height: clamp(8rem, 4rem + 20vw, 20rem);
  background: #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: url(../images/portfolio-cover-image-bg.png) repeat;
}
.creator-contact-header .portfolio-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.creator-contact-header .portfolio-user-icon {
  width: clamp(3rem, 1.25rem + 8.75vw, 8.25rem);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: calc(clamp(3rem, 1rem + 10vw, 9rem) * -0.5) auto 0.75rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.125);
  position: relative;
  background-color: #fff;
}
.creator-contact-header .portfolio-user-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.creator-contact-header .portfolio-user-name {
  text-align: center;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}

.hearingsheet-image-preview {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 32rem;
  /*overflow: hidden;*/
  border: solid 1px #e9ecef;
}
.hearingsheet-image-preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tag-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-area .tag-badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tag-area .tag-badge:not(:has(input))::before {
  content: "#";
  margin-right: 0.125rem;
  color: rgba(255, 255, 255, 0.625);
}
.tag-area .tag-badge:is(a):hover {
  -webkit-filter: saturate(1.25) brightness(1.125);
          filter: saturate(1.25) brightness(1.125);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.tag-area.tag-setting-area .tag-badge:has(:checked) {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.tag-area.tag-setting-area .tag-badge:has(label) label {
  cursor: pointer;
}
.tag-area.tag-setting-area .tag-badge input[type=checkbox] {
  border-inline-start-color: #fff;
  border-inline-end-color: #fff;
  border-color: #fff;
}

.tag-badge {
  background: #6c757d;
}

.tag-category {
  background: rgb(130.9033707865, 194.975, 74.925);
}

.tag-subject {
  background: rgb(181.7717582673, 138.8539792471, 209.8710207529);
}

.tag-use {
  background: rgb(98.5547256098, 187.9282487131, 205.6952743902);
}

.tag-genre {
  background: rgb(222.9300058962, 130.5949941038, 176.4792637675);
}

.tag-technique {
  background: rgb(223.4753296703, 158.6668157808, 104.5746703297);
}

.tag-taste {
  background: rgb(88.6067481203, 148.4785850564, 236.7432518797);
}

.tag-tone {
  background: rgb(154.2444342972, 126.2827325581, 220.3672674419);
}

.tag-price {
  background: rgb(210.5788736264, 117.4711263736, 126.3916291044);
}

.tag-deadline {
  background: rgb(209.6532824427, 164.8453912214, 30.4217175573);
}

.tag-region {
  background: rgb(86.7070786517, 164.97, 18.33);
}

.tag-category-text {
  color: rgb(130.9033707865, 194.975, 74.925);
}

.tag-subject-text {
  color: rgb(181.7717582673, 138.8539792471, 209.8710207529);
}

.tag-use-text {
  color: rgb(98.5547256098, 187.9282487131, 205.6952743902);
}

.tag-genre-text {
  color: rgb(222.9300058962, 130.5949941038, 176.4792637675);
}

.tag-technique-text {
  color: rgb(223.4753296703, 158.6668157808, 104.5746703297);
}

.tag-taste-text {
  color: rgb(88.6067481203, 148.4785850564, 236.7432518797);
}

.tag-tone-text {
  color: rgb(154.2444342972, 126.2827325581, 220.3672674419);
}

.tag-price-text {
  color: rgb(210.5788736264, 117.4711263736, 126.3916291044);
}

.tag-deadline-text {
  color: rgb(209.6532824427, 164.8453912214, 30.4217175573);
}

.tag-region-text {
  color: rgb(86.7070786517, 164.97, 18.33);
}

.tag-language-text {
  color: rgb(147.4356223176, 155.1802575107, 162.0643776824);
}

.setting-area {
  background: #fff;
  padding: clamp(0.75rem, 0.6666666667rem + 0.4166666667vw, 1rem) clamp(0.5rem, 0.4166666667rem + 0.4166666667vw, 0.75rem);
}

.upload-file .upload-file-name {
  text-overflow: ellipsis;
  background: #fff;
  border-top: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow-x: hidden;
  cursor: default;
}
.upload-file .upload-file-name:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: none;
  border-right: none;
  z-index: auto;
}
@media (max-width: 991.99px) {
  .upload-file .upload-file-name {
    width: 12rem;
  }
}
@media (max-width: 767.99px) {
  .upload-file .upload-file-name {
    width: 4rem;
  }
}
.upload-file .is-invalid + .upload-file-name {
  border-color: #dc3545;
}

.upload-image-detail {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.upload-image-detail .image-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 32rem;
  max-height: 20rem;
  aspect-ratio: 1/1;
  background: #fff;
  border: solid 1px #dee2e6;
  border-radius: 0.25rem;
  padding: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  margin: 0 auto clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
}
@media (max-width: 991.99px) {
  .upload-image-detail .image-area {
    max-height: 18rem;
  }
}
@media (max-width: 767.99px) {
  .upload-image-detail .image-area {
    max-height: 14rem;
  }
}
@media (max-width: 575.99px) {
  .upload-image-detail .image-area {
    max-height: 12rem;
  }
}
.upload-image-detail .image-area img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.99px) {
  .upload-image-detail .image-area img {
    max-height: 22.5rem;
  }
}
@media (max-width: 575.99px) {
  .upload-image-detail .image-area img {
    max-height: 16.5rem;
  }
}
.upload-image-detail .text dl {
  margin: 0.25rem 0;
  padding: 0.375rem 0 0;
  border-top: solid 1px #dee2e6;
}
.upload-image-detail .text dl:last-child {
  border-bottom: solid 1px #dee2e6;
}
.upload-image-detail .text dl dt {
  margin: 0;
  width: 10rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  color: #6c757d;
  font-weight: normal;
}
@media (max-width: 767.99px) {
  .upload-image-detail .text dl dt {
    width: 7.5rem;
  }
}
.upload-image-detail .text dl dd {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.upload-image-detail .keyword-area .tag {
  display: inline-block;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
  color: #6c757d;
  background: #efeee7;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  line-height: 1;
  word-break: break-all;
}
.upload-image-detail .keyword-area .tag .form-check-label:hover, .upload-image-detail .keyword-area .tag .form-check-input:hover {
  cursor: pointer;
}
.upload-image-detail .keyword-area .tag:has(.form-check-input:checked) {
  border-color: #00a968;
  color: #00a968;
}
.upload-image-detail .price-area {
  border-top: solid 1px #ced4da;
}
.upload-image-detail .price-area .price-block {
  background: #fff;
  border-bottom: solid 1px #ced4da;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.25rem 0.375rem 0.625rem;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.upload-image-detail .price-area .price-block:has(.stretched-link:not(.link-success)):hover {
  background: rgb(157.4375, 241.0625, 208.8990384615);
}
.upload-image-detail .price-area .price-block:has(.stretched-link:is(.link-info)):hover {
  background: rgb(224.6769021739, 240.287944664, 247.5730978261);
}
.upload-image-detail .price-area .price-block:has(.stretched-link:is(.link-success)):hover {
  background: rgb(228.2084269663, 244.7, 213.8);
}
.upload-image-detail .price-area .price-block.purchased .price .num::after {
  display: block;
  text-align: center;
  content: "購入済み";
  font-size: clamp(0.5rem, 0.4583333333rem + 0.2083333333vw, 0.625rem);
  line-height: 1;
  padding: 0.125rem 0.375rem;
  border-radius: 1rem;
  background: #53b200;
  color: #fff;
}
.upload-image-detail .price-area .price-block .spec {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.25;
}
.upload-image-detail .price-area .price-block .spec .size {
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.upload-image-detail .price-area .price-block .spec .size small, .upload-image-detail .price-area .price-block .spec .size .small {
  display: block;
  font-weight: normal;
  color: #6c757d;
  font-size: clamp(0.5rem, 0.4166666667rem + 0.4166666667vw, 0.75rem);
}
.upload-image-detail .price-area .price-block .spec .type {
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  font-weight: bold;
}
.upload-image-detail .price-area .price-block .price {
  max-width: 10rem;
}
.upload-image-detail .price-area .price-block .price .num {
  text-align: right;
  font-size: clamp(0.875rem, 0.7916666667rem + 0.4166666667vw, 1.125rem);
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 0.125rem;
  position: relative;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.upload-image-detail .price-area .price-block .price .num .contact {
  font-size: 65%;
  display: block;
  line-height: 1.5;
}
.upload-image-detail .price-area .price-block .cart-btn {
  width: 6.25rem;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.upload-image-detail .price-area .price-block .cart-btn .btn {
  padding: 0.25rem 0.375rem 0.125rem;
}
.upload-image-detail .price-area .price-block .cart-btn .btn.btn-link {
  text-decoration: none;
}
.upload-image-detail .price-area .price-block .cart-btn .btn .stack-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  border: solid 1rem;
  border-radius: 1rem;
}
.upload-image-detail .price-area .price-block .cart-btn .btn .stack-icon svg {
  color: #fff;
}
.upload-image-detail .price-area .price-block .cart-btn .btn .label {
  display: block;
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem) !important;
}
.upload-image-detail .image-info-area {
  border-top: solid 1px #ced4da;
}
.upload-image-detail .image-info-area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  gap: 0.625rem;
  border-bottom: solid 1px #ced4da;
  background: #fff;
  margin-bottom: 0;
}
.upload-image-detail .image-info-area dl dt {
  padding: 0.5rem;
  margin-bottom: 0;
  width: 8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767.99px) {
  .upload-image-detail .image-info-area dl dt {
    width: 7rem;
  }
}
.upload-image-detail .image-info-area dl dd {
  padding: 0.5rem;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.upload-image-detail .image-info-area dl dd .license.rf::after, .upload-image-detail .image-info-area dl dd .license.rm::after {
  display: inline-block;
  content: "";
  padding: 0.125rem 0.25rem;
  margin-left: 0.25rem;
  height: auto;
  color: #fff;
  border-radius: 0.125rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
}
.upload-image-detail .image-info-area dl dd .license.rf::after {
  content: "RF";
  background: rgb(203.5, 159.4845505618, 0);
}
.upload-image-detail .image-info-area dl dd .license.rm::after {
  content: "RM";
  background: rgb(2.6268292683, 147.9780487805, 176.8731707317);
}
.upload-image-detail .image-info-area dl dd .page-link, .upload-image-detail .image-info-area dl dd .bikoulink {
  display: block;
  color: #495057;
}
.upload-image-detail .image-info-area dl dd .page-link::before, .upload-image-detail .image-info-area dl dd .bikoulink::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  color: #00a968;
  margin-right: 0.125rem;
}
.upload-image-detail .image-info-area dl dd .page-link:hover, .upload-image-detail .image-info-area dl dd .bikoulink:hover {
  color: #00a968;
}
.upload-image-detail .image-info-area dl dd .alert {
  color: #dc3545;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}

footer {
  position: relative;
  z-index: 0;
  background: #fff;
}
footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 1.5rem;
}
@media (max-width: 767.99px) {
  footer .footer-logo {
    padding: 0.5rem 0 1rem;
  }
}
footer .footer-logo img {
  display: block;
  width: 12.5rem;
  height: 2.5rem;
}
@media (max-width: 767.99px) {
  footer .footer-logo img {
    width: 9.375rem;
    height: 1.875rem;
  }
}
footer .footer-sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin: 1rem auto;
}
footer .footer-sns-link a {
  display: block;
}
footer .footer-sns-link a:hover {
  opacity: 0.75;
}
footer .footer-link {
  padding-left: clamp(0.75rem, 0.5625rem + 0.390625vw, 0.875rem);
  list-style: none;
}
footer .footer-link li {
  font-size: clamp(0.75rem, 0.5625rem + 0.390625vw, 0.875rem);
}
footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.625);
}
footer .p-mark {
  display: block;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767.99px) {
  footer .p-mark {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.totop {
  display: none;
  width: 3rem;
  height: 3rem;
  position: fixed;
  will-change: transform;
  bottom: 1rem;
  right: 1rem;
  opacity: 0.6;
}
.totop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #FFF;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #15654c !important;
}
.totop:hover {
  opacity: 1;
}
@media (max-width: 991.99px) {
  .totop {
    width: 2rem;
    height: 2rem;
    bottom: 1.5rem;
    right: 0.5rem;
  }
  .totop a {
    font-size: 1rem;
  }
}

.modal::before {
  content: "";
  display: block;
  position: fixed;
  will-change: transform;
  background: rgba(73, 80, 87, 0.75);
  width: 100%;
  height: 100%;
}
.modal .modal-header {
  background: #dee2e6;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  color: #495057;
}
@media (max-width: 991.99px) {
  .modal .modal-body {
    padding: 0.75rem;
  }
}
.modal .modal-body .input-area {
  background: rgb(241.8578947368, 243.65, 245.4421052632);
  padding: 1.5rem;
}
@media (max-width: 991.99px) {
  .modal .modal-body .input-area {
    padding: 0.75rem;
  }
}
.modal .modal-body .input-area .input-area-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.99px) {
  .modal .modal-body .input-area .input-area-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal .modal-body .input-area .input-area-block .input-title {
  width: 13rem;
  padding: 0.5rem 3rem 0.25rem 0;
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media (max-width: 991.99px) {
  .modal .modal-body .input-area .input-area-block .input-title {
    width: 100%;
    margin: 0.5rem 0 0.125rem;
    padding: 0;
    text-align: left;
  }
}
.modal .modal-body .input-area .input-area-block .input-title.required::after {
  content: "＊";
  color: #dc3545;
  font-weight: bold;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
}
@media (max-width: 991.99px) {
  .modal .modal-body .input-area .input-area-block .input-title.required::after {
    position: relative;
    right: -0.25rem;
    top: 0;
  }
}
.modal .modal-body .input-area .input-area-block .input-field .confirmation {
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0.5rem 0;
  color: rgb(0, 41.5, 25.5384615385);
}
.modal .selected-file-list {
  max-height: 24dvh;
  overflow-y: auto;
}
.modal .selected-file-list::-webkit-scrollbar {
  width: 0.5rem;
}
.modal .selected-file-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal .selected-file-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border-left: 0;
  border-right: 0;
  background-color: rgba(173, 181, 189, 0.5);
}
.modal .selected-file-list > div {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal .selected-file-list > div:has(.btn-link.text-danger:hover) {
  border-color: #dc3545 !important;
  color: #dc3545;
}
.modal .select-folder {
  width: 100%;
  min-height: 9.5rem;
  max-height: 17rem;
  overflow-y: auto;
  border: solid 1px #adb5bd;
  border-radius: 0.25rem;
}
.modal .select-folder .tree {
  display: block;
  padding: 0 0.5rem;
  margin: 0;
}
.modal .select-folder .tree .oc-swich {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #adb5bd;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 1;
}
.modal .select-folder .tree .oc-swich::after {
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  cursor: pointer;
}
.modal .select-folder .tree .oc-swich:hover {
  color: #00a968;
}
.modal .select-folder .tree .oc-swich.tree-open::after {
  content: "\f0da";
}
.modal .select-folder .tree .folder {
  padding: 0.125rem 0.5rem 0.125rem 1.75rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1px 0;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.modal .select-folder .tree .folder.active::before {
  content: "\f07c";
}
.modal .select-folder .tree .folder .nav-icon {
  font-size: 1.5rem;
  margin-right: 0.375rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.modal .select-folder .tree .folder .folder-name {
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.375rem 0 0.375rem 2rem;
  word-break: break-all;
  position: relative;
}
.modal .select-folder .tree .folder .folder-name > .form-check-input {
  visibility: hidden;
}
.modal .select-folder .tree .folder .folder-name > .form-check-input:checked + .form-check-label {
  font-weight: 600;
  color: #00a968;
}
.modal .select-folder .tree .folder .folder-name > .form-check-input:checked + .form-check-label::before {
  content: "\f07c";
  color: rgb(0, 118, 72.6153846154);
}
.modal .select-folder .tree .folder .folder-name > .form-check-input:disabled + .form-check-label {
  cursor: default;
  pointer-events: none;
}
.modal .select-folder .tree .folder .folder-name > .form-check-input:disabled + .form-check-label:hover {
  color: #000;
}
.modal .select-folder .tree .folder .folder-name > .form-check-input:disabled + .form-check-label::after {
  content: "（現在のフォルダ）";
}
.modal .select-folder .tree .folder .folder-name > .form-check-label {
  cursor: pointer;
}
.modal .select-folder .tree .folder .folder-name > .form-check-label:hover {
  color: #00a968;
}
.modal .select-folder .tree .folder .folder-name > .form-check-label::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.75rem;
  font-size: 1.25rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f07b";
  color: rgb(49.1, 196.4, 139.7461538462);
  position: absolute;
  left: 0rem;
  top: 0.075em;
  margin-right: 0.25rem;
}
.modal .select-folder .tree ul {
  padding: 0 0 0 1.25rem;
}
.modal .select-folder .tree li {
  position: relative;
  list-style: none;
}
.modal .select-folder::-webkit-scrollbar {
  width: 0.5rem;
}
.modal .select-folder::-webkit-scrollbar-track {
  background-color: rgba(173, 181, 189, 0.25);
}
.modal .select-folder::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border-left: 0;
  border-right: 0;
  background-color: rgba(173, 181, 189, 0.75);
}

.modal-dialog form {
  width: 100%;
}

.file-upload-area {
  border: dashed 0.25rem rgb(152.25, 220.75, 194.4038461538);
  border-radius: 0.5rem;
  background: rgb(228.75, 246.25, 239.5192307692);
  padding: 2rem 1rem;
  text-align: center;
  color: #00a968;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.file-upload-area .file-upload-icon {
  margin-bottom: 1rem;
}
.file-upload-area.dragging {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.service-provider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.99px) {
  .service-provider {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.service-provider .service-provider-side {
  width: 16rem;
  margin: 0 1.5rem 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-side {
    width: 12rem;
  }
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-side {
    width: 100%;
    margin: 0;
  }
}
.service-provider .service-provider-side .provider-info {
  padding: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-side .provider-info .profile .user div:not(.user-icon) {
    width: calc(100% - 7rem);
    margin: 0 0 0.25rem 7rem;
  }
}
.service-provider .service-provider-side .provider-info .profile .user .user-icon {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  margin: 1rem auto;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-side .provider-info .profile .user .user-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 1rem 0 0;
    float: left;
  }
}
.service-provider .service-provider-side .provider-info .profile .user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-provider .service-provider-side .provider-info .profile .user .user-name {
  font-size: 1.0125rem;
  font-weight: 500;
  margin: 0 auto 0.25rem;
}
.service-provider .service-provider-side .provider-info .profile .user .user-sex, .service-provider .service-provider-side .provider-info .profile .user .provider-identification, .service-provider .service-provider-side .provider-info .profile .user .provider-nda, .service-provider .service-provider-side .provider-info .profile .user .operating-status {
  font-size: 0.875rem;
  color: #495057;
  margin: 0 auto 0.25rem;
}
.service-provider .service-provider-side .provider-info .profile .user .user-sex .svg-inline--fa, .service-provider .service-provider-side .provider-info .profile .user .provider-identification .svg-inline--fa, .service-provider .service-provider-side .provider-info .profile .user .provider-nda .svg-inline--fa, .service-provider .service-provider-side .provider-info .profile .user .operating-status .svg-inline--fa {
  margin-right: 0.25rem;
}
.service-provider .service-provider-side .provider-info .profile .user .user-sex .svg-inline--fa.fa-circle-check, .service-provider .service-provider-side .provider-info .profile .user .provider-identification .svg-inline--fa.fa-circle-check, .service-provider .service-provider-side .provider-info .profile .user .provider-nda .svg-inline--fa.fa-circle-check, .service-provider .service-provider-side .provider-info .profile .user .operating-status .svg-inline--fa.fa-circle-check {
  color: #e94746;
}
.service-provider .service-provider-side .provider-info .profile .user .user-sex .svg-inline--fa.fa-circle-minus, .service-provider .service-provider-side .provider-info .profile .user .provider-identification .svg-inline--fa.fa-circle-minus, .service-provider .service-provider-side .provider-info .profile .user .provider-nda .svg-inline--fa.fa-circle-minus, .service-provider .service-provider-side .provider-info .profile .user .operating-status .svg-inline--fa.fa-circle-minus {
  color: #adb5bd;
}
.service-provider .service-provider-side .provider-info .profile .user .sns, .service-provider .service-provider-side .provider-info .profile .user .specialty, .service-provider .service-provider-side .provider-info .profile .user .qualification, .service-provider .service-provider-side .provider-info .profile .user .awards {
  font-size: 0.875rem;
  padding: 0.75rem 0 0;
  margin: 0.75rem auto 0;
  border-top: solid 1px #dee2e6;
}
.service-provider .service-provider-side .provider-info .profile .user .sns p, .service-provider .service-provider-side .provider-info .profile .user .specialty p, .service-provider .service-provider-side .provider-info .profile .user .qualification p, .service-provider .service-provider-side .provider-info .profile .user .awards p {
  margin: 0;
}
.service-provider .service-provider-side .provider-info .profile .user .sns a {
  font-size: 1.5rem;
  margin: 0.25rem;
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-side .provider-info .profile .user .sns a {
    font-size: 2rem;
    margin: 0.5rem;
  }
}
.service-provider .service-provider-side .provider-info .profile .user .sns a:hover {
  opacity: 0.8;
  -webkit-filter: saturate(1.25);
          filter: saturate(1.25);
}
.service-provider .service-provider-side .provider-info .profile .user .sns a.user-site {
  color: #3bb890;
}
.service-provider .service-provider-side .provider-info .profile .user .sns a.user-twitter {
  color: #60b1e4;
}
.service-provider .service-provider-side .provider-info .profile .user .sns a.user-youtube {
  color: #f0737c;
}
.service-provider .service-provider-side .provider-info .profile .user .sns a.user-instagram {
  color: #e369b5;
}
.service-provider .service-provider-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.service-provider .service-provider-main .service-detail {
  margin: 0 auto 0.5rem;
}
.service-provider .service-provider-main .service-detail .service-detail-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .service-detail-head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #dee2e6;
  width: 100%;
  max-width: 24rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .service-detail-head .service-img {
    max-width: none;
  }
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title {
  padding: 1.5rem 1.5rem 0;
  width: 100%;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title h1, .service-provider .service-provider-main .service-detail .service-detail-head .service-title .h1 {
  line-height: 1.375;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn + label {
  color: #343a40;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn + label .fa-heart {
  color: rgb(238.4202898551, 116.3333333333, 115.5797101449);
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn + label .label-name::after {
  content: "に追加";
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn + label .count {
  margin-left: 0.75rem;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn:checked + label {
  background-color: rgb(238.4202898551, 116.3333333333, 115.5797101449);
  border-color: rgb(238.4202898551, 116.3333333333, 115.5797101449) !important;
  color: white;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn:checked + label .fa-heart {
  color: white;
}
.service-provider .service-provider-main .service-detail .service-detail-head .service-title .favorite-btn:checked + label .label-name::after {
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  content: "\f00c";
  margin-left: 0.125rem;
}
.service-provider .service-provider-main .service-detail .overview {
  padding: 0 1.5rem 0.5rem;
}
.service-provider .service-provider-main .service-detail .voice-sample {
  padding: 1.5rem 1.5rem 0.5rem;
  border-top: solid 1px #dee2e6;
}
.service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul {
  padding: 0;
}
.service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(67, 255, 182.6923076923);
  background: -webkit-gradient(linear, left top, right top, from(rgb(97.6, 255, 194.4615384615)), to(rgb(252.5130434783, 234.2, 234.0869565217)));
  background: -webkit-linear-gradient(left, rgb(97.6, 255, 194.4615384615) 0%, rgb(252.5130434783, 234.2, 234.0869565217) 100%);
  background: linear-gradient(to right, rgb(97.6, 255, 194.4615384615) 0%, rgb(252.5130434783, 234.2, 234.0869565217) 100%);
  border-radius: 0.375rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  margin: 0 auto 0.5rem;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 1rem;
  }
}
.service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li h4, .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .h4 {
  margin: 0 1rem 0 0;
  font-size: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li h4, .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .h4 {
    margin: 0 0 0.5rem;
  }
}
.service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .tags {
  margin: 0 auto 0 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.625);
  word-break: break-all;
  line-height: 1.25;
  -webkit-flex-shrink: 100;
      -ms-flex-negative: 100;
          flex-shrink: 100;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .tags {
    text-align: center;
    margin: 0 0 0.5rem;
  }
}
.service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .btn.audio-control {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.5rem;
  margin-right: 2px;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .btn.audio-control {
    margin: 0 1px 0.5rem 0;
  }
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .voice-sample .voice-sample-list ul li .btn.audio-control-stop {
    margin: 0 0 0.5rem;
  }
}
.service-provider .service-provider-main .service-detail .pr-videos {
  padding: 1.5rem 1.5rem 0.5rem;
  border-top: solid 1px #dee2e6;
}
.service-provider .service-provider-main .service-detail .pr-videos .youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-provider .service-provider-main .service-detail .pr-videos .youtube iframe {
  width: 30%;
  margin: 0 1.5% 2rem;
  aspect-ratio: 16/9;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .service-detail .pr-videos .youtube iframe {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 2rem;
  }
}
.service-provider .service-provider-main .service-detail .service-content {
  padding: 1.5rem 1.5rem 0.5rem;
  border-top: solid 1px #dee2e6;
}
.service-provider .service-provider-main .service-detail .purchase-detail {
  padding: 1.5rem 1.5rem 0.5rem;
  border-top: solid 1px #dee2e6;
}
.service-provider .service-provider-main .quote-and-inquiry h2, .service-provider .service-provider-main .quote-and-inquiry .h2 {
  padding: 1.5rem 1.5rem 0rem;
}
.service-provider .service-provider-main .quote-and-inquiry p {
  padding: 0 1.5rem 1rem;
}
.service-provider .service-provider-main .quote-and-inquiry .input-area {
  background: #efeee7;
  padding: 1.5rem;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .quote-and-inquiry .input-area {
    padding: 0.75rem;
  }
}
.service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block .input-title {
  width: 13rem;
  padding: 0.5rem 3rem 0.25rem 0;
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block .input-title {
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
    text-align: left;
  }
}
.service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block .input-title.required::after {
  content: "＊";
  color: #e94746;
  position: absolute;
  right: 1.5rem;
}
@media (max-width: 991.99px) {
  .service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block .input-title.required::after {
    position: relative;
    right: -0.25rem;
  }
}
.service-provider .service-provider-main .quote-and-inquiry .input-area .input-area-block .input-field .confirmation {
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0.5rem 0;
  color: rgb(0, 41.5, 25.5384615385);
}
.service-provider .service-provider-main .input-submit-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 2.5rem 1.5rem;
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-main .input-submit-btn-area {
    padding: 1.5rem 1.5rem 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-provider .service-provider-main .input-submit-btn-area .btn {
  margin: 0 0.5rem 1rem;
}
.service-provider .service-provider-main .user-review h2, .service-provider .service-provider-main .user-review .h2 {
  padding: 1.5rem 1.5rem 0rem;
}
.service-provider .service-provider-main .user-review p {
  padding: 0 1.5rem 1rem;
}
.service-provider .service-provider-main .user-review .rate-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 1rem 0.25rem;
  margin: 0.5rem 1.5rem 1rem;
  border: solid 4px #e9ecef;
}
.service-provider .service-provider-main .user-review .rate-area .rate-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.75rem 0.75rem;
  font-size: 90%;
}
.service-provider .service-provider-main .user-review .rate-area .rate-item:first-child {
  width: 100%;
  font-size: 112.5%;
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-main .user-review .rate-area {
    padding: 0.5rem 0rem 0.25rem;
    margin: 0.5rem 0.5rem 1rem;
  }
}
.service-provider .service-provider-main .user-review .rate-star {
  width: 90px;
  height: 18px;
  margin: 0 0.375rem 0.25rem;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating {
  position: relative;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating::before, .service-provider .service-provider-main .user-review .rate-star .star-rating::after {
  content: "";
  background-image: url(../images/rate-star.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 18px;
  background-size: 90px 18px;
  background-position: 0 0;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.service-provider .service-provider-main .user-review .rate-star .star-rating::after {
  overflow: hidden;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="00"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.00"]::after {
  width: 0px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.01"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.010"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.01.00"]::after {
  width: 0.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.02"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.020"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.02.00"]::after {
  width: 0.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.03"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.030"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.03.00"]::after {
  width: 0.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.04"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.040"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.04.00"]::after {
  width: 0.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.05"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.050"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.05.00"]::after {
  width: 0.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.06"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.060"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.06.00"]::after {
  width: 1.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.07"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.070"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.07.00"]::after {
  width: 1.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.08"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.080"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.08.00"]::after {
  width: 1.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.09"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.090"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.09.00"]::after {
  width: 1.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.1"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.10"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.1.00"]::after {
  width: 1.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.11"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.110"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.11.00"]::after {
  width: 1.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.12"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.120"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.12.00"]::after {
  width: 2.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.13"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.130"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.13.00"]::after {
  width: 2.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.14"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.140"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.14.00"]::after {
  width: 2.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.15"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.150"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.15.00"]::after {
  width: 2.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.16"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.160"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.16.00"]::after {
  width: 2.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.17"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.170"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.17.00"]::after {
  width: 3.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.18"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.180"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.18.00"]::after {
  width: 3.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.19"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.190"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.19.00"]::after {
  width: 3.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.2"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.20"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.2.00"]::after {
  width: 3.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.21"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.210"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.21.00"]::after {
  width: 3.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.22"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.220"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.22.00"]::after {
  width: 3.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.23"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.230"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.23.00"]::after {
  width: 4.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.24"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.240"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.24.00"]::after {
  width: 4.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.25"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.250"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.25.00"]::after {
  width: 4.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.26"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.260"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.26.00"]::after {
  width: 4.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.27"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.270"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.27.00"]::after {
  width: 4.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.28"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.280"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.28.00"]::after {
  width: 5.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.29"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.290"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.29.00"]::after {
  width: 5.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.3"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.30"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.3.00"]::after {
  width: 5.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.31"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.310"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.31.00"]::after {
  width: 5.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.32"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.320"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.32.00"]::after {
  width: 5.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.33"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.330"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.33.00"]::after {
  width: 5.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.34"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.340"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.34.00"]::after {
  width: 6.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.35"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.350"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.35.00"]::after {
  width: 6.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.36"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.360"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.36.00"]::after {
  width: 6.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.37"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.370"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.37.00"]::after {
  width: 6.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.38"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.380"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.38.00"]::after {
  width: 6.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.39"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.390"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.39.00"]::after {
  width: 7.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.4"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.40"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.4.00"]::after {
  width: 7.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.41"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.410"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.41.00"]::after {
  width: 7.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.42"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.420"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.42.00"]::after {
  width: 7.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.43"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.430"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.43.00"]::after {
  width: 7.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.44"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.440"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.44.00"]::after {
  width: 7.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.45"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.450"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.45.00"]::after {
  width: 8.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.46"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.460"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.46.00"]::after {
  width: 8.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.47"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.470"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.47.00"]::after {
  width: 8.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.48"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.480"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.48.00"]::after {
  width: 8.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.49"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.490"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.49.00"]::after {
  width: 8.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.5"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.50"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.5.00"]::after {
  width: 9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.51"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.510"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.51.00"]::after {
  width: 9.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.52"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.520"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.52.00"]::after {
  width: 9.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.53"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.530"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.53.00"]::after {
  width: 9.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.54"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.540"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.54.00"]::after {
  width: 9.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.55"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.550"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.55.00"]::after {
  width: 9.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.56"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.560"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.56.00"]::after {
  width: 10.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.57"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.570"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.57.00"]::after {
  width: 10.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.58"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.580"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.58.00"]::after {
  width: 10.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.59"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.590"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.59.00"]::after {
  width: 10.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.6"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.60"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.6.00"]::after {
  width: 10.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.61"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.610"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.61.00"]::after {
  width: 10.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.62"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.620"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.62.00"]::after {
  width: 11.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.63"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.630"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.63.00"]::after {
  width: 11.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.64"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.640"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.64.00"]::after {
  width: 11.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.65"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.650"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.65.00"]::after {
  width: 11.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.66"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.660"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.66.00"]::after {
  width: 11.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.67"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.670"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.67.00"]::after {
  width: 12.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.68"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.680"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.68.00"]::after {
  width: 12.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.69"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.690"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.69.00"]::after {
  width: 12.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.7"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.70"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.7.00"]::after {
  width: 12.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.71"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.710"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.71.00"]::after {
  width: 12.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.72"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.720"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.72.00"]::after {
  width: 12.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.73"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.730"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.73.00"]::after {
  width: 13.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.74"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.740"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.74.00"]::after {
  width: 13.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.75"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.750"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.75.00"]::after {
  width: 13.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.76"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.760"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.76.00"]::after {
  width: 13.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.77"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.770"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.77.00"]::after {
  width: 13.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.78"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.780"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.78.00"]::after {
  width: 14.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.79"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.790"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.79.00"]::after {
  width: 14.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.8"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.80"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.8.00"]::after {
  width: 14.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.81"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.810"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.81.00"]::after {
  width: 14.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.82"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.820"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.82.00"]::after {
  width: 14.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.83"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.830"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.83.00"]::after {
  width: 14.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.84"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.840"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.84.00"]::after {
  width: 15.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.85"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.850"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.85.00"]::after {
  width: 15.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.86"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.860"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.86.00"]::after {
  width: 15.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.87"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.870"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.87.00"]::after {
  width: 15.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.88"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.880"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.88.00"]::after {
  width: 15.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.89"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.890"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.89.00"]::after {
  width: 16.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.9"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.90"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.9.00"]::after {
  width: 16.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.91"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.910"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.91.00"]::after {
  width: 16.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.92"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.920"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.92.00"]::after {
  width: 16.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.93"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.930"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.93.00"]::after {
  width: 16.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.94"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.940"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.94.00"]::after {
  width: 16.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.95"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.950"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.95.00"]::after {
  width: 17.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.96"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.960"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.96.00"]::after {
  width: 17.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.97"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.970"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.97.00"]::after {
  width: 17.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.98"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.980"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.98.00"]::after {
  width: 17.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.99"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.990"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="0.99.00"]::after {
  width: 17.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="10"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.00"]::after {
  width: 18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.01"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.010"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.01.00"]::after {
  width: 18.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.02"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.020"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.02.00"]::after {
  width: 18.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.03"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.030"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.03.00"]::after {
  width: 18.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.04"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.040"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.04.00"]::after {
  width: 18.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.05"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.050"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.05.00"]::after {
  width: 18.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.06"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.060"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.06.00"]::after {
  width: 19.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.07"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.070"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.07.00"]::after {
  width: 19.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.08"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.080"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.08.00"]::after {
  width: 19.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.09"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.090"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.09.00"]::after {
  width: 19.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.1"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.10"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.1.00"]::after {
  width: 19.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.11"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.110"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.11.00"]::after {
  width: 19.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.12"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.120"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.12.00"]::after {
  width: 20.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.13"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.130"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.13.00"]::after {
  width: 20.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.14"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.140"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.14.00"]::after {
  width: 20.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.15"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.150"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.15.00"]::after {
  width: 20.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.16"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.160"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.16.00"]::after {
  width: 20.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.17"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.170"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.17.00"]::after {
  width: 21.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.18"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.180"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.18.00"]::after {
  width: 21.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.19"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.190"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.19.00"]::after {
  width: 21.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.2"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.20"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.2.00"]::after {
  width: 21.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.21"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.210"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.21.00"]::after {
  width: 21.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.22"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.220"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.22.00"]::after {
  width: 21.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.23"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.230"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.23.00"]::after {
  width: 22.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.24"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.240"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.24.00"]::after {
  width: 22.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.25"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.250"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.25.00"]::after {
  width: 22.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.26"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.260"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.26.00"]::after {
  width: 22.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.27"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.270"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.27.00"]::after {
  width: 22.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.28"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.280"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.28.00"]::after {
  width: 23.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.29"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.290"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.29.00"]::after {
  width: 23.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.3"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.30"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.3.00"]::after {
  width: 23.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.31"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.310"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.31.00"]::after {
  width: 23.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.32"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.320"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.32.00"]::after {
  width: 23.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.33"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.330"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.33.00"]::after {
  width: 23.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.34"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.340"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.34.00"]::after {
  width: 24.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.35"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.350"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.35.00"]::after {
  width: 24.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.36"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.360"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.36.00"]::after {
  width: 24.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.37"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.370"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.37.00"]::after {
  width: 24.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.38"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.380"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.38.00"]::after {
  width: 24.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.39"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.390"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.39.00"]::after {
  width: 25.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.4"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.40"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.4.00"]::after {
  width: 25.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.41"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.410"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.41.00"]::after {
  width: 25.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.42"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.420"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.42.00"]::after {
  width: 25.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.43"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.430"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.43.00"]::after {
  width: 25.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.44"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.440"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.44.00"]::after {
  width: 25.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.45"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.450"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.45.00"]::after {
  width: 26.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.46"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.460"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.46.00"]::after {
  width: 26.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.47"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.470"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.47.00"]::after {
  width: 26.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.48"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.480"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.48.00"]::after {
  width: 26.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.49"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.490"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.49.00"]::after {
  width: 26.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.5"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.50"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.5.00"]::after {
  width: 27px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.51"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.510"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.51.00"]::after {
  width: 27.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.52"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.520"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.52.00"]::after {
  width: 27.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.53"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.530"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.53.00"]::after {
  width: 27.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.54"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.540"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.54.00"]::after {
  width: 27.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.55"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.550"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.55.00"]::after {
  width: 27.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.56"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.560"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.56.00"]::after {
  width: 28.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.57"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.570"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.57.00"]::after {
  width: 28.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.58"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.580"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.58.00"]::after {
  width: 28.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.59"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.590"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.59.00"]::after {
  width: 28.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.6"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.60"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.6.00"]::after {
  width: 28.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.61"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.610"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.61.00"]::after {
  width: 28.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.62"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.620"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.62.00"]::after {
  width: 29.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.63"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.630"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.63.00"]::after {
  width: 29.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.64"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.640"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.64.00"]::after {
  width: 29.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.65"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.650"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.65.00"]::after {
  width: 29.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.66"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.660"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.66.00"]::after {
  width: 29.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.67"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.670"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.67.00"]::after {
  width: 30.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.68"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.680"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.68.00"]::after {
  width: 30.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.69"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.690"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.69.00"]::after {
  width: 30.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.7"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.70"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.7.00"]::after {
  width: 30.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.71"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.710"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.71.00"]::after {
  width: 30.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.72"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.720"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.72.00"]::after {
  width: 30.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.73"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.730"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.73.00"]::after {
  width: 31.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.74"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.740"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.74.00"]::after {
  width: 31.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.75"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.750"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.75.00"]::after {
  width: 31.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.76"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.760"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.76.00"]::after {
  width: 31.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.77"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.770"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.77.00"]::after {
  width: 31.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.78"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.780"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.78.00"]::after {
  width: 32.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.79"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.790"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.79.00"]::after {
  width: 32.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.8"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.80"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.8.00"]::after {
  width: 32.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.81"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.810"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.81.00"]::after {
  width: 32.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.82"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.820"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.82.00"]::after {
  width: 32.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.83"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.830"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.83.00"]::after {
  width: 32.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.84"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.840"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.84.00"]::after {
  width: 33.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.85"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.850"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.85.00"]::after {
  width: 33.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.86"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.860"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.86.00"]::after {
  width: 33.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.87"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.870"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.87.00"]::after {
  width: 33.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.88"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.880"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.88.00"]::after {
  width: 33.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.89"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.890"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.89.00"]::after {
  width: 34.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.9"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.90"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.9.00"]::after {
  width: 34.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.91"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.910"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.91.00"]::after {
  width: 34.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.92"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.920"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.92.00"]::after {
  width: 34.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.93"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.930"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.93.00"]::after {
  width: 34.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.94"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.940"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.94.00"]::after {
  width: 34.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.95"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.950"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.95.00"]::after {
  width: 35.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.96"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.960"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.96.00"]::after {
  width: 35.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.97"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.970"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.97.00"]::after {
  width: 35.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.98"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.980"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.98.00"]::after {
  width: 35.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.99"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.990"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="1.99.00"]::after {
  width: 35.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="20"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.00"]::after {
  width: 36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.01"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.010"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.01.00"]::after {
  width: 36.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.02"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.020"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.02.00"]::after {
  width: 36.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.03"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.030"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.03.00"]::after {
  width: 36.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.04"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.040"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.04.00"]::after {
  width: 36.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.05"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.050"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.05.00"]::after {
  width: 36.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.06"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.060"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.06.00"]::after {
  width: 37.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.07"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.070"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.07.00"]::after {
  width: 37.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.08"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.080"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.08.00"]::after {
  width: 37.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.09"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.090"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.09.00"]::after {
  width: 37.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.1"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.10"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.1.00"]::after {
  width: 37.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.11"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.110"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.11.00"]::after {
  width: 37.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.12"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.120"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.12.00"]::after {
  width: 38.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.13"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.130"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.13.00"]::after {
  width: 38.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.14"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.140"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.14.00"]::after {
  width: 38.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.15"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.150"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.15.00"]::after {
  width: 38.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.16"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.160"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.16.00"]::after {
  width: 38.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.17"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.170"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.17.00"]::after {
  width: 39.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.18"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.180"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.18.00"]::after {
  width: 39.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.19"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.190"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.19.00"]::after {
  width: 39.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.2"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.20"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.2.00"]::after {
  width: 39.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.21"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.210"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.21.00"]::after {
  width: 39.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.22"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.220"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.22.00"]::after {
  width: 39.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.23"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.230"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.23.00"]::after {
  width: 40.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.24"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.240"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.24.00"]::after {
  width: 40.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.25"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.250"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.25.00"]::after {
  width: 40.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.26"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.260"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.26.00"]::after {
  width: 40.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.27"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.270"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.27.00"]::after {
  width: 40.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.28"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.280"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.28.00"]::after {
  width: 41.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.29"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.290"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.29.00"]::after {
  width: 41.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.3"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.30"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.3.00"]::after {
  width: 41.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.31"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.310"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.31.00"]::after {
  width: 41.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.32"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.320"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.32.00"]::after {
  width: 41.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.33"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.330"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.33.00"]::after {
  width: 41.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.34"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.340"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.34.00"]::after {
  width: 42.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.35"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.350"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.35.00"]::after {
  width: 42.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.36"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.360"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.36.00"]::after {
  width: 42.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.37"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.370"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.37.00"]::after {
  width: 42.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.38"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.380"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.38.00"]::after {
  width: 42.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.39"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.390"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.39.00"]::after {
  width: 43.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.4"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.40"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.4.00"]::after {
  width: 43.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.41"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.410"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.41.00"]::after {
  width: 43.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.42"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.420"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.42.00"]::after {
  width: 43.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.43"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.430"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.43.00"]::after {
  width: 43.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.44"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.440"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.44.00"]::after {
  width: 43.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.45"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.450"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.45.00"]::after {
  width: 44.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.46"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.460"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.46.00"]::after {
  width: 44.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.47"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.470"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.47.00"]::after {
  width: 44.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.48"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.480"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.48.00"]::after {
  width: 44.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.49"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.490"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.49.00"]::after {
  width: 44.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.5"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.50"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.5.00"]::after {
  width: 45px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.51"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.510"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.51.00"]::after {
  width: 45.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.52"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.520"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.52.00"]::after {
  width: 45.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.53"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.530"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.53.00"]::after {
  width: 45.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.54"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.540"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.54.00"]::after {
  width: 45.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.55"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.550"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.55.00"]::after {
  width: 45.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.56"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.560"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.56.00"]::after {
  width: 46.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.57"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.570"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.57.00"]::after {
  width: 46.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.58"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.580"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.58.00"]::after {
  width: 46.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.59"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.590"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.59.00"]::after {
  width: 46.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.6"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.60"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.6.00"]::after {
  width: 46.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.61"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.610"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.61.00"]::after {
  width: 46.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.62"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.620"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.62.00"]::after {
  width: 47.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.63"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.630"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.63.00"]::after {
  width: 47.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.64"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.640"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.64.00"]::after {
  width: 47.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.65"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.650"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.65.00"]::after {
  width: 47.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.66"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.660"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.66.00"]::after {
  width: 47.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.67"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.670"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.67.00"]::after {
  width: 48.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.68"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.680"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.68.00"]::after {
  width: 48.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.69"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.690"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.69.00"]::after {
  width: 48.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.7"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.70"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.7.00"]::after {
  width: 48.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.71"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.710"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.71.00"]::after {
  width: 48.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.72"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.720"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.72.00"]::after {
  width: 48.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.73"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.730"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.73.00"]::after {
  width: 49.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.74"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.740"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.74.00"]::after {
  width: 49.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.75"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.750"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.75.00"]::after {
  width: 49.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.76"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.760"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.76.00"]::after {
  width: 49.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.77"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.770"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.77.00"]::after {
  width: 49.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.78"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.780"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.78.00"]::after {
  width: 50.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.79"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.790"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.79.00"]::after {
  width: 50.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.8"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.80"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.8.00"]::after {
  width: 50.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.81"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.810"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.81.00"]::after {
  width: 50.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.82"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.820"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.82.00"]::after {
  width: 50.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.83"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.830"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.83.00"]::after {
  width: 50.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.84"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.840"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.84.00"]::after {
  width: 51.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.85"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.850"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.85.00"]::after {
  width: 51.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.86"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.860"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.86.00"]::after {
  width: 51.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.87"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.870"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.87.00"]::after {
  width: 51.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.88"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.880"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.88.00"]::after {
  width: 51.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.89"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.890"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.89.00"]::after {
  width: 52.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.9"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.90"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.9.00"]::after {
  width: 52.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.91"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.910"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.91.00"]::after {
  width: 52.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.92"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.920"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.92.00"]::after {
  width: 52.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.93"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.930"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.93.00"]::after {
  width: 52.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.94"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.940"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.94.00"]::after {
  width: 52.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.95"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.950"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.95.00"]::after {
  width: 53.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.96"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.960"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.96.00"]::after {
  width: 53.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.97"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.970"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.97.00"]::after {
  width: 53.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.98"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.980"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.98.00"]::after {
  width: 53.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.99"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.990"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="2.99.00"]::after {
  width: 53.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="30"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.00"]::after {
  width: 54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.01"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.010"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.01.00"]::after {
  width: 54.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.02"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.020"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.02.00"]::after {
  width: 54.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.03"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.030"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.03.00"]::after {
  width: 54.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.04"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.040"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.04.00"]::after {
  width: 54.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.05"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.050"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.05.00"]::after {
  width: 54.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.06"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.060"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.06.00"]::after {
  width: 55.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.07"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.070"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.07.00"]::after {
  width: 55.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.08"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.080"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.08.00"]::after {
  width: 55.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.09"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.090"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.09.00"]::after {
  width: 55.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.1"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.10"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.1.00"]::after {
  width: 55.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.11"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.110"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.11.00"]::after {
  width: 55.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.12"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.120"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.12.00"]::after {
  width: 56.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.13"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.130"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.13.00"]::after {
  width: 56.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.14"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.140"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.14.00"]::after {
  width: 56.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.15"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.150"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.15.00"]::after {
  width: 56.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.16"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.160"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.16.00"]::after {
  width: 56.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.17"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.170"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.17.00"]::after {
  width: 57.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.18"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.180"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.18.00"]::after {
  width: 57.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.19"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.190"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.19.00"]::after {
  width: 57.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.2"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.20"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.2.00"]::after {
  width: 57.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.21"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.210"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.21.00"]::after {
  width: 57.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.22"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.220"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.22.00"]::after {
  width: 57.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.23"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.230"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.23.00"]::after {
  width: 58.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.24"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.240"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.24.00"]::after {
  width: 58.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.25"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.250"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.25.00"]::after {
  width: 58.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.26"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.260"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.26.00"]::after {
  width: 58.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.27"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.270"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.27.00"]::after {
  width: 58.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.28"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.280"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.28.00"]::after {
  width: 59.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.29"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.290"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.29.00"]::after {
  width: 59.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.3"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.30"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.3.00"]::after {
  width: 59.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.31"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.310"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.31.00"]::after {
  width: 59.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.32"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.320"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.32.00"]::after {
  width: 59.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.33"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.330"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.33.00"]::after {
  width: 59.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.34"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.340"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.34.00"]::after {
  width: 60.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.35"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.350"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.35.00"]::after {
  width: 60.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.36"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.360"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.36.00"]::after {
  width: 60.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.37"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.370"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.37.00"]::after {
  width: 60.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.38"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.380"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.38.00"]::after {
  width: 60.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.39"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.390"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.39.00"]::after {
  width: 61.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.4"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.40"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.4.00"]::after {
  width: 61.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.41"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.410"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.41.00"]::after {
  width: 61.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.42"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.420"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.42.00"]::after {
  width: 61.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.43"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.430"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.43.00"]::after {
  width: 61.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.44"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.440"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.44.00"]::after {
  width: 61.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.45"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.450"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.45.00"]::after {
  width: 62.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.46"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.460"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.46.00"]::after {
  width: 62.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.47"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.470"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.47.00"]::after {
  width: 62.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.48"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.480"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.48.00"]::after {
  width: 62.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.49"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.490"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.49.00"]::after {
  width: 62.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.5"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.50"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.5.00"]::after {
  width: 63px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.51"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.510"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.51.00"]::after {
  width: 63.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.52"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.520"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.52.00"]::after {
  width: 63.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.53"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.530"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.53.00"]::after {
  width: 63.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.54"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.540"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.54.00"]::after {
  width: 63.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.55"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.550"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.55.00"]::after {
  width: 63.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.56"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.560"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.56.00"]::after {
  width: 64.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.57"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.570"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.57.00"]::after {
  width: 64.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.58"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.580"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.58.00"]::after {
  width: 64.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.59"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.590"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.59.00"]::after {
  width: 64.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.6"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.60"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.6.00"]::after {
  width: 64.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.61"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.610"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.61.00"]::after {
  width: 64.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.62"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.620"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.62.00"]::after {
  width: 65.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.63"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.630"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.63.00"]::after {
  width: 65.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.64"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.640"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.64.00"]::after {
  width: 65.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.65"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.650"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.65.00"]::after {
  width: 65.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.66"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.660"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.66.00"]::after {
  width: 65.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.67"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.670"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.67.00"]::after {
  width: 66.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.68"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.680"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.68.00"]::after {
  width: 66.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.69"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.690"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.69.00"]::after {
  width: 66.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.7"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.70"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.7.00"]::after {
  width: 66.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.71"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.710"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.71.00"]::after {
  width: 66.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.72"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.720"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.72.00"]::after {
  width: 66.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.73"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.730"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.73.00"]::after {
  width: 67.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.74"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.740"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.74.00"]::after {
  width: 67.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.75"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.750"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.75.00"]::after {
  width: 67.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.76"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.760"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.76.00"]::after {
  width: 67.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.77"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.770"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.77.00"]::after {
  width: 67.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.78"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.780"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.78.00"]::after {
  width: 68.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.79"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.790"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.79.00"]::after {
  width: 68.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.8"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.80"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.8.00"]::after {
  width: 68.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.81"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.810"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.81.00"]::after {
  width: 68.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.82"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.820"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.82.00"]::after {
  width: 68.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.83"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.830"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.83.00"]::after {
  width: 68.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.84"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.840"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.84.00"]::after {
  width: 69.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.85"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.850"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.85.00"]::after {
  width: 69.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.86"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.860"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.86.00"]::after {
  width: 69.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.87"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.870"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.87.00"]::after {
  width: 69.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.88"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.880"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.88.00"]::after {
  width: 69.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.89"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.890"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.89.00"]::after {
  width: 70.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.9"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.90"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.9.00"]::after {
  width: 70.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.91"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.910"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.91.00"]::after {
  width: 70.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.92"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.920"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.92.00"]::after {
  width: 70.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.93"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.930"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.93.00"]::after {
  width: 70.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.94"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.940"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.94.00"]::after {
  width: 70.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.95"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.950"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.95.00"]::after {
  width: 71.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.96"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.960"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.96.00"]::after {
  width: 71.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.97"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.970"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.97.00"]::after {
  width: 71.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.98"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.980"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.98.00"]::after {
  width: 71.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.99"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.990"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="3.99.00"]::after {
  width: 71.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="40"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.00"]::after {
  width: 72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.01"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.010"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.01.00"]::after {
  width: 72.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.02"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.020"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.02.00"]::after {
  width: 72.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.03"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.030"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.03.00"]::after {
  width: 72.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.04"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.040"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.04.00"]::after {
  width: 72.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.05"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.050"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.05.00"]::after {
  width: 72.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.06"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.060"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.06.00"]::after {
  width: 73.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.07"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.070"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.07.00"]::after {
  width: 73.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.08"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.080"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.08.00"]::after {
  width: 73.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.09"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.090"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.09.00"]::after {
  width: 73.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.1"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.10"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.1.00"]::after {
  width: 73.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.11"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.110"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.11.00"]::after {
  width: 73.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.12"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.120"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.12.00"]::after {
  width: 74.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.13"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.130"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.13.00"]::after {
  width: 74.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.14"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.140"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.14.00"]::after {
  width: 74.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.15"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.150"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.15.00"]::after {
  width: 74.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.16"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.160"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.16.00"]::after {
  width: 74.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.17"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.170"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.17.00"]::after {
  width: 75.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.18"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.180"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.18.00"]::after {
  width: 75.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.19"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.190"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.19.00"]::after {
  width: 75.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.2"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.20"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.2.00"]::after {
  width: 75.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.21"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.210"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.21.00"]::after {
  width: 75.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.22"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.220"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.22.00"]::after {
  width: 75.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.23"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.230"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.23.00"]::after {
  width: 76.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.24"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.240"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.24.00"]::after {
  width: 76.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.25"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.250"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.25.00"]::after {
  width: 76.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.26"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.260"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.26.00"]::after {
  width: 76.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.27"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.270"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.27.00"]::after {
  width: 76.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.28"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.280"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.28.00"]::after {
  width: 77.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.29"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.290"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.29.00"]::after {
  width: 77.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.3"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.30"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.3.00"]::after {
  width: 77.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.31"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.310"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.31.00"]::after {
  width: 77.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.32"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.320"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.32.00"]::after {
  width: 77.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.33"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.330"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.33.00"]::after {
  width: 77.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.34"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.340"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.34.00"]::after {
  width: 78.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.35"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.350"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.35.00"]::after {
  width: 78.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.36"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.360"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.36.00"]::after {
  width: 78.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.37"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.370"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.37.00"]::after {
  width: 78.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.38"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.380"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.38.00"]::after {
  width: 78.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.39"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.390"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.39.00"]::after {
  width: 79.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.4"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.40"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.4.00"]::after {
  width: 79.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.41"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.410"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.41.00"]::after {
  width: 79.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.42"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.420"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.42.00"]::after {
  width: 79.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.43"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.430"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.43.00"]::after {
  width: 79.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.44"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.440"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.44.00"]::after {
  width: 79.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.45"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.450"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.45.00"]::after {
  width: 80.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.46"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.460"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.46.00"]::after {
  width: 80.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.47"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.470"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.47.00"]::after {
  width: 80.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.48"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.480"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.48.00"]::after {
  width: 80.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.49"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.490"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.49.00"]::after {
  width: 80.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.5"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.50"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.5.00"]::after {
  width: 81px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.51"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.510"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.51.00"]::after {
  width: 81.18px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.52"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.520"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.52.00"]::after {
  width: 81.36px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.53"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.530"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.53.00"]::after {
  width: 81.54px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.54"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.540"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.54.00"]::after {
  width: 81.72px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.55"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.550"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.55.00"]::after {
  width: 81.9px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.56"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.560"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.56.00"]::after {
  width: 82.08px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.57"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.570"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.57.00"]::after {
  width: 82.26px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.58"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.580"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.58.00"]::after {
  width: 82.44px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.59"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.590"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.59.00"]::after {
  width: 82.62px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.6"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.60"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.6.00"]::after {
  width: 82.8px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.61"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.610"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.61.00"]::after {
  width: 82.98px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.62"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.620"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.62.00"]::after {
  width: 83.16px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.63"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.630"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.63.00"]::after {
  width: 83.34px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.64"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.640"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.64.00"]::after {
  width: 83.52px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.65"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.650"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.65.00"]::after {
  width: 83.7px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.66"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.660"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.66.00"]::after {
  width: 83.88px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.67"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.670"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.67.00"]::after {
  width: 84.06px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.68"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.680"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.68.00"]::after {
  width: 84.24px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.69"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.690"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.69.00"]::after {
  width: 84.42px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.7"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.70"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.7.00"]::after {
  width: 84.6px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.71"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.710"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.71.00"]::after {
  width: 84.78px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.72"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.720"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.72.00"]::after {
  width: 84.96px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.73"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.730"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.73.00"]::after {
  width: 85.14px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.74"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.740"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.74.00"]::after {
  width: 85.32px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.75"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.750"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.75.00"]::after {
  width: 85.5px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.76"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.760"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.76.00"]::after {
  width: 85.68px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.77"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.770"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.77.00"]::after {
  width: 85.86px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.78"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.780"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.78.00"]::after {
  width: 86.04px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.79"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.790"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.79.00"]::after {
  width: 86.22px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.8"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.80"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.8.00"]::after {
  width: 86.4px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.81"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.810"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.81.00"]::after {
  width: 86.58px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.82"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.820"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.82.00"]::after {
  width: 86.76px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.83"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.830"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.83.00"]::after {
  width: 86.94px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.84"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.840"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.84.00"]::after {
  width: 87.12px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.85"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.850"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.85.00"]::after {
  width: 87.3px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.86"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.860"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.86.00"]::after {
  width: 87.48px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.87"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.870"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.87.00"]::after {
  width: 87.66px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.88"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.880"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.88.00"]::after {
  width: 87.84px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.89"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.890"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.89.00"]::after {
  width: 88.02px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.9"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.90"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.9.00"]::after {
  width: 88.2px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.91"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.910"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.91.00"]::after {
  width: 88.38px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.92"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.920"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.92.00"]::after {
  width: 88.56px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.93"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.930"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.93.00"]::after {
  width: 88.74px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.94"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.940"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.94.00"]::after {
  width: 88.92px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.95"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.950"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.95.00"]::after {
  width: 89.1px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.96"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.960"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.96.00"]::after {
  width: 89.28px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.97"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.970"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.97.00"]::after {
  width: 89.46px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.98"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.980"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.98.00"]::after {
  width: 89.64px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.99"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.990"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="4.99.00"]::after {
  width: 89.82px;
}
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="5"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="50"]::after,
.service-provider .service-provider-main .user-review .rate-star .star-rating[data-rate="5.00"]::after {
  width: 90px;
}
.service-provider .service-provider-main .user-review .rate-star.total {
  width: 120px;
  height: 24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating {
  position: relative;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating::before, .service-provider .service-provider-main .user-review .rate-star.total .star-rating::after {
  content: "";
  background-image: url(../images/rate-star.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 24px;
  background-size: 120px 24px;
  background-position: 0 0;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating::after {
  overflow: hidden;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="00"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.00"]::after {
  width: 0px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.01"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.010"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.01.00"]::after {
  width: 0.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.02"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.020"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.02.00"]::after {
  width: 0.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.03"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.030"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.03.00"]::after {
  width: 0.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.04"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.040"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.04.00"]::after {
  width: 0.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.05"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.050"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.05.00"]::after {
  width: 1.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.06"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.060"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.06.00"]::after {
  width: 1.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.07"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.070"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.07.00"]::after {
  width: 1.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.08"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.080"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.08.00"]::after {
  width: 1.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.09"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.090"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.09.00"]::after {
  width: 2.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.1"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.10"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.1.00"]::after {
  width: 2.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.11"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.110"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.11.00"]::after {
  width: 2.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.12"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.120"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.12.00"]::after {
  width: 2.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.13"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.130"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.13.00"]::after {
  width: 3.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.14"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.140"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.14.00"]::after {
  width: 3.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.15"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.150"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.15.00"]::after {
  width: 3.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.16"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.160"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.16.00"]::after {
  width: 3.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.17"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.170"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.17.00"]::after {
  width: 4.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.18"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.180"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.18.00"]::after {
  width: 4.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.19"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.190"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.19.00"]::after {
  width: 4.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.2"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.20"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.2.00"]::after {
  width: 4.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.21"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.210"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.21.00"]::after {
  width: 5.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.22"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.220"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.22.00"]::after {
  width: 5.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.23"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.230"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.23.00"]::after {
  width: 5.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.24"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.240"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.24.00"]::after {
  width: 5.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.25"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.250"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.25.00"]::after {
  width: 6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.26"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.260"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.26.00"]::after {
  width: 6.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.27"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.270"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.27.00"]::after {
  width: 6.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.28"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.280"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.28.00"]::after {
  width: 6.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.29"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.290"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.29.00"]::after {
  width: 6.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.3"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.30"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.3.00"]::after {
  width: 7.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.31"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.310"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.31.00"]::after {
  width: 7.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.32"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.320"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.32.00"]::after {
  width: 7.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.33"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.330"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.33.00"]::after {
  width: 7.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.34"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.340"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.34.00"]::after {
  width: 8.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.35"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.350"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.35.00"]::after {
  width: 8.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.36"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.360"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.36.00"]::after {
  width: 8.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.37"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.370"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.37.00"]::after {
  width: 8.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.38"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.380"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.38.00"]::after {
  width: 9.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.39"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.390"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.39.00"]::after {
  width: 9.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.4"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.40"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.4.00"]::after {
  width: 9.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.41"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.410"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.41.00"]::after {
  width: 9.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.42"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.420"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.42.00"]::after {
  width: 10.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.43"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.430"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.43.00"]::after {
  width: 10.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.44"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.440"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.44.00"]::after {
  width: 10.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.45"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.450"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.45.00"]::after {
  width: 10.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.46"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.460"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.46.00"]::after {
  width: 11.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.47"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.470"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.47.00"]::after {
  width: 11.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.48"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.480"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.48.00"]::after {
  width: 11.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.49"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.490"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.49.00"]::after {
  width: 11.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.5"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.50"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.5.00"]::after {
  width: 12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.51"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.510"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.51.00"]::after {
  width: 12.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.52"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.520"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.52.00"]::after {
  width: 12.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.53"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.530"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.53.00"]::after {
  width: 12.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.54"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.540"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.54.00"]::after {
  width: 12.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.55"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.550"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.55.00"]::after {
  width: 13.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.56"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.560"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.56.00"]::after {
  width: 13.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.57"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.570"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.57.00"]::after {
  width: 13.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.58"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.580"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.58.00"]::after {
  width: 13.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.59"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.590"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.59.00"]::after {
  width: 14.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.6"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.60"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.6.00"]::after {
  width: 14.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.61"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.610"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.61.00"]::after {
  width: 14.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.62"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.620"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.62.00"]::after {
  width: 14.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.63"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.630"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.63.00"]::after {
  width: 15.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.64"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.640"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.64.00"]::after {
  width: 15.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.65"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.650"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.65.00"]::after {
  width: 15.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.66"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.660"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.66.00"]::after {
  width: 15.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.67"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.670"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.67.00"]::after {
  width: 16.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.68"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.680"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.68.00"]::after {
  width: 16.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.69"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.690"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.69.00"]::after {
  width: 16.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.7"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.70"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.7.00"]::after {
  width: 16.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.71"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.710"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.71.00"]::after {
  width: 17.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.72"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.720"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.72.00"]::after {
  width: 17.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.73"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.730"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.73.00"]::after {
  width: 17.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.74"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.740"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.74.00"]::after {
  width: 17.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.75"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.750"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.75.00"]::after {
  width: 18px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.76"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.760"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.76.00"]::after {
  width: 18.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.77"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.770"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.77.00"]::after {
  width: 18.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.78"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.780"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.78.00"]::after {
  width: 18.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.79"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.790"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.79.00"]::after {
  width: 18.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.8"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.80"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.8.00"]::after {
  width: 19.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.81"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.810"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.81.00"]::after {
  width: 19.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.82"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.820"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.82.00"]::after {
  width: 19.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.83"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.830"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.83.00"]::after {
  width: 19.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.84"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.840"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.84.00"]::after {
  width: 20.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.85"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.850"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.85.00"]::after {
  width: 20.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.86"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.860"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.86.00"]::after {
  width: 20.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.87"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.870"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.87.00"]::after {
  width: 20.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.88"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.880"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.88.00"]::after {
  width: 21.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.89"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.890"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.89.00"]::after {
  width: 21.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.9"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.90"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.9.00"]::after {
  width: 21.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.91"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.910"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.91.00"]::after {
  width: 21.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.92"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.920"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.92.00"]::after {
  width: 22.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.93"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.930"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.93.00"]::after {
  width: 22.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.94"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.940"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.94.00"]::after {
  width: 22.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.95"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.950"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.95.00"]::after {
  width: 22.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.96"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.960"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.96.00"]::after {
  width: 23.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.97"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.970"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.97.00"]::after {
  width: 23.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.98"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.980"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.98.00"]::after {
  width: 23.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.99"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.990"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="0.99.00"]::after {
  width: 23.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="10"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.00"]::after {
  width: 24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.01"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.010"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.01.00"]::after {
  width: 24.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.02"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.020"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.02.00"]::after {
  width: 24.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.03"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.030"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.03.00"]::after {
  width: 24.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.04"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.040"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.04.00"]::after {
  width: 24.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.05"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.050"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.05.00"]::after {
  width: 25.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.06"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.060"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.06.00"]::after {
  width: 25.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.07"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.070"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.07.00"]::after {
  width: 25.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.08"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.080"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.08.00"]::after {
  width: 25.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.09"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.090"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.09.00"]::after {
  width: 26.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.1"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.10"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.1.00"]::after {
  width: 26.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.11"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.110"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.11.00"]::after {
  width: 26.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.12"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.120"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.12.00"]::after {
  width: 26.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.13"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.130"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.13.00"]::after {
  width: 27.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.14"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.140"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.14.00"]::after {
  width: 27.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.15"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.150"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.15.00"]::after {
  width: 27.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.16"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.160"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.16.00"]::after {
  width: 27.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.17"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.170"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.17.00"]::after {
  width: 28.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.18"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.180"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.18.00"]::after {
  width: 28.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.19"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.190"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.19.00"]::after {
  width: 28.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.2"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.20"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.2.00"]::after {
  width: 28.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.21"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.210"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.21.00"]::after {
  width: 29.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.22"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.220"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.22.00"]::after {
  width: 29.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.23"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.230"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.23.00"]::after {
  width: 29.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.24"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.240"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.24.00"]::after {
  width: 29.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.25"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.250"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.25.00"]::after {
  width: 30px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.26"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.260"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.26.00"]::after {
  width: 30.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.27"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.270"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.27.00"]::after {
  width: 30.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.28"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.280"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.28.00"]::after {
  width: 30.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.29"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.290"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.29.00"]::after {
  width: 30.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.3"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.30"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.3.00"]::after {
  width: 31.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.31"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.310"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.31.00"]::after {
  width: 31.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.32"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.320"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.32.00"]::after {
  width: 31.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.33"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.330"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.33.00"]::after {
  width: 31.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.34"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.340"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.34.00"]::after {
  width: 32.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.35"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.350"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.35.00"]::after {
  width: 32.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.36"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.360"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.36.00"]::after {
  width: 32.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.37"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.370"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.37.00"]::after {
  width: 32.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.38"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.380"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.38.00"]::after {
  width: 33.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.39"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.390"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.39.00"]::after {
  width: 33.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.4"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.40"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.4.00"]::after {
  width: 33.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.41"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.410"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.41.00"]::after {
  width: 33.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.42"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.420"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.42.00"]::after {
  width: 34.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.43"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.430"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.43.00"]::after {
  width: 34.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.44"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.440"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.44.00"]::after {
  width: 34.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.45"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.450"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.45.00"]::after {
  width: 34.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.46"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.460"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.46.00"]::after {
  width: 35.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.47"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.470"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.47.00"]::after {
  width: 35.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.48"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.480"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.48.00"]::after {
  width: 35.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.49"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.490"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.49.00"]::after {
  width: 35.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.5"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.50"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.5.00"]::after {
  width: 36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.51"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.510"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.51.00"]::after {
  width: 36.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.52"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.520"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.52.00"]::after {
  width: 36.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.53"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.530"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.53.00"]::after {
  width: 36.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.54"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.540"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.54.00"]::after {
  width: 36.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.55"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.550"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.55.00"]::after {
  width: 37.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.56"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.560"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.56.00"]::after {
  width: 37.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.57"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.570"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.57.00"]::after {
  width: 37.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.58"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.580"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.58.00"]::after {
  width: 37.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.59"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.590"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.59.00"]::after {
  width: 38.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.6"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.60"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.6.00"]::after {
  width: 38.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.61"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.610"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.61.00"]::after {
  width: 38.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.62"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.620"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.62.00"]::after {
  width: 38.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.63"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.630"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.63.00"]::after {
  width: 39.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.64"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.640"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.64.00"]::after {
  width: 39.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.65"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.650"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.65.00"]::after {
  width: 39.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.66"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.660"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.66.00"]::after {
  width: 39.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.67"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.670"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.67.00"]::after {
  width: 40.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.68"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.680"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.68.00"]::after {
  width: 40.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.69"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.690"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.69.00"]::after {
  width: 40.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.7"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.70"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.7.00"]::after {
  width: 40.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.71"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.710"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.71.00"]::after {
  width: 41.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.72"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.720"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.72.00"]::after {
  width: 41.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.73"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.730"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.73.00"]::after {
  width: 41.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.74"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.740"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.74.00"]::after {
  width: 41.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.75"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.750"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.75.00"]::after {
  width: 42px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.76"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.760"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.76.00"]::after {
  width: 42.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.77"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.770"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.77.00"]::after {
  width: 42.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.78"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.780"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.78.00"]::after {
  width: 42.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.79"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.790"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.79.00"]::after {
  width: 42.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.8"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.80"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.8.00"]::after {
  width: 43.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.81"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.810"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.81.00"]::after {
  width: 43.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.82"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.820"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.82.00"]::after {
  width: 43.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.83"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.830"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.83.00"]::after {
  width: 43.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.84"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.840"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.84.00"]::after {
  width: 44.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.85"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.850"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.85.00"]::after {
  width: 44.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.86"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.860"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.86.00"]::after {
  width: 44.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.87"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.870"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.87.00"]::after {
  width: 44.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.88"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.880"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.88.00"]::after {
  width: 45.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.89"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.890"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.89.00"]::after {
  width: 45.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.9"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.90"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.9.00"]::after {
  width: 45.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.91"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.910"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.91.00"]::after {
  width: 45.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.92"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.920"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.92.00"]::after {
  width: 46.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.93"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.930"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.93.00"]::after {
  width: 46.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.94"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.940"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.94.00"]::after {
  width: 46.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.95"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.950"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.95.00"]::after {
  width: 46.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.96"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.960"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.96.00"]::after {
  width: 47.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.97"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.970"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.97.00"]::after {
  width: 47.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.98"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.980"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.98.00"]::after {
  width: 47.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.99"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.990"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="1.99.00"]::after {
  width: 47.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="20"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.00"]::after {
  width: 48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.01"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.010"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.01.00"]::after {
  width: 48.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.02"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.020"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.02.00"]::after {
  width: 48.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.03"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.030"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.03.00"]::after {
  width: 48.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.04"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.040"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.04.00"]::after {
  width: 48.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.05"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.050"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.05.00"]::after {
  width: 49.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.06"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.060"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.06.00"]::after {
  width: 49.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.07"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.070"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.07.00"]::after {
  width: 49.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.08"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.080"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.08.00"]::after {
  width: 49.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.09"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.090"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.09.00"]::after {
  width: 50.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.1"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.10"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.1.00"]::after {
  width: 50.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.11"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.110"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.11.00"]::after {
  width: 50.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.12"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.120"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.12.00"]::after {
  width: 50.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.13"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.130"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.13.00"]::after {
  width: 51.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.14"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.140"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.14.00"]::after {
  width: 51.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.15"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.150"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.15.00"]::after {
  width: 51.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.16"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.160"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.16.00"]::after {
  width: 51.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.17"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.170"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.17.00"]::after {
  width: 52.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.18"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.180"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.18.00"]::after {
  width: 52.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.19"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.190"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.19.00"]::after {
  width: 52.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.2"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.20"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.2.00"]::after {
  width: 52.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.21"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.210"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.21.00"]::after {
  width: 53.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.22"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.220"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.22.00"]::after {
  width: 53.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.23"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.230"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.23.00"]::after {
  width: 53.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.24"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.240"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.24.00"]::after {
  width: 53.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.25"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.250"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.25.00"]::after {
  width: 54px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.26"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.260"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.26.00"]::after {
  width: 54.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.27"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.270"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.27.00"]::after {
  width: 54.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.28"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.280"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.28.00"]::after {
  width: 54.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.29"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.290"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.29.00"]::after {
  width: 54.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.3"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.30"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.3.00"]::after {
  width: 55.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.31"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.310"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.31.00"]::after {
  width: 55.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.32"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.320"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.32.00"]::after {
  width: 55.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.33"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.330"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.33.00"]::after {
  width: 55.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.34"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.340"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.34.00"]::after {
  width: 56.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.35"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.350"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.35.00"]::after {
  width: 56.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.36"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.360"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.36.00"]::after {
  width: 56.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.37"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.370"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.37.00"]::after {
  width: 56.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.38"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.380"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.38.00"]::after {
  width: 57.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.39"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.390"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.39.00"]::after {
  width: 57.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.4"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.40"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.4.00"]::after {
  width: 57.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.41"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.410"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.41.00"]::after {
  width: 57.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.42"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.420"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.42.00"]::after {
  width: 58.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.43"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.430"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.43.00"]::after {
  width: 58.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.44"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.440"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.44.00"]::after {
  width: 58.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.45"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.450"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.45.00"]::after {
  width: 58.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.46"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.460"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.46.00"]::after {
  width: 59.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.47"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.470"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.47.00"]::after {
  width: 59.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.48"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.480"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.48.00"]::after {
  width: 59.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.49"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.490"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.49.00"]::after {
  width: 59.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.5"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.50"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.5.00"]::after {
  width: 60px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.51"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.510"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.51.00"]::after {
  width: 60.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.52"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.520"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.52.00"]::after {
  width: 60.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.53"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.530"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.53.00"]::after {
  width: 60.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.54"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.540"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.54.00"]::after {
  width: 60.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.55"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.550"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.55.00"]::after {
  width: 61.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.56"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.560"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.56.00"]::after {
  width: 61.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.57"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.570"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.57.00"]::after {
  width: 61.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.58"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.580"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.58.00"]::after {
  width: 61.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.59"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.590"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.59.00"]::after {
  width: 62.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.6"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.60"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.6.00"]::after {
  width: 62.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.61"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.610"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.61.00"]::after {
  width: 62.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.62"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.620"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.62.00"]::after {
  width: 62.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.63"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.630"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.63.00"]::after {
  width: 63.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.64"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.640"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.64.00"]::after {
  width: 63.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.65"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.650"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.65.00"]::after {
  width: 63.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.66"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.660"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.66.00"]::after {
  width: 63.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.67"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.670"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.67.00"]::after {
  width: 64.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.68"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.680"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.68.00"]::after {
  width: 64.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.69"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.690"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.69.00"]::after {
  width: 64.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.7"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.70"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.7.00"]::after {
  width: 64.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.71"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.710"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.71.00"]::after {
  width: 65.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.72"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.720"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.72.00"]::after {
  width: 65.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.73"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.730"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.73.00"]::after {
  width: 65.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.74"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.740"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.74.00"]::after {
  width: 65.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.75"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.750"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.75.00"]::after {
  width: 66px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.76"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.760"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.76.00"]::after {
  width: 66.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.77"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.770"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.77.00"]::after {
  width: 66.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.78"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.780"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.78.00"]::after {
  width: 66.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.79"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.790"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.79.00"]::after {
  width: 66.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.8"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.80"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.8.00"]::after {
  width: 67.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.81"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.810"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.81.00"]::after {
  width: 67.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.82"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.820"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.82.00"]::after {
  width: 67.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.83"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.830"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.83.00"]::after {
  width: 67.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.84"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.840"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.84.00"]::after {
  width: 68.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.85"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.850"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.85.00"]::after {
  width: 68.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.86"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.860"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.86.00"]::after {
  width: 68.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.87"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.870"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.87.00"]::after {
  width: 68.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.88"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.880"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.88.00"]::after {
  width: 69.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.89"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.890"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.89.00"]::after {
  width: 69.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.9"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.90"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.9.00"]::after {
  width: 69.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.91"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.910"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.91.00"]::after {
  width: 69.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.92"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.920"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.92.00"]::after {
  width: 70.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.93"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.930"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.93.00"]::after {
  width: 70.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.94"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.940"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.94.00"]::after {
  width: 70.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.95"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.950"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.95.00"]::after {
  width: 70.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.96"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.960"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.96.00"]::after {
  width: 71.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.97"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.970"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.97.00"]::after {
  width: 71.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.98"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.980"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.98.00"]::after {
  width: 71.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.99"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.990"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="2.99.00"]::after {
  width: 71.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="30"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.00"]::after {
  width: 72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.01"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.010"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.01.00"]::after {
  width: 72.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.02"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.020"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.02.00"]::after {
  width: 72.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.03"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.030"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.03.00"]::after {
  width: 72.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.04"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.040"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.04.00"]::after {
  width: 72.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.05"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.050"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.05.00"]::after {
  width: 73.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.06"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.060"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.06.00"]::after {
  width: 73.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.07"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.070"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.07.00"]::after {
  width: 73.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.08"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.080"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.08.00"]::after {
  width: 73.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.09"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.090"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.09.00"]::after {
  width: 74.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.1"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.10"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.1.00"]::after {
  width: 74.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.11"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.110"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.11.00"]::after {
  width: 74.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.12"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.120"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.12.00"]::after {
  width: 74.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.13"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.130"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.13.00"]::after {
  width: 75.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.14"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.140"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.14.00"]::after {
  width: 75.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.15"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.150"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.15.00"]::after {
  width: 75.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.16"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.160"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.16.00"]::after {
  width: 75.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.17"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.170"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.17.00"]::after {
  width: 76.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.18"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.180"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.18.00"]::after {
  width: 76.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.19"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.190"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.19.00"]::after {
  width: 76.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.2"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.20"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.2.00"]::after {
  width: 76.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.21"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.210"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.21.00"]::after {
  width: 77.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.22"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.220"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.22.00"]::after {
  width: 77.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.23"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.230"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.23.00"]::after {
  width: 77.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.24"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.240"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.24.00"]::after {
  width: 77.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.25"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.250"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.25.00"]::after {
  width: 78px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.26"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.260"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.26.00"]::after {
  width: 78.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.27"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.270"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.27.00"]::after {
  width: 78.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.28"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.280"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.28.00"]::after {
  width: 78.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.29"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.290"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.29.00"]::after {
  width: 78.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.3"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.30"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.3.00"]::after {
  width: 79.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.31"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.310"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.31.00"]::after {
  width: 79.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.32"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.320"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.32.00"]::after {
  width: 79.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.33"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.330"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.33.00"]::after {
  width: 79.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.34"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.340"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.34.00"]::after {
  width: 80.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.35"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.350"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.35.00"]::after {
  width: 80.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.36"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.360"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.36.00"]::after {
  width: 80.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.37"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.370"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.37.00"]::after {
  width: 80.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.38"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.380"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.38.00"]::after {
  width: 81.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.39"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.390"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.39.00"]::after {
  width: 81.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.4"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.40"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.4.00"]::after {
  width: 81.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.41"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.410"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.41.00"]::after {
  width: 81.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.42"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.420"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.42.00"]::after {
  width: 82.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.43"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.430"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.43.00"]::after {
  width: 82.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.44"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.440"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.44.00"]::after {
  width: 82.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.45"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.450"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.45.00"]::after {
  width: 82.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.46"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.460"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.46.00"]::after {
  width: 83.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.47"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.470"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.47.00"]::after {
  width: 83.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.48"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.480"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.48.00"]::after {
  width: 83.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.49"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.490"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.49.00"]::after {
  width: 83.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.5"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.50"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.5.00"]::after {
  width: 84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.51"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.510"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.51.00"]::after {
  width: 84.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.52"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.520"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.52.00"]::after {
  width: 84.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.53"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.530"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.53.00"]::after {
  width: 84.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.54"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.540"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.54.00"]::after {
  width: 84.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.55"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.550"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.55.00"]::after {
  width: 85.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.56"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.560"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.56.00"]::after {
  width: 85.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.57"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.570"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.57.00"]::after {
  width: 85.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.58"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.580"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.58.00"]::after {
  width: 85.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.59"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.590"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.59.00"]::after {
  width: 86.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.6"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.60"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.6.00"]::after {
  width: 86.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.61"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.610"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.61.00"]::after {
  width: 86.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.62"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.620"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.62.00"]::after {
  width: 86.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.63"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.630"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.63.00"]::after {
  width: 87.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.64"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.640"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.64.00"]::after {
  width: 87.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.65"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.650"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.65.00"]::after {
  width: 87.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.66"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.660"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.66.00"]::after {
  width: 87.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.67"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.670"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.67.00"]::after {
  width: 88.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.68"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.680"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.68.00"]::after {
  width: 88.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.69"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.690"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.69.00"]::after {
  width: 88.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.7"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.70"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.7.00"]::after {
  width: 88.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.71"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.710"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.71.00"]::after {
  width: 89.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.72"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.720"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.72.00"]::after {
  width: 89.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.73"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.730"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.73.00"]::after {
  width: 89.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.74"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.740"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.74.00"]::after {
  width: 89.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.75"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.750"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.75.00"]::after {
  width: 90px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.76"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.760"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.76.00"]::after {
  width: 90.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.77"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.770"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.77.00"]::after {
  width: 90.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.78"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.780"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.78.00"]::after {
  width: 90.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.79"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.790"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.79.00"]::after {
  width: 90.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.8"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.80"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.8.00"]::after {
  width: 91.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.81"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.810"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.81.00"]::after {
  width: 91.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.82"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.820"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.82.00"]::after {
  width: 91.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.83"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.830"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.83.00"]::after {
  width: 91.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.84"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.840"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.84.00"]::after {
  width: 92.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.85"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.850"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.85.00"]::after {
  width: 92.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.86"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.860"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.86.00"]::after {
  width: 92.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.87"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.870"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.87.00"]::after {
  width: 92.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.88"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.880"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.88.00"]::after {
  width: 93.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.89"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.890"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.89.00"]::after {
  width: 93.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.9"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.90"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.9.00"]::after {
  width: 93.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.91"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.910"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.91.00"]::after {
  width: 93.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.92"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.920"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.92.00"]::after {
  width: 94.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.93"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.930"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.93.00"]::after {
  width: 94.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.94"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.940"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.94.00"]::after {
  width: 94.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.95"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.950"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.95.00"]::after {
  width: 94.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.96"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.960"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.96.00"]::after {
  width: 95.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.97"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.970"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.97.00"]::after {
  width: 95.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.98"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.980"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.98.00"]::after {
  width: 95.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.99"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.990"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="3.99.00"]::after {
  width: 95.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="40"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.00"]::after {
  width: 96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.01"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.010"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.01.00"]::after {
  width: 96.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.02"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.020"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.02.00"]::after {
  width: 96.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.03"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.030"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.03.00"]::after {
  width: 96.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.04"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.040"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.04.00"]::after {
  width: 96.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.05"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.050"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.05.00"]::after {
  width: 97.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.06"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.060"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.06.00"]::after {
  width: 97.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.07"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.070"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.07.00"]::after {
  width: 97.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.08"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.080"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.08.00"]::after {
  width: 97.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.09"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.090"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.09.00"]::after {
  width: 98.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.1"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.10"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.1.00"]::after {
  width: 98.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.11"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.110"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.11.00"]::after {
  width: 98.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.12"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.120"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.12.00"]::after {
  width: 98.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.13"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.130"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.13.00"]::after {
  width: 99.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.14"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.140"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.14.00"]::after {
  width: 99.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.15"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.150"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.15.00"]::after {
  width: 99.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.16"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.160"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.16.00"]::after {
  width: 99.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.17"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.170"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.17.00"]::after {
  width: 100.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.18"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.180"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.18.00"]::after {
  width: 100.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.19"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.190"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.19.00"]::after {
  width: 100.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.2"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.20"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.2.00"]::after {
  width: 100.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.21"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.210"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.21.00"]::after {
  width: 101.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.22"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.220"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.22.00"]::after {
  width: 101.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.23"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.230"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.23.00"]::after {
  width: 101.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.24"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.240"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.24.00"]::after {
  width: 101.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.25"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.250"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.25.00"]::after {
  width: 102px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.26"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.260"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.26.00"]::after {
  width: 102.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.27"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.270"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.27.00"]::after {
  width: 102.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.28"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.280"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.28.00"]::after {
  width: 102.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.29"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.290"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.29.00"]::after {
  width: 102.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.3"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.30"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.3.00"]::after {
  width: 103.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.31"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.310"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.31.00"]::after {
  width: 103.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.32"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.320"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.32.00"]::after {
  width: 103.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.33"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.330"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.33.00"]::after {
  width: 103.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.34"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.340"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.34.00"]::after {
  width: 104.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.35"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.350"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.35.00"]::after {
  width: 104.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.36"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.360"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.36.00"]::after {
  width: 104.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.37"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.370"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.37.00"]::after {
  width: 104.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.38"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.380"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.38.00"]::after {
  width: 105.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.39"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.390"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.39.00"]::after {
  width: 105.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.4"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.40"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.4.00"]::after {
  width: 105.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.41"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.410"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.41.00"]::after {
  width: 105.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.42"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.420"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.42.00"]::after {
  width: 106.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.43"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.430"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.43.00"]::after {
  width: 106.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.44"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.440"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.44.00"]::after {
  width: 106.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.45"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.450"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.45.00"]::after {
  width: 106.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.46"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.460"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.46.00"]::after {
  width: 107.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.47"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.470"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.47.00"]::after {
  width: 107.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.48"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.480"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.48.00"]::after {
  width: 107.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.49"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.490"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.49.00"]::after {
  width: 107.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.5"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.50"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.5.00"]::after {
  width: 108px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.51"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.510"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.51.00"]::after {
  width: 108.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.52"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.520"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.52.00"]::after {
  width: 108.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.53"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.530"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.53.00"]::after {
  width: 108.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.54"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.540"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.54.00"]::after {
  width: 108.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.55"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.550"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.55.00"]::after {
  width: 109.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.56"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.560"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.56.00"]::after {
  width: 109.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.57"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.570"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.57.00"]::after {
  width: 109.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.58"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.580"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.58.00"]::after {
  width: 109.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.59"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.590"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.59.00"]::after {
  width: 110.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.6"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.60"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.6.00"]::after {
  width: 110.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.61"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.610"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.61.00"]::after {
  width: 110.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.62"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.620"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.62.00"]::after {
  width: 110.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.63"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.630"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.63.00"]::after {
  width: 111.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.64"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.640"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.64.00"]::after {
  width: 111.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.65"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.650"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.65.00"]::after {
  width: 111.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.66"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.660"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.66.00"]::after {
  width: 111.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.67"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.670"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.67.00"]::after {
  width: 112.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.68"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.680"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.68.00"]::after {
  width: 112.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.69"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.690"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.69.00"]::after {
  width: 112.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.7"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.70"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.7.00"]::after {
  width: 112.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.71"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.710"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.71.00"]::after {
  width: 113.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.72"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.720"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.72.00"]::after {
  width: 113.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.73"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.730"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.73.00"]::after {
  width: 113.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.74"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.740"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.74.00"]::after {
  width: 113.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.75"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.750"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.75.00"]::after {
  width: 114px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.76"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.760"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.76.00"]::after {
  width: 114.24px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.77"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.770"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.77.00"]::after {
  width: 114.48px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.78"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.780"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.78.00"]::after {
  width: 114.72px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.79"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.790"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.79.00"]::after {
  width: 114.96px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.8"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.80"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.8.00"]::after {
  width: 115.2px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.81"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.810"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.81.00"]::after {
  width: 115.44px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.82"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.820"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.82.00"]::after {
  width: 115.68px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.83"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.830"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.83.00"]::after {
  width: 115.92px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.84"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.840"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.84.00"]::after {
  width: 116.16px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.85"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.850"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.85.00"]::after {
  width: 116.4px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.86"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.860"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.86.00"]::after {
  width: 116.64px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.87"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.870"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.87.00"]::after {
  width: 116.88px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.88"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.880"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.88.00"]::after {
  width: 117.12px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.89"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.890"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.89.00"]::after {
  width: 117.36px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.9"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.90"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.9.00"]::after {
  width: 117.6px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.91"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.910"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.91.00"]::after {
  width: 117.84px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.92"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.920"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.92.00"]::after {
  width: 118.08px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.93"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.930"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.93.00"]::after {
  width: 118.32px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.94"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.940"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.94.00"]::after {
  width: 118.56px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.95"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.950"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.95.00"]::after {
  width: 118.8px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.96"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.960"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.96.00"]::after {
  width: 119.04px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.97"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.970"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.97.00"]::after {
  width: 119.28px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.98"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.980"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.98.00"]::after {
  width: 119.52px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.99"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.990"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="4.99.00"]::after {
  width: 119.76px;
}
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="5"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="50"]::after,
.service-provider .service-provider-main .user-review .rate-star.total .star-rating[data-rate="5.00"]::after {
  width: 120px;
}
.service-provider .service-provider-main .user-review .review-area {
  padding: 1rem 1.5rem;
}
@media (max-width: 767.99px) {
  .service-provider .service-provider-main .user-review .review-area {
    padding: 0.5rem 0rem 0.25rem;
    margin: 0.5rem 0.5rem 1rem;
  }
}
.service-provider .service-provider-main .user-review .review-area .review-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.service-provider .service-provider-main .user-review .review-area .review-block:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
}
.service-provider .service-provider-main .user-review .review-area .review-block .review-date {
  font-size: 0.875rem;
  color: #adb5bd;
  margin-left: auto;
  margin-right: 0.375rem;
}
.service-provider .service-provider-main .user-review .review-area .review-block .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.625rem;
}
.service-provider .service-provider-main .user-review .review-area .review-block .user .user-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  overflow: hidden;
}
.service-provider .service-provider-main .user-review .review-area .review-block .user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-provider .service-provider-main .user-review .review-area .review-block .text {
  width: 100%;
}
.service-provider .service-provider-main .user-review .review-area .review-block .text .user-name {
  margin: 0 0.375rem 0.25rem;
  font-size: 0.875rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-provider .service-provider-main .user-review .review-area .review-block .text .user-name::before {
  display: inline;
  content: "by";
  color: #adb5bd;
  margin-right: 0.25rem;
  font-size: 85%;
}
.service-provider .service-provider-main .user-review .review-area .review-block .text .review-comment {
  margin: 0 0.375rem 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
  word-break: break-all;
  white-space: pre-wrap;
}

.overview .overview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.99px) {
  .overview .overview-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.overview .overview-list .table {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 1.5rem;
}
.overview .overview-list .table:last-child {
  margin-right: 0;
}
@media (max-width: 991.99px) {
  .overview .overview-list .table {
    width: 100%;
    margin-right: 0;
  }
  .overview .overview-list .table:first-child tr:last-child {
    border-bottom: solid 0px transparent;
  }
}
.overview .overview-list .table th {
  background: #e9ecef;
  width: 9rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.overview .overview-list .table td {
  background: #fff;
  font-size: 0.875rem;
  word-break: break-word;
}

.admin-page-content, .skillshare-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.99px) {
  .admin-page-content, .skillshare-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14rem;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  margin: 0 2rem 0 0;
}
.content-side.side-l {
  margin: 0 clamp(1rem, 0.75rem + 1.25vw, 1.75rem) 0 0;
}
.content-side.side-r {
  margin: 0 0 0 clamp(1rem, 0.75rem + 1.25vw, 1.75rem);
}
@media (max-width: 1523.99px) {
  .content-side.side-r {
    display: none;
  }
}
@media (max-width: 1199.99px) {
  .content-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12rem;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
  }
}
@media (max-width: 991.99px) {
  .content-side {
    display: none;
  }
}
.content-side .sidemenu {
  padding: 0;
  list-style: none;
}
.content-side .sidemenu li {
  margin-bottom: 0.25rem;
}
.content-side .sidemenu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.375rem 1.5rem 0.375rem 0.625rem;
  border-radius: 0.25rem;
  background: transparent;
  font-size: clamp(0.625rem, 0.5583333333rem + 0.3333333333vw, 0.825rem);
  line-height: 1.25;
  color: rgb(102.0901287554, 110.597639485, 118.1598712446);
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.content-side .sidemenu li a.active, .content-side .sidemenu li a:hover {
  background: rgb(170.344, 243.456, 215.336);
  color: rgb(0, 107.8, 66.3384615385);
}
.content-side .sidemenu li a.active::after, .content-side .sidemenu li a:hover::after {
  color: rgb(0, 107.8, 66.3384615385);
}
.content-side .sidemenu li a.active .svg-inline--fa, .content-side .sidemenu li a:hover .svg-inline--fa {
  color: #00a968;
}
.content-side .sidemenu li a.disabled {
  color: rgb(198.7354651163, 205.625, 212.5145348837);
  pointer-events: none;
}
.content-side .sidemenu li a.disabled::after {
  color: #dee2e6;
}
.content-side .sidemenu li a.disabled .svg-inline--fa {
  color: #ced4da;
}
.content-side .sidemenu li a::after {
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  content: "\f054";
  padding: 0.375rem 0.625rem 0.375rem 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #adb5bd;
}
.content-side .sidemenu li a .svg-inline--fa {
  margin-top: 0.05rem;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}
.content-side .sidemenu li > ul {
  list-style: none;
  padding-left: 0.5rem;
}
.content-side .sidemenu li .submenu {
  border-top: solid 1px rgb(193.9484978541, 198.3442060086, 202.2515021459);
  border-bottom: solid 1px rgb(193.9484978541, 198.3442060086, 202.2515021459);
  margin: 0.25rem 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.content-side .sidemenu li .submenu .submenu-title {
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
  font-weight: 600;
  padding: 0.75rem 0.375rem 0.25rem 0;
  margin-left: -0.25rem;
  color: rgb(0, 107.8, 66.3384615385);
  /*border-bottom: solid 1px darken($main-color,12%);*/
}
.content-side + .content-main {
  min-width: 62rem;
}
.content-side + .content-main:has(+ .side-r) {
  min-width: unset;
}
@media (max-width: 991.99px) {
  .content-side + .content-main {
    min-width: 100%;
  }
}

.content-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.content-main .list-area {
  margin-bottom: 2rem;
}
.content-main .list-area .list-head {
  background: #495057;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-head {
    display: none;
  }
}
.content-main .list-area .list-head .detail-link, .content-main .list-area .list-head .detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  list-style: none;
}
.content-main .list-area .list-head .detail-link.btn-area, .content-main .list-area .list-head .detail-row.btn-area {
  width: 12rem;
}
.content-main .list-area .list-head .detail-link > div, .content-main .list-area .list-head .detail-row > div {
  color: #dee2e6;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 991.99px) {
  .content-main .list-area .list-head .detail-link > div, .content-main .list-area .list-head .detail-row > div {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
}
.content-main .list-area .list-head .detail-link > div .sortable, .content-main .list-area .list-head .detail-row > div .sortable {
  white-space: nowrap;
  border: none;
  padding: 0;
  text-decoration: none;
  background: none;
  color: #dee2e6;
}
.content-main .list-area .list-head .detail-link > div .sortable:hover, .content-main .list-area .list-head .detail-row > div .sortable:hover {
  color: #fff;
}
.content-main .list-area .list-head .detail-link > div .sortable .fa-sort, .content-main .list-area .list-head .detail-row > div .sortable .fa-sort {
  color: #adb5bd;
}
.content-main .list-area .list-head .detail-link > div .sortable .fa-sort-up, .content-main .list-area .list-head .detail-link > div .sortable .fa-sort-down, .content-main .list-area .list-head .detail-row > div .sortable .fa-sort-up, .content-main .list-area .list-head .detail-row > div .sortable .fa-sort-down {
  color: rgb(0, 250.6, 154.2153846154);
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-head .detail-link > div.title, .content-main .list-area .list-head .detail-link > div.user, .content-main .list-area .list-head .detail-row > div.title, .content-main .list-area .list-head .detail-row > div.user {
    display: none;
  }
}
.content-main .list-area .list-head-sp {
  display: none;
  color: #dee2e6;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-head-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #495057;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem;
  }
}
.content-main .list-area .list-head-sp h6, .content-main .list-area .list-head-sp .h6 {
  margin: 0 auto 0 0.375rem;
}
.content-main .list-area .list-main a {
  display: block;
}
.content-main .list-area .list-main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: solid 1px #dee2e6;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.content-main .list-area .list-main ul:hover {
  -webkit-box-shadow: 0.125rem -0.125rem 0.5rem rgba(0, 169, 104, 0.2), -0.125rem 0.125rem 0.5rem rgba(233, 71, 70, 0.2);
          box-shadow: 0.125rem -0.125rem 0.5rem rgba(0, 169, 104, 0.2), -0.125rem 0.125rem 0.5rem rgba(233, 71, 70, 0.2);
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.content-main .list-area .list-main ul li {
  padding: 0.25rem 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content-main .list-area .list-main ul li.status {
  text-align: center;
}
.content-main .list-area .list-main ul li.date, .content-main .list-area .list-main ul li.actual, .content-main .list-area .list-main ul li.star {
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  color: #6c757d;
}
.content-main .list-area .list-main ul li.title {
  font-size: 0.9rem;
  font-weight: 500;
  word-break: break-all;
  color: #000;
}
.content-main .list-area .list-main ul li.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #495057;
}
.content-main .list-area .list-main ul li.user .user-icon {
  width: 2rem;
  height: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin: 0.25rem 0.5rem 0.25rem 0;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main ul li.user .user-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.content-main .list-area .list-main ul li.user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-main .list-area .list-main ul li.user .user-name {
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-all;
}
.content-main .list-area .list-main .list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0.25rem;
  background-color: #fff;
  border: solid 1px #dee2e6;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.content-main .list-area .list-main .list-block:hover {
  -webkit-box-shadow: -0.125rem -0.125rem 0.5rem rgba(108, 117, 125, 0.2), 0.125rem 0.125rem 0.5rem rgba(0, 169, 104, 0.2);
          box-shadow: -0.125rem -0.125rem 0.5rem rgba(108, 117, 125, 0.2), 0.125rem 0.125rem 0.5rem rgba(0, 169, 104, 0.2);
}
.content-main .list-area .list-main .list-block:hover a.detail-link .title {
  color: #00a968;
  text-decoration: underline;
}
.content-main .list-area .list-main .list-block.disabled {
  background-color: #e9ecef;
}
.content-main .list-area .list-main .list-block.disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main .list-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.content-main .list-area .list-main .list-block .detail-link, .content-main .list-area .list-main .list-block .detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 9rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main .list-block .detail-link, .content-main .list-area .list-main .list-block .detail-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.content-main .list-area .list-main .list-block .list-item {
  padding: 0.25rem 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content-main .list-area .list-main .list-block .list-item.status {
  text-align: center;
}
.content-main .list-area .list-main .list-block .list-item.date, .content-main .list-area .list-main .list-block .list-item.actual, .content-main .list-area .list-main .list-block .list-item.star, .content-main .list-area .list-main .list-block .list-item.id {
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
  color: #495057;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main .list-block .list-item.date, .content-main .list-area .list-main .list-block .list-item.actual, .content-main .list-area .list-main .list-block .list-item.star, .content-main .list-area .list-main .list-block .list-item.id {
    font-size: 0.675rem;
  }
}
.content-main .list-area .list-main .list-block .list-item.date hr {
  margin: 0.025rem 0;
  opacity: 0.25;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main .list-block .list-item.date hr {
    display: none;
  }
}
.content-main .list-area .list-main .list-block .list-item.date span:last-child {
  font-size: 90%;
  color: rgb(147.4356223176, 155.1802575107, 162.0643776824);
}
.content-main .list-area .list-main .list-block .list-item.title {
  font-size: 0.9rem;
  font-weight: 500;
  word-break: break-all;
  color: #000;
}
.content-main .list-area .list-main .list-block .list-item.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #495057;
}
.content-main .list-area .list-main .list-block .list-item.user .user-icon {
  width: 2rem;
  height: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin: 0.25rem 0.5rem 0.25rem 0;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .content-main .list-area .list-main .list-block .list-item.user .user-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 0 0;
  }
}
.content-main .list-area .list-main .list-block .list-item.user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-main .list-area .list-main .list-block .list-item.user .user-name {
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-all;
}
.content-main .list-area .request-list .status {
  width: 8rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .request-list .status {
    text-align: left;
    width: auto;
  }
}
.content-main .list-area .request-list .status .notice {
  position: relative;
}
.content-main .list-area .request-list .status .notice::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #dc3545;
  position: absolute;
  top: 0.75rem;
  right: -0.375rem;
}
.content-main .list-area .request-list .date {
  width: 7rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .request-list .date {
    width: 8rem;
    text-align: left !important;
  }
  .content-main .list-area .request-list .date.request-date::before {
    content: "依頼日：";
  }
  .content-main .list-area .request-list .date.delivery-date::before {
    content: "納品日：";
  }
}
.content-main .list-area .request-list .title {
  width: calc(100% - 47rem);
}
@media (max-width: 991.99px) {
  .content-main .list-area .request-list .title {
    width: calc(100% - 43rem);
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .request-list .title {
    width: 100%;
    font-size: 0.875rem;
  }
}
.content-main .list-area .request-list .id {
  width: 6rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .request-list .id {
    width: 6rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .request-list .id {
    width: 100%;
  }
  .content-main .list-area .request-list .id::before {
    content: "依頼ID：";
  }
}
.content-main .list-area .request-list .user {
  width: 19rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .request-list .user {
    width: 15rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .request-list .user {
    width: 100%;
  }
}
.content-main .list-area .account-book-list .order-id {
  width: 7rem;
  text-align: center;
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .order-id {
    width: calc(100% - 6rem);
    text-align: left !important;
  }
  .content-main .list-area .account-book-list .order-id::before {
    content: "注文ID：";
  }
}
.content-main .list-area .account-book-list .order-id a {
  display: inline-block;
}
.content-main .list-area .account-book-list .order-id a:hover {
  text-decoration: underline;
}
.content-main .list-area .account-book-list .status {
  width: 8rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .account-book-list .status {
    width: 7rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .status {
    text-align: left;
    width: 6rem;
  }
}
.content-main .list-area .account-book-list .status .notice {
  position: relative;
}
.content-main .list-area .account-book-list .status .notice::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #dc3545;
  position: absolute;
  top: 0.75rem;
  right: -0.375rem;
}
.content-main .list-area .account-book-list .user {
  width: 12rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .account-book-list .user {
    width: 9rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .user {
    width: 100%;
  }
  .content-main .list-area .account-book-list .user.creator-name::before {
    content: "販売者：";
  }
  .content-main .list-area .account-book-list .user.client-name::before {
    content: "依頼者：";
  }
}
.content-main .list-area .account-book-list .doc-dl {
  width: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.375rem;
}
@media (min-width: 1920px) {
  .content-main .list-area .account-book-list .doc-dl {
    width: 32rem;
  }
}
@media (max-width: 991.99px) {
  .content-main .list-area .account-book-list .doc-dl {
    width: 7.5rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .doc-dl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}
.content-main .list-area .account-book-list .doc-dl .btn.disabled {
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
  opacity: 0.375;
}
.content-main .list-area .account-book-list .memo {
  position: relative;
  width: calc(100% - 51rem);
}
@media (min-width: 1920px) {
  .content-main .list-area .account-book-list .memo {
    width: calc(100% - 71rem);
  }
}
@media (max-width: 991.99px) {
  .content-main .list-area .account-book-list .memo {
    width: calc(100% - 39.5rem);
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .memo {
    width: 100%;
  }
}
.content-main .list-area .account-book-list .memo .btn {
  white-space: nowrap;
}
.content-main .list-area .account-book-list .memo.list-item {
  min-height: 4rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .account-book-list .memo.list-item {
    min-height: 5.75rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .memo.list-item {
    min-height: 4rem;
  }
}
.content-main .list-area .account-book-list .memo.list-item textarea {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 169, 104, 0.075);
  border-color: rgba(0, 107.8, 66.3384615385, 0.5);
  color: rgb(0, 130.75, 80.4615384615);
}
@media (max-width: 767.99px) {
  .content-main .list-area .account-book-list .memo.list-item textarea {
    top: 0.25rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 0.75rem);
  }
}
.content-main .list-area .total-file-list .request-id {
  width: 7rem;
  text-align: center;
}
.content-main .list-area .total-file-list .request-id.list-item {
  color: #6c757d;
}
@media (max-width: 991.99px) {
  .content-main .list-area .total-file-list .request-id {
    width: 6rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .request-id {
    width: 100%;
    text-align: left !important;
  }
  .content-main .list-area .total-file-list .request-id::before {
    content: "注文ID：";
  }
}
.content-main .list-area .total-file-list .request-id a {
  display: inline-block;
}
.content-main .list-area .total-file-list .request-id a:hover {
  text-decoration: underline;
}
.content-main .list-area .total-file-list .title {
  width: calc(50% - 19rem);
}
@media (max-width: 991.99px) {
  .content-main .list-area .total-file-list .title {
    width: calc(55% - 15rem);
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .title {
    width: 100%;
    font-size: 0.875rem;
  }
}
.content-main .list-area .total-file-list .delivery-file {
  width: 8rem;
  text-align: center;
}
@media (max-width: 991.99px) {
  .content-main .list-area .total-file-list .delivery-file {
    width: 6rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .delivery-file {
    width: 50%;
    min-width: 12rem;
    text-align: left;
  }
  .content-main .list-area .total-file-list .delivery-file::before {
    content: "納品ファイル：";
  }
}
.content-main .list-area .total-file-list .delivery-file a.btn {
  display: inline-block;
}
.content-main .list-area .total-file-list .delivery-file a.btn.disabled {
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
  opacity: 0.375;
}
.content-main .list-area .total-file-list .related-file {
  width: 8rem;
  text-align: center;
}
@media (max-width: 991.99px) {
  .content-main .list-area .total-file-list .related-file {
    width: 6rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .related-file {
    width: 50%;
    min-width: 12rem;
    text-align: left;
  }
  .content-main .list-area .total-file-list .related-file::before {
    content: "関連ファイル：";
  }
}
.content-main .list-area .total-file-list .related-file a.btn {
  display: inline-block;
}
.content-main .list-area .total-file-list .related-file a.btn.disabled {
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
  opacity: 0.375;
}
.content-main .list-area .total-file-list .date {
  width: 7.5rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .total-file-list .date {
    width: 6rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .date {
    width: 50%;
    min-width: 12rem;
    text-align: left !important;
  }
  .content-main .list-area .total-file-list .date span {
    margin-right: 0.5rem;
  }
  .content-main .list-area .total-file-list .date.request-date::before {
    content: "依頼日時：";
  }
  .content-main .list-area .total-file-list .date.delivery-date::before {
    content: "納品日時：";
  }
}
.content-main .list-area .total-file-list .memo {
  position: relative;
  width: calc(50% - 19rem);
}
@media (max-width: 991.99px) {
  .content-main .list-area .total-file-list .memo {
    width: calc(45% - 15rem);
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .memo {
    width: 100%;
  }
}
.content-main .list-area .total-file-list .memo .btn {
  white-space: nowrap;
}
.content-main .list-area .total-file-list .memo.list-item {
  min-height: 4rem;
}
.content-main .list-area .total-file-list .memo.list-item textarea {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 169, 104, 0.075);
  border-color: rgba(0, 107.8, 66.3384615385, 0.5);
  color: rgb(0, 130.75, 80.4615384615);
}
@media (max-width: 767.99px) {
  .content-main .list-area .total-file-list .memo.list-item textarea {
    top: 0.25rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 0.75rem);
  }
}
.content-main .list-area .file-list .list-head .thv-sort {
  display: none;
  margin-left: auto;
  padding: 0.375rem 0.75rem;
}
.content-main .list-area .file-list.thumbnail-view .list-head .thv-sort {
  display: block;
}
.content-main .list-area .file-list.thumbnail-view .list-head .thv-sort .sort-icon + label::before {
  display: inline-block;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f15d";
  padding: 0.15rem 0.375rem;
}
.content-main .list-area .file-list.thumbnail-view .list-head .thv-sort .sort-icon:checked + label::before {
  content: "\f881";
}
.content-main .list-area .file-list.thumbnail-view .list-head .name, .content-main .list-area .file-list.thumbnail-view .list-head .date, .content-main .list-area .file-list.thumbnail-view .list-head .file-size, .content-main .list-area .file-list.thumbnail-view .list-head .operation, .content-main .list-area .file-list.thumbnail-view .list-head .check-star {
  display: none;
}
.content-main .list-area .file-list .list-block.selected {
  background: rgb(247.1625, 253.3375, 250.9625);
}
.content-main .list-area .file-list .check {
  width: 4rem;
  text-align: center;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .check {
    width: 2.25rem;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-right: 0 !important;
  }
}
.content-main .list-area .file-list .check .form-check-input {
  cursor: pointer;
  border-color: rgb(29.575, 139.425, 97.175);
  border-width: 2px;
  font-size: 1.25rem;
  margin-top: 0.125rem;
}
.content-main .list-area .file-list .check .form-check-input:disabled {
  border-color: rgb(50.7, 118.3, 92.3);
  background-color: #e9ecef;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .check .form-check-input {
    margin-top: 0.5rem;
  }
}
.content-main .list-area .file-list .name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: unset !important;
      -ms-flex-negative: unset !important;
          flex-shrink: unset !important;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .name {
    width: calc(100% - 2.25rem);
    font-size: 0.875rem;
  }
}
.content-main .list-area .file-list .name.folder-name, .content-main .list-area .file-list .name.file-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .name.folder-name, .content-main .list-area .file-list .name.file-name {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.content-main .list-area .file-list .name.folder-name::before, .content-main .list-area .file-list .name.file-name::before {
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  font-size: 1.25rem;
  display: inline-block;
  width: 1.75rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .name.folder-name::before, .content-main .list-area .file-list .name.file-name::before {
    top: 0.125rem;
  }
}
.content-main .list-area .file-list .name.folder-name::before {
  content: "\e185";
  color: rgb(50.352, 159.448, 117.488);
}
.content-main .list-area .file-list .name.folder-name a {
  color: #343a40;
}
.content-main .list-area .file-list .name.folder-name a:hover {
  color: #00a968;
  text-decoration: underline;
}
.content-main .list-area .file-list .name.file-name::before {
  content: "\f15b";
  color: #6c757d;
}
.content-main .list-area .file-list .date {
  width: 9rem;
}
@media (max-width: 991.99px) {
  .content-main .list-area .file-list .date {
    width: 7rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .date {
    width: 50%;
    min-width: 12rem;
    text-align: left !important;
  }
  .content-main .list-area .file-list .date span {
    margin-right: 0.5rem;
  }
  .content-main .list-area .file-list .date.last-updated-date::before {
    content: "最終更新日時：";
  }
  .content-main .list-area .file-list .date.download-limit-date::before {
    content: "ダウンロード期限：";
  }
}
.content-main .list-area .file-list .date hr {
  margin: 0.125rem 0;
  opacity: 0.5;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .date hr {
    display: none;
  }
}
.content-main .list-area .file-list .file-size {
  font-size: 0.825rem;
  width: 8rem;
  text-align: center;
}
@media (max-width: 991.99px) {
  .content-main .list-area .file-list .file-size {
    width: 7rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .file-size {
    width: 50%;
    text-align: left;
  }
  .content-main .list-area .file-list .file-size.list-item::before {
    content: "ファイルサイズ：";
  }
  .content-main .list-area .file-list .file-size::before {
    font-size: 0.675rem;
  }
}
.content-main .list-area .file-list .operation {
  width: 13rem;
  text-align: center;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .operation {
    width: auto;
    min-width: 60%;
    text-align: left;
  }
}
.content-main .list-area .file-list .operation .btn {
  display: inline;
  font-size: 1rem;
  color: #6c757d;
  padding: 0.375rem 0.5rem;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
  background-color: transparent;
  border: solid 1px transparent;
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .operation .btn {
    margin: 0;
  }
}
.content-main .list-area .file-list .operation .btn:hover {
  color: #00a968;
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.075);
}
.content-main .list-area .file-list .check-star {
  width: 5rem;
  text-align: center;
}
@media (max-width: 991.99px) {
  .content-main .list-area .file-list .check-star {
    width: 4rem;
  }
}
@media (max-width: 767.99px) {
  .content-main .list-area .file-list .check-star {
    width: auto;
    margin-left: auto;
  }
}
.content-main .list-area .file-list .check-star .btn-link {
  font-size: 1rem;
  color: #ced4da;
}
.content-main .list-area .file-list .check-star .btn-check:checked + .btn-link {
  color: #ffc107;
}
.content-main .list-area .upload-file-list .list-head .check {
  width: auto;
}
.content-main .list-area .upload-file-list .list-block.selected {
  background: rgb(247.1625, 253.3375, 250.9625);
}
.content-main .list-area .upload-file-list .list-block .detail-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-main .list-area .upload-file-list .list-block .check {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 0.125rem;
}
.content-main .list-area .upload-file-list .list-block .check .form-check-input {
  cursor: pointer;
  border-color: rgb(29.575, 139.425, 97.175);
  border-width: 2px;
  font-size: 1.25rem;
}
.content-main .list-area .upload-file-list .list-block .check .form-check-input:disabled {
  border-color: rgb(50.7, 118.3, 92.3);
  background-color: #e9ecef;
}
.content-main .list-area .upload-file-list .list-block .image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 11rem;
  height: 11rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .image {
    width: calc(100% - 4rem);
    height: 10rem;
    margin: 0 auto;
  }
}
.content-main .list-area .upload-file-list .list-block .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid 1px #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0.5rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .image img {
    border: none;
    border-radius: unset;
    padding: 0;
  }
}
.content-main .list-area .upload-file-list .list-block .detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .detail {
    width: 100%;
  }
}
.content-main .list-area .upload-file-list .list-block .detail .text dl {
  margin: 0.25rem 0;
  padding: 0.375rem 0 0;
  border-top: solid 1px #dee2e6;
}
.content-main .list-area .upload-file-list .list-block .detail .text dl:last-child {
  border-bottom: solid 1px #dee2e6;
}
.content-main .list-area .upload-file-list .list-block .detail .text dl dt {
  margin: 0;
  width: 10rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  color: #6c757d;
  font-weight: normal;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .detail .text dl dt {
    width: 7.5rem;
  }
}
.content-main .list-area .upload-file-list .list-block .detail .text dl dd {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.content-main .list-area .upload-file-list .list-block .operation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 9rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .operation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    width: 100%;
  }
}
.content-main .list-area .upload-file-list .list-block .operation .btn {
  display: block;
  width: 100%;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .operation .btn {
    width: auto;
  }
}
.content-main .list-area .upload-file-list .list-block .operation .btn.link-delete {
  width: auto;
  padding: 0;
  margin-bottom: auto;
  color: #adb5bd;
}
@media (max-width: 767.99px) {
  .content-main .list-area .upload-file-list .list-block .operation .btn.link-delete {
    margin-bottom: 0;
    margin-right: auto;
  }
}
.content-main .list-area .upload-file-list .list-block .operation .btn.link-delete:hover {
  color: #dc3545;
}
.content-main .list-area .review-btn {
  width: 9rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .review-btn {
    width: 100%;
  }
}
.content-main .list-area .review-btn .btn {
  display: block !important;
  margin: 0 auto;
}
.content-main .list-area .favorite-user {
  width: calc(40% - 6rem);
}
.content-main .list-area .favorite-user a:hover {
  text-decoration: underline;
}
@media (max-width: 767.99px) {
  .content-main .list-area .favorite-user {
    width: 100%;
  }
}
.content-main .list-area .self-pr {
  width: calc(60% - 9rem);
}
.content-main .list-area .self-pr a:hover {
  text-decoration: underline;
}
@media (max-width: 767.99px) {
  .content-main .list-area .self-pr {
    width: 100%;
    font-size: 0.875rem;
  }
}
.content-main .list-area .actual {
  width: 6rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .actual {
    width: 50%;
    text-align: left !important;
  }
  .content-main .list-area .actual::before {
    content: "実績数：";
  }
}
.content-main .list-area .star {
  width: 6rem;
}
@media (max-width: 767.99px) {
  .content-main .list-area .star {
    width: 50%;
    text-align: left !important;
  }
  .content-main .list-area .star::before {
    content: "評価数：";
  }
}
.content-main .list-area .voice-sample {
  width: 12rem;
  text-align: center;
}
@media (max-width: 767.99px) {
  .content-main .list-area .voice-sample {
    margin: 0.5rem auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-main .list-area .voice-sample .audio-control {
  margin-right: 2px;
}
.content-main .multiple-items-operation {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efeee7;
  border: solid 1px rgb(208.4, 205.4875, 185.1);
  padding: 0 1rem;
  border-radius: 2rem;
  margin: -1px 1rem -1px 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content-main .multiple-items-operation span {
  margin: 0 0.5rem 0 0;
}
.content-main .multiple-items-operation span .select-num {
  font-size: 115%;
  margin: 0 0.125rem;
}
.content-main .multiple-items-operation .btn {
  margin: 0 0.125rem;
  padding: 0.25rem 0.5rem;
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
  color: #6c757d;
}
.content-main .multiple-items-operation .btn:hover {
  color: #00a968;
}

.skillshare-page-content .content-side .sidemenu li a.active, .skillshare-page-content .content-side .sidemenu li a:hover {
  background: rgb(192.844, 241.356, 222.6975384615);
  color: rgb(0, 107.8, 66.3384615385);
}
.skillshare-page-content .content-side .sidemenu li a.active::after, .skillshare-page-content .content-side .sidemenu li a:hover::after {
  color: rgb(0, 107.8, 66.3384615385);
}
.skillshare-page-content .content-main .title-area h2, .skillshare-page-content .content-main .title-area .h2 {
  color: #000;
}

.transaction-tab-area {
  width: 100%;
  margin: 1rem 0;
}
@media (max-width: 767.99px) {
  .transaction-tab-area {
    gap: 0.125rem;
  }
}
.transaction-tab-area .main-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media (max-width: 767.99px) {
  .transaction-tab-area .main-tab {
    row-gap: 0.25rem;
  }
}
.transaction-tab-area .main-tab .tab {
  position: relative;
  width: 20%;
  min-width: 6.5rem;
  display: block;
  text-align: center;
  font-weight: 500;
  color: rgb(133.7553648069, 142.4849785408, 150.2446351931);
  padding: 0.75rem;
  background: #dee2e6;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
@media (max-width: 767.99px) {
  .transaction-tab-area .main-tab .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem 0.375rem 0.25rem;
    line-height: 1.25;
  }
}
.transaction-tab-area .main-tab .tab span {
  display: inline-block;
}
.transaction-tab-area .main-tab .tab.active {
  background: rgb(9.725, 184.775, 117.4480769231);
  color: #fff;
  border-color: #00a968;
}
.transaction-tab-area .main-tab .tab:last-child {
  -webkit-clip-path: unset;
          clip-path: unset;
}

.request-detail-head {
  border: solid 1px #ced4da;
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .request-detail-head {
    padding-bottom: 0.5rem;
  }
}
.request-detail-head .request-title {
  padding: 0 1rem;
}
@media (max-width: 767.99px) {
  .request-detail-head .request-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
  }
}
.request-detail-head .request-text {
  padding: 0 1rem;
}
@media (max-width: 767.99px) {
  .request-detail-head .request-text {
    padding: 0 0.5rem;
  }
}
.request-detail-head .request-text:has(+ .quotation) {
  width: calc(100% - 8rem);
  float: left;
}
@media (max-width: 767.99px) {
  .request-detail-head .request-text:has(+ .quotation) {
    width: calc(100% - 6rem);
  }
}
.request-detail-head .quotation {
  overflow: hidden;
  margin-bottom: 1rem;
}
.request-detail-head .quotation .thumb {
  width: 8rem;
  padding: 0 1rem 0 0;
  position: relative;
}
@media (max-width: 767.99px) {
  .request-detail-head .quotation .thumb {
    width: 6rem;
  }
}
.request-detail-head .quotation .thumb::after {
  content: "見積書";
  display: inline-block;
  background-color: #6c757d;
  color: #fff;
  padding: 0.125rem 0.375rem;
  border-radius: 0 0 0.25rem 0;
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
}
.request-detail-head .quotation .thumb:hover::after {
  background-color: #00a968;
}
.request-detail-head .quotation .thumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 8rem;
  aspect-ratio: 210/297;
  background-color: #ced4da;
  border: solid 1px #adb5bd;
  color: rgba(0, 0, 0, 0.375);
  font-size: clamp(2rem, 0.5rem + 3.125vw, 3rem);
}
@media (max-width: 767.99px) {
  .request-detail-head .quotation .thumb a {
    max-width: 6rem;
  }
}
.request-detail-head .quotation .thumb a:hover {
  border: solid 1px #00a968;
  background-color: #dee2e6;
  color: #00a968;
}
.request-detail-head .hearingsheet {
  padding: 0 1rem;
  overflow-y: hidden;
  height: 12.5rem;
  position: relative;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (max-width: 767.99px) {
  .request-detail-head .hearingsheet {
    padding: 0 0.5rem;
    width: 100%;
  }
}
.request-detail-head .hearingsheet::after {
  display: block;
  content: "";
  width: calc(100% + 1rem);
  height: 4rem;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #e9ecef), to(rgba(233, 236, 239, 0)));
  background-image: -webkit-linear-gradient(bottom, #e9ecef 50%, rgba(233, 236, 239, 0));
  background-image: linear-gradient(0deg, #e9ecef 50%, rgba(233, 236, 239, 0));
  position: absolute;
  bottom: 0;
  left: -1rem;
}
@media (max-width: 767.99px) {
  .request-detail-head .hearingsheet::after {
    width: calc(100% + 0.5rem);
    left: -0.5rem;
  }
}
.request-detail-head .hearingsheet .hearingsheet-toggle {
  width: calc(100% - 1rem);
  margin-bottom: 1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.request-detail-head .hearingsheet .hearingsheet-toggle .hearingsheet-toggle-btn .is-closed {
  display: inline;
}
.request-detail-head .hearingsheet .hearingsheet-toggle .hearingsheet-toggle-btn .is-opened {
  display: none;
}
.request-detail-head .hearingsheet.opening {
  height: 50rem;
}
.request-detail-head .hearingsheet.open {
  height: auto;
}
.request-detail-head .hearingsheet.open::after {
  display: none;
}
.request-detail-head .hearingsheet.open .hearingsheet-toggle {
  position: relative;
  bottom: 0;
}
.request-detail-head .hearingsheet.open .hearingsheet-toggle .hearingsheet-toggle-btn .is-closed {
  display: none;
}
.request-detail-head .hearingsheet.open .hearingsheet-toggle .hearingsheet-toggle-btn .is-opened {
  display: inline;
}

.request-info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 0.75rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6c757d;
}
@media (max-width: 767.99px) {
  .request-info-area {
    padding: 0.5rem;
  }
}
.request-info-area .date {
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (max-width: 767.99px) {
  .request-info-area .date {
    font-size: 0.75rem;
  }
}
.request-info-area .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
@media (max-width: 767.99px) {
  .request-info-area .user {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    font-size: 0.75rem;
  }
}
.request-info-area .user .user-icon {
  width: 2rem;
  height: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin: 0.25rem 0.5rem 0.25rem 0;
  overflow: hidden;
}
.request-info-area .user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.request-info-area .user .user-name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  max-width: 14rem;
  /*max-width: calc(100% - 14rem);*/
}
@media (max-width: 767.99px) {
  .request-info-area .user .user-name {
    max-width: calc(100% - 6rem);
  }
}
.request-info-area .user .user-link {
  display: inline-block;
  background: #fff;
  border: solid 1px #00a968;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #00a968;
  padding: 0.125rem 0.5rem;
  margin: 0 0.5rem;
}
.request-info-area .user .user-link:hover {
  background: #00a968;
  color: #fff;
}

/*
.request-detail-text,.work-detail-text,.delivery-detail-text {
  border: solid 1px $gray-400;
  padding: 1rem 1rem 0.5rem;
  @media (max-width: 767.99px) {
    padding: 0.5rem 0.5rem 0.25rem;
  }
  ul {
    display: flex;
    align-items: baseline;
    list-style: none;
    padding: 0;
    margin-bottom: 0.75rem;
    @media (max-width: 767.99px) {
      flex-wrap: wrap;
    }
    li {
      @media (max-width: 767.99px) {
        font-size: 0.875rem;
      }
      &.headding {
        width: 8rem;
        text-align: right;
        flex-shrink: 0;
        margin-right: 2rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: darken($main-color,12%);
        @media (max-width: 767.99px) {
          font-size: 0.75rem;
          width: 100%;
          margin-right: 0;
          text-align: left;
        }
        &+li {
          flex-grow: 1;
          .dl-data {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            background: $white;
            border: solid 1px $gray-300;
            border-radius: 0.25rem;
            padding: 0.25rem;
            margin-bottom: 0.375rem;
            .file-name {
              font-weight: 600;
              flex-grow: 1;
              padding: 0.25rem 0.5rem;
              word-wrap: break-word;
              word-break: break-all;
            }
            .btn {
              flex-shrink: 0;
              margin: 0.125rem 0.125rem 0.125rem auto;
            }
          }
        }
      }
    }
  }
}
.request-detail-text {
  background: lighten(desaturate($main-color,35%),60%);
  border-radius: 0;
}
.work-detail-text,.delivery-detail-text {
  background: lighten($sub-color,36%);
  border-radius: 0;
}
*/
.detail-bottom {
  background: #fff;
  padding: 1rem;
  border-right: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
  border-left: solid 1px #ced4da;
}
@media (max-width: 767.99px) {
  .detail-bottom {
    padding: 0.5rem;
  }
}
.detail-bottom .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  gap: 0.5rem;
}
@media (max-width: 767.99px) {
  .detail-bottom .btn-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.chat-room {
  border: solid 1px #ced4da;
  background: #fff;
  border-radius: 0.25rem;
}
.chat-room .chat-room-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 1rem 0;
  background: #efeee7;
  border-bottom: solid 1px #ced4da;
}
@media (max-width: 767.99px) {
  .chat-room .chat-room-head {
    padding: 0.5rem 0.5rem 0;
  }
}
.chat-room .chat-room-head h3, .chat-room .chat-room-head .h3 {
  color: #212529;
}
@media (max-width: 767.99px) {
  .chat-room .chat-room-head h3, .chat-room .chat-room-head .h3 {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767.99px) {
  .chat-room .chat-room-head p {
    margin-bottom: 0.25rem;
  }
}
.chat-room .chat-area {
  position: relative;
  overflow: hidden;
}
.chat-room .chat-area::before, .chat-room .chat-area::after {
  display: block;
  content: "";
  width: calc(100% - 2rem);
  height: 0.25rem;
  position: absolute;
  left: 1rem;
  -webkit-filter: blur(0.375rem);
          filter: blur(0.375rem);
}
.chat-room .chat-area::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}
.chat-room .chat-area::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  bottom: 0;
}
.chat-room .chat-area .chat-reload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  position: absolute;
  left: 25%;
  bottom: 0.5rem;
  z-index: 1;
}
.chat-room .chat-area .chat-reload .chat-reload-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(108, 117, 125, 0.625);
  border: solid 1px #adb5bd;
  border-radius: 2rem;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.25rem 2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-room .chat-area .chat-reload .chat-reload-btn .fa-rotate-right {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-room .chat-area .chat-reload .chat-reload-btn:hover {
  background: rgb(57.825, 213.175, 153.425);
  border-color: rgb(57.825, 213.175, 153.425);
}
.chat-room .chat-area .chat-reload .chat-reload-btn:hover .fa-rotate-right {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.chat-room .chat-area .inner {
  padding: 1.5rem;
  height: 75vh;
  min-height: 10rem;
  overflow-y: scroll;
  resize: vertical;
  position: relative;
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner {
    padding: 0.5rem;
    height: 70vh;
  }
}
.chat-room .chat-area .inner .chat-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.chat-room .chat-area .inner .chat-comment:last-child {
  margin-bottom: 2rem;
}
.chat-room .chat-area .inner .chat-comment .user-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment .user-icon {
    width: 2rem;
    height: 2rem;
  }
}
.chat-room .chat-area .inner .chat-comment .user-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.chat-room .chat-area .inner .chat-comment .comment {
  background: #EEE;
  width: calc(100% - 12.5rem);
  max-width: 40rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  margin: 0 0.75rem;
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment .comment {
    width: calc(100% - 3.5rem);
    font-size: 0.75rem;
    line-height: 1.375;
    margin: 0 0.5rem;
  }
}
.chat-room .chat-area .inner .chat-comment .comment a:not(.btn) {
  background-color: #fff;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.chat-room .chat-area .inner .chat-comment .comment .quotation {
  overflow: hidden;
}
.chat-room .chat-area .inner .chat-comment .comment .quotation .thumb {
  width: 8rem;
  margin: 0.5rem auto;
  position: relative;
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment .comment .quotation .thumb {
    width: 6rem;
  }
}
.chat-room .chat-area .inner .chat-comment .comment .quotation .thumb::after {
  content: "見積書";
  display: inline-block;
  background-color: #6c757d;
  color: #fff;
  padding: 0.125rem 0.375rem;
  border-radius: 0 0 0.25rem 0;
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
}
.chat-room .chat-area .inner .chat-comment .comment .quotation .thumb:hover::after {
  background-color: #00a968;
}
.chat-room .chat-area .inner .chat-comment .comment .quotation .thumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 8rem;
  aspect-ratio: 210/297;
  background-color: #ced4da;
  border: solid 1px #adb5bd;
  color: rgba(0, 0, 0, 0.375);
  font-size: clamp(2rem, 0.5rem + 3.125vw, 3rem);
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment .comment .quotation .thumb a {
    max-width: 6rem;
  }
}
.chat-room .chat-area .inner .chat-comment .comment .quotation .thumb a:hover {
  border: solid 1px #00a968;
  background-color: #dee2e6;
  color: #00a968;
}
.chat-room .chat-area .inner .chat-comment .comment .thumb {
  text-align: center;
}
.chat-room .chat-area .inner .chat-comment .comment .thumb img {
  max-width: 20rem;
  max-height: 20rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chat-room .chat-area .inner .chat-comment .comment .thumb a {
  display: inline-block;
}
.chat-room .chat-area .inner .chat-comment .comment .thumb a:hover img {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.chat-room .chat-area .inner .chat-comment .comment .file-path {
  display: inline-block;
  background-color: #00a968 !important;
  color: #fff;
  text-decoration: none;
  padding: 0.125rem 0.75rem !important;
  border-radius: 1rem !important;
  margin: 0.125rem;
}
.chat-room .chat-area .inner .chat-comment .comment .file-path.disabled {
  pointer-events: none;
  background-color: #adb5bd !important;
  color: #e9ecef;
}
.chat-room .chat-area .inner .chat-comment .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  color: #6c757d;
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment .date {
    font-size: 0.625rem;
  }
}
.chat-room .chat-area .inner .chat-comment.chat-client {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.chat-room .chat-area .inner .chat-comment.chat-client .comment {
  background: rgb(236.5086206897, 238.75, 240.9913793103);
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment.chat-client .date {
    margin-right: 2.5rem;
  }
}
.chat-room .chat-area .inner .chat-comment.chat-provider .comment {
  background: rgb(206.6, 242.9, 228.9384615385);
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment.chat-provider .date {
    margin-left: 2.5rem;
  }
}
.chat-room .chat-area .inner .chat-comment.chat-system .comment {
  background: #efeee7;
}
@media (max-width: 767.99px) {
  .chat-room .chat-area .inner .chat-comment.chat-system .date {
    margin-left: 2.5rem;
  }
}
.chat-room .chat-comment-area {
  padding: 1rem 1rem 0.5rem;
  border-top: solid 1px #ced4da;
  background: #efeee7;
}
@media (max-width: 767.99px) {
  .chat-room .chat-comment-area {
    padding: 0.25rem 0.25rem 0.75rem;
    font-size: 0.875rem;
  }
}
.chat-room .chat-comment-area .comment-input-area {
  margin-bottom: 0.5rem;
  position: relative;
}
.chat-room .chat-comment-area .comment-input-area textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.chat-room .chat-comment-area .comment-input-area .comment-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.25rem;
  border-radius: 0 0 0.375rem 0.375rem;
  background: #ced4da;
  border: solid 1px #adb5bd;
  border-top: none;
  padding: 0.5rem;
}
.chat-room .chat-comment-area .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.75rem;
}
@media (max-width: 767.99px) {
  .chat-room .chat-comment-area .btn-area {
    padding: 0.75rem 0 0;
  }
}

.edit-member-information .input-area,
.edit-payment-information .input-area {
  background: rgb(241.8578947368, 243.65, 245.4421052632);
  padding: 1.5rem;
}
@media (max-width: 767.99px) {
  .edit-member-information .input-area,
  .edit-payment-information .input-area {
    padding: 0.5rem;
  }
}
.edit-member-information .input-area .input-area-block,
.edit-payment-information .input-area .input-area-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.99px) {
  .edit-member-information .input-area .input-area-block,
  .edit-payment-information .input-area .input-area-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.edit-member-information .input-area .input-area-block .input-title,
.edit-payment-information .input-area .input-area-block .input-title {
  width: 13rem;
  padding: 0.5rem 3rem 0.25rem 0;
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media (max-width: 991.99px) {
  .edit-member-information .input-area .input-area-block .input-title,
  .edit-payment-information .input-area .input-area-block .input-title {
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
    text-align: left;
  }
}
.edit-member-information .input-area .input-area-block .input-title.required::after,
.edit-payment-information .input-area .input-area-block .input-title.required::after {
  content: "＊";
  color: #e94746;
  position: absolute;
  right: 1.5rem;
}
@media (max-width: 991.99px) {
  .edit-member-information .input-area .input-area-block .input-title.required::after,
  .edit-payment-information .input-area .input-area-block .input-title.required::after {
    position: relative;
    right: -0.25rem;
  }
}
@media (max-width: 767.99px) {
  .edit-member-information .input-area .input-area-block .input-field .form-select.is-invalid:not([multiple]):not([size]),
  .edit-payment-information .input-area .input-area-block .input-field .form-select.is-invalid:not([multiple]):not([size]) {
    background-image: none;
    padding-right: 0;
  }
}
.edit-member-information .input-area .input-area-block .input-field .confirmation,
.edit-payment-information .input-area .input-area-block .input-field .confirmation {
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0.5rem 0;
  color: rgb(0, 41.5, 25.5384615385);
}
.edit-member-information .input-area .input-area-block .input-field .service-img-preview, .edit-member-information .input-area .input-area-block .input-field .user-icon-preview,
.edit-payment-information .input-area .input-area-block .input-field .service-img-preview,
.edit-payment-information .input-area .input-area-block .input-field .user-icon-preview {
  background: #dee2e6;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ced4da;
}
.edit-member-information .input-area .input-area-block .input-field .service-img-preview img, .edit-member-information .input-area .input-area-block .input-field .user-icon-preview img,
.edit-payment-information .input-area .input-area-block .input-field .service-img-preview img,
.edit-payment-information .input-area .input-area-block .input-field .user-icon-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-member-information .input-area .input-area-block .input-field .user-icon-preview,
.edit-payment-information .input-area .input-area-block .input-field .user-icon-preview {
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.edit-member-information .input-area .input-area-block .input-field .service-img-preview,
.edit-payment-information .input-area .input-area-block .input-field .service-img-preview {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 16/9;
}
.edit-member-information .input-area .input-area-block .input-field.was-validated,
.edit-payment-information .input-area .input-area-block .input-field.was-validated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.edit-member-information .input-submit-btn-area,
.edit-payment-information .input-submit-btn-area {
  padding: 1rem;
}
.edit-member-information .input-submit-btn-area .btn-area,
.edit-payment-information .input-submit-btn-area .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.edit-member-information .input-submit-btn-area .btn-area .btn,
.edit-payment-information .input-submit-btn-area .btn-area .btn {
  margin: 0 0.5rem;
}

.admin-member-management .input-area {
  background: rgb(241.8578947368, 243.65, 245.4421052632);
  padding: 1rem 1rem 0;
  border-radius: 0.25rem;
}
@media (max-width: 767.99px) {
  .admin-member-management .input-area {
    padding: 0.5rem;
  }
}
.admin-member-management .input-area .input-area-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 0.75rem;
}
@media (max-width: 991.99px) {
  .admin-member-management .input-area .input-area-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.admin-member-management .input-area .input-area-block .input-title {
  width: clamp(8rem, 6.6666666667rem + 6.6666666667vw, 12rem);
  padding: 0.375rem 1rem 0.25rem 0;
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  color: rgb(0, 118, 72.6153846154);
  font-weight: bold;
}
@media (max-width: 991.99px) {
  .admin-member-management .input-area .input-area-block .input-title {
    width: 100%;
    margin: 0 0 0.25rem;
    padding: 0;
    text-align: left;
  }
}
.admin-member-management .input-area .input-area-block .input-title.required::after {
  content: "＊";
  color: #e94746;
  position: absolute;
  right: 1.5rem;
}
@media (max-width: 991.99px) {
  .admin-member-management .input-area .input-area-block .input-title.required::after {
    position: relative;
    right: -0.25rem;
  }
}
@media (max-width: 767.99px) {
  .admin-member-management .input-area .input-area-block .input-field .form-select.is-invalid:not([multiple]):not([size]) {
    background-image: none;
    padding-right: 0;
  }
}
.admin-member-management .input-area .input-area-block .input-field .form-check-inline {
  margin-bottom: 0;
}
.admin-member-management .input-area .input-area-block .input-field .confirmation {
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0.5rem 0;
  color: rgb(0, 41.5, 25.5384615385);
}
.admin-member-management .input-area .input-area-block .input-field .service-img-preview, .admin-member-management .input-area .input-area-block .input-field .user-icon-preview {
  background: #dee2e6;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ced4da;
}
.admin-member-management .input-area .input-area-block .input-field .service-img-preview img, .admin-member-management .input-area .input-area-block .input-field .user-icon-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admin-member-management .input-area .input-area-block .input-field .user-icon-preview {
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.admin-member-management .input-area .input-area-block .input-field .service-img-preview {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 16/9;
}
.admin-member-management .input-area .input-area-block .input-field.was-validated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.admin-member-management .input-submit-btn-area {
  padding: 1rem;
}
.admin-member-management .input-submit-btn-area .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.admin-member-management .input-submit-btn-area .btn-area .btn {
  margin: 0 0.5rem;
}

.table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-wrap table th {
  white-space: nowrap;
}
.table-wrap table th.sortable {
  padding: 0 !important;
  background-color: rgb(209.625, 239.875, 228.2403846154);
}
.table-wrap table th.sortable a {
  display: block;
  padding: 0.5rem !important;
}
.table-wrap table.table-sm th, .table-wrap table.table-sm td {
  padding: 0.25rem 0.375rem;
}
.table-wrap table.table-sm th.sortable a, .table-wrap table.table-sm td.sortable a {
  padding: 0.25rem 0.375rem !important;
}
.table-wrap table td {
  white-space: nowrap;
  vertical-align: middle;
}
.table-wrap table td.text {
  white-space: normal;
  word-break: break-all;
  text-align: left;
  max-width: 24rem;
  min-width: 10rem;
}
.table-wrap table td .user {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.table-wrap table td .user .user-icon {
  width: 2rem;
  height: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin: 0.25rem 0.5rem 0.25rem 0;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .table-wrap table td .user .user-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 0 0;
  }
}
.table-wrap table td .user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-wrap table td .user .user-name {
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-all;
}

.table-hover tbody tr:hover > *, .table-hover tbody th:hover > * {
  --bs-table-bg-state: rgba(22, 100, 126, 0.1);
}

.table-responsive {
  position: relative;
}
.table-responsive .table-responsive-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(108, 117, 125, 0.75);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.table-responsive .table-responsive-tips.fade-out {
  opacity: 0;
  pointer-events: none;
}
.table-responsive .table-responsive-tips .swipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  color: #fff;
  padding: 1rem;
  -webkit-animation: swipeAnimation 1.5s ease-in-out infinite alternate;
          animation: swipeAnimation 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes swipeAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@keyframes swipeAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.table-account-book thead th {
  background-color: #495057;
  color: #e9ecef;
  text-align: center;
  font-weight: normal;
  font-size: 0.875rem;
}
.table-account-book tbody .order-id, .table-account-book tbody .status, .table-account-book tbody .doc-dl {
  white-space: nowrap;
}
.table-account-book tbody .status, .table-account-book tbody .doc-dl {
  text-align: center;
}
.table-account-book tbody .creator-name, .table-account-book tbody .client-name {
  min-width: 8rem;
}
.table-account-book tbody .creator-name .user, .table-account-book tbody .client-name .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: auto;
  color: #495057;
}
.table-account-book tbody .creator-name .user .user-icon, .table-account-book tbody .client-name .user .user-icon {
  width: 2rem;
  height: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin: 0.25rem 0.5rem 0.25rem 0;
  overflow: hidden;
}
@media (max-width: 767.99px) {
  .table-account-book tbody .creator-name .user .user-icon, .table-account-book tbody .client-name .user .user-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 0 0;
  }
}
.table-account-book tbody .creator-name .user .user-icon img, .table-account-book tbody .client-name .user .user-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-account-book tbody .creator-name .user .user-name, .table-account-book tbody .client-name .user .user-name {
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-all;
}
.table-account-book tbody .note {
  padding: 0.25rem;
  min-width: 12rem;
}

.payment-statement {
  width: 100%;
  overflow-x: auto;
}
.payment-statement .table-payment-statement {
  width: 60rem;
  margin: 0 auto;
}
@media print {
  .payment-statement .table-payment-statement {
    width: 100%;
  }
}
.payment-statement .table-payment-statement tbody {
  border-top: solid 2px #000;
  border-right: solid 3px #000;
  border-left: solid 3px #000;
}
.payment-statement .table-payment-statement tbody tr td {
  border-right: solid 1px #495057;
  border-bottom: solid 1px #495057;
  padding: 0.25rem 0.375rem;
}
.payment-statement .table-payment-statement tbody tr td.tnum {
  width: 1.5rem;
  padding: 0.25rem 0.125rem;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  font-size: 115%;
}
.payment-statement .table-payment-statement tbody tr td span {
  display: block;
  min-height: 1.5rem;
}
.payment-statement .table-payment-statement tbody tr td.text-center span {
  text-align: center;
}
.payment-statement .table-payment-statement tbody tr td.text-right span {
  text-align: right;
}
.payment-statement .table-payment-statement tbody tr.head td {
  border-bottom: solid 2px #495057;
}
.payment-statement .table-payment-statement tbody tr.foot td {
  border-top: solid 2px #495057;
}
.payment-statement .table-payment-statement:first-child tbody {
  border-top: solid 3px;
}
.payment-statement .table-payment-statement:last-child tbody {
  border-bottom: solid 3px;
}

.timeline .timeline-head-area {
  float: left;
  width: 24rem;
  -webkit-box-shadow: 0.5rem 0 0.5rem -0.75rem;
          box-shadow: 0.5rem 0 0.5rem -0.75rem;
}
@media (max-width: 991.99px) {
  .timeline .timeline-head-area {
    width: 20rem;
  }
}
@media (max-width: 767.99px) {
  .timeline .timeline-head-area {
    width: 10rem;
  }
}
.timeline .timeline-head-area .title-lane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.timeline .timeline-head-area .title-lane .project-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  height: 2rem;
}
.timeline .timeline-head-area .title-lane .project-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  width: 70%;
  height: 2rem;
  padding: 0 0.5rem;
  background-color: #e9ecef;
  border-top: solid 1px #dee2e6;
  border-left: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6;
}
@media (max-width: 767.99px) {
  .timeline .timeline-head-area .title-lane .project-name {
    width: 100%;
    border-right: none;
  }
}
.timeline .timeline-head-area .title-lane .project-manager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  width: 30%;
  height: 2rem;
  padding: 0 0.5rem;
  background-color: #e9ecef;
  border-top: solid 1px #dee2e6;
  border-right: solid 2px #ced4da;
  border-bottom: solid 1px #dee2e6;
}
@media (max-width: 767.99px) {
  .timeline .timeline-head-area .title-lane .project-manager {
    display: none;
  }
}
.timeline .timeline-head-area .project-lane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: solid 2px #adb5bd;
}
.timeline .timeline-head-area .project-lane:has(+ .task) {
  border-bottom: solid 1px #dee2e6;
}
.timeline .timeline-head-area .project-lane .project-name {
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 2rem;
  width: 70%;
  height: 2rem;
  padding: 0 0.5rem;
  border-left: solid 1px #dee2e6;
  border-right: solid 1px #dee2e6;
}
@media (max-width: 767.99px) {
  .timeline .timeline-head-area .project-lane .project-name {
    width: 100%;
    border-right: none;
  }
}
.timeline .timeline-head-area .project-lane .project-name.done {
  color: #6c757d;
}
.timeline .timeline-head-area .project-lane .project-name.done a::before {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  font-size: clamp(0.5rem, 0.4583333333rem + 0.2083333333vw, 0.625rem);
  line-height: 1;
  content: "完了";
  padding: 0.125rem 0.25rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  vertical-align: middle;
}
.timeline .timeline-head-area .project-lane .project-manager {
  font-size: clamp(0.625rem, 0.5833333333rem + 0.2083333333vw, 0.75rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 2rem;
  width: 30%;
  height: 2rem;
  padding: 0 0.5rem;
  border-right: solid 2px #ced4da;
}
@media (max-width: 767.99px) {
  .timeline .timeline-head-area .project-lane .project-manager {
    display: none;
  }
}
.timeline .timeline-head-area .project-lane.task:has(+ .task) {
  border-bottom: solid 1px #dee2e6;
}
.timeline .timeline-head-area .project-lane.task .project-name {
  width: 100%;
  border-right: none;
}
.timeline .timeline-head-area .project-lane.task .project-manager {
  width: 0;
  padding: 0;
}
.timeline .timeline-schedule-area {
  width: calc(100% - 24rem);
  overflow-x: scroll;
}
@media (max-width: 991.99px) {
  .timeline .timeline-schedule-area {
    width: calc(100% - 20rem);
  }
}
@media (max-width: 767.99px) {
  .timeline .timeline-schedule-area {
    width: calc(100% - 10rem);
  }
}
.timeline .timeline-schedule-area .table {
  margin-bottom: 0;
}
.timeline .timeline-schedule-area .table thead .month th {
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  padding: 0;
  background-color: #dee2e6;
  padding: 0 0.5rem;
}
.timeline .timeline-schedule-area .table thead .month th span {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  height: calc(2rem - 1px);
  line-height: 2rem;
}
.timeline .timeline-schedule-area .table thead .month th[colspan="2"] span {
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeline .timeline-schedule-area .table thead .month th[colspan="1"] span {
  width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeline .timeline-schedule-area .table thead .day th {
  font-size: clamp(0.625rem, 0.5416666667rem + 0.4166666667vw, 0.875rem);
  padding: 0;
  text-align: center;
  background-color: #e9ecef;
}
.timeline .timeline-schedule-area .table thead .day th span {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  width: 2rem;
  height: calc(2rem - 2px);
  line-height: 2rem;
}
.timeline .timeline-schedule-area .table tbody tr.project-lane {
  border-bottom: solid 2px #adb5bd;
}
.timeline .timeline-schedule-area .table tbody tr.project-lane:has(+ .task) {
  border-bottom: solid 1px #dee2e6;
}
.timeline .timeline-schedule-area .table tbody tr.project-lane.task:has(+ .task) {
  border-bottom: solid 1px #dee2e6;
}
.timeline .timeline-schedule-area .table tbody tr td {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
}
.timeline .timeline-schedule-area .table tbody tr td.mark {
  background-color: rgb(155.675, 217.325, 193.6134615385);
}
.timeline .timeline-schedule-area .table tbody tr td.holiday {
  background-color: rgba(0, 0, 0, 0.025);
}
.timeline .timeline-schedule-area .table tbody tr td.holiday.mark {
  background-color: rgb(128.1, 193.9, 168.5923076923);
}

.filtering-conditions {
  width: calc(100% - 6rem);
}
@media (max-width: 767.99px) {
  .filtering-conditions {
    width: 100%;
  }
}
.filtering-conditions .navbar-nav {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.25rem;
}
.filtering-conditions .navbar-nav .nav-item {
  background-color: #fff;
  border: solid 1px #6c757d;
  border-radius: 2rem;
  padding: 0 0.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-width: 6rem;
}
@media (max-width: 767.99px) {
  .filtering-conditions .navbar-nav .nav-item {
    min-width: 24%;
  }
}
@media (max-width: 575.99px) {
  .filtering-conditions .navbar-nav .nav-item {
    min-width: 48%;
  }
}
.filtering-conditions .navbar-nav .nav-item:hover {
  border-color: #00a968;
  background-color: rgb(238.86875, 248.88125, 245.0302884615);
}
.filtering-conditions .navbar-nav .nav-item:hover .nav-link {
  color: #00a968;
}
.filtering-conditions .navbar-nav .nav-item:has(.show) {
  border-color: #495057;
  background-color: #495057;
}
.filtering-conditions .navbar-nav .nav-item:has(.show) .nav-link {
  color: #fff;
}
.filtering-conditions .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-weight: 600;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filtering-conditions .navbar-nav .nav-item .nav-link::after {
  margin-left: 0.25rem;
}
.filtering-conditions .navbar-nav .nav-item .nav-link + .dropdown-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 12rem;
}
@media (max-width: 767.99px) {
  .filtering-conditions .navbar-nav .nav-item .nav-link + .dropdown-menu {
    min-width: 10rem;
  }
}
.filtering-conditions .navbar-nav .nav-item .nav-link + .dropdown-menu .form-check-label {
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
}

.slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(173, 181, 189, 0.25);
  border-radius: 50%;
}
.slick-dots li button:hover {
  background: rgba(173, 181, 189, 0.5);
}
.slick-dots li.slick-active button {
  background: rgba(73, 80, 87, 0.5);
}

.slick-arrow {
  z-index: 1;
}
.slick-arrow::before {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: solid 1px #ced4da;
  border-radius: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}
.slick-arrow.slick-prev {
  left: -5px !important;
}
.slick-arrow.slick-prev::before {
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -5px !important;
}
.slick-arrow.slick-next::before {
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  content: "\f105";
}

.slider-creator-monthly-pickup {
  margin-left: -0.25rem !important;
}
.slider-creator-monthly-pickup .slick-slide {
  padding: 0 0.25rem 0.25rem;
}

.slider-top-article {
  margin: 1rem 0.75rem !important;
}
@media (max-width: 767.99px) {
  .slider-top-article {
    margin: 0.75rem 0.5rem !important;
  }
}
.slider-top-article .slick-slide {
  padding: 0.25rem 0.5rem;
}
.slider-top-article .slick-slide img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
}
.slider-top-article .slick-slide:hover img {
  border: solid 1px rgba(255, 255, 255, 0.125);
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.375);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.375);
}

.admin-dashboard .dsb-bg-1 {
  background-color: #e77c7c;
}
.admin-dashboard .dsb-bg-2 {
  background-color: #8277d3;
}
.admin-dashboard .dsb-bg-3 {
  background-color: #b97cc7;
}
.admin-dashboard .dsb-bg-4 {
  background-color: #807b91;
}

.widgets-dialog-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}

.widgets-dialog-overlay {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.5);
}

.widgets-dialog-body {
  position: absolute;
  left: 0px;
  width: 100%;
}

.widgets-dialog-body > div {
  margin: 0px auto;
}

.widgets-dialog-is-modal {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: hidden;
}

.widget-dialog-alert {
  max-width: 700px;
}/*# sourceMappingURL=style.css.map */