/* stylelint-disable */

/**
 * This file contains the following css migrated from main.scss and it's children:
 *  ✅ All CSS Variables
 *  ✅ Contents of `styles/components/*`
 *  ✅ Contents of `styles/overrides/*`
 *  ✅ Contents of `styles/elements/*`
 *  ✅ Contents of `styles/utility/*`
 */

:root {
  --border-radius: 0.25rem;
  --font-size: 16px;
  --shadow-color: rgba(0, 15, 35, 0.06);
  --top-header-height: 56px;
  --sidebar-width: 280px;
  --logo-height: 22px;
  --container-width: 1400px;
  /* Font weight */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --body-font-weight: var(--font-weight-normal);
  /* Inputs */
  --input-height: 2.25rem;
  --input-font-size: 0.875rem;
  /* Line height */
  --line-height-body: 20px;
  /* Font size */
  --text-sm: 0.875rem;
  --font-size-label: 0.875rem;
  /* Breakpoints */
  --screen-md: 641px;
  --screen-lg: 961px;
  --screen-xl: 1321px;
  --screen-sm-max: 640px;
  --screen-md-max: 960px;
  --screen-lg-max: 1320px;
  /* Stash colors */

  --color-purple: #1E164B;
  --color-royal: #303AB2;
  --color-blue: #0072F0;
  --color-teal: #01BBC8;
  --color-green: #1DAE61;
  --color-seafoam: #3CDBC0;
  --color-yellow: #FFD400;
  --color-orange: #FF9425;
  --color-red: #E4002B;
  --color-ice: #C5C9D4;
  --color-white: #ffffff;
  --color-black: #000000;
  /*
    For use in style blocks when a utility wasn't possible to use.
    Todo (tailwind): migrate to @apply .class-name
  */
  --text-xs: 0.75rem;
  /* For backwards compatibility */
  --ll-space-1: 6px;
  --ll-space-2: 12px;
  --ll-space-3: 24px;
  --ll-space-4: 36px;
  --ll-space-5: 48px;
  --ll-space-6: 60px;
}

