/**
    GLOBAL DASHBOARD CSS
    this is the global css for the customer community a.k.a. Dashboard2020
    class names should be prefixed with 'liqid-' to avoid clashes with salesforce styles
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* FONT FACES */
@font-face {
  font-family: 'MarkPro';
  font-weight: 400;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'MarkPro';
  font-weight: 700;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'MarkPro';
  font-weight: 500;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SangBleuKingdom';
  font-weight: 500;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/SangBleuKingdom-Medium.woff')
    format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SangBleuKingdom';
  font-weight: 500;
  font-style: italic;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/SangBleuKingdom-MediumItalic.woff')
    format('woff');
  font-display: swap;
}

/* FONT FACES FOR COMPATIBILITY WITH REACT REPO */
@font-face {
  font-family: 'MarkPro-Italic';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Italic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-Medium';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-MediumItalic';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-MediumItalic.woff')
    format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-Bold';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-BoldItalic';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-BoldItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-Heavy';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Heavy.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-Light';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-Light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MarkPro-LightItalic';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/MarkPro-LightItalic.woff')
    format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Mark-W1G-Narrow';
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/Mark-W1G-Narrow.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Mark-W1G-Narrow';
  font-weight: bold;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/Mark-W1G-Narrow-Bold.woff')
    format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Mark-W1G-Narrow';
  font-weight: 500;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/Mark-W1G-Narrow-Medium.woff')
    format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Mark-W1G-Narrow';
  font-weight: 500;
  font-style: italic;
  src: url('/sfsites/c/resource/GlobalDashboardAssets/fonts/Mark-W1G-Narrow-Italic.woff')
    format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 300 700;
  src: url('/sfsites/c/resource/GlobalDashboardAssetsV2/fonts/material-symbols-rounded.woff2')
    format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* OVERRIDES */

/* UTILITIES */
.liqid-hidden {
  display: none;
}
.liqid-block {
  display: block;
}

.liqid-centered {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .liqid-tablet-hidden {
    display: none;
  }
  .liqid-tablet-block {
    display: block;
  }

  .liqid-tablet-centered {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1280px) {
  .liqid-desktop-hidden {
    display: none;
  }
  .liqid-desktop-block {
    display: block;
  }
  .liqid-desktop-centered {
    margin: 0 auto;
  }
}

/* PAGE AND LAYOUT WRAPPER */

.liqid-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: #f0f0f3;
}

.liqid-layout-wrapper {
  margin: 0 auto;
  flex: 1;
  width: 92.51%;
  max-width: 1720px;
}

@media screen and (min-width: 768px) {
  .liqid-layout-wrapper {
    width: 94.79%;
  }
}

@media screen and (min-width: 1024px) {
  .liqid-layout-wrapper {
    width: 90.23%;
  }
}
@media screen and (min-width: 1280px) {
  .liqid-layout-wrapper {
    width: 90.63%;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .liqid-layout-wrapper {
    width: 88.89%;
  }
}
@media screen and (min-width: 1920px) {
  .liqid-layout-wrapper {
    width: 89.58%;
  }
}

/* 12 COL GRID */
.liqid-grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -2px 0 -2px;
}
.liqid-grid.liqid-grid-nogutter {
  margin: 0;
}
.liqid-grid.liqid-grid-nogutter > .liqid-col {
  padding: 0;
}
.liqid-col {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 2px 0 2px;
}

.liqid-col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.liqid-col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.liqid-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.liqid-col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.liqid-col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.liqid-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.liqid-col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.liqid-col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.liqid-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.liqid-col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.liqid-col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.liqid-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .liqid-grid {
    margin: 0 -3px 0 -3px;
  }
  .liqid-col {
    padding: 0 3px 0 3px;
  }
  .liqid-tablet-col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .liqid-tablet-col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .liqid-tablet-col-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .liqid-tablet-col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .liqid-tablet-col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .liqid-tablet-col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .liqid-tablet-col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .liqid-tablet-col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .liqid-tablet-col-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .liqid-tablet-col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .liqid-tablet-col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .liqid-tablet-col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .liqid-grid {
    margin: 0 -4px 0 -4px;
  }
  .liqid-col {
    padding: 0 4px 0 4px;
  }

  .liqid-large-tablet-col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .liqid-large-tablet-col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .liqid-large-tablet-col-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .liqid-large-tablet-col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .liqid-large-tablet-col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .liqid-large-tablet-col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .liqid-large-tablet-col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .liqid-large-tablet-col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .liqid-large-tablet-col-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .liqid-large-tablet-col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .liqid-large-tablet-col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .liqid-large-tablet-col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .liqid-grid {
    margin: 0 -5px 0 -5px;
  }
  .liqid-col {
    padding: 0 5px 0 5px;
  }
  .liqid-desktop-col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .liqid-desktop-col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .liqid-desktop-col-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .liqid-desktop-col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .liqid-desktop-col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .liqid-desktop-col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .liqid-desktop-col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .liqid-desktop-col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .liqid-desktop-col-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .liqid-desktop-col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .liqid-desktop-col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .liqid-desktop-col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .liqid-grid {
    margin: 0 -5.5px 0 -5.5px;
  }
  .liqid-col {
    padding: 0 5.5px 0 5.5px;
  }
}
@media only screen and (min-width: 1920px) {
  .liqid-grid {
    margin: 0 -7.5px 0 -7.5px;
  }
  .liqid-col {
    padding: 0 7.5px 0 7.5px;
  }
}

