@charset "UTF-8";
/*
    rem() function to convert all pixel (px) values into rem

    1px is returned as 1px due to sub-pixel anti-aliasing, all
    others are output as rems

    baseline is 16px, or 16px = rem, this is true for most
    browsers but we'll specifically set it here

    example : rem(32px) = 2rem
*/
.color-fog,
.color-fog:before {
  color: #563852;
}

.color-bg-fog {
  background-color: #563852;
}

.color-fill-fog path {
  fill: #563852;
}

.color-coral,
.color-coral:before {
  color: #ff8674;
}

.color-bg-coral {
  background-color: #ff8674;
}

.color-fill-coral path {
  fill: #ff8674;
}

.color-ochre,
.color-ochre:before {
  color: #a97000;
}

.color-bg-ochre {
  background-color: #a97000;
}

.color-fill-ochre path {
  fill: #a97000;
}

.color-salmon,
.color-salmon:before {
  color: #ff3e44;
}

.color-bg-salmon {
  background-color: #ff3e44;
}

.color-fill-salmon path {
  fill: #ff3e44;
}

.color-light-red,
.color-light-red:before {
  color: #ffcfc7;
}

.color-bg-light-red {
  background-color: #ffcfc7;
}

.color-fill-light-red path {
  fill: #ffcfc7;
}

.color-teal,
.color-teal:before {
  color: #4e8078;
}

.color-bg-teal {
  background-color: #4e8078;
}

.color-fill-teal path {
  fill: #4e8078;
}

.color-light-green,
.color-light-green:before {
  color: #e3ebdb;
}

.color-bg-light-green {
  background-color: #e3ebdb;
}

.color-fill-light-green path {
  fill: #e3ebdb;
}

.color-status-green,
.color-status-green:before {
  color: #337031;
}

.color-bg-status-green {
  background-color: #337031;
}

.color-fill-status-green path {
  fill: #337031;
}

.color-gold,
.color-gold:before {
  color: #e7a200;
}

.color-bg-gold {
  background-color: #e7a200;
}

.color-fill-gold path {
  fill: #e7a200;
}

.color-light-yellow,
.color-light-yellow:before {
  color: #f7eccb;
}

.color-bg-light-yellow {
  background-color: #f7eccb;
}

.color-fill-light-yellow path {
  fill: #f7eccb;
}

.color-slate,
.color-slate:before {
  color: #5b5b5a;
}

.color-bg-slate {
  background-color: #5b5b5a;
}

.color-fill-slate path {
  fill: #5b5b5a;
}

.color-blue-lagoon,
.color-blue-lagoon:before {
  color: #007185;
}

.color-bg-blue-lagoon {
  background-color: #007185;
}

.color-fill-blue-lagoon path {
  fill: #007185;
}

.color-off-white,
.color-off-white:before {
  color: #f2efeb;
}

.color-bg-off-white {
  background-color: #f2efeb;
}

.color-fill-off-white path {
  fill: #f2efeb;
}

.color-white,
.color-white:before {
  color: #ffffff;
}

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

.color-fill-white path {
  fill: #ffffff;
}

.color-black,
.color-black:before {
  color: #000000;
}

.color-bg-black {
  background-color: #000000;
}

.color-fill-black path {
  fill: #000000;
}

.color-light-cream,
.color-light-cream:before {
  color: #faf9f7;
}

.color-bg-light-cream {
  background-color: #faf9f7;
}

.color-fill-light-cream path {
  fill: #faf9f7;
}

.color-sage,
.color-sage:before {
  color: #c9d2be;
}

.color-bg-sage {
  background-color: #c9d2be;
}

.color-fill-sage path {
  fill: #c9d2be;
}

.color-ice,
.color-ice:before {
  color: #e5eae3;
}

.color-bg-ice {
  background-color: #e5eae3;
}

.color-fill-ice path {
  fill: #e5eae3;
}

.color-canary,
.color-canary:before {
  color: #e3bd51;
}

.color-bg-canary {
  background-color: #e3bd51;
}

.color-fill-canary path {
  fill: #e3bd51;
}

.color-plum,
.color-plum:before {
  color: #804160;
}

.color-bg-plum {
  background-color: #804160;
}

.color-fill-plum path {
  fill: #804160;
}

.color-bittersweet,
.color-bittersweet:before {
  color: #fb6f6f;
}

.color-bg-bittersweet {
  background-color: #fb6f6f;
}

.color-fill-bittersweet path {
  fill: #fb6f6f;
}

.color-blue-stone,
.color-blue-stone:before {
  color: #005f70;
}

.color-bg-blue-stone {
  background-color: #005f70;
}

.color-fill-blue-stone path {
  fill: #005f70;
}

.color-de-york,
.color-de-york:before {
  color: #91c585;
}

.color-bg-de-york {
  background-color: #91c585;
}

.color-fill-de-york path {
  fill: #91c585;
}

.color-pastels-red,
.color-pastels-red:before {
  color: #e8c4c4;
}

.color-bg-pastels-red {
  background-color: #e8c4c4;
}

.color-fill-pastels-red path {
  fill: #e8c4c4;
}

.color-pastel-blue,
.color-pastel-blue:before {
  color: #c4dbdf;
}

.color-bg-pastel-blue {
  background-color: #c4dbdf;
}

.color-fill-pastel-blue path {
  fill: #c4dbdf;
}

.color-greenish-gray,
.color-greenish-gray:before {
  color: #cedace;
}

.color-bg-greenish-gray {
  background-color: #cedace;
}

.color-fill-greenish-gray path {
  fill: #cedace;
}

.color-pale-beige,
.color-pale-beige:before {
  color: #e6dac4;
}

.color-bg-pale-beige {
  background-color: #e6dac4;
}

.color-fill-pale-beige path {
  fill: #e6dac4;
}

.color-light-grey,
.color-light-grey:before {
  color: #d6d6d6;
}

.color-bg-light-grey {
  background-color: #d6d6d6;
}

.color-fill-light-grey path {
  fill: #d6d6d6;
}

.color-pale-pink,
.color-pale-pink:before {
  color: #e6d9df;
}

.color-bg-pale-pink {
  background-color: #e6d9df;
}

.color-fill-pale-pink path {
  fill: #e6d9df;
}

.color-soft-pink,
.color-soft-pink:before {
  color: #f7e9e9;
}

.color-bg-soft-pink {
  background-color: #f7e9e9;
}

.color-fill-soft-pink path {
  fill: #f7e9e9;
}

.color-legacy-gray,
.color-legacy-gray:before {
  color: #fbfbfc;
}

.color-bg-legacy-gray {
  background-color: #fbfbfc;
}

.color-fill-legacy-gray path {
  fill: #fbfbfc;
}

.color-stony-teal,
.color-stony-teal:before {
  color: #00414d;
}

.color-bg-stony-teal {
  background-color: #00414d;
}

.color-fill-stony-teal path {
  fill: #00414d;
}

.color-success,
.color-success:before {
  color: #b9d39c;
}

.color-bg-success {
  background-color: #b9d39c;
}

.color-fill-success path {
  fill: #b9d39c;
}

.color-alert,
.color-alert:before {
  color: #b30000;
}

.color-bg-alert {
  background-color: #b30000;
}

.color-fill-alert path {
  fill: #b30000;
}

.color-conditional,
.color-conditional:before {
  color: #e3bd51;
}

.color-bg-conditional {
  background-color: #e3bd51;
}

.color-fill-conditional path {
  fill: #e3bd51;
}

.color-canceled,
.color-canceled:before {
  color: #91968f;
}

.color-bg-canceled {
  background-color: #91968f;
}

.color-fill-canceled path {
  fill: #91968f;
}

.color-deactivated,
.color-deactivated:before {
  color: #cccccc;
}

.color-bg-deactivated {
  background-color: #cccccc;
}

.color-fill-deactivated path {
  fill: #cccccc;
}

.color-n1-100,
.color-n1-100:before {
  color: #f2f2f2;
}

.color-bg-n1-100 {
  background-color: #f2f2f2;
}

.color-fill-n1-100 path {
  fill: #f2f2f2;
}

.color-n1-200,
.color-n1-200:before {
  color: #e6e6e6;
}

.color-bg-n1-200 {
  background-color: #e6e6e6;
}

.color-fill-n1-200 path {
  fill: #e6e6e6;
}

.color-n1-300,
.color-n1-300:before {
  color: #cccccc;
}

.color-bg-n1-300 {
  background-color: #cccccc;
}

.color-fill-n1-300 path {
  fill: #cccccc;
}

.color-n1-400,
.color-n1-400:before {
  color: #b3b3b3;
}

.color-bg-n1-400 {
  background-color: #b3b3b3;
}

.color-fill-n1-400 path {
  fill: #b3b3b3;
}

.color-n1-500,
.color-n1-500:before {
  color: #999999;
}

.color-bg-n1-500 {
  background-color: #999999;
}

.color-fill-n1-500 path {
  fill: #999999;
}

.color-n1-600,
.color-n1-600:before {
  color: #7f7f7f;
}

.color-bg-n1-600 {
  background-color: #7f7f7f;
}

.color-fill-n1-600 path {
  fill: #7f7f7f;
}

.color-n1-650,
.color-n1-650:before {
  color: #666666;
}

.color-bg-n1-650 {
  background-color: #666666;
}

.color-fill-n1-650 path {
  fill: #666666;
}

.color-n1-700,
.color-n1-700:before {
  color: #4d4d4d;
}

.color-bg-n1-700 {
  background-color: #4d4d4d;
}

.color-fill-n1-700 path {
  fill: #4d4d4d;
}

.color-n1-800,
.color-n1-800:before {
  color: #333333;
}

.color-bg-n1-800 {
  background-color: #333333;
}

.color-fill-n1-800 path {
  fill: #333333;
}

.color-n1-900,
.color-n1-900:before {
  color: #000000;
}

.color-bg-n1-900 {
  background-color: #000000;
}

.color-fill-n1-900 path {
  fill: #000000;
}

.color-transparent,
.color-transparent:before {
  color: transparent;
}

.color-bg-transparent {
  background-color: transparent;
}

.color-fill-transparent path {
  fill: transparent;
}

/*
    baseline variables for 8px spacing

    4px added as it can see use from time to time when dealing
    with buttons and / or icons

    12px added as it can see use from time to time when dealing
    with buttons and / or icons
*/
/*
    Classes to add bottom or top margin
*/
.margin-top-4 {
  margin-top: 0.25rem;
}

.margin-top-8 {
  margin-top: 0.5rem;
}