@layer utilities {
}
/* Text color utilities */
.color-purple {
  color: #1E164B !important;
}
.color-purple-900 {
  color: #06040F !important;
}
.color-purple-800 {
  color: #0C091E !important;
}
.color-purple-700 {
  color: #120D2D !important;
}
.color-purple-600 {
  color: #18123C !important;
}
.color-purple-500 {
  color: #1E164B !important;
}
.color-purple-400 {
  color: #4B456F !important;
}
.color-purple-300 {
  color: #787393 !important;
}
.color-purple-200 {
  color: #A5A2B7 !important;
}
.color-purple-100 {
  color: #D2D0DB !important;
}
.color-royal {
  color: #303AB2 !important;
}
.color-royal-900 {
  color: #0A0C24 !important;
}
.color-royal-800 {
  color: #131747 !important;
}
.color-royal-700 {
  color: #1D236B !important;
}
.color-royal-600 {
  color: #262E8E !important;
}
.color-royal-500 {
  color: #303AB2 !important;
}
.color-royal-400 {
  color: #5961C1 !important;
}
.color-royal-300 {
  color: #8389D1 !important;
}
.color-royal-200 {
  color: #ACB0E0 !important;
}
.color-royal-100 {
  color: #D6D8F0 !important;
}
.color-blue {
  color: #0072F0 !important;
}
.color-blue-900 {
  color: #001730 !important;
}
.color-blue-800 {
  color: #002E60 !important;
}
.color-blue-700 {
  color: #004490 !important;
}
.color-blue-600 {
  color: #005BC0 !important;
}
.color-blue-500 {
  color: #0072F0 !important;
}
.color-blue-400 {
  color: #338EF3 !important;
}
.color-blue-300 {
  color: #66AAF6 !important;
}
.color-blue-200 {
  color: #99C7F9 !important;
}
.color-blue-100 {
  color: #CCE3FC !important;
}
.color-teal {
  color: #01BBC8 !important;
}
.color-teal-900 {
  color: #002528 !important;
}
.color-teal-800 {
  color: #004B50 !important;
}
.color-teal-700 {
  color: #017078 !important;
}
.color-teal-600 {
  color: #0196A0 !important;
}
.color-teal-500 {
  color: #01BBC8 !important;
}
.color-teal-400 {
  color: #34C9D3 !important;
}
.color-teal-300 {
  color: #67D6DE !important;
}
.color-teal-200 {
  color: #99E4E9 !important;
}
.color-teal-100 {
  color: #CCF1F4 !important;
}
.color-green {
  color: #1DAE61 !important;
}
.color-green-900 {
  color: #062313 !important;
}
.color-green-800 {
  color: #0C4627 !important;
}
.color-green-700 {
  color: #11683A !important;
}
.color-green-600 {
  color: #178B4E !important;
}
.color-green-500 {
  color: #1DAE61 !important;
}
.color-green-400 {
  color: #4ABE81 !important;
}
.color-green-300 {
  color: #77CEA0 !important;
}
.color-green-200 {
  color: #A5DFC0 !important;
}
.color-green-100 {
  color: #D2EFDF !important;
}
.color-seafoam {
  color: #3CDBC0 !important;
}
.color-seafoam-900 {
  color: #0C2C26 !important;
}
.color-seafoam-800 {
  color: #18584D !important;
}
.color-seafoam-700 {
  color: #248373 !important;
}
.color-seafoam-600 {
  color: #30AF9A !important;
}
.color-seafoam-500 {
  color: #3CDBC0 !important;
}
.color-seafoam-400 {
  color: #63E2CD !important;
}
.color-seafoam-300 {
  color: #8AE9D9 !important;
}
.color-seafoam-200 {
  color: #B1F1E6 !important;
}
.color-seafoam-100 {
  color: #D8F8F2 !important;
}
.color-yellow {
  color: #FFD400 !important;
}
.color-yellow-900 {
  color: #332A00 !important;
}
.color-yellow-800 {
  color: #665500 !important;
}
.color-yellow-700 {
  color: #997F00 !important;
}
.color-yellow-600 {
  color: #CCAA00 !important;
}
.color-yellow-500 {
  color: #FFD400 !important;
}
.color-yellow-400 {
  color: #FFDD33 !important;
}
.color-yellow-300 {
  color: #FFE566 !important;
}
.color-yellow-200 {
  color: #FFEE99 !important;
}
.color-yellow-100 {
  color: #FFF6CC !important;
}
.color-orange {
  color: #FF9425 !important;
}
.color-orange-900 {
  color: #331E07 !important;
}
.color-orange-800 {
  color: #663B0F !important;
}
.color-orange-700 {
  color: #995916 !important;
}
.color-orange-600 {
  color: #CC761E !important;
}
.color-orange-500 {
  color: #FF9425 !important;
}
.color-orange-400 {
  color: #FFA951 !important;
}
.color-orange-300 {
  color: #FFBF7C !important;
}
.color-orange-200 {
  color: #FFD4A8 !important;
}
.color-orange-100 {
  color: #FFEAD3 !important;
}
.color-red {
  color: #E4002B !important;
}
.color-red-900 {
  color: #2E0009 !important;
}
.color-red-800 {
  color: #5B0011 !important;
}
.color-red-700 {
  color: #89001A !important;
}
.color-red-600 {
  color: #B60022 !important;
}
.color-red-500 {
  color: #E4002B !important;
}
.color-red-400 {
  color: #E93355 !important;
}
.color-red-300 {
  color: #EF6680 !important;
}
.color-red-200 {
  color: #F499AA !important;
}
.color-red-100 {
  color: #FACCD5 !important;
}
.color-ice {
  color: #C5C9D4 !important;
}
.color-ice-900 {
  color: #27282A !important;
}
.color-ice-800 {
  color: #4F5055 !important;
}
.color-ice-700 {
  color: #76797F !important;
}
.color-ice-600 {
  color: #9EA1AA !important;
}
.color-ice-500 {
  color: #C5C9D4 !important;
}
.color-ice-400 {
  color: #D1D4DD !important;
}
.color-ice-300 {
  color: #DCDFE5 !important;
}
.color-ice-200 {
  color: #E8E9EE !important;
}
.color-ice-100 {
  color: #F3F4F6 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}

/* BG color utilities */
.ll-bg-purple {
  background-color: #1E164B !important;
  border-color: #1E164B !important;
}
.ll-bg-purple-900 {
  background-color: #06040F !important;
  border-color: #06040F !important;
}
.ll-bg-purple-800 {
  background-color: #0C091E !important;
  border-color: #0C091E !important;
}
.ll-bg-purple-700 {
  background-color: #120D2D !important;
  border-color: #120D2D !important;
}
.ll-bg-purple-600 {
  background-color: #18123C !important;
  border-color: #18123C !important;
}
.ll-bg-purple-500 {
  background-color: #1E164B !important;
  border-color: #1E164B !important;
}
.ll-bg-purple-400 {
  background-color: #4B456F !important;
  border-color: #4B456F !important;
}
.ll-bg-purple-300 {
  background-color: #787393 !important;
  border-color: #787393 !important;
}
.ll-bg-purple-200 {
  background-color: #A5A2B7 !important;
  border-color: #A5A2B7 !important;
}
.ll-bg-purple-100 {
  background-color: #D2D0DB !important;
  border-color: #D2D0DB !important;
}
.ll-bg-royal {
  background-color: #303AB2 !important;
  border-color: #303AB2 !important;
}
.ll-bg-royal-900 {
  background-color: #0A0C24 !important;
  border-color: #0A0C24 !important;
}
.ll-bg-royal-800 {
  background-color: #131747 !important;
  border-color: #131747 !important;
}
.ll-bg-royal-700 {
  background-color: #1D236B !important;
  border-color: #1D236B !important;
}
.ll-bg-royal-600 {
  background-color: #262E8E !important;
  border-color: #262E8E !important;
}
.ll-bg-royal-500 {
  background-color: #303AB2 !important;
  border-color: #303AB2 !important;
}
.ll-bg-royal-400 {
  background-color: #5961C1 !important;
  border-color: #5961C1 !important;
}
.ll-bg-royal-300 {
  background-color: #8389D1 !important;
  border-color: #8389D1 !important;
}
.ll-bg-royal-200 {
  background-color: #ACB0E0 !important;
  border-color: #ACB0E0 !important;
}
.ll-bg-royal-100 {
  background-color: #D6D8F0 !important;
  border-color: #D6D8F0 !important;
}
.ll-bg-blue {
  background-color: #0072F0 !important;
  border-color: #0072F0 !important;
}
.ll-bg-blue-900 {
  background-color: #001730 !important;
  border-color: #001730 !important;
}
.ll-bg-blue-800 {
  background-color: #002E60 !important;
  border-color: #002E60 !important;
}
.ll-bg-blue-700 {
  background-color: #004490 !important;
  border-color: #004490 !important;
}
.ll-bg-blue-600 {
  background-color: #005BC0 !important;
  border-color: #005BC0 !important;
}
.ll-bg-blue-500 {
  background-color: #0072F0 !important;
  border-color: #0072F0 !important;
}
.ll-bg-blue-400 {
  background-color: #338EF3 !important;
  border-color: #338EF3 !important;
}
.ll-bg-blue-300 {
  background-color: #66AAF6 !important;
  border-color: #66AAF6 !important;
}
.ll-bg-blue-200 {
  background-color: #99C7F9 !important;
  border-color: #99C7F9 !important;
}
.ll-bg-blue-100 {
  background-color: #CCE3FC !important;
  border-color: #CCE3FC !important;
}
.ll-bg-teal {
  background-color: #01BBC8 !important;
  border-color: #01BBC8 !important;
}
.ll-bg-teal-900 {
  background-color: #002528 !important;
  border-color: #002528 !important;
}
.ll-bg-teal-800 {
  background-color: #004B50 !important;
  border-color: #004B50 !important;
}
.ll-bg-teal-700 {
  background-color: #017078 !important;
  border-color: #017078 !important;
}
.ll-bg-teal-600 {
  background-color: #0196A0 !important;
  border-color: #0196A0 !important;
}
.ll-bg-teal-500 {
  background-color: #01BBC8 !important;
  border-color: #01BBC8 !important;
}
.ll-bg-teal-400 {
  background-color: #34C9D3 !important;
  border-color: #34C9D3 !important;
}
.ll-bg-teal-300 {
  background-color: #67D6DE !important;
  border-color: #67D6DE !important;
}
.ll-bg-teal-200 {
  background-color: #99E4E9 !important;
  border-color: #99E4E9 !important;
}
.ll-bg-teal-100 {
  background-color: #CCF1F4 !important;
  border-color: #CCF1F4 !important;
}
.ll-bg-green {
  background-color: #1DAE61 !important;
  border-color: #1DAE61 !important;
}
.ll-bg-green-900 {
  background-color: #062313 !important;
  border-color: #062313 !important;
}
.ll-bg-green-800 {
  background-color: #0C4627 !important;
  border-color: #0C4627 !important;
}
.ll-bg-green-700 {
  background-color: #11683A !important;
  border-color: #11683A !important;
}
.ll-bg-green-600 {
  background-color: #178B4E !important;
  border-color: #178B4E !important;
}
.ll-bg-green-500 {
  background-color: #1DAE61 !important;
  border-color: #1DAE61 !important;
}
.ll-bg-green-400 {
  background-color: #4ABE81 !important;
  border-color: #4ABE81 !important;
}
.ll-bg-green-300 {
  background-color: #77CEA0 !important;
  border-color: #77CEA0 !important;
}
.ll-bg-green-200 {
  background-color: #A5DFC0 !important;
  border-color: #A5DFC0 !important;
}
.ll-bg-green-100 {
  background-color: #D2EFDF !important;
  border-color: #D2EFDF !important;
}
.ll-bg-seafoam {
  background-color: #3CDBC0 !important;
  border-color: #3CDBC0 !important;
}
.ll-bg-seafoam-900 {
  background-color: #0C2C26 !important;
  border-color: #0C2C26 !important;
}
.ll-bg-seafoam-800 {
  background-color: #18584D !important;
  border-color: #18584D !important;
}
.ll-bg-seafoam-700 {
  background-color: #248373 !important;
  border-color: #248373 !important;
}
.ll-bg-seafoam-600 {
  background-color: #30AF9A !important;
  border-color: #30AF9A !important;
}
.ll-bg-seafoam-500 {
  background-color: #3CDBC0 !important;
  border-color: #3CDBC0 !important;
}
.ll-bg-seafoam-400 {
  background-color: #63E2CD !important;
  border-color: #63E2CD !important;
}
.ll-bg-seafoam-300 {
  background-color: #8AE9D9 !important;
  border-color: #8AE9D9 !important;
}
.ll-bg-seafoam-200 {
  background-color: #B1F1E6 !important;
  border-color: #B1F1E6 !important;
}
.ll-bg-seafoam-100 {
  background-color: #D8F8F2 !important;
  border-color: #D8F8F2 !important;
}
.ll-bg-yellow {
  background-color: #FFD400 !important;
  border-color: #FFD400 !important;
}
.ll-bg-yellow-900 {
  background-color: #332A00 !important;
  border-color: #332A00 !important;
}
.ll-bg-yellow-800 {
  background-color: #665500 !important;
  border-color: #665500 !important;
}
.ll-bg-yellow-700 {
  background-color: #997F00 !important;
  border-color: #997F00 !important;
}
.ll-bg-yellow-600 {
  background-color: #CCAA00 !important;
  border-color: #CCAA00 !important;
}
.ll-bg-yellow-500 {
  background-color: #FFD400 !important;
  border-color: #FFD400 !important;
}
.ll-bg-yellow-400 {
  background-color: #FFDD33 !important;
  border-color: #FFDD33 !important;
}
.ll-bg-yellow-300 {
  background-color: #FFE566 !important;
  border-color: #FFE566 !important;
}
.ll-bg-yellow-200 {
  background-color: #FFEE99 !important;
  border-color: #FFEE99 !important;
}
.ll-bg-yellow-100 {
  background-color: #FFF6CC !important;
  border-color: #FFF6CC !important;
}
.ll-bg-orange {
  background-color: #FF9425 !important;
  border-color: #FF9425 !important;
}
.ll-bg-orange-900 {
  background-color: #331E07 !important;
  border-color: #331E07 !important;
}
.ll-bg-orange-800 {
  background-color: #663B0F !important;
  border-color: #663B0F !important;
}
.ll-bg-orange-700 {
  background-color: #995916 !important;
  border-color: #995916 !important;
}
.ll-bg-orange-600 {
  background-color: #CC761E !important;
  border-color: #CC761E !important;
}
.ll-bg-orange-500 {
  background-color: #FF9425 !important;
  border-color: #FF9425 !important;
}
.ll-bg-orange-400 {
  background-color: #FFA951 !important;
  border-color: #FFA951 !important;
}
.ll-bg-orange-300 {
  background-color: #FFBF7C !important;
  border-color: #FFBF7C !important;
}
.ll-bg-orange-200 {
  background-color: #FFD4A8 !important;
  border-color: #FFD4A8 !important;
}
.ll-bg-orange-100 {
  background-color: #FFEAD3 !important;
  border-color: #FFEAD3 !important;
}
.ll-bg-red {
  background-color: #E4002B !important;
  border-color: #E4002B !important;
}
.ll-bg-red-900 {
  background-color: #2E0009 !important;
  border-color: #2E0009 !important;
}
.ll-bg-red-800 {
  background-color: #5B0011 !important;
  border-color: #5B0011 !important;
}
.ll-bg-red-700 {
  background-color: #89001A !important;
  border-color: #89001A !important;
}
.ll-bg-red-600 {
  background-color: #B60022 !important;
  border-color: #B60022 !important;
}
.ll-bg-red-500 {
  background-color: #E4002B !important;
  border-color: #E4002B !important;
}
.ll-bg-red-400 {
  background-color: #E93355 !important;
  border-color: #E93355 !important;
}
.ll-bg-red-300 {
  background-color: #EF6680 !important;
  border-color: #EF6680 !important;
}
.ll-bg-red-200 {
  background-color: #F499AA !important;
  border-color: #F499AA !important;
}
.ll-bg-red-100 {
  background-color: #FACCD5 !important;
  border-color: #FACCD5 !important;
}
.ll-bg-ice {
  background-color: #C5C9D4 !important;
  border-color: #C5C9D4 !important;
}
.ll-bg-ice-900 {
  background-color: #27282A !important;
  border-color: #27282A !important;
}
.ll-bg-ice-800 {
  background-color: #4F5055 !important;
  border-color: #4F5055 !important;
}
.ll-bg-ice-700 {
  background-color: #76797F !important;
  border-color: #76797F !important;
}
.ll-bg-ice-600 {
  background-color: #9EA1AA !important;
  border-color: #9EA1AA !important;
}
.ll-bg-ice-500 {
  background-color: #C5C9D4 !important;
  border-color: #C5C9D4 !important;
}
.ll-bg-ice-400 {
  background-color: #D1D4DD !important;
  border-color: #D1D4DD !important;
}
.ll-bg-ice-300 {
  background-color: #DCDFE5 !important;
  border-color: #DCDFE5 !important;
}
.ll-bg-ice-200 {
  background-color: #E8E9EE !important;
  border-color: #E8E9EE !important;
}
.ll-bg-ice-100 {
  background-color: #F3F4F6 !important;
  border-color: #F3F4F6 !important;
}
.ll-bg-white {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.ll-bg-black {
  background-color: #000000 !important;
  border-color: #000000 !important;
}


/* ---------------------------------------
  CSS Grid
---------------------------------------- */
.ll-grid {
  -webkit-column-gap: calc(24px / 2);
     -moz-column-gap: calc(24px / 2);
          column-gap: calc(24px / 2);
  -webkit-column-gap: var(--grid-gutter);
     -moz-column-gap: var(--grid-gutter);
          column-gap: var(--grid-gutter);
  display: grid;
  grid-column-gap: calc(24px / 2);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: 24px;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
}
.ll-grid > * {
  min-width: 0;
}
@media screen and (min-width: 641px) {
  .ll-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.ll-grid .span-1 {
  grid-column: span 1/span 1;
}
.ll-grid .span-2 {
  grid-column: span 2/span 2;
}
.ll-grid .span-3 {
  grid-column: span 3/span 3;
}
.ll-grid .span-4 {
  grid-column: span 4/span 4;
}
.ll-grid .span-5 {
  grid-column: span 5/span 5;
}
.ll-grid .span-6 {
  grid-column: span 6/span 6;
}
.ll-grid .span-7 {
  grid-column: span 7/span 7;
}
.ll-grid .span-8 {
  grid-column: span 8/span 8;
}
.ll-grid .span-9 {
  grid-column: span 9/span 9;
}
.ll-grid .span-10 {
  grid-column: span 10/span 10;
}
.ll-grid .span-11 {
  grid-column: span 11/span 11;
}
.ll-grid .span-12 {
  grid-column: span 12/span 12;
}
.ll-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ll-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ll-grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

.ll-grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}













@media screen and (min-width: 641px) {
  .md\:ll-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:ll-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:ll-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .md\:ll-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 961px) {

  .lg\:ll-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:ll-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:ll-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg\:ll-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

/* ---------------------------------------
  Spacers
---------------------------------------- */
.ll-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ll-my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.ll-ml-auto {
  margin-left: auto !important;
}
.ll-mr-auto {
  margin-right: auto !important;
}
.ll-mt-0 {
  margin-top: 0 !important;
}
.ll-mr-0 {
  margin-right: 0 !important;
}
.ll-mb-0 {
  margin-bottom: 0 !important;
}
.ll-ml-0 {
  margin-left: 0 !important;
}
.ll-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ll-my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.ll-ma-0 {
  margin: 0 !important;
}
.ll-pt-0 {
  padding-top: 0 !important;
}
.ll-pr-0 {
  padding-right: 0 !important;
}
.ll-pb-0 {
  padding-bottom: 0 !important;
}
.ll-pl-0 {
  padding-left: 0 !important;
}
.ll-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ll-py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.ll-pa-0 {
  padding: 0 !important;
}
.ll-mt-1 {
  margin-top: 6px !important;
}
.ll-mr-1 {
  margin-right: 6px !important;
}
.ll-mb-1 {
  margin-bottom: 6px !important;
}
.ll-ml-1 {
  margin-left: 6px !important;
}
.ll-mx-1 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.ll-my-1 {
  margin-bottom: 6px !important;
  margin-top: 6px !important;
}
.ll-ma-1 {
  margin: 6px !important;
}
.ll-pt-1 {
  padding-top: 6px !important;
}
.ll-pr-1 {
  padding-right: 6px !important;
}
.ll-pb-1 {
  padding-bottom: 6px !important;
}
.ll-pl-1 {
  padding-left: 6px !important;
}
.ll-px-1 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.ll-py-1 {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}
.ll-pa-1 {
  padding: 6px !important;
}
.ll-mt-2 {
  margin-top: 12px !important;
}
.ll-mr-2 {
  margin-right: 12px !important;
}
.ll-mb-2 {
  margin-bottom: 12px !important;
}
.ll-ml-2 {
  margin-left: 12px !important;
}
.ll-mx-2 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.ll-my-2 {
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
.ll-ma-2 {
  margin: 12px !important;
}
.ll-pt-2 {
  padding-top: 12px !important;
}
.ll-pr-2 {
  padding-right: 12px !important;
}
.ll-pb-2 {
  padding-bottom: 12px !important;
}
.ll-pl-2 {
  padding-left: 12px !important;
}
.ll-px-2 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.ll-py-2 {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.ll-pa-2 {
  padding: 12px !important;
}
.ll-mt-3 {
  margin-top: 24px !important;
}
.ll-mr-3 {
  margin-right: 24px !important;
}
.ll-mb-3 {
  margin-bottom: 24px !important;
}
.ll-ml-3 {
  margin-left: 24px !important;
}
.ll-mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.ll-my-3 {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}
.ll-ma-3 {
  margin: 24px !important;
}
.ll-pt-3 {
  padding-top: 24px !important;
}
.ll-pr-3 {
  padding-right: 24px !important;
}
.ll-pb-3 {
  padding-bottom: 24px !important;
}
.ll-pl-3 {
  padding-left: 24px !important;
}
.ll-px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.ll-py-3 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.ll-pa-3 {
  padding: 24px !important;
}
.ll-mt-4 {
  margin-top: 36px !important;
}
.ll-mr-4 {
  margin-right: 36px !important;
}
.ll-mb-4 {
  margin-bottom: 36px !important;
}
.ll-ml-4 {
  margin-left: 36px !important;
}
.ll-mx-4 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.ll-my-4 {
  margin-bottom: 36px !important;
  margin-top: 36px !important;
}
.ll-ma-4 {
  margin: 36px !important;
}
.ll-pt-4 {
  padding-top: 36px !important;
}
.ll-pr-4 {
  padding-right: 36px !important;
}
.ll-pb-4 {
  padding-bottom: 36px !important;
}
.ll-pl-4 {
  padding-left: 36px !important;
}
.ll-px-4 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.ll-py-4 {
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}
.ll-pa-4 {
  padding: 36px !important;
}
.ll-mt-5 {
  margin-top: 48px !important;
}
.ll-mr-5 {
  margin-right: 48px !important;
}
.ll-mb-5 {
  margin-bottom: 48px !important;
}
.ll-ml-5 {
  margin-left: 48px !important;
}
.ll-mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.ll-my-5 {
  margin-bottom: 48px !important;
  margin-top: 48px !important;
}
.ll-ma-5 {
  margin: 48px !important;
}
.ll-pt-5 {
  padding-top: 48px !important;
}
.ll-pr-5 {
  padding-right: 48px !important;
}
.ll-pb-5 {
  padding-bottom: 48px !important;
}
.ll-pl-5 {
  padding-left: 48px !important;
}
.ll-px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.ll-py-5 {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}
.ll-pa-5 {
  padding: 48px !important;
}
.ll-mt-6 {
  margin-top: 60px !important;
}
.ll-mr-6 {
  margin-right: 60px !important;
}
.ll-mb-6 {
  margin-bottom: 60px !important;
}
.ll-ml-6 {
  margin-left: 60px !important;
}
.ll-mx-6 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.ll-my-6 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.ll-ma-6 {
  margin: 60px !important;
}
.ll-pt-6 {
  padding-top: 60px !important;
}
.ll-pr-6 {
  padding-right: 60px !important;
}
.ll-pb-6 {
  padding-bottom: 60px !important;
}
.ll-pl-6 {
  padding-left: 60px !important;
}
.ll-px-6 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.ll-py-6 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.ll-pa-6 {
  padding: 60px !important;
}

/** Components **/
.box {
  -webkit-box-shadow: 0 2px 4px rgba(0, 15, 35, 0.06) !important;
  box-shadow: 0 2px 4px rgba(0, 15, 35, 0.06) !important;
}
.box {
  background: #ffffff;
  background: var(--color-white);
  border-radius: 4px;
  padding: 24px calc(24px / 2);
  padding: 24px var(--grid-gutter);
}
/**

  Item List. (Item List?? This name is temporary)

  Styles to support lists of "items". These are generic items, the
  only distinguishing feature -- what makes it distinct from <table> --
  is that these "lists" are not tabular data. Tables, by contrast, are
  more for displaying large amounts of _data_ (ie. what is more
  prevalent on Reports pages, etc).


  examples:
  * Products in the Inventory,
  * Customers List
  * Items in an Order
  * Service items (on Browse Services)
  * Clients in the Contact List


       ◡◠ ✥ ◠◡

  Table of Contents:

    • Item List

*/
/* ---------------------------------------
  Item List
---------------------------------------- */
.item-list {
  border-bottom: 1px solid #C5C9D4;
  border-bottom: 1px solid var(--color-ice-500);
  border-top: 1px solid #C5C9D4;
  border-top: 1px solid var(--color-ice-500);
  margin-left: calc((24px / 2) * -1);
  margin-left: calc(calc(24px / 2) * -1);
  margin-left: calc(var(--grid-gutter) * -1);
  margin-right: calc((24px / 2) * -1);
  margin-right: calc(calc(24px / 2) * -1);
  margin-right: calc(var(--grid-gutter) * -1);
  min-width: 100%;
}
.item-list__header {
  background: #E8E9EE;
  background: var(--color-ice-200);
  border-bottom: 1px solid #C5C9D4;
  border-bottom: 1px solid var(--color-ice-500);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #27282A;
  color: var(--color-ice-900);
  font-weight: 500;
  overflow: hidden;
  padding: 12px;
}
.item-list__content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.item-list__row {
  background: #ffffff;
  background: var(--color-white);
  border-bottom: 1px solid #C5C9D4;
  border-bottom: 1px solid var(--color-ice-500);
  padding: 12px;
}
.item-list__row:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 641px) {
  .item-list {
    border: 1px solid #C5C9D4;
    border: 1px solid var(--color-ice-500);
    border-radius: 4px;
    margin: 0;
  }
  .item-list__header, .item-list__row {
    padding: 6px 12px;
  }
}
/**

  Sidebar.

  Note: The SCSS herein is used on _both_ the legacy and the modern CSS bundles.
        This can be a bit confusing if you are working on a page using the
        legacy bundle (ie base_new.html) as the watcher will not be triggered
        when this file is updated.

       ◡◠ ✥ ◠◡

  Table of Contents:

    1. Sidebar
    2. Active styles
    3. Persistent styles

*/
/* ---------------------------------------
  1. Sidebar
---------------------------------------- */
.sidebar {
  background: #1E164B;
  background: var(--color-purple-500);
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.165s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: -webkit-transform 0.165s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: transform 0.165s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: transform 0.165s cubic-bezier(0.25, 0.8, 0.5, 1), -webkit-transform 0.165s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 280px;
  z-index: 300;
}
.sidebar-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: calc(100% - 56px);
  margin-top: 56px;
  overflow-y: auto;
}
.sidebar-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  -webkit-transition: opacity 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  transition: opacity 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  visibility: hidden;
  z-index: -1;
}
.sidebar .environment-drawer {
  background-color: #150e35;
  bottom: 0;
  position: fixed;
  width: 100%;
}
.sidebar .environment-drawer .header {
  background-color: #FF9425;
  background-color: var(--color-orange-500);
  border-radius: 3px 3px 0 0;
  color: #140e35;
  cursor: pointer;
  font-size: 14px;
  height: 25px;
  padding: 3px 3px 3px 20px;
  text-transform: uppercase;
}
.sidebar .environment-drawer .header .pull-left {
  float: left !important;
}
.sidebar .environment-drawer .header .pull-right {
  float: right !important;
}
.sidebar .environment-drawer .content {
  background-color: #140e35;
  display: none;
  min-height: 100px;
  padding: 10px 0 0 10px;
}
.sidebar .environment-drawer .content.open {
  display: block !important;
}
.sidebar .environment-drawer .content p {
  color: #ffffff;
  color: var(--color-white);
  line-height: 16px;
}
.company-picker {
  padding: 24px 12px;
}
.company-picker .dropdown__button + .dropdown__content {
  background: #140e35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border-top: none;
  display: none;
  margin: 0;
  max-width: 360px;
  min-width: 200px;
  position: absolute;
  -webkit-transform: translateX(calc(var(--offset) * 1px));
  transform: translateX(calc(var(--offset) * 1px));
  width: 100%;
  z-index: 200;
}
.company-picker .dropdown__button + .dropdown__content a {
  border-radius: 4px;
  color: #C5C9D4;
  color: var(--color-ice-500);
  font-size: 0.75rem;
  padding: 8px 6px 0 6px;
}
.company-picker .dropdown__button + .dropdown__content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #C5C9D4;
  color: var(--color-ice-500);
}
.company-picker .dropdown__button + .dropdown__content .is-active > a {
  color: #3CDBC0;
  color: var(--color-seafoam-500);
}
.company-picker .dropdown__button + .dropdown__content.is-active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
}
.company-picker .dropdown__button + .dropdown__content::after {
  display: none;
}
.company-picker .dropdown {
  width: 100%;
}
.company-picker .dropdown__toggle button {
  background-color: #140e35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #C5C9D4;
  color: var(--color-ice-500);
  font-size: 0.75rem;
  font-weight: 500;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 30px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
}
.company-picker .dropdown__toggle button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.company-picker .dropdown__toggle .icon {
  margin-top: -12px;
  position: absolute;
  right: 9px;
  top: 50%;
}
.company-picker .dropdown__toggle.is-active > button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.company-picker .dropdown__toggle:not(.dropdown__button) button {
  cursor: auto;
}
.company-picker .description,
.company-picker .name {
  line-height: 1.4285714286;
}
.company-picker .description {
  opacity: 0.5;
}
.company-picker .name {
  opacity: 1;
}
.company-picker .badge {
  text-transform: uppercase;
  width: 36px;
}
.company-picker__nav {
  padding-left: 0;
}
.sidenav {
  opacity: 0;
  overflow: auto;
  padding: 0 0 28px;
  -webkit-transition: opacity 0.165s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: opacity 0.165s cubic-bezier(0.25, 0.8, 0.5, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sidenav > ul {
  padding: 0;
}
.sidenav .icon {
  margin-right: 6px;
  vertical-align: bottom;
}
.sidenav .icon--chevron-left {
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  -webkit-transition: -webkit-transform 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  transition: -webkit-transform 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.333s cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 0.333s cubic-bezier(0.4, 0, 0.6, 1);
}
.sidenav a,
.sidenav button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
  padding: 8px 18px;
  position: relative;
  text-align: left;
  width: 100%;
}
.sidenav a, .sidenav a:hover, .sidenav a:focus,
.sidenav button,
.sidenav button:hover,
.sidenav button:focus {
  color: #C5C9D4;
  color: var(--color-ice-500);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.sidenav a.is-open,
.sidenav button.is-open {
  color: inherit;
}
.sidenav a:hover,
.sidenav a:focus,
.sidenav button:hover,
.sidenav button:focus,
.sidenav .is-active > a {
  background-color: #140e35;
}
.sidenav .is-open > button {
  background-color: #263256;
}
.sidenav .is-open > button > .icon--chevron-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidenav .is-active > a {
  color: #3CDBC0;
  color: var(--color-seafoam-500);
}
.sidenav .is-open .subnav a,
.sidenav .is-open .subnav button {
  padding-left: 40px;
}
.nav__item {
  display: block;
  list-style: none;
  position: relative;
}
.nav__item--toggle::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  transition: width 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  width: 0;
  z-index: 100;
}
.nav__item--toggle.is-open::before {
  width: 6px;
}
.nav__item .badge,
.nav__item .icon--warning {
  float: right;
}
.nav__item.is-active::before {
  background-color: #3CDBC0;
  background-color: var(--color-seafoam-500);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 100;
}
.subnav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.subnav.collapse {
  display: none;
}
.subnav .is-open {
  border-left: none;
}
.subnav .is-open .subnav a,
.subnav .is-open .subnav button {
  padding-left: 55px;
}
/* ---------------------------------------
  2. Active
---------------------------------------- */
.sidebar-is-showing {
  overflow: hidden;
  overscroll-behavior-y: contain;
  -ms-touch-action: none;
  touch-action: none; /* prevent scrolling */
}
.sidebar-is-showing .sidenav {
  opacity: 1;
}
.sidebar-is-showing .sidebar {
  -webkit-box-shadow: 0 4px 8px rgba(0, 15, 35, 0.06) !important;
  box-shadow: 0 4px 8px rgba(0, 15, 35, 0.06) !important;
}
.sidebar-is-showing .sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar-is-showing .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 300;
}
/* ---------------------------------------
  3. Persistent
---------------------------------------- */
@media screen and (min-width: 1321px) {
  .sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sidenav {
    opacity: 1;
  }
}
.logo {
  display: block;
  height: 22px;
}
.env-ocs .logo {
  height: 46px;
}
@media screen and (max-width: 640px) {
  .logo__leaflink {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.sidebar-is-showing .logo__leaflink {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.logo-burger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 14px;
  position: fixed;
  z-index: 400;
}
.button--burger {
  background: none;
  cursor: pointer;
  margin-left: -7px;
  padding: 0;
  -webkit-transition: color 0.333s cubic-bezier(0.4, 0, 0.6, 1);
  transition: color 0.333s cubic-bezier(0.4, 0, 0.6, 1);
}
.button--burger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-is-showing .button--burger {
  color: #ffffff;
  color: var(--color-white);
}
.env-ocs.sidebar-is-showing .button--burger {
  color: #76797F;
  color: var(--color-ice-700);
}
@media screen and (min-width: 1321px) {
  .button--burger {
    display: none;
  }
}
.top-header {
  -webkit-box-shadow: 0 4px 8px rgba(0, 15, 35, 0.06) !important;
  box-shadow: 0 4px 8px rgba(0, 15, 35, 0.06) !important;
}
.top-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  background-color: var(--color-white);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 7px 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}
.top-header__message {
  display: none;
  margin-left: 280px;
}
@media screen and (min-width: 1321px) {
  .top-header__message {
    display: block;
  }
}
.top-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header__item svg {
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.top-header__navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.top-header__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header__nav-button {
  background-color: transparent;
  border: none;
  color: #76797F;
  color: var(--color-ice-700);
  display: block;
  margin: 0 12px;
}
.top-header__nav-button:focus, .top-header__nav-button:hover {
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.top-header__nav img {
  vertical-align: middle;
}
.top-header .icon {
  vertical-align: middle;
}
.top-header .icon--hamburger-menu {
  fill: #ffffff;
  fill: var(--color-white);
}
.top-header .dropdown__content::after {
  background: #E8E9EE;
  background: var(--color-ice-200);
  right: 12px;
}
.account {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.account__avatar {
  border: 1px solid #ffffff;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  cursor: pointer;
  max-height: 36px;
  max-width: 36px;
}
.account__avatar img {
  border: 2px solid #ffffff;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  max-width: 100%;
  vertical-align: middle;
}
.account__avatar:hover {
  border: 1px solid #0072F0;
  border: 1px solid var(--color-blue-500);
}
.account__nav {
  border-top: 1px solid #C5C9D4;
  padding: 0.4375rem;
}
.account__nav a:hover {
  background: #0072F0;
  background: var(--color-blue-500);
  color: #ffffff;
  color: var(--color-white);
}
.account__user-info {
  background-color: #E8E9EE;
  background-color: var(--color-ice-200);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0.875rem;
}
.account__user-info div:first-child {
  color: #27282A;
  color: var(--color-ice-900);
  font-size: 0.875rem;
  font-weight: 500;
}
.account .dropdown__content {
  margin-right: 0;
  min-width: 185px;
  top: 48px;
}
.account .dropdown__content::after {
  background: #E8E9EE;
  background: var(--color-ice-200);
  right: 12px;
}
.language-picker .dropdown__content {
  margin-right: 12px;
  top: 43px;
}
.language-picker .dropdown__content::after {
  background: #ffffff;
  background: var(--color-white);
}
.language-picker__toggle {
  outline: 0;
}
.language-picker__toggle .language-picker__toggle-icon {
  height: 24px;
  width: 24px;
}
.language-picker__toggle:hover .language-picker__toggle-icon, .language-picker__toggle:focus .language-picker__toggle-icon, .language-picker__toggle.is-active .language-picker__toggle-icon {
  color: #0072F0;
  color: var(--color-blue-500);
}
.button {
  border-radius: 4px;
  border-width: 1px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  min-width: 144px;
  padding: 0 12px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
}
.button:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.14);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.14);
  outline: none;
}
.button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.button[disabled] {
  cursor: default;
  pointer-events: none;
}

/* ---------------------------------------
  Types
---------------------------------------- */
.button--primary {
  background-color: rgba(0,114,240, 1);
  background-color: rgba(var(--button-color-rgb), var(--button-opacity, 1));
  border-color: transparent;
  color: rgba(255,255,255, 1);
  color: rgba(var(--text-color-rgb), 1);
  --button-color-rgb: 0,114,240;
  --text-color-rgb: 255,255,255;
}
.button--primary:hover, .button--primary:active {
  --button-opacity: 0.75;
}
.button--primary[disabled] {
  --button-color-rgb: 197,201,212 !important;
}
.button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(197,201,212, 1);
  border-color: rgba(var(--button-color-rgb), 1);
  color: rgba(118,121,127, 1);
  color: rgba(var(--text-color-rgb), 1);
  --button-color-rgb: 197,201,212;
  --button-hover-color-rgb: 118,121,127;
  --text-color-rgb: 118,121,127;
}
.button--secondary:hover, .button--secondary:active {
  background-color: rgba(var(--button-hover-color-rgb, var(--button-color-rgb)), 0.12);
}
.button--secondary[disabled] {
  --button-color-rgb: 197,201,212 !important;
  --text-color-rgb: 197,201,212 !important;
}
.button--tertiary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255,255,255, 1);
  border-color: rgba(var(--button-color-rgb), 1);
  color: rgba(255,255,255, 1);
  color: rgba(var(--text-color-rgb), 1);
  --button-color-rgb: 255,255,255;
  --text-color-rgb: 255,255,255;
}
.button--tertiary:hover, .button--tertiary:active {
  background-color: rgba(var(--button-hover-color-rgb, var(--button-color-rgb)), 0.12);
}
.button--tertiary[disabled] {
  --button-color-rgb: 197,201,212 !important;
  --text-color-rgb: 197,201,212 !important;
}
.button--icon {
  border: 0;
  border-radius: 50%;
  height: 48px;
  min-width: 0;
  padding: 12px;
  width: 48px;
}
.button--icon svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button--icon[disabled] svg {
  color: #C5C9D4;
}
.button--inline {
  border: 0;
  color: #0072F0;
  font-weight: 500;
  line-height: 1.5;
  min-width: 0;
  padding: 0;
}
.button--inline:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.button--inline[disabled] {
  color: #76797F;
}