/* COMPONENTS */

.liqid-page-title {
  font-family: 'SangBleuKingdom';
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 24px;
  color: #2f3030;
  line-height: 150%;
}

@media only screen and (min-width: 680px) {
  .liqid-page-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1280px) {
  .liqid-page-title {
    font-size: 28px;
    padding-bottom: 32px;
  }
}

/* Intercom action button style */
@media (max-width: 1280px) {
  .intercom-lightweight-app-launcher {
    bottom: 125px !important;
  }

  .intercom-app div {
    bottom: 125px !important;
  }

  iframe[name='intercom-notifications-frame'] {
    bottom: 125px !important;
  }
}

/* Zenloop */

.zl-dialog {
  border-radius: 2px 2px 2px 12px !important;
}

.zl-score-numbers {
  background-color: #fafafa !important;
  color: #777777 !important;
  font-size: 14px !important;
  font-family: 'Mark-W1G-Narrow' !important;
  font-weight: bold !important;
  border: none !important;
  text-align: start !important;
  padding-left: 17px !important;
  height: 36px !important;
  line-height: 22px !important;
  display: flex !important;
  align-items: center !important;
}

.zl-score-numbers:hover {
  background-color: #ef233c !important;
  opacity: 1 !important;
  color: #ffffff !important;
}

.zl-heading {
  font-family: 'Mark-W1G-Narrow' !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #ef233c !important;
  text-align: start !important;
}

.zl-extrem-numbers {
  font-family: 'Mark-W1G-Narrow' !important;
  color: #777 !important;
  font-size: 14px !important;
}

.zl-highlight-score {
  color: #000 !important;
}

.zl-textarea {
  background-color: #f0f0f3 !important;
  font-family: 'Mark-W1G-Narrow' !important;
  font-size: 16px !important;
  color: #777 !important;
  border: none !important;
}

.zl-buttons {
  padding: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 16px !important;
}

.zl-submit {
  border-bottom-left-radius: 12px !important;
  font-family: 'Mark-W1G-Narrow' !important;
  font-size: 16px !important;
}

/* Adjusting the max width of the page content in the score page
*  to be able to have the header aligned properly to the start of 
*  the container
*/
.zl-score-page .zl-page-content {
  max-width: 608px !important;
}

.zl-answer-page .zl-page-content {
  padding-top: 10px !important;
}

.zl-thank-you-page .zl-prev {
  display: none !important;
}

.zl-thank-you-message {
  margin-top: 0 !important;
}

.zl-close {
  background-size: 15px 20px !important;
}

@media only screen and (min-width: 768px) {
  .zl-score-numbers {
    font-size: 16px !important;
    padding-left: 0 !important;
    text-align: center !important;
    height: 48px !important;
    line-height: 48px !important;
    justify-content: center !important;
  }

  .zl-heading {
    font-size: 20px !important;
  }

  .zl-textarea {
    font-size: 18px !important;
  }

  .zl-submit {
    width: 100% !important;
  }

  .zl-buttons {
    margin-bottom: 0px !important;
  }

  .zl-close {
    background-size: 15px 22px !important;
  }
}

/* COMMUNITY LOADING BALLS OVERRIDE */
.siteforceSpinnerManager .mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

.siteforceLoadingBalls.global > .loadingBall {
  display: none !important;
}

