
@import url('global.css');
@import url('color.css');
@import url('responsive.css');
@import url('spacing.css');
@import url('typography.css');


html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
    touch-action: manipulation;
    --scrollbar-color-thumb: var(--transparent-black-30);
    --scrollbar-color-track: transparent;
    --scrollbar-width: thin;
    --scrollbar-width-legacy: 4px;
    /* Modern browsers with `scrollbar-*` support */
    /* Legacy browsers with `::-webkit-scrollbar-*` support */
  }

*:focus-visible {
    outline: 1px solid var(--focus-visible-outline, var(--Brand-Primary-Blue-500));
    outline-offset: -1px;
  }








/* header */
#special-header {
  width: 100%;
  background-color: var(--brand-bw-white);
  display: flex;
  align-items: center;
  padding: 8px var(--gs-margin);
  z-index: var(--z-nav-header);

  & button,
  & a {
    -webkit-tap-highlight-color: transparent;
  }

  @media (min-width: 600px) {
    padding-block: 16px;
  }

  & h1 {
    padding: 0;
    margin: 0;
    font-weight: unset;
  }

  & button {
    appearance: none;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  & a {
    text-decoration: none;

    &:visited {
      color: inherit;
    }
  }
}

.special-header__ci-logo {
  position: relative;
  aspect-ratio: 205 / 38;
  display: flex;
  width: unset;
  height: 24px;
  margin-right: 12px;

  @media (min-width: 600px) {
    width: 205px;
    height: 38px;
    margin-right: 32px;
  }

  & img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  & > .ci-logo-link {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;

    &:focus-visible {
      border: 1px solid var(--Brand-Primary-Blue-500);
      outline: none;
    }

    &:first-child {
      width: 87%;
    }

    &:nth-child(2) {
      width: 13%;
    }
  }
}

.special-header__title {
  padding-left: 12px;
  border-left: 1px solid var(--Brand-Gray-300);

  @media (min-width: 600px) {
    padding-left: 20px;
  }

  @media (min-width: 1024px) {
    padding-left: 24px;
  }
}

.special-header__utils {
  display: none;
  margin-left: auto;

  @media (min-width: 1024px) {
    display: flex;
  }

  & a {
    padding: 4px 10px;
    gap: 4px;
    display: flex;
    align-items: center;
    color: inherit;
  }

  & > a > i {
    margin-bottom: 3px;
  }
}

.special-header__menu-button {
  display: block;
  margin-left: auto;

  @media (min-width: 1024px) {
    display: none;
  }

  & button {
    width: 40px;
    height: 40px;
  }

  & > button .menu-icon {
    transition: color var(--transition-duration)
      var(--transition-timing-function);

    & * {
      transition: transform var(--transition-duration)
        var(--transition-timing-function);
    }
  }

  & button:hover .menu-icon {
    color: var(--brand-primary-blue-700-main);

    & :first-child {
      transform: translateY(-2px);
    }
    & :last-child {
      transform: translateY(2px);
    }
  }
}

.special-header-modal__wrapper {
  position: fixed;
  inset: 0;
  z-index: var(--z-nav-modal);
  width: 100% !important;
  background-color: var(--brand-bw-white);

  & .special-header-modal__content {
    padding: 0;
  }

  & .special-header-modal__title {
    display: none;
  }
}

#special-header-modal {
  & button,
  & a {
    -webkit-tap-highlight-color: transparent;
  }

  & a {
    text-decoration: none;
  }

  & .modal-header {
    padding: 16px var(--gs-margin);
  }
  & .close-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin-left: auto;
    border-radius: 8px;

    & .icon--close24 {
      transition: transform var(--transition-duration)
        var(--transition-timing-function);
    }

    &:hover .icon--close24 {
      transform: scaleX(110%) scaleY(50%);
    }
  }

  & .modal-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px var(--gs-margin) 80px;
    list-style-type: none;
    margin-block: 0;

    @media (min-width: 600px) {
      gap: 16px;
      padding-top: 32px;
    }
  }

  & .menu-item {
    display: block;
    width: 100%;
    border-radius: 8px;
    outline: none;
    padding-block: 8px;
    border: 1px solid transparent;

    @media (min-width: 600px) {
      padding-block: 4px;
    }

    &:focus-visible {
      border-color: var(--Brand-Primary-Blue-500);
    }
  }
}


.layout-container {
    display: block;
    /* display: grid;
    gap: var(--Spacing-Block-Gap-padding); */
    margin: 0 auto;
    max-width: 1024px;
}