/* ---------------------------------------
  Colors
---------------------------------------- */
.button--blue.button--primary, .button--blue.button--secondary {
  --button-color-rgb: 0,114,240;
}
.button--blue.button--secondary {
  --text-color-rgb: 0,114,240;
  --button-hover-color-rgb: 0,114,240;
}
.button--red.button--primary, .button--red.button--secondary {
  --button-color-rgb: 228,0,43;
}
.button--red.button--secondary {
  --text-color-rgb: 228,0,43;
  --button-hover-color-rgb: 228,0,43;
}

/* ---------------------------------------
  Button Grid
  TODO: Create ButtonGrid component with styles below and remove button grid styles from LLButton.vue
  https://leaflink.atlassian.net/browse/STASH-230
---------------------------------------- */
.button-grid {
  grid-column-end: -1 !important;
}
.button-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-grid > .button {
  width: 50%;
}
.button-grid > .button + .button {
  margin-left: 24px;
}
@media screen and (min-width: 641px) {
  .button-grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .button-grid > .button {
    width: auto;
  }
}

.header-button-grid {
  grid-column-end: -1 !important;
}

.header-button-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-button-grid > .button {
  width: 50%;
}
@media screen and (min-width: 961px) {
  .header-button-grid > .button {
    width: auto;
  }
}
.header-button-grid > .button + .button {
  margin-left: 24px;
}
/**

  Forms

       ◡◠ ✥ ◠◡

  Table of Contents:

    • Form
    • Base
    • Input
    • Checkbox & Radio

*/
.form__errors {
  border: 1px solid #C5C9D4 var(--color-red-500);
  color: #E4002B;
  color: var(--color-red-500);
  display: inline-block;
  font-size: 0.875rem;
  min-width: 300px;
  padding: 12px;
  text-align: center;
}