.margin-top-12 {
  margin-top: 0.75rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-top-32 {
  margin-top: 2rem;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.margin-top-44 {
  margin-top: 2.75rem;
}

.margin-top-48 {
  margin-top: 3rem;
}

.margin-top-56 {
  margin-top: 3.5rem;
}

.margin-top-64 {
  margin-top: 4rem;
}

.margin-top-80 {
  margin-top: 5rem;
}

.margin-bottom-4 {
  margin-bottom: 0.25rem;
}

.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

/*
    Classes to add bottom or top padding
*/
.padding-top-4 {
  padding-top: 0.25rem;
}

.padding-top-8 {
  padding-top: 0.5rem;
}

.padding-top-12 {
  padding-top: 0.75rem;
}

.padding-top-16 {
  padding-top: 1rem;
}

.padding-top-24 {
  padding-top: 1.5rem;
}

.padding-top-32 {
  padding-top: 2rem;
}

.padding-top-40 {
  padding-top: 2.5rem;
}

.padding-top-44 {
  padding-top: 2.75rem;
}

.padding-top-48 {
  padding-top: 3rem;
}

.padding-top-56 {
  padding-top: 3.5rem;
}

.padding-top-64 {
  padding-top: 4rem;
}

.padding-top-80 {
  padding-top: 5rem;
}

.padding-bottom-4 {
  padding-bottom: 0.25rem;
}

.padding-bottom-8 {
  padding-bottom: 0.5rem;
}

.padding-bottom-12 {
  padding-bottom: 0.75rem;
}

.padding-bottom-16 {
  padding-bottom: 1rem;
}

.padding-bottom-24 {
  padding-bottom: 1.5rem;
}

.padding-bottom-32 {
  padding-bottom: 2rem;
}

.padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.padding-bottom-48 {
  padding-bottom: 3rem;
}

.padding-bottom-56 {
  padding-bottom: 3.5rem;
}

.padding-bottom-64 {
  padding-bottom: 4rem;
}

.padding-bottom-80 {
  padding-bottom: 5rem;
}

/*
    timing for transitions

    work with design team to figure out what are timings
    need to be for baseline transitions as well as more
    advanced uses
*/
/*
    typography variations
*/
.no-wrap {
  text-wrap: nowrap;
}

/*
    examples
*/
/* THIS VARIABLE SHOULD ONLY BE USED FOR THE WRAPPER */
/* 48px accounts for 24px padding on each side so the resulting useable space is 1130px */
/*
    z-indexes are defined here
*/
/*
    appearance mixin
*/
/*
    mixin that basically interpolates the media query variable

    allows you to pass multiple media queries if you need to
    target two or more
*/
/*!
 * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --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, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    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: flex;
  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 > * {
  box-sizing: border-box;
  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 {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  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 {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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 {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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 {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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 {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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 {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    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;
  }
}
.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  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;
}

@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    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;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    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;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    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;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    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;
  }
}
@media (min-width: 1400px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    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;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.tabulator {
  background-color: #888;
  border: 1px solid #999;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table {
  min-width: 100%;
}

.tabulator[tabulator-layout=fitDataTable] {
  display: inline-block;
}

.tabulator.tabulator-block-select, .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
  user-select: none;
}

.tabulator .tabulator-header {
  background-color: #e6e6e6;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  color: #555;
  font-weight: 700;
  outline: none;
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  width: 100%;
}

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}

.tabulator .tabulator-header .tabulator-header-contents {
  overflow: hidden;
  position: relative;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-col {
  background: #e6e6e6;
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  background: #cdcdcd;
  border: 1px solid #999;
  pointer-events: none;
  position: absolute;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
  background-color: #d6d6d6;
  color: #000;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
  background-color: #3876ca;
  color: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  padding: 4px;
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
  padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
  text-overflow: clip;
  white-space: normal;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  background: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 1px;
  width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 4px;
  top: 0;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 6px solid #bbb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  width: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-top: 1px solid #aaa;
  display: flex;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  box-sizing: border-box;
  margin-top: 2px;
  position: relative;
  text-align: center;
  width: 100%;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  height: 0;
  width: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
    background-color: #cdcdcd;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-bottom: 6px solid #555;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 6px solid #bbb;
  border-top: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-bottom: 6px solid #555;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 6px solid #666;
  border-top: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    border-top: 6px solid #555;
    cursor: pointer;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  align-items: center;
  display: flex;
  justify-content: center;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-bottom: 20px;
  padding-right: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  bottom: auto;
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
}

.tabulator .tabulator-header .tabulator-frozen {
  left: 0;
  position: sticky;
  z-index: 11;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}

.tabulator .tabulator-tableholder {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.tabulator .tabulator-tableholder:focus {
  outline: none;
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-width: 100%;
  width: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
  min-height: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  color: #ccc;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  white-space: normal;
}

.tabulator .tabulator-tableholder .tabulator-table {
  background-color: #fff;
  color: #333;
  display: inline-block;
  overflow: visible;
  position: relative;
  white-space: nowrap;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
  background: #e2e2e2 !important;
  font-weight: 700;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #aaa;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #aaa;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
  border: 1px solid #2975dd;
  box-sizing: border-box;
  position: absolute;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
  background-color: #2975dd;
  border-radius: 999px;
  bottom: -3px;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  width: 6px;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
  border: 2px solid #2975dd;
  box-sizing: border-box;
  position: absolute;
}

.tabulator .tabulator-footer {
  background-color: #e6e6e6;
  border-top: 1px solid #999;
  color: #555;
  font-weight: 700;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
}

.tabulator .tabulator-footer .tabulator-footer-contents {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
  margin-top: -5px;
  overflow-x: auto;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
  border: 1px solid #999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
  cursor: pointer;
  opacity: 0.7;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
  background: #fff;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
  display: inline-block;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  border-bottom: none;
  margin-bottom: -5px;
}

.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}

.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: 400;
}

.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  flex: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
}

.tabulator .tabulator-footer .tabulator-page-size {
  border: 1px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
  background: hsla(0, 0%, 100%, 0.2);
  border: 1px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
  }
}
.tabulator .tabulator-col-resize-handle {
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
  vertical-align: middle;
  width: 6px;
  z-index: 11;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-col-resize-handle:hover {
    cursor: ew-resize;
  }
}
.tabulator .tabulator-col-resize-handle:last-of-type {
  margin-right: 0;
  width: 3px;
}

.tabulator .tabulator-col-resize-guide {
  background-color: #999;
  height: 100%;
  margin-left: -0.5px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 4px;
}

.tabulator .tabulator-row-resize-guide {
  background-color: #999;
  height: 4px;
  left: 0;
  margin-top: -0.5px;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.tabulator .tabulator-alert {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.tabulator .tabulator-alert .tabulator-alert-msg {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 20px;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
  border: 4px solid #333;
  color: #000;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
  border: 4px solid #d00;
  color: #590000;
}

.tabulator-row {
  background-color: #fff;
  box-sizing: border-box;
  min-height: 22px;
  position: relative;
}

.tabulator-row.tabulator-row-even {
  background-color: #efefef;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selectable:hover {
    background-color: #bbb;
    cursor: pointer;
  }
}
.tabulator-row.tabulator-selected {
  background-color: #9abcea;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selected:hover {
    background-color: #769bcc;
    cursor: pointer;
  }
}
.tabulator-row.tabulator-row-moving {
  background: #fff;
  border: 1px solid #000;
}

.tabulator-row.tabulator-moving {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  pointer-events: none;
  position: absolute;
  z-index: 15;
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
  background-color: #d6d6d6;
  color: #000;
}

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header, .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
  background-color: #3876ca;
  color: #fff;
}

.tabulator-row .tabulator-row-resize-handle {
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.tabulator-row .tabulator-row-resize-handle.prev {
  bottom: auto;
  top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-row-resize-handle:hover {
    cursor: ns-resize;
  }
}
.tabulator-row .tabulator-responsive-collapse {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  padding: 5px;
}

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}

.tabulator-row .tabulator-cell {
  border-right: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding: 4px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
  background: #e6e6e6;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #999;
}

.tabulator-row .tabulator-cell.tabulator-frozen {
  background-color: inherit;
  display: inline-block;
  left: 0;
  position: sticky;
  z-index: 11;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1d68cd;
  outline: none;
  padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  background: transparent;
  border: 1px;
  outline: none;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #d00;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  background: transparent;
  border: 1px;
  color: #d00;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  background: #666;
  height: 3px;
  margin-top: 2px;
  width: 100%;
}

.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
  background-color: #9abcea;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
  display: inline-block;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  border-bottom: 2px solid #aaa;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  margin-top: -9px;
  vertical-align: middle;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
  border-radius: 2px;
  display: inline-flex;
  height: 11px;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  width: 11px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  background: transparent;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #333;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  align-items: center;
  background: #666;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 1.1em;
  font-weight: 700;
  height: 15px;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
  stroke: #fff;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  border-radius: 14px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.tabulator-row.tabulator-group {
  background: #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  box-sizing: border-box;
  font-weight: 700;
  min-width: 100%;
  padding: 5px 5px 5px 10px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-group:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  margin-right: 10px;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #666;
  border-right: 0;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-right: 16px;
  vertical-align: middle;
  width: 0;
}

.tabulator-row.tabulator-group span {
  color: #d00;
  margin-left: 10px;
}

.tabulator-popup-container {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  overflow-y: auto;
  position: absolute;
  z-index: 10000;
}

.tabulator-popup {
  border-radius: 3px;
  padding: 5px;
}

.tabulator-tooltip {
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  max-width: min(500px, 100%);
  padding: 3px 5px;
  pointer-events: none;
}

.tabulator-menu .tabulator-menu-item {
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
    background: #efefef;
    cursor: pointer;
  }
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after {
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 10px;
  top: calc(5px + 0.4em);
  transform: rotate(45deg);
  vertical-align: top;
  width: 7px;
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #aaa;
}

.tabulator-edit-list {
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto;
}

.tabulator-edit-list .tabulator-edit-list-item {
  color: #333;
  outline: none;
  padding: 4px;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
  background: #1d68cd;
  color: #fff;
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid hsla(0, 0%, 100%, 0.5);
}

.tabulator-edit-list .tabulator-edit-list-item.focused {
  outline: 1px solid #1d68cd;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-list .tabulator-edit-list-item:hover {
    background: #1d68cd;
    color: #fff;
    cursor: pointer;
  }
}
.tabulator-edit-list .tabulator-edit-list-placeholder {
  color: #333;
  padding: 4px;
  text-align: center;
}

.tabulator-edit-list .tabulator-edit-list-group {
  border-bottom: 1px solid #aaa;
  color: #333;
  font-weight: 700;
  padding: 6px 4px 4px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2 {
  padding-left: 12px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3 {
  padding-left: 20px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4 {
  padding-left: 28px;
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5 {
  padding-left: 36px;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  direction: rtl;
  text-align: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  border-left: 1px solid #aaa;
  border-right: initial;
  text-align: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-left: -1px;
  margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-left: 25px;
  padding-right: 0;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  left: 8px;
  right: auto;
}

.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
  background-color: #2975dd;
  border-radius: 999px;
  bottom: -3px;
  content: "";
  height: 6px;
  left: -3px;
  position: absolute;
  right: auto;
  width: 6px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-left: 1px solid #aaa;
  border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #aaa;
  margin-left: 5px;
  margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-left: 5px;
  margin-right: 0;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-left: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-right: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
  margin-left: 0;
  margin-right: -3px;
  width: 3px;
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
  text-align: initial;
}

.tabulator-print-fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > :not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}

.tabulator-print-table .tabulator-data-tree-branch {
  border-bottom: 2px solid #aaa;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  margin-top: -9px;
  vertical-align: middle;
  width: 7px;
}

.tabulator-print-table .tabulator-print-table-group {
  background: #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  box-sizing: border-box;
  font-weight: 700;
  min-width: 100%;
  padding: 5px 5px 5px 10px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-print-table-group:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  margin-right: 10px;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #666;
  border-right: 0;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-right: 16px;
  vertical-align: middle;
  width: 0;
}

.tabulator-print-table .tabulator-print-table-group span {
  color: #d00;
  margin-left: 10px;
}

.tabulator-print-table .tabulator-data-tree-control {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
  border-radius: 2px;
  display: inline-flex;
  height: 11px;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  width: 11px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-data-tree-control:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  background: transparent;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #333;
  display: inline-block;
  height: 7px;
  position: relative;
  width: 1px;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #333;
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  top: 3px;
  width: 7px;
}


.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}

.tox :not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}

.tox :not(svg):not(rect) {
  background: 0 0;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}

.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}

.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}

.tox-tinymce {
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}

.tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}

.tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}

.tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}

.tox-tinymce :focus, .tox-tinymce-aux :focus {
  outline: 0;
}

button::-moz-focus-inner {
  border: 0;
}

.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}

.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}

.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}

.tox .accessibility-issue__repair {
  margin-top: 16px;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(0, 101, 216, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #006ce7;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #006ce7;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus, .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover {
  background-color: #0060ce;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.08);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #8f5d00;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #8f5d00;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #ffe89d;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus, .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover {
  background-color: #f2d574;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #e8c657;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #f2bfbf;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus, .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover {
  background-color: #e9a4a4;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #ee9494;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > :last-child {
  display: none;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #527530;
}

.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1, .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  font-size: 14px;
  margin-top: 0;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) {
  margin-left: auto;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) {
  margin-right: auto;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}

.tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}

.tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
.tox .tox-advtemplate iframe {
  border-color: #eee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}

.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: 0;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #006ce7, 0 0 0 3px rgba(0, 108, 231, 0.25);
  content: "";
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:focus-visible:not(:disabled)::before {
  opacity: 1;
}

.tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button--icon-and-text, .tox .tox-button.tox-button--icon-and-text, .tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}

.tox .tox-button--icon-and-text .tox-icon svg, .tox .tox-button.tox-button--icon-and-text .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  outline: 0;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}

.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--icon, .tox .tox-button.tox-button--icon, .tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}

.tox .tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tox .tox-button-link--sm {
  font-size: 14px;
}

.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}

.tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}

.tox .tox-checkbox__input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 3px;
  width: 24px;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}

.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}

.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: 3px;
}

.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}

.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}

.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}

.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}

.tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}

.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active {
  background-color: #cce2fa;
}

.tox .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #cce2fa;
}

.tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #cce2fa;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection__item-checkmark, .tox .tox-collection__item-icon {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.tox .tox-collection__item-checkmark svg, .tox .tox-collection__item-icon svg {
  fill: currentColor;
}

.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}

.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}

.tox .tox-collection__item-accessory {
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}

.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}

.tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}

.tox .tox-collection__item-caret svg {
  fill: #222f3e;
}

.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}

.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}

.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}

.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}

.tox .tox-collection__item-container {
  display: flex;
}

.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}

.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}

.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > :not(:first-child) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}

.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > :not(:first-child) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}

.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}

.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}

.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.tox .tox-sv-palette-spectrum {
  height: 100%;
}

.tox .tox-sv-palette, .tox .tox-sv-palette-spectrum {
  width: 225px;
}

.tox .tox-sv-palette-thumb {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}

.tox .tox-sv-palette-inner-thumb {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}

.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, red, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, red);
  height: 100%;
  width: 100%;
}

.tox .tox-hue-slider, .tox .tox-hue-slider-spectrum {
  width: 20px;
}

.tox .tox-hue-slider-thumb {
  background: #fff;
  border: 1px solid #000;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}

.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}

.tox .tox-rgb-form input {
  width: 6em;
}

.tox .tox-rgb-form input.tox-invalid {
  border: 1px solid red !important;
}

.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid #000;
  flex-grow: 2;
  margin-bottom: 0;
}

.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}

.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}

.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}

.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}

.tox .tox-toolbar .tox-swatches, .tox .tox-toolbar__overflow .tox-swatches, .tox .tox-toolbar__primary .tox-swatches {
  margin: 5px 0 6px 11px;
}

.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}

.tox .tox-swatches__row {
  display: flex;
}

.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}

.tox .tox-swatch:focus, .tox .tox-swatch:hover {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}

.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}

.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: 0;
  padding: 0;
  width: 30px;
}

.tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}

.tox .tox-swatches__picker-btn:hover {
  background: #cce2fa;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: 3px 3px;
  width: 24px;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}

.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}

.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}

.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}

.tox .tox-comment-thread {
  background: #fff;
  position: relative;
}

.tox .tox-comment-thread > :not(:first-child) {
  margin-top: 8px;
}

.tox .tox-comment {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}

.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}

.tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}

.tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
}

.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}

.tox .tox-comment__expander {
  padding-top: 8px;
}

.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}

.tox .tox-comment__body p {
  margin: 0;
}

.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}

.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.tox .tox-comment__reply > :first-child {
  margin-bottom: 8px;
  width: 100%;
}

.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}

.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}

.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}

.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}

.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}

.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}

.tox .tox-conversations {
  margin: 8px;
}

.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-comment__buttonspacing > :last-child, .tox:not([dir=rtl]) .tox-comment__edit > :last-child, .tox:not([dir=rtl]) .tox-comment__reply > :last-child {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-comment__buttonspacing > :last-child, .tox[dir=rtl] .tox-comment__edit > :last-child, .tox[dir=rtl] .tox-comment__reply > :last-child {
  margin-right: 8px;
}

.tox .tox-user {
  align-items: center;
  display: flex;
}

.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}

.tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: none;
}

.tox:not([dir=rtl]) .tox-user__avatar img, .tox:not([dir=rtl]) .tox-user__avatar svg {
  margin-right: 8px;
}

.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar img, .tox[dir=rtl] .tox-user__avatar svg {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}

.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}

.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}

.tox .tox-dialog {
  background-color: #fff;
  border-color: #eee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 16px);
    width: calc(100vw - 16px);
  }
}
.tox .tox-dialog-inline {
  z-index: 1100;
}

.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}

.tox .tox-dialog__header .tox-button {
  z-index: 1;
}

.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}

.tox .tox-dialog__dismiss {
  margin-left: auto;
}

.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}

@media only screen and (min-width: 768px) {
  .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  text-decoration: none;
}

.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}

.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #006ce7;
  color: #006ce7;
}

.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, 100vh - 110px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}

.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}

.tox .tox-dialog__body-content > :first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content > :last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content > :only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content a {
  color: #006ce7;
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-dialog__body-content a:focus, .tox .tox-dialog__body-content a:hover {
  color: #003c81;
  text-decoration: underline;
}

.tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #006ce7;
  outline-offset: 2px;
}

.tox .tox-dialog__body-content a:active {
  color: #00244e;
  text-decoration: underline;
}

.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}

.tox .tox-dialog__body-content strong {
  font-weight: 700;
}

.tox .tox-dialog__body-content ul {
  list-style-type: disc;
}

.tox .tox-dialog__body-content dd, .tox .tox-dialog__body-content ol, .tox .tox-dialog__body-content ul {
  padding-inline-start: 2.5rem;
}

.tox .tox-dialog__body-content dl, .tox .tox-dialog__body-content ol, .tox .tox-dialog__body-content ul {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content dd, .tox .tox-dialog__body-content dl, .tox .tox-dialog__body-content dt, .tox .tox-dialog__body-content ol, .tox .tox-dialog__body-content ul {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content .tox-form__group h1:first-child, .tox .tox-dialog__body-content .tox-form__group h2:first-child, .tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:last-child, .tox .tox-dialog__body-content .tox-form__group h2:last-child, .tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:only-child, .tox .tox-dialog__body-content .tox-form__group h2:only-child, .tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}

.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}

.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}

.tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}

.tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}

.tox .tox-dialog--width-md {
  max-width: 800px;
}

.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}

.tox .tox-dialog__body-content--centered {
  text-align: center;
}

.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.tox .tox-dialog__footer-end, .tox .tox-dialog__footer-start {
  display: flex;
}

.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}

.tox .tox-dialog__table thead th {
  font-weight: 700;
  padding-bottom: 8px;
}

.tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}

.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}

.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}

.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}

.tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}

.tox .tox-dialog__iframe {
  min-height: 200px;
}

.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}

.tox .tox-navobj-bordered {
  position: relative;
}

.tox .tox-navobj-bordered::before {
  border: 1px solid #eee;
  border-radius: 6px;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: 0;
}

.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}

.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}

.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}

.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > *, .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > *, .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > * {
  margin-right: 8px;
}

body.tox-dialog__disable-scroll {
  overflow: hidden;
}

.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}

.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}

.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}

.tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.tox .tox-edit-area::before {
  border: 2px solid #2d6adf;
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}

.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}

.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}

.tox.tox-inline-edit-area {
  border: 1px dotted #eee;
}

.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}

.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: 0 0;
  border: none;
  box-shadow: none;
  padding: 0;
}

.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}

.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}

.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid, .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown, .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}

.tox .tox-control-wrap svg {
  display: block;
}

.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield, .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield, .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield, .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield, .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}

.tox .tox-autocompleter {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}

.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: 700;
}

.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}

.tox .tox-color-input .tox-textfield {
  z-index: -1;
}

.tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}

.tox .tox-color-input span:focus:not([aria-disabled=true]), .tox .tox-color-input span:hover:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}

.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}

.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}

.tox[dir=rtl] .tox-color-input .tox-textfield {
  padding-right: 36px;
}

.tox[dir=rtl] .tox-color-input span {
  right: 6px;
}

.tox .tox-label, .tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-toolbar-label {
  padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}

.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
  flex: 1;
}

.tox .tox-form__group--error {
  color: #c00;
}

.tox .tox-form__group--collection {
  display: flex;
}

.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - 4px);
}

.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(33.3333333333% - 4px);
}

.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - 4px);
}

.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}

.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}

.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}

.tox:not([dir=rtl]) .tox-form__controls-h-stack > :not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > :not(:first-child) {
  margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock, .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}

.tox .tox-listboxfield .tox-listbox--select, .tox .tox-textarea, .tox .tox-textarea-wrap .tox-textarea:focus, .tox .tox-textfield, .tox .tox-toolbar-textfield {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: 0;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}

.tox .tox-textarea[disabled], .tox .tox-textfield[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-custom-editor:focus-within, .tox .tox-listboxfield .tox-listbox--select:focus, .tox .tox-textarea-wrap:focus-within, .tox .tox-textarea:focus, .tox .tox-textfield:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: 0;
}

.tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}

.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}

.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}

.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}

.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}

.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}

.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: 0;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}

.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-selectfield select::-ms-expand {
  display: none;
}

.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: 0;
}

.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox:not([dir=rtl]) .tox-selectfield select[size="0"], .tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"], .tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}

.tox .tox-textarea-wrap {
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}

.tox .tox-textarea {
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea;
  white-space: pre-wrap;
}

.tox .tox-textarea-wrap .tox-textarea {
  border: none;
}

.tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}

.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}

.tox-shadowhost.tox-fullscreen, .tox.tox-tinymce.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}

.tox-fullscreen .tox.tox-tinymce-aux, .tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}

.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}

.tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}

.tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}

.tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools .tox-spacer {
  flex: 1;
}

.tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}

.tox .tox-image-tools .tox-imagepreview, .tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}

.tox .tox-image-tools .tox-croprect-block {
  background: #000;
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}

.tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid #fff;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}

.tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}

.tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}

.tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}

.tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}

.tox .tox-insert-table-picker {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}

.tox .tox-insert-table-picker > div {
  border-color: #eee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: rgba(0, 108, 231, 0.5);
  border-color: rgba(0, 108, 231, 0.5);
}

.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}

.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}

.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}

.tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}

.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}

.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}

.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
.tox .tox-menu__label blockquote, .tox .tox-menu__label code, .tox .tox-menu__label h1, .tox .tox-menu__label h2, .tox .tox-menu__label h3, .tox .tox-menu__label h4, .tox .tox-menu__label h5, .tox .tox-menu__label h6, .tox .tox-menu__label p {
  margin: 0;
}

.tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1/-1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}

.tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}

.tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}

.tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #e8f1f8;
  border-radius: 5px;
  color: #086be6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}

.tox .tox-promotion-link:hover {
  background-color: #b4d7ff;
}

.tox .tox-promotion-link:focus {
  background-color: #d9edf7;
}

.tox .tox-mbtn {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: 0;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}

.tox .tox-mbtn[disabled] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-mbtn:focus:not(:disabled) {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn--active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: 400;
  margin: 0 4px;
}

.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}

.tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 0.1s ease-in, opacity 150ms ease-in;
}

.tox .tox-notification p {
  font-size: 14px;
  font-weight: 400;
}

.tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-notification--in {
  opacity: 1;
}

.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}

.tox .tox-notification--success p {
  color: #222f3e;
}

.tox .tox-notification--success a {
  color: #517342;
}

.tox .tox-notification--success svg {
  fill: #222f3e;
}

.tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
}

.tox .tox-notification--error p {
  color: #222f3e;
}

.tox .tox-notification--error a {
  color: #77181f;
}

.tox .tox-notification--error svg {
  fill: #222f3e;
}

.tox .tox-notification--warn, .tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
}

.tox .tox-notification--warn p, .tox .tox-notification--warning p {
  color: #222f3e;
}

.tox .tox-notification--warn a, .tox .tox-notification--warning a {
  color: #7a6e25;
}

.tox .tox-notification--warn svg, .tox .tox-notification--warning svg {
  fill: #222f3e;
}

.tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
}

.tox .tox-notification--info p {
  color: #222f3e;
}

.tox .tox-notification--info a {
  color: #2a64a6;
}

.tox .tox-notification--info svg {
  fill: #222f3e;
}

.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}

.tox .tox-notification__body > * {
  margin: 0;
}

.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}

.tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification__icon svg {
  display: block;
}

.tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}

.tox .tox-pop {
  display: inline-block;
  position: relative;
}

.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}

.tox .tox-pop--resizing .tox-toolbar, .tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}

.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}

.tox .tox-pop--transition::after, .tox .tox-pop--transition::before {
  transition: all 0.15s, visibility 0s, opacity 75ms ease 75ms;
}

.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}

.tox .tox-pop__dialog > :not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}

.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}

.tox .tox-pop::after, .tox .tox-pop::before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}

.tox .tox-pop.tox-pop--inset::after, .tox .tox-pop.tox-pop--inset::before {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 75ms ease;
}

.tox .tox-pop.tox-pop--bottom::after, .tox .tox-pop.tox-pop--bottom::before {
  left: 50%;
  top: 100%;
}

.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}

.tox .tox-pop.tox-pop--bottom::before {
  border-color: #eee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--top::after, .tox .tox-pop.tox-pop--top::before {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}

.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}

.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eee transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--left::after, .tox .tox-pop.tox-pop--left::before {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}

.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}

.tox .tox-pop.tox-pop--right::after, .tox .tox-pop.tox-pop--right::before {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eee;
  border-width: 10px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--align-left::after, .tox .tox-pop.tox-pop--align-left::before {
  left: 20px;
}

.tox .tox-pop.tox-pop--align-right::after, .tox .tox-pop.tox-pop--align-right::before {
  left: calc(100% - 20px);
}

.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}

.tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}

.tox .tox-sidebar__pane-container {
  display: flex;
}

.tox .tox-sidebar__pane {
  display: flex;
}

.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}

.tox .tox-sidebar--sliding-open {
  opacity: 1;
}

.tox .tox-sidebar--sliding-growing, .tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}

.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}

.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}

.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}

.tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}

.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}

.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}

.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}

.tox .tox-source-code {
  overflow: auto;
}

.tox .tox-spinner {
  display: flex;
}

.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}

.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes tam-bouncing-dots {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}

.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

.tox .tox-statusbar__help-text {
  text-align: center;
}

.tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text, .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path, .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container {
    flex: 0 0 33.3333333333%;
  }
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}

.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}

.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}

.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}

.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}

@media only screen and (max-width: 767px) {
  .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  text-decoration: none;
}

.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}

.tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1.14em;
  vertical-align: -0.28em;
  width: 3.6em;
}

.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg, .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}

.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -8px;
  padding-bottom: 3px;
  padding-left: 1ch;
  padding-right: 3px;
}

.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-statusbar__resize-handle:focus svg {
  background-color: #dee0e2;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px #dee0e2;
}

.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}

.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}

.tox .tox-throbber {
  z-index: 1299;
}

.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tox .tox-tbtn {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}

.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}

.tox .tox-tbtn:focus {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
}

.tox .tox-tbtn:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--disabled, .tox .tox-tbtn--disabled:hover, .tox .tox-tbtn:disabled, .tox .tox-tbtn:disabled:hover {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tbtn--disabled svg, .tox .tox-tbtn--disabled:hover svg, .tox .tox-tbtn:disabled svg, .tox .tox-tbtn:disabled:hover svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn--enabled:hover > *, .tox .tox-tbtn--enabled > * {
  transform: none;
}

.tox .tox-tbtn--enabled svg, .tox .tox-tbtn--enabled:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn--enabled.tox-tbtn--disabled svg, .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active > * {
  transform: none;
}

.tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}

.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}

.tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-number-input {
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-number-input .tox-input-wrapper {
  background: #f7f7f7;
  display: flex;
  pointer-events: none;
  text-align: center;
}

.tox .tox-number-input .tox-input-wrapper:focus {
  background: #cce2fa;
}

.tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  width: 60px;
}

.tox .tox-number-input input:hover {
  background: #cce2fa;
  color: #222f3e;
}

.tox .tox-number-input input:focus {
  background: #fff;
  color: #222f3e;
}

.tox .tox-number-input input:disabled {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-number-input button {
  background: #f7f7f7;
  color: #222f3e;
  height: 28px;
  text-align: center;
  width: 24px;
}

.tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}

.tox .tox-number-input button:focus {
  background: #cce2fa;
}

.tox .tox-number-input button:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-number-input button:hover svg {
  fill: #222f3e;
}

.tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-number-input button:active svg {
  fill: #222f3e;
}

.tox .tox-number-input button:disabled {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-number-input button:disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}

.tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}

.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper, .tox .tox-number-input:focus:not(:active) > button {
  background: #cce2fa;
}

.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: 400;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}

.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}

.tox .tox-tbtn--disabled .tox-tbtn__select-label, .tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
  overflow: hidden;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #cce2fa inset;
}

.tox .tox-split-button:focus {
  background: #cce2fa;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-split-button > * {
  border-radius: 0;
}

.tox .tox-split-button__chevron {
  width: 16px;
}

.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-split-button .tox-tbtn {
  margin: 0;
}

.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus, .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover, .tox .tox-split-button.tox-tbtn--disabled:focus, .tox .tox-split-button.tox-tbtn--disabled:hover {
  background: 0 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color, .tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color {
  opacity: 0.6;
}

.tox .tox-toolbar-overlord {
  background-color: #fff;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 22px) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0;
  transform: perspective(1px);
}

.tox .tox-toolbar-overlord > .tox-toolbar, .tox .tox-toolbar-overlord > .tox-toolbar__overflow, .tox .tox-toolbar-overlord > .tox-toolbar__primary {
  background-position: center top 0;
  background-size: calc(100% - 22px) calc(100% - 0px);
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}

.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-anchorbar, .tox .tox-toolbar-overlord {
  grid-column: 1/-1;
}

.tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}

.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
  border-width: 0;
}

.tox .tox-toolbar--no-divider {
  background-image: none;
}

.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child, .tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}

.tox .tox-editor-header > .tox-toolbar--scrolling, .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 16px) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}

.tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 22px) calc(100% - 51px);
  padding: 4px 0;
}

.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}

.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}

.tox .tox-tooltip {
  display: inline-block;
  padding: 8px;
  position: relative;
}

.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 4px 8px;
  text-transform: none;
}

.tox .tox-tooltip__arrow {
  position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tree {
  display: flex;
  flex-direction: column;
}

.tox .tox-tree .tox-trbtn {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}

.tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
}

.tox .tox-tree .tox-trbtn:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn--disabled, .tox .tox-tree .tox-trbtn--disabled:hover, .tox .tox-tree .tox-trbtn:disabled, .tox .tox-tree .tox-trbtn:disabled:hover {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tree .tox-trbtn--disabled svg, .tox .tox-tree .tox-trbtn--disabled:hover svg, .tox .tox-tree .tox-trbtn:disabled svg, .tox .tox-tree .tox-trbtn:disabled:hover svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tree .tox-trbtn--enabled, .tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn--enabled:hover > *, .tox .tox-tree .tox-trbtn--enabled > * {
  transform: none;
}

.tox .tox-tree .tox-trbtn--enabled svg, .tox .tox-tree .tox-trbtn--enabled:hover svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}

.tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: 700;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}

.tox .tox-tree .tox-tree--leaf__label {
  font-weight: 400;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg, .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}

.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing, .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}

.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}

.tox .tox-view-wrap, .tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
  position: relative;
}

.tox .tox-view--mobile.tox-view__header, .tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}

.tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
}

.tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.tox .tox-view__header-end, .tox .tox-view__header-start {
  display: flex;
}

.tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  width: 100%;
}

.tox .tox-view__pane_panel {
  border: 1px solid #eee;
  border-radius: 6px;
}

.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > *, .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-view__header .tox-view__header-end > *, .tox[dir=rtl] .tox-view__header .tox-view__header-start > * {
  margin-right: 8px;
}

.tox .tox-well {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}

.tox .tox-well > :first-child {
  margin-top: 0;
}

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

.tox .tox-well > :only-child {
  margin: 0;
}

.tox .tox-custom-editor {
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.tox .tox-tab {
  cursor: pointer;
}

.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}

.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}

.mce-content-body .mce-item-anchor {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
}

.mce-content-body .mce-item-anchor:empty {
  cursor: default;
  display: inline-block;
  height: 12px !important;
  padding: 0 2px;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 8px !important;
}

.mce-content-body .mce-item-anchor:not(:empty) {
  background-position-x: 2px;
  display: inline-block;
  padding-left: 12px;
}

.mce-content-body .mce-item-anchor[data-mce-selected] {
  outline-offset: 1px;
}

.tox-comments-visible .tox-comment[contenteditable=false]:not([data-mce-selected]), .tox-comments-visible span.tox-comment img:not([data-mce-selected]), .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]), .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]), .tox-comments-visible span.tox-comment > video:not([data-mce-selected]) {
  outline: 3px solid #ffe89d;
}

.tox-comments-visible .tox-comment[contenteditable=false][data-mce-annotation-active=true]:not([data-mce-selected]) {
  outline: 3px solid #fed635;
}

.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] img:not([data-mce-selected]), .tox-comments-visible span.tox-comment[data-mce-annotation-active=true] span.mce-preview-object:not([data-mce-selected]), .tox-comments-visible span.tox-comment[data-mce-annotation-active=true] > audio:not([data-mce-selected]), .tox-comments-visible span.tox-comment[data-mce-annotation-active=true] > video:not([data-mce-selected]) {
  outline: 3px solid #fed635;
}

.tox-comments-visible span.tox-comment:not([data-mce-selected]) {
  background-color: #ffe89d;
  outline: 0;
}

.tox-comments-visible span.tox-comment[data-mce-annotation-active=true]:not([data-mce-selected=inline-boundary]) {
  background-color: #fed635;
}

.tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
}

.tox-checklist > li:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}

.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

[dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
  margin-left: 0;
  margin-right: -1.5em;
}

code[class*=language-], pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905;
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}

.token.class-name, .token.function {
  color: #dd4a68;
}

.token.important, .token.regex, .token.variable {
  color: #e90;
}

.token.bold, .token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.mce-content-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.mce-content-body .mce-visual-caret {
  background-color: #000;
  background-color: currentColor;
  position: absolute;
}

.mce-content-body .mce-visual-caret-hidden {
  display: none;
}

.mce-content-body [data-mce-caret] {
  left: -1000px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
}

.mce-content-body .mce-offscreen-selection {
  left: -2000000px;
  max-width: 1000000px;
  position: absolute;
}

.mce-content-body [contentEditable=false] {
  cursor: default;
}

.mce-content-body [contentEditable=true] {
  cursor: text;
}

.tox-cursor-format-painter {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
}

div.mce-footnotes hr {
  margin-inline-end: auto;
  margin-inline-start: 0;
  width: 25%;
}

div.mce-footnotes li > a.mce-footnotes-backlink {
  text-decoration: none;
}

@media print {
  sup.mce-footnote a {
    color: #000;
    text-decoration: none;
  }
  div.mce-footnotes {
    break-inside: avoid;
    width: 100%;
  }
  div.mce-footnotes li > a.mce-footnotes-backlink {
    display: none;
  }
}
.mce-content-body figure.align-left {
  float: left;
}

.mce-content-body figure.align-right {
  float: right;
}

.mce-content-body figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.mce-preview-object {
  border: 1px solid gray;
  display: inline-block;
  line-height: 0;
  margin: 0 2px 0 2px;
  position: relative;
}

.mce-preview-object .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-preview-object[data-mce-selected="2"] .mce-shim {
  display: none;
}

.mce-content-body .mce-mergetag {
  cursor: default !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mce-content-body .mce-mergetag:hover {
  background-color: rgba(0, 108, 231, 0.1);
}

.mce-content-body .mce-mergetag-affix {
  background-color: rgba(0, 108, 231, 0.1);
  color: #006ce7;
}

.mce-object {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  border: 1px dashed #aaa;
}

.mce-pagebreak {
  border: 1px dashed #aaa;
  cursor: default;
  display: block;
  height: 5px;
  margin-top: 15px;
  page-break-before: always;
  width: 100%;
}

@media print {
  .mce-pagebreak {
    border: 0;
  }
}
.tiny-pageembed .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tiny-pageembed[data-mce-selected="2"] .mce-shim {
  display: none;
}

.tiny-pageembed {
  display: inline-block;
  position: relative;
}

.tiny-pageembed--16by9, .tiny-pageembed--1by1, .tiny-pageembed--21by9, .tiny-pageembed--4by3 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.tiny-pageembed--21by9 {
  padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
  padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
  padding-top: 75%;
}

.tiny-pageembed--1by1 {
  padding-top: 100%;
}

.tiny-pageembed--16by9 iframe, .tiny-pageembed--1by1 iframe, .tiny-pageembed--21by9 iframe, .tiny-pageembed--4by3 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-content-body[data-mce-placeholder] {
  position: relative;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: rgba(34, 47, 62, 0.7);
  content: attr(data-mce-placeholder);
  position: absolute;
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 1px;
}

.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
  right: 1px;
}

.mce-content-body div.mce-resizehandle {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1298;
}

.mce-content-body div.mce-resizehandle:hover {
  background-color: #4099ff;
}

.mce-content-body div.mce-resizehandle:nth-of-type(1) {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(2) {
  cursor: nesw-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(3) {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(4) {
  cursor: nesw-resize;
}

.mce-content-body .mce-resize-backdrop {
  z-index: 10000;
}

.mce-content-body .mce-clonedresizable {
  cursor: default;
  opacity: 0.5;
  outline: 1px dashed #000;
  position: absolute;
  z-index: 10001;
}

.mce-content-body .mce-clonedresizable.mce-resizetable-columns td, .mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
  border: 0;
}

.mce-content-body .mce-resize-helper {
  background: #555;
  background: rgba(0, 0, 0, 0.75);
  border: 1px;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 10px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 10002;
}

.tox-rtc-user-selection {
  position: relative;
}

.tox-rtc-user-cursor {
  bottom: 0;
  cursor: default;
  position: absolute;
  top: 0;
  width: 2px;
}

.tox-rtc-user-cursor::before {
  background-color: inherit;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
}

.tox-rtc-user-cursor:hover::after {
  background-color: inherit;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  content: attr(data-user);
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: -5px;
  min-height: 8px;
  min-width: 8px;
  padding: 0 12px;
  position: absolute;
  top: -11px;
  white-space: nowrap;
  z-index: 1000;
}

.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
  background-color: #2dc26b;
}

.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
  background-color: #e03e2d;
}

.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
  background-color: #f1c40f;
}

.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
  background-color: #3598db;
}

.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
  background-color: #b96ad9;
}

.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
  background-color: #e67e23;
}

.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
  background-color: #aaa69d;
}

.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
  background-color: #f368e0;
}

.tox-rtc-remote-image {
  background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  border: 1px solid #ccc;
  min-height: 240px;
  min-width: 320px;
}

.mce-match-marker {
  background: #aaa;
  color: #fff;
}

.mce-match-marker-selected {
  background: #39f;
  color: #fff;
}

.mce-match-marker-selected::-moz-selection {
  background: #39f;
  color: #fff;
}

.mce-match-marker-selected::selection {
  background: #39f;
  color: #fff;
}

.mce-content-body audio[data-mce-selected], .mce-content-body details[data-mce-selected], .mce-content-body embed[data-mce-selected], .mce-content-body img[data-mce-selected], .mce-content-body object[data-mce-selected], .mce-content-body table[data-mce-selected], .mce-content-body video[data-mce-selected] {
  outline: 3px solid #b4d7ff;
}

.mce-content-body hr[data-mce-selected] {
  outline: 3px solid #b4d7ff;
  outline-offset: 1px;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:hover {
  outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false][data-mce-selected] {
  cursor: not-allowed;
  outline: 3px solid #b4d7ff;
}

.mce-content-body.mce-content-readonly [contentEditable=true]:focus, .mce-content-body.mce-content-readonly [contentEditable=true]:hover {
  outline: 0;
}

.mce-content-body [data-mce-selected=inline-boundary] {
  background-color: #b4d7ff;
}

.mce-content-body .mce-edit-focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body td[data-mce-selected], .mce-content-body th[data-mce-selected] {
  position: relative;
}

.mce-content-body td[data-mce-selected]::-moz-selection, .mce-content-body th[data-mce-selected]::-moz-selection {
  background: 0 0;
}

.mce-content-body td[data-mce-selected]::selection, .mce-content-body th[data-mce-selected]::selection {
  background: 0 0;
}

.mce-content-body td[data-mce-selected] *, .mce-content-body th[data-mce-selected] * {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mce-content-body td[data-mce-selected]::after, .mce-content-body th[data-mce-selected]::after {
  background-color: rgba(180, 215, 255, 0.7);
  border: 1px solid rgba(180, 215, 255, 0.7);
  bottom: -1px;
  content: "";
  left: -1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -1px;
  top: -1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mce-content-body td[data-mce-selected]::after, .mce-content-body th[data-mce-selected]::after {
    border-color: rgba(0, 84, 180, 0.7);
  }
}
.mce-content-body img[data-mce-selected]::-moz-selection {
  background: 0 0;
}

.mce-content-body img[data-mce-selected]::selection {
  background: 0 0;
}

.ephox-snooker-resizer-bar {
  background-color: #b4d7ff;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ephox-snooker-resizer-cols {
  cursor: col-resize;
}

.ephox-snooker-resizer-rows {
  cursor: row-resize;
}

.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
  opacity: 1;
}

.mce-spellchecker-word {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
  height: 2rem;
}

.mce-spellchecker-grammar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
}

.mce-toc {
  border: 1px solid gray;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul > li {
  list-style-type: none;
}

[data-mce-block] {
  display: block;
}

.mce-item-table:not([border]), .mce-item-table:not([border]) caption, .mce-item-table:not([border]) td, .mce-item-table:not([border]) th, .mce-item-table[border="0"], .mce-item-table[border="0"] caption, .mce-item-table[border="0"] td, .mce-item-table[border="0"] th, table[style*="border-width: 0px"], table[style*="border-width: 0px"] caption, table[style*="border-width: 0px"] td, table[style*="border-width: 0px"] th {
  border: 1px dashed #bbb;
}

.mce-visualblocks address, .mce-visualblocks article, .mce-visualblocks aside, .mce-visualblocks blockquote, .mce-visualblocks div:not([data-mce-bogus]), .mce-visualblocks dl, .mce-visualblocks figcaption, .mce-visualblocks figure, .mce-visualblocks h1, .mce-visualblocks h2, .mce-visualblocks h3, .mce-visualblocks h4, .mce-visualblocks h5, .mce-visualblocks h6, .mce-visualblocks hgroup, .mce-visualblocks ol, .mce-visualblocks p, .mce-visualblocks pre, .mce-visualblocks section, .mce-visualblocks ul {
  background-repeat: no-repeat;
  border: 1px dashed #bbb;
  margin-left: 3px;
  padding-top: 10px;
}

.mce-visualblocks p {
  background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}

.mce-visualblocks h1 {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}

.mce-visualblocks h2 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}

.mce-visualblocks h3 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}

.mce-visualblocks h4 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}

.mce-visualblocks h5 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}

.mce-visualblocks h6 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}

.mce-visualblocks div:not([data-mce-bogus]) {
  background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}

.mce-visualblocks section {
  background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}

.mce-visualblocks article {
  background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}

.mce-visualblocks blockquote {
  background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}

.mce-visualblocks address {
  background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}

.mce-visualblocks pre {
  background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}

.mce-visualblocks figure {
  background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}

.mce-visualblocks figcaption {
  border: 1px dashed #bbb;
}

.mce-visualblocks hgroup {
  background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}

.mce-visualblocks aside {
  background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}

.mce-visualblocks ul {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}

.mce-visualblocks ol {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}

.mce-visualblocks dl {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}

.mce-visualblocks:not([dir=rtl]) address, .mce-visualblocks:not([dir=rtl]) article, .mce-visualblocks:not([dir=rtl]) aside, .mce-visualblocks:not([dir=rtl]) blockquote, .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]), .mce-visualblocks:not([dir=rtl]) dl, .mce-visualblocks:not([dir=rtl]) figcaption, .mce-visualblocks:not([dir=rtl]) figure, .mce-visualblocks:not([dir=rtl]) h1, .mce-visualblocks:not([dir=rtl]) h2, .mce-visualblocks:not([dir=rtl]) h3, .mce-visualblocks:not([dir=rtl]) h4, .mce-visualblocks:not([dir=rtl]) h5, .mce-visualblocks:not([dir=rtl]) h6, .mce-visualblocks:not([dir=rtl]) hgroup, .mce-visualblocks:not([dir=rtl]) ol, .mce-visualblocks:not([dir=rtl]) p, .mce-visualblocks:not([dir=rtl]) pre, .mce-visualblocks:not([dir=rtl]) section, .mce-visualblocks:not([dir=rtl]) ul {
  margin-left: 3px;
}

.mce-visualblocks[dir=rtl] address, .mce-visualblocks[dir=rtl] article, .mce-visualblocks[dir=rtl] aside, .mce-visualblocks[dir=rtl] blockquote, .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]), .mce-visualblocks[dir=rtl] dl, .mce-visualblocks[dir=rtl] figcaption, .mce-visualblocks[dir=rtl] figure, .mce-visualblocks[dir=rtl] h1, .mce-visualblocks[dir=rtl] h2, .mce-visualblocks[dir=rtl] h3, .mce-visualblocks[dir=rtl] h4, .mce-visualblocks[dir=rtl] h5, .mce-visualblocks[dir=rtl] h6, .mce-visualblocks[dir=rtl] hgroup, .mce-visualblocks[dir=rtl] ol, .mce-visualblocks[dir=rtl] p, .mce-visualblocks[dir=rtl] pre, .mce-visualblocks[dir=rtl] section, .mce-visualblocks[dir=rtl] ul {
  background-position-x: right;
  margin-right: 3px;
}

.mce-nbsp, .mce-shy {
  background: #aaa;
}

.mce-shy::after {
  content: "-";
}

body {
  font-family: sans-serif;
}

table {
  border-collapse: collapse;
}

/*
    normalize v8.0.1 + additions from DecoPac

    evaluate on yearly basis as the engines change:
      - webkit = chrome, safari, edge 79+
      - gecko = firefox
      - trident = ie, edge 78-
*/
* {
  box-sizing: border-box;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

html,
body {
  height: 100%;
}

#root {
  height: 100%;
}

hr {
  height: 0;
  overflow: visible;
}

b,
strong {
  font-style: normal;
  font-weight: bold;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

ol,
ul {
  list-style-type: none;
}

div,
span {
  outline: 0;
}

img,
video,
audio {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border-radius: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted;
}

fieldset {
  border: 0;
  padding: 0.25rem 0.75rem 0.5rem;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

input,
select,
textarea {
  transition: 0.2s ease-out 0s;
}

button,
input[type=checkbox],
input[type=radio],
select {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

table {
  border-collapse: collapse;
  margin: 0 0 2rem 0;
}

table,
th,
td {
  border: 0;
}

th,
td {
  padding: 0.75rem 1.5rem;
}

.table-headline {
  color: #ffffff;
}

td {
  vertical-align: top;
}

#sitemap {
  margin: 2rem 0 4rem 0;
}
#sitemap ul {
  list-style-type: none;
  margin: 0 0 0 12px;
}

.container {
  margin: 0 auto;
  max-width: 1178px;
}

@media print {
  @page {
    margin: 25mm 25mm 25mm 25mm;
    size: 1025px 1451px;
  }
  * {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body {
    --gutter-x: 30px;
    background-color: #ffffff;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  p,
  span {
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  strong {
    font-weight: 600;
  }
  .font-extrabold {
    font-weight: 800;
  }
  table thead {
    border-bottom: 1px solid;
    border-color: #dddddd;
    font-weight: bold;
    margin-bottom: 10px;
  }
  table thead th,
  table thead td {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 10px;
    text-align: left;
  }
  table tbody th,
  table tbody td {
    line-height: 20px;
    max-width: 165px;
    min-height: 50px;
    min-width: 120px;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
  }
  table tbody tr {
    min-height: 50px;
  }
  table tbody tr:nth-child(odd) {
    background-color: rgba(218, 218, 218, 0.2);
  }
  table tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
  .result-box {
    max-height: none !important;
    overflow: hidden !important;
  }
}
.alert-content {
  align-items: flex-start;
  border-radius: 8px;
  display: flex;
  padding: 16px;
  width: fit-content;
}

.alert-red {
  background-color: #ffcfc7;
  border: 1px solid #fb6f6f;
}

.alert-gray {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
}

.alert-icon {
  flex-shrink: 0;
  margin: 0 0.5rem 0 0;
  width: 24px;
}

button {
  background-color: transparent;
  border: 0;
}
button:disabled {
  justify-content: center;
}

.button-primary {
  align-items: center;
  background-color: #804160;
  border: 1px solid #804160;
  border-radius: 34px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 7px 1rem;
  position: relative;
  transition: background-color 0.2s ease-out 0s;
  width: fit-content;
}
.button-primary path {
  fill: #ffffff;
}
a.button-primary:not(.nohover):hover {
  color: #ffffff;
}

.button-primary:not(.nohover):hover {
  background-color: #563852;
  border: 1px solid #563852;
}
.button-primary:disabled {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #999999;
  cursor: not-allowed;
  display: flex;
}
.button-primary:disabled:not(.nohover):hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.button-primary:disabled path {
  fill: #999999;
}
.button-primary:disabled .path {
  stroke: #999999;
}

.button-primary-location {
  background-color: #005f70;
  border: 1px solid #005f70;
}
.button-primary-location:not(.nohover):hover {
  background-color: #00414d;
  border: 1px solid #00414d;
}

.button-icon-left {
  padding: 0.25rem 1rem;
}
.button-icon-left svg,
.button-icon-left .svg {
  margin-right: 0.25rem;
  max-height: 22px;
}

.button-icon-right {
  padding: 0.25rem 1rem;
}
.button-icon-right svg,
.button-icon-right .svg {
  margin-left: 0.25rem;
  max-height: 22px;
}

.button-secondary {
  align-items: center;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 34px;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 7px 1rem;
  position: relative;
  transition: background-color 0.2s ease-out 0s;
  width: fit-content;
}
.button-secondary.button-icon-left:not(.nohover):hover path {
  fill: #ffffff;
}
.button-secondary.button-icon-right:not(.nohover):hover path {
  fill: #ffffff;
}
.button-secondary:not(.nohover):not(:disabled):hover {
  background-color: #000000;
  color: #ffffff;
}
.button-secondary:not(.nohover):not(:disabled):hover .path {
  stroke: #ffffff;
}
.button-secondary:disabled {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #999999;
  cursor: not-allowed;
  display: flex;
}
.button-secondary:disabled path {
  fill: #999999;
}
.button-secondary:disabled .path {
  stroke: #999999;
}
.button-secondary .path {
  stroke: #000000;
}

.button-secondary-location {
  background-color: #005f70;
  border: 1px solid #005f70;
}

.button-tertiary {
  align-items: center;
  background-color: transparent;
  border: 2px solid transparent;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 2.5rem;
  justify-content: center;
  margin: 0 1rem;
  padding: 0.25rem 0 2px;
  position: relative;
  transform: translateX(0) translateY(0);
  transition: background-color 0.2s ease-out 0s;
  width: fit-content;
}
.button-tertiary:after {
  background-color: #804160;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin-top: 0.25rem;
  position: absolute;
  top: 28px;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0%;
}
.button-tertiary.blue-stone:not(:disabled) {
  color: #005f70;
}
.button-tertiary.blue-stone:after, .button-tertiary.blue-stone:not(.nohover):hover:after {
  background-color: #005f70;
}
.button-tertiary:not(.nohover):hover:after {
  background-color: #804160;
  content: " ";
  left: 0;
  width: 100%;
}
.button-tertiary.button-full-width {
  margin: 2px auto 0;
  width: auto;
}
.button-tertiary.button-large {
  padding: 11px 0;
}
.button-tertiary.button-large:after {
  top: 33px;
}
.button-tertiary.button-large.button-icon-left, .button-tertiary.button-large.button-icon-right {
  padding: 14px 0;
}
.button-tertiary:disabled {
  color: #999999;
  cursor: not-allowed;
}
.button-tertiary:disabled:not(.nohover):hover:after {
  width: 0%;
}
.button-tertiary:disabled path {
  fill: #999999;
}

.button-table,
.button-compact {
  align-items: center;
  background-color: #804160;
  border: 1px solid #804160;
  border-radius: 24px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0 1rem;
  position: relative;
  transition: background-color 0.2s ease-out 0s;
  width: fit-content;
}
a.button-table, .button-compact:not(.nohover):hover {
  color: #ffffff;
}

.button-table:not(.nohover):hover,
.button-compact:not(.nohover):hover {
  background-color: #563852;
  border: 1px solid #563852;
}
.button-table:disabled,
.button-compact:disabled {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #999999;
  cursor: not-allowed;
  display: flex;
}
.button-table:disabled:not(.nohover):hover,
.button-compact:disabled:not(.nohover):hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.button-table-location,
.button-compact-location {
  background-color: #005f70;
  border: 1px solid #005f70;
}
.button-table-location:not(.nohover):hover,
.button-compact-location:not(.nohover):hover {
  background-color: #00414d;
  border: 1px solid #00414d;
}

.button-icon {
  align-items: center;
  background-color: #804160;
  border: 1px solid #804160;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0.5rem;
  position: relative;
  transition: background-color 0.2s ease-out 0s;
  width: 40px;
}
.button-icon path {
  fill: #ffffff;
}
.button-icon:not(.nohover):hover {
  background-color: #563852;
}
.button-icon.button-square {
  background-color: #804160;
  border: 0;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.button-icon.button-square:not(.nohover):hover {
  background-color: #563852;
}
.button-icon.button-transparent {
  background-color: transparent;
  border: 0;
}
.button-icon.button-transparent path {
  fill: #804160;
}
.button-icon.button-transparent:not(.nohover):hover {
  background-color: transparent;
}
.button-icon.button-transparent:not(.nohover):hover path {
  fill: #563852;
}
.button-icon.button-transparent:disabled {
  cursor: not-allowed;
}
.button-icon.button-transparent:disabled path {
  fill: #999999;
}
.button-icon.button-transparent:disabled:hover path {
  fill: #999999;
}
.button-icon.button-large {
  height: 48px;
  padding: 0.5rem;
  width: 48px;
}

.button-icon-location {
  align-items: center;
  background-color: #005f70;
  border: 1px solid #005f70;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0.5rem;
  position: relative;
  transition: background-color 0.2s ease-out 0s;
  width: 40px;
}
.button-icon-location path {
  fill: #ffffff;
}
.button-icon-location:not(.nohover):hover {
  background-color: #00414d;
}
.button-icon-location.button-square {
  background-color: #005f70;
  border: 0;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.button-icon-location.button-square:not(.nohover):hover {
  background-color: #00414d;
}
.button-icon-location.button-transparent {
  background-color: transparent;
  border: 0;
}
.button-icon-location.button-transparent path {
  fill: #005f70;
}
.button-icon-location.button-transparent:not(.nohover):hover {
  background-color: transparent;
}
.button-icon-location.button-transparent:not(.nohover):hover path {
  fill: #00414d;
}
.button-icon-location.button-transparent:disabled {
  cursor: not-allowed;
}
.button-icon-location.button-transparent:disabled path {
  fill: #999999;
}
.button-icon-location.button-transparent:disabled:hover path {
  fill: #999999;
}
.button-icon-location.button-large {
  height: 48px;
  padding: 0.5rem;
  width: 48px;
}

.button-full-width {
  width: 100%;
}

.button-large {
  height: 40px;
  padding: 11px 1.5rem;
}
.button-large.button-icon-left {
  padding: 14px 1.5rem;
}
.button-large.button-icon-right {
  padding: 14px 1.5rem;
}

.button-horz-group {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.button-horz-group.small {
  gap: 1rem;
}
.button-horz-group.align-center {
  justify-content: center;
}
.button-horz-group.align-right {
  justify-content: flex-end;
}

.button-horz-group-w-215 button,
.button-horz-group-w-215 label,
.button-horz-group-w-215 [type=submit] {
  width: 13.4375rem;
}

/* stylelint-disable selector-class-pattern */
.simple_form input.button-primary:disabled:hover {
  transition: all 0.2s ease-in-out;
}

button.link-semi-bold:after {
  top: 16px;
}

/*
    card variations
*/
.card {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 355px;
  top: 20px;
  width: 270px;
}

.card-title {
  background-color: #c9d2be;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #000000;
  height: 40px;
  min-height: 40px;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}

.badge-container {
  color: #000000;
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  min-height: 1.5rem;
}

.card-tag {
  align-items: center;
  border-radius: 0 0 10px 10px;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  height: 24px;
  padding: 0 0.75rem;
  white-space: nowrap;
  width: auto;
}
.card-tag .tag-icon {
  color: #e7a200;
  height: 18px;
  width: 18px;
}

.card-content {
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  color: #000000;
  flex-grow: 1;
  padding: 0.25rem 1rem;
  text-align: center;
}

.card-image-container {
  height: 132px;
  margin: 0 0 0.5rem;
}

.card-image {
  height: 100%;
  margin: auto;
  width: auto;
}

.card-design-title {
  height: 48px;
}
.card-design-title p {
  height: 48px;
  overflow: hidden;
  white-space: normal;
}

.card-design-id {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  height: 30px;
  justify-content: center;
  margin: 0.25rem 0;
}

.card-footer {
  align-items: center;
  border: 2px solid #e6e6e6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  height: 68px;
  justify-content: flex-end;
  padding: 0.75rem 0.5rem;
}
.card-footer .notice {
  cursor: default;
  display: flex;
  gap: 4px;
  margin-right: 0.5rem;
}

.card-button {
  margin: 0 0.5rem;
}

.card-placeholder {
  height: 355px;
}
.card-placeholder .card-title {
  background-color: #f2f2f2;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
}
.card-placeholder .card-title h5 {
  display: none;
}
.card-placeholder .card-image-container {
  background-color: #f2f2f2;
  min-height: 132px;
}
.card-placeholder .card-image {
  display: none;
}
.card-placeholder .card-design-title {
  background-color: #f2f2f2;
}
.card-placeholder .card-design-title p {
  display: none;
}
.card-placeholder .card-button {
  background-color: #f2f2f2;
  pointer-events: none;
}
.card-placeholder .card-button svg {
  display: none;
}
.card-placeholder .card-button:hover {
  background-color: #f2f2f2;
  border: #f2f2f2;
  cursor: default;
}

.card-toggle {
  border: 2px solid #e6e6e6;
  height: 318px;
  transition: all 0.2s ease-out;
}
.card-toggle:hover {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}
.card-toggle.active {
  border: 2px solid #b9d39c;
}
.card-toggle.active .card-footer {
  border-top: 2px solid #b9d39c;
}
.card-toggle.card-variant-small {
  height: auto;
}
.card-toggle.card-variant-small .card-content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 0 16px;
  text-align: left;
}
.card-toggle.card-variant-small .card-image-container {
  height: 96px;
  margin: 0;
  width: 116px;
}
.card-toggle.card-variant-small .card-copy-container {
  padding: 8px 0;
}
.card-toggle.card-variant-small .card-design-id {
  height: auto;
  margin: 0;
}
.card-toggle.card-variant-small .card-footer {
  height: 40px;
  padding: 8px 16px;
}
.card-toggle.card-variant-small .input-toggle-wrapper {
  margin: 0;
}
.card-toggle.card-variant-small .notice {
  margin: 0;
}
.card-toggle .card-content {
  border-left: 0;
  border-right: 0;
}
.card-toggle .card-design-title {
  height: 48px;
}
.card-toggle .card-design-title p {
  height: 48px;
  overflow: hidden;
  white-space: normal;
}
.card-toggle .card-design-id {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  height: 30px;
  justify-content: center;
  margin: 0.25rem 0;
}
.card-toggle .card-footer {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid #e6e6e6;
  transition: all 0.2s ease-out;
}
.card-toggle .input-toggle-wrapper {
  margin-right: 0.5rem;
}

.card-input {
  border: 2px solid #e6e6e6;
  height: 374px;
  transition: border 0.2s ease-out;
}
.card-input.active {
  border: 2px solid #b9d39c;
}
.card-input.active .card-footer {
  border-top: 2px solid #b9d39c;
}
.card-input .card-content {
  border-left: 0;
  border-right: 0;
}
.card-input .card-design-title {
  height: 48px;
}
.card-input .card-design-title p {
  height: 48px;
  overflow: hidden;
  white-space: normal;
}
.card-input .card-design-id {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  height: 30px;
  justify-content: center;
  margin: 0.25rem 0;
}
.card-input .card-text-input {
  margin: 0.75rem 0 0.5rem;
}
.card-input .input-group {
  align-items: center;
  display: flex;
  justify-content: center;
}
.card-input .input-group.labeled .currency-display {
  margin-left: 1.75rem;
  top: 0;
}
.card-input .input-group h5 {
  font-size: 0.75rem;
}
.card-input .input-group .input {
  cursor: text;
  margin-left: 0.5rem;
  width: 112px;
}
.card-input .help-text {
  display: none;
}
.card-input .card-footer {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid #e6e6e6;
  height: 48px;
}
.card-input .input-toggle-wrapper {
  margin-right: 0.5rem;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 2rem 0;
}

.card-grid-item-large {
  flex: 1 1 250px;
  max-width: 282px;
}
.card-grid-item-large .card {
  width: auto;
}

.card-grid-item-small {
  flex: 1 1 377px;
  max-width: 384px;
}
.card-grid-item-small .card {
  width: auto;
}

.empty-grid {
  margin: 3.5rem 0;
  text-align: center;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carousel-container {
  max-width: 466px;
  overflow: hidden;
  position: relative;
}

.carousel-thumbs {
  margin: 8px 0 0 0;
  padding: 0 32px;
  position: relative;
}
.carousel-thumbs .splide__slide {
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease-out;
}
.carousel-thumbs .splide__slide.is-active {
  border-color: #804160;
}
.carousel-thumbs .splide__arrow {
  color: #804160;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s ease-out;
  width: 24px;
}
.carousel-thumbs .splide__arrow:hover {
  color: #563852;
}
.carousel-thumbs .splide__arrow--prev {
  left: 0;
}
.carousel-thumbs .splide__arrow--next {
  right: 0;
}

/* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
.dropdown {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  text-align: left;
}
.dropdown.disabled .dropdown-label {
  color: #666666;
}
.dropdown.disabled .dropdown-help-text {
  color: #666666;
}
.dropdown.disabled .dropdown-toggle {
  background-color: #f2f2f2;
  box-shadow: inset 0 0 0 1px #7f7f7f;
  color: #666666;
  cursor: default;
  pointer-events: none;
}
.dropdown.disabled .dropdown-toggle .icon {
  fill: #4d4d4d;
}
.dropdown.error .dropdown-toggle {
  box-shadow: inset 0 0 0 1px #b30000;
}
.dropdown.error .dropdown-error-text {
  display: block;
}
.dropdown.small .dropdown-toggle {
  height: 2.5rem;
}
.dropdown.multiselect .dropdown-count-badge {
  background-color: #c9d2be;
  border-radius: 0.75rem;
  display: inline;
  height: 100%;
  padding: 0 0.75rem;
}
.dropdown.multiselect .dropdown-list-wrapper:not(.searchable) .dropdown-list {
  border-radius: 0 0 4px 4px;
}
.dropdown.multiselect .dropdown-list-wrapper:not(.searchable) .dropdown-item.dropdown-select-all {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #cccccc;
}
.dropdown .dropdown-count-badge {
  display: none;
}
.dropdown .input-toggle-wrapper {
  margin-right: 0.5rem;
}
.dropdown .input-toggle-wrapper .input-checkbox {
  cursor: pointer;
  height: 18px;
  margin: 0 3px;
  position: relative;
  user-select: none;
  width: 18px;
}
.dropdown .input-toggle-wrapper .checkbox {
  border: 2px solid #000000;
  border-radius: 0;
  height: 18px;
  width: 18px;
}
.dropdown .input-toggle-wrapper input:indeterminate ~ .checkbox:after {
  background-color: #000000;
  display: block;
  height: 10px;
  left: 2px;
  top: 2px;
  width: 10px;
}
.dropdown .input-toggle-wrapper input:checked ~ .checkbox:after {
  border-width: 0 2px 2px 0;
  height: 8px;
  left: 4px;
  width: 4px;
}
.dropdown .dropdown-label {
  cursor: default;
  display: inline-block;
}
.dropdown .dropdown-label-wrapper {
  align-items: center;
  display: flex;
  justify-content: left;
  padding-left: calc(1.5rem * var(--depth));
}
.dropdown .dropdown-help-text {
  color: #333333;
  display: block;
}
.dropdown .dropdown-error-text {
  color: #b30000;
  display: none;
  line-height: 0.75rem;
}
.dropdown .dropdown-toggle {
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #7f7f7f;
  display: flex;
  height: 3rem;
  padding: 0 1rem;
  transition: all 0.2s ease-out;
  width: 100%;
}
.dropdown .dropdown-toggle .selection-icon-wrapper {
  display: flex;
  float: right;
  gap: 0.5rem;
}
.dropdown .dropdown-toggle .dropdown-selection {
  overflow-x: hidden;
  padding: 0.5rem 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
}
.dropdown .dropdown-toggle .icon {
  display: inline;
  margin: 0;
  transition: transform 200ms;
  transition: none;
  width: 26px;
}
.dropdown .dropdown-toggle .icon.open {
  transform: rotate(-180deg);
}
.dropdown .dropdown-toggle.open {
  box-shadow: inset 0 0 0 0.125rem #005f70;
}
.dropdown .dropdown-toggle:focus-within {
  box-shadow: inset 0 0 0 0.125rem #005f70;
  outline: none;
}
.dropdown .dropdown-list-anchor {
  display: inline-block;
  margin-top: -8px;
  position: relative;
}
.dropdown .dropdown-list-wrapper {
  opacity: 0%;
  position: absolute;
  transition: opacity 200ms, transform 200ms;
  width: 100%;
  z-index: 200;
}
.dropdown .dropdown-list-wrapper.open {
  opacity: 100%;
  transform: translateY(8px);
}
.dropdown .dropdown-list-wrapper.open .dropdown-item.dropdown-select-all {
  display: flex;
}
.dropdown .dropdown-list-wrapper.open.searchable .dropdown-search-wrapper {
  display: flex;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 0 0;
  display: none;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper svg {
  flex-shrink: 0;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper:focus-within {
  border: 0.125rem solid #4d4d4d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper .clear-btn {
  display: flex;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper .clear-btn svg {
  fill: #000000;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper .dropdown-search {
  border: transparent;
  transition: background-color 0ms;
  width: 100%;
}
.dropdown .dropdown-list-wrapper .dropdown-search-wrapper .dropdown-search:focus, .dropdown .dropdown-list-wrapper .dropdown-search-wrapper .dropdown-search:focus-visible {
  outline: none;
}
.dropdown .dropdown-list-wrapper .dropdown-item {
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  padding: 0.5rem 1rem;
  transition: background-color 0ms;
  width: 100%;
}
.dropdown .dropdown-list-wrapper .dropdown-item.dropdown-search-wrapper {
  border-bottom: 1px solid #cccccc;
}
.dropdown .dropdown-list-wrapper .dropdown-item.dropdown-select-all {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: none;
}
.dropdown .dropdown-list-wrapper .dropdown-item:not(.dropdown .dropdown-list-wrapper .dropdown-item.dropdown-search-wrapper):not(.disabled):hover, .dropdown .dropdown-list-wrapper .dropdown-item:not(.dropdown .dropdown-list-wrapper .dropdown-item.dropdown-search-wrapper):not(.disabled):focus-visible {
  background-color: #e5eae3;
}
.dropdown .dropdown-list-wrapper .dropdown-item:not(.dropdown .dropdown-list-wrapper .dropdown-item.dropdown-search-wrapper):not(.disabled):hover *, .dropdown .dropdown-list-wrapper .dropdown-item:not(.dropdown .dropdown-list-wrapper .dropdown-item.dropdown-search-wrapper):not(.disabled):focus-visible * {
  background-color: #e5eae3;
}
.dropdown .dropdown-list-wrapper .dropdown-item.disabled {
  color: #7f7f7f;
}
.dropdown .dropdown-list-wrapper .dropdown-item.disabled:hover, .dropdown .dropdown-list-wrapper .dropdown-item.disabled:focus-visible {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
.dropdown .dropdown-list-wrapper .dropdown-item .loader-container {
  display: inline-block;
  height: 24px;
  margin: 0 0.5rem 0 0;
  width: 24px;
}
.dropdown .dropdown-list-wrapper .dropdown-item .loader-container .loader {
  height: 24px;
  width: 24px;
}
.dropdown .dropdown-list-wrapper .dropdown-list {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: inherit;
}
.dropdown .dropdown-list-wrapper .dropdown-list.searchable {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown .dropdown-list-wrapper .dropdown-list.open {
  display: block;
}

.dropdown-placeholder {
  color: #666666;
}

.using-keyboard .dropdown-toggle:focus,
.using-keyboard .dropdown-toggle:focus-visible {
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0.125rem #005f70;
  outline: -webkit-focus-ring-color auto 2px;
}

.filter-pill {
  align-items: center;
  background-color: #563852;
  border-radius: 50px;
  color: #ffffff;
  display: grid;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  width: max-content;
}
.filter-pill .filter-pill-text,
.filter-pill .filter-pill-remove {
  grid-row: 1;
}
.filter-pill .filter-pill-text {
  cursor: default;
}
.filter-pill .filter-pill-remove {
  cursor: pointer;
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

footer {
  background-color: #f2efeb;
  border-left: 8px solid #e3bd51;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
}
footer.location {
  border-left: 8px solid #b9d39c;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}

.footer-copyright {
  font-size: 0.75rem;
  text-align: end;
}
.footer-copyright .link-inline {
  color: #000000;
  font-weight: 600;
}

.footer-menu-item a {
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 0;
  text-decoration: none;
}
.footer-menu-item a:hover {
  text-decoration: underline;
}

.navbar {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  height: 4.6875rem;
  justify-content: space-between;
  padding: 0 1.5rem;
  z-index: 5;
}

.header-ciq-logo {
  height: 1.875rem;
}

.header-user ul {
  display: flex;
  gap: 1.875rem;
}
.header-user a {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.r-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  margin: auto;
  padding: 0.5rem;
  width: 2rem;
}

.r-icon-bg-square {
  border-radius: 4px;
}

.r-icon-button {
  height: 1.5rem;
  width: 1.5rem;
}

.r-icon-button-med {
  height: 2rem;
  width: 2rem;
}

.r-icon-large {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 3.5rem;
  justify-content: center;
  margin: auto;
  padding: 0.5rem;
  width: 3.5rem;
}

.icon-disabled {
  cursor: not-allowed;
}
.icon-disabled path {
  fill: #e6e6e6;
}

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.icon-item {
  height: 100px;
  width: 20%;
}
.icon-item .icon-filename {
  text-align: center;
}
.icon-item svg {
  display: block;
  height: auto;
  margin: auto auto 0.5rem;
  width: 40px;
}

svg:empty {
  height: 24px;
  width: 24px;
}

.main-layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.wrap {
  background-color: #ffffff;
  display: flex;
  flex-grow: 1;
}

.link-icon-right {
  align-items: center;
  display: inline-flex;
}
.link-icon-right svg {
  height: 1rem;
}

.link-semi-bold {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #005f70;
  cursor: pointer;
  display: inline-flex;
  transform: translateX(0) translateY(0);
  transition: background-color 0.2s ease-out 0s;
  width: fit-content;
}
.link-semi-bold:after {
  background-color: #005f70;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 22px;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0%;
}
.link-semi-bold:not(:disabled) {
  color: #005f70;
}
.link-semi-bold:not(.nohover):hover:after {
  content: " ";
  left: 0;
  width: 100%;
}
.link-semi-bold:disabled {
  color: #999999;
  cursor: not-allowed;
}
.link-semi-bold:disabled:not(.nohover):hover:after {
  width: 0%;
}
.link-semi-bold:disabled path {
  fill: #999999;
}

.link-semi-bold-icon {
  color: #005f70;
  cursor: pointer;
  display: inline-flex;
  transform: translateX(0) translateY(0);
  transition: background-color 0.2s ease-out 0s;
}
.link-semi-bold-icon:after {
  background-color: #005f70;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 22px;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0%;
}
.link-semi-bold-icon:not(.nohover):hover:after {
  content: " ";
  left: 0;
  width: 100%;
}
.link-semi-bold-icon svg {
  height: 24px;
  margin-top: -1px;
  padding-left: 0.25rem;
  width: 24px;
}
.link-semi-bold-icon:not(.nohover):hover:after {
  content: " ";
  left: 0;
  width: calc(100% - 24px);
}

.btn-loader-container .circular, .loader-container .circular {
  animation: rotate-loader 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  width: 100%;
}

.btn-loader-container .path, .loader-container .path {
  animation: dash-loader 1.5s ease-in-out infinite;
}

.loader {
  margin: 0 auto 8px auto;
  position: relative;
  width: 48px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

turbo-frame[aria-busy] .loader-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
turbo-frame[aria-busy] .content-loadable,
turbo-frame[aria-busy] .pagination,
turbo-frame[aria-busy] .empty-grid {
  display: none;
}

@keyframes rotate-loader {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash-loader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.loader-container {
  display: none;
}
.loader-container .path {
  stroke: #804160;
}

.turbo-frame {
  position: relative;
}

button[aria-busy=false] {
  pointer-events: auto;
}
button[aria-busy=false] .btn-face {
  visibility: visible;
}
button[aria-busy=false] .btn-loader-container {
  display: none;
}

button[aria-busy=true] .btn-face {
  visibility: hidden;
}
button[aria-busy=true] .btn-loader-container {
  display: block;
}

.btn-face {
  align-items: center;
  display: flex;
}

.btn-loader {
  margin: 0 auto;
  position: relative;
  width: 20px;
}
.btn-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.btn-loader.compact, .btn-loader.table {
  width: 16px;
}
.btn-loader.large {
  width: 26px;
}
.btn-loader svg {
  max-height: none;
}

.btn-loader-container {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.btn-loader-container .path {
  stroke: #ffffff;
}

@keyframes modal-fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes modal-backdrop-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-dialog-root {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
}

.modal-backdrop-root {
  align-items: center;
  animation: 225ms cubic-bezier(0.4, 0, 0.2, 1) modal-backdrop-fade-in;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.modal-dialog-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.modal-root {
  animation: 225ms cubic-bezier(0.4, 0, 0.2, 1) modal-fade-in-up;
  background-color: #ffffff;
  border-radius: 8px;
  border-top: 8px solid #e3bd51;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 32px;
  max-height: calc(100% - 64px);
  max-width: 935px;
  overflow-y: auto;
  padding: 4rem;
  position: relative;
  width: calc(100% - 64px);
}
.modal-root:has(#modal-banner-upload) {
  max-width: 745px;
}
.modal-root:has(#modal-banner-upload) .button-large {
  width: 16rem;
}
.modal-root:has(#modal-banner-upload) .placeholder {
  background-color: #e6e6e6;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  height: 138px;
  margin: 0 15px;
  width: 100%;
}
.modal-root:has(#modal-activate-user) {
  max-width: 630px;
}
.modal-root:has(#modal-featured-category) {
  max-width: 808px;
  overflow-y: visible;
}
.modal-root:has(#unsaved-modal-changes) {
  max-width: 632px;
}
.modal-root:has(#online-ordering) {
  max-width: 632px;
}
.modal-root:has(#photocake-ordering) {
  max-width: 632px;
}
.modal-root:has(#modal-delete-notification) {
  max-width: 632px;
}
.modal-root:has(#modal-catalog-image-upload) {
  max-width: 745px;
}
.modal-root:has(#modal-delete-notification) {
  max-width: 632px;
}
.modal-root:has(#modal-delete-product) {
  max-width: 632px;
}
.modal-root:has(#modal-option-icon-upload) {
  max-width: 808px;
}
.modal-root:has(#modal-custom-category-delete) {
  max-width: 632px;
  /* stylelint-disable selector-class-pattern */
}
.modal-root:has(#modal-custom-category-delete) .button_to {
  width: 100%;
}
.modal-root:has(#modal-cancel-order) {
  max-width: 632px;
}
.modal-root:has(#modal-ready-pickup) {
  max-width: 632px;
}
.modal-root:has(#modal-product-location-save) {
  max-width: 632px;
}
.modal-root:has(#modal-custom-product-category) {
  max-width: 808px;
}
.modal-root:has(#option-set-modal) {
  max-width: 808px;
}
.modal-root:has(#modal-publish-catalog) {
  max-width: 632px;
}
.modal-root:has(#modal-removed-locations) {
  max-width: 632px;
}
.modal-root:has(#modal-remove-product-warning) {
  max-width: 632px;
}
.modal-root:has(#modal-extend-lead-time), .modal-root:has(#modal-mass-update-lead-times), .modal-root:has(#modal-product-lead-time), .modal-root:has(#modal-feature-product), .modal-root:has(#modal-update-product-parameter) {
  max-width: 632px;
  overflow-y: unset;
}
.modal-root:has(#modal-extend-lead-time) .modal-content, .modal-root:has(#modal-mass-update-lead-times) .modal-content, .modal-root:has(#modal-product-lead-time) .modal-content, .modal-root:has(#modal-feature-product) .modal-content, .modal-root:has(#modal-update-product-parameter) .modal-content {
  overflow-y: unset;
}
.modal-root:has(#modal-extend-lead-time) .dropdown, .modal-root:has(#modal-mass-update-lead-times) .dropdown, .modal-root:has(#modal-product-lead-time) .dropdown, .modal-root:has(#modal-feature-product) .dropdown, .modal-root:has(#modal-update-product-parameter) .dropdown {
  width: 100%;
}
.modal-root:has(#modal-confirm-revert) {
  max-width: 632px;
}
.modal-root:has(#modal-confirm-revert) .button-large {
  width: 12.5rem;
}
.modal-root:has(#modal-revert-storefronts) {
  max-width: 632px;
}
.modal-root:has(#modal-revert-storefronts) .button-large {
  width: 12rem;
}
.modal-root:has(#modal-welcome-message) {
  max-width: 744px;
}
.modal-root:has(#modal-welcome-message) .button-large {
  width: 15rem;
}
.modal-root:has(#modal-welcome-message) .form-error-message {
  text-align: left;
}

.modal-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
  text-align: center;
}

.modal-close-btn {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.modal-close-icon {
  height: 24px;
  width: 24px;
}

.modal-actions {
  display: flex;
  justify-content: center;
}
.modal-actions .upload-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.modal-file-formats {
  margin: 2.5rem 0 0 0;
}

.modal-file-dimensions {
  margin: 1.5rem 0 0 0;
}

.legal-container {
  text-align: left;
}
.legal-container ol,
.legal-container ul {
  list-style-type: revert;
  padding-inline-start: 2rem;
}
.legal-container ol ol,
.legal-container ol ul,
.legal-container ul ol,
.legal-container ul ul {
  margin: 1.5rem 0 0 0;
}
.legal-container ol li,
.legal-container ul li {
  margin: 0 0 1.5rem 0;
}
.legal-container ul {
  list-style-type: revert;
}
.legal-container p {
  margin: 0 0 1.5rem;
}

.legal-headline {
  margin: 0 0 2rem 0;
}

.ol-upper-alpha {
  list-style-type: upper-alpha;
}

.ol-lower-alpha {
  list-style-type: lower-alpha;
}

.ol-upper-roman {
  list-style-type: upper-roman;
}

.ol-lower-roman {
  list-style-type: lower-roman;
}

.ol-decimal {
  list-style-type: decimal;
}

.bordered-table {
  border-collapse: collapse;
}
.bordered-table td,
.bordered-table th {
  border: 1px solid #000000;
  padding: 0.75rem;
  text-align: left;
}

.ot-form-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: auto;
  max-width: 750px;
}
.ot-form-wrapper iframe {
  border: 0;
  border-radius: 8px;
  height: 1250px;
  width: 100%;
}

.modal-upload-image-wrapper {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 2rem 0;
}
.modal-upload-image-wrapper .img-placeholder {
  background-color: #e6e6e6;
  height: 10rem;
  width: 17.5rem;
}
.modal-upload-image-wrapper img {
  max-height: 10rem;
}
.modal-upload-image-wrapper:has(+ .modal-show-error) {
  margin: 1.5rem 0 1rem 0;
}

.modal-upload-icon-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin: 0 2.5rem 0 0;
  max-width: 15.625rem;
}
.modal-upload-icon-wrapper .img-placeholder {
  background-color: #e6e6e6;
  height: 15.625rem;
  width: 15.625rem;
}
.modal-upload-icon-wrapper img {
  height: 15.625rem;
  object-fit: cover;
  object-position: top;
  width: 15.625rem;
}

.modal-error {
  color: #b30000;
  display: none;
  margin: 0 0 1rem 0;
}
.modal-error.modal-show-error {
  display: block;
}

.modal-divided-wrapper:after {
  background-color: #f2f2f2;
  content: "";
  display: block;
  height: 1px;
  margin: 2rem 0;
  width: 100%;
}
.modal-divided-wrapper + .button-horz-group button,
.modal-divided-wrapper + .button-horz-group input {
  min-width: 6.5625rem;
}

.modal-divided {
  display: flex;
}

.modal-divided-right {
  margin: 0 2px 0 0;
  text-align: left;
}

.modal-text-align-left {
  text-align: left;
}

.modal-dashboard-extend-lead-time {
  display: flex;
  gap: 1.5rem;
  text-align: left;
}
.modal-dashboard-extend-lead-time .count {
  width: 88px;
}
.modal-dashboard-extend-lead-time .period {
  width: 100%;
}

.option-table {
  min-width: 1187px;
}
.option-table.table-standard th {
  padding: 0.5rem 1rem;
}
.option-table .icon-wrapper {
  display: flex;
  justify-content: center;
}
.option-table .icon-wrapper .option-table-icon {
  height: 48px;
  width: 48px;
}
.option-table .title-icon {
  height: 24px;
  margin-right: 0.5rem;
  transition: transform 200ms ease-out;
  width: 24px;
}
.option-table.open .title-icon,
.option-table .open .title-icon {
  transform: rotate(180deg);
}
.option-table .new-badge {
  background-color: #e3bd51;
  border-radius: 8px;
  margin-left: 0.5rem;
  max-height: 24px;
  padding: 0 0.75rem;
}
.option-table .option-input-wrapper {
  align-items: center;
  display: flex;
  gap: 8px;
}
.option-table .parameter-option-input-wrapper {
  width: 400px;
}
.option-table .parameter-set-price-wrapper {
  width: 220px;
}
.option-table .editing tr:not(.invalid),
.option-table .editing .sticky-col {
  background-color: #f7eccb;
}
.option-table .invalid,
.option-table .invalid .sticky-col {
  background-color: #ffcfc7;
}
.option-table .sticky-col {
  left: 0;
  position: sticky;
  z-index: 3;
}
.option-table .sticky-col:not(th) {
  background-color: #ffffff;
}
.option-table .circle {
  background-color: transparent;
}
.option-table .circle.modified {
  background-color: #a97000;
}
.option-table .name-col {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
}
.option-table .name-col .title-wrapper {
  display: flex;
  justify-content: center;
}
.option-table .name-col .title-wrapper:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.option-table .name-col .name-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.option-table .name-col .name-display {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.option-table .name-col .controls,
.option-table .name-col .edit-wrapper {
  align-items: center;
  display: flex;
}
.option-table th {
  background-color: #faf9f7;
  border-bottom-color: #cccccc;
}
.option-table.location {
  /* Sticky right action column */
  /* End sticky right action column */
}
.option-table.location th:last-child,
.option-table.location td:last-child {
  border-left: 0;
  max-width: 85px !important;
  min-width: 85px !important;
  position: sticky;
  right: 0;
  width: 85px !important;
}
.option-table.location td:last-child {
  background-color: #ffffff;
}
.option-table.location td:last-child div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.option-table.location th:last-child:before,
.option-table.location td:last-child:before {
  border-left: 1px solid #cccccc;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}
.option-table .option-set-header .new-badge {
  display: none;
}
.option-table .option-set-header.new .cancel-button {
  display: none;
}
.option-table .option-set-header.new .new-badge {
  display: block;
}
.option-table .option-set-header.open {
  /* stylelint-disable-next-line max-nesting-depth */
}
.option-table .option-set-header.open th {
  border-bottom: 1px solid #e7a200;
}
.option-table.base-options thead:not(.open) th {
  border-bottom: 1px solid transparent;
}
.option-table.base-options td,
.option-table.base-options th {
  max-width: 100%;
  min-width: 100%;
}
.option-table.base-options td:nth-child(1),
.option-table.base-options th:nth-child(1) {
  max-width: 425px;
  min-width: 425px;
  width: 425px;
}
.option-table.base-options td:nth-child(2),
.option-table.base-options th:nth-child(2) {
  max-width: 105px;
  min-width: 105px;
  width: 105px;
}
.option-table.base-options .base-option-input,
.option-table.base-options .base-option-input input {
  max-width: 123px;
}
.option-table.option-sets td:nth-child(1),
.option-table.option-sets th:nth-child(1) {
  max-width: 425px;
  min-width: 425px;
  width: 425px;
}
.option-table.option-sets td:nth-child(2),
.option-table.option-sets th:nth-child(2) {
  max-width: 105px;
  min-width: 105px;
  width: 105px;
}
.option-table.option-sets thead:last-of-type:not(.open) th {
  border-bottom-color: transparent;
}
.option-table.option-sets .option-set-input,
.option-table.option-sets .option-set-input input {
  max-width: 135px;
}
.option-table.option-sets .option-set-price-input {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.option-table.option-sets .option-set-price-wrapper {
  align-items: center;
  display: flex;
  gap: 8px;
}

.option-set-table-wrapper {
  border: 1px solid #7f7f7f;
  border-radius: 8px;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
}
.option-set-table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 12px;
}
.option-set-table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.option-set-table-shadow-wrapper {
  position: relative;
}
.option-set-table-shadow-wrapper .shadow {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 33%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: calc(100% - 10px);
  left: 425px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 14px;
  z-index: zi-option-table-shadow;
}

.pagination-container {
  margin: 0 0 4rem 0;
}

.pagination-nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination-chev {
  height: 2.5rem;
  width: 2.5rem;
}
.pagination-chev path {
  fill: #333333;
  transition: 0.2s ease-out;
}
.pagination-chev:hover path {
  fill: #005f70;
}

.pagination-prev {
  margin: 0 0.5rem 0 0;
}

.pagination-next {
  margin: 0 0 0 0.5rem;
}

.pagination-item {
  margin: 0 0.5rem;
}
.pagination-item a {
  font-weight: 700;
}

.pagination-link {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #333333;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  text-decoration: none;
  transition: 1s ease-out;
  width: 2.5rem;
}
.pagination-link.disabled path {
  fill: #cccccc;
}
.pagination-link.disabled:hover path {
  fill: #cccccc;
}
.pagination-link.selected {
  background-color: #563852;
  color: #ffffff;
}

.pagination {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-out;
}

.pagination-hidden {
  opacity: 0;
}

.pagination-per-page {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin: 0 0 0 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.pagination-per-page .dropdown {
  width: 88px;
}

.pill {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 0.75rem;
  height: 1.5rem;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.75rem;
}

.main-sidebar {
  background-color: #faf9f7;
  border-left: 8px solid #e3bd51;
  flex: 0 0 240px;
}
.main-sidebar.location {
  background-color: #e5eae3;
  border-left: 8px solid #b9d39c;
}
.main-sidebar.location .location-name {
  background-color: #faf9f7;
}

.info-panel {
  padding: 0 1rem 0.5rem 1rem;
}
.info-panel:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 1.5rem 0 2rem 0;
  width: 100%;
}
.info-panel .back {
  margin: 0 0 0 0;
}
.info-panel .back a {
  color: #005f70;
  display: flex;
  padding: 0.5rem 0;
  text-decoration: none;
}
.info-panel .back .back-icon {
  fill: #005f70;
  height: 24px;
  margin: 0 0.5rem 0 0;
  width: 24px;
}

.curr-role-badge {
  background-color: #563852;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #ffffff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  margin: 0 0 2rem 0;
  padding: 0.25rem 1rem;
}
.curr-role-badge.staff {
  background-color: #c9d2be;
  color: #000000;
}

.org-name {
  background-color: #f2efeb;
  padding: 4px 10px;
  display: block;
  font-size: 0.75rem;
  border-radius: 8px;
  font-weight: 600;
}

.location-name {
  align-items: center;
  background-color: #f2efeb;
  border-radius: 4px;
  display: flex;
  font-size: 0.75rem;
  margin: 0.5rem 0 0 0;
  padding: 0.25rem 0.5rem;
}

.nav-treeview {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.nav-treeview.active {
  max-height: auto;
}

.nav-item.no-transition * {
  transition: none !important;
}
.nav-item.sub .text {
  margin: 0 0 0 2rem;
}
.nav-item .arrow-down {
  transition: transform 0.1s ease-out;
}
.nav-item.menu-open .arrow-down {
  transform: rotate(90deg);
}

.nav-link {
  align-items: center;
  color: #000000;
  display: flex;
  font-weight: 500;
  height: 56px;
  padding: 1rem 0.5rem 1rem 1rem;
  position: relative;
  text-decoration: none;
}
.nav-link:before {
  background-color: transparent;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s ease-out;
  width: 4px;
}
.nav-link.active, .nav-link:hover {
  background-color: #ffffff;
}
.nav-link.active .text, .nav-link:hover .text {
  color: #005f70;
}
.nav-link.active svg, .nav-link:hover svg {
  fill: #005f70;
}
.nav-link.active:before {
  background-color: #005f70;
}
.nav-link .text {
  flex: 1;
}
.nav-link .link-icon {
  height: 24px;
  margin: 0 0.5rem 0 0;
  width: 24px;
}

.status {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 4px 16px;
  position: relative;
  text-transform: uppercase;
}
.status.deactivated {
  background-color: #e8c4c4;
}
.status.deactivated .status-i {
  color: #b30000;
}
.status.notactivated, .status.pending {
  background-color: #f2f2f2;
}
.status.notactivated .status-i, .status.pending .status-i {
  color: #cccccc;
}
.status.active {
  background-color: #b9d39c;
}
.status.active .status-i {
  color: #337031;
}
.status.inactive {
  background-color: #f2f2f2;
}
.status.inactive .status-i {
  color: #cccccc;
}
.status.error {
  background-color: #e8c4c4;
}
.status.error .status-i {
  color: #b30000;
}
.status.publishing {
  background-color: #f7eccb;
}
.status.publishing .status-i {
  color: #e3bd51;
}
.status.new {
  background-color: #c4dbdf;
}
.status.new .circle {
  background-color: #005f70;
}
.status.accepted {
  background-color: #cedace;
}
.status.accepted .circle {
  background-color: #337031;
}
.status.expiring {
  background-color: #e8c4c4;
}
.status.conditional {
  background-color: #e6dac4;
}
.status.conditional .circle {
  background-color: #a97000;
}
.status.canceled {
  background-color: #d6d6d6;
}
.status.canceled .circle {
  background-color: #5b5b5a;
}
.status.expired {
  background-color: #f2f2f2;
}
.status.expired .circle {
  background-color: #cccccc;
}

.status-order {
  font-size: 0.75rem;
  gap: 0.75rem;
}

.status-i {
  margin: 0 10px 0 0;
}

.status-boxes {
  align-items: flex-start;
  display: flex;
  gap: 24px;
}
.status-boxes.history-order-filters {
  justify-content: center;
}

.status-label {
  white-space: nowrap;
}

.needs-action-label {
  position: relative;
  top: 5px;
}

.box {
  align-items: center;
  border: 3px solid #000000;
  border-radius: 8px;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 92px;
  justify-content: center;
  transition: box-shadow 0.2s ease-out;
  width: 172px;
}
.box:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.box.expiring {
  border: 2px solid #e6e6e6;
}
.box.expired {
  border-color: #b30000;
}
.box.new {
  border-color: #007185;
}
.box.accepted {
  border-color: #337031;
}
.box.conditional {
  border-color: #a97000;
}
.box.canceled {
  border-color: #5b5b5a;
}
.box.total {
  border-color: #804160;
}
.box.active.expiring, .box.active.expired {
  background-color: #f7e9e9;
  border-color: #b30000;
}
.box.active.new {
  background-color: #c4dbdf;
  border-color: #007185;
}
.box.active.accepted {
  background-color: #cedace;
  border-color: #337031;
}
.box.active.conditional {
  background-color: #e6dac4;
  border-color: #a97000;
}
.box.active.canceled {
  background-color: #d6d6d6;
  border-color: #5b5b5a;
}
.box.active.total {
  background-color: #e6d9df;
  border-color: #804160;
}
.box.active:focus {
  outline-width: 4px;
}

.sticky-panel {
  border-top: 1px solid #cccccc;
  display: block;
  height: 0;
  margin: 0 auto;
  padding: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 301;
}

.sticky-undertab {
  background-color: #e5eae3;
  border: 4px solid #b9d39c;
  border-radius: 0 0 16px 16px;
  border-top: 0 none;
  margin: 0 auto;
  padding: 2px 3.5rem;
  width: max-content;
}

.standard-table-container {
  border: 1px solid #7f7f7f;
  border-radius: 8px;
  overflow: hidden;
}

.table-standard {
  margin: 0;
  width: 100%;
}
.table-standard td,
.table-standard th {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.table-standard td:first-child,
.table-standard th:first-child {
  border-left: 0;
}
.table-standard td {
  height: 3.5rem;
  padding: 0 1rem;
  vertical-align: middle;
}
.table-standard td.small-cell {
  padding: 0.5rem 1rem;
}
.table-standard th {
  border-bottom: 1px solid #e7a200;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
}
.table-standard > tr:first-of-type,
.table-standard thead > tr:first-of-type {
  background-color: #faf9f7;
}
.table-standard tr:last-of-type td {
  border-bottom-width: 0;
}

.table-actions {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.tab-list {
  background-color: #ffffff;
  display: flex;
  gap: 2.75rem;
  height: 76px;
  margin: 0 0 34px -24px;
  padding: 40px 24px 0;
  position: sticky;
  top: 0;
  width: calc(100% + 48px);
  z-index: 201;
}
.tab-list:before {
  box-shadow: inset 0 -2px 0 0 #e6e6e6;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 76px;
  width: 100%;
}

.tab-link {
  color: #000000;
  display: block;
  font-weight: 600;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.tab-link:before {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 0.2s ease-out;
  width: 70%;
}
.tab-link.tab-link-active:before {
  background-color: #005f70;
  width: 100%;
}

.location-tab-list {
  background-color: #faf9f7;
  display: flex;
  gap: 3rem;
  height: 56px;
  margin-bottom: 30px;
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 201;
  align-items: center;
}

.location-tab-link {
  color: #000000;
  display: block;
  font-weight: 500;
  height: 100%;
  position: relative;
  white-space: nowrap;
  padding: 16px 0 10px 0;
}
.location-tab-link:before {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  bottom: -10%;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 0.2s ease-out;
  width: 70%;
}
.location-tab-link.location-tab-link-active:before {
  background-color: #005f70;
  width: 100%;
}

/* stylelint-disable selector-max-compound-selectors */
/*
 * Tabulator specific styles/overrides
 */
.tabulator {
  border: 1px solid #7f7f7f;
  border-radius: 8px;
  font-size: 0.875rem;
  scrollbar-color: #005f70 #f2f2f2;
}
.tabulator .tabulator-tableholder {
  scrollbar-width: thin;
}
.tabulator .tabulator-tableholder:focus-visible {
  border: 1px solid #ffffff;
  outline: none;
}

.tabulator .tabulator-header {
  background: #faf9f7;
  border-bottom: 1px solid #e7a200;
}
.tabulator .tabulator-header .tabulator-col {
  background: #faf9f7;
  border-left: 1px solid #cccccc;
  border-right: 0 none;
}
.tabulator .tabulator-header .tabulator-col:first-of-type {
  border-left: 0 none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  align-items: center;
  display: flex;
  height: 3.5rem;
  padding: 0.75rem 1rem;
}
.tabulator .tabulator-header .tabulator-col:hover {
  background-color: #faf9f7 !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-title-holder {
  display: flex;
  justify-content: space-between;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 1px solid #cccccc;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left + .tabulator-col {
  border-left: 0 none;
}

.col-shadow {
  background-color: transparent;
  box-shadow: 8px 0 30px 0 rgba(0, 0, 0, 0.15);
  height: calc(100% - 16px);
  position: absolute;
  top: 0;
  transition: 0.2s opacity ease-out;
}
.col-shadow.invisible {
  opacity: 0;
}

.tabulator-col-title {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
}

.tabulator-col {
  height: 3.5rem !important;
}

.tabulator-row {
  align-items: center;
  border-bottom: 1px solid #cccccc;
  display: flex;
}
.tabulator-row:last-of-type {
  border-bottom: 0 none;
}
.tabulator-row.tabulator-row-odd, .tabulator-row.tabulator-row-even {
  background-color: #ffffff;
}
.tabulator-row.tabulator-row-odd:hover, .tabulator-row.tabulator-row-even:hover {
  background-color: #ffffff;
}
.tabulator-row.tabulator-row-odd.tabulator-group, .tabulator-row.tabulator-row-even.tabulator-group {
  background-color: #f2efeb;
}
.tabulator-row.tabulator-row-odd.tabulator-group:hover, .tabulator-row.tabulator-row-even.tabulator-group:hover {
  background-color: #f2efeb !important;
}
.tabulator-row.tabulator-group {
  border-bottom: 1px solid #999999;
  border-right: 0 none;
  border-top: 0 none;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  justify-content: space-between;
  padding: 16px 48px 16px 16px;
}
.tabulator-row.tabulator-group:last-of-type {
  border-bottom: 0 none;
}
.tabulator-row.tabulator-group .tabulator-group-toggle {
  position: absolute;
  right: 10px;
}
.tabulator-row.tabulator-group .tabulator-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z"/></svg>');
  background-repeat: no-repeat;
  border: 0;
  height: 1.5rem;
  margin: 0;
  width: 1.5rem;
}
.tabulator-row.tabulator-group.tabulator-group-visible {
  border-bottom: 1px solid transparent;
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  border: 0;
  margin: 0;
  transform: rotate(180deg);
}
.tabulator-row.tabulator-group span {
  color: #000000;
  margin: 0;
}
.tabulator-row .tabulator-cell {
  align-items: center;
  border-left: 1px solid #cccccc;
  border-right: 0 none;
  color: #000000;
  display: flex;
  font-weight: 500;
  height: 3.5rem;
  padding: 0.75rem 1rem;
}
.tabulator-row .tabulator-cell:first-of-type {
  border-left: 0 none;
}
.tabulator-row .tabulator-cell a,
.tabulator-row .tabulator-cell p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabulator-row .tabulator-cell.tabulator-frozen {
  display: flex;
}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: 1px solid #cccccc;
  /* stylelint-disable-next-line max-nesting-depth */
}
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left + .tabulator-cell {
  border-left: 0 none;
}

.tabulator-group-header-left {
  display: flex;
  gap: 8px;
}

.tabulator-sticky-header .tabulator .tabulator-tableholder {
  overflow: auto;
}

.tabulator {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.tabulator-temp {
  opacity: 0;
}

.input-group {
  display: grid;
  gap: 0.5rem;
  position: relative;
}
.input-group.labeled .input-icon {
  top: 44px;
}
.input-group.labeled .currency-display {
  top: 32px;
}
.input-group.small .input-icon {
  top: 8px;
}
.input-group.small .currency-display {
  padding: 0.5rem 1rem;
}
.input-group.compact .currency-display {
  padding: 0.5rem 0.5rem;
}
.input-group.labeled.small .input-icon {
  top: 40px;
}
.input-group .input-label {
  display: inline;
  transition: color 0.2s ease-out;
}
.input-group .currency-display {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #7f7f7f;
  cursor: default;
  padding: 0.75rem 1rem;
  position: absolute;
  top: 0;
}
.input-group .input-icon {
  left: 16px;
  position: absolute;
  top: 12px;
}
.input-group .input-icon.right {
  left: unset;
  right: 16px;
}
.input-group .input {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #7f7f7f;
  cursor: text;
  height: 3rem;
  padding: 0.5rem 1rem;
  position: relative;
  transition: box-shadow 0.2s ease-out;
  width: 100%;
}
.input-group .input.currency {
  padding-left: 54px;
}
.input-group .input.currency.compact {
  padding-left: 2rem;
}
.input-group .input.search {
  border-radius: 44px;
  padding-left: 50px;
}
.input-group .input.small, .input-group .input.compact {
  height: 2.5rem;
}
.input-group .input.compact {
  padding: 0 0;
}
.input-group .input.disabled, .input-group .input:disabled {
  color: #666666;
  cursor: auto;
}
.input-group .input.date::-webkit-calendar-picker-indicator {
  background: url("/assets/icons/remix_calendar-09c44474.svg");
  background-repeat: no-repeat;
  display: inline-flex;
  height: 21px;
  opacity: 1;
  width: 22px;
}
.input-group .input.date {
  text-transform: uppercase;
}
.input-group .input:focus {
  box-shadow: inset 0 0 0 0.125rem #005f70;
  outline: none;
}
.input-group .input.password {
  padding-right: 50px;
}
.input-group .help-text {
  color: #333333;
  display: block;
}
.input-group .error-text {
  color: #b30000;
  display: none;
  line-height: 0.75rem;
}
.input-group.error .input {
  box-shadow: inset 0 0 0 1px #b30000;
}
.input-group.error .input:focus, .input-group.error .input:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #b30000;
}
.input-group.error .error-text {
  display: block;
}
.input-group.disabled .currency-display {
  color: #666666;
}
.input-group.disabled .input {
  background-color: #f2f2f2;
  cursor: default;
}
.input-group.disabled .help-text {
  color: #666666;
}
.input-group.disabled .input-label {
  color: #666666;
}
.input-group .show-hide-button.masked .password-visible {
  display: none;
}
.input-group .show-hide-button.masked .password-hidden {
  display: block;
}
.input-group .show-hide-button.unmasked .password-visible {
  display: block;
}
.input-group .show-hide-button.unmasked .password-hidden {
  display: none;
}
.input-group .show-hide-button svg {
  pointer-events: none;
}

.currency-display {
  transition: all 0.2s ease-out;
}

.using-keyboard .input:focus-visible {
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0.125rem #005f70;
  outline: -webkit-focus-ring-color auto 2px;
}

@keyframes toast-fade-in-down {
  from {
    transform: translate3d(0, -300px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes toast-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes toast-backdrop-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toast-dialog-root {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1501;
}

.toast-backdrop-root {
  align-items: center;
  animation: 225ms cubic-bezier(0.4, 0, 0.2, 1) toast-backdrop-fade-in;
  background-color: transparent;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.toast-dialog-container {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.toast-root {
  animation: 525ms cubic-bezier(0.4, 0, 0.2, 1) toast-fade-in-down;
  background-color: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-width: 1.5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 150px 32px 32px 32px;
  max-height: calc(100% - 64px);
  max-width: 656px;
  overflow-y: auto;
  padding: 1rem;
  position: relative;
  width: calc(100% - 64px);
}
.toast-root.fade-out {
  animation: 525ms cubic-bezier(0.4, 0, 0.2, 1) toast-fade-out;
  opacity: 0;
}
.toast-root.error {
  background-color: #ffcfc7;
  border-color: #b30000;
}
.toast-root.info {
  background-color: #f7eccb;
  border-color: #e3bd51;
}
.toast-root.success {
  background-color: #e3ebdb;
  border-color: #b9d39c;
}

.toast-content {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  overflow-y: auto;
}
.toast-content .toast-body {
  text-align: left;
}
.toast-content .toast-body a {
  color: #000000;
  text-decoration: underline;
}
.toast-content .toast-body a:hover {
  color: inherit;
}

.toast-icon {
  height: 24px;
  margin: 0 0.5rem 0 0;
  overflow: hidden;
  width: 24px;
}

.toast-title {
  font-weight: 600;
}

.toast-subtitle {
  margin: 4px 0 0 0;
}

.toast-close-btn {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.toast-close-icon {
  height: 24px;
  width: 24px;
}

label {
  cursor: pointer;
}

.input-toggle-wrapper {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}
.input-toggle-wrapper.label-right {
  flex-direction: row-reverse;
}
.input-toggle-wrapper.label-right .label-text,
.input-toggle-wrapper.label-right .label-text-alt {
  margin: 0 0 0 0.5rem;
}

.label-text,
.label-text-alt {
  margin: 0 0.5rem 0 0;
}
.label-text.hide,
.label-text-alt.hide {
  display: none;
}
.label-text.disabled,
.label-text-alt.disabled {
  color: #4d4d4d;
  cursor: not-allowed;
}

.input-toggle {
  height: 24px;
  position: relative;
  width: 46px;
}
.input-toggle.error .toggle {
  box-shadow: 0 0 0 2px #b30000;
}
.input-toggle.disabled .toggle,
.input-toggle.disabled input:checked + .toggle {
  background-color: #b3b3b3;
  cursor: not-allowed;
}
.input-toggle input {
  height: 0;
  opacity: 0;
  width: 0;
}
.input-toggle input:checked + .toggle {
  background-color: #563852;
}
.input-toggle input:checked + .toggle:before {
  transform: translateX(22px);
}
.input-toggle .toggle {
  background-color: #7f7f7f;
  border-radius: 40px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  transition: 0.4s;
}
.input-toggle .toggle:before {
  background-color: #ffffff;
  border-radius: 40px;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

.input-checkbox {
  cursor: pointer;
  height: 24px;
  position: relative;
  user-select: none;
  width: 24px;
}
.input-checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.input-checkbox .checkbox {
  border: 3px solid #000000;
  border-radius: 3px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.input-checkbox.disabled .checkbox {
  border-color: #999999;
  cursor: not-allowed;
}
.input-checkbox .checkbox:after {
  content: "";
  display: none;
  position: absolute;
}
.input-checkbox input:checked ~ .checkbox:after {
  display: block;
}
.input-checkbox.disabled .checkbox:after,
.input-checkbox input:checked:disabled ~ .checkbox:after {
  border-color: #999999;
}
.input-checkbox input:checked ~ .checkbox:after {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  height: 10px;
  left: 5px;
  transform: rotate(45deg);
  width: 5px;
}

.input-radio {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: relative;
  user-select: none;
  width: 24px;
}
.input-radio input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.input-radio .radio {
  border: 2px solid #000000;
  border-radius: 50%;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.input-radio .radio:after {
  content: "";
  display: none;
  position: absolute;
}
.input-radio.disabled input ~ .radio {
  background-color: #e5eae3;
  cursor: not-allowed;
}
.input-radio.disabled .radio {
  background-color: #999999;
}
.input-radio.disabled .radio:after {
  background-color: #999999;
}
.input-radio:hover input ~ .radio {
  background-color: #e5eae3;
}
.input-radio input:checked ~ .radio {
  background-color: #ffffff;
}
.input-radio input:checked ~ .radio:after {
  display: block;
}
.input-radio .radio:after {
  background-color: #000000;
  border-radius: 50%;
  height: 0.75rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
}

.using-keyboard .input-toggle:focus-within,
.using-keyboard .input-checkbox:focus-within,
.using-keyboard .input-radio:focus-within {
  outline: -webkit-focus-ring-color auto 2px;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  outline: 0;
  position: relative;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px);
}

.tippy-content {
  color: #000000;
  padding: 4px 8px;
  position: relative;
  z-index: 1;
}

h1,
.h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

h3,
.h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

body,
.body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.body-medium {
  font-weight: 500;
}

.body-semi-bold,
.link-semi-bold,
.link-semi-bold-icon {
  font-weight: 600;
}

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

.small-body {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.small-body-medium {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.small-body-semi-bold {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.small-body-bold {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.small-body-extra-bold {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5rem;
}

.captions {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.captions-medium {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.captions-semi-bold {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.captions-bold {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
}

a {
  color: #005f70;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a:hover:not(.button-primary,
.button-secondary,
.button-tertiary,
.box) {
  color: #005f70;
}

.using-keyboard a:focus,
.using-keyboard a:focus-visible {
  outline: -webkit-focus-ring-color auto 2px;
}

.catalog-status {
  text-transform: capitalize;
}

.catalog-product-header-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 2rem 0;
  width: 100%;
}
.catalog-product-header-section h1 {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.feature-product-button {
  align-items: center;
  background-color: #faf9f7;
  border-radius: 8px;
  color: #000000;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
.feature-product-button:hover {
  color: #000000;
}
.feature-product-button .filled {
  color: #e7a200;
}
.feature-product-button .outline {
  color: #b3b3b3;
}
.feature-product-button.featured .filled {
  display: block;
}
.feature-product-button.featured .outline {
  display: none;
}
.feature-product-button.featured:hover .filled {
  display: none;
}
.feature-product-button.featured:hover .outline {
  display: block;
}
.feature-product-button.not-featured .filled {
  display: none;
}
.feature-product-button.not-featured .outline {
  display: block;
}
.feature-product-button.not-featured:hover .filled {
  display: block;
}
.feature-product-button.not-featured:hover .outline {
  display: none;
}

.catalog-product-detail-section {
  display: flex;
  gap: 120px;
}

.product-details-left {
  flex: 1.5;
}
.product-details-left .flex-row {
  display: flex;
  gap: 2.5rem;
}
.product-details-left .title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.product-details-left .detail-2 {
  cursor: pointer;
}
.product-details-left .content {
  cursor: auto;
  height: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.product-details-left .accordion-hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin-top: 0.5rem;
}
.product-details-left .title-wrapper {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.product-details-left .icon {
  font-size: 0.875rem;
}
.product-details-left .open {
  transform: rotate(-180deg);
}
.product-details-left .keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product-details-left .keyword {
  background-color: #e5eae3;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  text-transform: capitalize;
  text-wrap: nowrap;
}
.product-details-left .cat-list {
  list-style: disc;
  margin-left: 1.5rem;
}
.product-details-left .others-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-details-left .other {
  display: flex;
  gap: 0.5rem;
}
.product-details-left .detail-params {
  background-color: #faf9f7;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1rem;
}
.product-details-left .detail-flex {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.product-details-left .lead-time-label {
  display: flex;
}
.product-details-left .lead-time-edit {
  margin-left: 0.5rem;
}

.product-details-right {
  flex: 1;
}

#modal-feature-product .button-large {
  width: 185px;
}
#modal-feature-product.remove .button-large {
  width: 115px;
}

.catalog-heading {
  display: flex;
  justify-content: space-between;
  /* stylelint-disable-next-line CssSyntaxError */
  margin: 2rem 0 0.125rem 0;
}

.catalog-settings-section {
  scroll-margin-top: 135px;
}
.catalog-settings-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 3.5rem 0;
  width: 100%;
}
.catalog-settings-section .input-group {
  max-width: 41.375rem;
}
.catalog-settings-section #item-type-dropdown,
.catalog-settings-section .dropdown {
  width: 41.375rem;
}
.catalog-settings-section .create-item-type-button-wrapper {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 2rem;
}
.catalog-settings-section input.small {
  width: 10.3125rem;
}
.catalog-settings-section .base-options td:nth-child(1),
.catalog-settings-section .base-options th:nth-child(1),
.catalog-settings-section .option-sets td:nth-child(1),
.catalog-settings-section .option-sets th:nth-child(1) {
  width: auto;
}
.catalog-settings-section .base-options td:nth-child(2),
.catalog-settings-section .base-options th:nth-child(2),
.catalog-settings-section .option-sets td:nth-child(2),
.catalog-settings-section .option-sets th:nth-child(2) {
  max-width: 128px;
  min-width: 128px;
  width: 128px;
}
.catalog-settings-section .base-options td:nth-child(3),
.catalog-settings-section .base-options th:nth-child(3),
.catalog-settings-section .option-sets td:nth-child(3),
.catalog-settings-section .option-sets th:nth-child(3) {
  max-width: 112px;
  min-width: 112px;
  width: 112px;
}
.catalog-settings-section .new-badge {
  align-items: center;
  display: flex;
}
.catalog-settings-section .icon-edit {
  margin: 0 0 0 0.75rem;
}

.catalog-settings-section .tabulator-cell .name {
  white-space: break-spaces;
}
.catalog-settings-section .tabulator-cell .icon-edit {
  margin-left: 5px;
}

.product-types-table .tabulator-cell .name {
  white-space: break-spaces;
}
.product-types-table .tabulator-cell .icon-edit {
  margin-left: 5px;
}

.catalog-settings-option-set-table .option-set-table-wrapper {
  border: 1px solid #7f7f7f;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
}

.catalog-settings-new-notification {
  background-color: #faf9f7;
  border: 1.5px solid #f2efeb;
  border-radius: 8px;
  margin-bottom: 3.5rem;
  padding: 1rem;
}

.catalog-settings-dropdown-group {
  display: flex;
  gap: 1.5rem;
}
.catalog-settings-dropdown-group .count {
  max-width: 5.625rem;
  width: 100%;
}
.catalog-settings-dropdown-group .dropdown {
  margin: 0;
}
.catalog-settings-dropdown-group .period {
  width: 100%;
}

.changelog-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.5rem 0;
}

.changelog-subhead {
  margin: 0 0 2rem 0;
}

.changelog-controls .search-container {
  margin: 0 1rem 0 0;
  width: 23.125rem;
}
.changelog-controls .horz-el-group {
  gap: 1.5rem;
}
.changelog-controls .horz-el-group-item {
  width: 16.875rem;
}

.changelog-row-icon {
  margin: 0 0.5rem 0 0;
}

.changelog-row-names {
  margin: 0 0.5rem;
}

#option-set-modal,
#item-type-modal {
  padding: 0.25rem 0.75rem;
  text-align: left;
}

.store-tag {
  background-color: #e5eae3;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin: 0 1rem;
  padding: 0.25rem 1rem;
  vertical-align: bottom;
  width: max-content;
}

.info-message {
  background-color: #f2efeb;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  width: 100%;
}

.info-message-title {
  margin-bottom: 0.5rem;
}

.info-message-icon {
  height: 20px;
  margin-right: 0.25rem;
  vertical-align: sub;
  width: 20px;
}

.status-catalog {
  align-items: center;
  border-radius: 8px;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding: 0 0.5rem;
  position: relative;
  text-transform: uppercase;
}
.status-catalog.published {
  background-color: #f2efeb;
}
.status-catalog.draft {
  background-color: #e8c4c4;
}

.catalog-publish-alert {
  background-color: #faf9f7;
  border: 2px solid #f2efeb;
  border-radius: 8px;
  display: flex;
  padding: 1rem;
}
.catalog-publish-alert .warning-icon {
  margin: 0 0.5rem 0 0;
}
.catalog-publish-alert .close-icon {
  height: 24px;
  width: 24px;
}

.publish-message {
  flex-grow: 1;
}

.alert-close-btn {
  height: 24px;
  width: 24px;
}

.addon-controls {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
}
.addon-controls .dropdown,
.addon-controls .search {
  width: 17.625rem;
}

.custom-product-page-section {
  scroll-margin-top: 135px;
}
.custom-product-page-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 3.5rem 0;
  width: 100%;
}
.custom-product-page-section .label-text {
  white-space: nowrap;
}

.custom-product-checkboxes {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.custom-product-fields {
  width: 568px;
}

.custom-products-dropdown {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-lead-time-dropdown {
  width: 568px;
}

.custom-products-input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.75rem 0 3rem 0;
}

.custom-products-toggle {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 104px;
  margin-bottom: 3.5rem;
}

.detail-label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.textarea-input-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.75rem 0 3rem 0;
}

.textarea-input-group textarea {
  border-radius: 4px;
  height: 112px;
  padding: 0.5rem 1rem;
  resize: none;
  width: 568px;
}
.textarea-input-group textarea:focus, .textarea-input-group textarea:focus-visible {
  border: 1px solid transparent;
  box-shadow: 0 0 0 0.125rem #005f70;
  outline: none;
}

.textarea-input-group label {
  display: none;
}

.cp-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.cp-image-list-item {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  opacity: 1;
  width: 271px;
}

.cp-image-card {
  border: 1px dashed #b3b3b3;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  width: 100%;
}
.cp-image-card.error {
  border: 1.5px solid #b30000;
}

.cp-image-card-image {
  background-color: #e6e6e6;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 24px 0;
  min-height: 135px;
}

.cp-image-card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#modal-custom-product-category {
  padding: 0 2px;
  text-align: left;
}

#product-status .label-text {
  min-width: 57px;
}

.incomplete-status {
  display: flex;
  gap: 4px;
}

.catalog-product-section {
  scroll-margin-top: 135px;
}
.catalog-product-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 3.5rem 0;
  width: 100%;
}
.catalog-product-section .input-group {
  max-width: 35.5rem;
}
.catalog-product-section input.small {
  width: 10.3125rem;
}

.catalog-product-form .alert-content {
  display: block;
}
.catalog-product-form .alert-content .alert-error-list-wrapper {
  margin: 1.5rem 0 0.5rem 2rem;
}
.catalog-product-form .alert-content.alert-red .alert-error-list-wrapper {
  display: block;
}
.catalog-product-form .alert-default-message {
  display: flex;
}
.catalog-product-form .alert-error-list {
  list-style-type: initial;
  margin-left: 1.5rem;
  text-transform: capitalize;
}

.catalog-item-type-dropdown {
  width: 500px;
}

.catalog-products-decorations-table {
  margin-top: 2rem;
  width: 568px;
}

.decoration-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}
.decoration-row:nth-child(even) {
  background-color: #e5eae3;
}

.decoration-disabled-tooltip {
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
}

.decoration-name-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.catalog-products-icon-list {
  align-items: center;
  display: flex;
  justify-content: center;
}
.catalog-products-icon-list path {
  fill: #7f7f7f;
  transition: all 0.2s ease-out;
}
.catalog-products-icon-list .button-icon {
  display: inline-flex;
  position: relative;
}
.catalog-products-icon-list .button-icon:after {
  background-color: #e6e6e6;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  right: -1px;
  width: 1px;
}
.catalog-products-icon-list .button-icon:hover path {
  fill: #563852;
}
.catalog-products-icon-list .button-icon:last-of-type {
  margin: 0;
}
.catalog-products-icon-list .button-icon:last-of-type:after {
  content: none;
}
.catalog-products-icon-list .button-icon.selected path {
  fill: #804160;
}

.catalog-products-controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}
.catalog-products-controls .dropdown {
  width: 282px;
}
.catalog-products-controls .horz-el-group {
  gap: 24px;
}
.catalog-products-controls .search {
  width: 282px;
}

.catalog-product-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: left;
  line-height: 2.25rem;
}

.dashboard-flex-group {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.dashboard-flex-group .locations {
  flex-grow: 1;
}
.dashboard-flex-group .locations .button-secondary {
  align-self: start;
}
.dashboard-flex-group .section-heading {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  white-space: nowrap;
}
.dashboard-flex-group .title {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.dashboard-flex-group .title .icon {
  display: flex;
}

.dashboard-sections {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 2rem;
}

.dashboard-top-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
}
.dashboard-top-content .store-titles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-top-content .public-name {
  font-size: 1rem;
  font-weight: 600;
}

.dashboard-status-sections {
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin: 1.25rem 0 30px 0;
  padding: 1.5rem;
}
.dashboard-status-sections .section-heading {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
}

.dashboard-left-section {
  display: flex;
  flex: 1.5;
  flex-direction: column;
  gap: 1.25rem;
}

.dashboard-right-section {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
}
.dashboard-right-section .quick-actions {
  flex-grow: 1;
}
.dashboard-right-section .action-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 22px;
}
.dashboard-right-section .action-btns .btns {
  font-weight: 600;
}
.dashboard-right-section .online-ordering {
  text-transform: none;
}
.dashboard-right-section .store-front-links {
  line-height: 26px;
  margin: 10px 0;
}
.dashboard-right-section .quick-actions {
  flex-grow: 1;
}
.dashboard-right-section .quick-actions-section {
  margin-bottom: 1.5rem;
}
.dashboard-right-section .quick-actions-section li {
  padding: 0.25rem 0;
}

.dashboard-top-header {
  background-color: #e5eae3;
  margin-left: -1.5rem;
  margin-top: -4rem;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.dashboard-loc-cat-brand {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 0 1.5rem 0;
  gap: 1.5rem;
}
.dashboard-loc-cat-brand .info-card {
  background-color: #faf9f7;
  display: flex;
  border-radius: 8px;
  flex: 1;
  padding: 1rem 156px 1rem 1rem;
  gap: 0.5rem;
}
.dashboard-loc-cat-brand .info-detail-1 {
  font-weight: 600;
}
.dashboard-loc-cat-brand .info-detail-2 {
  text-wrap: nowrap;
}

.dashboard-location-sections {
  display: flex;
  gap: 1.5rem;
}
.dashboard-location-sections .button-table:hover {
  color: #ffffff;
  text-decoration: none !important;
}

.dashboard-location-sections > :nth-child(2) {
  flex: 1;
}

.dashboard-sub-section {
  border: 1px solid #cccccc;
  border-radius: 8px;
  flex: 1;
}

.dashboard-online-ordering {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 1.5rem;
}
.dashboard-online-ordering .toggle-btns {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 22px;
}
.dashboard-online-ordering .toggle-inputs {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 1rem;
}
.dashboard-online-ordering .input-toggle input:checked + .toggle {
  background-color: #005f70;
}

.dashboard-lead-time {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.dashboard-lead-time .title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.disabled-link {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #999999;
  display: flex;
  pointer-events: none;
}
.disabled-link:not(.nohover):hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #999999;
}
.disabled-link path {
  fill: #999999;
}
.disabled-link .path {
  stroke: #999999;
}

.leadtime-values {
  margin-top: 1rem;
}

.leadtime {
  display: flex;
  gap: 8px;
  align-items: center;
}

.status {
  gap: 0.5rem;
  max-height: 32px;
}
.status.leadtime-default {
  background-color: #cedace;
}
.status.leadtime-default .circle {
  background: #337031;
}
.status.leadtime-override {
  background-color: #e6dac4;
}
.status.leadtime-override .circle {
  background: #a97000;
}

.detail-header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.dashboard-location-store-hours {
  display: flex;
  gap: 1.5rem;
  margin-top: 30px;
}
.dashboard-location-store-hours .button-table:hover {
  color: #ffffff;
  text-decoration: none !important;
}

.store-hours {
  border: 1px solid #cccccc;
  border-radius: 8px;
  flex: 1;
}

.location-information-flex-group {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

.store-details {
  padding: 0 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-details .details {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  gap: 8px;
  margin-top: 0.75rem;
}
.store-details .address {
  align-items: normal;
}
.store-details .customer-number {
  align-items: normal;
  flex-direction: column;
}

.store-hours-table {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.store-hours-table table {
  margin: 0;
}
.store-hours-table tr {
  display: flex;
  gap: 2rem;
}
.store-hours-table td {
  padding: 0.25rem 0;
}
.store-hours-table .days {
  width: 84px;
}

.holiday-vacation-hours-table {
  flex: 2;
  border: 1px solid #cccccc;
  height: 340px;
  overflow-y: auto;
}
.holiday-vacation-hours-table .title-wrapper {
  display: flex;
  justify-content: space-between;
}
.holiday-vacation-hours-table .table-header-flex {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
}
.holiday-vacation-hours-table .table-header-flex:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.holiday-vacation-hours-table .table-standard th:first-child {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}

.holiday-vacation-hours-table::-webkit-scrollbar {
  width: 8px;
}

.holiday-vacation-hours-table::-webkit-scrollbar-thumb {
  background: #005f70;
  border-radius: 6px;
}

.quick-links-header {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.quick-links-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 1.5rem;
}

.collapsible-table {
  table-layout: auto;
}
.collapsible-table .holiday-hours-data {
  font-size: 0.875rem;
  font-weight: 500;
}
.collapsible-table .title-icon {
  height: 24px;
  margin-right: 0.5rem;
  transform: rotate(180deg);
  transition: transform 200ms;
  width: 24px;
}
.collapsible-table.open .holiday-hours-data {
  background-color: unset;
  display: revert;
}
.collapsible-table.open .holiday-hours-data.editing {
  background-color: #f7eccb;
}
.collapsible-table.open .title-icon {
  transform: rotate(0deg);
}
.collapsible-table .holiday-empty-state {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 250px;
  gap: 1rem;
}

.new-holiday-hour-row {
  background-color: #f7eccb;
}

.edit-location-page-heading {
  margin: 36px 0;
  position: relative;
}

.edit-location-forms .input-group {
  margin-bottom: 1.5rem;
  width: 662px;
}

.edit-state-zip {
  display: flex;
  gap: 1.5rem;
  width: 662px;
}
.edit-state-zip .dropdown,
.edit-state-zip .input-group {
  margin: 0;
  width: 100%;
}

.edit-location-forms label {
  font-weight: 600;
}

.action-group {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 80px;
  justify-content: flex-end;
  margin-top: 2.75rem;
  width: 662px;
}

.btn-cancel-edit {
  font-weight: 600;
}

.location-controls .search {
  width: 22.8125rem;
}
.location-controls .dropdown {
  width: 16.5625rem;
}

.locations-grouping-header {
  margin: 2rem 0;
}

.locations-group-page-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 3.5rem 0;
  width: 100%;
}
.locations-group-page-section .headline {
  margin: 0 0 1.5rem 0;
}
.locations-group-page-section .input-group {
  margin: 0 0 2rem 0;
  max-width: 41.375rem;
}
.locations-group-page-section .dropdown {
  max-width: 41.375rem;
}
.locations-group-page-section .icon-tooltip {
  display: block;
  left: 200px;
  position: absolute;
  top: -8px;
  z-index: 190;
}

.locations-group-admin-form-label {
  position: relative;
}

.location-grouping-form-submit {
  max-width: 41.375rem;
}

.modified-dot {
  background: #a97000;
  border-radius: 50%;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.logged-out-body {
  display: flex;
  flex-direction: column;
}

.lo-logo {
  margin: auto;
}

.lo-content-container {
  background-image: url("/assets/login-page-3f0480ae.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-left: 8px solid transparent;
  display: flex;
  flex-grow: 1;
}

.lo-content {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.login-form-container {
  background-color: #ffffff;
  border-radius: 8px;
  margin: 2rem 1rem 2rem 7.5rem;
  padding: 2rem;
  width: 29.25rem;
}
.login-form-container svg {
  max-width: 13.75rem;
}

.login-form {
  margin: auto;
  padding: 0;
}
.login-form .contact-detail {
  align-items: center;
  display: flex;
  font-weight: 600;
  margin-bottom: 1rem;
}
.login-form .contact-detail:last-of-type {
  margin-bottom: 1.5rem;
}
.login-form .contact-icon {
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
}
.login-form .bulleted-list {
  margin-left: 0.5rem;
}
.login-form .bulleted-list li:before {
  content: "•";
  font-size: 1rem;
  margin-right: 0.5rem;
}

.login-form-actions {
  display: flex;
  gap: 1rem;
}

/* Full-screen overlay for the popup */
.popup {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent; /* Semi-transparent background */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /*border: 2px solid black; */
}

/* Popup content styling */
.popup-content-qr {
  margin-top: 0;
  margin-left: 150px;
  background-color: #ffffff;
  padding: 20px;
  padding-top: 200px;
  border-radius: 8px;
  width: 450px;
  height: 600px;
  text-align: center;
  /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
  border: 2px solid #ffffff;
}

.popup-content-sms {
  margin-top: 0;
  margin-left: 150px;
  background-color: #ffffff;
  padding: 20px;
  padding-top: 240px;
  border-radius: 8px;
  width: 450px;
  height: 640px;
  text-align: center;
  /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
  border: 2px solid #ffffff;
}

/* Close button styling */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
}

.clear {
  background-color: transparent;
}

.mass-update-header {
  margin: 2rem 0;
}

.mass-update-stores-dropdown-wrapper {
  margin-bottom: 3.5rem;
  max-width: 566px;
}

.toggle-24-7 {
  margin: 1.5rem 0 3rem;
}

.table-header-section {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.table-header-section > :last-child {
  flex: 0 0 fit-content;
}

.table-header-section.mass-update > .body {
  max-width: 566px;
}

.hours-update-table {
  border: 1px solid #7f7f7f;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  table-layout: auto;
}
.hours-update-table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.hours-update-table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.hours-update-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.hours-update-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.hours-update-table .date-col {
  width: 13.75rem;
}
.hours-update-table .dropdown-col {
  width: 14.1875rem;
}
.hours-update-table .dropdown {
  max-width: 13.375rem;
}
.hours-update-table .toggle-col {
  width: 9.0625rem;
}
.hours-update-table .time-col {
  width: 22.5rem;
}

.delete-col .delete-link {
  display: unset;
}
.delete-col .delete-link svg {
  pointer-events: none;
}
.delete-col .placeholder {
  display: none;
  text-align: center;
}
.delete-col.no-delete .delete-link {
  display: none;
}
.delete-col.no-delete .placeholder {
  display: block;
}

.order-details-heading {
  display: flex;
  justify-content: space-between;
  margin: 36px 0;
}
.order-details-heading .head {
  display: flex;
  justify-content: space-between;
}
.order-details-heading .order-status {
  height: 32px;
  margin-left: 1rem;
}
.order-details-heading .status {
  max-height: 32px;
}
.order-details-heading .action-group {
  align-items: flex-start;
  flex-grow: 1;
  margin-top: auto;
}

.page-heading-order {
  margin-right: 1rem;
}

.order-customer-details-wrapper .order-line-detail {
  display: flex;
  margin-bottom: 1.5rem;
}
.order-customer-details-wrapper .order-line-detail .small-body-bold {
  padding-right: 1rem;
}

.order-status-form {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5rem;
}
.order-status-form:not(:nth-child(2)) {
  padding-left: 1.5rem;
}

.order-customer-details {
  border-bottom: 1px solid #e6e6e6;
}

.order-customer-section {
  border-right: 1px solid #e6e6e6;
}
.order-customer-section:not(:nth-child(1)) {
  padding-left: 1.5rem;
}

.order-status-block.new {
  display: block;
}
.order-status-block.active {
  display: block;
}
.order-status-block.pickup-ready {
  display: block;
}
.order-status-block.canceled {
  display: block;
}
.order-status-block .action-group {
  display: flex;
  flex-direction: row;
  gap: unset;
  height: auto;
  justify-content: flex-start;
  margin-top: auto;
}
.order-status-block .button-primary {
  margin-right: 1rem;
}

.order-confirmation {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.order-confirmation .input-toggle-wrapper {
  padding-bottom: 1rem;
}

.order-status-content {
  background-color: #f2efeb;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.order-status-date {
  display: flex;
}
.order-status-date .captions-bold {
  padding-right: 1rem;
}

.order-status-content {
  background-color: #f2efeb;
}

.order-product-details {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.order-product-image {
  padding: 0 1rem;
}
.order-product-image img {
  margin-bottom: 1rem;
}
.order-product-image .zoom-icon {
  cursor: pointer;
  float: right;
}

.order-specs {
  background-color: #faf9f7;
  border-radius: 8px;
  padding: 2rem 3rem;
}
.order-specs .order-specs-item {
  margin-bottom: 1rem;
}

.order-customer-comments {
  background-color: #f2efeb;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.order-print-customer-comments {
  display: none;
}

.order-photocake-specs {
  border-top: 1px solid #cccccc;
  margin-top: 2rem;
  padding-top: 2rem;
}

.order-addon-tile {
  display: flex;
  flex-direction: row;
}

.order-addon-image {
  max-width: 126px;
  padding: 6px 1.5rem 0;
}

.order-addon-content {
  padding-left: 0.5rem;
}

.order-addon-detail-line {
  padding-bottom: 0.5rem;
}
.order-addon-detail-line:not(:nth-child(2)) {
  display: flex;
}
.order-addon-detail-line .small-body-bold {
  padding-right: 10px;
}

.order-details-print-form .order-line-detail {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.order-details-print-form .order-line-detail .small-body-bold {
  padding-right: 0.5rem;
}

.order-details-print-header {
  border-bottom: 2px solid #e3bd51;
  display: flex;
  flex-direction: row;
  padding: 1.5rem 0 1rem;
  width: 100%;
}
.order-details-print-header .order-details-print-headline {
  display: flex;
  flex-grow: 1;
  width: auto;
}
.order-details-print-header .order-details-print-subhead {
  padding-top: 0.25rem;
  width: auto;
}
.order-details-print-header .status {
  margin-left: 1rem;
}

.order-details-print-customer {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 1rem;
}
.order-details-print-customer .order-details-print-subhead {
  padding-bottom: 1rem;
}
.order-details-print-customer .order-customer-section {
  border-right: 0 none;
}
.order-details-print-customer .order-customer-section:not(:nth-child(1)) {
  padding-left: 2.5rem;
}
.order-details-print-customer .print-small-body-extra-bold {
  font-size: 0.875rem;
  font-weight: 800;
}
.order-details-print-customer .warning-icon {
  display: none;
}

.order-details-print-product .order-product-details {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding-bottom: 0;
}
.order-details-print-product .order-specs {
  background: none;
  padding: 1rem 1.5rem 0;
}
.order-details-print-product .order-specs .order-details-subhead {
  padding-bottom: 1rem;
}
.order-details-print-product .order-details-specs {
  border-bottom: 0 none;
  padding-bottom: 0;
  padding-left: 1rem;
}
.order-details-print-product .order-photocake-specs {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-top: 0;
  padding-left: 1rem;
  padding-top: 0;
}
.order-details-print-product .order-photocake-specs .order-details-subhead {
  display: none;
}
.order-details-print-product .order-photocake-data,
.order-details-print-product .order-photocake-uploads {
  flex-direction: column;
}
.order-details-print-product .order-details-print-subhead {
  padding-bottom: 0.5rem;
}
.order-details-print-product .zoom-icon {
  display: none;
}
.order-details-print-product .order-customer-comments {
  display: none;
}
.order-details-print-product .order-print-customer-comments {
  display: flex;
  flex-direction: column;
}
.order-details-print-product .order-print-customer-comments .order-details-print-subhead {
  display: block;
  padding-top: 1rem;
  width: auto;
}
.order-details-print-product .order-specs-item {
  display: flex;
  width: 100%;
}
.order-details-print-product .order-specs-item .small-body-bold {
  padding-right: 0.5rem;
}

.order-details-print-addons {
  margin-top: 1rem;
}
.order-details-print-addons .order-addons {
  padding-top: 0;
}
.order-details-print-addons .order-details-print-subhead {
  padding-bottom: 0.5rem;
}

.page-heading-section {
  display: flex;
  justify-content: space-between;
}

.order-tabs {
  display: flex;
  font-weight: 700;
  gap: 0.75rem;
}

.tab-line:after {
  background-color: #000000;
  content: "";
  display: block;
  height: 24px;
  width: 1px;
}

.active {
  color: #000000;
}

.order-search-filters {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.order-search-filters .locations-filter {
  width: 265px;
}

.order-search-input {
  width: 466px;
}

.expiring-order {
  background-color: #f7e9e9 !important;
}
.expiring-order:hover {
  background-color: #f7e9e9 !important;
}

.pick-up-date {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  white-space: nowrap;
}

.date-time {
  width: 110px;
}

.warning-icon {
  display: flex;
  margin-left: 0.5rem;
  position: relative;
}

.modal-root:has(#modal-cancel-order .dropdown-list.open) {
  overflow-y: unset;
}

.modal-content:has(#modal-cancel-order .dropdown-list.open) {
  overflow-y: unset;
}

.parameter-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.create-parameter-icon {
  margin-right: 0.5rem;
}

.catalog-parameter-controls .search {
  width: 22.8125rem;
}
.catalog-parameter-controls .dropdown {
  width: 16.5625rem;
}
.catalog-parameter-controls .horz-el-group {
  gap: 1.5rem;
}

.parameter-header-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.parameters-table-wrapper {
  border: 1px solid #7f7f7f;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-parameter-modal-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
.product-parameter-modal-body .dropdown {
  width: 400px;
}

.params-badge {
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 12px;
  text-transform: capitalize;
}

.parameters-table .icon-wrapper {
  display: flex;
  justify-content: center;
}
.parameters-table .title-icon {
  height: 24px;
  margin-right: 0.5rem;
  transition: transform 200ms ease-out;
  width: 24px;
}
.parameters-table.open .title-icon,
.parameters-table .open .title-icon {
  transform: rotate(180deg);
}
.parameters-table .sticky-col:not(th) {
  background-color: #ffffff;
}
.parameters-table .name-col {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.parameters-table .name-col .title-wrapper {
  display: flex;
  justify-content: center;
}
.parameters-table .name-col .title-wrapper:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.parameter-tbody:last-of-type .content {
  border-bottom: 0 none;
}
.parameter-tbody .content {
  border-bottom: 1px solid #cccccc;
  font-size: 0.875rem;
  text-wrap: nowrap;
}

.params-name {
  align-items: center;
  gap: 0.5rem;
  width: 685px;
}

.params-location {
  width: 240px;
}

.params-count {
  width: 240px;
}

.parameter-header {
  text-wrap: nowrap;
}
.parameter-header:not(.open) th {
  border-bottom: 1px solid #cccccc;
}
.parameter-header:last-of-type:not(.open) th {
  border-bottom: 0 none;
}
.parameter-header.open th {
  border-bottom: 1px solid #e7a200;
}

.link-in-use {
  color: #000000;
  font-weight: 700;
}
.link-in-use:hover {
  color: #000000 !important;
  cursor: auto;
}

.parameter-icon {
  display: block;
  margin: auto;
}

.parameter-product-search {
  width: 368px;
}

.parameter-product-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  flex: 1 1 377px;
  flex-direction: column;
  max-width: 384px;
}
.parameter-product-card.active {
  border-color: #563852;
  border-width: 2px;
}
.parameter-product-card.active .parameter-product-card-footer {
  border-color: #563852;
  border-width: 2px;
}

.parameter-assign-products-section {
  align-items: center;
  background-color: #faf9f7;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  width: 564px;
}

.parameter-product-card-footer {
  border-top: 1px solid #e6e6e6;
  display: flex;
  justify-content: end;
  padding: 0.5rem 1rem;
}
.parameter-product-card-footer p {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  width: 100%;
}
.parameter-product-card-footer .notice {
  cursor: default;
  display: flex;
  gap: 4px;
  justify-content: end;
}

.parameter-product-card-body {
  display: flex;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
}
.parameter-product-card-body .product-image {
  height: 96px;
  margin-right: 1rem;
  width: 116px;
}

.parameter-product-card-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-right: 0.5rem;
  text-align: left;
}
.parameter-product-card-info .product-name {
  display: block;
  max-height: 48px;
  max-width: 172px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
@supports (-webkit-line-clamp: 2) {
  .parameter-product-card-info .product-name {
    -webkit-box-orient: vertical;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-wrap: wrap;
    white-space: initial;
    word-wrap: break-word;
  }
}

.catalog-paramater-info {
  background-color: #faf9f7;
  display: flex;
  gap: 40px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 2px solid #f2efeb;
}

.parameter-show-subtitle {
  display: flex;
  gap: 0.5rem;
}
.parameter-show-subtitle .circle {
  background-color: #a97000;
}

.parameter-detail-info {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 1rem;
}

.parameter-modified {
  display: flex;
  gap: 0.5rem;
  background-color: #e6dac4;
}

.parameter-base-option-disabled {
  background-color: #f2f2f2 !important;
  color: #666666;
}

.reports-pages .filter-bar {
  display: flex;
  gap: 24px;
  margin: 0 0 40px 0;
}
.reports-pages .filter-bar .dropdown {
  width: 270px;
}
.reports-pages .filter-bar .date {
  width: 200px;
}
.reports-pages .filter-submit-button {
  margin: 2.25rem 0 0 0;
}
.reports-pages .actions {
  display: flex;
  justify-content: end;
  margin-right: 8px;
  padding-bottom: 24px;
  padding-top: 32px;
  width: 100%;
}
.reports-pages .report-summary {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px;
  overflow-x: auto;
}
.reports-pages .report-summary::-webkit-scrollbar {
  height: 8px;
}
.reports-pages .report-summary::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.reports-pages .report-summary::-webkit-scrollbar-thumb {
  background-color: #005f70;
  border-radius: 8px;
}
.reports-pages .result-box {
  margin-top: 30px;
  max-height: 800px;
  overflow-x: scroll;
}

#printingIframe {
  display: none;
}
#printingIframe thead {
  border-bottom: 1px solid;
  border-color: #cccccc;
  font-weight: bold;
  margin-bottom: 10px;
}
#printingIframe thead th,
#printingIframe thead td {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  min-width: 120px;
  padding-left: 10px;
}
#printingIframe tbody th,
#printingIframe tbody td {
  line-height: 20px;
  padding: 10px;
}
#printingIframe tbody tr {
  min-height: 50px;
}
#printingIframe tbody tr:nth-child(odd) {
  background-color: #4d4d4d;
}
#printingIframe tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.banner-section-subhead {
  margin: 0 0 1.5rem 0;
}

.upload-cta-wrapper {
  margin: 1.5rem 0;
}

.banner-more-info {
  margin: 0.25rem 0 0 0;
}

.celebration-link:hover {
  text-decoration: underline;
}

#modal-featured-category .modal-divided-wrapper:after {
  margin: 48px 0;
}

.featured-category-subhead {
  margin: 0 0 1rem 0;
}

.featured-category-cta {
  margin: 0 0 2rem 0;
}

.feat-cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feat-cat-grid .card {
  height: auto;
  width: 282px;
}
.feat-cat-grid .card-title {
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
}
.feat-cat-grid .card-title .card-title-text {
  -webkit-box-orient: vertical;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feat-cat-grid .card-design-text {
  -webkit-box-orient: vertical;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-category-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  max-height: 272px;
  max-width: 240px;
  min-width: 240px;
}
.modal-category-image.blank {
  background-color: #f2f2f2;
}
.modal-category-image.blank img {
  display: none;
}
.modal-category-image img {
  min-width: 240px;
}

.modal-category-content {
  text-align: left;
}
.modal-category-content .dropdown {
  margin: 1.5rem 0 0 0;
}

.tox-tinymce-aux {
  z-index: 9999;
}

.welcome-message-field-error .tox-tinymce {
  border-color: #b30000;
}

.custom-category-name {
  letter-spacing: -0.1px;
  margin: 1px 1rem 0;
}

#custom-category-table {
  margin-top: 2.75rem;
}
#custom-category-table.tabulator {
  background-color: #ffffff;
  min-height: 114px;
}
#custom-category-table .tabulator-tableholder {
  height: 100% !important;
}
#custom-category-table .tabulator-row.editing {
  background-color: #f7eccb;
}
#custom-category-table .tabulator-row.editing:hover {
  background-color: #f7eccb !important;
}
#custom-category-table .editing div[tabulator-field=name] {
  width: 1086.18px;
}
#custom-category-table .editing div[tabulator-field=actions] {
  width: 112px;
}
#custom-category-table .edit-row {
  display: flex;
}
#custom-category-table .save-row {
  display: flex;
}
#custom-category-table .input-group {
  width: 536px;
}

.storefront-options-page-section:before {
  background: linear-gradient(to left, #ffffff 49.63%, rgba(255, 255, 255, 0.467642) 80.7%, rgba(255, 255, 255, 0) 113.21%);
  content: "";
  display: block;
  height: 88px;
  position: absolute;
  right: 0;
  width: 250px;
}
.storefront-options-page-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 0.75rem 0 1.5rem 0;
  width: 100%;
}
.storefront-options-page-section .set-scroll {
  overflow-x: auto;
}

.storefront-selection-container {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 0.75rem;
  width: 1100px;
}
.storefront-selection-container::-webkit-scrollbar {
  height: 8px;
}
.storefront-selection-container::-webkit-scrollbar-thumb {
  background-color: #005f70;
  border-radius: 0.5rem;
}

.storefront-selections {
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  gap: 0.25rem;
  height: 88px;
  padding: 1rem 0.5rem;
  transition: box-shadow 0.2s ease-out;
  width: 242px;
}
.storefront-selections.active {
  border: 2px solid #804160;
}
.storefront-selections:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  color: #000000;
}

.storefront-selections-info {
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.storefront-selections-info .store-name {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.storefront-selections-info .store-count {
  font-size: 1rem;
  font-weight: 600;
  text-wrap: nowrap;
}

.storefront-selection-logo {
  padding: 2px 0.25rem;
  width: 84px;
}

.storefront-location-input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.75rem 0 4rem 0;
}

.storefront-locations-fields {
  width: 568px;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 2rem 0;
}
.brands-list .storefront-card {
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  flex: 1 1 377px;
  gap: 1rem;
  height: 124px;
  max-width: 384px;
  padding: 1rem 1.5rem;
  transition: box-shadow 0.2s ease-out;
}
.brands-list .storefront-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.brands-list .storefront-logo {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 142px;
  width: 100%;
}
.brands-list .brand-name {
  color: #333333;
  text-transform: uppercase;
}
.brands-list .brand-locations-count {
  color: #000000;
}

.location-edit-warning {
  background-color: #faf9f7;
  border: 2px solid #f2efeb;
  border-radius: 8px;
  display: flex;
  padding: 1rem;
}
.location-edit-warning .warning-icon {
  margin: 0 0.5rem 0 0;
}

.location-edit-message {
  flex-grow: 1;
}

.location-edit-head {
  display: flex;
  justify-content: space-between;
}

.location-edit-revert {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.location-edit-title {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: fit-content;
}
.location-edit-title .status {
  gap: 0.5rem;
  max-height: 32px;
}
.location-edit-title .status.storefront-default {
  background-color: #cedace;
}
.location-edit-title .status.storefront-default .circle {
  background: #337031;
}
.location-edit-title .status.storefront-override {
  background-color: #e6dac4;
}
.location-edit-title .status.storefront-override .circle {
  background: #a97000;
}

.groups-checked {
  flex-grow: 1;
}

.groups-table .input-toggle-wrapper,
.locations-table .input-toggle-wrapper {
  display: flex;
}
.groups-table .tabulator-row:has(input:checked),
.locations-table .tabulator-row:has(input:checked) {
  background-color: #f7eccb;
}

#banner .section-heading,
#welcome-message .section-heading {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
#banner .section-heading .modified-dot,
#welcome-message .section-heading .modified-dot {
  background: #a97000;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.users-controls {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
}
.users-controls .search-container {
  margin: 0 1rem 0 0;
  width: 29.0625rem;
}
.users-controls .horz-el-group-item {
  width: 16.5625rem;
}

.user-header {
  margin: 2rem 0;
}

.user-page-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 3.5rem 0;
  width: 100%;
}
.user-page-section .headline {
  margin: 0 0 1.5rem 0;
}
.user-page-section .subhead {
  margin: 0 0 0.25rem 0;
}
.user-page-section .input-group {
  margin: 0 0 2rem 0;
  max-width: 41.375rem;
}
.user-page-section .dropdown {
  max-width: 41.375rem;
}

.toggle-dropdown-group {
  display: flex;
  margin: 0 0 1.5rem 0;
  max-width: 41.375rem;
}

.toggle-dropdown-toggle {
  flex-shrink: 0;
  height: 1.5rem;
  margin: 0.75rem 2rem 0 0;
  width: 11.25rem;
}

.toggle-dropdown-dropdown {
  width: 100%;
}

.user-form-submit {
  max-width: 41.375rem;
}

.support-option {
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px;
}
.support-option .r-icon-button {
  height: 32px;
  width: 32px;
}

.support-icon-container {
  align-items: center;
  background-color: #e6d9df;
  border-radius: 8px;
  display: flex;
  height: 64px;
  justify-content: center;
  margin: 0 0 24px 0;
  width: 64px;
}

.notification-form-submit {
  max-width: 41.375rem;
}

.notification-page-section:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 3.5rem 0;
  width: 100%;
}
.notification-page-section .input-group {
  margin: 0 0 2rem 0;
  max-width: 41.375rem;
}

html {
  overflow-x: hidden;
}

main {
  flex: 1;
  margin: 4rem 1.5rem 4rem 1.5rem;
  max-width: 1200px;
  min-width: 1200px;
}

.page-heading {
  margin: 0 0 3.5rem 0;
}

.page-section {
  margin: 0 0 4rem 0;
}

.section-heading {
  margin: 0 0 0.5rem 0;
}

.back-page-link {
  display: flex;
  font-weight: 600;
  gap: 0.25rem;
}

.mini-divider {
  background-color: transparent;
  border: 0;
  margin-bottom: 2rem;
  width: 78px;
}
.mini-divider.gold {
  border-bottom: 2px solid #e7a200;
}

.circle {
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.horizontal-line {
  background-color: #e6e6e6;
  border: 0 none;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

/* stylelint-disable-next-line selector-class-pattern */
.field_with_errors {
  border-color: #b30000;
}

.form-error-message {
  color: #b30000;
}

.header-controls {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.horz-el-group {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 16px;
}
.horz-el-group.small {
  gap: 8px;
}
.horz-el-group.space-between {
  justify-content: space-between;
}

.vert-el-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vert-el-group.small {
  gap: 8px;
}

.input-required {
  color: #b30000;
  display: inline;
}

input[type=date]:invalid {
  color: #666666;
}

.form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.75rem 0 3rem 0;
}

.hidden {
  display: none !important;
}

.table-components {
  margin: 2rem auto;
  width: calc(100% - 20px);
}
.table-components td,
.table-components th,
.table-components tr {
  border: 1px solid #000000;
}

.italic {
  font-style: italic;
}

.datepicker.invalid {
  color: #7f7f7f;
}
.datepicker.small .date {
  height: 2.5rem;
}

.align-center {
  align-items: center;
}

.action-icon {
  margin: 0 auto;
}
.action-icon path {
  fill: #804160;
  transition: fill 0.2s ease-out;
}
.action-icon:hover path {
  fill: #563852;
}

.underline-hover:hover {
  text-decoration: underline;
}

.modal-unsaved-changes-link {
  display: none;
}

.vertical-divide {
  background-color: #cccccc;
  width: 1px;
}

.search-filter-container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.additional-filters-section {
  border-top: 1px solid #e6e6e6;
  display: none;
  gap: 1.5rem;
  margin: 1.5rem 0;
  padding-top: 1.5rem;
}
.additional-filters-section.open {
  display: flex;
}
.additional-filters-section .dropdown {
  width: 282px;
}