/* button */
.button {
  background-color: unset;
  border-radius: 8px;
  border: none;
  outline: none;
  transition-property: color, background-color;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

/* SIZE */
.button.size-2xl {
  /* text-body2  */
  font-size: var(--body2-font-size);
  line-height: var(--body2-line-height);
  letter-spacing: var(--body2-letter-spacing);

  height: 64px;
  min-width: 64px;
  padding-inline: 24px;
}
.button.size-xl {
  /* text-body2  */
  font-size: var(--body2-font-size);
  line-height: var(--body2-line-height);
  letter-spacing: var(--body2-letter-spacing);

  height: 56px;
  min-width: 56px;
  padding-inline: 20px;
}
.button.size-l {
  /* text-body2  */
  font-size: var(--body2-font-size);
  line-height: var(--body2-line-height);
  letter-spacing: var(--body2-letter-spacing);

  height: 48px;
  min-width: 48px;
  padding-inline: 18px;
}
.button.size-m {
  /* text-body2  */
  font-size: var(--body2-font-size);
  line-height: var(--body2-line-height);
  letter-spacing: var(--body2-letter-spacing);

  height: 44px;
  min-width: 44px;
  padding-inline: 16px;
}
.button.size-s {
  /* text-body2  */
  font-size: var(--body2-font-size);
  line-height: var(--body2-line-height);
  letter-spacing: var(--body2-letter-spacing);

  height: 40px;
  min-width: 40px;
  padding-inline: 16px;
}
.button.size-xs {
  /* text-caption1  */
  font-size: var(--caption1-font-size);
  line-height: var(--caption1-line-height);
  letter-spacing: var(--caption1-letter-spacing);

  height: 36px;
  min-width: 36px;
  padding-inline: 14px;
}

/* Hug Content / Fill Container */
.button {
  &.hug {
    width: fit-content;
  }
  &.fill {
    width: 100%;
  }
}

/* STATUS PRIMARY */
.button.status-primary {
  &:focus-visible {
    /* outline-border-2px-blue-focused */
    box-shadow:
      0px 0px 0px 2px var(--brand-bw-white),
      0px 0px 0px 4px var(--Brand-Primary-Blue-500);
  }

  &.hierarchy-primary {
    background-color: var(--brand-primary-blue-700-main);
    color: var(--brand-bw-white);
    border: 0;

    &:hover {
      background-color: var(--Brand-Primary-Blue-600);
    }
    &:disabled {
      background-color: var(--Brand-Gray-50);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-tertiary {
    background-color: var(--brand-bw-white);
    border: 1px solid var(--Brand-Primary-Blue-500);
    color: var(--brand-primary-blue-700-main);

    &:hover {
      background-color: var(--Brand-Gray-25);
    }
    &:disabled {
      background-color: var(--brand-bw-white);
      border-color: var(--Brand-Gray-300);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-ghost {
    color: var(--brand-primary-blue-700-main);

    &:hover {
      background-color: var(--Brand-Primary-Blue-25);
    }
    &:disabled {
      background-color: transparent;
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-link {
    min-width: unset;
    width: fit-content;
    height: fit-content;
    padding-inline: 0;
    color: var(--brand-primary-blue-700-main);

    &:hover {
      color: var(--Brand-Primary-Blue-500);
    }
    &:disabled {
      color: var(--Brand-Gray-500);
    }
  }
}

/* STATUS SECONDARY */
.button.status-secondary {
  &:focus-visible {
    /* outline-border-2px-pink-focused  */
    box-shadow:
      0px 0px 0px 2px var(--brand-bw-white),
      0px 0px 0px 4px var(--brand-secondary-pink-500-main);
  }

  &.hierarchy-primary {
    background-color: var(--brand-secondary-pink-500-main);
    color: var(--brand-bw-white);

    &:hover {
      background-color: var(--Brand-Secondary-Pink-400);
    }
    &:disabled {
      background-color: var(--Brand-Gray-50);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-tertiary {
    background-color: var(--brand-bw-white);
    border: 1px solid var(--Brand-Secondary-Pink-400);
    color: var(--brand-secondary-pink-500-main);

    &:hover {
      background-color: var(--Brand-Gray-25);
    }
    &:disabled {
      background-color: var(--brand-bw-white);
      border-color: var(--Brand-Gray-300);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-ghost {
    color: var(--brand-secondary-pink-500-main);

    &:hover {
      background-color: var(--Brand-Secondary-Pink-25);
    }
    &:disabled {
      background-color: transparent;
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-link {
    min-width: unset;
    width: fit-content;
    height: fit-content;
    padding-inline: 0;
    color: var(--brand-secondary-pink-500-main);

    &:hover {
      color: var(--Brand-Secondary-Pink-400);
    }
    &:disabled {
      color: var(--Brand-Gray-500);
    }
  }
}

/* STATUS TERTIARY */
.button.status-tertiary {
  &:focus-visible {
    /* outline-border-2px-gray-focused */
    box-shadow:
      0px 0px 0px 2px var(--brand-bw-white),
      0px 0px 0px 4px var(--Brand-Gray-600);
  }

  &.hierarchy-tertiary {
    background-color: var(--brand-bw-white);
    border: 1px solid var(--Brand-Gray-600);
    color: var(--Brand-Gray-800);

    &:hover {
      background-color: var(--Brand-Gray-25);
    }
    &:disabled {
      background-color: var(--brand-bw-white);
      border-color: var(--Brand-Gray-300);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-tertiary-on-gray {
    background-color: var(--Brand-Gray-25);
    border: 1px solid var(--Brand-Gray-600);
    color: var(--Brand-Gray-800);

    &:hover {
      background-color: var(--brand-bw-white);
    }
    &:disabled {
      background-color: var(--Brand-Gray-25);
      border-color: var(--Brand-Gray-300);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-ghost {
    color: var(--Brand-Gray-800);

    &:hover {
      background-color: var(--Brand-Gray-30);
    }
    &:disabled {
      background-color: transparent;
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-link {
    min-width: unset;
    width: fit-content;
    height: fit-content;
    padding-inline: 0;
    color: var(--Brand-Gray-800);

    &:hover {
      color: var(--Brand-Gray-500);
    }
    &:disabled {
      color: var(--Brand-Gray-500);
    }
  }
}

/* STATUS ERROR */
.button.status-error {
  &:focus-visible {
    /* outline-border-2px-error-focused */
    box-shadow:
      0px 0px 0px 2px var(--brand-bw-white),
      0px 0px 0px 4px var(--brand-error-500-main);
  }

  &.hierarchy-primary {
    background-color: var(--brand-error-500-main);
    color: var(--brand-bw-white);

    &:hover {
      background-color: var(--Brand-Error-400);
    }
    &:disabled {
      background-color: var(--Brand-Gray-50);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-tertiary {
    background-color: var(--brand-bw-white);
    border: 1px solid var(--Brand-Error-400);
    color: var(--brand-error-500-main);

    &:hover {
      background-color: var(--Brand-Gray-25);
      border-color: var(--brand-error-500-main);
    }
    &:disabled {
      background-color: var(--brand-bw-white);
      border-color: var(--Brand-Gray-300);
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-ghost {
    color: var(--brand-error-500-main);

    &:hover {
      background-color: var(--Brand-Error-50);
    }
    &:disabled {
      background-color: transparent;
      color: var(--Brand-Gray-500);
    }
  }
  &.hierarchy-link {
    min-width: unset;
    width: fit-content;
    height: fit-content;
    padding-inline: 0;
    color: var(--brand-error-500-main);

    &:hover {
      color: var(--Brand-Error-400);
    }
    &:disabled {
      color: var(--Brand-Gray-500);
    }
  }
}

.button[icon-leading] {
  flex-direction: row-reverse;
}
.button[icon] {
  justify-content: space-between;
  gap: 10px;

  &::after {
    content: '';
    display: block;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: currentColor;
  }

  &.size-2xl,
  &.size-xl,
  &.size-l {
    &::after {
      width: 20px;
      height: 20px;
    }
  }
  &.size-m,
  &.size-s {
    &::after {
      width: 16px;
      height: 16px;
    }
  }
  &.size-xs {
    &::after {
      width: 14px;
      height: 14px;
    }
  }
}
.button {
  &[icon='arrow-right'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Arrow_Right.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Arrow_Right.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Arrow_Right.svg');
      }
    }
  }
  &[icon='arrow-left'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Arrow_Left.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Arrow_Left.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Arrow_Left.svg');
      }
    }
  }
  &[icon='plus'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Plus.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Plus.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Plus.svg');
      }
    }
  }
  &[icon='minus'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Minus.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Minus.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Minus.svg');
      }
    }
  }
  &[icon='search'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Search.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Search.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/16px/Search.svg'); /* Search icon 沒有 14px 的 */
      }
    }
  }
  &[icon='chevron-down'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Chevon_Down.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Chevon_Down.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Chevon_Down.svg');
      }
    }
  }
  &[icon='chevron-up'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Chevon_Up.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Chevon_Up.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Chevon_Up.svg');
      }
    }
  }
  &[icon='trash'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Trash.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Trash.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Trash.svg');
      }
    }
  }
  &[icon='download'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Download.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Download.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Download.svg');
      }
    }
  }
  &[icon='info-lined'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Info_Lined.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Info_Lined.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Info_Lined.svg');
      }
    }
  }
  &[icon='grid'] {
    &.size-2xl,
    &.size-xl,
    &.size-l {
      &::after {
        mask-image: url('/assets/icons/20px/Grid.svg');
      }
    }
    &.size-m,
    &.size-s {
      &::after {
        mask-image: url('/assets/icons/16px/Grid.svg');
      }
    }
    &.size-xs {
      &::after {
        mask-image: url('/assets/icons/14px/Grid.svg');
      }
    }
  }
}


#main-contentarea{
  padding-bottom: 200px;
}



.page-header__title {
    margin: 0;
    width: 100%;
}

.text-h5 {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    letter-spacing: var(--h5-letter-spacing);
}
.font-w500 {
    font-weight: 500;
}

.text-justify {
    text-align: justify;
}


.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-10px{
  margin-bottom: 10px;
}
.mb-24px {
    margin-bottom: 1.5rem;
}
.mb-48px{
  margin-bottom: 3rem;
}
.mb-80px{
  margin-bottom: 80px;
}

.break-words {
  overflow-wrap: break-word;
}



.hyperlink {
  color: var(--Brand-Primary-Blue-600);
  text-decoration: underline;

  &:hover {
    color: var(--Brand-Primary-Blue-400);
  }

}