/* ---------------------------------------
  Base
---------------------------------------- */
input[disabled] {
  background-color: #E8E9EE !important;
  background-color: var(--color-ice-200) !important;
  border-color: #C5C9D4 !important;
  border-color: var(--color-ice-500) !important;
  color: #76797F !important;
  color: var(--color-ice-700) !important;
}
input[disabled] {
  pointer-events: none;
}
input[disabled]:active, input[disabled]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input::-webkit-input-placeholder {
  text-transform: none;
}
input::-moz-placeholder {
  text-transform: none;
}
input:-ms-input-placeholder {
  text-transform: none;
}
input::-ms-input-placeholder {
  text-transform: none;
}
input::placeholder {
  text-transform: none;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C5C9D4;
  color: var(--color-ice-500);
  opacity: 1;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #C5C9D4;
  color: var(--color-ice-500);
  opacity: 1;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C5C9D4;
  color: var(--color-ice-500);
  opacity: 1;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #C5C9D4;
  color: var(--color-ice-500);
  opacity: 1;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #C5C9D4;
  color: var(--color-ice-500);
  opacity: 1;
}

select {
  border: 1px solid #C5C9D4;
  color: #27282A;
  color: var(--color-ice-900);
}

textarea {
  min-height: 100px;
  resize: none;
}