.siteforceLoadingBalls.global {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 105' height='100px' width='100px'%3E%3Cg%3E%3Cpath d='M55.78,53.93H41a48.38,48.38,0,0,0,48.39,48.39V87.54A33.65,33.65,0,0,1,55.78,53.93' fill='%23EF233C'%3E%3C/path%3E%3Cpath d='M48.39,0A48.39,48.39,0,1,0,58.83,95.62,52,52,0,0,1,45.91,81.89a33.62,33.62,0,1,1,22-6.15,30.69,30.69,0,0,0,13.71,7.83A48.37,48.37,0,0,0,48.39,0' fill='%23EF233C'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
    center center no-repeat !important;
  width: 150px !important;
  height: 150px !important;
  margin-top: -75px !important;
  margin-left: -75px !important;
  padding: 0 !important;
  animation: 2.4s linear 0s infinite running circleclip;
}

.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  z-index: 1;
}

@keyframes circleclip {
  0% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      0 50%,
      15% 15%,
      50% 0
    );
  }
  6.25% {
    clip-path: polygon(
      50% 50%,
      85% 15%,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      0 50%,
      15% 15%,
      50% 0
    );
  }
  12.5% {
    clip-path: polygon(
      50% 50%,
      100% 50%,
      100% 50%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      0 50%,
      15% 15%,
      50% 0
    );
  }
  18.75% {
    clip-path: polygon(
      50% 50%,
      85% 85%,
      85% 85%,
      85% 85%,
      85% 85%,
      50% 100%,
      15% 85%,
      0 50%,
      15% 15%,
      50% 0
    );
  }
  25% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      15% 85%,
      0 50%,
      15% 15%,
      50% 0
    );
  }
  31.25% {
    clip-path: polygon(
      50% 50%,
      15% 85%,
      15% 85%,
      15% 85%,
      15% 85%,
      15% 85%,
      15% 85%,
      0 50%,
      15% 15%,
      50% 0
    );
  }
  37.5% {
    clip-path: polygon(50% 50%, 0 50%, 0 50%, 0 50%, 0 50%, 0 50%, 0 50%, 0 50%, 15% 15%, 50% 0);
  }
  43.75% {
    clip-path: polygon(
      50% 50%,
      15% 15%,
      15% 15%,
      15% 15%,
      15% 15%,
      15% 15%,
      15% 15%,
      15% 15%,
      15% 15%,
      50% 0
    );
  }
  50% {
    clip-path: polygon(50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
  }
  56.25% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      85% 15%,
      85% 15%,
      85% 15%,
      85% 15%,
      85% 15%,
      85% 15%,
      85% 15%
    );
  }
  62.5% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      100% 50%,
      100% 50%,
      100% 50%,
      100% 50%,
      100% 50%,
      100% 50%
    );
  }
  68.25% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      85% 85%,
      85% 85%,
      85% 85%,
      85% 85%,
      85% 85%
    );
  }
  75% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%
    );
  }
  81.25% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      15% 85%,
      15% 85%,
      15% 85%
    );
  }
  87.25% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      0% 50%,
      0% 50%,
      0% 50%
    );
  }
  93.5% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      0% 50%,
      15% 15%,
      15% 15%
    );
  }
  100% {
    clip-path: polygon(
      50% 50%,
      50% 0,
      85% 15%,
      100% 50%,
      85% 85%,
      50% 100%,
      15% 85%,
      0% 50%,
      15% 15%,
      50% 0%
    );
  }
}

@keyframes fadeInTo30 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

.liqid-fw-medium {
  font-weight: var(--c-fontWeightMedium);
}

.liqid-mt-20 {
  margin-top: 20px;
}

img {
  color: transparent;
}

/* LightningConfirm popup / kyc-flowscreen design adjustments  */

.slds-modal__container {
  max-width: 600px !important ;
}

.slds-modal__content {
  font-size: 16px;
  line-height: 150%;
}

button.slds-button,
button.slds-button:active,
button.slds-button:focus {
  font-size: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #575859 !important;
  color: #575859 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  outline: 0 !important;
}

button.slds-button_brand,
button.slds-button.slds-button_brand:active,
button.slds-button.slds-button_brand:focus {
  background-color: #ef233c !important;
  border-color: transparent !important;
  color: #fff !important;
  margin-left: 16px !important;
}

button.slds-button[kx-type='ripple'],
button.slds-button[kx-type='ripple']::before,
button.slds-button[kx-type='ripple']::after {
  animation: none !important;
  transition: none !important;
  background-image: none !important;
}
