@charset "UTF-8";

/* src/assets/scss/icons.scss */
i-feather.feather-24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
i-feather.feather-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
i-feather.feather-16 {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
i-feather[name=pdf],
i-feather.pdf {
  background: url(/assets/images/icons/pdf.svg) no-repeat center 100%/100%;
}
i-feather[name=healthwise],
i-feather.healthwise {
  background: url(/assets/images/icons/healthwise.svg) no-repeat center 100%/100%;
}
i-feather[name=reset],
i-feather.reset {
  background: url(/assets/images/icons/reset.svg) no-repeat center 100%/100%;
}
i-feather[name=resend],
i-feather.resend {
  background: url(/assets/images/icons/icon-resend.svg) no-repeat center 100%/100%;
}
i-feather[name=suggested-message],
i-feather.suggested-message {
  background: url(/assets/images/icons/suggested-message.svg) no-repeat center 100%/100%;
}
i-feather[name=invitation],
i-feather.invitation {
  background: url(/assets/images/icons/invitation.svg) no-repeat center 100%/100%;
}
i-feather[name=record],
i-feather.record {
  background: url(/assets/images/icons/icon-record.svg) no-repeat center 100%/100%;
}
i-feather[name=calendar-today],
i-feather.calendar-today {
  background: url(/assets/images/icons/calendar-today.svg) no-repeat center 100%/100%;
}
i-feather[name=month],
i-feather.month {
  background: url(/assets/images/icons/month-icon.svg) no-repeat center 100%/100%;
}
i-feather[name=week],
i-feather.week {
  background: url(/assets/images/icons/week-icon.svg) no-repeat center 100%/100%;
}
i-feather[name=today],
i-feather.today {
  background: url(/assets/images/icons/day-icon.svg) no-repeat center 100%/100%;
}
i-feather[name=eating-habit],
i-feather.eating-habit {
  background: url(/assets/images/icons/eating-habit.svg) no-repeat center 100%/100%;
}
i-feather[name=share-screen],
i-feather.share-screen {
  background: url(/assets/images/icons/share-sreen-icon.svg) no-repeat center 100%/100%;
}
i-feather[name=share-screen-white],
i-feather.share-screen-white {
  background: url(/assets/images/icons/share-screen-white.svg) no-repeat center 100%/100%;
}
i-feather[name=unshare-screen],
i-feather.unshare-screen {
  background: url(/assets/images/icons/unshare-screen.svg) no-repeat center 100%/100%;
}
i-feather[name=unshare-screen-white],
i-feather.unshare-screen-white {
  background: url(/assets/images/icons/unshare-screen-white.svg) no-repeat center 100%/100%;
}
i-feather[name=accessibility],
i-feather.accessibility {
  background: url(/assets/images/icons/accessibility.svg) no-repeat center 100%/100%;
}
i-feather[name=message-circle-off],
i-feather.message-circle-off {
  background: url(/assets/images/icons/message-circle-off.svg) no-repeat center 100%/100%;
}
i-feather[name=share-screen-person],
i-feather.share-screen-person {
  background: url(/assets/images/icons/share-screen-person.svg) no-repeat center 100%/100%;
}
i-feather[name=share-screen-person-user],
i-feather.share-screen-person-user {
  background: url(/assets/images/icons/share-screen-person-user.svg) no-repeat center 100%/100%;
}
i-feather[name=share-screen-person-overlay-inside],
i-feather.share-screen-person-overlay-inside {
  background: url(/assets/images/icons/share-screen-person-overlay-inside.svg) no-repeat center 100%/100%;
}
i-feather[name=share-screen-person-overlay-outside],
i-feather.share-screen-person-overlay-outside {
  background: url(/assets/images/icons/share-screen-person-overlay-outside.svg) no-repeat center 100%/100%;
}
i-feather[name=dashboard],
i-feather.dashboard {
  background: url(/assets/images/icons/dashboard.svg) no-repeat center 100%/100%;
}
i-feather[name=audit-trail],
i-feather.audit-trail {
  background: url(/assets/images/icons/audit-trail.svg) no-repeat center 100%/100%;
}
i-feather[name=referral],
i-feather.referral {
  background: url(/assets/images/icons/referral.svg) no-repeat center 100%/100%;
}
i-feather[name=system-check],
i-feather.system-check {
  background: url(/assets/images/icons/system-check.svg) no-repeat center 100%/100%;
}
i-feather[name=system-check-crossout],
i-feather.system-check-crossout {
  background: url(/assets/images/icons/system-check-crossout.svg) no-repeat center 100%/100%;
}
i-feather[name=system-check-nodata],
i-feather.system-check-nodata {
  background: url(/assets/images/icons/system-check-nodata.svg) no-repeat center 100%/100%;
}
i-feather[name=pdf],
i-feather.pdf {
  background-size: auto 100%;
}
i-feather[name=resend].feather-20 {
  width: 24px;
}
i-feather[name=more-vertical] {
  color: var(--secondaryTextColor);
}
i-feather[name=record].active.active {
  background: url(/assets/images/icons/record.svg) no-repeat center 100%/100% !important;
}
i-feather[name=referral].status-preferred,
.referral.status-preferred {
  background-image: url(/assets/images/icons/referral-preferred.svg);
}
i-feather[name=referral].disabled,
i-feather[name=referral]:disabled,
.referral.disabled,
.referral:disabled {
  background-image: url(/assets/images/icons/referral-disabled.svg);
}
i-feather[name=record].disabled,
i-feather[name=record]:disabled,
.record.disabled,
.record:disabled {
  background-image: url(/assets/images/icons/icon-record-disabled.svg);
}
.mat-mdc-icon-button i-feather svg {
  width: inherit;
  height: inherit;
}
.dialog-header-icons,
.card-header-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  color: var(--secondaryTextColor);
}
.dialog-header-icons i-feather,
.card-header-icons i-feather {
  cursor: pointer;
  background-color: transparent;
  border-radius: 100%;
  padding: 4px;
  box-sizing: content-box;
  border: 1px solid transparent;
  transition: background-color 0.5s;
}
.dialog-header-icons i-feather[name=edit-2],
.card-header-icons i-feather[name=edit-2] {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.dialog-header-icons i-feather:hover,
.card-header-icons i-feather:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(221, 221, 221, 0.1);
}
:is(i-feather.pointer, .icon-in-input):hover {
  color: var(--primaryTextColor) !important;
}
.no-icon-placeholder {
  width: 20px;
  min-width: 20px;
  height: 20px;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  i-feather {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0;
    background-size: 16px 16px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
  i-feather.pointer:not(:is(.mat-mdc-header-cell, .mat-mdc-menu-content).pointer) {
    width: 24px !important;
    padding-inline: 4px;
  }
  i-feather svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .tbl-sort {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .tbl-sort i-feather {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0;
  }
  .icon-in-input {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    padding: 4px;
    bottom: 5px !important;
  }
}

/* src/assets/scss/variables/medocitymd.scss */
:root {
  --primaryColor: #5166b1;
  --textColorOnPrimary: #fff;
  --positiveColor: #34bb6f;
  --warningColor: #f3c300;
  --negativeColor: #e71d36;
  --primaryColorOpacity-07: rgba(81, 102, 177, 0.07);
  --primaryColorOpacity-15: rgba(81, 102, 177, 0.15);
  --primaryColorOpacity-20: rgba(81, 102, 177, 0.2);
  --bgColor: #f6f7f9;
  --fgColor: #fff;
  --separatorColor: #ddd;
  --coreGrayBackground: #f6f6f6;
  --defaultGraySecondary: #eaeaea;
  --tooltipColor: #2c2c2c;
  --textColorInTooltip: #fff;
  --primaryTextColor: rgba(0, 0, 0, 0.85);
  --secondaryTextColor: rgba(0, 0, 0, 0.64);
  --disabledTextColor: rgba(0, 0, 0, 0.32);
  --linkTextColor: #226bfc;
  --whiteTextColor: #fff;
  --h1-font-size: 24px;
  --h1-line-height: 32px;
  --h2-font-size: 20px;
  --h2-line-height: 23px;
  --h3-font-size: 16px;
  --h3-line-height: 18px;
  --body-font-size: 14px;
  --body-line-height: 16px;
  --p-font-size: var(--body-font-size);
  --p-line-height: 18px;
  --small-font-size: 12px;
  --small-line-height: 14px;
  --btn-primaryColor: var(--primaryColor);
  --btn-primaryTextColor: var(--textColorOnPrimary);
  --btn-primaryHoverColor: color-mix(in lab, var(--primaryColor), #000 20%);
  --btn-primaryHoverTextColor: var(--textColorOnPrimary);
  --btn-primaryBorder: transparent;
  --btn-primaryBoxShadow: color-mix(in lab, var(--primaryColor), #000 16%);
  --btn-secondaryColor: transparent;
  --btn-secondaryTextColor: var(--primaryTextColor);
  --btn-secondaryHoverColor: transparent;
  --btn-secondaryHoverTextColor: var(--primaryTextColor);
  --btn-secondaryBorder: transparent;
  --btn-font-family: font-medium;
  --btn-font-size: 14px;
  --btn-line-height: 16px;
  --buttonDisable: #eaeaea;
  --txtbox-enabled: #eaeaea;
  --txtbox-disabled: #eaeaea;
  --txtbox-enabled-hover: color-mix(in lab, var(--txtbox-enabled), #000 4%);
  --txtbox-focus-background: #fff;
  --txtbox-border: rgba(0, 0, 0, 0.08);
  --txtbox-font-family: font-regular;
  --txtbox-font-size: 14px;
  --txtbox-line-height: 16px;
  --txtbox-focus-border: rgba(60, 102, 255, 0.8);
  --txtbox-focus-outline: rgba(60, 102, 255, 0.4);
  --txtbox-error-focus-outline: rgba(231, 29, 54, 0.2);
  --toggle-deactivated-background:
    linear-gradient(
      190deg,
      #d3d3d3 0%,
      #eaeaea 100%);
  --toggle-deactivated-border: #d2d2d2;
  --toggle-activated-background:
    linear-gradient(
      190deg,
      #3155d9 0%,
      #3c66ff 100%);
  --toggle-activated-border: #2d4fcc;
  --switch-track-background:
    linear-gradient(
      190deg,
      #f3f3f3 0%,
      #fff 100%);
  --switch-track-border: #d2d2d2;
  --switch-unselected-background: #fff;
  --switch-unselected-border: #d2d2d2;
  --switch-selected-background:
    linear-gradient(
      190deg,
      #2b995b 0%,
      #34bb6f 100%);
  --switch-selected-border: #2a9659;
  --servity-0-color: #ddd;
  --servity-1-color: #34bb6f;
  --servity-2-color: #f3c300;
  --servity-3-color: #ff7b2e;
  --servity-4-color: #e71d36;
  --servity-0-highlight: rgba(221, 221, 221, 0.3);
  --servity-1-highlight: rgba(52, 187, 111, 0.3);
  --servity-2-highlight: rgba(243, 195, 0, 0.3);
  --servity-3-highlight: rgba(255, 123, 46, 0.3);
  --servity-4-highlight: rgba(231, 29, 54, 0.3);
  --tab-label-bg: #d3d8eb;
  --tab-bg: #d4d9ea;
  --tab-label-font-size: 16px;
  --active-tab-bg: #ecf0f6;
  --active-tab-border: #eaeaea;
  --regular: font-regular, sans-serif;
  --medium: font-medium, sans-serif;
  --bold: font-bold, sans-serif;
  --box-shadow:
    0 6px 7px rgba(0, 0, 0, 0.1),
    0 11px 15px rgba(0, 0, 0, 0.07),
    0 4px 20px rgba(0, 0, 0, 0.06);
  --card-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  --card-varient-background: rgba(101, 133, 245, 0.05);
  --light-silver: #eee;
  --dove-gray: #ddd;
  --silver-stone: #c3c1c1;
  --smoke-gray: #999;
  --chat-message-background: #f2f2f2;
  --table-background: transparent;
  --table-textColor: var(--secondaryTextColor);
  --table-font-size: var(--body-font-size);
  --table-line-height: var(--body-line-height);
  --table-font-family: var(--regular);
  --table-row-hover: rgba(60, 102, 255, 0.05);
  --table-header-background: var(--primaryColor);
  --table-header-textColor: var(--textColorOnPrimary);
  --table-header-font-family: var(--medium);
  --table-header-sorted-background: color-mix(in lab, var(--primaryColor), #000 40%);
  --table-header-height: 52px;
  --table-cell-height: 36px;
  --display-1-font-size: 98px;
  --display-1-line-height: 112px;
  --display-2-font-size: 61px;
  --display-2-line-height: 70px;
  --display-3-font-size: 49px;
  --display-3-line-height: 56px;
  --display-4-font-size: 35px;
  --display-4-line-height: 40px;
  --display-color: var(--primaryColor);
  --page-header-background: #eaecf1;
  --chips-background: #f4f4f4;
  --resource-card-background: var(--primaryColor);
  --resource-card-color: var(--textColorOnPrimary);
  --message-selected-background: rgba(60, 102, 255, 0.05);
  --header-background: #4e5056;
  --header-text-color: #fff;
  --menu-trigger-background: #0f0f0f;
  --menu-trigger-color: #fff;
}
@media (max-width: 767.98px) {
  :root {
    --h1-font-size: 22px;
    --h1-line-height: 1.2;
    --h2-font-size: 18px;
    --h2-line-height: 1.2;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/assets/scss/styles.scss */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
}
html {
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
}
html {
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color:rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
}
html {
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
}
html {
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
}
html {
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
}
html {
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
}
html {
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
}
html {
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
}
html {
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
}
html {
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
}
html {
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
}
html {
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
}
html {
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
}
html {
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
}
html {
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
}
html {
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
}
html {
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
}
html {
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
}
html {
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
}
html {
  --mdc-filled-button-container-height:36px;
}
html {
  --mdc-protected-button-container-height:36px;
}
html {
  --mdc-outlined-button-container-height:36px;
}
html {
  --mat-text-button-touch-target-display:block;
}
html {
  --mat-filled-button-touch-target-display:block;
}
html {
  --mat-protected-button-touch-target-display:block;
}
html {
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
}
html {
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
}
html {
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
}
html {
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color:white;
}
html {
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
}
html {
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color:#c5cae9;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
}
html {
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
}
html {
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
html {
  --mat-timepicker-container-shape:4px;
  --mat-timepicker-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color:white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 11.62px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 9.38px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set: none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-weight: 400;
}
.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 11px;
  line-height: 1;
  padding: 0.1em 0.3em;
  font-family: var(--regular);
  background-color: var(--negativeColor);
  color: var(--whiteTextColor);
  border-radius: 8px;
  min-width: 14px;
  min-height: 14px;
}
.badge:empty {
  display: none;
}
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
.progress-bar {
  display: flex;
  text-align: center;
  white-space: nowrap;
}
img,
svg,
i-feather {
  vertical-align: middle;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.me-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.me-1 {
  margin-right: 4px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.ms-1 {
  margin-left: 4px !important;
}
.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.p-1 {
  padding: 4px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pe-1 {
  padding-right: 4px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.ps-1 {
  padding-left: 4px !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.m-2 {
  margin: 16px !important;
}
.mt-2 {
  margin-top: 16px !important;
}
.me-2 {
  margin-right: 16px !important;
}
.mb-2 {
  margin-bottom: 16px !important;
}
.ms-2 {
  margin-left: 16px !important;
}
.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.p-2 {
  padding: 16px !important;
}
.pt-2 {
  padding-top: 16px !important;
}
.pe-2 {
  padding-right: 16px !important;
}
.pb-2 {
  padding-bottom: 16px !important;
}
.ps-2 {
  padding-left: 16px !important;
}
.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.m-3 {
  margin: 20px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.me-3 {
  margin-right: 20px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.ms-3 {
  margin-left: 20px !important;
}
.mx-3 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my-3 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.p-3 {
  padding: 20px !important;
}
.pt-3 {
  padding-top: 20px !important;
}
.pe-3 {
  padding-right: 20px !important;
}
.pb-3 {
  padding-bottom: 20px !important;
}
.ps-3 {
  padding-left: 20px !important;
}
.px-3 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.me-4 {
  margin-right: 24px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.ms-4 {
  margin-left: 24px !important;
}
.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.p-4 {
  padding: 24px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pe-4 {
  padding-right: 24px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.ps-4 {
  padding-left: 24px !important;
}
.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-auto {
  padding: auto !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pe-auto {
  padding-right: auto !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.ps-auto {
  padding-left: auto !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-contents {
  display: "contents" !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.btn-primary {
  background-color: var(--btn-primaryColor);
  color: var(--btn-primaryTextColor);
}
.btn-primary:hover {
  background-color: var(--btn-primaryHoverColor);
  color: var(--btn-primaryHoverTextColor);
}
.btn-secondary {
  background-color: var(--btn-secondaryColor);
  color: var(--btn-secondaryTextColor);
}
.btn-secondary:hover {
  background-color: var(--btn-secondaryHoverColor);
  color: var(--btn-secondaryHoverTextColor);
}
.btn-disabled {
  background-color: var(--buttonDisable);
  color: var(--disabledTextColor);
}
.btn-disabled:hover {
  background-color: var(--buttonDisable);
  color: var(--disabledTextColor);
}
[role=button] {
  cursor: pointer;
}
.btn {
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.row > * {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  flex: 1 0 0%;
  max-width: 100%;
}
.col-1 {
  width: calc(1 / 12 * 100%);
}
.col-2 {
  width: calc(2 / 12 * 100%);
}
.col-3 {
  width: calc(3 / 12 * 100%);
}
.col-4 {
  width: calc(4 / 12 * 100%);
}
.col-5 {
  width: calc(5 / 12 * 100%);
}
.col-6 {
  width: calc(6 / 12 * 100%);
}
.col-7 {
  width: calc(7 / 12 * 100%);
}
.col-8 {
  width: calc(8 / 12 * 100%);
}
.col-9 {
  width: calc(9 / 12 * 100%);
}
.col-10 {
  width: calc(10 / 12 * 100%);
}
.col-11 {
  width: calc(11 / 12 * 100%);
}
.col-12 {
  width: calc(12 / 12 * 100%);
}
@media (min-width: 320px) {
  .col-xs-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-xs-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-xs-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-xs-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-xs-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-xs-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-xs-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-xs-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-xs-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-xs-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-xs-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-xs-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-sm-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-sm-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-sm-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-sm-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-sm-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-sm-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-sm-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-sm-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-sm-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-sm-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-sm-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-md-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-md-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-md-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-md-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-md-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-md-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-md-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-md-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-md-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-md-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-md-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-lg-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-lg-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-lg-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-lg-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-lg-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-lg-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-lg-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-lg-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-lg-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-lg-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-lg-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-xl-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-xl-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-xl-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-xl-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-xl-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-xl-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-xl-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-xl-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-xl-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-xl-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-xl-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-xxl-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-xxl-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-xxl-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-xxl-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-xxl-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-xxl-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-xxl-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-xxl-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-xxl-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-xxl-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-xxl-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 320px) {
  .col-xs {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  font-size: var(--body-font-size);
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 4px !important;
}
.rounded-2 {
  border-radius: 8px !important;
}
.rounded-3 {
  border-radius: 12px !important;
}
.rounded-4 {
  border-radius: 16px !important;
}
.rounded-5 {
  border-radius: 24px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--fgColor);
  background-clip: border-box;
  border-radius: 8px;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 8px;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
label {
  display: inline-block;
}
.form-label {
  margin-bottom: 0.5rem;
}
.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid var(--separatorColor);
  border-radius: 8px;
  margin: 0;
}
.form-control:disabled {
  opacity: 1;
}
input,
button,
mat-select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.input-group-text {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: var(--secondaryTextColor);
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
}
.invalid-feedback {
  margin-top: 4px;
  width: 100%;
  color: var(--negativeColor);
  font-size: 12px;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
@font-face {
  font-family: font-bold;
  src: url("./media/Ubuntu-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: font-medium;
  src: url("./media/Ubuntu-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: font-regular;
  src: url("./media/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1,
.dashboard-title-select .mat-mdc-select-value-text,
.dashboard-title-select .mat-mdc-select-min-line,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
p {
  font-family: var(--regular);
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
}
h1,
.dashboard-title-select .mat-mdc-select-value-text,
.dashboard-title-select .mat-mdc-select-min-line,
.h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  font-family: var(--medium);
  color: var(--primaryTextColor);
}
h2,
.h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  font-family: var(--bold);
  color: var(--primaryTextColor);
  margin-bottom: 16px;
}
h3,
.h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  font-family: var(--bold);
  color: var(--secondaryTextColor);
  margin-bottom: 16px;
}
h4,
.h4 {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: var(--bold);
  color: var(--primaryTextColor);
}
h6 {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: var(--bold);
  color: var(--secondaryTextColor);
  margin: 16px 0 13px;
}
a {
  color: var(--linkTextColor);
  text-decoration: none !important;
}
a:hover {
  color: var(--linkTextColor);
}
.link {
  color: var(--linkTextColor);
  cursor: pointer;
}
strong,
.strong {
  font-family: font-bold, sans-serif;
  font-weight: 400;
}
.display-1 {
  font-family: "font-bold", sans-serif;
  font-size: var(--display-1-font-size);
  line-height: var(--display-1-line-height);
  color: var(--display-color);
}
.display-2 {
  font-family: "font-bold", sans-serif;
  font-size: var(--display-2-font-size);
  line-height: var(--display-2-line-height);
  color: var(--display-color);
}
.display-3 {
  font-family: "font-bold", sans-serif;
  font-size: var(--display-3-font-size);
  line-height: var(--display-3-line-height);
  color: var(--display-color);
}
.display-4 {
  font-family: "font-bold", sans-serif;
  font-size: var(--display-4-font-size);
  line-height: var(--display-4-line-height);
  color: var(--display-color);
}
html {
  --mdc-plain-tooltip-container-color: var(--tooltipColor);
}
html {
  --mdc-plain-tooltip-supporting-text-color: var(--textColorInTooltip);
}
html {
  --mdc-plain-tooltip-supporting-text-font: var(--regular);
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.flex-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.capitalize-first::first-letter {
  text-transform: uppercase;
}
.disabled {
  pointer-events: none;
  color: var(--disabledTextColor) !important;
}
.disabled * {
  color: var(--disabledTextColor) !important;
}
.disabled img {
  opacity: 0.5;
}
.disabled .form-control {
  color: var(--disabledTextColor);
}
.nodata,
.noResult,
.norecord {
  padding: 15px 10px;
  text-align: center;
  color: var(--disabledTextColor);
}
.strike-through {
  text-decoration: line-through;
}
.body-text {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
}
.sm-text {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: font-regular;
  letter-spacing: normal;
}
ul.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.break-word {
  word-break: break-word;
}
.pointer {
  cursor: pointer;
}
.cs-default {
  cursor: default;
}
.cs-auto {
  cursor: auto;
}
.cs-grab {
  cursor: grab;
}
.cs-move {
  cursor: move;
}
.cs-pointer {
  cursor: pointer;
}
.ff-regular {
  font-family: var(--regular) !important;
}
.ff-medium {
  font-family: var(--medium) !important;
}
.ff-bold {
  font-family: var(--bold) !important;
}
.ws-normal {
  white-space: normal;
}
.ws-nowrap {
  white-space: nowrap;
}
.ws-pre {
  white-space: pre;
}
.ws-pre-line {
  white-space: pre-line;
}
.ws-pre-wrap {
  white-space: pre-wrap;
}
.ov-visible {
  overflow: visible !important;
}
.ov-hidden {
  overflow: hidden !important;
}
.ov-clip {
  overflow: clip !important;
}
.ov-auto {
  overflow: auto !important;
}
.ov-initial {
  overflow: initial !important;
}
.ov-unset {
  overflow: unset !important;
}
.index-0 {
  z-index: 0;
}
.index-1 {
  z-index: 1;
}
.index-2 {
  z-index: 2;
}
.index-3 {
  z-index: 3;
}
.index-4 {
  z-index: 4;
}
.index-5 {
  z-index: 5;
}
.index-6 {
  z-index: 6;
}
.index-7 {
  z-index: 7;
}
.index-8 {
  z-index: 8;
}
.index-9 {
  z-index: 9;
}
.index-10 {
  z-index: 10;
}
.spinner-border {
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:is(:focus, :focus-within)) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-header,
.mat-mdc-tab-header:not(.card-base .mat-mdc-tab-header) .mat-mdc-tab-label-container {
  padding: 16px 24px;
  background-color: var(--page-header-background);
}
.page-header h1,
.mat-mdc-tab-header:not(.card-base .mat-mdc-tab-header) .mat-mdc-tab-label-container h1 {
  margin-bottom: 0;
}
.page-header .breadcrumb,
.mat-mdc-tab-header:not(.card-base .mat-mdc-tab-header) .mat-mdc-tab-label-container .breadcrumb {
  padding-top: 8px;
}
.page-header-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  word-break: break-all;
}
.page-header-grid .btn-group {
  justify-content: flex-end;
  align-items: center;
}
.page-header-grid .btn-group .btn {
  flex: 0;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .page-header-grid .btn-group .btn .btn-label {
    display: none;
  }
}
.page-content-wrapper {
  padding: 16px 24px;
}
.view-detail-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.view-detail-row .view-detail-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-size: var(--h3-font-size);
  color: var(--primaryTextColor);
}
.view-detail-row .view-detail-label {
  text-align: right;
  min-width: 150px;
}
.view-detail-row .view-detail-info {
  font-family: var(--regular);
  word-break: break-word;
  line-height: var(--h3-line-height);
}
.view-detail-row .view-detail-info-varient {
  font-size: var(--body-font-size);
}
@media (max-width: 575.98px) {
  .view-detail-row .view-detail-item {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px;
  }
  .view-detail-row .view-detail-label {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .page-header,
  .mat-mdc-tab-header:not(.card-base .mat-mdc-tab-header) .mat-mdc-tab-label-container,
  .page-content-wrapper {
    padding: 16px 12px;
  }
}
@media (min-width: 576px) {
  .file-upload-standard {
    max-width: 328px;
  }
  .file-upload-standard-with-cam {
    max-width: 362px;
  }
}
.text-primary {
  color: var(--primaryTextColor) !important;
}
.text-secondary {
  color: var(--secondaryTextColor) !important;
}
.text-success {
  color: var(--positiveColor) !important;
}
.text-disabled {
  color: var(--disabledTextColor) !important;
}
.text-link {
  color: var(--linkTextColor) !important;
}
.text-error {
  color: var(--negativeColor) !important;
}
.bg-orange {
  background-color: #ff7b2e;
}
.bg-yellow {
  background-color: #f3c300;
}
.bg-lightOrange {
  background-color: rgba(255, 123, 46, 0.05);
}
.bg-lightBlue {
  background-color: rgba(60, 102, 255, 0.05);
}
.bg-lightGreen {
  background-color: rgba(52, 187, 111, 0.1);
}
.bg-lightRed {
  background-color: rgba(255, 123, 46, 0.05);
}
.bg-lightVoilet {
  background-color: rgba(60, 102, 255, 0.05);
}
i-feather.status-enrolled {
  color: var(--positiveColor);
}
i-feather.status-preferred {
  color: rgb(153, 202, 49);
}
i-feather.status-partial-qualified {
  color: #4a94d9;
}
i-feather.status-invited {
  color: var(--primaryColor);
}
i-feather.status-not-invited {
  color: var(--smoke-gray);
}
i-feather.status-declined {
  color: var(--smoke-gray);
}
i-feather.status-screen-pass {
  background-image: url("./media/screen-pass.svg");
  color: transparent;
}
i-feather.status-screen-fail {
  background-image: url("./media/screen-fail.svg");
  color: transparent;
}
i-feather.check-positive {
  color: var(--positiveColor);
}
i-feather.x-negative {
  color: var(--negativeColor);
}
.fit-content {
  width: fit-content;
}
.min-content {
  min-width: min-content;
}
.max-content {
  max-width: max-content;
}
.min-w-80 {
  min-width: 80px !important;
}
.min-w-90 {
  min-width: 90px !important;
}
.min-w-100 {
  min-width: 100px !important;
}
.min-w-110 {
  min-width: 110px !important;
}
.min-w-120 {
  min-width: 120px !important;
}
.min-w-130 {
  min-width: 130px !important;
}
.min-w-140 {
  min-width: 140px !important;
}
.min-w-150 {
  min-width: 150px !important;
}
.min-w-180 {
  min-width: 180px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.min-w-220 {
  min-width: 220px !important;
}
.min-w-250 {
  min-width: 250px !important;
}
.min-w-270 {
  min-width: 270px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.min-w-350 {
  min-width: 350px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.min-w-450 {
  min-width: 450px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.max-25 {
  max-width: 25% !important;
}
.max-50 {
  max-width: 50% !important;
}
.max-75 {
  max-width: 75% !important;
}
.max-100 {
  max-width: 100% !important;
}
.account-pages {
  min-height: calc(100vh - 50px);
}
@supports (height: 100svh) {
  .account-pages {
    min-height: calc(100svh - 50px);
  }
}
.account-pages .card {
  box-shadow: var(--box-shadow);
  border-radius: 16px;
  width: 408px;
}
.account-pages .card-body {
  padding: 48px;
}
.account-pages .card.create-account {
  width: 560px;
}
.account-pages .card.two-step-verification {
  width: 416px;
}
.account-pages h1 {
  font-family: var(--bold);
  margin-bottom: 0;
}
.account-pages button {
  min-width: 118px;
}
.account-pages .form-group .form-control.suffix-select {
  width: 80px;
  margin-right: 0;
}
.account-pages .form-group .form-control:not(mat-select) {
  max-width: 100%;
  width: 100%;
  background-image: none;
}
.account-pages .auth-form-container {
  padding-top: 24px;
}
.account-pages .p-footer {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  color: var(--secondaryTextColor);
  letter-spacing: normal;
  padding-top: 8px;
  margin-bottom: 0;
}
.auth-logo {
  margin: 76px 0 42px;
  display: inline-block;
}
.auth-logo img {
  width: 160px;
}
.custom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.auth-btn-container,
.auth-card-link {
  text-align: center;
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .account-pages {
    padding: 0 16px;
  }
  .account-pages .auth-logo {
    margin: 0 0 20px;
  }
  .account-pages .card-body {
    padding: 24px;
  }
}
.terms-services-dialog.cdk-overlay-pane {
  margin-top: initial !important;
}
.terms-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.terms-modal-header h2 {
  color: var(--primaryTextColor);
  font-family: var(--medium);
}
.dashboard-title-select .mat-mdc-select {
  width: fit-content;
  max-width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.dashboard-title-select .mat-mdc-select-value-text,
.dashboard-title-select .mat-mdc-select-min-line {
  display: block;
  margin-bottom: 0;
  padding-inline-end: 5px;
}
.dashboard-title-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  width: 30px !important;
  height: 20px !important;
}
.cdk-overlay-pane:has(.dashboard-title-list) {
  min-width: 220px;
}
ngx-gridster-item {
  padding: 10px;
  margin: 0 !important;
}
.gridster-item-inner {
  height: 100%;
}
.centerwidget i {
  font-size: 40px;
}
.panel-outer {
  padding: 3px;
  height: 100%;
}
.panel-outer .panel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  overflow-y: initial;
}
.panel-outer .panel-inner.card-base {
  padding: 16px 20px;
}
.panel-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  flex-grow: 1;
}
.panel-body iframe {
  margin-top: 10px;
}
h2.panel-title {
  margin-bottom: 0;
}
.head {
  width: 100%;
  display: flex;
}
.head .leftdata {
  width: calc(100% - 40px);
}
.head .rightdata {
  width: 40px;
}
.widget-counter {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 56px;
}
@media (max-width: 575.98px) {
  .widget-counter {
    flex-direction: column;
    gap: 24px;
  }
}
.widget-counter .counter-item {
  display: flex;
  flex-direction: column;
}
.page-title-select {
  font-size: 24px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-family: var(--medium);
  margin-bottom: 15px;
  padding: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-title-select option {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
}
.dashboard-widget-header {
  border-bottom: 1px solid var(--separatorColor);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767.98px) {
  .dashboard-view {
    padding: 0;
  }
  .centerwidget i {
    font-size: 25px;
  }
  .head .leftdata {
    width: calc(100% - 28px);
  }
  .head .rightdata {
    width: 28px;
  }
  .panel-outer .panel-inner.card-base {
    padding: 10px 12px;
  }
  .dashboard-widget-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.vital-verticle-2 {
  height: 16px;
  margin-right: 10px;
}
.current-date {
  gap: 20px;
  color: var(--secondaryTextColor);
}
.current-date .schedule-time {
  gap: 20px;
}
.current-date .date-text,
.current-date .today {
  font-size: 16px;
  font-family: var(--medium);
  color: var(--primaryColor);
}
.hs-tab-content {
  padding: 5px;
}
.hs-tab-content .card-base {
  position: relative;
}
.hs-tab-card-title {
  align-items: flex-start;
  border-block-end: 1px solid var(--separatorColor);
  padding-block-end: 8px;
  margin-block-end: 16px;
  gap: 20px;
}
.hs-tab-card-title:not(:has(i-feather)) {
  padding-block-end: 12px;
}
.hs-tab-card-title h2 {
  margin-block-end: 0;
}
@media (min-width: 768px) {
  .hs-tab-card-title h2 {
    padding-block-start: 4px;
  }
}
.chart-cards-container {
  display: grid;
  gap: 20px;
  grid-auto-columns: 300px;
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 3px 5px;
}
.hs-cardslist {
  overflow: auto;
}
.hs-cardslist li {
  padding-block: 5px;
}
.hs-cardslist .sub-list {
  padding: 15px 0 0 15px;
}
.hs-cardslist .block-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 15px;
}
.list-col-2 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.list-col-2 .list-col-2-item {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
}
.icon-flex {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.status-circle {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: var(--silver-stone);
  display: inline-block;
}
.dialog-header-right {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.dialog-header-right:has(.time-period-btn) {
  align-items: center;
}
.alert-icon {
  color: var(--negativeColor);
  margin-left: 5px;
}
.medication-modal-subtitle {
  min-height: 96px;
  border-bottom: 1px solid var(--separatorColor);
  margin-bottom: 16px;
}
.medication-schedule-tooltip {
  width: 155px;
}
.medication-schedule-tooltip div {
  margin: 2px 0;
}
.medication-schedule-tooltip strong {
  width: 35%;
  display: inline-block;
}
.counter-time {
  color: var(--secondaryTextColor);
}
.alert-time {
  color: var(--secondaryTextColor);
}
app-alert-severity .highcharts-legend-item > text {
  font-family: var(--regular) !important;
  font-weight: normal !important;
  line-height: 1.15;
  letter-spacing: normal;
  color: var(--secondaryTextColor) !important;
  fill: var(--secondaryTextColor) !important;
}
app-monograph .container-fluid {
  padding-inline: 0;
  overflow: hidden;
}
app-monograph .display-1 {
  font-size: 24px;
  color: var(--primaryTextColor);
}
.alert-card-title {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.widget-header-with-subtitle {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.mat-mdc-progress-bar-fill {
  border-radius: 14px;
  overflow: hidden;
}
.criteria-progress-bar.mat-mdc-progress-bar {
  border-radius: 10px;
  height: 8px;
}
.full-bar .mat-mdc-progress-bar-fill::after {
  background-color: var(--positiveColor);
}
.guided-session-expended .guided-session-wrapper {
  min-width: 1100px;
}
.allergy_select .form-check + .allergy_select .form-check {
  margin-bottom: 16px;
}
.search-tab-dialog {
  cursor: move;
}
.goals-tasks-file-upload .label_file {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .hs-tab-card-title {
    margin-bottom: 12px;
    gap: 12px;
  }
  .hs-tab-card-title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list-col-2 .list-col-2-item {
    flex-grow: 1;
  }
  .container-fluid {
    padding-inline: 12px;
  }
}
@media (max-width: 575.98px) {
  .list-col-2 .list-col-2-item {
    width: 100%;
  }
  .current-date {
    gap: 8px;
  }
  .dropdown:has(.dropdown-menu.show .time-picker-container) {
    inset: calc(50% - 60px) auto auto calc(50% - 110px) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
.chart-cards-container .chart-card-header {
  align-items: baseline;
}
.chart-cards-container .chart-card-header-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chart-cards-container .chart-card-header-title .title-truncate {
  position: absolute;
  left: 39px;
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: calc(100% - 70px);
}
.chart-cards-container .chart-card-header-title h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expended-vital-signs .chart-cards-container {
  grid-auto-flow: initial;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}
@media (min-width: 992px) {
  .expended-vital-signs .chart-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(235px, 300px));
  }
  .expended-vital-signs:has(.vital-signs-item:nth-child(3)) .chart-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  }
}
.edit-lbs,
.edit-lbs:hover,
.edit-lbs:focus {
  width: 80px;
  font-size: 20px;
  text-align: center;
  border-width: 0 0 2px 0 !important;
  border-radius: 0;
  padding-block: 0;
  border-color: var(--txtbox-border) !important;
  margin-right: 4px;
  border-style: solid !important;
  box-shadow: none;
  background-color: transparent !important;
  padding-inline: 5px;
  outline: none !important;
}
.edit-lbs.edit-bp,
.edit-lbs:hover.edit-bp,
.edit-lbs:focus.edit-bp {
  width: 45px;
}
input.edit-lbs:not(.disabled):not(input[type=checkbox]):not(:read-only):focus {
  border-width: 0 0 2px 0 !important;
  border-color: var(--txtbox-border) !important;
}
.alert-class {
  color: var(--negativeColor);
}
.recorded-vitals-signs {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family:
    font-regular,
    Arial,
    sans-serif;
  letter-spacing: normal;
  color: var(--secondaryTextColor);
}
.recorded-vitals-signs strong {
  color: var(--primaryTextColor);
}
.recorded-vitals-signs-seperator {
  color: var(--disabledTextColor);
}
.dialog-header-left {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.chart-card-varient {
  position: relative;
  background:
    linear-gradient(
      0deg,
      var(--card-varient-background),
      var(--card-varient-background)),
    var(--fgColor);
  box-shadow: var(--card-box-shadow);
  border-radius: 16px;
  background-color: var(--fgColor);
  padding: 20px;
}
.chart-card-header-varient {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.chart-card-header-varient .dialog-header-left {
  padding-block-start: 4px;
}
.chart-card-header-varient .dialog-header-left h2 {
  padding-block-start: 0;
}
.update-record.edit {
  position: absolute;
  inset: -1px 0 0 0;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      0deg,
      var(--card-varient-background),
      var(--card-varient-background)),
    var(--fgColor);
}
.update-record.edit .edit-number {
  flex-grow: 1;
}
.update-record.edit .edit-vitals {
  color: var(--secondaryTextColor);
  font-family: var(--regular);
  text-align: center;
}
.update-record .chart-card-header-title .title-truncate {
  max-width: calc(100% - 140px);
  margin-top: -1px;
}
@media (max-width: 767.98px) {
  .chart-card-header-varient {
    position: relative;
    flex-direction: column;
  }
  .chart-card-header-varient .dialog-header-left h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--separatorColor);
    align-self: stretch;
    padding-right: 64px;
  }
  .chart-card-header-varient .dialog-header-icons {
    position: absolute;
    top: 0;
    right: 0;
  }
  .chart-card-header-varient .dialog-header-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .chart-card-header-varient .dialog-header-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .update-record.edit {
    padding: 17px 10px;
  }
  .chart-card-varient {
    padding: 16px 10px;
  }
  .edit-lbs,
  .edit-lbs:is(:hover, :focus) {
    width: 80px !important;
  }
}
@media (max-width: 575.98px) {
  .chart-card-varient {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
img {
  max-width: 100%;
}
img.pdf {
  width: 26px;
}
.attachment-icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.attachment-icons .attachment-icons-item {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid var(--separatorColor);
}
.attachment-icons .attachment-icons-item img {
  width: 24px;
  height: 24px;
}
.attachment-icons .attachment-icons-item img.img-attachment {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.attachment-icons .attachment-icons-item .attachment-cancel {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  fill: var(--whiteTextColor);
  display: none;
}
.attachment-icons .attachment-icons-item:has(.attachment-cancel)::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}
.attachment-icons .attachment-icons-item:hover:has(.attachment-cancel)::before {
  opacity: 1;
}
.attachment-icons .attachment-icons-item:hover:has(.attachment-cancel) .attachment-cancel {
  display: block;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .attachment-icons .attachment-icons-item:has(.attachment-cancel)::before {
    opacity: 1;
  }
  .attachment-icons .attachment-icons-item:has(.attachment-cancel) .attachment-cancel {
    display: block;
    z-index: 10;
  }
}
.attachment-icons .attachment-icons-item .attachment-icons-spinner {
  position: absolute;
  opacity: 0.5;
}
.message-outer-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 62px);
}
.message-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 16px;
  height: calc(100% - 40px);
}
.message-wrapper .message-list {
  max-height: calc(100% - 50px);
  overflow-y: auto;
  padding-bottom: 1px;
}
.message-item {
  color: var(--secondaryTextColor);
  padding: 16px;
  border: 1px solid var(--separatorColor);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
}
.message-item + .message-item {
  border-top: none;
}
.message-item:hover {
  background-color: var(--message-selected-background);
}
.message-item .message-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.message-item .sidebar-msg-body {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
  gap: 8px;
}
.message-item .sidebar-msg-body .badge {
  position: static;
  transform: initial;
}
.message-item .sidebar-msg-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--small-font-size);
}
.message-item .message-item-date {
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
}
.message-item .title-date {
  gap: 8px;
  margin-block-end: 4px;
}
.message-item .message-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.message-item button.broadcast {
  font-size: var(--small-font-size);
  padding: 1px 5px;
  border-radius: 47px;
}
.message-item .message-item-text {
  flex-grow: 1;
  max-width: calc(100% - 50px);
}
.message-item .message-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--bold);
}
.message-details {
  width: calc(100% - 780px);
  height: 100%;
  color: var(--secondaryTextColor);
  border: 1px solid var(--separatorColor);
  padding: 12px 20px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .message-details {
    min-width: 350px;
  }
}
.message-details .message-user {
  display: grid;
  border-bottom: 1px solid var(--separatorColor);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.message-details .message-user h3 {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.message-details .message-user h3 span {
  display: block;
  height: 18px;
}
.message-details .message-history {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  transition: height 1s ease-in-out;
}
.message-details .message-history.no-write-permission {
  height: 78%;
}
.message-details .full-message-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 6px;
}
.message-details .message-footer {
  color: var(--secondaryTextColor);
  border-top: 1px solid var(--separatorColor);
  background-color: var(--fgColor);
  padding-top: 12px;
  padding-bottom: 0;
  position: relative;
}
.message-details .message-footer .message-footer-main {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 12px;
}
.message-details .message-footer .attachment-icons {
  gap: 8px;
  margin-top: 18px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
}
.message-details .message-footer .message-editor {
  flex-grow: 1;
}
.message-details .message-footer button {
  padding-block: 8px;
}
label {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
}
.full-message-item {
  margin-bottom: 12px;
  margin-top: 1px;
  padding-bottom: 16px;
}
.full-message-item .full-message-content {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.full-message-item .full-message-content-inner {
  display: flex;
  flex-direction: row;
}
.full-message-item .full-message-item-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.full-message-item .message-date-text {
  font-size: 11px;
}
.full-message-item .message-date-text span:first-child {
  padding-right: 4px;
}
.full-message-item .message-date-text span:last-child {
  padding-left: 4px;
}
.full-message-item .message-container {
  position: relative;
  background-color: #f2f2f2;
  padding: 12px 20px;
  line-height: 1.43;
  color: var(--secondaryTextColor);
  margin-bottom: 3px;
  border: 1px solid #f2f2f2;
  flex-grow: 1;
}
.full-message-item .message-container p {
  margin-bottom: 8px;
}
.full-message-item .message-container p.message-recall-time {
  font-size: 11px;
  line-height: 13px;
}
.full-message-item .message-container p.message-recall-time span:first-child {
  padding-right: 4px;
}
.full-message-item .message-container p.message-recall-time span:last-child {
  padding-left: 4px;
}
.full-message-item .message-container .message-text [class^=zxps-hghlgt-intnt] {
  --servity-0-highlight: rgba(221, 221, 221, 0.1);
  --servity-1-highlight: rgba(52, 187, 111, 0.1);
  --servity-2-highlight: rgba(243, 195, 0, 0.1);
  --servity-3-highlight: rgba(255, 123, 46, 0.1);
  --servity-4-highlight: rgba(231, 29, 54, 0.1);
}
.full-message-item .message-container .message-text [class^=zxps-hghlgt-kywrd] {
  --servity-0-highlight: rgba(221, 221, 221, 0.3);
  --servity-1-highlight: rgba(52, 187, 111, 0.3);
  --servity-2-highlight: rgba(243, 195, 0, 0.3);
  --servity-3-highlight: rgba(255, 123, 46, 0.3);
  --servity-4-highlight: rgba(231, 29, 54, 0.3);
}
.full-message-item .message-container .message-text .zxps-0 {
  background: var(--servity-0-highlight);
  border-bottom: 1px solid var(--servity-0-color);
}
.full-message-item .message-container .message-text .zxps-1 {
  background: var(--servity-1-highlight);
  border-bottom: 1px solid var(--servity-1-color);
}
.full-message-item .message-container .message-text .zxps-2 {
  background: var(--servity-2-highlight);
  border-bottom: 1px solid var(--servity-2-color);
}
.full-message-item .message-container .message-text .zxps-3 {
  background-color: var(--servity-3-highlight);
  border-bottom: 1px solid var(--servity-3-color);
}
.full-message-item .message-container .message-text .zxps-4 {
  background: var(--servity-4-highlight);
  border-bottom: 1px solid var(--servity-4-color);
}
.full-message-item .message-container.message-recalled .message-text {
  display: flex;
  flex-direction: row;
  color: var(--disabledTextColor);
  font-style: italic;
  line-height: 1;
}
.full-message-item .message-container.message-recalled .message-text i-feather {
  color: var(--secondaryTextColor);
  margin-right: 4px;
}
.full-message-item .message-container.message-recalled .attachment-icons-item img {
  opacity: 0.3;
}
.full-message-item .message-container.message-recalled .attachment-icons-item i-feather {
  color: var(--disabledTextColor);
}
.full-message-item .message-container::before {
  content: "";
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #f2f2f2 transparent transparent;
  position: absolute;
  top: 14px;
  left: -10px;
}
.full-message-item.right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.full-message-item.right .full-message-item-inner {
  flex-direction: row-reverse;
}
.full-message-item.right .full-message-content-inner {
  flex-direction: row-reverse;
}
.full-message-item.right .message-date-text {
  margin-left: 24px;
  background-color: transparent;
}
.full-message-item.right .message-container {
  background-color: var(--fgColor);
  border-color: var(--separatorColor);
}
.full-message-item.right .message-container::before {
  border-color: transparent transparent transparent var(--separatorColor);
  left: initial;
  border-width: 8px 0 9px 11px;
  right: -11px;
  top: 14px;
}
.full-message-item.right .message-container::after {
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 15px;
  right: -9px;
}
.new-message-contacts form {
  height: 100%;
}
.new-message-contacts .contacts-list-wrapper {
  height: calc(100% - 70px);
  overflow: auto;
}
.input-img-center {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.template-group {
  padding-bottom: 5px;
}
.user-image {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--separatorColor);
}
.user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msg-twocol .message-template mat-dialog-content {
  max-height: none;
}
.chat-favourite {
  color: var(--linkTextColor);
  fill: var(--linkTextColor) !important;
}
.message-dialog .mat-mdc-dialog-container {
  height: 98dvh !important;
  max-height: none !important;
}
.message-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  position: static;
}
.suggested-message-text {
  height: 48px;
  margin-bottom: 12px;
}
.hide-suggested-icon {
  opacity: 0;
  pointer-events: none;
}
.message-right-col {
  height: 100%;
}
.message-detail-area {
  display: grid;
  grid-template-rows: auto minmax(25px, 1fr) auto;
  height: 100%;
}
.message-detail-area.my-team {
  height: calc(100% - 30px);
}
.message-autocomplete.mat-mdc-autocomplete-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 8px;
}
.message-autocomplete.mat-mdc-autocomplete-panel .mat-mdc-option {
  overflow: initial !important;
  background-color: transparent !important;
  margin: 0;
  height: auto;
}
.slide-down-base {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.slide-down-animation {
  opacity: 1;
  height: 100%;
  transition: all 1s ease-in-out;
}
.patient-summary-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 12px;
}
.patient-summary-title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.patient-summary-title-badge {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}
.section-dismiss-header-mobile-tab {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--separatorColor);
  text-align: right;
  display: none;
}
@media (max-width: 991.98px) {
  .section-dismiss-header-mobile-tab {
    display: block;
  }
  .section-dismiss-header-mobile-tab .dialog-header-icons {
    justify-content: flex-end;
  }
}
.suggested-message-icon-mobile-tab {
  display: none !important;
}
@media (min-width: 992px) {
  .message-wrapper .message-with-summary .full-message-item .full-message-content {
    width: 80%;
  }
  .new-message-container .message-template mat-dialog-content {
    max-height: calc(65vh - 80px);
  }
}
@media (max-width: 1199.98px) {
  .full-message-item .full-message-content {
    width: 80%;
  }
  .message-item {
    padding: 12px;
    gap: 12px;
  }
  .message-details .message-footer .message-footer-main {
    gap: 10px;
  }
  .message-result {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .full-screen-dialog .dialog-message .mat-mdc-dialog-content {
    max-height: none !important;
    height: initial;
    overflow: hidden;
  }
  .mobile-template-visible .message-template {
    max-height: calc(100vh - 65px);
    overflow: auto;
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .mobile-contact-visible .new-message-contacts {
    max-height: calc(100vh - 65px);
    overflow: auto;
    margin-inline: -12px;
    padding-inline: 12px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .message-wrapper {
    flex-direction: column;
  }
  .message-item {
    padding-inline: 10px;
  }
  .message-item .message-item-text {
    width: calc(100% - 57px);
  }
  .message-item .sidebar-msg-text {
    width: calc(100% - 70px);
  }
  .full-message-item.right .message-date-text {
    width: auto;
  }
  .full-message-item .full-message-item-inner {
    width: 100%;
  }
  .full-message-item .full-message-content {
    width: calc(100% - 55px);
  }
  .full-message-item .message-container {
    width: calc(100% - 25px);
    max-width: none;
  }
  .message-detail-area {
    height: calc(100% - 45px);
  }
  .patient-summary-title-badge {
    flex-direction: row-reverse;
    align-items: center;
  }
  .message-right-col {
    position: absolute;
    bottom: 0;
    background: var(--fgColor);
    padding: 10px 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .message-right-col .patient-summary-mobile-tab {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
  }
  .message-right-col.summary-animation {
    pointer-events: initial;
    opacity: 1;
    height: 55px;
    width: 100%;
    left: 0;
  }
  .message-right-col.show-summary-mobile-tab {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    background-color: var(--fgColor);
    z-index: 3;
    height: 100%;
  }
  .message-right-col.show-summary-mobile-tab .patient-summary-mobile-tab {
    position: relative;
    top: 12px;
    opacity: 1;
  }
  .summary-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 12px;
    z-index: 2;
  }
  .message-footer {
    position: initial !important;
  }
  .suggested-message-icon-mobile-tab {
    position: relative;
    display: inline-block !important;
    background-size: 24px 24px !important;
    background-position: center !important;
  }
  .suggested-message-icon-mobile-tab::before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: "";
    background-color: #ff692e;
    opacity: 0;
    z-index: -1;
    animation: suggestion-message-icon-animation 1s linear 2s infinite;
  }
  @keyframes suggestion-message-icon-animation {
    0% {
      scale: 1;
      opacity: 1;
    }
    50% {
      scale: 1.5;
      opacity: 0;
    }
  }
  .suggested-message-wrapper {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.5s;
  }
  .suggested-message-wrapper.show-suggested-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: initial;
    pointer-events: initial;
    display: block;
    background-color: #fff;
    padding: 12px;
    z-index: 3;
  }
  .suggested-message-wrapper.show-suggested-message .suggested-message-text {
    height: auto;
  }
  .suggested-message-wrapper .suggested-message-section {
    height: calc(100% - 65px);
    overflow-y: auto;
  }
  .message-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--fgColor);
  }
  .message-details:has(+ .summary-animation) {
    height: calc(100% - 55px) !important;
  }
  .message-details:has(.message-detail-area.my-team) {
    height: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .full-screen-dialog .dialog-sm {
    width: 100% !important;
  }
  .message-footer {
    overflow-y: auto;
  }
  .message-footer .message-footer-main {
    justify-content: space-around;
    align-items: center;
  }
}
.site-tab-group {
  overflow-x: hidden;
}
.site-tab-group .mat-mdc-tab-body {
  padding: 0 0 15px;
}
.site-tab-group .mat-mdc-tab-body .mat-mdc-tab-body-content {
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .site-tab-group .mat-mdc-tab-header {
    margin-bottom: 12px;
  }
  .site-tab-group .mat-mdc-tab-header .mat-mdc-tab-label {
    min-width: 0;
    margin-inline: 12px;
    height: 32px;
  }
  .site-tab-group .mat-mdc-tab-body {
    padding: 0 0 15px;
  }
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator,
.mat-calendar-body-label,
.mat-calendar-table,
.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: font-regular;
  letter-spacing: normal;
  color: var(--secondaryTextColor);
}
.mat-calendar-body-cell-content {
  top: 4% !important;
  left: 4% !important;
  width: 80% !important;
  height: 80% !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
  text-align: left;
  background: var(--fgColor);
}
.fc .fc-col-header-cell-cushion {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
  font-weight: 400;
  padding: 10px;
}
.mat-calendar-body-today.mat-calendar-body-selected,
.mat-calendar-body-selected {
  box-shadow: none !important;
  background-color: var(--primaryColor) !important;
  color: var(--textColorOnPrimary) !important;
}
.mat-calendar-body-today.mat-calendar-body-selected::after,
.mat-calendar-body-selected::after {
  background-color: var(--textColorOnPrimary) !important;
}
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: color-mix(in lab, var(--primaryColor), #fff 80%) !important;
}
.mat-calendar-body-today:not(:is(.mat-calendar-body-selected, .mat-calendar-body-comparison-identical)) {
  border-color: var(--primaryColor) !important;
}
.mat-calendar-table-header th {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: font-regular;
  letter-spacing: normal;
  color: var(--disabledTextColor) !important;
  padding: 0 !important;
}
.mat-calendar-table-header-divider::after {
  display: none;
}
.mat-calendar-body {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
}
.fc table {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: font-regular;
  letter-spacing: normal;
}
.fc :is(.fc-daygrid-day, .fc-timegrid-col).fc-day-today {
  background-color: transparent;
}
th.fc-day-today,
th.fc-day-today .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
  background-color: var(--primaryColor) !important;
  color: var(--textColorOnPrimary) !important;
}
.fc .fc-daygrid-day-number {
  margin-right: 4px;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top a.fc-daygrid-day-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 1;
  box-sizing: border-box;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  background-color: var(--primaryColor);
  color: var(--textColorOnPrimary);
}
.fc .fc-timegrid-slot {
  height: 40px;
}
.fc .fc-timegrid-slot-label {
  border-top-style: none;
  vertical-align: top;
  padding-top: 4px;
}
.form-check input {
  margin-right: 0 !important;
}
.leftSide-miniCalendar td.mat-calendar-body-label[colspan="7"] {
  display: none !important;
}
.leftSide-miniCalendar td.mat-calendar-body-label[colspan]:not([colspan="7"]) {
  visibility: hidden !important;
}
.fc .fc-scroller-liquid-absolute {
  position: initial;
  inset: 0;
  overflow-y: visible;
}
.fc .fc-more-popover .fc-popover-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  min-height: 1px;
  padding-right: 0;
  align-self: stretch;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events,
.fc .fc-more-popover .fc-popover-body {
  gap: 4px;
  max-width: 98%;
}
.fc-daygrid-event {
  z-index: initial;
}
.fc-daygrid-event-harness {
  display: flex;
  max-width: inherit;
}
.fc .fc-more-popover {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: var(--fgColor) !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  box-shadow: var(--box-shadow) !important;
}
.fc .fc-more-popover .fc-popover-header {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 16px;
  position: relative;
  padding: 0;
  background-color: transparent;
}
.fc .fc-more-popover .fc-popover-header::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 0.8px;
  content: "";
  background-color: var(--separatorColor);
}
.fc .fc-more-popover .fc-popover-title {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  font-family: var(--blod);
  color: var(--primaryTextColor);
  margin: 0;
}
.fc .fc-more-popover .fc-popover-close {
  font-size: 24px;
  color: var(--secondaryTextColor);
}
.fc .fc-more-popover .fc-popover-body {
  min-width: 100%;
  padding: 0;
  margin-top: 16px;
}
.fc .fc-more-popover .fc-popover-body .fc-daygrid-event-harness {
  min-width: 100%;
}
.fc .fc-more-popover .fc-popover-body .fc-daygrid-event-harness .fc-event > div {
  max-width: 220px;
}
:is(.fc-direction-ltr, .fc-direction-rtl) .fc-daygrid-event:is(.fc-event-end, .fc-event-start) {
  margin-left: 2px;
}
.full-calendar .fc-event {
  padding-inline: 0;
  max-width: inherit;
  min-width: 100%;
  border: none;
  background: none;
  z-index: initial;
}
.full-calendar .fc-event div.pointer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: font-regular;
  letter-spacing: normal;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  background: var(--coreGrayBackground);
  color: var(--secondaryTextColor) !important;
  height: 100%;
  min-width: 100%;
}
.fc-day-past {
  background: var(--coreGrayBackground) !important;
}
.fc-day-disabled div.pointer,
.fc-day-past div.pointer {
  border: 1px solid var(--separatorColor);
}
.fc-timegrid-event {
  margin-bottom: 0;
  border-radius: 4px;
}
.fc-timegrid-event .fc-event-main {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.fc-daygrid-dot-event {
  padding: 0;
}
.fc-h-event .fc-event-main {
  color: var(--secondaryTextColor);
}
.fc-event-selected,
.fc-event:focus {
  box-shadow: none;
}
.fc-daygrid-dot-event:is(.fc-event-mirror, :hover, :focus, :visited),
.fc-event-selected::after,
.fc-event:focus::after {
  background: transparent;
}
.fc .fc-daygrid-more-link {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
  font-family: font-regular;
  letter-spacing: normal;
  color: var(--primaryColor);
}
.fc .fc-daygrid-more-link:hover {
  background-color: transparent;
}
.date-picker input.mat-datepicker-input {
  max-width: 116px;
  margin-right: 0;
}
.calendar-autoComplete.mat-mdc-autocomplete-panel {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  min-width: 240px !important;
  border-radius: 16px !important;
  padding: 16px 20px !important;
  max-height: 400px !important;
  overflow-x: hidden !important;
  box-shadow: var(--box-shadow) !important;
}
.calendar-autoComplete.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background-color: transparent !important;
}
.toggle-check label {
  margin-top: 0 !important;
}
.custom-datepicker-header {
  margin-bottom: 8px !important;
  gap: 4px !important;
}
.custom-datepicker-header i-feather {
  width: 18px;
  min-width: 18px;
  height: 18px;
  line-height: 1;
}
.custom-datepicker-header .example-header-label {
  font-size: var(--small-font-size);
}
.mat-calendar-content {
  padding: 0 !important;
}
.custom-date-class {
  border-radius: 100%;
}
.custom-date-class {
  border-radius: 100%;
}
.custom-date-class .mat-focus-indicator::after {
  content: "";
  background-color: var(--disabledTextColor);
  margin-top: 16px;
  position: absolute;
  left: calc(50% - 3px);
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.custom-date-class .mat-focus-indicator .mat-focus-indicator.mat-calendar-body-selected::after {
  background-color: var(--fgColor);
}
.fc-daygrid-day-frame:not(td.fc-timegrid-axis ~ td.fc-daygrid-day .fc-daygrid-day-frame) {
  max-height: 130px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cdk-overlay-pane.full-calendar-dialog {
    max-width: 98vw !important;
    width: 98vw;
  }
  .cdk-overlay-pane.full-calendar-dialog .fc-calendar-dialog {
    width: 100%;
  }
  .cdk-overlay-pane.full-calendar-dialog .schedule-time {
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .fc-view-harness.fc-view-harness-active {
    height: calc(100svh - 95px) !important;
  }
  .fc .fc-col-header-cell-cushion {
    padding: 4px 2px;
  }
}
@media (max-width: 575.98px) {
  .fc .fc-more-popover {
    width: 90%;
  }
  .fc .fc-more-popover .fc-popover-header {
    width: 100%;
  }
  .fc .fc-col-header-cell-cushion {
    font-size: var(--small-font-size);
  }
  .date-picker input.mat-datepicker-input {
    box-sizing: border-box;
    max-width: 116px !important;
  }
}
.calendar-list input[type=checkbox]:checked {
  background: url("./media/check-white.svg") center center;
  background-color: var(--toggle-activated-background);
}
.managed_accordion span {
  display: inline-block !important;
}
.col-providers .col-pvdr-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 24px;
}
.col-providers .pvdr-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.col-providers .p-icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  margin-right: 20px;
}
.user-groups .user-group-item-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 24px;
}
.user-groups label {
  margin-bottom: 0;
}
.user-count .feather-20 {
  color: var(--secondaryTextColor);
}
.managed_support .mat-expansion-panel-body {
  padding: 0 0 0 24px;
}
.action-enabled .disabled {
  pointer-events: initial;
}
.action-enabled .disabled.mat-mdc-row:hover {
  background-color: transparent;
}
.action-enabled .disabled * {
  pointer-events: none;
  color: var(--disabledTextColor);
}
.action-enabled .disabled .mat-column-Actions i-feather * {
  pointer-events: initial;
  color: var(--secondaryTextColor);
}
.ug-checklist-left .mdc-checkbox {
  padding-inline: 6px;
}
.ug-checklist-left .mdc-form-field > label {
  white-space: nowrap;
  color: var(--secondaryTextColor);
}
@media (min-width: 768px) {
  .user-group-view-tab .mat-mdc-tab-header {
    padding-bottom: 28px !important;
  }
  .user-group-view-tab .mat-mdc-tab-body-wrapper,
  .user-group-view-tab .mat-mdc-tab-body,
  .user-group-view-tab .mat-mdc-tab-body.mat-mdc-tab-body-active,
  .user-group-view-tab .mat-mdc-tab-body-content {
    overflow: visible !important;
  }
}
.ug-select.is-invalid {
  border: 1px solid var(--negativeColor);
  border-radius: 4px;
}
.ug-select .mat-mdc-select-trigger {
  padding-inline: 0;
}
.ug-select-panel .mat-pseudo-checkbox {
  display: none;
}
.ug-select-panel mat-option.mat-mdc-option.mdc-list-item--selected {
  background-color: rgba(60, 102, 255, 0.05) !important;
}
.ug-select-panel mat-option.mat-mdc-option.mdc-list-item--selected .mdc-list-item__primary-text {
  color: var(--secondaryTextColor) !important;
}
.ug-select-panel mat-option.mat-mdc-option:hover {
  background-color: rgba(60, 102, 255, 0.05) !important;
  color: var(--secondaryTextColor) !important;
}
.calender-card-info {
  margin-bottom: 24px;
  font-size: 16px;
}
.calendar-slide-toggle {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
.calendar-schedule {
  display: flex;
  flex-direction: column;
}
.calendar-schedule .calendar-schedule-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  height: 36px;
}
.calendar-schedule strong {
  font-size: 16px;
  text-align: right;
  min-width: 300px;
}
.business-hrs {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.business-hrs span {
  color: var(--secondaryTextColor);
}
textarea.form-control {
  width: 100%;
}
.demo-tab-content {
  overflow-x: hidden;
  padding-bottom: 8px;
}
.reset-setting {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
  margin-block-start: 16px;
  color: var(--linkTextColor);
}
.reset-setting i-feather {
  color: var(--secondaryTextColor);
}
.reset-setting:hover i-feather {
  color: var(--primaryTextColor);
}
.date-picker .form-control.is-invalid {
  background-image: none !important;
}
@media (max-width: 575.98px) {
  .business-hrs {
    gap: 8px;
  }
}
.video-lobby-dialog {
  transition: all 150ms ease-in-out;
}
.local-stream video,
.video-iframe video {
  object-fit: contain !important;
}
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface {
  background: #626262;
  cursor: move;
  padding: 0 !important;
  overflow: hidden;
}
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .hs-tab-card-title {
  border-bottom: none;
  padding: 16px 10px !important;
  margin-bottom: 0;
}
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .hs-tab-card-title .dialog-header-icons i-feather {
  color: var(--whiteTextColor);
}
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .record-video {
  color: var(--whiteTextColor);
}
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .participant-item.big-screen-item :is(.local-stream, .video-iframe) video,
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .participant-item.big-screen-item img {
  max-height: 240px !important;
}
.video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .participant-item.big-screen-item img {
  position: relative !important;
  width: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}
.video-lobby-dialog:not(:has(.pip-card)) {
  --vl-dialog-height: 98vh;
  --vl-dialog-height: 98svh;
  --vl-dialog-block-padding: 20px * 2;
}
.video-lobby-dialog:not(:has(.pip-card)) .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface.mdc-dialog__surface {
  max-height: var(--vl-dialog-height) !important;
}
.video-lobby-dialog:not(:has(.pip-card)) .vl-dialog-container {
  height: calc(var(--vl-dialog-height) - var(--vl-dialog-block-padding));
}
.video-lobby-dialog:not(:has(.pip-card)) .video-lobby-wrap {
  height: calc(100% - 56px);
}
.group-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.vdo-call {
  position: relative;
  transform: rotate(135deg);
  color: var(--textColorOnPrimary);
  margin: 0 12px;
}
.vdo-call::after {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background: var(--negativeColor);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .video-lobby-dialog:has(.pip-card) .mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface {
    background: #626262;
    cursor: move;
    padding: 0 !important;
    overflow: hidden;
  }
  .video-lobby-dialog:not(:has(.pip-card)) {
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-lobby-wrap {
    height: calc(100% - 10px);
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list {
    width: 100% !important;
    margin-right: -100%;
    transition: 0.3s ease;
    overflow-x: visible !important;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list .video-panel-toggle {
    position: absolute;
    margin-left: -32px;
    margin-top: 16px;
    padding: 4px;
    z-index: 3;
    background-color: var(--fgColor);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: 0.3s ease;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list .video-panel-toggle i-feather[name=chevron-left] {
    transition: 0.7s ease;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--fgColor);
    z-index: 2;
    transition: 0.3s ease;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list .participant-item.big-screen-item,
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list .participant-item.organizer:only-child {
    position: fixed !important;
    top: 58px !important;
    left: 12px !important;
    width: calc(100% - 24px) !important;
    height: calc(var(--vl-dialog-height) - (66px + var(--vl-dialog-block-padding))) !important;
    z-index: 1;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list .participant-item:not(.big-screen-item) {
    z-index: 3;
    width: calc(100% - 12px) !important;
    left: 6px;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list.participants-video-panel {
    width: 75% !important;
    margin-right: 0;
  }
  .video-lobby-dialog:not(:has(.pip-card)) .video-right-area .participants-list.participants-video-panel .video-panel-toggle i-feather[name=chevron-left] {
    transform: rotate(180deg);
  }
}
.video-lobby-widget-wrapper {
  container-type: inline-size;
}
.video-lobby-widget-wrapper .hs-tab-card-title {
  border-bottom: 1px solid var(--separatorColor);
  padding-bottom: 16px;
  margin-bottom: 16px;
  gap: 20px;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card {
  border-width: 0 0 1px 0 !important;
  padding: 16px 0 8px !important;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row {
  margin-bottom: 12px;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row .text-secondary.mb-1 {
  margin-bottom: 12px !important;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row.space-between {
  justify-content: space-between !important;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row .list-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575.98px) {
  .video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row .list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row h1 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  font-family: var(--bold);
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row .video-event-title {
  gap: 12px;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-widget-row .video-event-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 28px);
  flex-shrink: 1;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .list-item.mb-2,
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .video-event-title.mb-2,
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card .flex-between.mb-1,
.video-lobby-widget-wrapper .video-lobby-left .video-list .video-card h1.text-secondary.mb-1 {
  margin-bottom: 0 !important;
}
.video-lobby-widget-wrapper .video-lobby-left .video-list .list-item .progress-btn {
  top: -2px !important;
}
.ticket-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 16px;
  height: calc(100% - 62px);
  color: var(--secondaryTextColor);
}
.ticket-wrapper .message-list {
  max-height: calc(100% - 50px);
  overflow-y: auto;
}
.ticket-wrapper .message-list .message-item {
  padding: 20px;
  border: 1px solid var(--separatorColor);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
}
.ticket-wrapper .message-list .message-item + .message-item {
  border-top: none;
}
.ticket-wrapper .message-list .message-item:last-child {
  border: none;
}
.ticket-wrapper .message-list .message-item:hover {
  background-color: #f2f2f2;
}
.ticket-wrapper .message-list .message-item-text {
  flex-grow: 1;
}
.ticket-wrapper .message-list .message-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: font-bold, sans-serif;
  width: calc(100% - 115px);
}
.ticket-wrapper .message-list .message-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.ticket-wrapper .message-details {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.ticket-wrapper .message-details .message-user {
  border-bottom: 1px solid var(--separatorColor);
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.ticket-wrapper .message-details .message-user h3 {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ticket-wrapper .message-details .msg-user-name-icon {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}
.ticket-wrapper .message-details .msg-user-name-icon .msg-user-icon {
  margin-right: 12px;
}
.ticket-wrapper .message-details .message-history {
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  max-height: 240px;
  transition: height 1s ease-in-out;
}
.ticket-wrapper .message-details .full-message-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.ticket-wrapper .message-details .message-footer {
  border-top: 1px solid var(--separatorColor);
  background-color: var(--fgColor);
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}
.ticket-wrapper .message-details .message-footer .message-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 13px;
}
.ticket-wrapper .message-details .message-footer .attachment-icons {
  gap: 8px;
  margin-top: 18px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
}
.ticket-wrapper .message-details .message-footer .message-editor {
  width: 300px;
  flex-grow: 1;
}
.ticket-wrapper .message-details .message-footer button {
  padding-block: 8px;
}
.ticket-wrapper .message-details .attachment-icons-item {
  overflow: hidden;
}
.ticket-wrapper .message-details .attachment-icons-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ticket-wrapper .message-details .attachment-icons-item::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  opacity: 0;
  transform: opacity 0.5s;
}
.ticket-wrapper .message-details .attachment-icons-item .attachment-cancel {
  display: none;
}
.ticket-wrapper .message-details .attachment-icons-item:hover::before {
  opacity: 1;
}
.ticket-wrapper .message-details .attachment-icons-item:hover .attachment-cancel {
  display: block;
  inset: initial;
  z-index: 10;
}
.ticket-wrapper label {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
}
.ticket-wrapper .full-message-item {
  margin-bottom: 12px;
  margin-top: 1px;
}
.ticket-wrapper .full-message-item .full-message-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.ticket-wrapper .full-message-item .full-message-top {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.ticket-wrapper .full-message-item .message-date-text {
  font-size: 11px;
  margin-left: 57px;
}
.ticket-wrapper .full-message-item .message-container {
  position: relative;
  background-color: #f2f2f2;
  padding: 12px 20px;
  max-width: 336px;
  width: 336px;
  line-height: 20px;
  color: var(--secondaryTextColor);
  margin-bottom: 3px;
  border: 1px solid #f2f2f2;
}
.ticket-wrapper .full-message-item .message-container .message-text {
  word-break: break-word;
}
.ticket-wrapper .full-message-item .message-container::before {
  content: "";
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #f2f2f2 transparent transparent;
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
}
.ticket-wrapper .full-message-item.right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.ticket-wrapper .full-message-item.right .full-message-top {
  flex-direction: row-reverse;
}
.ticket-wrapper .full-message-item.right .full-message-content {
  flex-direction: row-reverse;
}
.ticket-wrapper .full-message-item.right .message-date-text {
  width: 345px;
  margin-left: 0;
  background-color: transparent;
}
.ticket-wrapper .full-message-item.right .message-container {
  margin-right: 11px;
  margin-left: 0;
  background-color: var(--fgColor);
  border-color: var(--separatorColor);
}
.ticket-wrapper .full-message-item.right .message-container::before {
  border-color: transparent transparent transparent var(--separatorColor);
  left: initial;
  border-width: 8px 0 9px 11px;
  right: -11px;
  top: calc(50% - 9px);
}
.ticket-wrapper .full-message-item.right .message-container::after {
  position: absolute;
  top: calc(50% - 7px);
  right: -9px;
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
}
.ticket-wrapper .message-detail-area {
  height: auto;
}
@media (max-width: 991.98px) {
  .ticket-wrapper .full-message-item .message-container {
    max-width: 100%;
    width: 100%;
    padding: 8px;
  }
  .ticket-wrapper .message-details {
    position: initial;
  }
  .ticket-wrapper .message-details .message-history {
    height: calc(100vh - 260px);
    height: calc(100svh - 260px);
    max-height: 100%;
  }
}
.gs-inactive {
  background-color: #efefef;
}
.gs-active {
  background-color: var(--fgColor);
}
.guided-session-wrapper {
  container-type: inline-size;
}
@media (max-width: 1199.98px) {
  .guided-session-content {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-left: 1px solid var(--separatorColor);
  }
}
@container (max-width: 1199.98px) {
  .guided-session-container:not(.expended-active-guided-session .guided-session-container) {
    position: relative;
  }
  .guided-session-container .content-row {
    display: block !important;
  }
  .guided-session-container .content-row .regular-col-wrapper {
    margin-left: 150px;
  }
  .guided-session-container .content-row .start-col {
    position: absolute;
    width: 150px;
    height: 48px;
    word-break: break-all;
    z-index: 2;
    padding: 5px 8px;
    background-color: var(--fgColor);
    box-shadow: 0 0 2px var(--separatorColor);
  }
  .guided-session-container .content-row .start-col .collection-title-text {
    max-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .guided-session-container .days-header-row:first-child .start-col {
    height: 51px;
  }
  .guided-session-detail-modal .expended-question-set-title {
    padding-inline: 12px;
  }
  .title-row-outer {
    height: 75px;
    border-bottom: 1px solid var(--separatorColor);
    background-color: var(--coreGrayBackground);
  }
  .title-row-outer .title-row {
    position: absolute;
    left: 12px;
    width: calc(100% - 24px);
    height: 75px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    border-bottom: none;
    background-color: transparent;
    border-inline: 1px solid var(--separatorColor);
  }
  .title strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .title span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .expended-active-guided-session .guided-session-wrapper .title-row-outer .title-row {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .guided-session-wrapper .title-row-outer {
    height: 75px;
    border-bottom: 1px solid var(--separatorColor);
    background-color: var(--coreGrayBackground);
  }
  .guided-session-wrapper .title-row-outer .title-row {
    position: absolute;
    left: 12px;
    width: calc(100% - 24px);
    height: 75px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    border-bottom: none;
    background-color: transparent;
  }
  .guided-session-wrapper .title-row-outer .title strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .guided-session-wrapper .title-row-outer .title span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .expended-active-guided-session .guided-session-wrapper .title-row-outer .title-row {
    left: 0;
    width: 100%;
  }
}
.ht-question-item {
  padding: 24px;
  border: 1px solid var(--separatorColor);
  margin-bottom: 16px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .ht-question-item {
    padding: 12px;
  }
}
.ht-question-item h2,
.ht-question-item .h2 {
  font-family: var(--regular);
  margin-bottom: 4px;
}
.ht-question-item h2 *,
.ht-question-item .h2 * {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}
.ht-question-item h2 + p,
.ht-question-item .h2 + p {
  color: var(--secondaryTextColor);
  margin-bottom: 20px;
  line-height: 18px;
}
.ht-question-item h2 + p > p,
.ht-question-item .h2 + p > p {
  margin-bottom: 4px;
}
.ht-question-item h2:not(:has(~ p)),
.ht-question-item .h2:not(:has(~ p)) {
  margin-bottom: 24px;
}
.ht-question-item .form-check:last-child {
  margin-bottom: 0;
}
.ht-question-item .ht-info-label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 8px;
  color: var(--secondaryTextColor);
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
}
.ht-question-item .ht-info-label label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ht-question-set,
  .ht-aside {
    --ht-question-dialog-block-padding: 20px * 3;
    overflow-y: auto;
    height: calc(65vh - var(--ht-question-dialog-block-padding));
  }
}
@media (max-width: 575.98px) {
  .ht-wrapper .unit-input,
  .ht-wrapper .input-with-icon {
    width: 50% !important;
  }
}
.active-badge,
.inactive-badge {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  inset: -2px 0 auto auto;
  min-height: 10px;
  border: 2px solid #fff;
  background-color: var(--positiveColor);
  display: inline-block;
}
.inactive-badge {
  background-color: var(--negativeColor);
}
.dot-badge {
  position: relative;
  margin-right: 8px;
}
.dot-badge .inactive-badge {
  inset: -2px 10px 0;
}
.breadcrumb {
  font-family: var(--medium);
  letter-spacing: normal;
  color: var(--linkTextColor);
  flex-wrap: nowrap;
  overflow-y: auto;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
  min-width: fit-content;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: var(--primaryTextColor);
}
.breadcrumb .breadcrumb-item.active {
  color: var(--primaryTextColor);
}
.form-control,
.date-range-input-wrapper,
.input-search {
  background-color: var(--txtbox-enabled);
  color: var(--primaryTextColor);
  font-size: var(--txtbox-font-size);
  line-height: var(--txtbox-line-height);
  font-family: var(--txtbox-font-family);
  padding: 8px;
}
.form-control.lg,
.lg.date-range-input-wrapper,
.lg.input-search {
  max-width: 428px;
}
.form-control.is-invalid,
.is-invalid.date-range-input-wrapper,
.is-invalid.input-search {
  background-image: none;
}
.form-control::placeholder,
.date-range-input-wrapper::placeholder,
.input-search::placeholder {
  font-family: var(--txtbox-font-family);
  color: var(--disabledTextColor);
  letter-spacing: normal;
}
input {
  width: 100%;
}
textarea.w-100 {
  max-width: 100% !important;
}
textarea:read-only {
  background-color: var(--txtbox-disabled);
  box-shadow: unset;
}
input,
textarea {
  background-color: var(--txtbox-enabled);
  color: var(--primaryTextColor);
  font-size: var(--txtbox-font-size);
  line-height: var(--txtbox-line-height);
  font-family: var(--txtbox-font-family);
  padding: 8px;
  font-style: normal;
  letter-spacing: normal;
  box-shadow: 0 -1px 1px var(--txtbox-border) inset, 0 1px 0 #fff;
  border-radius: 8px;
}
input.form-control,
input.date-range-input-wrapper,
input.input-search,
textarea.form-control,
textarea.date-range-input-wrapper,
textarea.input-search {
  border: 1px solid transparent;
}
input:not(:is(.disabled, input[type=checkbox], :read-only)):hover,
textarea:not(:is(.disabled, input[type=checkbox], :read-only)):hover {
  background-color: var(--txtbox-enabled-hover);
  color: var(--primaryTextColor);
}
input:not(:is(.disabled, input[type=checkbox], :read-only)):focus,
textarea:not(:is(.disabled, input[type=checkbox], :read-only)):focus {
  background-color: var(--txtbox-focus-background);
  border: 1px solid var(--txtbox-focus-border);
  outline: 4px solid var(--txtbox-focus-outline);
}
input.is-invalid,
input.is-invalid:not(.disabled):not(input[type=checkbox]):not(:read-only):focus,
textarea.is-invalid,
textarea.is-invalid:not(.disabled):not(input[type=checkbox]):not(:read-only):focus {
  border-color: var(--negativeColor) !important;
  outline-color: var(--txtbox-error-focus-outline);
}
input.disabled,
textarea.disabled {
  pointer-events: none;
  background-color: var(--txtbox-disabled);
  color: var(--disabledTextColor);
}
.search-input {
  position: relative;
  width: fit-content;
}
.search-input i-feather {
  position: absolute;
  right: 12px;
  bottom: 7px;
  color: var(--secondaryTextColor);
}
@media (max-width: 767.98px) {
  .search-input i-feather {
    bottom: 10px;
  }
}
.search-input input.form-control,
.search-input input.date-range-input-wrapper,
.search-input input.input-search {
  width: 100%;
  padding-right: 36px;
  margin-right: 0 !important;
}
.search-input.search-100 {
  width: 100%;
}
.search-input.search-100 .form-control,
.search-input.search-100 .date-range-input-wrapper,
.search-input.search-100 .input-search {
  max-width: none;
}
.search-input.search-100 i-feather[name=search],
.search-input.search-100 i-feather[name=x] {
  right: 12px;
  left: initial;
}
.form-group input,
.form-group mat-select,
.form-group textarea {
  max-width: 210px;
}
.form-group input:not(input[type=checkbox], input[type=radio]):focus,
.form-group mat-select:not(input[type=checkbox], input[type=radio]):focus,
.form-group textarea:not(input[type=checkbox], input[type=radio]):focus {
  background-color: var(--txtbox-focus-background);
  border: 1px solid var(--txtbox-focus-border);
  outline: 4px solid var(--txtbox-focus-outline);
}
.form-group-inline {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 16px;
}
.form-group-inline .form-group + .form-group {
  margin-top: 0;
  margin-bottom: 0;
}
label[required]::after,
.dob-required > label:after {
  content: "*";
  color: var(--secondaryTextColor);
}
.count-input {
  width: 35px !important;
  max-width: 35px !important;
  padding-inline: 0;
  text-align: center;
}
input[type=number]::-webkit-:is(inner-spin-button, outer-spin-button) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.input-with-icon {
  position: relative;
  color: var(--secondaryTextColor);
}
.input-with-icon input {
  padding-right: 24px;
}
.input-with-icon i-feather {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.date-time-input {
  position: relative;
  cursor: pointer;
  color: var(--secondaryTextColor);
}
@media (max-width: 575.98px) {
  .date-time-input {
    width: 50%;
  }
}
.date-time-input input {
  pointer-events: none;
}
.date-time-input i-feather {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (max-width: 575.98px) {
  .inline-form-fields {
    flex-direction: column;
    align-items: flex-start;
  }
  .inline-form-fields.input-with-unit {
    align-items: flex-start;
  }
  .inline-form-fields .form-group,
  .inline-form-fields .date-time-input {
    width: 100%;
  }
  input:not(:is(input[type=checkbox], input[type=radio], .reminder-input, .setting-notification-2 select, .input-group input, input.num-field, .date-picker input)),
  mat-select:not(:is(input[type=checkbox], input[type=radio], .reminder-input, .setting-notification-2 select, .input-group input, input.num-field, .date-picker input)),
  textarea:not(:is(input[type=checkbox], input[type=radio], .reminder-input, .setting-notification-2 select, .input-group input, input.num-field, .date-picker input)) {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }
  input:not(:is(input[type=checkbox], input[type=radio], .reminder-input, .setting-notification-2 select, .input-group input, input.num-field, .date-picker input)).sm-50,
  mat-select:not(:is(input[type=checkbox], input[type=radio], .reminder-input, .setting-notification-2 select, .input-group input, input.num-field, .date-picker input)).sm-50,
  textarea:not(:is(input[type=checkbox], input[type=radio], .reminder-input, .setting-notification-2 select, .input-group input, input.num-field, .date-picker input)).sm-50 {
    width: 50% !important;
  }
}
.mat-mdc-paginator {
  background-color: transparent !important;
  padding-top: 10px;
}
.mat-mdc-paginator .mat-mdc-select {
  background-color: var(--primaryColor);
  color: var(--textColorOnPrimary);
  padding: 4px 8px !important;
  min-height: auto;
  border-radius: 8px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-family: var(--regular);
}
.mat-mdc-paginator .mat-mdc-select-value {
  color: var(--textColorOnPrimary);
}
.mat-mdc-paginator .mat-mdc-select-panel {
  border-radius: inherit;
  margin-top: initial;
  width: auto !important;
}
.mat-mdc-paginator .mat-mdc-form-field .mat-mdc-form-field-wrapper {
  padding-bottom: 0;
}
.mat-mdc-paginator .mat-mdc-form-field .mat-mdc-form-field-infix {
  width: auto;
  min-height: 0;
}
.mat-mdc-paginator .mat-mdc-form-field .mat-mdc-form-field-infix .mat-mdc-select-min-line {
  color: var(--textColorOnPrimary);
}
.mat-mdc-paginator .mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline :is(.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing) {
  border: none !important;
}
.mat-mdc-paginator .mat-mdc-form-field .mat-mdc-form-field-flex {
  border-radius: 0;
  padding: 0;
}
.mat-mdc-paginator .mat-mdc-form-field .mat-mdc-select-arrow-wrapper {
  transform: translateY(0);
}
.mat-mdc-paginator .mdc-text-field {
  padding: 0 !important;
}
.mat-mdc-paginator .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: no-repeat center/170% url("./media/select-arrow-white.svg");
  color: transparent !important;
}
.mat-mdc-paginator .mat-mdc-paginator-page-size {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
  color: var(--secondaryTextColor) !important;
  align-items: center !important;
}
.mat-mdc-paginator .mat-mdc-paginator-page-size-select {
  margin: 6px 4px 0 4px;
  width: 56px;
}
.mat-mdc-paginator .mat-mdc-paginator-range-label {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
  color: var(--secondaryTextColor);
  margin: 0 8px 0 8px !important;
}
.docs-paginator .mat-mdc-paginator-container {
  padding-inline: 0;
}
.docs-paginator .mat-mdc-icon-button {
  width: 20px;
}
.docs-paginator .mat-mdc-paginator-range-actions {
  margin-top: 0;
}
.docs-paginator .mat-mdc-paginator-range-label {
  margin-inline: 5px;
}
.mat-mdc-row,
.mdc-data-table__content {
  font-family: var(--table-font-family) !important;
}
.table-AI .mat-mdc-cell,
.table-AI .mat-mdc-footer-cell,
.table-AI th.mat-mdc-header-cell {
  font-size: var(--table-font-size);
  min-width: 140px;
  max-width: 95px;
  padding-right: 14px;
}
.prov-table-size th.mat-mdc-header-cell,
.customGroups th.mat-mdc-header-cell {
  min-width: 180px;
  max-width: 450px;
}
.prov-table-size th.mat-column-Actions,
.customGroups th.mat-column-Actions {
  min-width: 1px !important;
  width: 1px;
  white-space: nowrap;
}
.customGroups .mat-column-Name .head-in {
  font-family: var(--bold);
}
.table-responsive .mat-mdc-table {
  background-color: var(--table-background);
  font-family: var(--table-font-family);
  border: 1px solid var(--separatorColor);
  width: 100%;
}
.table-responsive tr.mat-mdc-header-row {
  height: var(--table-header-height);
}
.table-responsive tr.mat-mdc-row {
  height: var(--table-cell-height);
}
.table-responsive tr.mat-mdc-row:hover {
  background-color: var(--table-row-hover);
}
.table-responsive th.mat-mdc-header-cell {
  position: relative;
  background-color: var(--table-header-background);
  color: var(--table-header-textColor);
  font-family: var(--table-header-font-family);
  border-bottom-color: var(--separatorColor);
  font-weight: 400;
  padding-right: 40px;
}
.table-responsive th.mat-mdc-header-cell:not(:has(.tbl-sort)) {
  padding-right: 16px;
}
.table-responsive th.mat-mdc-header-cell > span.position-relative {
  margin-left: 8px;
}
.table-responsive td.mat-mdc-cell,
.table-responsive td.mat-mdc-footer-cell {
  vertical-align: top;
  font-family: var(--table-font-family);
  border-bottom-width: 0;
  color: var(--table-textColor);
  letter-spacing: 0 !important;
}
.table-responsive td.mat-mdc-cell.text-primary,
.table-responsive td.mat-mdc-footer-cell.text-primary {
  color: var(--primaryTextColor);
}
.table-responsive .tbl-sort i-feather {
  height: 10px;
  cursor: pointer;
}
.table-responsive i-feather[name=filter],
.table-responsive i-feather[name=search] {
  cursor: pointer;
}
.table-responsive .mat-mdc-header-cell,
.table-responsive .mat-mdc-cell,
.table-responsive .mat-mdc-footer-cell {
  font-size: var(--table-font-size);
  line-height: var(--table-line-height);
  padding: 8px 16px;
  border-right-color: var(--separatorColor);
  border-right-width: 1px;
}
.table-responsive .mat-mdc-header-cell:last-child,
.table-responsive .mat-mdc-cell:last-child,
.table-responsive .mat-mdc-footer-cell:last-child {
  border-right-width: 0;
}
.table-responsive .mat-mdc-header-cell:last-child:not(:has(.mat-column-Actions, .mat-column-actions, .mat-column-action), .mat-column-Value, .mat-column-directions, .tbl-sort),
.table-responsive .mat-mdc-cell:last-child:not(:has(.mat-column-Actions, .mat-column-actions, .mat-column-action), .mat-column-Value, .mat-column-directions, .tbl-sort),
.table-responsive .mat-mdc-footer-cell:last-child:not(:has(.mat-column-Actions, .mat-column-actions, .mat-column-action), .mat-column-Value, .mat-column-directions, .tbl-sort) {
  border-right-width: 0;
  min-width: 1px !important;
  width: 1px;
  white-space: nowrap;
}
.table-responsive :is(th.mat-mdc-header-cell, td.mat-mdc-cell, td.mat-mdc-footer-cell):first-of-type {
  padding-left: 16px;
}
.table-responsive mat-paginator {
  border-top: 1px solid transparent;
  padding-top: 10px;
}
.table-responsive .tbl-sort {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 15px);
  right: 16px;
}
.table-responsive .tbl-sort i-feather.active {
  stroke-width: 4px;
}
.table-responsive .active-cell {
  background: var(--table-header-sorted-background) !important;
}
.table-responsive .active-cell .active-sort {
  stroke-width: 4px;
}
.table-responsive .mat-focus-indicator {
  position: static;
  border-bottom: 0 !important;
}
.badge-table {
  position: relative;
  display: inline-block;
}
.badge-table .badge {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%) !important;
}
.w-date {
  width: 110px;
}
.priority-btn {
  padding: 1px 12px;
  border-radius: 47px;
  font-size: var(--body-font-size);
  letter-spacing: normal;
  font-family: font-bold, sans-serif;
  color: var(--whiteTextColor);
  line-height: 18px;
}
th.mat-mdc-header-cell.center {
  text-align: center;
}
.table-AI .table-responsive :is(th.mat-mdc-header-cell, td.mat-mdc-cell, td.mat-mdc-footer-cell):first-of-type {
  min-width: 294px;
}
.table-AI .example-detail-row {
  display: none;
}
.table-AI .example-expanded-row + .example-detail-row {
  display: table-row;
}
.table-AI .mat-column-expandedDetail {
  padding: 0 !important;
}
.table-AI .mat-column-expandedDetail .mat-mdc-table {
  border: none;
}
.table-AI .mat-column-expandedDetail .mat-mdc-table thead {
  display: none;
}
.inner-table td .first-col span {
  display: block;
  padding-top: 5px;
}
.cell-reset ul {
  margin: 0 0 5px;
  padding: 0 0 0 16px;
}
.action-icons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.search-filter {
  margin-left: 12px;
  position: relative;
}
.toggle-cell {
  text-align: center;
}
.goal-tasks .action-icons {
  justify-content: flex-end !important;
}
@media (max-width: 1199.98px) {
  .table-responsive .mat-mdc-cell,
  .table-responsive .mat-mdc-header-cell {
    min-width: 175px;
  }
}
@media (max-width: 767.98px) {
  .table-actions {
    width: auto;
  }
  .action-icons {
    gap: 12px;
  }
  .table-responsive .mat-mdc-cell,
  .table-responsive .mat-mdc-header-cell {
    min-width: 200px;
  }
  .table-responsive .tbl-sort {
    top: calc(50% - 12px);
  }
  .table-responsive .icon-flex {
    gap: 12px;
  }
}
.search_dialog .mat-mdc-dialog-content,
.filter_dialog .mat-mdc-dialog-content {
  max-height: calc(65vh - 250px);
}
@media (max-width: 767.98px) {
  .search_dialog .mat-mdc-dialog-content,
  .filter_dialog .mat-mdc-dialog-content {
    max-height: calc(100vh - 90px);
  }
}
.dialog-header {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  border-block-end: 1px solid var(--separatorColor);
  padding-block-end: 8px;
  margin-block-end: 16px;
}
.dialog-header.column {
  flex-direction: column;
  align-items: stretch;
}
.dialog-header.center {
  align-items: center;
}
.dialog-header.between {
  justify-content: space-between;
}
.dialog-header h2 {
  margin-block-end: 0;
}
@media (min-width: 768px) {
  .dialog-header h2 {
    padding-block-start: 4px;
  }
}
@media (max-width: 767.98px) {
  .dialog-header {
    margin-bottom: 12px;
    gap: 12px;
  }
  .dialog-header h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mat-mdc-dialog-container {
  min-width: 320px !important;
}
.mat-mdc-dialog-container .mdc-dialog__container {
}
.mat-mdc-dialog-container .mdc-dialog__container .mdc-dialog__content {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
  color: var(--primaryTextColor);
  letter-spacing: normal;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface.mdc-dialog__surface {
  box-shadow: var(--box-shadow) !important;
  max-height: 90vh !important;
  border-radius: 16px !important;
  padding: 16px !important;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-content {
  margin: 0 -16px;
  padding: 4px 16px;
  -webkit-overflow-scrolling: touch;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-actions {
  margin-bottom: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
.mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-actions .btn-group.btn-center {
  flex-grow: 1;
  padding-block: 0;
}
.mat-mdc-dialog-container .mdc-dialog__container .dialog-xl {
  width: 1500px;
  max-width: 100%;
}
.mat-mdc-dialog-container .mdc-dialog__container .dialog-lg {
  width: 1000px;
  max-width: 100%;
}
.mat-mdc-dialog-container .mdc-dialog__container .dialog-md {
  width: 800px;
  max-width: 100%;
}
.mat-mdc-dialog-container .mdc-dialog__container .dialog-sm {
  width: 600px;
  max-width: 100%;
}
.mat-mdc-dialog-container .mdc-dialog__container .dialog-xs {
  width: 320px;
  max-width: 100%;
}
.mat-mdc-dialog-container .mdc-dialog__container .btn-group .btn {
  min-width: 60px;
}
.cdk-overlay-container {
  z-index: 1002;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.25);
}
.term-details-modal {
  width: 650px;
}
.term-details-modal .mat-mdc-dialog-container {
  padding: 40px 26px 16px 32px !important;
}
.term-details-modal .terms-modal-content {
  max-height: calc(90vh - 125px);
  padding-right: 6px;
  overflow: auto;
}
.encounter_expand .list-col-2 {
  display: inline-grid;
  margin-top: 0 !important;
  width: 100%;
}
.status-filter .mat-mdc-dialog-container {
  min-width: 250px !important;
}
.cdk-overlay-pane {
  max-width: 90vw !important;
}
@media (min-width: 768px) {
  .cdk-overlay-pane.video-lobby-dialog {
    max-width: 98vw !important;
  }
}
@media (min-width: 992px) {
  .cdk-overlay-pane.message-dialog {
    max-width: 98vw !important;
  }
}
@media (max-width: 767.98px) {
  .cdk-overlay-pane.message-dialog,
  .cdk-overlay-pane.video-lobby-dialog {
    max-width: 100dvw !important;
  }
}
.header-filter-dialog.cdk-overlay-pane .mat-mdc-dialog-container {
  min-width: 264px !important;
}
.header-filter-dialog.cdk-overlay-pane .mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix {
  width: 235px;
}
.intent-keyword-dialog.dialog-panel-sm {
  width: 600px !important;
}
.intent-keyword-dialog.dialog-panel-500 {
  width: 500px !important;
}
.intent-keyword-dialog.dialog-panel-xs {
  width: 320px !important;
}
.calendar-body .mat-mdc-expansion-panel-content .mat-mdc-expansion-panel-body {
  padding: 0 16px 16px !important;
  font-family: var(--regular);
}
.calendar-body .mat-mdc-slide-toggle-label {
  margin: 0 !important;
}
.count-filter {
  font-size: var(--small-font-size);
  background-color: var(--primaryColor);
  color: var(--textColorOnPrimary);
  padding: 2px 10px;
  border-radius: 50px;
}
.mat-mdc-dialog-container .mat-costum.mat-mdc-dialog-content {
  padding: 0;
}
body:has(.full-calendar-dialog) {
  position: static;
  overflow-y: hidden;
}
@media (max-width: 767.98px) {
  .mat-mdc-dialog-container .dialog-sm {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .dialog-xs {
    width: 100% !important;
  }
  .mat-mdc-dialog-container {
    min-width: 280px !important;
  }
}
.card {
  background-color: var(--fgColor);
  border-width: 0;
}
.card-base {
  box-shadow: var(--card-box-shadow);
  border-radius: 16px;
  background-color: var(--fgColor);
  padding: 24px;
  margin-block-end: 24px;
}
.card-base .card-base-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  padding-block-end: 20px;
  width: 100%;
}
.card-base .card-base-header h2,
.card-base .card-base-header h1 {
  margin-block-end: 0;
}
.card-base .card-base-header.end {
  justify-content: flex-end;
}
.card-base .card-base-header.between {
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .card-base .card-base-header {
    gap: 12px;
    padding-bottom: 12px;
  }
  .card-base .card-base-header h2,
  .card-base .card-base-header h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.card-varient {
  background:
    linear-gradient(
      0deg,
      var(--card-varient-background),
      var(--card-varient-background)),
    var(--fgColor);
  width: calc(20% - 18px);
  min-height: 200px;
}
.filter-box {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.filter-box .filter-label {
  font-family: var(--medium);
}
.filter-box span {
  padding-right: 8px;
  color: var(--secondaryTextColor);
}
.card-header-icons {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 8px;
}
.card-header-icons i-feather {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: var(--secondaryTextColor);
}
.card-header-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .card-base {
    padding: 12px;
    margin-bottom: 12px;
  }
  .card-base .flex-between {
    align-items: baseline;
  }
  .card-header-icons {
    gap: 12px;
  }
  .filter-box {
    gap: 24px;
    flex-grow: 1;
    justify-content: space-between;
  }
  .filter-box .btn-primary {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    padding-inline: 8px;
  }
  .title-bar {
    padding-bottom: 12px;
  }
  .user-serach-flex .filter-box {
    flex-grow: inherit !important;
  }
}
@media (max-width: 575.98px) {
  .filter-box {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-box .filter-label {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: calc(100% - 110px);
    text-wrap: nowrap;
  }
}
.tooltip-content p {
  font-size: inherit;
  line-height: inherit;
}
.text-start .tooltip-content {
  text-align: left !important;
}
.rl-align {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 8px;
}
.rl-align span {
  text-align: left;
  width: calc(50% - 6px);
}
.rl-align span:first-child {
  text-align: right;
}
.tooltip.show {
  opacity: 1;
}
.criteria-tooltip-table table {
  color: var(--whiteTextColor);
  font-size: var(--small-font-size);
  text-align: left;
}
.criteria-tooltip-table table .header-row {
  border-bottom: 1px solid currentColor;
}
.criteria-tooltip-table table th {
  font-family: var(--bold);
  font-weight: 400;
}
.criteria-tooltip-table table th,
.criteria-tooltip-table table td {
  border-right: 1px solid currentColor;
  padding-inline: 6px;
  padding-block: 8px;
}
.criteria-tooltip-table table th:last-child,
.criteria-tooltip-table table td:last-child {
  border-right: 0;
}
.mat-mdc-tab-header {
  margin-bottom: 0;
  border-bottom: 0;
}
.mat-mdc-tab-header .mat-mdc-tab-label {
  min-width: 75px;
  font-family: var(--medium);
  background-color: transparent !important;
  padding: 0;
  margin-inline: 22px;
  opacity: 1 !important;
  color: var(--secondaryTextColor);
}
.mat-mdc-tab-header .mat-mdc-tab-label:first-child {
  margin-left: 5px;
}
.mat-mdc-tab-header .mat-mdc-tab-label.mat-mdc-tab-label-active {
  font-family: var(--bold);
}
.mat-mdc-tab-body-content {
  padding: 0 4px 4px;
}
.mat-mdc-tab-group {
  height: 100%;
  font-family: var(--regular);
}
.mat-mdc-tab-group .mat-mdc-tab-list {
  flex-grow: 0 !important;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab-labels {
  gap: 44px;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mdc-tab__text-label {
  font-size: 16px;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab {
  height: 24px;
  padding: 0;
  margin-inline: 0;
  min-width: 30px;
  font-family: var(--medium);
  background-color: transparent !important;
  color: var(--secondaryTextColor);
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab .mdc-tab__content {
  padding-bottom: 4px;
  width: auto;
  justify-content: space-between !important;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  font-size: var(--tab-label-font-size);
  color: var(--secondaryTextColor);
  letter-spacing: normal;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-top-width: 3px;
  border-color: var(--primaryColor) !important;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab:hover .mdc-tab__ripple::before {
  opacity: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-list .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: var(--primaryTextColor);
  font-family: var(--bold);
}
:is(.card-base, .page-content-wrapper, .mat-mdc-dialog-content) .mat-mdc-tab-header {
  padding-bottom: 16px;
}
:is(.card-base, .page-content-wrapper, .mat-mdc-dialog-content) .mat-mdc-tab-label-container {
  background-color: transparent !important;
  padding: 0 !important;
}
:is(.card-base, .page-content-wrapper, .mat-mdc-dialog-content) .mdc-tab--active .mdc-tab__ripple::before {
  background-color: transparent !important;
}
:is(.card-base, .page-content-wrapper, .mat-mdc-dialog-content) .mdc-tab__content {
  padding-bottom: 4px !important;
}
app-language-tabs mat-tab-header {
  display: none !important;
}
.mat-mdc-menu-panel,
.mat-mdc-elevation-specific {
  min-width: 150px !important;
  border-radius: 8px !important;
  box-shadow: var(--box-shadow) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item,
.mat-mdc-elevation-specific .mat-mdc-menu-item {
  padding: 8px 12px !important;
  min-height: 30px !important;
  color: var(--secondaryTextColor) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item :is(.mat-mdc-menu-item-text, .mat-mdc-menu-item-text span),
.mat-mdc-elevation-specific .mat-mdc-menu-item :is(.mat-mdc-menu-item-text, .mat-mdc-menu-item-text span) {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  font-family: var(--medium) !important;
  font-size: var(--body-font-size) !important;
  line-height: var(--body-line-height) !important;
  letter-spacing: normal !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item :is(.mat-mdc-menu-item-text, .mat-mdc-menu-item-text span) i-feather,
.mat-mdc-elevation-specific .mat-mdc-menu-item :is(.mat-mdc-menu-item-text, .mat-mdc-menu-item-text span) i-feather {
  height: auto !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item[disabled],
.mat-mdc-elevation-specific .mat-mdc-menu-item[disabled] {
  opacity: 1;
}
.mat-mdc-menu-panel .mat-mdc-menu-item[disabled] .mat-mdc-menu-item-text,
.mat-mdc-elevation-specific .mat-mdc-menu-item[disabled] .mat-mdc-menu-item-text {
  color: var(--disabledTextColor) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-item:not([disabled]):hover,
.mat-mdc-elevation-specific .mat-mdc-menu-item:not([disabled]):hover {
  background-color: rgba(60, 102, 255, 0.05) !important;
}
.mat-icon {
  padding-top: 3px;
}
.mat-mdc-button {
  font-family: var(--regular) !important;
}
.mat-mdc-icon-button.mat-mdc-button-base,
.mat-mdc-button-touch-target {
  padding: 0;
  width: 40px !important;
  height: 40px !important;
}
.mat-mdc-icon-button:is(:hover, :active) .mat-mdc-button-persistent-ripple::before {
  display: none !important;
}
.login-language-dropdown .mat-mdc-menu-content {
  padding-block: 8px !important;
}
.login-language-dropdown .mat-mdc-menu-content .mat-mdc-menu-item {
  padding-block: 5px !important;
  min-height: 0 !important;
}
.login-language-dropdown .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-size: var(--small-font-size) !important;
  text-shadow: 0 0 #f2f2f2;
}
.login-language-dropdown .mat-mdc-menu-content .mat-mdc-menu-item:not([disabled]):hover {
  background-color: transparent !important;
}
.login-language-dropdown .mat-mdc-menu-content .mat-mdc-menu-item:not([disabled]):hover .mat-mdc-menu-item-text {
  color: var(--primaryTextColor) !important;
}
.alert-resolution-menu .mat-mdc-select {
  width: 140px !important;
}
@media (max-width: 575.98px) {
  .mat-mdc-menu-panel .mat-mdc-menu-item {
    padding: 5px 12px;
  }
  .alert-resolution-menu {
    min-width: 200px !important;
  }
  .alert-resolution-menu .mat-mdc-select {
    max-width: 160px !important;
  }
}
gridster gridster-item {
  background-color: transparent;
}
gridster gridster-item .card-base {
  padding: 12px;
  height: 100%;
  overflow-y: auto;
}
md-tabs gridster-item {
  padding: 3px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .dashboard-view {
    padding-inline: 12px;
  }
  gridster {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: row;
  }
  gridster gridster-item {
    position: static;
    flex-grow: 1;
    flex-basis: 30%;
    width: auto !important;
    display: flex !important;
    height: auto !important;
    overflow: initial !important;
    max-width: 100% !important;
    max-height: 470px;
    margin-right: 0 !important;
  }
  gridster gridster-item app-widgetswrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .dashboard-view {
    padding-inline: 12px;
  }
  gridster-item .display-2 {
    font-size: 35px;
  }
}
quill-editor {
  display: block !important;
}
.ql-container {
  background-color: var(--txtbox-enabled);
  color: var(--primaryTextColor);
  font-size: var(--txtbox-font-size);
  line-height: var(--txtbox-line-height);
  font-family: var(--txtbox-font-family);
  border-radius: 8px;
  border-color: var(--txtbox-enabled) !important;
  box-shadow: 0 -1px 1px var(--txtbox-border) inset, 0 1px 0 #fff;
}
.ql-container:focus-within {
  background-color: var(--txtbox-focus-background);
  border: 1px solid var(--txtbox-focus-border);
  outline: 4px solid var(--txtbox-focus-outline);
  border-color: var(--txtbox-focus-border) !important;
}
.ql-container .ql-editor {
  padding: 8px !important;
}
.ql-container .ql-editor.ql-blank::before {
  inset-inline: 8px;
  font-style: normal;
  color: var(--disabledTextColor);
}
.message-main-ql-editor .ql-editor {
  max-height: 45px;
}
.message-main-ql-editor p {
  color: var(--secondaryTextColor);
}
.message-main-ql-editor.editor-with-reset .ql-editor {
  max-height: 117px;
}
.message-thread-ql-editor {
  display: block;
  width: 100% !important;
  max-width: 600px !important;
}
.message-thread-ql-editor .ql-editor {
  min-height: 87px;
  max-height: 150px;
}
.message-thread-ql-editor p {
  margin-block: 3px !important;
}
.editable-heading {
  display: inline-flex;
  position: relative;
  max-width: calc(100% - 50px);
  align-items: center;
}
.editable-heading h1 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editable-heading input.editable {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0 20px 0 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  box-shadow: none;
}
.editable-heading input.editable::placeholder {
  font-size: 24px;
  color: var(--disabledTextColor);
}
.editable-heading input.editable:focus {
  border-bottom-color: var(--primaryColor);
}
.editable-heading .feather-20 {
  margin-left: 5px;
}
.editable-desc {
  min-width: 250px;
  margin-bottom: 24px;
}
.editable-desc textarea {
  min-height: 23px;
}
.editable-desc textarea::placeholder {
  font-size: var(--body-font-size);
  font-family: var(--regular);
}
.editable-inline {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.editable-inline i-feather {
  color: var(--secondaryTextColor);
}
.editable-inline h2 {
  margin: 0;
  max-width: calc(100% - 50px);
}
.editable-inline p {
  color: var(--secondaryTextColor);
  font-size: var(--body-font-size);
  margin-bottom: 0;
}
.editable-inline .editable-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 0 0 10px;
  color: var(--secondaryTextColor);
}
.editable-description::placeholder {
  font-size: 14px !important;
}
@media (max-width: 767.98px) {
  .editable-inline h2,
  .editable-inline p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 525px;
  }
  .editable-heading h1 {
    max-width: 525px;
  }
}
@media (max-width: 575.98px) {
  .editable-inline h2,
  .editable-inline p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
  }
  .editable-heading h1 {
    max-width: 260px;
  }
}
.header-menu-dialog .mat-mdc-dialog-container {
  min-width: 250px !important;
}
@media (max-width: 575.98px) {
  .header-menu-dialog {
    margin-left: 0 !important;
  }
  .header-menu-dialog .mat-mdc-dialog-container {
    border-radius: 0 16px 16px 0 !important;
    max-height: calc(100dvh - 60px);
  }
  .header-menu-dialog .mat-mdc-dialog-content {
    max-height: none;
  }
}
@media (orientation: landscape) and (min-width: 576px) {
  .header-menu-dialog .mat-mdc-dialog-container {
    max-height: 80vh !important;
  }
}
.ngx-json-viewer .segment {
  padding: 3px 8px !important;
  margin-left: 8px !important;
  border-left: 1px dashed var(--separatorColor);
}
.ngx-json-viewer .segment .segment-main .segment-key {
  font-family: var(--bold);
}
.ngx-json-viewer .segment .segment-main .toggler {
  height: 16px;
  width: 16px;
  background-image: url("./media/chevron-down.svg");
  background-size: 100% 100%;
  background-color: var(--fgColor);
  transform: rotate(-90deg) !important;
  transition: transform 0.3s ease-in-out;
  margin-top: 1px !important;
  margin-left: -17px !important;
}
.ngx-json-viewer .segment .segment-main .toggler::after {
  content: "" !important;
}
.ngx-json-viewer .segment .segment-main .toggler + .segment-key {
  color: var(--primaryTextColor) !important;
}
.ngx-json-viewer .segment .segment-main.expanded .toggler {
  transform: rotate(0deg) !important;
}
.ngx-json-viewer .segment .segment-main .segment-value {
  white-space: normal;
  word-break: break-word;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header,
.mat-accordion .mat-expansion-panel .mat-expansion-panel-content {
  font-family: var(--regular);
}
.criteria-cell .mat-accordion {
  width: 100% !important;
}
.criteria-cell .mat-expansion-panel {
  box-shadow: none !important;
  background: transparent !important;
  color: var(--secondaryTextColor);
}
.criteria-cell .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  opacity: 0;
  transition: all 0.5s;
}
.criteria-cell .mat-expansion-panel .mat-expansion-panel-body .last-updated {
  opacity: 0;
}
.criteria-cell .mat-expansion-panel.mat-expanded {
  position: static !important;
}
.criteria-cell .mat-expansion-panel.mat-expanded .mat-expansion-panel-body {
  opacity: 1;
}
.criteria-cell .mat-expansion-panel.mat-expanded .mat-expansion-panel-body .last-updated {
  opacity: 1;
}
.criteria-cell .mat-expansion-panel .mat-expansion-panel-header {
  padding-inline: 0;
  height: auto;
}
.criteria-cell .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: transparent !important;
}
.criteria-cell .mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  height: auto !important;
}
.criteria-cell .mat-expansion-panel-content[style*="visibility: hidden"] * {
  height: 0;
}
.criteria-cell .mat-content.mat-content-hide-toggle {
  margin-right: 0;
  justify-content: space-between;
}
.ad-hoc-accordion .mat-expansion-panel {
  padding: 16px;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel {
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--secondaryTextColor);
}
.mat-accordion.mat-accordion-base .mat-expansion-panel.mat-expansion-panel-spacing {
  margin-block: 0;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-panel-header {
  padding-inline: 0;
  font-size: var(--body-font-size);
  font-family: var(--regular);
  background: transparent !important;
  height: auto;
  color: var(--secondaryTextColor);
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: transparent;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  height: auto;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-panel-content {
  font-family: var(--regular);
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-indicator {
  width: 15px;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel .mat-expansion-indicator::after {
  padding: 4px;
}
.mat-accordion.mat-accordion-base .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  position: relative;
  left: -8px;
}
.dashboard-dataTable {
  height: calc(100% - 28px);
}
.dashboard-dataTable table tr td .progress-rate {
  margin-left: 8px;
  margin-right: 12px;
}
.dashboard-dataTable table tr td .action-buttons {
  gap: 16px;
}
.dashboard-dataTable table tr td .action-buttons .action-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  cursor: pointer;
}
.dashboard-dataTable table tr td.mat-column-patientFullName {
  cursor: pointer;
}
.dashboard-dataTable table tr .user-groups .more-link {
  color: var(--linkTextColor);
  cursor: pointer;
}
.dashboard-dataTable table tr .profile-cell {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--primaryColor);
}
.dashboard-dataTable table tr .profile-cell img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  opacity: 1;
}
.dashboard-dataTable table tr .profile-cell .status-badge {
  inset: auto 6px -2px auto;
}
.multicolor-progress-bar {
  width: 138px;
  height: 10px;
  border-radius: 30px;
  background-color: var(--light-silver);
  overflow: hidden;
  display: flex;
}
.multicolor-progress-bar .progress-item-accepted {
  background-color: var(--positiveColor);
}
.multicolor-progress-bar .progress-item-denied {
  background-color: var(--negativeColor);
}
.patient-list-card {
  display: flex;
  flex-direction: column;
}
.criteria-control-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.criteria-control-icons i-feather {
  width: 18px;
  min-width: 18px;
  height: 18px;
  cursor: pointer;
}
.reach-status {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 12px;
}
.reach-status i-feather {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
#patient-by-status-chart-column * {
  max-width: 100%;
}
.highcharts-root {
  font-family: var(--regular) !important;
}
.highcharts-no-data {
  font-family: var(--regular);
}
.highcharts-no-data > * {
  color: var(--disabledTextColor) !important;
  fill: var(--disabledTextColor) !important;
  font-weight: normal !important;
}
.highcharts-axis-labels {
  font-family: var(--medium);
}
.highcharts-axis-labels > * {
  fill: var(--disabledTextColor) !important;
  font-weight: normal !important;
}
.highcharts-tooltip-container {
  z-index: 1009 !important;
}
.highcharts-tooltip > span {
  font-family: var(--regular) !important;
  font-size: 12px !important;
}
.highcharts-tooltip-box {
  fill: var(--tooltipColor);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.highcharts-legend-item > * {
  font-family: var(--regular) !important;
  color: var(--secondaryTextColor) !important;
}
:root {
  --mdc-chip-disabled-label-text-color: orange;
}
:root {
  --mdc-chip-disabled-outline-color: red;
}
.mat-mdc-chip-set .mdc-evolution-chip {
  margin: 4px 8px 4px 8px !important;
  min-width: 80px;
  cursor: pointer;
}
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: rgba(60, 102, 255, 0.05);
}
.mdc-evolution-chip,
.mdc-evolution-chip__cell,
.mdc-evolution-chip__action {
  justify-content: center;
}
.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.mat-mdc-standard-chip .mat-mdc-chip-action-label {
  cursor: pointer;
}
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: transparent !important;
  border: 1px solid var(--separatorColor);
}
.mat-mdc-chip-focus-overlay,
.mat-mdc-chip.active .mat-mdc-chip-focus-overlay {
  background: rgba(60, 102, 255, 0.15) !important;
  border-color: rgba(60, 102, 255, 0.15);
}
.mat-mdc-chip:hover,
.mat-mdc-chip.active {
  border-color: rgba(60, 102, 255, 0.15);
}
.mat-mdc-chip:hover .mat-mdc-chip-focus-overlay,
.mat-mdc-chip.active .mat-mdc-chip-focus-overlay {
  opacity: 1 !important;
}
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  display: flex;
  align-items: center !important;
  flex-direction: row;
  color: var(--secondaryTextColor) !important;
  font-family: var(--regular);
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
}
.btn {
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  padding: 8px;
  border-radius: 8px !important;
}
.btn-primary {
  background-color: var(--btn-primaryColor);
  color: var(--btn-primaryTextColor);
  box-shadow: 0 2px 0 var(--btn-primaryBoxShadow);
  border-color: var(--btn-primaryBorder);
}
.btn-primary:hover {
  background-color: var(--btn-primaryHoverColor);
  color: var(--btn-primaryHoverTextColor);
  border-color: var(--btn-primaryBorder);
}
.btn-primary:focus-visible {
  background-color: var(--btn-primaryHoverColor);
  color: var(--btn-primaryHoverTextColor);
  border-color: var(--btn-primaryBorder);
  outline: 2px solid var(--secondaryTextColor);
  outline-offset: 3px;
  box-shadow: none;
}
.btn-primary:active {
  background-color: var(--btn-primaryHoverColor) !important;
  color: var(--btn-primaryHoverTextColor) !important;
  border-color: var(--btn-primaryBorder) !important;
}
.btn-primary:disabled {
  background-color: var(--buttonDisable);
  color: var(--disabledTextColor);
  box-shadow: none;
  border: none;
  opacity: 1;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: var(--btn-primaryColor);
  color: var(--btn-primaryColor);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: var(--btn-primaryColor) !important;
  border-color: var(--btn-primaryColor) !important;
  color: var(--btn-primaryTextColor) !important;
}
.btn-secondary {
  background-color: var(--btn-secondaryColor);
  color: var(--btn-secondaryTextColor);
  border-width: 0 0 2px 0;
  border-color: var(--btn-secondaryBorder);
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background-color: var(--btn-secondaryHoverColor);
  color: var(--btn-secondaryHoverTextColor);
  border-color: var(--btn-secondaryBorder);
}
.btn-secondary:active {
  background-color: var(--btn-secondaryHoverColor) !important;
  color: var(--btn-secondaryHoverTextColor) !important;
  border-color: var(--btn-secondaryBorder) !important;
}
.btn-secondary:disabled {
  background-color: transparent;
  color: var(--disabledTextColor);
  box-shadow: none;
  border: none;
  opacity: 1;
}
.btn-link {
  color: var(--btn-primaryColor);
}
.btn-link:hover {
  color: var(--btn-primaryHoverColor) !important;
}
.btn-link:disabled {
  color: var(--disabledTextColor) !important;
  opacity: 1;
}
.btn-disable {
  color: var(--disabledTextColor) !important;
  background-color: var(--buttonDisable) !important;
  border-color: var(--buttonDisable) !important;
  pointer-events: none;
}
.btn-group {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  gap: 16px;
  vertical-align: middle;
}
.btn-group.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-block: 8px;
}
.btn-group.btn-center .btn {
  flex: initial;
}
.btn-plus-minus {
  padding: 0;
  width: 33px;
  min-width: 33px;
  height: 33px;
}
.time-period-btn,
.btn-sm-varient {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  padding-right: 16px;
}
.time-period-btn button,
.btn-sm-varient button {
  width: 64px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 5px;
}
.btn-flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  padding-block: 6px;
}
@media (max-width: 1199.98px) {
  .time-period-btn,
  .btn-sm-varient {
    gap: 8px;
    padding-right: 6px;
  }
}
@media (max-width: 767.98px) {
  .time-period-btn,
  .btn-sm-varient {
    width: 100%;
    gap: 12px;
    padding-right: 0;
  }
  .time-period-btn button,
  .btn-sm-varient button {
    flex-grow: 1;
    width: auto;
    padding-inline: 8px;
  }
}
.mdc-switch:enabled .mdc-switch__track {
  height: 15px !important;
}
.mdc-switch:enabled .mdc-switch__track::after {
  background: var(--switch-track-background) !important;
  border: 1px solid var(--switch-track-border);
}
.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before,
.mdc-switch:enabled:not(:focus):not(:active) .mdc-switch__track::before {
  background: var(--switch-track-background) !important;
  border: 1px solid var(--switch-track-border);
}
.mdc-switch:enabled .mdc-switch__ripple {
  opacity: 0;
  display: none;
}
.mdc-switch:enabled .mdc-switch__shadow {
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px rgba(0, 0, 0, 0.1411764706),
    0 1px 3px rgba(0, 0, 0, 0.1215686275) !important;
}
.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  border: 1px solid var(--switch-unselected-border);
  background: var(--switch-unselected-background) !important;
}
.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
  fill: var(--secondaryTextColor) !important;
}
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: var(--switch-selected-background) !important;
  border: 1px solid var(--switch-selected-border);
}
.mdc-form-field > label {
  padding-left: 12px !important;
}
.mat-mdc-slide-toggle label {
  margin-bottom: 0 !important;
}
.mat-mdc-slide-toggle-content {
  font-size: var(--small-font-size);
  font-family: var(--regular);
}
.radio-inline {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.radio-inline label {
  margin-block: 2px 0;
}
input[type=radio] {
  background: var(--toggle-deactivated-background);
  border: 1px solid var(--toggle-deactivated-border);
  border-bottom-width: 2px;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 0;
  appearance: none;
  box-shadow: none;
  transition: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
}
input[type=radio]:checked {
  border-color: var(--toggle-activated-border);
  box-shadow: none;
  outline: none;
}
input[type=radio]:focus {
  outline: none;
}
input[type=radio]:checked {
  background: var(--toggle-activated-background);
}
input[type=radio]:checked::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
input[type=radio]:disabled {
  opacity: 1;
}
.mat-mdc-radio-touch-target {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.mdc-radio__outer-circle {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  background: var(--toggle-deactivated-background) !important;
  border-color: var(--toggle-deactivated-border) !important;
  box-shadow: none;
  border-width: 0 0 2px 0 !important;
}
.mat-mdc-radio-button .mdc-radio {
  padding: 0 !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  position: absolute;
  inset: 0 !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control + .mdc-radio__background::before {
  display: none !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--fgColor) !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  background: var(--toggle-activated-background) !important;
  border-color: var(--toggle-activated-border) !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: var(--toggle-activated-background) !important;
}
.form-check {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
}
.form-check + .form-check,
.form-check + .form-group {
  margin-top: 16px;
}
.form-check .verticle-2 {
  margin: 3px 5px 0 0;
}
.form-check label {
  padding-top: 2px;
  margin-bottom: 0;
}
.inline-radio-check {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.inline-radio-check .form-check + .form-check {
  margin-top: 0;
}
.two-col-checkboxes {
  display: grid;
  gap: 16px;
}
@media (min-width: 576px) {
  .two-col-checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
.two-col-checkboxes .form-check + .form-check {
  margin-top: 0;
}
input[type=checkbox] {
  background: var(--toggle-deactivated-background);
  border: 1px solid var(--toggle-deactivated-border);
  border-bottom-width: 2px;
  border-radius: 7px;
  vertical-align: top;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 0;
  appearance: none;
  box-shadow: none;
  transition: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
input[type=checkbox]:checked {
  border-color: var(--toggle-activated-border);
  box-shadow: none;
  outline: none;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked {
  background: url("./media/check-white.svg") center center, var(--toggle-activated-background);
}
input[type=checkbox]:disabled {
  opacity: 1;
}
.mat-mdc-checkbox-inner-container {
  width: 20px !important;
  height: 20px !important;
  left: 1px;
}
.mat-mdc-checkbox-checked .mat-mdc-checkbox-checkmark {
  opacity: 0 !important;
  background: none !important;
}
:is(.mat-mdc-checkbox-indeterminate, .mat-mdc-checkbox-checked) .mat-mdc-checkbox-background {
  background: none !important;
}
.mat-mdc-checkbox-indeterminate .mat-mdc-checkbox-frame {
  border-color: var(--toggle-activated-border);
  border-bottom-color: var(--toggle-activated-border);
  background: var(--toggle-activated-background) !important;
}
.mat-mdc-checkbox-layout {
  margin: 0 1.25px 0 0 !important;
}
.mdc-checkbox__native-control {
  width: 21px !important;
  height: 21px !important;
}
.mat-mdc-checkbox-touch-target {
  width: 20px !important;
  height: 20px !important;
  top: 10px !important;
  left: 10px !important;
}
.mdc-checkbox {
  margin: 0 !important;
  padding: 0 !important;
}
.mdc-checkbox .mdc-checkbox__background {
  width: 21px;
  height: 21px;
  border-radius: 7px;
  top: 0 !important;
  left: 0 !important;
  background: var(--toggle-activated-background) !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--toggle-activated-border) !important;
  border-width: 0 0 2px 0 !important;
}
.mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark {
  padding: 4px;
}
.mdc-checkbox .mdc-checkbox__background .mdc-checkbox__mixedmark {
  margin-inline: 4px;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:is(:checked, :indeterminate, [data-indeterminate=true])) ~ .mdc-checkbox__background {
  background: var(--toggle-deactivated-background) !important;
  border: 1px solid var(--toggle-deactivated-border) !important;
  border-bottom-width: 2px !important;
}
.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:is(:checked, :indeterminate, [data-indeterminate=true])) ~ .mdc-checkbox__background {
  background: var(--toggle-deactivated-background) !important;
  border-color: var(--toggle-deactivated-border) !important;
}
.mat-mdc-checkbox .mdc-checkbox__ripple,
.mat-mdc-checkbox-ripple,
.mdc-checkbox:hover .mdc-checkbox__ripple,
.mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mdc-checkbox__ripple {
  display: none !important;
}
.form-group.form-group-mat-select {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.mat-mdc-select-panel {
  padding: 0 !important;
  border-radius: 8px !important;
  box-shadow: var(--box-shadow) !important;
  min-width: fit-content;
}
.mat-mdc-select-panel:has(.form-group) {
  margin-top: 47px;
  width: 240px !important;
}
.mat-mdc-option {
  color: var(--secondaryTextColor) !important;
  font-family: var(--regular) !important;
  font-size: var(--body-font-size) !important;
  line-height: var(--body-line-height) !important;
  height: auto;
  min-height: 33px !important;
  background-color: var(--fgColor) !important;
  margin: 8px 0;
  padding: 8px 16px !important;
  letter-spacing: 0 !important;
}
.mat-mdc-option .mat-pseudo-checkbox-minimal {
  color: var(--primaryTextColor);
}
.mat-mdc-option span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-option:not(.mdc-list-item--disabled) {
  margin-block: 0;
  transition: 0.3s all;
}
.mat-mdc-option:not(.mdc-list-item--disabled).mdc-list-item--selected,
.mat-mdc-option:not(.mdc-list-item--disabled).mat-mdc-option-active {
  background-color: rgba(60, 102, 255, 0.05) !important;
}
.mat-mdc-option:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-option:not(.mdc-list-item--disabled).mat-mdc-option-active .mdc-list-item__primary-text {
  color: var(--secondaryTextColor) !important;
}
.mat-mdc-option:not(.mdc-list-item--disabled):hover {
  background-color: rgba(60, 102, 255, 0.05) !important;
}
.mat-mdc-option:not(.mdc-list-item--disabled) .mat-pseudo-checkbox-minimal:is(.mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate)::after {
  color: var(--primaryColor) !important;
}
.mat-mdc-option .mdc-list-item__primary-text div {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.mat-mdc-option .mdc-list-item__primary-text div img {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
}
.mat-form-field-underline {
  display: none;
}
.mat-mdc-optgroup .mat-mdc-optgroup-label {
  font-size: var(--body-font-size) !important;
  line-height: var(--body-line-height) !important;
  font-family:
    font-regular,
    Arial,
    sans-serif !important;
  font-weight: bold !important;
  color: var(--secondaryTextColor) !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  height: auto !important;
  min-height: auto !important;
}
.mat-mdc-optgroup + .mat-mdc-optgroup {
  margin-top: 8px;
}
.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mat-mdc-select-min-line,
.mat-mdc-select-value-text,
.mat-mdc-select {
  font-family: var(--regular);
  color: var(--primaryTextColor);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}
.mat-mdc-select-arrow-wrapper {
  height: auto !important;
}
:is(.mat-mdc-select-min-line, .mat-mdc-select-value-text, .mat-mdc-option-text)::first-letter {
  text-transform: uppercase;
}
mat-select.form-control,
mat-select.input-search {
  display: block;
  line-height: var(--body-line-height);
  border: 1px solid transparent;
  box-shadow: 0 -1px 1px var(--txtbox-border) inset, 0 1px 0 #fff;
  border-radius: 8px;
  margin-right: 0;
  letter-spacing: normal;
}
.mat-mdc-select {
  display: flex;
  line-height: var(--body-line-height);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-select.form-control:focus,
.mat-mdc-select.input-search:focus {
  background-color: var(--txtbox-focus-background);
  border: 1px solid var(--txtbox-focus-border);
  outline: 4px solid var(--txtbox-focus-outline);
}
.mat-mdc-select.is-invalid,
.mat-mdc-select.is-invalid:not(.disabled):not(:read-only):focus {
  border-color: var(--negativeColor) !important;
  outline-color: var(--txtbox-error-focus-outline) !important;
}
.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  width: 20px;
  height: 16px;
  border: 0;
  margin: 0;
  background: no-repeat center/100% url("./media/select-arrow.svg");
  background-size: 20px;
}
.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow svg {
  display: none;
}
.mat-mdc-select-disabled,
mat-select.disabled {
  pointer-events: none;
}
.mat-mdc-select-disabled .mat-mdc-select-min-line,
mat-select.disabled .mat-mdc-select-min-line {
  color: var(--disabledTextColor);
}
.mat-mdc-select-disabled .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
mat-select.disabled .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  background-image: url("./media/select-arrow-disabled.svg");
}
.select-sm {
  width: 140px !important;
}
.select-xs {
  width: 100px !important;
}
@media (max-width: 575.98px) {
  .select-xs {
    min-width: 100px;
  }
}
.form-group + .form-group,
.form-group + .form-check,
.form-group + .inline-form-fields {
  margin-top: 16px;
}
.inline-form-fields {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.inline-form-fields input[type=password] + .invalid-feedback {
  max-width: 210px;
}
.inline-form-fields .form-group {
  margin-top: 0;
}
.inline-form-fields + .inline-form-fields,
.inline-form-fields + .form-group {
  margin-top: 16px;
}
label {
  font-family: var(--regular);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: normal;
  cursor: unset;
  margin-bottom: 8px;
  color: var(--secondaryTextColor);
}
.required {
  color: var(--negativeColor) !important;
}
@media (min-width: 576px) {
  input[type=password] + .invalid-feedback {
    max-width: 210px;
  }
}
.warning-feedback {
  display: block;
  color: var(--warningColor);
}
.mdc-form-field {
  align-items: flex-start !important;
}
.mdc-form-field > label {
  margin-bottom: 0;
}
.mat-mdc-form-field {
  font-family: var(--regular) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-floating-label.mdc-floating-label {
  display: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  height: 33px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background: var(--txtbox-enabled);
  padding: 8px !important;
  border-radius: 8px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper.mdc-text-field--filled .mdc-line-ripple::before,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-width: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay {
  opacity: initial !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  width: 210px;
}
.mat-mdc-form-field .mat-mdc-select-min-line,
.mat-mdc-form-field .mat-mdc-select-value-text,
.mat-mdc-form-field .mat-mdc-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-form-field-appearance-fill .mat-form-field-wrapper {
  padding-bottom: 0;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-form-field-infix {
  padding: 0 !important;
}
.device-setting-select .mat-mdc-select,
.device-setting-select .mat-mdc-form-field-flex,
.device-setting-select .mat-mdc-form-field,
.device-setting-select .mat-mdc-form-field-infix {
  width: 100% !important;
}
.input-with-unit {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.input-with-unit input[type=text],
.input-with-unit input[type=number] {
  width: 60px;
}
.input-with-unit label {
  margin-bottom: 0;
}
.profile-activation .md-mat-select .mat-mdc-form-field-label {
  padding: 3px 0 0 10px;
}
.profile-activation .md-mat-select.mat-mdc-form-field-should-float .mat-mdc-form-field-label-wrapper {
  opacity: 0;
}
.profile-activation-reasons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  padding-bottom: 2px;
}
.profile-activation-reasons label {
  margin-bottom: 0 !important;
  flex-grow: 1;
}
fieldset {
  padding-block: 16px;
  border-bottom: 1px solid var(--separatorColor);
}
fieldset:last-child {
  border-bottom: none;
}
.input-search {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
  box-shadow: 0 -1px 1px var(--txtbox-border) inset, 0 1px 0 #fff;
  padding: 0;
  border-radius: 8px;
}
.input-search .form-control,
.input-search .input-search {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  margin-top: -1px;
  margin-right: 0;
}
.input-search .input-group-text {
  border: none;
  padding: 4px 8px;
  background-color: transparent;
}
.input-search i-feather[name=search] {
  width: 20px;
  height: 20px;
  color: var(--disabledTextColor);
}
.input-group .form-control,
.input-group .input-search {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group .form-control:not(:last-child),
.input-group .input-search:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select-days {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.select-days button.btn.btn-days {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 40px;
  height: 27px;
  padding: 0 10px;
  background: var(--dove-gray);
  color: var(--disabledTextColor);
  font-family: var(--bold);
}
.select-days button.btn.btn-days.selected {
  background-color: var(--primaryColor);
  color: var(--textColorOnPrimary);
}
.current-time {
  min-width: 134px;
  max-width: 210px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .select-days {
    gap: 4px;
  }
  .select-days button.btn.btn-days {
    width: 35px;
  }
}
input.mat-mdc-input-element {
  background-color: var(--txtbox-enabled);
  color: var(--primaryTextColor);
  font-size: var(--txtbox-font-size);
  line-height: var(--txtbox-line-height);
  font-family: var(--txtbox-font-family);
  padding: 8px;
  font-style: normal;
  letter-spacing: normal;
  border: 1px solid var(--txtbox-border);
  box-shadow: 0 -1px 1px var(--txtbox-border) inset, 0 1px 0 #fff;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
}
.mat-mdc-icon-button {
  color: var(--secondaryTextColor) !important;
}
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before {
  background-color: transparent !important;
}
.mat-datepicker-wrapper.form-control,
.mat-datepicker-wrapper.date-range-input-wrapper {
  display: flex;
  padding-block: 6px;
}
.mat-datepicker-wrapper .mat-datepicker-input {
  cursor: pointer;
}
.mat-datepicker-wrapper i-feather[name=calendar] {
  color: var(--secondaryTextColor);
  cursor: pointer;
}
.date-range-input-wrapper {
  display: flex;
  padding-block: 4px;
  border-radius: 8px;
  max-width: 210px;
  border: 1px solid transparent;
  box-shadow: 0 -1px 1px var(--txtbox-border) inset, 0 1px 0 #fff;
}
.date-range-input-wrapper:focus-within {
  border-color: var(--txtbox-focus-border);
  outline: 4px solid var(--txtbox-focus-outline);
}
.date-range-input-wrapper.is-invalid {
  border-color: var(--negativeColor);
}
.date-range-input-wrapper.is-invalid:focus-within {
  outline: 4px solid var(--txtbox-error-focus-outline);
}
.date-range-input-wrapper .mat-date-range-input .mat-date-range-input-container {
  padding-top: 2px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.date-range-input-wrapper .mat-date-range-input .mat-date-range-input-container .mat-date-range-input-inner {
  max-width: 100px;
  box-shadow: none;
  border: none !important;
  background: none !important;
  outline: none !important;
  margin-right: 0;
  border-radius: 0 !important;
}
.mat-calendar-body-cell::before {
  top: 0 !important;
}
.date-picker {
  position: relative;
}
.mat-timepicker-wrapper.form-control {
  display: flex;
  padding-block: 6px;
}
.mat-timepicker-wrapper .mat-timepicker-input {
  flex-grow: 1;
  width: 100%;
  max-width: none;
}
.mat-timepicker-wrapper i-feather[name=clock] {
  color: var(--secondaryTextColor);
  cursor: pointer;
}
.mat-timepicker-panel {
  min-width: 136px;
}
.mat-timepicker-panel .mat-pseudo-checkbox-minimal {
  margin-left: 4px !important;
}
.mat-mdc-slider {
  width: 98% !important;
}
.mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: var(--primaryColor) !important;
}
.mat-mdc-slider .mdc-slider__value-indicator-text {
  font-family: var(--regular) !important;
}
.mat-mdc-slider .mdc-slider__track--inactive {
  background-color: var(--separatorColor) !important;
  opacity: 1 !important;
}
.mat-mdc-slider .mdc-slider__tick-mark--active {
  background-color: var(--primaryColor) !important;
  left: 0px !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}
@media (max-width: 767.98px) {
  .mat-mdc-slider .mdc-slider__tick-mark--active {
    width: 8px !important;
    height: 8px !important;
  }
}
.mat-mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: var(--separatorColor) !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}
@media (max-width: 767.98px) {
  .mat-mdc-slider .mdc-slider__tick-mark--inactive {
    width: 8px !important;
    height: 8px !important;
  }
}
.mat-mdc-slider.mat-accent :is(.mat-mdc-slider-track-fill, .mat-mdc-slider-thumb, .mat-mdc-slider-thumb-label) {
  background-color: var(--primaryColor) !important;
}
.ht-question-item .mdc-slider .mdc-slider__value-indicator {
  background-color: var(--primaryColor) !important;
  opacity: 1 !important;
}
.ht-question-item .mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: var(--primaryColor) !important;
}
.ht-question-item .mdc-slider.is-invalid .mdc-slider__value-indicator {
  display: none !important;
}
.view-only-mob,
.view-below-lg,
.view-below-tab {
  display: none !important;
}
@media (max-width: 991.98px) {
  .full-screen-dialog {
    --full-screen-dialog-header-height: 90px;
  }
  .full-screen-dialog .mat-mdc-dialog-container:has(.dialog-header-right) {
    --full-screen-dialog-header-height: 120px;
  }
  .full-screen-dialog .mat-mdc-dialog-content {
    max-height: 100% !important;
    height: calc(100svh - var(--full-screen-dialog-header-height));
  }
  .full-screen-dialog .mat-mdc-dialog-content-scroll {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .full-screen-dialog .mat-mdc-dialog-content-scroll .mat-mdc-dialog-content {
    flex-grow: 1;
    max-height: none !important;
    overflow: auto !important;
  }
  .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface.mdc-dialog__surface {
    padding: 12px !important;
  }
  .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-content {
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .full-screen-dialog:not(.video-lobby-dialog:has(.pip-card)) {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .full-screen-dialog:not(.video-lobby-dialog:has(.pip-card)) .mat-mdc-dialog-container {
    padding: 0 !important;
    padding-inline: 0;
    border-radius: 0 !important;
    height: 100vh !important;
    height: 100svh !important;
  }
  .full-screen-dialog:not(.video-lobby-dialog:has(.pip-card)) .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface.mdc-dialog__surface {
    box-shadow: none !important;
    max-height: 100vh !important;
    min-height: 100vh;
    min-height: 100svh;
    border-radius: 0 !important;
    overflow-y: hidden;
  }
  .full-screen-dialog:not(.video-lobby-dialog:has(.pip-card)) .mat-mdc-dialog-container .dialog-sm,
  .full-screen-dialog:not(.video-lobby-dialog:has(.pip-card)) .mat-mdc-dialog-container .dialog-xs,
  .full-screen-dialog:not(.video-lobby-dialog:has(.pip-card)) .mat-mdc-dialog-container .dialog-md {
    width: 100%;
  }
  .view-below-lg {
    display: flex !important;
  }
  .lg-hide {
    display: none !important;
  }
  .lg-show,
  .view-below-tab {
    display: block !important;
  }
  .view-above-lg {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .mobile-full-screen-dialog {
    --mobile-full-screen-dialog-header-height: 90px;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .mobile-full-screen-dialog .mat-mdc-dialog-container {
    padding: 0 !important;
    padding-inline: 0;
    border-radius: 0 !important;
    height: 100vh !important;
    height: 100svh !important;
  }
  .mobile-full-screen-dialog .mat-mdc-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface.mdc-dialog__surface {
    box-shadow: none !important;
    max-height: 100vh !important;
    min-height: 100vh;
    min-height: 100svh;
    border-radius: 0 !important;
  }
  .mobile-full-screen-dialog .mat-mdc-dialog-container .mat-mdc-dialog-content {
    max-height: 100% !important;
    height: calc(100svh - var(--mobile-full-screen-dialog-header-height));
  }
  .mobile-full-screen-dialog .mat-mdc-dialog-container .dialog-sm,
  .mobile-full-screen-dialog .mat-mdc-dialog-container .dialog-xs {
    width: 100% !important;
  }
  .view-only-desktop {
    display: none !important;
  }
  .view-only-mob {
    display: flex !important;
  }
  .mob-hide {
    display: none !important;
  }
  .mob-show {
    display: block !important;
  }
  .mob-show-flex {
    display: flex !important;
  }
}
@media (max-width: 575.98px) {
  .inline-form-fields {
    flex-direction: column;
    align-items: initial;
  }
}
* {
  outline: none;
}
html {
  position: relative;
  min-height: 100%;
  interpolate-size: allow-keywords;
}
body {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: font-regular;
  letter-spacing: normal;
  color: var(--primaryTextColor);
  background-color: var(--bgColor);
  -webkit-text-size-adjust: initial;
}
.container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
.container {
  margin: auto !important;
  padding: 20px 0;
}
.toast-container {
  z-index: 9999;
}
.servity-0 {
  background-color: var(--servity-0-color);
}
.servity-1 {
  background-color: var(--servity-1-color);
}
.servity-2 {
  background-color: var(--servity-2-color);
}
.servity-3 {
  background-color: var(--servity-3-color);
}
.servity-4 {
  background-color: var(--servity-4-color);
}
.hide-class .ck-sticky-panel {
  display: none !important;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.disabled .action-icons .feather-20 {
  pointer-events: initial;
}
.disabled .action-icons .feather-20 svg {
  stroke: var(--secondaryTextColor);
}
.noResult {
  background: var(--fgColor);
  padding: 15px 10px;
  text-align: center;
  color: var(--disabledTextColor);
}
.card-loader .spinner {
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: transparent !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