/* ---------------------------------------
  Input
---------------------------------------- */
.input {
  position: relative;
}
.input input,
.input select {
  height: 36px;
}
.input.has-error {
  color: #E4002B;
  color: var(--color-red-500);
}
.input.has-error .input-field, .input.has-error.input--radio label::before, .input.has-error.input--checkbox label::before,
.input.has-error input,
.input.has-error select,
.input.has-error textarea {
  border-color: #E4002B;
  border-color: var(--color-red-500);
}

.input-field, .input input,
.input select,
.input textarea {
  background: #ffffff;
  background: var(--color-white);
  border: 1px solid #C5C9D4;
  border-radius: 4px;
  color: #76797F;
  color: var(--color-ice-700);
  display: block;
  font-family: "Sofia", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  padding: 0 12px;
  width: 100%;
}
.input-field:hover, .input input:hover,
.input select:hover,
.input textarea:hover {
  border-color: #C5C9D4;
  border-color: var(--color-ice-500);
}
.input-field:active, .input input:active,
.input select:active,
.input textarea:active, .input-field:focus, .input input:focus,
.input select:focus,
.input textarea:focus {
  border-color: #0072F0;
  border-color: var(--color-blue-500);
}

.input-label {
  color: #27282A;
  color: var(--color-ice-900);
  display: block;
  font-size: 0.75rem;
  font-size: var(--text-xs);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---------------------------------------
  Checkbox & Radio
---------------------------------------- */
.input--checkbox,
.input--radio {
  display: block;
  margin: 6px 0;
}
@media screen and (min-width: 961px) {
  .input--checkbox,
  .input--radio {
    margin: 0;
  }
}
.input--checkbox input,
.input--radio input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.input--checkbox .input-label,
.input--checkbox label,
.input--radio .input-label,
.input--radio label {
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  min-height: 36px;
  overflow: visible;
  padding: 6px 0 6px 32px;
  position: relative;
  vertical-align: top;
}
.input--checkbox .input-label::before,
.input--checkbox label::before,
.input--radio .input-label::before,
.input--radio label::before {
  background: #ffffff;
  background: var(--color-white);
  border: 1px solid #C5C9D4;
  content: "";
  display: inline-block;
  vertical-align: top;
}
.input--checkbox .input-label::before, .input--checkbox .input-label::after,
.input--checkbox label::before,
.input--checkbox label::after,
.input--radio .input-label::before,
.input--radio .input-label::after,
.input--radio label::before,
.input--radio label::after {
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.input--checkbox .input-label span,
.input--checkbox label span,
.input--radio .input-label span,
.input--radio label span {
  color: #27282A;
  color: var(--color-ice-900);
}
.input--checkbox input:focus + label::before,
.input--radio input:focus + label::before {
  outline: none;
}
.input--checkbox input:focus:not(:disabled) + label::before,
.input--radio input:focus:not(:disabled) + label::before {
  border-color: #0072F0;
  border-color: var(--color-blue-500);
}
.input--checkbox input:disabled,
.input--checkbox input:disabled + label,
.input--radio input:disabled,
.input--radio input:disabled + label {
  cursor: auto;
}
.input--checkbox input:disabled + label::before,
.input--radio input:disabled + label::before {
  background: #E8E9EE;
  background: var(--color-ice-200);
}
.input--checkbox input:not(:disabled):not(:checked) + label:hover::before,
.input--radio input:not(:disabled):not(:checked) + label:hover::before {
  border-color: #0072F0;
  border-color: var(--color-blue-500);
}

.input--checkbox label::before {
  border-radius: 4px;
}
.input--checkbox input:checked + label::before,
.input--checkbox input:indeterminate + label::before {
  background: #0072F0;
  background: var(--color-blue-500);
  border: none;
}
.input--checkbox input:checked + label::after {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.89 8.281a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532l-6.718 6.719a.723.723 0 0 1-.531.218.723.723 0 0 1-.532-.218l-3.89-3.891A.723.723 0 0 1 6 11.64c0-.209.073-.386.219-.532l1.062-1.062a.723.723 0 0 1 .532-.219.72.72 0 0 1 .53.219l2.298 2.305 5.125-5.133a.723.723 0 0 1 .53-.219c.21 0 .386.073.532.219l1.063 1.062z" fill="white"/></svg>');
}
.input--checkbox input:indeterminate + label::after {
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 10.4C6 10.1791 6.17909 10 6.4 10H17.6C17.8209 10 18 10.1791 18 10.4V12.6C18 12.8209 17.8209 13 17.6 13H6.4C6.17909 13 6 12.8209 6 12.6V10.4Z" fill="white"/></svg>');
}
.input--checkbox input:disabled:checked + label::before,
.input--checkbox input:disabled:indeterminate + label::before {
  background: #C5C9D4;
  background: var(--color-ice-500);
}

.input--radio label::before,
.input--radio label::after {
  border-radius: 50%;
}
.input--radio input:checked + label::after {
  background: #0072F0;
  background: var(--color-blue-500);
  content: "";
  height: 14px;
  left: 3px;
  width: 14px;
}
.input--radio input:checked:disabled + label::after {
  background: #C5C9D4;
  background: var(--color-ice-500);
}

/* stylelint-enable */
.input__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}

.input__symbol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 36px;
}
.input__symbol--prepend {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  left: 0;
}
.input__symbol--append {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  right: 0;
}

