/* src/styles.scss */
:root {
  --theme-color-primary: #0A72FA;
  --theme-color-secondary: #263A54;
  --theme-color-tertiary: #D9D5EB;
  --theme-color-accent:
    linear-gradient(
      180deg,
      #FADF93 0%,
      #FFC115 50.48%,
      #B48708 100%);
  --theme-color-accent-secondary:
    linear-gradient(
      180deg,
      #93BFF8 0%,
      #0A72FA 50.48%,
      #063F89 100%);
  --theme-color-white: #F9FAFA;
  --theme-color-white-dark: #FFFFFFA6;
  --theme-color-black: #000000;
  --theme-color-dark-blue: #05141B;
  --theme-background-primary: #171e27;
  --theme-background-secondary: #162036;
  --theme-background-tertiary: #171e27;
  --theme-background-tertiary-menu: #1E2C3E;
  --theme-background-tertiary-menu-hover: #263A54;
  --theme-background-data: #232A34;
  --theme-background-mat: #92AAC9;
  --theme-background-tab: #314D72;
  --theme-background-icon-btn: #263A54;
  --theme-background-icon-btn-hover: #92AAC9;
  --theme-background-tag: #92AAC9;
  --theme-background-footer-tab: #263A54;
  --theme-background-tire: #263A54;
  --theme-background-swiper-tab: #263A54;
  --theme-background-swiper: #0A72FA;
  --theme-notification-bg: #F8D062;
  --theme-widget-bg: #181D25;
  --theme-background-teaser: var(--theme-color-secondary);
  --theme-background-list-data: #263A54;
  --theme-background-active-tab:var(--theme-color-primary);
  --theme-table-bg: #242939;
  --theme-expansion-bg: #263A54;
  --theme-expansion-hover: #152b47;
  --theme-game-background: #314D72;
  --theme-checkbox-background: #0A72FA;
  --theme-deposit-background: var(--theme-gradient-horizontal-secondary);
  --theme-panding-withdraw-background: #242939;
  --theme-count-background: #F8D062;
  --theme-active-bonus-background: #314D72;
  --theme-profile-background: #1A2532;
  --theme-game-provider-bg: #1A2532;
  --theme-tab-inactive-bg: #1A2532;
  --theme-menu-nav-bg: #1A2532;
  --theme-tab-active-bg: #0A72FA;
  --theme-box-gradient:
    linear-gradient(
      180deg,
      hsla(214, 35%, 18%, 1) 10%,
      hsla(214, 40%, 32%, 1) 70%);
  --theme-promotions-bonus-bg: rgba(21, 105, 10, 0.8);
  --theme-promotions-casino-bg: rgba(10, 114, 250, 0.6);
  --theme-banner-gradient:
    linear-gradient(
      180deg,
      rgba(79, 116, 164, 0.1) 0%,
      #1E2C3E 100%);
  --theme-banner-gradient-bg:
    linear-gradient(
      180deg,
      rgba(146, 170, 201, 0.2) 0%,
      rgba(72, 84, 99, 0) 100%);
  --theme-info-icon-bg:#1A2532E5;
  --theme-casino-badge-bg: #0C51ACCC;
  --theme-search-filter-bg: #CEDAE9;
  --theme-status-unverified:#92AAC9;
  --theme-status-upload-doc:#FFC115;
  --theme-status-verified:#89D115;
  --theme-status-inprogress:#FFC115;
  --theme-progress-stroke-color:#F4B915;
  --theme-progress-color:#F4B915;
  --theme-currency-bg:#F4B915;
  --theme-promotion-badge-color:#6C22ECCC;
  --theme-border-primary: #0A72FA;
  --theme-border-secondary: var(--theme-color-secondary);
  --theme-border-accent: #F8D062;
  --theme-border-accent-secondary: #6ED361;
  --theme-border-white: var(--theme-color-white);
  --theme-border-active-tab:
    linear-gradient(
      270deg,
      #1A2532 0%,
      #1A2532 100%) padding-box,
    linear-gradient(
      180deg,
      var(--theme-border-select-tab) 0%,
      var(--theme-border-select-tab) 100%) border-box;
  --theme-border-select-tab: #314D72;
  --theme-border-prize: #06326A;
  --theme-border-btn: #CEDAE9;
  --theme-border-select-checkbox: #263A54;
  --theme-gradient-border:
    linear-gradient(
      180deg,
      #FADF93 0%,
      #FFC115 50.48%,
      #B48708 100%);
  --theme-image-border-gradient:
    linear-gradient(
      to left,
      #E6BC64,
      #E1D696,
      #FAF8CA,
      #F6DA93,
      #F5C553);
  --theme-account-balance-border: #323548;
  --theme-text-primary: var(--theme-color-white);
  --theme-text-secondary: #CEDAE9;
  --theme-text-accent: #121417;
  --theme-text-black: #101114;
  --theme-text-link: var(--theme-color-primary);
  --theme-text-link-hover: var(--theme-color-primary);
  --theme-text-active: var(--theme-color-primary);
  --theme-text-muted: #92AAC9;
  --theme-text-disabled: #06326A;
  --theme-text-info: #D1D1D1;
  --theme-error-text: #FD696B;
  --theme-text-inactive: #CEDAE9;
  --theme-banner-text: #F8D062;
  --theme-text-title:#FFFFFF;
  --theme-text-btn:#FAFAFA;
  --theme-text-search:#1E2C3E;
  --theme-yellow-text-gradient:linear-gradient(
      180deg,
      #FADF93 0%,
      #FFC115 50.48%,
      #B48708 100%);
  --theme-input-divider: #858e9b;
  --theme-input-text: #ADBDDE;
  --theme-input-label: #ADBDDE;
  --theme-input-value: #DADADA;
  --theme-input-title: #FFFFFF;
  --theme-input-bg: #171e27;
  --theme-input-border: #314D72;
  --theme-input-border-focused: #CEDAE9;
  --theme-input-error: #FD696B;
  --theme-input-btn-bg: #10192D;
  --theme-button-primary-bg:
    linear-gradient(
      rgb(147, 191, 248) 0%,
      rgb(10, 114, 250) 50.48%,
      rgb(6, 63, 137) 100%) padding-box,
    linear-gradient(rgb(10, 114, 250) 50.48%, rgb(10, 114, 250) 100%) border-box;
  --theme-button-primary-text: var(--theme-color-white);
  --theme-button-primary-border: var(--theme-color-primary);
  --theme-button-primary-bg-hover: #60A1F7;
  --theme-button-primary-bg-disabled: #0C51AC;
  --theme-button-primary-text-disabled: var(--theme-text-disabled);
  --theme-button-primary-border-disabled: #0C51AC;
  --theme-read-more-bg: #263A54;
  --theme-info-icon-bg: rgba(38, 58, 84, 0.8);
  --theme-button-secondary-bg: var(--theme-color-secondary);
  --theme-button-secondary-text: var(--theme-color-black);
  --theme-button-secondary-border: var(--theme-color-secondary);
  --theme-button-secondary-bg-hover: #263a54ea;
  --theme-button-secondary-bg-disabled: #2d3440;
  --theme-button-secondary-text-disabled: var(--theme-text-disabled);
  --theme-button-secondary-border-disabled: #2d3440;
  --theme-button-gradient-bg:
    linear-gradient(
      180deg,
      #FADF93 0%,
      #FFC115 50.48%,
      #B48708 100%);
  --theme-button-accent-bg: var(--theme-color-accent) padding-box, var(--theme-border-accent) border-box;
  --theme-button-accent-text: var(--theme-text-accent);
  --theme-button-accent-border: var(--theme-border-accent);
  --theme-button-accent-bg-hover: #F8D062;
  --theme-button-accent-bg-disabled: #6C5103;
  --theme-button-accent-text-disabled: #8C6906;
  --theme-button-accent-border-disabled: #6C5103;
  --theme-button-accent-secondary-bg:
    linear-gradient(
      180deg,
      #6ED361 0%,
      #27BE13 50.48%,
      #15690A 100%) padding-box,
    #6ED361 border-box;
  --theme-button-accent-border: var(--theme-border-accent-secondary);
  --theme-button-accent-secondary-bg-hover: #6ED361;
  --theme-button-accent-secondary-bg-disabled: #105008;
  --theme-button-accent-secondary-text-disabled: #15690A;
  --theme-button-accent-secondary-border-disabled: #105008;
  --theme-button-ghost-bg-disabled: #60A1F7;
  --theme-button-ghost-text-disabled: #8FC8FF;
  --theme-button-ghost-border-disabled: #60A1F7;
  --theme-vertical-primary: #8FC8FF;
  --theme-vertical-secondary: #60A1F7;
  --theme-gradient-primary:
    linear-gradient(
      to right,
      var(--theme-color-primary),
      var(--theme-color-secondary));
  --theme-gradient-secondary:
    linear-gradient(
      to bottom,
      var(--theme-color-secondary),
      var(--theme-color-accent));
  --theme-gradient-accent:
    linear-gradient(
      to right,
      var(--theme-color-accent),
      var(--theme-color-primary));
  --theme-gradient-vertical-primary:
    linear-gradient(
      to bottom,
      var(--theme-color-primary),
      var(--theme-color-secondary));
  --theme-gradient-vertical-secondary:
    linear-gradient(
      to bottom,
      var(--theme-vertical-primary),
      var(--theme-vertical-secondary));
  --theme-gradient-vertical-accent:
    linear-gradient(
      to bottom,
      var(--theme-color-accent),
      var(--theme-color-primary));
  --theme-gradient-horizontal-primary:
    linear-gradient(
      to right,
      var(--theme-color-primary),
      var(--theme-color-accent));
  --theme-gradient-horizontal-secondary:
    linear-gradient(
      180deg,
      #93BFF8 0%,
      #0A72FA 50.48%,
      #063F89 100%);
  --theme-gradient-select-tab: var(--theme-color-primary);
  --theme-gradient-player-level: #263A54;
  --gradient-level-border:
    linear-gradient(
      270deg,
      #4e4f5c 0%,
      #232a34 100%) padding-box,
    linear-gradient(
      to right,
      #c12722,
      #FFD36C) border-box;
  --gradient-deposit-bar: var(--theme-color-secondary);
  --theme-gradient-gamification:
    linear-gradient(
      180deg,
      rgba(30, 44, 62, 0.1) 0%,
      rgba(49, 77, 114, 0.7) 59.62%);
  --theme-display-block: block;
  --theme-display-inline: inline;
  --theme-display-inline-block: inline-block;
  --theme-display-flex: flex;
  --theme-display-inline-flex: inline-flex;
  --theme-display-grid: grid;
  --theme-display-inline-grid: inline-grid;
  --theme-display-none: none;
  --theme-spacing-xs: 4px;
  --theme-spacing-sm: 8px;
  --theme-spacing-md: 16px;
  --theme-spacing-lg: 24px;
  --theme-spacing-xl: 32px;
  --theme-spacing-xxl: 48px;
  --theme-padding-xs: 4px;
  --theme-padding-sm: 8px;
  --theme-padding-md: 16px;
  --theme-padding-lg: 24px;
  --theme-padding-xl: 32px;
  --theme-padding-xxl: 48px;
  --theme-margin-xs: 4px;
  --theme-margin-sm: 8px;
  --theme-margin-md: 16px;
  --theme-margin-lg: 24px;
  --theme-margin-xl: 32px;
  --theme-margin-xxl: 48px;
  --theme-radius-xsm: 1px;
  --theme-radius-sm: 4px;
  --theme-radius-md: 8px;
  --theme-radius-lg: 12px;
  --theme-radius-xl: 16px;
  --theme-radius-full: 50%;
  --theme-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --theme-shadow-md: 0 4px 8px rgba(0, 0, 0, 0.2);
  --theme-shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.3);
  --theme-shadow-xl: 0 12px 24px rgba(0, 0, 0, 0.4);
  --theme-shadow-deposit: rgba(0, 0, 0, 0.32);
  --theme-font-family-primary: "Roboto", sans-serif;
  --theme-font-family-secondary: "Inter", sans-serif;
  --theme-font-family-headings: "Skranji", system-ui;
  --theme-font-family-button:"sora", sans-serif;
  --theme-font-family-lato:"Lato",sans-serif;
  --theme-font-family-baloo: "Baloo 2", sans-serif;
  --theme-font-size-xs: 12px;
  --theme-font-size-sm: 14px;
  --theme-font-size-md: 16px;
  --theme-font-size-lg: 18px;
  --theme-font-size-xl: 24px;
  --theme-font-size-xxl: 32px;
  --theme-font-weight-light: 300;
  --theme-font-weight-normal: 400;
  --theme-font-weight-medium: 500;
  --theme-font-weight-bold: 700;
  --theme-line-height-xs: 1.2;
  --theme-line-height-sm: 1.4;
  --theme-line-height-md: 1.5;
  --theme-line-height-lg: 1.6;
  --theme-line-height-xl: 1.8;
  --theme-breakpoint-mobile: 320px;
  --theme-breakpoint-tablet: 768px;
  --theme-breakpoint-desktop: 1024px;
  --theme-breakpoint-large: 1280px;
  --theme-breakpoint-xlarge: 1800px;
  --theme-layout-desktop-width: 1248px;
  --theme-layout-mobile-width: 940px;
  --theme-z-index-base: 1;
  --theme-z-index-dropdown: 100;
  --theme-z-index-sticky: 200;
  --theme-z-index-overlay: 300;
  --theme-z-index-modal: 400;
  --theme-z-index-tooltip: 500;
  --theme-popup-bg: #1E2C3E;
  --theme-popup-border: #230606;
  --theme-popup-text: #DADADA;
  --theme-popup-input-bg: #2e3845;
  --theme-popup-input-border: #2f3743;
  --theme-popup-input-border-focused: #FF393F;
  --theme-popup-input-error: #FF393F;
  --theme-popup-input-btn-bg: #10192D;
  --theme-popup-text-accent: #FFFFFF;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font:
    400 24px / 32px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font:
    500 20px / 32px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font:
    400 16px / 28px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font:
    400 15px / 24px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font:
    400 calc(14px * 0.83) / 20px Roboto,
    "Helvetica Neue",
    sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font:
    400 calc(14px * 0.67) / 20px Roboto,
    "Helvetica Neue",
    sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font:
    500 14px / 24px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font:
    400 14px / 20px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body .page-body .content ol li,
.page-body .content ol .mat-body li,
.mat-body-1 p,
.mat-body-1 .page-body .content ol li,
.page-body .content ol .mat-body-1 li,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p,
.mat-typography .page-body .content ol li,
.page-body .content ol .mat-typography li {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font:
    400 12px / 20px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font:
    300 112px / 112px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font:
    400 56px / 56px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font:
    400 45px / 48px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font:
    400 34px / 40px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font:
    400 14px / 20px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-button,
.mat-raised-button,
.mat-icon-button,
.mat-stroked-button,
.mat-flat-button,
.mat-fab,
.mat-mini-fab {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-card {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell,
.mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font:
    500 20px / 32px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font:
    400 14px / 20px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-select {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-slider-thumb-label-text {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical,
.mat-stepper-horizontal {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-tab-label,
.mat-tab-link {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font:
    500 20px / 32px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-list-option {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font:
    500 14px / 24px Roboto,
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #20716b;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ffd36c;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #fc3c6a;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #20716b;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ffd36c;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #fc3c6a;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-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);
}
.mat-elevation-z1 {
  box-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);
}
.mat-elevation-z2 {
  box-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);
}
.mat-elevation-z3 {
  box-shadow:
    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-elevation-z4 {
  box-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-elevation-z5 {
  box-shadow:
    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-elevation-z6 {
  box-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);
}
.mat-elevation-z7 {
  box-shadow:
    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-elevation-z8 {
  box-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);
}
.mat-elevation-z9 {
  box-shadow:
    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-elevation-z10 {
  box-shadow:
    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-elevation-z11 {
  box-shadow:
    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-elevation-z12 {
  box-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);
}
.mat-elevation-z13 {
  box-shadow:
    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-elevation-z14 {
  box-shadow:
    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-elevation-z15 {
  box-shadow:
    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-elevation-z16 {
  box-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-elevation-z17 {
  box-shadow:
    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-elevation-z18 {
  box-shadow:
    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-elevation-z19 {
  box-shadow:
    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-elevation-z20 {
  box-shadow:
    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-elevation-z21 {
  box-shadow:
    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-elevation-z22 {
  box-shadow:
    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-elevation-z23 {
  box-shadow:
    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-elevation-z24 {
  box-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-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: white;
  background: #20716b;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ffd36c;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #fc3c6a;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-bottom-sheet-container {
  box-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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button,
.mat-icon-button,
.mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #20716b;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #ffd36c;
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #fc3c6a;
}
.mat-button.mat-primary.mat-button-disabled,
.mat-button.mat-accent.mat-button-disabled,
.mat-button.mat-warn.mat-button-disabled,
.mat-button.mat-button-disabled.mat-button-disabled,
.mat-icon-button.mat-primary.mat-button-disabled,
.mat-icon-button.mat-accent.mat-button-disabled,
.mat-icon-button.mat-warn.mat-button-disabled,
.mat-icon-button.mat-button-disabled.mat-button-disabled,
.mat-stroked-button.mat-primary.mat-button-disabled,
.mat-stroked-button.mat-accent.mat-button-disabled,
.mat-stroked-button.mat-warn.mat-button-disabled,
.mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #20716b;
}
.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ffd36c;
}
.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #fc3c6a;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay,
.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element,
.mat-icon-button .mat-ripple-element,
.mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button,
.mat-raised-button,
.mat-fab,
.mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent,
.mat-raised-button.mat-accent,
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn,
.mat-raised-button.mat-warn,
.mat-fab.mat-warn,
.mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
  background-color: #20716b;
}
.mat-flat-button.mat-accent,
.mat-raised-button.mat-accent,
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent {
  background-color: #ffd36c;
}
.mat-flat-button.mat-warn,
.mat-raised-button.mat-warn,
.mat-fab.mat-warn,
.mat-mini-fab.mat-warn {
  background-color: #fc3c6a;
}
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element,
.mat-fab.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element,
.mat-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element,
.mat-fab.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]),
.mat-flat-button:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-fab:not([class*=mat-elevation-z]),
.mat-mini-fab:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),
.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
.mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #20716b;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ffd36c;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,
.mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #fc3c6a;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #20716b;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ffd36c;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #fc3c6a;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow:
    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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #20716b;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #fc3c6a;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ffd36c;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead,
.mat-table tbody,
.mat-table tfoot,
mat-header-row,
mat-row,
mat-footer-row,
[mat-header-row],
[mat-row],
[mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row,
mat-header-row,
mat-footer-row,
th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell,
.mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(32, 113, 107, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background:
    linear-gradient(
      to right,
      rgba(32, 113, 107, 0.2) 50%,
      rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background:
    linear-gradient(
      to left,
      rgba(32, 113, 107, 0.2) 50%,
      rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #20716b;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(32, 113, 107, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(32, 113, 107, 0.3);
}
@media (hover: hover) {
  .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: rgba(32, 113, 107, 0.3);
  }
}
.mat-datepicker-content {
  box-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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 211, 108, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background:
    linear-gradient(
      to right,
      rgba(255, 211, 108, 0.2) 50%,
      rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background:
    linear-gradient(
      to left,
      rgba(255, 211, 108, 0.2) 50%,
      rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd36c;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 211, 108, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 211, 108, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .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: rgba(255, 211, 108, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(252, 60, 106, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background:
    linear-gradient(
      to right,
      rgba(252, 60, 106, 0.2) 50%,
      rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background:
    linear-gradient(
      to left,
      rgba(252, 60, 106, 0.2) 50%,
      rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #fc3c6a;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(252, 60, 106, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(252, 60, 106, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .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: rgba(252, 60, 106, 0.3);
  }
}
.mat-datepicker-content-touch {
  box-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-datepicker-toggle-active {
  color: #20716b;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ffd36c;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #fc3c6a;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-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);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #20716b;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ffd36c;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #fc3c6a;
}
.mat-focused .mat-form-field-required-marker {
  color: #ffd36c;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #20716b;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ffd36c;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #fc3c6a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #20716b;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ffd36c;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #fc3c6a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #fc3c6a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #fc3c6a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #fc3c6a;
}
.mat-error,
.desktop-panel .error,
.auth-container.mobile .error {
  color: #fc3c6a;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #20716b;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ffd36c;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #fc3c6a;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #fc3c6a;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #20716b;
}
.mat-icon.mat-accent {
  color: #ffd36c;
}
.mat-icon.mat-warn {
  color: #fc3c6a;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #20716b;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ffd36c;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #fc3c6a;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #fc3c6a;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.mat-list-option:hover,
.mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option,
.mat-list-single-selected-option:hover,
.mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-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-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c4d8d6;
}
.mat-progress-bar-buffer {
  background-color: #c4d8d6;
}
.mat-progress-bar-fill::after {
  background-color: #20716b;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #fbf0d7;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #fbf0d7;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ffd36c;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #fbcbd6;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #fbcbd6;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #fc3c6a;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #20716b;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #ffd36c;
}
.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #fc3c6a;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #20716b;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #20716b;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ffd36c;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ffd36c;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fc3c6a;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #fc3c6a;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-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-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #20716b;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ffd36c;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #fc3c6a;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #fc3c6a;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-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-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ffd36c;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 211, 108, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ffd36c;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #20716b;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(32, 113, 107, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #20716b;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #fc3c6a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(252, 60, 106, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #fc3c6a;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-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);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #20716b;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(32, 113, 107, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #ffd36c;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 211, 108, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #fc3c6a;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(252, 60, 106, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image:
    repeating-linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7) 2px,
      transparent 0,
      transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image:
    repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7) 2px,
      transparent 0,
      transparent);
}
.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover:not([aria-disabled]),
.mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #20716b;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd36c;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #fc3c6a;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #fc3c6a;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #fc3c6a;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label,
.mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(32, 113, 107, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #20716b;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar,
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 211, 108, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ffd36c;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(252, 60, 106, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #fc3c6a;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(32, 113, 107, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header,
.mat-tab-group.mat-background-primary > .mat-tab-link-container,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #20716b;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 211, 108, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header,
.mat-tab-group.mat-background-accent > .mat-tab-link-container,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ffd36c;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(252, 60, 106, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header,
.mat-tab-group.mat-background-warn > .mat-tab-link-container,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #fc3c6a;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #20716b;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ffd36c;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #fc3c6a;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row,
.mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row,
  .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-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);
}
.mat-simple-snackbar-action {
  color: #ffd36c;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
@font-face {
  font-family: "digitalt";
  src: url("./media/DIGITALT.OTF") format("opentype");
}
@font-face {
  font-family: "Skranji", system-ui;
  font-weight: 400;
  font-style: normal;
  src: url("./media/Skranji-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Skranji", system-ui;
  font-weight: 700;
  font-style: normal;
  src: url("./media/Skranji-Regular.ttf") format("opentype");
}
html {
  height: 100vh;
  overflow-x: hidden;
}
body {
  height: 100%;
  background: var(--theme-background-primary);
}
body.game-mode {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  margin: 0;
  font-family:
    var(--theme-font-family-primary),
    Arial,
    sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    var(--theme-font-family-headings),
    Arial,
    sans-serif !important;
}
app-root {
  margin: auto;
  height: 100%;
}
.mat-typography {
  font:
    400 var(--theme-font-size-sm)/20px var(--theme-font-family-primary),
    "Helvetica Neue",
    sans-serif;
  letter-spacing: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.game-provider-txt {
  display: block;
  padding-bottom: 4px;
  font-family: var(--theme-font-family-primary);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: var(--theme-text-secondary);
}
.medium-ghost {
  transition: transform 0.3s ease;
  font-family: var(--theme-font-family-primary);
  border: 2px solid var(--theme-text-muted);
  border-radius: 32px;
}
.medium-ghost:hover {
  background: var(--theme-background-mat);
  border: 2px solid var(--theme-background-mat);
}
.medium-filled {
  background: #FFD36C;
  color: var(--theme-color-black);
}
.medium-filled:hover {
  background: #FFE5AA;
  border: 2px solid #FFE5AA !important;
}
a:focus,
img:focus,
div:focus,
button:focus,
input:focus {
  outline: none !important;
}
.content h1,
.content h2,
.content h3,
.content h4 {
  margin: 0 0 8px 0;
  font-style: normal;
  font-weight: 700;
  font-family: var(--theme-font-family-primary);
}
.content h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px 0;
  color: var(--theme-text-primary);
}
.content h2 {
  font-size: var(--theme-font-size-md);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.content table {
  padding: 0 !important;
  width: 100%;
  border-collapse: separate;
  padding: 0;
  border-spacing: 0;
}
.content table thead tr {
  background: var(--theme-background-mat);
  font-size: var(--theme-font-size-md);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.content table thead tr p,
.page-body .content table thead tr ol li,
.page-body .content ol table thead tr li {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px;
  color: var(--theme-text-primary);
}
.content table thead tr th {
  text-align: center;
  border-style: solid;
  border-color: var(--theme-text-muted);
  font-size: var(--theme-font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: none;
  border-left: none;
}
.content table thead tr th:nth-child(1) {
  border-top-left-radius: 8px;
  border-left: 3px solid var(--theme-text-muted);
}
.content table thead tr th:last-child {
  border-top-right-radius: var(--theme-radius-md);
}
.content table thead tr th p,
.page-body .content table thead tr th ol li,
.page-body .content ol table thead tr th li {
  margin: var(--theme-margin-md) 0 !important;
  padding-bottom: 0px !important;
}
.content table thead tr th:nth-child(1) {
  border-top-left-radius: 8px;
  border-left: 3px solid var(--theme-text-muted);
}
.content table thead tr th:last-child {
  border-top-right-radius: var(--theme-radius-md);
}
.content table thead tr th p,
.page-body .content table thead tr th ol li,
.page-body .content ol table thead tr th li {
  margin: var(--theme-margin-md) 0 !important;
  padding-bottom: 0px !important;
}
.content table td {
  text-align: center;
  border-style: solid;
  border-color: var(--theme-text-muted);
  font-size: var(--theme-font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: none;
  border-left: none;
}
.content table td:nth-child(1) {
  border-left: 3px solid var(--theme-text-muted);
}
.content table td p,
.page-body .content table td ol li,
.page-body .content ol table td li {
  margin: 12px 0 !important;
  padding-bottom: 0px !important;
}
.content table tr:last-child td {
  border-bottom: 3px solid var(--theme-text-muted);
}
.content table tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 8px;
}
.content table tr:last-child td:last-child {
  border-bottom-right-radius: var(--theme-radius-md);
  border-bottom: 3px solid var(--theme-text-muted);
}
.content table:not(:has(thead)) tbody tr:first-child td:nth-child(1) {
  border-top-left-radius: 8px;
}
.content table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--theme-radius-md);
}
.center h1,
.center h2,
.center h3,
.center h4,
.center p,
.center .page-body .content ol li,
.page-body .content ol .center li {
  text-align: center;
}
.centered h4,
.centered p,
.centered .page-body .content ol li,
.page-body .content ol .centered li {
  text-align: center;
}
h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-family: var(--theme-font-family-headings) !important;
  color: var(--theme-text-primary);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.white-icon {
  color: var(--theme-text-primary);
}
.mat-drawer-content,
.mat-drawer-container {
  overflow: visible !important;
}
.white-icon svg {
  fill: white;
}
.content p,
.page-body .content ol li {
  margin-bottom: 0;
  margin: 0.5em 0px;
}
.mat-checkbox-layout {
  white-space: normal !important;
}
.mat-checkbox-layout .mat-checkbox-label {
  font-size: var(--theme-font-size-xs) !important;
  line-height: 16px !important;
  color: var(--theme-text-primary) !important;
}
.mat-checkbox-layout .mat-checkbox-frame {
  border-color: var(--theme-input-border-focused);
  width: 16px;
  height: 16px;
  border-radius: 6px;
}
.hide {
  display: none !important;
}
.mat-select-arrow {
  color: var(--theme-text-muted);
  opacity: 0;
}
.mat-grid-tile.game-tile {
  background: none !important;
}
.fullPrimaryBackdropBackground {
  background-color: #20716b !important;
}
.cdk-overlay-container {
  min-height: 100vh;
  height: 100%;
}
mat-form-field {
  width: 100%;
}
mat-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
}
mat-form-field .mat-form-field-wrapper {
  padding-bottom: 20px;
}
.spacer {
  flex: 1 1 auto;
}
.sharp-left .mat-form-field-outline-start {
  border-radius: 0 !important;
}
.open-right .mat-form-field-outline-end {
  border-radius: 0 !important;
  border-left-style: none !important;
  border-right-style: none !important;
}
.game-dialog .mat-dialog-container {
  padding: 0;
}
.resume-game-dialog .mat-dialog-container {
  padding: 0;
  height: 70%;
  top: 15%;
  border-radius: 20px;
  position: relative;
}
.game-client-area-dialog .mat-dialog-container {
  padding: 0;
}
.mat-divider {
  border-top-color: var(--theme-text-muted) !important;
}
.mat-divider .menu-divider {
  border-top-color: red !important;
}
.mat-dialog-container {
  position: relative;
  overflow-x: hidden !important;
  color: var(--theme-text-primary);
  background-color: var(--theme-background-primary) !important;
}
span.error {
  font-size: 10px;
  color: red;
}
.mat-stepper-horizontal {
  width: 100%;
}
.signup .mat-horizontal-content-container {
  padding: 0px;
}
.swiper-slide {
  overflow: hidden !important;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.recently-played .swiper-slide {
  overflow: hidden !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mat-form-field-label {
  text-transform: capitalize;
}
.game-dialog .mat-dialog-container {
  padding: 0;
  background-color: var(--theme-color-black);
}
.game-dialog .mat-dialog-content {
  max-height: 100% !important;
}
.mat-white {
  background-color: none;
  color: var(--theme-text-primary);
}
.mat-white.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.78);
}
.mat-blackbackground {
  background-color: none;
  color: var(--theme-text-primary);
}
.mat-blackbackground.mat-stroked-button:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.52);
}
.mat-accent-white-background {
  background-color: none;
  color: #ffd36c;
}
.mat-accent-white-background.mat-stroked-button:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.52);
}
.top-login-field .mat-form-field-wrapper {
  padding: 0 !important;
}
.gray-header {
  background-color: #e1e1e1 !important;
}
.chest-container {
  transform: scale(1.5);
}
.coin-container {
  position: absolute;
  top: 30px;
  left: -15px;
  transform: scale(1.5);
}
.top-drawer .page-body,
.top-drawer-initial .page-body {
  min-height: auto !important;
}
.top-drawer .deposit-body,
.top-drawer-initial .deposit-body {
  min-height: auto !important;
}
.top-drawer .withdrawal-body,
.top-drawer-initial .withdrawal-body {
  min-height: auto !important;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #e0e0e0 !important;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: var(--theme-progress-stroke-color);
}
.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
  background-color: var(--color-dark);
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
.mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--theme-checkbox-background);
  border-radius: 6px;
}
.profile-level-progress.desktop .mat-progress-bar {
  height: 28px;
}
.profile-level-progress.mobile .mat-progress-bar {
  height: 27px;
}
.profile-level-progress .mat-progress-bar {
  width: 100%;
  height: 28px;
  border-radius: 999px;
  background-color: #314D72 !important;
}
.profile-level-progress .mat-progress-bar .mat-progress-bar-background {
  fill: none;
  width: 100%;
}
.profile-level-progress .mat-progress-bar .mat-progress-bar-buffer {
  background-color: #314D72 !important;
}
.profile-level-progress .mat-progress-bar .mat-progress-bar-fill::after {
  background:
    linear-gradient(
      180deg,
      #FADF93 0%,
      #FFC115 50.48%,
      #B48708 100%);
}
.cms-page-container {
  background-color: transparent !important;
}
.cms-page-container .top-image {
  background: #1B3233;
}
.cms-page-container .top-image img {
  border-radius: var(--theme-radius-md);
}
.cms-page-container .top-image + .content {
  border-top: 5px solid #1B3233;
  margin-top: -60px;
  border-radius: var(--theme-radius-md);
  background: var(--theme-background-secondary);
}
.change-password-cms-text p,
.change-password-cms-text .page-body .content ol li,
.page-body .content ol .change-password-cms-text li {
  color: var(--theme-text-secondary);
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-md);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .change-password-cms-text p,
  .change-password-cms-text .page-body .content ol li,
  .page-body .content ol .change-password-cms-text li {
    font-size: 14px;
    font-weight: 600;
  }
}
.page-body .content h4 {
  margin: var(--theme-margin-md) 0;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 800;
}
.page-body .content p,
.page-body .content ol li {
  font-family: var(--theme-font-family-primary);
  color: var(--theme-text-secondary);
  font-size: var(--theme-font-size-md);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 0 8px 0;
  margin: 0;
}
.page-body .content ol {
  padding-inline-start: 20px;
  margin: 0;
}
.page-body .content ol li {
  margin: 0 !important;
}
.snack-bar-link {
  color: #ffd36c;
  font-weight: 900;
}
table.standardTable {
  width: 100%;
}
table.standardTable th {
  text-align: center;
}
table.standardTable td {
  text-align: center;
}
mat-icon.small {
  font-size: 1em;
}
.tournaments-dialog {
  position: relative;
}
.tournaments-dialog .mat-dialog-container {
  padding: 0;
}
.dark-background .mat-focused .mat-form-field-label {
  color: var(--theme-text-primary) !important;
}
.dark-background .mat-form-field-underline {
  background-color: var(--theme-color-white) !important;
}
.dark-background .mat-form-field-ripple {
  background-color: var(--theme-color-white) !important;
}
.dark-background .mat-form-field-appearance-legacy .mat-form-field-label {
  color: var(--theme-text-primary);
}
#fc_frame,
#fc_frame.fc-widget-normal {
  bottom: 62px !important;
}
.lottery-wheel-dialog .mat-dialog-container {
  padding: 0 !important;
  overflow: hidden;
}
th.mat-header-cell,
td.mat-cell {
  text-align: center !important;
}
.payment-selector-sheet {
  max-width: 400px !important;
}
.dialog-fullscreen {
  height: 750px !important;
}
.test-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  z-index: 10;
}
.test-content {
  height: 100%;
  background-color: red;
}
.cdk-global-scrollblock {
  position: static;
  overflow: hidden !important;
}
.game-mode {
  overflow: hidden !important;
}
.game-mode body {
  height: 100%;
  overflow: hidden !important;
}
.game-mode app-root {
  overflow: hidden !important;
}
.error .mat-checkbox-frame {
  border-color: red;
}
.mat-drawer-content {
  height: auto !important;
}
.desktop-dialog {
  background: var(--theme-background-primary);
}
.desktop-dialog .mat-dialog-container {
  background: none;
  padding: 0;
}
.desktop-dialog .mat-dialog-container .title {
  background: var(--theme-background-secondary);
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: var(--theme-text-primary);
  text-align: center;
  padding: 30px 0;
}
.mat-drawer-inner-container {
  background: var(--theme-background-tertiary);
}
.desktop-sidenav .mat-drawer-inner-container {
  background: var(--theme-background-tertiary);
  box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.65);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.desktop-sidenav mat-list-option .mat-list-text {
  padding-left: 8px !important;
}
.select-language {
  width: 300px;
  text-align: center !important;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
  margin: 0;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #FFD36C;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline .mat-form-field-outline-start {
  border-radius: var(--theme-radius-md) 0 0 var(--theme-radius-md);
  border-width: 2px;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline .mat-form-field-outline-end {
  border-radius: 0 8px 8px 0;
  border-width: 2px;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #FFD36C;
}
.select-language.mat-form-field-appearance-outline .mat-select-arrow {
  color: #FFD36C;
  margin-top: 7px;
}
.select-language.mat-form-field-appearance-outline .mat-select-value {
  color: #FFD36C;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-family: var(--theme-font-family-primary);
}
.select-language.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: var(--theme-padding-xs) 0;
}
.select-language.mat-form-field-appearance-outline .mat-select-trigger {
  top: -4px;
}
.payment-overlay {
  background-color: var(--theme-color-secondary);
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.payment-overlay .mat-option-text {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.payment-overlay .mat-option-text span {
  text-transform: uppercase;
  margin-left: 0px;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-size: inherit;
  font-weight: 400;
}
.payment-overlay mat-option {
  color: var(--theme-text-primary);
  border-bottom: 1px solid #8C6906;
}
.payment-overlay mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04) !important;
}
.payment-overlay mat-option.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.12) !important;
  color: var(--theme-text-primary) !important;
}
.signup-overlay {
  background-color: var(--theme-background-primary);
  transform: translateX(0px) translateY(140px) !important;
  border: 2px solid var(--theme-text-muted);
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 12px 12px !important;
  box-sizing: border-box;
}
.signup-overlay .mat-option-text {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.signup-overlay .mat-option-text span {
  text-transform: uppercase;
  margin-left: 0px;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-size: var(--theme-font-size-lg);
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.signup-overlay mat-option {
  padding: 0px 8px !important;
  border-radius: var(--theme-radius-md) !important;
  color: var(--theme-text-secondary);
}
.signup-overlay mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04) !important;
}
.signup-overlay mat-option.mat-option.mat-active {
  background-color: var(--theme-color-secondary) !important;
  color: var(--theme-text-primary) !important;
}
.signup-overlay::-webkit-scrollbar {
  width: 11px;
}
.signup-overlay::-webkit-scrollbar-thumb {
  background-color: var(--scroller-bg);
  border-radius: 24px;
  border: 1px solid var(--scroller-bg);
}
.language-overlay {
  background: var(--theme-background-primary) !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7) !important;
  border-radius: 12px !important;
  padding: 10px 0 !important;
  position: relative;
  right: 6px;
}
.language-overlay .mat-option-text {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.language-overlay .mat-option-text .select-img {
  height: 22px;
  width: 32px;
}
.language-overlay .mat-option-text span {
  margin-left: 65px;
  text-transform: uppercase;
}
.language-overlay mat-option {
  color: var(--theme-text-muted) !important;
  border-bottom: 1px solid rgba(255, 211, 108, 0.35);
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 0.2px;
  font-family: var(--theme-font-family-primary);
}
.language-overlay mat-option.mat-option.mat-active {
  color: var(--theme-text-primary);
}
.desktop-dialog {
  background: var(--theme-background-primary);
}
.desktop-dialog .mat-dialog-container {
  background: none;
  padding: 0;
}
.desktop-dialog .mat-dialog-container .title {
  background: var(--theme-background-secondary);
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: var(--theme-text-primary);
  text-align: center;
  padding: 30px 0;
}
.desktop-sidenav .mat-drawer-inner-container {
  background: var(--theme-background-tertiary);
  box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.65);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.desktop-sidenav mat-list-option .mat-list-text {
  padding-left: 12px !important;
}
.sidnav-wrapper mat-list-option .mat-list-text {
  padding-left: 12px !important;
}
.select-language {
  width: 300px;
  text-align: center !important;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0;
  margin: 0;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex {
  height: 40px;
  padding: 0;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline {
  color: var(--theme-text-muted);
  top: 0;
  opacity: 1 !important;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline .mat-form-field-outline-start {
  border-radius: var(--theme-radius-md) 0 0 var(--theme-radius-md);
  border-width: 2px;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline .mat-form-field-outline-end {
  border-radius: 0 8px 8px 0;
  border-width: 2px;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: var(--theme-text-muted);
  top: 0;
}
.select-language.mat-form-field-appearance-outline .mat-select-arrow {
  color: var(--theme-text-muted);
  margin-top: 7px;
}
.select-language.mat-form-field-appearance-outline .mat-select-value {
  color: var(--theme-text-primary);
  text-transform: capitalize;
  letter-spacing: 0.1px;
  font-family: var(--theme-font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.select-language.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 4.5px 0 2.5px;
}
.select-language.mat-form-field-appearance-outline .mat-select-trigger {
  top: -4px;
  right: -9px;
}
.language-overlay {
  background: var(--top-menu-bg);
}
.language-overlay.d-language-overlay {
  min-width: 330px !important;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  scrollbar-width: none;
  padding: 10px 0;
  background: var(--box-bg);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: var(--theme-radius-lg);
  position: relative;
  right: 7px;
}
.language-overlay.d-language-overlay .mat-option-text a {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  overflow: hidden;
  width: 100%;
  height: 42px;
  margin-left: 8px;
}
.language-overlay.d-language-overlay .mat-option-text a span {
  margin-left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.language-overlay.m-language-overlay-footer .mat-option-text a {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  overflow: hidden;
  width: 100%;
  height: 42px;
  margin-left: 8px;
}
.language-overlay.m-language-overlay-footer .mat-option-text a span {
  margin-left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.language-overlay .mat-option-text {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.language-overlay .mat-option-text .select-img {
  height: 22px;
  width: 32px;
  border-radius: 2px;
}
.language-overlay .mat-option-text span {
  margin-left: 65px;
  text-transform: capitalize;
}
.language-overlay mat-option {
  color: var(--theme-text-primary);
  border-bottom: 1px solid transparent;
  margin: 0 10px;
  padding: 0;
  border-radius: var(--theme-radius-md);
}
.language-overlay mat-option.mat-option.mat-active {
  color: var(--theme-text-primary);
}
.language-overlay mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--theme-text-primary) !important;
  background: var(--theme-background-tertiary-menu) !important;
}
.language-overlay mat-option.mat-option:hover:not(.mat-option-disabled) {
  background: var(--theme-background-tertiary-menu-hover);
  color: var(--theme-text-primary) !important;
}
.fixed-width {
  width: var(--theme-layout-desktop-width);
  margin: 0 auto;
}
.mobile-fixed-width {
  width: var(--theme-layout-mobile-width);
  margin: 0 auto;
}
.support-tab.only .mat-tab-header .mat-tab-label {
  height: 46px;
}
.support-tab .mat-tab-header {
  width: 801px;
  border-bottom: none;
  margin: 0px 0 2px 0;
  border: 2px solid var(--theme-border-select-tab);
  border-radius: 8px 8px;
}
@media screen and (max-width: 480px) {
  .support-tab .mat-tab-header {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
}
.support-tab .mat-tab-header .mat-tab-label {
  opacity: 1;
  height: 60px;
}
.support-tab .mat-tab-header .mat-tab-label .mat-tab-label-content {
  color: var(--theme-text-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
  justify-content: center;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 600;
  font-size: var(--theme-font-size-lg);
  line-height: 24px;
}
.support-tab .mat-tab-header .mat-tab-label .mat-tab-label-content img {
  height: 48px;
  width: 48px;
}
.support-tab .mat-tab-group.mat-primary .mat-ink-bar {
  background: var(--theme-gradient-select-tab);
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .support-tab .mat-tab-group.mat-primary .mat-ink-bar {
    border-radius: 0px;
  }
}
.support-tab .mat-tab-body-wrapper .mat-tab-body-content app-static-content .content-container {
  border-radius: 0 0 8px 8px;
}
.mobile-support-tab {
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
}
.mobile-support-tab.only .mat-tab-header {
  width: 100%;
}
.mobile-support-tab.only .mat-tab-header .mat-tab-label {
  height: 37px;
}
.mobile-support-tab .mat-tab-header {
  max-width: 401px;
  width: 100%;
  border-bottom: none;
  margin: 0px 0 2px 0;
  border: 2px solid var(--theme-border-select-tab);
  border-radius: 8px;
  box-sizing: border-box;
}
.mobile-support-tab .mat-tab-header .mat-tab-label {
  opacity: 1;
  height: 60px;
  border-radius: 8px 8px;
}
.mobile-support-tab .mat-tab-header .mat-tab-label .mat-tab-label-content {
  color: var(--theme-text-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
  justify-content: center;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 400;
  font-size: var(--theme-font-size-xs);
  line-height: 24px;
}
.mobile-support-tab .mat-tab-header .mat-tab-label .mat-tab-label-content img {
  height: 48px;
  width: 48px;
}
.mobile-support-tab .mat-tab-group.mat-primary .mat-ink-bar {
  background: var(--theme-gradient-select-tab);
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}
.mobile-support-tab .mat-tab-body-wrapper .mat-tab-body-content app-static-content .content-container {
  border-radius: 0 0 8px 8px;
}
.mobile-support-tab .content-container .content-wrapper p,
.mobile-support-tab .content-container .content-wrapper .page-body .content ol li,
.page-body .content ol .mobile-support-tab .content-container .content-wrapper li,
.mobile-support-tab .content-container .content-wrapper ol,
.mobile-support-tab .content-container .content-wrapper ul {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: var(--theme-font-size-xs);
  color: var(--theme-text-secondary);
  line-height: 24px;
}
.mobile-support-tab .content-container .content-wrapper {
  margin: var(--theme-margin-lg) 0;
}
.mission-tab .mat-tab-header {
  border-bottom: none;
  padding: 4px;
  margin: 0px 0 2px 0;
  background: var(--box-bg);
  border-radius: 8px 8px 0px 0px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: #1B3836;
  width: 100%;
  max-width: 900px;
}
.mission-tab .mat-tab-header .mat-tab-label {
  opacity: 1;
  height: 60px;
}
.mission-tab .mat-tab-header .mat-tab-label .mat-tab-label-content {
  color: var(--theme-text-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.mission-tab .mat-tab-header .mat-tab-label .mat-tab-label-content img {
  height: 32px;
  width: 32px;
  padding: 2px;
}
.mission-tab .mat-tab-group.mat-primary .mat-ink-bar {
  background: var(--soft-dark);
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .mission-tab .mat-tab-group.mat-primary .mat-ink-bar {
    border-radius: 0px;
  }
}
.mission-tab .mat-tab-body-wrapper .mat-tab-body-content app-static-content .content-container {
  border-radius: 0 0 8px 8px;
}
.tournament-tab .mat-tab-header .mat-tab-label {
  height: 72px;
  min-width: 25%;
}
.tournament-tab .mat-tab-header .mat-tab-label .mat-tab-label-content {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  grid-gap: 2px;
  font-size: var(--theme-font-size-xs);
  line-height: 18px;
}
.tournament-tab .mat-tab-header .mat-tab-label .mat-tab-label-content img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 480px) {
  .tournament-tab .mat-tab-header .mat-tab-label .mat-tab-label-content {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.2px;
  }
}
.tournament-tab.mobile .mat-tab-header {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: 900px;
}
.tournament-tab.mobile .mat-tab-header .mat-tab-label {
  margin-bottom: 0px !important;
  height: 62px;
}
.tournament-tab.mobile .mat-tab-header .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--color-dark);
}
.tournament-tab .mat-tab-body-wrapper .mat-tab-body-content {
  background: var(--theme-color-secondary);
  border-radius: 0px 0px 8px 8px;
}
.mission-tab .mat-tab-header {
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: var(--theme-background-tab);
  width: 100%;
  max-width: 900px;
}
.mission-tab .mat-tab-header .mat-tab-label {
  opacity: 1;
  height: 60px;
}
.mission-tab .mat-tab-header .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: var(--theme-background-primary);
}
.mission-tab .mat-tab-header .mat-ink-bar {
  background: var(--theme-text-muted);
  height: 4px;
}
.mat-stroked-button {
  border-width: 2px !important;
}
.mat-stroked-button.bison-default-btn {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  color: var(--theme-color-primary);
  border: 2.5px solid var(--theme-text-muted);
  border-radius: var(--theme-radius-lg);
  padding: 10px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
  min-width: 210px;
}
.banner-wrapper {
  position: relative;
}
.banner-wrapper .swiper-pagination {
  text-align: center;
  position: absolute;
  bottom: 13px;
  z-index: 20;
  width: 100%;
}
.banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background: transparent;
  border: 2px solid var(--theme-border-select-tab);
  border-radius: var(--theme-radius-md);
  width: 36px;
  box-sizing: border-box;
  opacity: 1;
  margin-right: 9px;
  height: 8px;
  cursor: pointer;
}
.banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-border-select-tab);
}
.banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-first {
  border: 2px solid var(--theme-text-muted);
}
.desktopBg {
  background: rgba(27, 56, 54, 0.6);
}
.desktop-panel .mat-dialog-container,
.desktop-panel .form-custom-design,
.auth-container.mobile .mat-dialog-container,
.auth-container.mobile .form-custom-design {
  background: var(--theme-background-primary);
  padding: 0;
  border-radius: var(--theme-radius-md);
}
.desktop-panel .mat-dialog-container app-login,
.desktop-panel .form-custom-design app-login,
.auth-container.mobile .mat-dialog-container app-login,
.auth-container.mobile .form-custom-design app-login {
  position: relative;
}
.desktop-panel .mat-dialog-container app-login .error-desktop,
.desktop-panel .form-custom-design app-login .error-desktop,
.auth-container.mobile .mat-dialog-container app-login .error-desktop,
.auth-container.mobile .form-custom-design app-login .error-desktop {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  left: 15px;
  top: 12px;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--theme-error-text);
}
.desktop-panel .mat-dialog-container app-login .error-desktop mat-icon,
.desktop-panel .form-custom-design app-login .error-desktop mat-icon,
.auth-container.mobile .mat-dialog-container app-login .error-desktop mat-icon,
.auth-container.mobile .form-custom-design app-login .error-desktop mat-icon {
  margin-right: 7px;
  overflow: visible;
}
.desktop-panel .mat-dialog-container app-login #login-form,
.desktop-panel .form-custom-design app-login #login-form,
.auth-container.mobile .mat-dialog-container app-login #login-form,
.auth-container.mobile .form-custom-design app-login #login-form {
  padding-top: 46px !important;
}
.desktop-panel .mat-dialog-container input,
.desktop-panel .form-custom-design input,
.auth-container.mobile .mat-dialog-container input,
.auth-container.mobile .form-custom-design input {
  caret-color: var(--theme-text-primary) !important;
}
.desktop-panel .mat-dialog-container .mat-form-field-outline,
.desktop-panel .form-custom-design .mat-form-field-outline,
.auth-container.mobile .mat-dialog-container .mat-form-field-outline,
.auth-container.mobile .form-custom-design .mat-form-field-outline {
  border-radius: var(--theme-radius-lg);
  background-color: var(--theme-input-bg);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-end,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-end,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-end,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 12px 12px 0;
  min-width: 10px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-start,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-start,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-start,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 12px 0 0 12px !important;
  min-width: 20px !important;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-datepicker-toggle .mat-icon-button,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-datepicker-toggle .mat-icon-button,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-datepicker-toggle .mat-icon-button,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-datepicker-toggle .mat-icon-button {
  width: auto;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  margin-top: 7px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  margin-top: 7px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .img-suffix,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .img-suffix,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .img-suffix,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .img-suffix {
  filter: grayscale(40%);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  opacity: 1;
  color: var(--theme-input-border);
  height: 56px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 2px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end {
  border-width: 2px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .img-suffix,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused .img-suffix,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .img-suffix,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused .img-suffix {
  filter: grayscale(5%);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--theme-input-border-focused);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-gap,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-gap,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-gap,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-start,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-start,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-start,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 2px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-end,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-end,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-end,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-end {
  border-width: 2px;
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-icon,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-icon,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused .mat-icon,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused .mat-icon {
  color: var(--theme-text-muted);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.mat-focused input,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.mat-focused input,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.mat-focused input,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.mat-focused input {
  color: var(--theme-text-primary);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.ng-valid.mat-focused input,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.ng-valid.mat-focused input,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.ng-valid.mat-focused input,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.ng-valid.mat-focused input {
  color: var(--theme-text-primary);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.ng-valid input,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.ng-valid input,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.ng-valid input,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.ng-valid input {
  color: var(--theme-text-secondary);
}
.desktop-panel .mat-dialog-container .mat-form-field-appearance-outline.ng-valid .mat-icon,
.desktop-panel .form-custom-design .mat-form-field-appearance-outline.ng-valid .mat-icon,
.auth-container.mobile .mat-dialog-container .mat-form-field-appearance-outline.ng-valid .mat-icon,
.auth-container.mobile .form-custom-design .mat-form-field-appearance-outline.ng-valid .mat-icon {
  color: var(--theme-text-muted);
}
.desktop-panel .mat-dialog-container .mat-form-field,
.desktop-panel .form-custom-design .mat-form-field,
.auth-container.mobile .mat-dialog-container .mat-form-field,
.auth-container.mobile .form-custom-design .mat-form-field {
  font-family: var(--theme-font-family-primary);
  font-weight: 700;
  font-size: var(--theme-font-size-lg);
  color: var(--theme-text-primary);
}
.desktop-panel .mat-dialog-container .mat-form-field .mat-form-field-infix,
.desktop-panel .form-custom-design .mat-form-field .mat-form-field-infix,
.auth-container.mobile .mat-dialog-container .mat-form-field .mat-form-field-infix,
.auth-container.mobile .form-custom-design .mat-form-field .mat-form-field-infix {
  height: 58px;
  width: 100%;
  box-sizing: border-box;
}
.desktop-panel .mat-dialog-container .mat-form-field .mat-form-field-label,
.desktop-panel .form-custom-design .mat-form-field .mat-form-field-label,
.auth-container.mobile .mat-dialog-container .mat-form-field .mat-form-field-label,
.auth-container.mobile .form-custom-design .mat-form-field .mat-form-field-label {
  font-family: var(--theme-font-family-secondary);
  font-style: normal;
  font-weight: 600;
  color: var(--theme-text-muted);
  margin-top: -0.5em;
}
.desktop-panel .mat-dialog-container .mat-form-field .mat-form-field-label .mat-placeholder-required.mat-form-field-required-marker,
.desktop-panel .form-custom-design .mat-form-field .mat-form-field-label .mat-placeholder-required.mat-form-field-required-marker,
.auth-container.mobile .mat-dialog-container .mat-form-field .mat-form-field-label .mat-placeholder-required.mat-form-field-required-marker,
.auth-container.mobile .form-custom-design .mat-form-field .mat-form-field-label .mat-placeholder-required.mat-form-field-required-marker {
  color: var(--color-dark);
}
.desktop-panel .mat-dialog-container .mat-form-field .mat-datepicker-toggle,
.desktop-panel .form-custom-design .mat-form-field .mat-datepicker-toggle,
.auth-container.mobile .mat-dialog-container .mat-form-field .mat-datepicker-toggle,
.auth-container.mobile .form-custom-design .mat-form-field .mat-datepicker-toggle {
  color: #F8CF6D;
}
.desktop-panel .mat-dialog-container .mat-form-field .mat-datepicker-input::placeholder,
.desktop-panel .form-custom-design .mat-form-field .mat-datepicker-input::placeholder,
.auth-container.mobile .mat-dialog-container .mat-form-field .mat-datepicker-input::placeholder,
.auth-container.mobile .form-custom-design .mat-form-field .mat-datepicker-input::placeholder {
  color: #D5D5D5;
}
.desktop-panel .mat-dialog-container .mat-form-field.mat-form-field-appearance-outline .mat-form-field-suffix,
.desktop-panel .form-custom-design .mat-form-field.mat-form-field-appearance-outline .mat-form-field-suffix,
.auth-container.mobile .mat-dialog-container .mat-form-field.mat-form-field-appearance-outline .mat-form-field-suffix,
.auth-container.mobile .form-custom-design .mat-form-field.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: -0.1em;
}
.desktop-panel .mat-dialog-container .deposit-value .mat-input-element,
.desktop-panel .mat-dialog-container .withdrawal-value .mat-input-element,
.desktop-panel .form-custom-design .deposit-value .mat-input-element,
.desktop-panel .form-custom-design .withdrawal-value .mat-input-element,
.auth-container.mobile .mat-dialog-container .deposit-value .mat-input-element,
.auth-container.mobile .mat-dialog-container .withdrawal-value .mat-input-element,
.auth-container.mobile .form-custom-design .deposit-value .mat-input-element,
.auth-container.mobile .form-custom-design .withdrawal-value .mat-input-element {
  font-size: 41px;
  color: var(--theme-text-primary);
}
.desktop-panel .mat-dialog-container .signup-dialog-wrapper .mat-form-field,
.desktop-panel .form-custom-design .signup-dialog-wrapper .mat-form-field,
.auth-container.mobile .mat-dialog-container .signup-dialog-wrapper .mat-form-field,
.auth-container.mobile .form-custom-design .signup-dialog-wrapper .mat-form-field {
  padding: 0;
}
.desktop-panel .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-layout .mat-checkbox-label,
.desktop-panel .form-custom-design .signup-dialog-wrapper .mat-checkbox-layout .mat-checkbox-label,
.auth-container.mobile .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-layout .mat-checkbox-label,
.auth-container.mobile .form-custom-design .signup-dialog-wrapper .mat-checkbox-layout .mat-checkbox-label {
  font-size: 15px !important;
  line-height: 18px !important;
  color: var(--theme-text-primary) !important;
  margin-left: 3px;
}
.desktop-panel .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-inner-container,
.desktop-panel .form-custom-design .signup-dialog-wrapper .mat-checkbox-inner-container,
.auth-container.mobile .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-inner-container,
.auth-container.mobile .form-custom-design .signup-dialog-wrapper .mat-checkbox-inner-container {
  height: 20px;
}
.desktop-panel .mat-dialog-container .signup-dialog-wrapper .error .mat-checkbox-layout .mat-checkbox-label,
.desktop-panel .form-custom-design .signup-dialog-wrapper .error .mat-checkbox-layout .mat-checkbox-label,
.auth-container.mobile .mat-dialog-container .signup-dialog-wrapper .error .mat-checkbox-layout .mat-checkbox-label,
.auth-container.mobile .form-custom-design .signup-dialog-wrapper .error .mat-checkbox-layout .mat-checkbox-label {
  color: red !important;
}
.desktop-panel .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-checked.mat-primary .mat-checkbox-background,
.desktop-panel .form-custom-design .signup-dialog-wrapper .mat-checkbox-checked.mat-primary .mat-checkbox-background,
.auth-container.mobile .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-checked.mat-primary .mat-checkbox-background,
.auth-container.mobile .form-custom-design .signup-dialog-wrapper .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--theme-checkbox-background);
  width: 20px;
  height: 20px;
  border-radius: var(--theme-radius-md);
}
.desktop-panel .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-checkmark-path,
.desktop-panel .form-custom-design .signup-dialog-wrapper .mat-checkbox-checkmark-path,
.auth-container.mobile .mat-dialog-container .signup-dialog-wrapper .mat-checkbox-checkmark-path,
.auth-container.mobile .form-custom-design .signup-dialog-wrapper .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}
.desktop-panel .mat-dialog-container .desktop-buttons,
.desktop-panel .form-custom-design .desktop-buttons,
.auth-container.mobile .mat-dialog-container .desktop-buttons,
.auth-container.mobile .form-custom-design .desktop-buttons {
  text-align: center;
}
.desktop-panel .mat-error,
.desktop-panel .error,
.auth-container.mobile .mat-error,
.auth-container.mobile .error {
  font-family: var(--theme-font-family-secondary);
  font-style: normal;
  font-weight: 700;
  font-size: 10px !important;
  line-height: 12px;
  color: var(--theme-error-text) !important;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.desktop-panel .error,
.auth-container.mobile .error {
  margin-left: 0;
}
.desktop-panel .form-custom-design,
.auth-container.mobile .form-custom-design {
  background: none;
}
.desktop-panel.mobile .deposit-value .mat-input-element,
.desktop-panel.mobile .withdrawal-value .mat-input-element,
.auth-container.mobile.mobile .deposit-value .mat-input-element,
.auth-container.mobile.mobile .withdrawal-value .mat-input-element {
  font-size: 23px;
  color: var(--theme-text-primary);
  line-height: 36px;
  font-weight: 700;
  font-family: "Lato";
}
.withdrawal-amount-form-field .mat-form-field-infix {
  padding: 0.5em 0;
}
.deposit-amount-form-field .mat-form-field-infix {
  padding: 0;
}
.mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--theme-checkbox-background);
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--theme-checkbox-background);
  border-radius: 6px;
}
.mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}
.destktop-reset-panel .mat-dialog-container {
  background: var(--theme-background-primary);
  padding: 0;
  border-radius: var(--theme-radius-md);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}
.desktop-lost-title {
  padding: 0 !important;
}
.desktop-lost-title h1 {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  background: var(--theme-background-secondary);
  line-height: 36px;
  padding: 23px 0 21px;
  color: var(--theme-text-primary);
  text-align: center;
  margin: 0;
  letter-spacing: 0.5px;
}
.desktop-lost-title h1 + div {
  margin: 54px 6% 20px;
}
.desktop-lost-title h1 + div p,
.desktop-lost-title h1 + div .page-body .content ol li,
.page-body .content ol .desktop-lost-title h1 + div li {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: var(--theme-text-primary);
  margin-bottom: 0;
}
.desktop-lost-title h1 + div p:first-child,
.desktop-lost-title h1 + div .page-body .content ol li:first-child,
.page-body .content ol .desktop-lost-title h1 + div li:first-child {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: var(--theme-font-size-xl);
  line-height: 40px;
}
.my-snackbar.mat-snack-bar-container {
  border-radius: var(--theme-radius-md);
  background: var(--theme-background-mat) !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  color: var(--theme-text-primary);
  padding: 7px 29px 7px 13px;
  max-width: 394px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
.my-snackbar.mat-snack-bar-container.chargeback-resolved,
.my-snackbar.mat-snack-bar-container.tournament-prize,
.my-snackbar.mat-snack-bar-container.first-deposit-boost-bonus,
.my-snackbar.mat-snack-bar-container.default-notification {
  border: 3px solid transparent;
  background: var(--notify-gradient-border) !important;
}
.my-snackbar.mat-snack-bar-container.chargeback-resolved .image-frame-bg,
.my-snackbar.mat-snack-bar-container.tournament-prize .image-frame-bg,
.my-snackbar.mat-snack-bar-container.first-deposit-boost-bonus .image-frame-bg,
.my-snackbar.mat-snack-bar-container.default-notification .image-frame-bg {
  border: 2px solid transparent;
  background: var(--unique-img-border);
}
.my-snackbar.mat-snack-bar-container.default-notification {
  border: 3px solid transparent;
  background: var(--notify-gradient-border) !important;
}
.my-snackbar.mat-snack-bar-container.default-notification .image-frame-bg {
  border: 2px solid transparent;
  background: var(--default-img-border);
}
.my-snackbar.mat-snack-bar-container.new-level {
  background: var(--level-gradient-border) !important;
  border: 3px solid transparent;
}
.my-snackbar.mat-snack-bar-container.new-level .image-frame-bg {
  border: 2px solid transparent;
  background: var(--leve-img-border);
}
.my-snackbar.mat-snack-bar-container.campaign-update {
  background: var(--reactivation-border) !important;
  border: 3px solid transparent;
}
.my-snackbar.mat-snack-bar-container.campaign-update .image-frame-bg {
  border: 2px solid transparent;
  background: var(--reactivation-img-border);
}
.my-snackbar.mat-snack-bar-container.campaign-update-xmas {
  background: var(--xmas-border) !important;
  border: 3px solid transparent;
}
.my-snackbar.mat-snack-bar-container.campaign-update-xmas .image-frame-bg {
  border: 2px solid transparent;
  background: var(--xmas-img-border);
}
.my-snackbar.mat-snack-bar-container.tier-change {
  background: var(--level-change-border) !important;
  border: 3px solid transparent;
}
.my-snackbar.mat-snack-bar-container.tier-change .image-frame-bg {
  margin-right: 16px;
  min-width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.my-snackbar.mat-snack-bar-container.tier-change .image-frame-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1s, opacity 1s;
}
.my-snackbar.mat-snack-bar-container.tier-change div {
  gap: 0px;
}
.my-snackbar.mat-snack-bar-container.vip-status {
  background: var(--vip-border) !important;
  border: 3px solid transparent;
  padding: 17px 29px 17px 118px;
  min-height: 80px;
}
.my-snackbar.mat-snack-bar-container.vip-status .image-frame-bg {
  min-width: 94px;
  height: 68px;
  position: absolute;
  top: 0px;
  left: 5px;
}
.my-snackbar.mat-snack-bar-container.vip-status .image-frame-bg img {
  width: 100%;
  height: 100%;
}
.my-snackbar.mat-snack-bar-container.vip-status div {
  gap: 0px;
  color: var(--box-bg);
  font-weight: 900;
}
.my-snackbar.mat-snack-bar-container.vip-status .close-btn-bar {
  filter: invert(1);
}
.my-snackbar.mat-snack-bar-container div {
  font-size: var(--theme-font-size-sm);
  font-style: normal;
  line-height: 20px;
  font-family: var(--theme-font-family-primary);
  font-weight: 700;
  gap: 12px;
  letter-spacing: -0.14px;
}
#desktop-casino-form .buttons div {
  padding-top: 4px;
}
#desktop-casino-form .buttons div button {
  color: var(--theme-button-primary-text);
  background: var(--theme-button-primary-bg);
  border-radius: 25px;
  min-width: 152px;
  width: auto;
  height: 40px;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: var(--theme-font-size-lg);
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
#desktop-casino-form .mat-form-field {
  padding: 0;
  box-sizing: border-box;
}
.round-btn {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: var(--theme-font-size-md);
  border-radius: var(--radius-12);
  color: var(--theme-button-primary-text);
  background-color: transparent;
  min-width: 152px;
  width: auto;
  height: auto;
  border: none;
  border: 2px solid;
  border-color: transparent;
  padding: 0 24px;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  border-radius: var(--theme-radius-md);
}
.round-btn:hover {
  background: var(--theme-button-secondary-bg-hover);
}
.round-btn:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-text-disabled) !important;
}
.round-btn:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-button-primary-text) !important;
}
.round-btn:active {
  background-color: var(--theme-button-primary-bg);
}
.round-btn.small {
  min-width: 120px;
  min-height: 32px;
  padding: var(--theme-padding-xs) var(--theme-padding-md);
  font-size: var(--theme-font-size-sm);
  border-radius: var(--theme-radius-md);
}
.round-btn.medium {
  min-width: 152px;
  min-height: 40px;
  padding: 6px 24px;
}
.round-btn.large {
  min-width: 272px;
  min-height: 48px;
  padding: 6px 24px;
}
.round-btn.primary:hover {
  background: var(--theme-button-primary-bg-hover) !important;
  border: 2px solid var(--theme-button-primary-bg-hover) !important;
}
.round-btn.primary:active {
  background: var(--theme-button-primary-bg) !important;
}
.round-btn.primary:disabled {
  background: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-button-primary-text-disabled) !important;
}
.round-btn.main {
  border: 2px solid var(--theme-color-primary) !important;
}
.round-btn.main:hover {
  background: var(--theme-button-primary-bg-hover) !important;
  border: 2px solid var(--theme-button-primary-bg-hover) !important;
}
.round-btn.main:active {
  background: var(--theme-button-primary-bg) !important;
}
.round-btn.main:disabled {
  background: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-button-primary-text-disabled) !important;
}
.round-btn.ghost {
  border: 2px solid var(--theme-color-primary) !important;
}
.round-btn.ghost:hover {
  background: var(--theme-button-primary-bg-hover) !important;
  border: 2px solid var(--theme-button-primary-bg-hover) !important;
}
.round-btn.ghost:active {
  background: var(--theme-button-primary-bg) !important;
}
.round-btn.ghost:disabled {
  background: var(--theme-button-ghost-bg-disabled) !important;
  border: 2px solid var(--theme-button-ghost-border-disabled) !important;
  color: var(--theme-button-ghost-text-disabled) !important;
}
.round-btn.warn:hover {
  background-color: var(--theme-button-secondary-bg-hover) !important;
  border: 2px solid var(--theme-button-secondary-bg-hover) !important;
}
.round-btn.warn:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
}
.round-btn.accent {
  color: var(--theme-text-accent);
  border: 2px solid var(--theme-button-accent-bg-hover) !important;
}
.round-btn.accent:hover {
  color: var(--theme-text-accent) !important;
  background: var(--theme-button-accent-bg-hover) !important;
  border: 2px solid var(--theme-button-accent-bg-hover) !important;
}
.round-btn.accent:active {
  background: var(--theme-button-accent-bg) !important;
}
.round-btn.accent:disabled {
  background: var(--theme-button-accent-bg-disabled) !important;
  border: 2px solid var(--theme-button-accent-bg-disabled) !important;
  color: var(--theme-button-accent-text-disabled) !important;
}
.round-btn.accent_secondary {
  color: var(--theme-text-accent);
  border: 2px solid var(--theme-button-accent-secondary-bg-hover) !important;
}
.round-btn.accent_secondary:hover {
  color: var(--theme-text-accent) !important;
  background: var(--theme-button-accent-secondary-bg-hover) !important;
  border: 2px solid var(--theme-button-accent-secondary-bg-hover) !important;
}
.round-btn.accent_secondary:active {
  background: var(--theme-button-accent-secondary-bg) !important;
}
.round-btn.accent_secondary:disabled {
  background: var(--theme-button-accent-secondary-bg-disabled) !important;
  border: 2px solid var(--theme-button-accent-secondary-bg-disabled) !important;
  color: var(--theme-button-accent-secondary-text-disabled) !important;
}
.round-btn.red {
  color: var(--theme-button-primary-text);
}
.round-btn.red:hover {
  background-color: var(--theme-button-primary-bg-hover) !important;
  border: 2px solid var(--theme-button-primary-bg-hover) !important;
}
.round-btn.red:active {
  background-color: var(--theme-button-primary-bg) !important;
}
.round-btn.red:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-button-primary-text-disabled) !important;
}
.round-btn.dark_blue {
  color: var(--theme-text-primary);
  border: 2px solid var(--theme-color-secondary) !important;
}
.round-btn.dark_blue:hover {
  background-color: var(--theme-background-secondary) !important;
  border: 2px solid var(--theme-color-secondary) !important;
}
.round-btn.dark_blue:active {
  background-color: var(--theme-background-secondary) !important;
}
.round-btn.dark_blue:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-text-disabled) !important;
}
.round-btn.blue_light {
  color: var(--theme-text-primary);
  border: 2px solid var(--theme-color-secondary) !important;
}
.round-btn.blue_light:hover {
  background-color: var(--btn-blue-light-hover) !important;
  border: 2px solid var(--theme-color-secondary) !important;
}
.round-btn.blue_light:active {
  background-color: var(--theme-background-secondary) !important;
}
.round-btn.blue_light:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
  color: var(--theme-text-disabled) !important;
}
.round-btn.orange:hover {
  background-color: var(--theme-button-accent-bg-hover) !important;
  border: 2px solid var(--theme-button-accent-bg-hover) !important;
}
.round-btn.orange:active {
  background-color: var(--theme-button-accent-bg) !important;
}
.round-btn.orange:disabled {
  background-color: var(--theme-button-primary-bg-disabled) !important;
  border: 2px solid var(--theme-button-primary-bg-disabled) !important;
}
.round-btn.night:hover {
  border: 2px solid var(--dark-bg) !important;
  background-color: var(--dark-bg) !important;
}
@media screen and (max-width: 514px) {
  .round-btn {
    text-transform: uppercase;
    padding: 6px 16px;
  }
}
.icon-button {
  margin-left: 4px;
  cursor: pointer;
  border-radius: 50%;
  padding: 1.6px 1.1px;
  background: var(--theme-background-icon-btn);
}
.icon-button.rotate-180 {
  transform: rotate(180deg);
}
.icon-button.rotate-270 {
  transform: rotate(270deg);
}
.icon-button.rotate-90 {
  transform: rotate(90deg);
}
.icon-button:hover {
  background: var(--theme-background-icon-btn-hover) !important;
}
.icon-button.small {
  width: 7px;
  height: 13px;
  background: var(--theme-background-icon-btn);
  padding: var(--theme-padding-xs) 7px;
}
.icon-button.medium {
  width: 30px;
  height: 16px;
  background: var(--theme-background-icon-btn);
  padding: 12px 5px;
}
.icon-button.large {
  width: 20px;
  height: 26px;
  background: var(--theme-background-icon-btn);
  padding: 3px 6px;
}
.icon-button.filled {
  background-color: transparent;
  border-color: #FFD36C !important;
}
.icon-button.filled:hover {
  background-color: #675f4e;
}
.show-more {
  display: inline-flex;
  border: 2px solid var(--theme-text-muted);
  color: var(--theme-color-primary);
  box-sizing: border-box;
  border-radius: 19px;
  padding: 2px 0;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin-top: 22px;
  margin-bottom: 6px;
}
.desktop-result {
  width: 475px;
  margin: 0 auto;
}
.desktop-result.mobile {
  width: 100%;
  padding: 0 10px;
}
.desktop-result button {
  color: var(--theme-button-primary-text);
  background: var(--theme-background-mat);
  border-radius: 25px;
  min-width: 152px;
  width: auto;
  height: 50px;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: var(--theme-font-size-lg);
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 38px;
}
.desktop-result .info p,
.desktop-result .info .page-body .content ol li,
.page-body .content ol .desktop-result .info li {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: var(--theme-text-primary);
  margin-bottom: 0;
}
.desktop-result .info p:first-child,
.desktop-result .info .page-body .content ol li:first-child,
.page-body .content ol .desktop-result .info li:first-child {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: var(--theme-font-size-xl);
  line-height: 40px;
}
.desktop-result .info {
  margin: 45px 0 30px;
}
.cdk-overlay-pane.signup .mat-dialog-container {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  background: var(--box-bg);
  border-radius: 16px;
}
.cdk-overlay-pane:has(.language-overlay) {
  transform: translateX(-16px) !important;
}
.signup-dialog-wrapper .field {
  width: 100%;
}
.signup-dialog-wrapper .mat-form-field {
  width: 100% !important;
  padding: 0 65px;
}
.signup-dialog-wrapper .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0px 0px 0 0px !important;
}
.signup-dialog-wrapper.step-two .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0 !important;
  padding-bottom: 24px;
}
.signup-dialog-wrapper .mat-form-field-appearance-outline .img-suffix {
  filter: none;
  height: 32px;
  width: 32px;
}
.signup-dialog-wrapper .mat-form-field-appearance-outline.mat-focused .img-suffix {
  filter: none;
}
.payment-body .mat-tab-links {
  display: table;
  background-color: var(--theme-background-primary);
  border: 2px solid var(--theme-border-select-tab);
  border-radius: 10px;
  padding: 1px !important;
}
.payment-body .mat-tab-links .mat-tab-link {
  display: table-cell;
}
.prize-box-dialog-wrapper {
  border: 1px solid transparent;
  background:
    linear-gradient(
      270deg,
      #171e27 0%,
      #171e27 100%) padding-box,
    linear-gradient(
      180deg,
      #FADF93 0%,
      #FFC115 50.48%,
      #B48708 100%) border-box;
  border-radius: 16px;
}
.prize-box-dialog-wrapper .mat-dialog-container {
  border-radius: 16px;
  background: rgba(30, 44, 62, 0.8);
  padding: 20px;
}
.custom-dialog-scratch-desktop {
  max-width: 640px !important;
  max-height: 560px !important;
}
.custom-dialog-scratch-desktop .mat-dialog-container {
  background: rgba(23, 30, 39, 0.6980392157) !important;
  border: 1px solid #263A54;
  padding: 20px;
  border-radius: 20px;
}
.custom-dialog-scratch-desktop .mat-dialog-container app-terms-dialog app-close-dialog-button .close-game-button {
  background: #263A54;
  border: none;
}
.custom-dialog-container-scratch {
  max-width: 640px !important;
  margin: auto 16px;
}
.custom-dialog-container-scratch .mat-dialog-container {
  background: rgba(23, 30, 39, 0.6980392157) !important;
  border: 1px solid #263A54;
  padding: 20px;
  border-radius: 20px;
}
.custom-dialog-container-scratch .mat-dialog-container app-terms-dialog app-close-dialog-button .close-game-button {
  background: #263A54;
  border: none;
}
.custom-dialog-container-desktop {
  max-width: 1028px !important;
}
.custom-dialog-container-desktop .mat-dialog-container {
  color: var(--theme-text-primary);
  background-color: #20716b;
}
.mobile-x-panel {
  background: var(--theme-background-icon-btn);
  color: var(--theme-text-primary);
  padding-bottom: 12px;
  max-width: 100%;
  margin-top: 32px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 48px;
  border-radius: 16px;
}
.mobile-x-panel mat-expansion-panel:last-of-type {
  border-radius: 0 !important;
}
.mobile-x-panel mat-expansion-panel mat-expansion-panel-header {
  background: var(--top-menu-bg);
  box-shadow: 0px 1px 1px var(--theme-text-muted);
  border-bottom: 1px solid var(--theme-text-muted);
  border-radius: 0;
}
.mobile-x-panel mat-expansion-panel mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: var(--theme-text-primary);
}
.mobile-x-panel mat-expansion-panel mat-expansion-panel-header .mat-expansion-indicator::after {
  color: var(--theme-text-muted);
}
.mobile-x-panel mat-expansion-panel mat-expansion-panel-header:hover {
  background: #2271c6 !important;
}
.mobile-x-panel mat-expansion-panel .mat-expansion-panel-body {
  background: var(--theme-background-secondary);
  color: var(--theme-text-primary);
}
.results .paginator .mat-paginator-container {
  padding: 0 20px;
  justify-content: center;
}
.results .paginator .mat-icon-button {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1.5px solid var(--theme-text-muted);
  color: var(--theme-button-primary-text);
  margin-left: 6px;
}
.alert-panel .mat-dialog-container {
  background: var(--theme-background-primary);
  padding: 0;
  border-radius: var(--theme-radius-md);
}
.alert-panel .mat-dialog-container h2 {
  background: var(--theme-background-secondary);
  margin: 0;
  text-align: center;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: var(--theme-font-size-lg);
  line-height: 22px;
  padding: 12px 0 12px;
  margin-bottom: 40px;
  width: 100%;
}
.alert-panel .mat-dialog-container p,
.alert-panel .mat-dialog-container .page-body .content ol li,
.page-body .content ol .alert-panel .mat-dialog-container li {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 300;
  font-size: var(--theme-font-size-lg);
  line-height: 22px;
  color: var(--theme-text-primary);
  text-align: center;
  margin: 20px 10px;
}
.alert-panel .mat-dialog-container .buttons {
  margin-bottom: 40px !important;
}
.alert-panel .mat-dialog-container .buttons button {
  border: 2.5px solid var(--theme-text-muted);
  border-radius: 21px;
  background: transparent;
  width: auto !important;
  min-width: 152px;
  color: var(--theme-text-primary);
}
.mat-componets .mat-form-field-appearance-outline {
  height: 80px !important;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-flex {
  height: 56px !important;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-outline-start,
.mat-componets .mat-form-field-appearance-outline .mat-form-field-outline-gap,
.mat-componets .mat-form-field-appearance-outline .mat-form-field-outline-end {
  color: var(--theme-text-muted);
  border-width: 1px;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-outline-start {
  min-width: 12px;
  border-radius: 12px 0px 0px 12px;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0px 12px 12px 0px;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border-top: 1px solid var(--theme-text-muted) !important;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-label {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  color: #D5D5D5;
  font-size: var(--theme-font-size-lg);
  margin-top: -0.5em;
}
.mat-componets .mat-form-field-appearance-outline .mat-form-field-label-wrapper {
  font-size: var(--theme-font-size-lg);
}
.mat-componets .mat-form-field-appearance-outline .img-suffix {
  object-fit: cover;
  height: 32px;
  padding-bottom: 2px;
  filter: grayscale(40%);
}
.mat-componets .mat-form-field-appearance-outline input:not(:placeholder-shown) + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-componets .mat-form-field-appearance-outline input:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  margin-top: 8px;
}
.mat-componets .mat-form-field-appearance-outline input {
  padding-top: 4px;
  color: var(--theme-text-primary);
  font-size: var(--theme-font-size-lg);
}
.mat-componets .mat-form-field-appearance-outline:hover .mat-form-field-outline-start,
.mat-componets .mat-form-field-appearance-outline:hover .mat-form-field-outline-gap,
.mat-componets .mat-form-field-appearance-outline:hover .mat-form-field-outline-end {
  color: var(--theme-text-muted);
  border-width: 2px;
}
.mat-componets .mat-form-field-appearance-outline:hover .mat-form-field-outline-gap {
  border-top: 2px solid var(--theme-text-muted) !important;
}
.mat-componets .mat-form-field-appearance-outline:hover .img-suffix {
  filter: grayscale(5%);
}
.mat-componets .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-start,
.mat-componets .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-gap,
.mat-componets .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-end {
  color: var(--theme-text-muted);
  border-width: 2px;
}
.mat-componets .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-gap {
  border-top: 2px solid var(--theme-text-muted) !important;
}
.mat-componets .mat-form-field-appearance-outline.mat-focused .mat-form-field-label {
  margin-top: 8px;
}
.mat-componets .mat-form-field-appearance-outline.mat-focused .img-suffix {
  filter: grayscale(5%);
}
.mat-componets .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,
.mat-componets .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,
.mat-componets .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end {
  color: var(--theme-input-error);
  border-width: 1px;
}
.mat-componets .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap {
  border-top: 1px solid var(--theme-input-error) !important;
}
.mat-componets .mat-form-field-appearance-outline.mat-form-field-invalid .img-suffix {
  filter: grayscale(40%);
}
.mat-componets .mat-form-field-appearance-outline .error-hint {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 600;
  font-size: var(--theme-font-size-xs);
  line-height: 18px;
  color: #c05a5a;
  text-align: center;
  margin: 0;
  margin-top: -4px;
  z-index: 20;
}
.mat-componets .mat-form-field-appearance-outline .error-hint .img-hint {
  object-fit: cover;
  height: 12px;
  padding-right: 4px;
}
.auth-card-container:not(.signup) {
  min-width: 414px;
  height: 700px !important;
}
.auth-card-container.signup {
  min-width: 660px;
}
.auth-card-container .mat-dialog-container {
  background: var(--theme-game-provider-bg) !important;
  border: 2px solid var(--theme-input-border);
  box-shadow: 0px 2px 8px 2px rgba(23, 30, 39, 0.6);
  border-radius: 24px;
  padding: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #263A54 rgba(0, 0, 0, 0);
}
.auth-card-container .mat-dialog-container::-webkit-scrollbar {
  width: 12px;
}
.auth-card-container .mat-dialog-container::-webkit-scrollbar-track {
  background: #c5c6c7;
  border-radius: 999px;
  margin: 14px 0;
}
.auth-card-container .mat-dialog-container::-webkit-scrollbar-thumb {
  background-color: #263A54;
  border-radius: 999px;
  border: 4px solid transparent;
  background-clip: content-box;
}
.auth-card-container .mat-dialog-container::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.auth-card-container .mat-dialog-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.38);
}
@media screen and (max-width: 650px) {
  .auth-card-container {
    min-width: 100%;
  }
}
.cashback-backdrop {
  background-color: rgba(26, 38, 64, 0.9);
}
.desktop-cashback-history-popup .mat-dialog-container {
  border-radius: 16px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
}
.mobile-cashback-history-popup {
  position: fixed !important;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 1000;
}
.mobile-cashback-history-popup .mat-dialog-container {
  background-color: transparent !important;
  padding: var(--theme-padding-md) 9px var(--theme-padding-xl);
  border-radius: 16px;
  box-shadow: none;
}
.search-wrapper {
  scrollbar-width: none;
}
.search-wrapper .mat-dialog-container {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 32px;
  padding: 0;
  overflow: auto;
  border: 2px solid var(--theme-background-tab);
}
.search-wrapper ::-webkit-scrollbar {
  display: none;
}
.search-wrapper ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.search-wrapper ::-webkit-scrollbar-thumb {
  background-color: var(--theme-background-tab);
  border-radius: var(--theme-radius-md);
}
.search-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #1B3836;
}
.mat-dialog-container.payment-wrapper {
  background-color: #1B2827 !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  padding: 0;
  overflow: auto;
}
.mat-dialog-container.payment-wrapper::-webkit-scrollbar {
  display: none;
}
.mat-dialog-container.payment-wrapper {
  scrollbar-width: none;
}
.payment-wrapper .close-sheet {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.payment-wrapper .close-sheet img {
  width: 24px;
  height: 24px;
}
.search-blur-backdrop {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background-color: rgba(27, 40, 39, 0.7);
}
.auth-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.auth-container .auth-header .button-wrapper .close-game-button {
  background: var(--theme-color-secondary);
  border: 0;
}
.auth-container .login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.auth-container .login-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.auth-container .login-form form mat-form-field {
  width: 100%;
}
.auth-container .login-form form .password-field {
  height: auto !important;
}
.auth-container .login-form form .password-field ::ng-deep .mat-form-field-hint-wrapper {
  position: relative;
}
.auth-container .login-form form .password-field ::ng-deep .mat-form-field-subscript-wrapper {
  position: relative;
}
.auth-container .login-form form .password-field ::ng-deep .mat-form-field-bottom-align::before {
  all: unset;
}
.auth-container .login-form form .password-field .mat-form-field-bottom-align::before {
  all: unset;
}
.auth-container .login-form form .lost-password {
  width: 100%;
  margin-top: 12px;
  z-index: 50;
}
.auth-container .login-form form .lost-password.password-move-down {
  transition: all 0.3s ease-in;
}
.auth-container .login-form form .lost-password p,
.auth-container .login-form form .lost-password .page-body .content ol li,
.page-body .content ol .auth-container .login-form form .lost-password li {
  font-family: var(--theme-font-family-secondary);
  color: #F4B915;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  text-align: center;
}
.auth-container .login-form form .lost-password p:hover,
.auth-container .login-form form .lost-password .page-body .content ol li:hover,
.page-body .content ol .auth-container .login-form form .lost-password li:hover {
  cursor: pointer;
}
.auth-container .login-form form .confirm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-container .auth-content .auth-body {
  margin: 0;
  padding: 24px 0 0;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline {
  height: 80px !important;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-flex {
  height: 56px !important;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-outline-start,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-outline-gap,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-outline-end {
  color: var(--theme-input-border);
  border-width: 2px;
  background-color: var(--theme-input-bg);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-outline-start {
  min-width: 12px;
  border-radius: 12px 0px 0px 12px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0px 12px 12px 0px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border-top: 2px solid var(--theme-input-border) !important;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .mat-form-field-label {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  color: var(--theme-text-secondary);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .img-suffix {
  object-fit: cover;
  width: 32px;
  height: 26px;
  padding-bottom: 5px;
  filter: grayscale(40%);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline input:not(:placeholder-shown) + .mat-form-field-label-wrapper .mat-form-field-label,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline input:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  margin-top: 8px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline input {
  padding-top: 4px;
  color: var(--theme-text-secondary);
  font-size: var(--theme-font-size-lg);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline:hover .mat-form-field-outline-start,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline:hover .mat-form-field-outline-gap,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline:hover .mat-form-field-outline-end {
  color: var(--theme-input-border-focused);
  border-width: 2px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline:hover .mat-form-field-outline-gap {
  border-top: 2px solid var(--theme-input-border-focused) !important;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline:hover .img-suffix {
  filter: grayscale(5%);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-start,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-gap,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-end {
  color: var(--theme-input-border-focused);
  border-width: 2px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-gap {
  border-top: 2px solid var(--theme-input-border-focused) !important;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-focused .mat-form-field-label {
  margin-top: 8px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-focused .img-suffix {
  filter: grayscale(5%);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-start,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap,
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-end {
  color: var(--theme-input-error);
  border-width: 2px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-gap {
  border-top: 2px solid var(--theme-input-error) !important;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline.mat-form-field-invalid .img-suffix {
  filter: grayscale(40%);
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .error-hint {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: var(--theme-font-size-xs);
  line-height: 18px;
  color: var(--theme-input-error);
  text-align: center;
  z-index: 20;
  margin: -2px 0px 0px;
}
.auth-container .auth-content .auth-body .mat-form-field-appearance-outline .error-hint .img-hint {
  object-fit: cover;
  height: 16px;
  padding: 1px 6px 1px 0px;
}
.auth-container .auth-content .auth-body h4.title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}
.auth-container .auth-content .auth-footer .divider {
  width: 302px;
  height: 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-background-tag);
}
.auth-container .auth-content .auth-footer .divider__line {
  width: 75px;
  height: 2px;
  background: var(--theme-background-tag);
  margin: 0 8px;
}
.auth-container .auth-content .auth-footer .divider__txt {
  text-align: center;
  font-family: var(--theme-font-family-secondary);
  font-size: 14px;
  font-weight: 600;
  width: 24px;
}
.auth-container .auth-content .auth-footer .login-with-google .google-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-popup-text-accent);
  gap: 12px;
}
.auth-container .auth-content .auth-footer .login-with-google .google-btn figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
}
.auth-container .auth-content .auth-footer .login-with-google .google-btn figure .google-btn-img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.auth-container .auth-content .auth-footer .login-with-google .google-btn .google-btn-txt {
  font-family: var(--theme-font-family-secondary);
  font-size: 14px;
  font-weight: 600;
}
.auth-container.desktop {
  background: var(--theme-game-provider-bg);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  gap: 0;
}
.auth-container.desktop .auth-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: var(--theme-padding-md) var(--theme-padding-md) 0px;
  margin: 0 0 24px;
}
.auth-container.desktop .auth-header h2 {
  margin: 0;
  text-align: left;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--theme-text-primary);
}
.auth-container.desktop mat-divider {
  width: 100%;
  margin: 0px 0px -1px;
  border-top-color: var(--theme-input-divider) !important;
  border-top-width: 2px;
}
.auth-container.desktop .auth-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 16px;
}
.auth-container.desktop .auth-content .auth-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.auth-container.desktop .auth-content .auth-body .image-box {
  max-width: 140px;
  max-height: 140px;
  margin: var(--theme-margin-lg) 0px var(--theme-margin-lg);
}
.auth-container.desktop .auth-content .auth-body .image-box img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.auth-container.desktop .auth-content .auth-body mat-form-field {
  position: relative;
}
.auth-container.desktop .auth-content .auth-body mat-form-field input {
  font-size: var(--theme-font-size-lg);
  font-weight: 700;
  color: var(--theme-text-secondary);
}
.auth-container.desktop .auth-content .auth-body mat-form-field input.code {
  color: var(--theme-text-secondary);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 5.72px;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.auth-container.desktop .auth-content .auth-body mat-form-field .error-hint {
  font-weight: 700;
  font-size: var(--theme-font-size-xs);
  line-height: 18px;
  color: #F27383;
  margin: -2px 0px 0px !important;
}
.auth-container.desktop .auth-content .auth-body mat-form-field .error-hint .img-hint {
  padding-right: 6px !important;
  height: 16px !important;
}
.auth-container.desktop .auth-content .auth-body .form-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.auth-container.desktop .auth-content .auth-body .form-field .para-txt {
  margin: 8px 0px 0px 0px;
  font-size: var(--theme-font-size-md);
  font-weight: 400;
  line-height: 24px;
  color: var(--lostpassword-text-color);
  text-align: left;
  width: 100%;
}
.auth-container.desktop .auth-content .auth-body .form-field .para-txt strong {
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 24px;
  color: var(--theme-text-primary);
}
.auth-container.desktop .auth-content .auth-footer {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 24px 16px 0;
  gap: 16px;
  max-width: 100%;
  width: -webkit-fill-available;
}
.auth-container.desktop .auth-content .auth-footer button {
  width: 100%;
  border-radius: var(--theme-radius-lg);
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 24px;
  color: var(--theme-button-secondary-text);
}
.auth-container.desktop p,
.auth-container.desktop .page-body .content ol li,
.page-body .content ol .auth-container.desktop li {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: var(--theme-font-size-lg);
  line-height: 22px;
  color: var(--theme-text-primary);
  text-align: center;
  margin: 0;
}
.auth-container.mobile {
  background: var(--theme-game-provider-bg);
  width: 100%;
  padding: 0px 0px 24px;
  box-sizing: border-box;
  gap: 8px;
  height: 100%;
}
.auth-container.mobile .mat-dialog-container {
  padding: 0;
  border-radius: var(--theme-radius-md);
  background: transparent !important;
  box-shadow: none;
}
.auth-container.mobile .auth-header {
  width: 100%;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: var(--theme-padding-md) var(--theme-padding-md) var(--theme-padding-sm);
}
.auth-container.mobile .auth-header h2 {
  margin: 0;
  text-align: left;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--theme-text-primary);
}
.auth-container.mobile .authentication-btn-wrap {
  margin: 8px 16px;
}
.auth-container.mobile mat-divider {
  width: 100%;
  margin: 0px 0px -1px;
  border-top-color: var(--theme-input-divider) !important;
  border-top-width: 2px;
}
.auth-container.mobile .auth-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.auth-container.mobile .auth-content mat-divider {
  width: 100%;
  border-top-color: var(--theme-text-muted) !important;
  border-top-width: 2px;
}
.auth-container.mobile .auth-content .auth-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 16px 0;
  color: var(--theme-text-primary);
}
.auth-container.mobile .auth-content .auth-body .image-box {
  max-width: 120px;
  max-height: 120px;
  margin: var(--theme-margin-lg) 0px;
}
.auth-container.mobile .auth-content .auth-body .image-box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.auth-container.mobile .auth-content .auth-footer {
  max-width: 100%;
  width: -webkit-fill-available;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 12px;
  padding: 20px 0 0 0;
  gap: 16px;
}
.auth-container.mobile .auth-content .auth-footer button {
  width: 100%;
  font-family: var(--theme-font-family-secondary);
  font-size: var(--theme-font-size-md);
  font-weight: 900;
  line-height: 24px;
  color: var(--theme-button-secondary-text);
}
.auth-container.mobile .auth-content mat-form-field {
  position: relative;
}
.auth-container.mobile .auth-content mat-form-field input {
  font-size: var(--theme-font-size-lg);
  font-weight: 700;
  color: var(--theme-text-secondary);
}
.auth-container.mobile .auth-content mat-form-field input.code {
  color: var(--theme-text-primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 5.76px;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.auth-container.mobile .auth-content mat-form-field .error-hint {
  font-weight: 700;
  font-size: var(--theme-font-size-xs);
  line-height: 18px;
  color: #F27383;
  margin: -2px 0px 0px !important;
}
.auth-container.mobile .auth-content mat-form-field .error-hint .img-hint {
  padding-right: 6px !important;
  height: 16px !important;
}
.auth-container.mobile .auth-content .form-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.auth-container.mobile .auth-content .form-field .para-txt {
  font-size: var(--theme-font-size-md);
  font-weight: 400;
  line-height: 24px;
  color: var(--lostpassword-text-color);
  text-align: left;
  width: 100%;
}
.auth-container.mobile .auth-content .form-field .para-txt strong {
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 24px;
  color: var(--theme-text-primary);
}
.auth-container p,
.auth-container .page-body .content ol li,
.page-body .content ol .auth-container li {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: var(--theme-font-size-lg);
  line-height: 22px;
  color: var(--theme-text-primary);
  text-align: center;
  margin: 0;
}
.cdk-overlay-pane.dialog-card-wrapper.mobile {
  margin: 0 16px;
}
.cdk-overlay-pane.dialog-card-wrapper .mat-dialog-container .dialog__surface {
  padding: var(--theme-padding-md) var(--theme-padding-md) var(--theme-padding-lg);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
  background: var(--box-bg) !important;
  border-radius: var(--theme-radius-lg);
}
.cdk-overlay-pane.dialog-card-wrapper .dialog-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cdk-overlay-pane.dialog-card-wrapper .dialog-wrapper .dialog-header {
  width: 100%;
  min-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cdk-overlay-pane.dialog-card-wrapper .dialog-wrapper .dialog-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cdk-overlay-pane.dialog-card-wrapper .dialog-wrapper .dialog-footer {
  width: calc(100% - 32px);
}
.cdk-overlay-pane.dialog-card-wrapper h2 {
  margin: 0;
  text-align: left;
  font-family: var(--theme-font-family-primary);
  font-weight: 900;
  font-size: var(--theme-font-size-lg);
  line-height: 24px;
  color: var(--theme-text-primary);
}
.cdk-overlay-pane.dialog-card-wrapper p,
.cdk-overlay-pane.dialog-card-wrapper .page-body .content ol li,
.page-body .content ol .cdk-overlay-pane.dialog-card-wrapper li {
  font-family: var(--theme-font-family-primary);
  font-weight: 700;
  font-size: var(--theme-font-size-md);
  line-height: 26px;
  color: var(--theme-text-secondary);
  text-align: left;
  margin: 0;
  width: 100%;
}
.cdk-overlay-pane.dialog-card-wrapper mat-divider {
  width: 100%;
  border-top-color: var(--popup-divider) !important;
  border-top-width: 2px;
}
.cdk-overlay-pane.success-dialog-card-wrapper .mat-dialog-container .dialog__surface {
  padding: var(--theme-padding-sm) var(--theme-padding-sm) var(--theme-padding-lg);
}
.cdk-overlay-pane.success-dialog-card-wrapper .dialog-wrapper .dialog-header {
  min-height: 30px;
}
.cdk-overlay-pane.success-dialog-card-wrapper .dialog-wrapper h2 {
  margin: 0 8px;
  line-height: 30px;
}
.cdk-overlay-pane.success-dialog-card-wrapper .button-wrapper .close-game-button {
  top: 8px !important;
  right: 8px !important;
}
.cdk-overlay-backdrop.blur-backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.dialog-card-wrapper.mobile {
  margin: 0px 16px;
}
.dialog-card-wrapper .mat-dialog-container {
  padding: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  background: var(--theme-popup-bg) !important;
  border-radius: 0;
}
.dialog-card-wrapper .mat-dialog-container .mat-divider {
  margin: 0 0 23px 0 !important;
}
.dialog-card-wrapper .mat-dialog-container .dialog-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.dialog-card-wrapper .mat-dialog-container .dialog-wrapper .dialog-header {
  width: calc(100% - 32px);
  min-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0px 9px 0px !important;
}
.dialog-card-wrapper .mat-dialog-container .dialog-wrapper .dialog-body {
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.dialog-card-wrapper .mat-dialog-container .dialog-wrapper .dialog-footer {
  width: calc(100% - 32px);
}
.dialog-card-wrapper .mat-dialog-container h2 {
  margin: 0;
  text-align: left;
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 900;
  font-size: var(--theme-font-size-lg);
  line-height: 24px;
  color: var(--theme-text-primary);
}
.dialog-card-wrapper .mat-dialog-container p,
.dialog-card-wrapper .mat-dialog-container .page-body .content ol li,
.page-body .content ol .dialog-card-wrapper .mat-dialog-container li {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: var(--theme-font-size-md);
  line-height: 26px;
  color: var(--theme-text-muted);
  text-align: left;
  margin: 0;
  width: 100%;
}
.dialog-card-wrapper .mat-dialog-container mat-divider {
  width: 100%;
  border-top-color: var(--theme-text-muted) !important;
  border-top-width: 2px;
}
.success-dialog-card-wrapper .mat-dialog-container .dialog-wrapper .dialog-header {
  min-height: 40px;
  margin: 8px 0px 8px 0px !important;
}
.success-dialog-card-wrapper .mat-dialog-container .mat-divider {
  margin: 0 0 24px 0 !important;
}
.success-dialog-card-wrapper .mat-dialog-container h2 {
  margin: 0 8px;
}
.success-dialog-card-wrapper .button-wrapper .close-game-button {
  top: 8px !important;
  right: 8px !important;
}
.game-card-wrapper.swiper-grid-cards .swiper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.game-card-wrapper.swiper-grid-cards .swiper-wrapper {
  max-height: 250px;
}
.game-card-wrapper.swiper-grid-cards .swiper-slide {
  display: flex;
  height: 107px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.game-card-wrapper.swiper-grid-cards.desktop .swiper-wrapper {
  height: 100%;
  max-height: inherit;
}
.game-card-wrapper.swiper-grid-cards.desktop .swiper-slide {
  height: 255px;
}
.game-card-wrapper .operator-swiper .swiper-slide {
  width: 232px !important;
  height: 96px !important;
}
.game-card-wrapper .dynamic-category-swiper .swiper-slide {
  height: 194px !important;
  margin-top: 0 !important;
  width: 136px !important;
}
.game-card-wrapper .dynamic-category-swiper .swiper-wrapper {
  margin-right: 4px;
  max-height: 400px !important;
  gap: 8px 0;
  padding: 0 16px;
}
.teaser-swiper {
  overflow: unset !important;
}
.teaser-swiper .swiper-slide {
  overflow: unset !important;
}
.teaser-desktop-swiper .swiper-slide {
  overflow: unset !important;
}
@keyframes spinneranimation {
  to {
    transform: rotate(360deg);
  }
}
.submit-spinner {
  position: relative;
}
.submit-spinner.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid var(--theme-border-primary);
  border-top-color: #2a3150;
  animation: spinneranimation 0.8s linear infinite;
}
.expansion-panel .panel-content {
  text-align: left;
}
.expansion-panel .panel-content h1,
.expansion-panel .panel-content h2,
.expansion-panel .panel-content h3,
.expansion-panel .panel-content h4,
.expansion-panel .panel-content h5,
.expansion-panel .panel-content p,
.expansion-panel .panel-content .page-body .content ol li,
.page-body .content ol .expansion-panel .panel-content li,
.expansion-panel .panel-content span,
.expansion-panel .panel-content div,
.expansion-panel .panel-content li,
.expansion-panel .panel-content ol {
  text-align: left;
}
.expansion-panel .panel-content table {
  margin: 10px 0;
  border: 1px solid var(--theme-text-muted);
  border-spacing: 0;
  border-radius: var(--theme-radius-md);
}
.expansion-panel .panel-content table td {
  border: 1px solid var(--theme-text-muted);
  padding: 8px 16px;
}
.expansion-panel .panel-content table td p,
.expansion-panel .panel-content table td .page-body .content ol li,
.page-body .content ol .expansion-panel .panel-content table td li {
  margin: var(--theme-margin-sm) 0;
}
.expansion-panel .panel-content table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.expansion-panel .panel-content table tr:first-child td:last-child {
  border-top-right-radius: var(--theme-radius-md);
}
.expansion-panel .panel-content table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.expansion-panel .panel-content table tr:last-child td:last-child {
  border-bottom-right-radius: var(--theme-radius-md);
}
.expansion-panel .panel-content table tr {
  border: 1px solid var(--theme-text-muted);
}
.expansion-panel .panel-content table tr:nth-child(odd) {
  background-color: var(--theme-background-mat);
}
.about-game .description table {
  margin: 10px 0;
  border: 1px solid var(--theme-text-muted);
  border-spacing: 0;
  border-radius: var(--theme-radius-md);
}
.about-game .description table td {
  border: 1px solid var(--theme-text-muted);
  padding: 8px 16px;
}
.about-game .description table td p,
.about-game .description table td .page-body .content ol li,
.page-body .content ol .about-game .description table td li {
  margin: var(--theme-margin-sm) 0;
}
.about-game .description table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.about-game .description table tr:first-child td:last-child {
  border-top-right-radius: var(--theme-radius-md);
}
.about-game .description table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.about-game .description table tr:last-child td:last-child {
  border-bottom-right-radius: var(--theme-radius-md);
}
.about-game .description table tr {
  border: 1px solid var(--theme-text-muted);
}
.about-game .description table tr:nth-child(odd) {
  background-color: var(--theme-background-mat);
}
#hosted-fields-wrapper {
  height: 220px;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
#hosted-fields-wrapper.only-ccv {
  height: 70px;
}
#hosted-fields-wrapper > div,
#hosted-fields-wrapper iframe {
  height: 100%;
  width: 100%;
  border: 0px;
}
.mobile-home-category-swiperinitialized .swiper-slide .img-wrap {
  background: rgb(32, 96, 159);
  background:
    linear-gradient(
      180deg,
      rgb(32, 96, 159) 16%,
      rgb(39, 90, 165) 22%,
      rgb(34, 81, 153) 83%);
  padding: 7px 5px 7px 0px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 2px solid rgba(52, 115, 186, 0);
}
.mobile-home-category-swiperinitialized .swiper-slide .img-wrap:hover {
  background: rgb(223, 128, 96);
  background:
    linear-gradient(
      180deg,
      rgb(223, 128, 96) 16%,
      rgb(233, 128, 87) 22%,
      rgb(225, 115, 68) 83%);
}
.grade-out {
  filter: grayscale(100%);
}
select option {
  background: var(--theme-background-secondary);
}
.game-panel .about-game .description p a,
.game-panel .about-game .description .page-body .content ol li a,
.page-body .content ol .game-panel .about-game .description li a {
  text-decoration: underline;
}
.jackpot-cotainer {
  padding: 5px 0;
}
.jackpot-cotainer .jackpot-wrapper {
  background: var(--theme-color-accent);
  position: relative;
  height: 68px;
  margin: 0 10px 0 10px;
  border-radius: 35px 8px 8px 35px;
}
.jackpot-cotainer .jackpot-wrapper .avatar {
  left: 5px;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--dark-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jackpot-cotainer .jackpot-wrapper .jackpot-value-wrapper {
  margin-left: 73px;
  height: 60px;
  background-color: var(--dark-bg);
  width: 100%;
  margin-right: 5px;
  border-radius: var(--theme-radius-md);
  padding: 4px 0 0 0;
}
.jackpot-cotainer .jackpot-wrapper .jackpot-value-wrapper .jackpot-label {
  font-family: var(--theme-font-family-primary);
  font-weight: 900;
  font-size: var(--theme-font-size-md);
  text-transform: uppercase;
  color: var(--theme-text-primary);
  line-height: 18px;
}
.jackpot-cotainer .jackpot-wrapper .jackpot-value-wrapper .jackpot-value {
  padding: 0 10px;
  text-align: center;
  color: var(--color-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.jackpot-cotainer .jackpot-wrapper .jackpot-value-wrapper .jackpot-value .jackpot-placeholder {
  width: 153px;
  margin-top: 0px;
  animation: 2s infinite jackpotPlaceholder;
  height: 28px;
}
@keyframes jackpotPlaceholder {
  0% {
    background: url("./media/jackpot-banner-blue.svg");
  }
  50% {
    background: url("./media/jackpot-banner.svg");
  }
  100% {
    background: url("./media/jackpot-banner-blue.svg");
  }
}
.header-page-wrapper {
  padding: 0;
}
.header-page-wrapper img {
  width: 32px;
}
.header-page-wrapper {
  padding: 0;
}
.header-page-wrapper img {
  width: 32px;
}
.header-page-wrapper .header {
  color: var(--theme-text-primary);
  text-align: center;
  margin: 0px !important;
  padding-left: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.4px;
}
.desktop .header {
  color: var(--theme-text-primary);
  text-align: center;
  margin: 0px !important;
  padding-left: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px !important;
  letter-spacing: 0.4px;
}
.desktop .header-page-wrapper img {
  width: 40px;
}
.desktop .header-page-wrapper .header {
  padding-left: 12px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
.content,
.content-wrapper {
}
.content .lemon-casino-page-app,
.content-wrapper .lemon-casino-page-app {
  margin: auto;
  color: var(--theme-text-secondary);
  font-family: sans-serif;
}
.content .lemon-casino-page-app .banner-content,
.content-wrapper .lemon-casino-page-app .banner-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.content .lemon-casino-page-app .banner-content .main-heading,
.content-wrapper .lemon-casino-page-app .banner-content .main-heading {
  max-width: 60%;
}
.content .lemon-casino-page-app .banner-content .main-heading h1,
.content-wrapper .lemon-casino-page-app .banner-content .main-heading h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  color: var(--theme-text-primary);
  letter-spacing: 0.36px;
}
.content .lemon-casino-page-app .banner-content .main-heading p,
.page-body .content .lemon-casino-page-app .banner-content .main-heading ol li,
.page-body .content ol .lemon-casino-page-app .banner-content .main-heading li,
.content-wrapper .lemon-casino-page-app .banner-content .main-heading p,
.content-wrapper .lemon-casino-page-app .banner-content .main-heading .page-body .content ol li {
  font-size: var(--theme-font-size-lg);
  font-weight: 400;
  line-height: 24px;
  margin: var(--theme-margin-lg) 0;
}
.content .lemon-casino-page-app .banner-content .main-heading .btn-app,
.content-wrapper .lemon-casino-page-app .banner-content .main-heading .btn-app {
  background: transparent;
  margin: 0;
}
.content .lemon-casino-page-app .banner-content .main-heading .btn-app .btn-link,
.content-wrapper .lemon-casino-page-app .banner-content .main-heading .btn-app .btn-link {
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
  font-size: var(--theme-font-size-md);
  color: #101a11;
  text-decoration: none;
  text-align: center;
  border-radius: 32px;
  background-color: #ffd36c;
  min-width: 152px;
  width: auto;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
}
.content .lemon-casino-page-app .banner-content .banner-img,
.content-wrapper .lemon-casino-page-app .banner-content .banner-img {
  position: relative;
  display: inline-block;
}
.content .lemon-casino-page-app .banner-content .banner-img img,
.content-wrapper .lemon-casino-page-app .banner-content .banner-img img {
  display: inline-block;
}
.content .lemon-casino-page-app h2,
.content-wrapper .lemon-casino-page-app h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  color: var(--theme-text-primary);
}
.content .lemon-casino-page-app .list-item,
.content-wrapper .lemon-casino-page-app .list-item {
  border-radius: var(--theme-radius-lg);
  display: flex;
}
.content .lemon-casino-page-app .list-item .list-images,
.content-wrapper .lemon-casino-page-app .list-item .list-images {
  background: #439d97;
  padding: 40px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
}
.content .lemon-casino-page-app .list-item .list-contents,
.content-wrapper .lemon-casino-page-app .list-item .list-contents {
  background: #173336;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-radius: 0 10px 10px 0;
  width: 100%;
}
.content .lemon-casino-page-app .list-item .list-contents .list-heading,
.content-wrapper .lemon-casino-page-app .list-item .list-contents .list-heading {
  margin: 0;
  font-weight: 700;
  font-size: var(--theme-font-size-lg);
  line-height: 24px;
  padding: 0 16px 0 24px;
}
.content .lemon-casino-page-app .list-item .list-contents .list-description,
.content-wrapper .lemon-casino-page-app .list-item .list-contents .list-description {
  margin: 0;
  font-weight: 400;
  font-size: var(--theme-font-size-md);
  line-height: 24px;
  padding: 0 16px 0 24px;
}
.content .lemon-casino-page-app .list-item .list-contents .list-description,
.content-wrapper .lemon-casino-page-app .list-item .list-contents .list-description {
  font-size: var(--theme-font-size-sm);
  line-height: 20px;
}
.content .lemon-casino-page-app .first-list,
.content-wrapper .lemon-casino-page-app .first-list {
  margin-top: 20px;
}
.content .lemon-casino-page-app .second-list,
.content-wrapper .lemon-casino-page-app .second-list {
  margin: var(--theme-margin-md) 0 var(--theme-margin-md) 0;
}
.content .lemon-casino-page-app .third-list,
.content-wrapper .lemon-casino-page-app .third-list {
  margin-bottom: 56px;
}
.content .lemon-casino-page-app .Bottom-description,
.content-wrapper .lemon-casino-page-app .Bottom-description {
  margin: 12px 0 0;
  font-size: var(--theme-font-size-md);
  font-weight: 400;
  line-height: 24px;
}
.content .lemon-casino-page-app .Bottom-description span,
.content-wrapper .lemon-casino-page-app .Bottom-description span {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .content .lemon-casino-page-app .banner-content,
  .content-wrapper .lemon-casino-page-app .banner-content {
    flex-wrap: wrap;
  }
  .content .lemon-casino-page-app .banner-content .main-heading,
  .content-wrapper .lemon-casino-page-app .banner-content .main-heading {
    max-width: 100%;
  }
  .content .lemon-casino-page-app .banner-content .main-heading h1,
  .content-wrapper .lemon-casino-page-app .banner-content .main-heading h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .content .lemon-casino-page-app .banner-content .main-heading p,
  .page-body .content .lemon-casino-page-app .banner-content .main-heading ol li,
  .page-body .content ol .lemon-casino-page-app .banner-content .main-heading li,
  .content-wrapper .lemon-casino-page-app .banner-content .main-heading p,
  .content-wrapper .lemon-casino-page-app .banner-content .main-heading .page-body .content ol li {
    font-size: var(--theme-font-size-sm);
    line-height: 20px;
    margin: 22px 0 44px;
  }
  .content .lemon-casino-page-app .banner-content .main-heading .btn-app,
  .content-wrapper .lemon-casino-page-app .banner-content .main-heading .btn-app {
    text-align: center;
  }
  .content .lemon-casino-page-app .banner-content .main-heading .btn-app .btn-link,
  .content-wrapper .lemon-casino-page-app .banner-content .main-heading .btn-app .btn-link {
    min-width: 152px;
    width: auto;
  }
  .content .lemon-casino-page-app .list-contents,
  .content-wrapper .lemon-casino-page-app .list-contents {
    padding: 15px 0;
  }
  .content .lemon-casino-page-app h2,
  .content-wrapper .lemon-casino-page-app h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .content .lemon-casino-page-app .third-list,
  .content-wrapper .lemon-casino-page-app .third-list {
    margin-bottom: 40px;
  }
  .content .lemon-casino-page-app .Bottom-description,
  .content-wrapper .lemon-casino-page-app .Bottom-description {
    font-size: var(--theme-font-size-sm);
    line-height: 20px;
    padding-bottom: 20px;
  }
}
.game-launcher .game-panel .description {
  font-family: var(--theme-font-family-primary);
}
.game-launcher .game-panel .description ol li::marker,
.game-launcher .game-panel .description ul li::marker {
  color: var(--theme-color-secondary);
}
.game-launcher .game-panel .description p,
.game-launcher .game-panel .description .page-body .content ol li,
.page-body .content ol .game-launcher .game-panel .description li {
  font-size: var(--theme-font-size-md);
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-text-secondary);
}
.game-launcher .game-panel .description div {
  font-size: var(--theme-font-size-md);
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-text-secondary);
}
.game-launcher .game-panel .description h2 {
  font-size: var(--theme-font-size-md);
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-text-primary);
}
.game-dialog-wrapper .description {
  font-family: var(--theme-font-family-primary);
}
.game-dialog-wrapper .description p,
.game-dialog-wrapper .description .page-body .content ol li,
.page-body .content ol .game-dialog-wrapper .description li {
  font-size: var(--theme-font-size-sm);
  line-height: 20px;
  font-weight: 400;
  color: var(--theme-text-secondary);
}
.game-dialog-wrapper .description h2 {
  font-size: var(--theme-font-size-lg);
  line-height: 32px;
  font-weight: 700;
  color: var(--theme-text-primary);
  margin: var(--theme-margin-md) 0 var(--theme-margin-sm) 0;
}
h1.Treasure-Boxes-heading {
  font-size: 26px;
  font-weight: 700;
}
.blur-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.description-wrapper .descirption h3 strong {
  font-size: 20px !important;
}
.how-it-works-content .description h3 strong {
  font-size: 20px !important;
}
.description-wrapper .descirption h1 {
  font-size: 20px !important;
  color: #FFFFFF;
}
.description-wrapper .descirption {
  padding: 0 10px;
  color: var(--theme-text-secondary);
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .language-overlay.d-language-overlay {
    min-width: 110% !important;
    width: 100%;
    position: relative;
    top: 25px;
  }
  .language-overlay.d-language-overlay .mat-option-text a {
    grid-gap: 20px;
  }
}
.leave-btn mat-icon {
  height: 16px;
  width: 16px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mat-list-single-selected-option,
.mat-list-single-selected-option:hover,
.mat-list-single-selected-option:focus {
  background: transparent;
}
.india-lp .mat-expansion-indicator::after {
  color: var(--theme-text-primary) !important;
}
.page-body .content p a,
.page-body .content ol li a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.page-body .content p a:hover,
.page-body .content ol li a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
a.text-anchor {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
a.text-anchor:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.day_infopage_container a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.day_infopage_container a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.expansion-panel .panel-content a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.expansion-panel .panel-content a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.game-dialog-wrapper .description a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.game-dialog-wrapper .description a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.game-launcher .game-panel .description a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.game-launcher .game-panel .description a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.how-it-works-content.text .description h1 {
  color: var(--theme-text-primary);
}
.how-it-works-content .description a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.how-it-works-content .description a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.description-wrapper .descirption a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.description-wrapper .descirption a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.sidnav-wrapper .mat-list-item-content.mat-list-item-content-reverse:hover {
  background: var(--theme-background-tertiary-menu-hover);
}
.sidnav-wrapper .mat-list-item-content.mat-list-item-content-reverse:focus {
  background: var(--theme-background-tertiary-menu-hover);
}
.day_infopage_infocontent.desktop .infocontent_text_2 h1 {
  color: var(--theme-text-primary);
  margin: 0px 0px 16px;
  font-size: var(--theme-font-size-xl);
  font-weight: 900;
  line-height: 32px;
  font-family: var(--theme-font-family-primary);
}
.day_infopage_infocontent.desktop .infocontent_text_2 h2 {
  color: var(--theme-text-secondary);
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-size: var(--theme-font-size-lg);
  font-weight: 700;
  line-height: 24px;
}
.day_infopage_infocontent.desktop .infocontent_text_2 ol {
  margin: 0px !important;
  padding: 0px 0 0 32px !important;
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-md);
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-text-muted);
}
.day_infopage_infocontent.desktop .infocontent_text_2 ul,
.day_infopage_infocontent.desktop .infocontent_text_2 p,
.day_infopage_infocontent.desktop .infocontent_text_2 .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.desktop .infocontent_text_2 li {
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-md);
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-text-muted);
}
.day_infopage_infocontent.mobile .infocontent_text_2 h1 {
  color: var(--theme-text-primary);
  margin: 0px 0px 8px !important;
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 24px;
  font-family: var(--theme-font-family-primary);
}
.day_infopage_infocontent.mobile .infocontent_text_2 h2 {
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 24px;
}
.day_infopage_infocontent.mobile .infocontent_text_2 ol {
  margin: 0px !important;
  padding: 0px 0 0 32px !important;
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-sm);
  font-weight: 400;
  line-height: 22px;
  color: var(--theme-text-muted);
}
.day_infopage_infocontent.mobile .infocontent_text_2 ul,
.day_infopage_infocontent.mobile .infocontent_text_2 p,
.day_infopage_infocontent.mobile .infocontent_text_2 .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.mobile .infocontent_text_2 li {
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-sm);
  font-weight: 400;
  line-height: 22px;
  color: var(--theme-text-muted);
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after {
  color: transparent;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-flex {
  padding: 0 12px !important;
}
.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper {
  max-width: calc(100% - 18px) !important;
}
.mat-form-field-type-mat-native-select .mat-input-element {
  padding-right: 0px !important;
}
.cdk-text-field-autofill-monitored.ng-dirty {
  background-image: none !important;
}
app-praxis-hpf iframe {
  height: 90px;
  margin: 0 auto;
  width: 100%;
}
app-swiper {
  width: 100%;
}
app-swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.edit-profile-form-wrapper mat-checkbox .mat-checkbox-layout {
  align-items: center;
}
.edit-profile-form-wrapper mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.edit-profile-form-wrapper mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  border-radius: var(--theme-radius-md);
}
.edit-profile-form-wrapper mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-family: var(--theme-font-family-primary);
  font-style: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
  color: var(--theme-text-primary) !important;
}
.mobile-edit-avater-dialogbox {
  position: fixed !important;
  top: 58px;
}
.mobile-edit-avater-dialogbox .mat-dialog-container {
  background-color: var(--theme-background-primary) !important;
  padding: 18px 10px 0px;
  box-shadow: none;
}
[appToggBtn] {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 24px;
  background-color: #10192D;
  border-radius: 4rem;
  border: solid 2px;
  border-color: #2A3150;
  cursor: pointer;
  transition: background-color 0.3s;
}
[appToggBtn]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #2A3150;
  border-radius: 50%;
  transition: transform 0.3s, left 0.3s;
  transform: translate(0, -50%);
}
[appToggBtn].toggled {
  background-color: #2A3150;
  border-color: #2A3150;
}
[appToggBtn].toggled:after {
  background-color: #03060E;
  left: calc(100% - 18px);
  transform: translate(0, -50%);
}
.circleRollButton {
  margin-bottom: 65px !important;
}
app-user-messages .inbox-items .full-sub u {
  color: var(--a-tag-text-color);
}
app-user-messages .inbox-items .full-sub a {
  color: var(--a-tag-text-color) !important;
  text-decoration: none;
}
app-user-messages .inbox-items .full-sub > div {
  padding: 0px;
  background-color: transparent !important;
  max-width: 1156px !important;
  width: 1096px;
  margin: 0 !important;
}
app-user-messages .inbox-items .full-sub > div > div {
  overflow: hidden;
  position: relative;
  min-height: 260px;
}
app-user-messages .inbox-items .full-sub > div > div > img {
  width: 100%;
  height: 100%;
  border-radius: var(--theme-radius-md);
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
app-user-messages .inbox-items .full-sub > div > p,
app-user-messages .inbox-items .page-body .content ol .full-sub > div > li,
.page-body .content ol app-user-messages .inbox-items .full-sub > div > li {
  padding: 8px 0 0 !important;
  margin-top: 0 !important;
}
app-user-messages .inbox-items .full-sub > div > div > p,
app-user-messages .inbox-items .page-body .content ol .full-sub > div > div > li,
.page-body .content ol app-user-messages .inbox-items .full-sub > div > div > li {
  padding: 8px 0 0 !important;
}
app-user-messages .mobile .full-sub u {
  color: var(--a-tag-text-color);
}
app-user-messages .mobile .full-sub a {
  color: var(--a-tag-text-color) !important;
  text-decoration: none;
}
app-user-messages .mobile .full-sub > div {
  padding: 0px;
  background-color: transparent !important;
}
app-user-messages .mobile .full-sub > div > div {
  overflow: hidden;
  position: relative;
  min-height: 144px;
}
app-user-messages .mobile .full-sub > div > div > img {
  width: 100%;
  height: 100%;
  border-radius: var(--theme-radius-md);
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
app-user-messages .mobile .full-sub > div > p,
app-user-messages .mobile .page-body .content ol .full-sub > div > li,
.page-body .content ol app-user-messages .mobile .full-sub > div > li {
  padding: 8px 0 0 !important;
  margin-top: 0 !important;
}
app-user-messages .mobile .full-sub > div > div > p,
app-user-messages .mobile .page-body .content ol .full-sub > div > div > li,
.page-body .content ol app-user-messages .mobile .full-sub > div > div > li {
  padding: 8px 0 0 !important;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content h2:not(:nth-child(1)) {
  padding: 0;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content h2:not(:nth-child(2)) {
  padding: 0;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content p,
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.desktop .infocontent_text_2.sub_content li {
  padding-left: 16px;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content h2:not(:nth-child(1)) {
  padding: 0;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content h2:not(:nth-child(2)) {
  padding: 0;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content p,
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.mobile .infocontent_text_2.sub_content li {
  padding-left: 16px;
}
.reactivation-card-list.desktop app-reactivation-info .reactivation-card {
  padding: 0 0 16px;
}
.day_infopage_infocontent.desktop .infocontent_text_2 h2:not(:nth-child(1)) {
  padding: 0;
  color: var(--theme-text-primary);
}
.day_infopage_infocontent.desktop .infocontent_text_2 h2:not(:nth-child(2)) {
  padding: 0;
  color: var(--theme-text-primary);
}
.day_infopage_infocontent.desktop .infocontent_text_2 p,
.day_infopage_infocontent.desktop .infocontent_text_2 .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.desktop .infocontent_text_2 li {
  padding-left: 16px;
}
.day_infopage_infocontent.mobile .infocontent_text_2 h2:not(:nth-child(1)) {
  padding: 0;
  color: var(--theme-text-primary);
}
.day_infopage_infocontent.mobile .infocontent_text_2 h2:not(:nth-child(2)) {
  padding: 0;
  color: var(--theme-text-primary);
}
.day_infopage_infocontent.mobile .infocontent_text_2 p,
.day_infopage_infocontent.mobile .infocontent_text_2 .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.mobile .infocontent_text_2 li {
  padding-left: 16px;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content {
  padding: 0 16px;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content h2:not(:nth-child(1)) {
  padding: 0;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content h2:not(:nth-child(2)) {
  padding: 0;
}
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content p,
.day_infopage_infocontent.desktop .infocontent_text_2.sub_content .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.desktop .infocontent_text_2.sub_content li {
  padding-left: 16px;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content {
  padding: 0 16px;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content h2:not(:nth-child(1)) {
  padding: 0;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content h2:not(:nth-child(2)) {
  padding: 0;
}
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content p,
.day_infopage_infocontent.mobile .infocontent_text_2.sub_content .page-body .content ol li,
.page-body .content ol .day_infopage_infocontent.mobile .infocontent_text_2.sub_content li {
  padding-left: 16px;
}
app-desktop-expansion-panel .info.panel-content h1,
app-desktop-expansion-panel .info.panel-content h2,
app-desktop-expansion-panel .info.panel-content h3 {
  color: var(--theme-text-primary);
  font-family: var(--theme-font-family-headings);
}
app-desktop-expansion-panel .expansion-panel .info.panel-content h1 {
  font-weight: 700;
  font-size: 24px;
}
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile h1,
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile h2,
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile h3 {
  color: var(--theme-text-primary);
  font-family: var(--theme-font-family-primary), sans-serif;
}
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile p,
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile .page-body .content ol li,
.page-body .content ol app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile li,
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile ul,
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile ol {
  color: var(--theme-text-white-dark);
}
app-desktop-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-desktop-sidenav .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-top-menu .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex {
  background: var(--theme-background-footer-tab) !important;
  border-radius: var(--theme-radius-md);
}
app-desktop-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex:hover,
app-desktop-sidenav .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex:hover,
app-top-menu .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex:hover,
app-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex:hover {
  background: var(--theme-background-footer-tab) !important;
}
app-desktop-footer .select-language.mat-form-field-appearance-outline .mat-form-field-outline,
app-desktop-sidenav .select-language.mat-form-field-appearance-outline .mat-form-field-outline,
app-top-menu .select-language.mat-form-field-appearance-outline .mat-form-field-outline,
app-footer .select-language.mat-form-field-appearance-outline .mat-form-field-outline {
  color: transparent;
}
app-desktop-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-desktop-sidenav .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-top-menu .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex {
  height: 48px;
  display: flex;
  align-items: center;
}
app-desktop-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex,
app-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex {
  background: transparent !important;
  border-radius: 12px;
  border: 1px solid var(--theme-input-border);
  height: 56px;
}
app-desktop-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex:hover,
app-footer .select-language.mat-form-field-appearance-outline .mat-form-field-wrapper .mat-form-field-flex:hover {
  background: transparent !important;
}
app-front-expansion-panel .mobile-x-panel.expansion-panel.mobile table {
  border: unset;
}
.content-page {
  color: var(--theme-text-primary);
  max-width: var(--theme-layout-desktop-width);
  margin: auto;
}
.content-page .content-page-container .top-image {
  margin-top: 24px;
  margin-left: 10px;
  margin-right: 10px;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.content-page .content-page-container .top-image img {
  border-radius: var(--theme-radius-lg);
  width: 100%;
}
.content-page .content-page-container .align-center {
  text-align: center;
}
.content-page .content-page-container .stat-content-wrapper h1,
.content-page .content-page-container .stat-content-wrapper h2,
.content-page .content-page-container .stat-content-wrapper h3,
.content-page .content-page-container .stat-content-wrapper h4,
.content-page .content-page-container .stat-content-wrapper h5,
.content-page .content-page-container .stat-content-wrapper p,
.content-page .content-page-container .stat-content-wrapper .page-body .content ol li,
.page-body .content ol .content-page .content-page-container .stat-content-wrapper li,
.content-page .content-page-container .stat-content-wrapper span,
.content-page .content-page-container .stat-content-wrapper ul,
.content-page .content-page-container .stat-content-wrapper ol,
.content-page .content-page-container .stat-content-wrapper table {
  font-family: var(--theme-font-family-primary);
  margin: 0;
}
.content-page .content-page-container .stat-content-wrapper h1 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper h1 {
    font-size: var(--theme-font-size-md);
  }
}
.content-page .content-page-container .stat-content-wrapper h2 {
  font-size: var(--theme-font-size-xl);
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper h2 {
    font-size: var(--theme-font-size-md);
  }
}
.content-page .content-page-container .stat-content-wrapper p,
.content-page .content-page-container .stat-content-wrapper .page-body .content ol li,
.page-body .content ol .content-page .content-page-container .stat-content-wrapper li {
  margin: 0;
  font-family: var(--theme-font-family-primary);
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper p,
  .content-page .content-page-container .stat-content-wrapper .page-body .content ol li,
  .page-body .content ol .content-page .content-page-container .stat-content-wrapper li {
    font-size: var(--theme-font-size-xs);
  }
}
.content-page .content-page-container .stat-content-wrapper .how-to-participate {
  padding-top: 49px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .how-to-participate {
    padding-top: 16px;
  }
}
.content-page .content-page-container .stat-content-wrapper .how-to-participate .align-center {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .how-to-participate .align-center {
    padding-bottom: 7px;
  }
}
.content-page .content-page-container .stat-content-wrapper .steps {
  padding-top: 11px;
  padding-bottom: 58px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}
.content-page .content-page-container .stat-content-wrapper .steps .step-option {
  width: 360px;
  height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-background-tab);
  border-radius: 16px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .steps .step-option {
    width: 129px;
    height: 131px;
  }
}
.content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list {
  background-color: var(--theme-background-tag);
  border-radius: 50%;
  width: 127px;
  height: 127px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  box-shadow: inset 7px 3px 7px -6px rgba(0, 0, 0, 0.6), inset -1px -1px 2px -1px rgba(255, 255, 255, 0.38);
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list {
    width: 53px;
    height: 53px;
  }
}
.content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list span {
  font-weight: 700;
  font-size: 38px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list span {
    font-size: 15px;
  }
}
.content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list p,
.content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list .page-body .content ol li,
.page-body .content ol .content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list li {
  font-size: 20px;
  font-weight: 700;
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list p,
  .content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list .page-body .content ol li,
  .page-body .content ol .content-page .content-page-container .stat-content-wrapper .steps .step-option .step-list li {
    font-size: 10px;
  }
}
.content-page .content-page-container .stat-content-wrapper .steps .step-option p,
.content-page .content-page-container .stat-content-wrapper .steps .step-option .page-body .content ol li,
.page-body .content ol .content-page .content-page-container .stat-content-wrapper .steps .step-option li {
  font-size: var(--theme-font-size-lg);
  font-weight: 700;
  padding-top: 29px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .steps .step-option p,
  .content-page .content-page-container .stat-content-wrapper .steps .step-option .page-body .content ol li,
  .page-body .content ol .content-page .content-page-container .stat-content-wrapper .steps .step-option li {
    font-size: var(--theme-font-size-xs);
    padding-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .steps {
    gap: 8px;
    padding-bottom: 17px;
  }
}
.content-page .content-page-container .stat-content-wrapper .info-box {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 52px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .info-box {
    padding-bottom: 24px;
  }
}
.content-page .content-page-container .stat-content-wrapper .info-box img {
  width: 28px;
  height: 28px;
}
.content-page .content-page-container .stat-content-wrapper .info-box h2 {
  font-weight: 500;
}
.content-page .content-page-container .stat-content-wrapper .table-heading {
  padding-bottom: 57px;
  padding-top: 34px;
}
.content-page .content-page-container .stat-content-wrapper .table-heading table {
  width: 100%;
  border-collapse: collapse;
  background-color: #1e2230;
  color: var(--theme-text-primary);
  border-radius: var(--theme-radius-lg);
  overflow: hidden;
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.05),
    inset 3px 0 10px rgba(255, 255, 255, 0.07),
    inset -3px 0 10px rgba(255, 255, 255, 0.07);
  margin: 0 auto;
}
.content-page .content-page-container .stat-content-wrapper .table-heading table thead {
  background-color: var(--theme-background-tab);
}
.content-page .content-page-container .stat-content-wrapper .table-heading table th {
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #49505d;
}
.content-page .content-page-container .stat-content-wrapper .table-heading table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #49505d;
  background-color: var(--theme-background-tab);
}
.content-page .content-page-container .stat-content-wrapper .table-heading table th:first-child,
.content-page .content-page-container .stat-content-wrapper .table-heading table td:first-child {
  text-align: center;
  padding-left: 1.5rem;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .table-heading {
    padding-bottom: 20px;
    padding-top: 17px;
  }
}
.content-page .content-page-container .stat-content-wrapper .terms {
  padding-top: 44px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .terms {
    padding-top: 20px;
  }
}
.content-page .content-page-container .stat-content-wrapper .terms a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--theme-text-link);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.content-page .content-page-container .stat-content-wrapper .terms a:hover {
  color: var(--theme-text-primary);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
.content-page .content-page-container .stat-content-wrapper .terms ol {
  padding-top: 15px;
  padding-left: 16px;
}
.content-page .content-page-container .stat-content-wrapper .terms ol li {
  font-size: var(--theme-font-size-sm);
  font-weight: 400;
  padding-bottom: 25px;
}
@media screen and (max-width: 780px) {
  .content-page .content-page-container .stat-content-wrapper .terms ol li {
    padding-bottom: 15px;
  }
}
.content-page-container {
  max-width: var(--theme-layout-desktop-width);
  margin: 0 auto;
  border-radius: var(--theme-radius-md);
}
.top-image {
  margin-top: 24px;
  margin-left: 10px;
  margin-right: 10px;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.top-image img {
  border-radius: var(--theme-radius-lg);
  width: 100%;
}
.stat-content-wrapper {
  margin: var(--theme-margin-lg) 0;
  font-family: var(--theme-font-family-primary), sans-serif;
}
.stat-content-wrapper .steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.stat-content-wrapper .steps .step-option {
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 360px;
  height: 232px;
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      #1B4B48 33%,
      #2F615D 100%);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.32);
}
.stat-content-wrapper .steps .step-option img {
  background: var(--box-bg);
  border-radius: 50%;
  padding: 16px;
}
.stat-content-wrapper .steps .step-option .step-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.stat-content-wrapper .steps .step-option .step-list span {
  color: var(--theme-text-primary);
  font-size: var(--theme-font-size-lg);
  font-weight: 900;
  line-height: 24px;
}
.stat-content-wrapper .steps .step-option .step-list .step-number {
  color: var(--theme-color-primary);
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 56px;
  background: var(--box-bg);
}
.stat-content-wrapper h1 {
  color: var(--theme-text-primary);
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.34px;
  margin: 0 0 24px 0;
}
.stat-content-wrapper p,
.stat-content-wrapper .page-body .content ol li,
.page-body .content ol .stat-content-wrapper li {
  color: var(--theme-text-primary);
  text-align: center;
  font-size: var(--theme-font-size-md);
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 24px 0;
}
.stat-content-wrapper .sec-heading {
  margin: 0 0 16px 0;
}
.stat-content-wrapper h2 {
  color: var(--theme-text-primary);
  text-align: center;
  font-size: var(--theme-font-size-xl);
  font-weight: 900;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.stat-content-wrapper h2 span {
  color: var(--theme-color-primary);
}
.stat-content-wrapper h3 {
  color: var(--theme-text-secondary);
  font-size: var(--theme-font-size-lg);
  font-weight: 900;
  line-height: 24px;
  margin: 0;
}
.stat-content-wrapper ul {
  list-style-type: disc;
  padding: 0 0 0 16px;
}
.stat-content-wrapper ol {
  padding: 0 0 0 16px;
}
.stat-content-wrapper ol li {
  margin: 10px 0;
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 26px;
}
.stat-content-wrapper .instructions-group {
  color: var(--theme-text-secondary);
  font-size: var(--theme-font-size-md);
  font-weight: 700;
  line-height: 26px;
  padding: 32px;
  background: var(--box-bg);
  border-radius: var(--theme-radius-lg);
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: start;
  align-self: stretch;
  margin-top: 32px;
}
.stat-content-wrapper .instructions-group p,
.stat-content-wrapper .instructions-group .page-body .content ol li,
.page-body .content ol .stat-content-wrapper .instructions-group li {
  text-align: left;
  margin: 0;
  font-weight: 700;
  color: var(--theme-text-secondary);
}
.stat-content-wrapper .instructions-group .instructions {
  padding: 24px 16px;
}
.instructions a {
  font-weight: bold;
  padding: 1px 0.25rem;
  margin: 0 -0.25rem;
  box-shadow: inset 0 0 0 0 var(--theme-text-link-hover);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: var(--a-tag-text-color);
  text-decoration-color: var(--theme-text-link-hover) !important;
}
.instructions a:hover {
  color: var(--copy-link-bg);
  box-shadow: inset 650px 0 0 0 var(--theme-text-link-hover);
}
@media screen and (max-width: 768px) {
  .content-page-container {
    margin: 0 10px;
  }
  .content-page-container .top-image {
    width: 100%;
    border-radius: var(--theme-radius-lg);
    margin-top: 16px;
  }
  .top-image img {
    max-width: 100%;
  }
  .stat-content-wrapper {
    margin: var(--theme-margin-md) 0;
  }
  .stat-content-wrapper h1 {
    margin: 0 0 16px 0;
    font-size: 26px;
    line-height: 40px;
  }
  .stat-content-wrapper h2 {
    margin: 0 0 32px 0;
    font-size: 22px;
  }
  .stat-content-wrapper .steps {
    gap: 24px;
    margin-bottom: 24px;
  }
  .stat-content-wrapper .instructions-group {
    padding: 24px 20px;
  }
  .stat-content-wrapper .instructions-group .instructions {
    padding: 16px 0 0 0;
  }
  .stat-content-wrapper .instructions-group p,
  .stat-content-wrapper .instructions-group .page-body .content ol li,
  .page-body .content ol .stat-content-wrapper .instructions-group li {
    font-weight: 400;
  }
  .stat-content-wrapper ol li {
    font-weight: 400;
    margin: 12px 0;
  }
}
app-home-page-mission-card mat-progress-spinner circle,
app-mission-info-box mat-progress-spinner circle {
  stroke-width: 6px !important;
  stroke-linecap: round;
}
.bonusexclude-dialog .mat-dialog-container {
  background-color: var(--theme-background-primary) !important;
  border-radius: var(--theme-radius-lg);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  padding: 0;
}
.bonusexclude-dialog .mat-dialog-container .close-game-button.medium {
  top: 8px !important;
  right: 8px;
}
.bonusexclude-dialog .dialog-footer .buttons button {
  border-radius: 8px;
  background-color: var(--box-bg) !important;
  border-color: var(--box-bg) !important;
}
.bonusexclude-dialog .dialog-footer .buttons button:hover {
  background-color: var(--box-bg);
}
.bison-vip-bg {
  font-family: var(--theme-font-family-primary);
  min-height: 100vh;
  background: var(--theme-button-secondary-text);
  padding: 0 0 1px 0;
  margin: -32px 0 0 0px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bison-vip-bg p,
.bison-vip-bg .page-body .content ol li,
.page-body .content ol .bison-vip-bg li,
.bison-vip-bg h1,
.bison-vip-bg h2,
.bison-vip-bg h3 {
  text-align: center !important;
  padding: inherit !important;
}
.bison-vip-bg .header.banner {
  background:
    linear-gradient(
      180deg,
      rgba(8, 14, 31, 0) 75.1%,
      #080E1F 100%),
    url("./media/vip-tire-banner.png");
  max-width: 1920px;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: auto !important;
  position: relative;
  border-radius: 0 !important;
}
.bison-vip-bg .banner-wrapper {
  margin-inline: auto;
  margin-top: 10px;
  width: fit-content;
}
.bison-vip-bg .banner-wrapper h1 {
  color: var(--theme-text-primary);
  text-align: center;
  font-family: var(--theme-font-family-primary);
  font-size: 44px;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 50px;
  margin: 0;
}
.bison-vip-bg .vip-wrapper {
  max-width: 1248px;
  margin: auto;
}
.bison-vip-bg .vip-wrapper .vip-content h3 {
  color: var(--circle-color) !important;
  text-align: center !important;
  font-family: var(--theme-font-family-primary) !important;
  font-size: 32px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 48px;
  margin: 0;
  margin-bottom: 48px;
  margin-top: 8px;
}
.bison-vip-bg .vip-wrapper .vip-content .exclusive-rewards {
  padding: 24px;
  margin-bottom: 48px;
  border-radius: var(--theme-radius-lg);
  border: 1px solid var(--border-new-tire);
  background:
    linear-gradient(
      166deg,
      rgba(230, 188, 100, 0) 49.98%,
      rgba(230, 188, 100, 0.15) 90.14%),
    linear-gradient(
      180deg,
      #F3BB5F 0%,
      #805C38 100%),
    linear-gradient(
      0deg,
      var(--BG-Main, #10192D) 0%,
      var(--BG-Main, #10192D) 100%),
    #0C1527;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
.bison-vip-bg .vip-wrapper .vip-content .exclusive-rewards p,
.bison-vip-bg .vip-wrapper .vip-content .exclusive-rewards .page-body .content ol li,
.page-body .content ol .bison-vip-bg .vip-wrapper .vip-content .exclusive-rewards li {
  color: var(--theme-button-secondary-text);
  text-align: center;
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-xl);
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 !important;
}
.bison-vip-bg .card_continer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bison-vip-bg .card_continer .tab {
  overflow: hidden;
  width: fit-content;
  padding: 4px;
  display: flex;
  flex-wrap: nowrap;
  float: right;
  font-size: var(--theme-font-size-md);
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-family: var(--theme-font-family-primary);
  border-radius: 16px;
  background: var(--box-bg);
  height: 32px;
  justify-content: space-between;
  align-items: center;
}
.bison-vip-bg .card_continer .tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 20px;
  font-size: var(--theme-font-size-md);
  color: var(--theme-text-primary);
  border-radius: var(--theme-radius-lg);
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
}
.bison-vip-bg .card_continer .tab .tablinks.active,
.bison-vip-bg .card_continer .tab .tablinks:hover {
  background-color: var(--theme-background-active-tab);
}
.bison-vip-bg .card_continer .tabcontent {
  display: none;
  border-top: none;
}
.bison-vip-bg .card_continer a.tablinks {
  width: 88px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.bison-vip-bg .card_continer h1 {
  font-weight: 900 !important;
  font-size: 32px;
  line-height: 48px;
  text-align: center !important;
  margin-top: 0px !important;
  margin-bottom: 26px !important;
  font-family: var(--theme-font-family-primary) !important;
  color: var(--theme-text-primary) !important;
}
.bison-vip-bg .card_continer .card_wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 74px;
}
.bison-vip-bg .card_continer .card_wrapper .card {
  width: 394px;
  height: 514px;
  perspective: 1000px;
  position: relative;
}
.bison-vip-bg .card_continer .card_wrapper .card-inner {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.bison-vip-bg .card_continer .card_wrapper .card-inner.is-flipped {
  transform: rotateY(180deg);
}
.bison-vip-bg .card_continer .card_wrapper .card-bronze-front {
  position: relative;
  background: url("./media/bronze-frame.png") center/cover no-repeat;
  background-clip: padding-box;
}
.bison-vip-bg .card_continer .card_wrapper .card-bronze-front::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  padding: 2px;
  background: var(--bronze-front-gradient-level-border);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bison-vip-bg .card_continer .card_wrapper .card-bronze-back {
  background: var(--bronze-back-gradient-level-border);
  border-color: var(--border-bronze-tire) !important;
}
.bison-vip-bg .card_continer .card_wrapper .card-silver-front {
  position: relative;
  background: url("./media/silver-frame.png") center/cover no-repeat;
  background-clip: padding-box;
}
.bison-vip-bg .card_continer .card_wrapper .card-silver-front::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  padding: 2px;
  background: var(--silver-front-gradient-level-border);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bison-vip-bg .card_continer .card_wrapper .card-silver-back {
  border-color: var(--theme-text-primary) !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6980392157) !important;
  background: var(--silver-back-gradient-level-border);
}
.bison-vip-bg .card_continer .card_wrapper .card-gold-front {
  position: relative;
  background: url("./media/gold-frame.png") center/cover no-repeat;
  background-clip: padding-box;
  box-shadow: 0px 0px 16px 0px rgba(230, 188, 100, 0.6980392157) !important;
}
.bison-vip-bg .card_continer .card_wrapper .card-gold-front::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  padding: 2px;
  background: var(--gold-front-gradient-level-border);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 9;
}
.bison-vip-bg .card_continer .card_wrapper .card-gold-back {
  border-color: var(--border-new-tire) !important;
  box-shadow: 0px 0px 16px 0px rgba(230, 188, 100, 0.6980392157) !important;
  background: var(--gold-back-gradient-level-border);
}
.bison-vip-bg .card_continer .card_wrapper .card-face {
  position: absolute;
  width: 394px;
  height: 514px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 24px;
  border: 0px solid transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card__content {
  width: 394px;
  height: 148px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card__content h2 {
  color: var(--theme-text-primary) !important;
  font-weight: 900 !important;
  font-size: var(--theme-font-size-xl);
  line-height: 32px;
  text-align: center !important;
  font-family: var(--theme-font-family-primary) !important;
  margin: 24px 0 12px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card__content p,
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card__content .page-body .content ol li,
.page-body .content ol .bison-vip-bg .card_continer .card_wrapper .card-face-front .card__content li {
  color: var(--theme-text-primary);
  font-weight: 700;
  font-size: var(--theme-font-size-md);
  text-align: center;
  line-height: 26px;
  font-family: var(--theme-font-family-primary);
  padding: 0px 24px !important;
  margin: 0;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-flip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  gap: 8px;
  top: 16px;
  right: 16px;
  border-radius: var(--theme-radius-lg);
  padding: 6px 8px 6px 8px;
  z-index: 1;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-flip p,
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-flip .page-body .content ol li,
.page-body .content ol .bison-vip-bg .card_continer .card_wrapper .card-face-front .card-flip li {
  color: var(--theme-text-primary);
  line-height: 24px;
  font-weight: 900;
  font-size: var(--theme-font-size-lg);
  margin: 0px;
  font-family: var(--theme-font-family-primary);
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-img-badge {
  position: absolute;
  top: -19px;
  left: 10px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-img-badge img {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.7));
  position: relative;
  z-index: 10;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-img {
  position: relative;
  width: 248px;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-img-inner-circle {
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  width: 302px;
  height: 269px;
  object-fit: cover;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-front .card-img-inner-circle img {
  width: 100%;
  height: 100%;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back {
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card-flip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  gap: 4px;
  top: 16px;
  right: 16px;
  border-radius: var(--theme-radius-lg);
  padding: 6px 8px 6px 8px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card-flip p,
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card-flip .page-body .content ol li,
.page-body .content ol .bison-vip-bg .card_continer .card_wrapper .card-face-back .card-flip li {
  color: var(---accent-text-color);
  line-height: 24px;
  font-weight: 900;
  font-size: var(--theme-font-size-lg);
  margin: 0px;
  font-family: var(--theme-font-family-primary);
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card-img {
  position: absolute;
  top: -19px;
  left: 10px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card-img img {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.7));
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content {
  width: 330px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content img {
  width: 151px;
  height: 135px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content .inner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content .inner-content h2 {
  color: var(---accent-text-color);
  font-weight: 900;
  font-size: 26px;
  line-height: 40px;
  margin: 0px;
  font-family: var(--theme-font-family-primary);
  text-align: center;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content .inner-content ul {
  margin: 0px;
  width: 330px;
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content .inner-content ul li {
  color: var(---accent-text-color);
  font-size: var(--theme-font-size-lg);
  line-height: 24px;
  font-weight: 700;
  font-family: var(--theme-font-family-primary);
  list-style: none;
}
.bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content .inner-content ul li::before {
  content: "-";
  display: inline-block;
  width: 0.5em;
}
.bison-vip-bg .split-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  margin-bottom: 48px;
}
.bison-vip-bg .split-content .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
.bison-vip-bg .split-content .main-content h2 {
  color: var(--theme-text-primary) !important;
  text-align: center !important;
  font-family: var(--theme-font-family-primary) !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  margin: 0;
}
.bison-vip-bg .split-content .main-content p,
.bison-vip-bg .split-content .main-content .page-body .content ol li,
.page-body .content ol .bison-vip-bg .split-content .main-content li {
  color: var(--theme-text-primary) !important;
  text-align: center !important;
  font-family: var(--theme-font-family-primary) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  margin: 0;
}
.bison-vip-bg .split-content .image-wrapper {
  display: flex;
  height: 389px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.bison-vip-bg .split-content .image-wrapper img {
  width: 100%;
  max-width: 460px;
}
.bison-vip-bg .faq {
  align-self: stretch;
  display: flex;
  padding: 30px 32px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  margin-top: 32px;
  margin-bottom: 100px;
  border-radius: 12px;
  border: 1px solid #F6DA93;
  background:
    linear-gradient(
      166deg,
      rgba(230, 188, 100, 0) 49.98%,
      rgba(230, 188, 100, 0.1) 90.14%),
    var(--BG-Main, #10192D);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
.bison-vip-bg .faq p,
.bison-vip-bg .faq .page-body .content ol li,
.page-body .content ol .bison-vip-bg .faq li {
  color: var(--theme-text-primary) !important;
  text-align: center;
  font-family: var(--theme-font-family-primary);
  font-size: 34px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 42px;
  letter-spacing: 0.34px;
  margin: 0;
}
.bison-vip-bg .faq p a,
.bison-vip-bg .faq .page-body .content ol li a,
.page-body .content ol .bison-vip-bg .faq li a {
  color: var(--circle-color) !important;
  font-family: var(--theme-font-family-primary);
  font-size: 34px;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 42px;
  letter-spacing: 0.34px;
  text-decoration: none;
}
.bison-vip-bg .faq a.cta {
  color: var(--box-bg) !important;
  text-align: center;
  font-family: var(--theme-font-family-primary);
  font-size: var(--theme-font-size-md);
  font-style: normal;
  font-weight: 900 !important;
  line-height: 24px;
  text-decoration: none;
  width: 164px;
  padding: 12px 0px !important;
  border-radius: 12px !important;
  background:
    linear-gradient(
      166deg,
      rgba(230, 188, 100, 0) 49.98%,
      rgba(230, 188, 100, 0.15) 90.14%),
    linear-gradient(
      180deg,
      #F3BB5F 0%,
      #805C38 100%),
    linear-gradient(
      180deg,
      #E6BC64 0%,
      #806938 100%);
}
.bison-vip-bg .faq a.cta:hover {
  background:
    linear-gradient(
      166deg,
      rgba(230, 188, 100, 0) 49.98%,
      rgba(230, 188, 100, 0.15) 90.14%),
    linear-gradient(
      180deg,
      #ffd288 0%,
      #583614 100%),
    linear-gradient(
      180deg,
      #E6BC64 0%,
      #806938 100%) !important;
  box-shadow: unset !important;
}
@media (min-width: 768px) {
  .bison-vip-bg .mobile-wrapper {
    display: none !important;
  }
  .bison-vip-bg .tab {
    display: none !important;
  }
  .bison-vip-bg .tabcontent {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bison-vip-bg .vip-wrapper {
    padding: 10px;
  }
  .bison-vip-bg .banner-wrapper {
    padding: 32px 16px 8px;
    margin-top: 0;
  }
  .bison-vip-bg .banner-wrapper h1 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.34px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bison-vip-bg .tabcontent {
    display: none;
  }
  .bison-vip-bg .tabcontent:first-of-type {
    display: block;
  }
  .bison-vip-bg .split-content {
    flex-direction: column-reverse;
    margin-bottom: 24px;
    gap: 20px;
  }
  .bison-vip-bg .why-split {
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 56px;
  }
  .bison-vip-bg .image-wrapper {
    max-width: 326px;
  }
  .bison-vip-bg .split-content .image-wrapper {
    height: auto;
    padding: 0px 24px;
    margin-top: 0px;
  }
  .bison-vip-bg .mobile-wrapper {
    display: flex !important;
  }
  .bison-vip-bg .desktop-wrapper {
    display: none !important;
  }
  .bison-vip-bg .header.banner {
    margin: 8px 0px 0;
    border-radius: 16px;
    height: 244px;
    margin-top: 30px !important;
  }
  .bison-vip-bg .vip-content h3 {
    padding: 8px 16px 0 16px;
    font-size: 24px !important;
    line-height: 40px !important;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
  }
  .bison-vip-bg .vip-content .exclusive-rewards {
    padding: 16px !important;
  }
  .bison-vip-bg .vip-content .exclusive-rewards p,
  .bison-vip-bg .vip-content .exclusive-rewards .page-body .content ol li,
  .page-body .content ol .bison-vip-bg .vip-content .exclusive-rewards li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .bison-vip-bg .card_continer h1 {
    margin-top: 0 !important;
    margin-bottom: 9px !important;
    font-size: 26px;
    line-height: 40px;
  }
  .bison-vip-bg .card_continer .tab {
    margin-bottom: 25px;
    max-width: 394px;
    min-width: 250px;
    width: 100%;
  }
  .bison-vip-bg .card_continer .card_wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
  .bison-vip-bg .card_continer .card_wrapper .card {
    max-width: 394px;
    width: 100%;
  }
  .bison-vip-bg .card_continer .card_wrapper .card-face {
    width: 100%;
  }
  .bison-vip-bg .card_continer .card_wrapper .card-face-front .card__content {
    max-width: 394px;
    width: 100%;
  }
  .bison-vip-bg .card_continer .card_wrapper .card-face-back .card__content {
    max-width: 394px;
    width: 100%;
  }
  .bison-vip-bg .split-content .main-content {
    gap: 4px;
  }
  .bison-vip-bg .split-content .main-content h2 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  .bison-vip-bg .split-content .main-content p,
  .bison-vip-bg .split-content .main-content .page-body .content ol li,
  .page-body .content ol .bison-vip-bg .split-content .main-content li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 10px !important;
  }
  .bison-vip-bg .split-content .image-wrapper img {
    max-height: 265px;
    max-width: 300px;
    width: 100%;
  }
  .bison-vip-bg .split-content .why-wrapper {
    margin-top: 0px;
  }
  .bison-vip-bg .split-content .why-wrapper .image-wrapper {
    padding: 0;
    margin-bottom: 8px;
  }
  .bison-vip-bg .split-content .why-wrapper .image-wrapper img {
    max-height: fit-content;
  }
  .bison-vip-bg .split-content .why {
    height: unset !important;
  }
  .bison-vip-bg .header.banner .banner-wrapper h1 {
    font-size: 46px !important;
  }
  .bison-vip-bg .header.banner .banner-wrapper p,
  .bison-vip-bg .header.banner .banner-wrapper .page-body .content ol li,
  .page-body .content ol .bison-vip-bg .header.banner .banner-wrapper li {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  .bison-vip-bg .header.banner .banner-wrapper {
    top: 90px;
  }
  .bison-vip-bg .faq {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
  .bison-vip-bg .faq p,
  .bison-vip-bg .faq .page-body .content ol li,
  .page-body .content ol .bison-vip-bg .faq li {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  .bison-vip-bg .faq .cta {
    margin-top: 16px;
  }
}
@media (max-width: 370px) {
  .bison-vip-bg .card_continer .card_wrapper .card-face {
    height: 530px;
  }
}
.vip-program .mat-list-item-content.mat-list-item-content-reverse {
  max-height: 38px;
  padding: 0 !important;
}
.vip-program .mat-list-item-content.mat-list-item-content-reverse:hover {
  background: unset;
}
.vip-program .mat-list-item-content.mat-list-item-content-reverse:focus {
  background: unset;
}
.vip-program .mat-list-item-content.mat-list-item-content-reverse .mat-list-text {
  justify-content: center;
  padding-left: 16px !important;
}
.vip-program mat-list-option,
.vip-program mat-list-option:hover {
  background: var(--vip-menu-border);
  border-radius: var(--theme-radius-lg);
  border: 1px solid transparent;
  box-sizing: border-box;
  max-height: 38px;
  max-width: calc(100% - 32px);
  margin: auto;
}
.vip-program mat-list-option span,
.vip-program mat-list-option:hover span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 53px !important;
  font-weight: 900 !important;
  font-size: var(--theme-font-size-sm);
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
}
.vip-program .vip-badge {
  width: 54px;
  height: 32px;
  background-image: url(/assets/icons/vip-badge.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 3px;
  top: 2px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.8));
}
.vip-status-bronze .mat-dialog-container,
.vip-status-silver .mat-dialog-container,
.vip-status-gold .mat-dialog-container {
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
.vip-status-bronze .mat-dialog-container {
  background: var(--brones-gradient);
  border: 2px solid var(--brones-gradient-border);
}
.vip-status-silver .mat-dialog-container {
  background: var(--silver-gradient);
  border: 2px solid var(--silver-gradient-border);
}
.vip-status-gold .mat-dialog-container {
  background: var(--gold-gradient);
  border: 2px solid var(--gold-gradient-border);
  box-shadow: 0px 0px 16px 0px rgba(230, 188, 100, 0.7), 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
app-game-category-dialog > div {
  background-color: var(--theme-background-primary);
}
app-teaser-top-mobile .mat-icon.mat-accent {
  color: #D1D1D1;
}
app-user-messages app-mobile-page-back-header .content-wrapper {
  padding: 18px 10px 16px 10px !important;
  background: var(--theme-background-primary);
  margin: 0 !important;
}
app-desktop-front-page .desktop-top .mat-tab-links {
  display: table;
  background-color: var(--theme-background-primary);
  border: 2px solid var(--theme-border-select-tab);
  border-radius: 10px;
  padding: 1px !important;
}
app-desktop-front-page .desktop-top .mat-tab-links a {
  color: var(--theme-text-primary);
}
app-desktop-front-page .desktop-top .mat-tab-links .active {
  border-radius: var(--theme-radius-md);
  background: var(--theme-button-primary-bg) !important;
}
app-launch-tournament app-tournament-tabs .mat-tab-label-active {
  background: var(--theme-background-active-tab);
}
app-launch-tournament app-tournament-tabs .tournament-tab {
  background: var(--theme-color-secondary);
  padding-top: 20px;
  border-radius: var(--theme-radius-md);
}
app-launch-tournament app-tournament-tabs .mat-tab-label-container {
  background: var(--theme-background-primary);
  margin: 0;
}
app-launch-tournament app-tournament-tabs .support-tab .mat-tab-header {
  width: 90% !important;
  margin: auto;
}
app-main-tournament .mat-tab-label-active {
  background: var(--theme-background-active-tab);
}
app-main-tournament .tournament-tab.mobile .mat-tab-header {
  border: 0 !important;
  background: #2f3743;
  border-radius: 0;
}
app-support-faq-self-tab .mat-tab-label {
  padding: 0 22px;
}
app-support-faq-self-tab .support-tab .mat-tab-header {
  width: 100% !important;
  max-width: 100% !important;
}
app-support-faq-self-tab .mat-tab-label-active {
  background: var(--theme-background-active-tab);
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: var(--theme-color-primary) !important;
}
.mat-form-field-invalid .mat-form-field-outline-start,
.mat-form-field-invalid .mat-form-field-outline-gap,
.mat-form-field-invalid .mat-form-field-outline-end {
  color: var(--theme-input-error);
  border-width: var(--theme-radius-xsm);
}
.mat-form-field-invalid .img-suffix {
  filter: grayscale(40%);
}
.game-operator-wrap .game-card-wrapper.swiper-grid-cards.desktop {
  position: relative;
}
.game-operator-wrap .game-card-wrapper.swiper-grid-cards.desktop:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  background:
    linear-gradient(
      90deg,
      transparent 10%,
      hsl(214, 26%, 12%) 90%,
      hsl(214, 26%, 12%) 100%);
  height: 100%;
  top: 0;
  right: 0;
  width: 200px;
}
.game-operator-wrap .game-card-wrapper.swiper-grid-cards.desktop .swiper-slide {
  width: 168px !important;
  height: 80px !important;
  margin-right: 16px !important;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards {
  max-height: 214px;
  height: 214px;
  padding: 0 10px;
  touch-action: pan-y pinch-zoom;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper {
  max-height: 214px;
  height: 214px;
  width: 100%;
  touch-action: pan-x pan-y;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper {
  min-height: 80px;
  max-height: 214px;
  height: inherit;
  row-gap: 24px !important;
  touch-action: pan-x;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper .swiper-slide {
  width: 168px !important;
  height: 80px !important;
  margin-right: 16px !important;
  margin-top: 0 !important;
  flex-shrink: 0 !important;
  touch-action: manipulation;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper .game-card {
  cursor: pointer;
  max-width: 168px;
  width: 168px;
  height: 80px;
  background: var(--theme-background-tertiary-menu);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  box-sizing: border-box;
  padding: 16px;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper .game-card .thumbnail {
  width: 136px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper .game-card .thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.game-operator-wrap.mobile .game-card-wrapper.swiper-grid-cards .swiper-wrapper .game-card .title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 8px;
}
.game-category-container {
  margin-bottom: 13px;
}
.game-category-container .header-page-wrapper .header {
  font-family: var(--global-font) !important;
  font-weight: 900 !important;
  font-size: 19px !important;
  line-height: 40px !important;
  letter-spacing: 0.75px !important;
  color: var(--text-white) !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
  text-align: left !important;
}
.desktop .game-category-container .header-page-wrapper .header {
  font-family: var(--global-font) !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 40px !important;
  letter-spacing: 0.75px !important;
  color: var(--text-white) !important;
  margin-bottom: 0px !important;
  text-transform: capitalize !important;
  text-align: left !important;
}
.desktop .game-category-container .categoryNameContainer .mat-button-wrapper {
  font-family: var(--theme-font-family-secondary);
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  background: var(--theme-color-secondary);
  color: var(--theme-text-secondary);
  padding: 10px 15px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.btn-info-tournament {
  line-height: 14px;
  position: absolute;
  right: 16px;
  background: var(--theme-read-more-bg);
  border-radius: 10px;
  border: none !important;
  min-width: inherit !important;
  min-height: inherit !important;
  top: 12px;
  width: 40px;
  height: 40px;
}
.carousel-caption .mat-button-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
.home-page-banner .banner-wrapper {
  padding-bottom: 14px;
}
.home-page-banner .banner-wrapper__container {
  border-radius: 40px;
  background:
    linear-gradient(
      180deg,
      rgba(146, 170, 201, 0.2) 0%,
      rgba(72, 84, 99, 0) 100%);
  padding: 32px;
}
.home-page-banner .banner-wrapper__container--article {
  font-family: var(--theme-font-family-headings);
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  width: 50%;
  background:
    linear-gradient(
      -180deg,
      rgba(79, 116, 164, 0.2) 0%,
      #1E2C3E 100%);
  border-radius: 32px;
  padding: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  gap: 8px;
}
.home-page-banner .banner-wrapper__container--article:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      #93BFF8 0%,
      #0A72FA 50.48%,
      #063F89 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.home-page-banner .banner-wrapper__container--article h4.title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgb(249, 250, 250);
  margin: 8px 0;
  width: 100%;
  line-height: 32px;
}
.home-page-banner .banner-wrapper__container--article .highlight-title {
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  color: var(--theme-banner-text);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  -webkit-text-stroke: 2px var(--theme-text-accent);
  white-space: pre-line;
  width: 100%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
.home-page-banner .banner-wrapper__container--article .highlight-title span {
  -webkit-text-stroke: 1px var(--theme-text-accent);
  display: block;
  font-size: 26px;
  line-height: 36px;
}
.home-page-banner .banner-wrapper__container--article .highlight-subtitle {
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-color-white);
  line-height: 40px;
  text-align: center;
  margin: 0;
  white-space: pre-wrap;
  width: 100%;
}
.home-page-banner .banner-wrapper__container--article .highlight-subtitle ::ng-deep span {
  color: var(--theme-banner-text) !important;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.home-page-banner .banner-wrapper__container--article .caption-btn {
  width: 100%;
  height: 64px;
  border-radius: 16px;
  background: var(--theme-color-accent);
  border: none;
  color: var(--theme-text-black) !important;
  font-family: var(--theme-font-family-secondary);
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: capitalize;
  padding: 0 24px;
  width: 320px;
  line-height: 24px;
  margin: 32px auto 0;
}
.home-page-banner .banner-wrapper__container--article .caption-btn .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-page-banner .banner-wrapper__container--figure {
  position: relative;
  width: 50%;
}
.home-page-banner .banner-wrapper__container--figure img {
  position: absolute;
  width: 100%;
}
.home-page-banner .banner-wrapper__container--figure img.img-top {
  top: -84px;
  left: -13px;
  width: 436px;
}
.home-page-banner .banner-wrapper__container--figure img.img-bottom {
  left: -200px;
  width: 329px;
  top: 75px;
}
.home-page-banner .banner-wrapper .swiper {
  display: none;
  border-radius: 40px;
  background:
    linear-gradient(
      180deg,
      rgba(146, 170, 201, 0.2) 0%,
      rgba(72, 84, 99, 0) 100%);
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box {
  width: 100%;
  position: relative;
  min-height: 344px;
  padding: 32px;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  transform: translateY(0);
  width: 50%;
  background:
    linear-gradient(
      -180deg,
      rgba(79, 116, 164, 0.2) 0%,
      #1E2C3E 100%);
  border-radius: 32px;
  padding: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  gap: 8px;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      #93BFF8 0%,
      #0A72FA 50.48%,
      #063F89 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption h4.title {
  font-family: var(--theme-font-family-headings);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgb(249, 250, 250);
  margin: 8px 0;
  width: 100%;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption .highlight-title {
  font-family: var(--theme-font-family-headings);
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  color: var(--theme-banner-text);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  -webkit-text-stroke: 2px var(--theme-text-accent);
  white-space: pre-line;
  width: 100%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption .highlight-subtitle {
  font-family: var(--theme-font-family-headings);
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-color-white);
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
  white-space: pre-wrap;
  width: 100%;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption .highlight-subtitle ::ng-deep span {
  color: var(--theme-banner-text) !important;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption .caption-btn {
  width: 100%;
  height: 64px;
  border-radius: 16px;
  background: var(--theme-color-accent);
  border: none;
  color: var(--theme-text-black) !important;
  font-family: var(--theme-font-family-primary);
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: capitalize;
  padding: 0 24px;
  width: 320px;
  line-height: 24px;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption .caption-btn .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-caption .caption-btn .btn-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0);
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-img {
  width: 50%;
}
.home-page-banner .banner-wrapper .swiper .swiper-slide .swiper-sliders-box .carousel-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .main-page-wrapper .mobile-x-panel {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .main-page-wrapper .mobile-x-panel {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .categoryNameContainer .category-title h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
}
.main-page-wrapper .deposit_bar-container.desktop {
  padding-top: 16px !important;
}
.main-page-wrapper .deposit_bar-container.desktop .deposit_bar {
  margin-top: 24px !important;
}
.main-page-wrapper .swiper-body-container {
  margin-bottom: 24px !important;
}
.expansion-panel .panel-content h2,
.expansion-panel .panel-content ul,
.expansion-panel .panel-content ol {
  color: var(--theme-text-secondary) !important;
}
body.no-scroll {
  overflow: hidden;
}
.desktop-panel.mobile .edit-profile-form-wrapper .inputs-wrapper {
  width: 394px;
}
@media (max-width: 410px) {
  .desktop-panel.mobile .edit-profile-form-wrapper .inputs-wrapper {
    width: 360px;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .desktop-panel.mobile .edit-profile-form-wrapper .inputs-wrapper {
    width: 330px !important;
  }
}
@media (max-width: 410px) {
  .desktop-panel.mobile .edit-profile-form-wrapper .inputs-wrapper .date-form-elem.year-date-form-elem {
    min-width: 124px;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .desktop-panel.mobile .edit-profile-form-wrapper .inputs-wrapper .date-form-elem.year-date-form-elem {
    min-width: 104px !important;
  }
}
@media (max-width: 410px) {
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form mat-form-field,
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .mat-form-field {
    width: 360px !important;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form mat-form-field,
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .mat-form-field {
    width: 330px !important;
  }
}
@media (max-width: 410px) {
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form form .row-group .postal {
    width: 170px !important;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form form .row-group .postal {
    width: 170px !important;
  }
}
@media (max-width: 410px) {
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form form .row-group .city {
    width: 170px !important;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form form .row-group .city {
    width: 140px !important;
  }
}
.desktop-panel.mobile .change-password-cms-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-panel.mobile .casino-form-wrapper {
  width: 394px !important;
}
@media (max-width: 410px) {
  .desktop-panel.mobile .form-custom-design {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .desktop-panel.mobile .form-custom-design .casino-form-wrapper {
    width: 360px !important;
  }
  .desktop-panel.mobile .form-custom-design .casino-form-wrapper #casino-form mat-form-field {
    width: 360px !important;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .desktop-panel.mobile .form-custom-design .casino-form-wrapper #casino-form mat-form-field {
    width: 330px !important;
  }
}
.desktop-panel.desktop .title h2 {
  font-size: 22px;
}
@media (max-width: 410px) {
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .date-form-elem .mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .year-date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .year-date-form-elem .mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .month-date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .month-date-form-elem .mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .day-date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .day-date-form-elem .mat-form-field {
    width: 108px !important;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .date-form-elem .mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .year-date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .year-date-form-elem .mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .month-date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .month-date-form-elem .mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .day-date-form-elem mat-form-field,
  .content-wrapper .device-wrapper .desktop-panel.mobile .edit-profile-form-wrapper #edit-profile-form .day-date-form-elem .mat-form-field {
    width: 104px !important;
  }
}
@media (max-width: 410px) {
  .content-wrapper .device-wrapper .desktop-panel.mobile .casino-form-wrapper #casino-form mat-form-field {
    width: 360px !important;
  }
}
@media (max-width: 410px) and (max-width: 360px) {
  .content-wrapper .device-wrapper .desktop-panel.mobile .casino-form-wrapper #casino-form mat-form-field {
    width: 330px !important;
  }
}
.desktop-edit-avater-dialogbox {
  max-width: 646px !important;
  width: 100% !important;
  height: auto !important;
}
app-account-info .mat-slide-toggle-bar {
  position: relative;
  width: 40px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 28px;
  border: 1px solid #0A72FA;
}
app-account-info .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  transform: translate3d(0, 0, 0);
  transition: all 80ms linear;
  transition-property: transform;
}
app-account-info .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  background-color: #0A72FA;
  height: 16px;
  width: 16px;
}
app-account-info .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #171E27;
}
app-account-info .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #0A72FA;
}
app-account-info .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #0A72FA;
}
app-desktop-game-card .game-card-wrapper .game-card {
  background: var(--theme-background-tertiary-menu);
  border-radius: 16px;
  padding: 4px;
}
app-desktop-game-card .game-card-wrapper .game-card .title {
  min-height: 48px;
  margin-bottom: 0 !important;
}

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