.hint {
  display: inline-block;
  margin-top: 4px;
}
/* ---------------------------------------
  Table
---------------------------------------- */
.table--bordered {
  border: 1px solid #C5C9D4;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
}
.table--bordered td:last-child,
.table--bordered th:last-child {
  border-right: none;
}
.table--bordered thead td,
.table--bordered thead th {
  border-bottom: none;
}
.icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.icon--small {
  height: 16px;
  width: 16px;
}
.text-small {
  font-size: 0.75rem;
  line-height: calc(16/12);
}
.heading-1 {
  --text-opacity: 1;
  font-size: 1.5rem;
  line-height: calc(32/24);
  font-weight: 500;
  color: rgba(39, 40, 42, 1);
  color: rgba(39, 40, 42, var(--text-opacity));
  margin: 0.67em 0;
}
.heading-2 {
  --text-opacity: 1;
  font-size: 1.25rem;
  line-height: calc(28/20);
  font-weight: 500;
  color: rgba(39, 40, 42, 1);
  color: rgba(39, 40, 42, var(--text-opacity));
}
.heading-3 {
  --text-opacity: 1;
  color: rgba(39, 40, 42, 1);
  color: rgba(39, 40, 42, var(--text-opacity));
  font-size: 1rem;
  line-height: calc(24/16);
  font-weight: 500;
}
.heading-4 {
  --text-opacity: 1;
  color: rgba(39, 40, 42, 1);
  color: rgba(39, 40, 42, var(--text-opacity));
  font-size: 0.875rem;
  line-height: calc(20/14);
  font-weight: 500;
}
