/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/.pnpm/sass-loader@13.2.0_sass@1.58.1_webpack@5.76.1_esbuild@0.17.8_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/.pnpm/sass-loader@13.2.0_sass@1.58.1_webpack@5.76.1_esbuild@0.17.8_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --ion-color-primary: #000000;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-tint: #212121;
  --ion-color-primary-shade: #000000;
  --ion-color-secondary: #0859ff;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-tertiary: #53fa5a;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-success: #2dd36f;
  --ion-color-success-contrast: #ffffff;
  --ion-color-warning: #d6491c;
  --ion-color-warning-contrast: #000000;
  --ion-color-danger: #e03524;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-dark: #5a555b;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-medium: #92949c;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-light: #ffffff;
  --ion-color-light-contrast: #000000;
}

@media (prefers-color-scheme: dark) {
  /*
   * Dark Colors
   * -------------------------------------------
   */
  /*
   * iOS Dark Theme
   * -------------------------------------------
   */
  /*
   * Material Design Dark Theme
   * -------------------------------------------
   */
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/core.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}

html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}

html {
  --ion-font-family: var(--ion-default-font);
}

body {
  background: var(--ion-background-color);
}

body.backdrop-no-scroll {
  overflow: hidden;
}

/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}

/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}

/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}

/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 *
 * Do not use :not(.overlay-hidden) in place of
 * .show-modal because that triggers a memory
 * leak in Blink: https://bugs.chromium.org/p/chromium/issues/detail?id=1418768
 */
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}

/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}

.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}

.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}

.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}

.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}

.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}

.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}

.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}

.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}

.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}

.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}

/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}

.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}

ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.ion-page-invisible {
  opacity: 0;
}

.can-go-back > ion-header ion-back-button {
  display: block;
}

html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}

@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}

.menu-content {
  transform: translate3d(0,  0,  0);
}

.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}

.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}

[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}

.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}

ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}

@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}

ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}

ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}

ion-input input::-webkit-date-and-time-value {
  text-align: start;
}

/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}

/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}

/*# sourceMappingURL=core.css.map */

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/normalize.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}

textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}

textarea::placeholder {
  padding-left: 2px;
}

form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}

a ion-label,
button ion-label {
  pointer-events: none;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}

[tappable] {
  cursor: pointer;
}

a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*# sourceMappingURL=normalize.css.map */

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/structure.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html:not(.hydrated) body {
  display: none;
}

html.ion-ce body {
  display: block;
}

html.plt-pwa {
  height: 100vh;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

/*# sourceMappingURL=structure.css.map */

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/typography.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html {
  font-family: var(--ion-font-family);
}

a {
  background-color: transparent;
  color: var(--ion-color-primary, #3880ff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 26px;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*# sourceMappingURL=typography.css.map */

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/display.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ion-hide {
  display: none !important;
}

.ion-hide-up {
  display: none !important;
}

.ion-hide-down {
  display: none !important;
}

@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}

/*# sourceMappingURL=display.css.map */

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/padding.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: var(--ion-padding, 16px);
  }
}

.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}

.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: var(--ion-margin, 16px);
  }
}

.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: var(--ion-margin, 16px);
  }
}

.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}

/*# sourceMappingURL=padding.css.map */

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/float-elements.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ion-float-left {
  float: left !important;
}

.ion-float-right {
  float: right !important;
}

.ion-float-start {
  float: left !important;
}
[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}

.ion-float-end {
  float: right !important;
}
[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}

@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

  .ion-float-sm-right {
    float: right !important;
  }

  .ion-float-sm-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

  .ion-float-md-right {
    float: right !important;
  }

  .ion-float-md-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

  .ion-float-lg-right {
    float: right !important;
  }

  .ion-float-lg-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

  .ion-float-xl-right {
    float: right !important;
  }

  .ion-float-xl-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}

/*# sourceMappingURL=float-elements.css.map */

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-alignment.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ion-text-center {
  text-align: center !important;
}

.ion-text-justify {
  text-align: justify !important;
}

.ion-text-start {
  text-align: start !important;
}

.ion-text-end {
  text-align: end !important;
}

.ion-text-left {
  text-align: left !important;
}

.ion-text-right {
  text-align: right !important;
}

.ion-text-nowrap {
  white-space: nowrap !important;
}

.ion-text-wrap {
  white-space: normal !important;
}

@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/*# sourceMappingURL=text-alignment.css.map */

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/text-transformation.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}

.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}

.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}

@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

/*# sourceMappingURL=text-transformation.css.map */

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ionic/angular/css/flex-utils.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ion-align-self-start {
  align-self: flex-start !important;
}

.ion-align-self-end {
  align-self: flex-end !important;
}

.ion-align-self-center {
  align-self: center !important;
}

.ion-align-self-stretch {
  align-self: stretch !important;
}

.ion-align-self-baseline {
  align-self: baseline !important;
}

.ion-align-self-auto {
  align-self: auto !important;
}

.ion-wrap {
  flex-wrap: wrap !important;
}

.ion-nowrap {
  flex-wrap: nowrap !important;
}

.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ion-justify-content-start {
  justify-content: flex-start !important;
}

.ion-justify-content-center {
  justify-content: center !important;
}

.ion-justify-content-end {
  justify-content: flex-end !important;
}

.ion-justify-content-around {
  justify-content: space-around !important;
}

.ion-justify-content-between {
  justify-content: space-between !important;
}

.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}

.ion-align-items-start {
  align-items: flex-start !important;
}

.ion-align-items-center {
  align-items: center !important;
}

.ion-align-items-end {
  align-items: flex-end !important;
}

.ion-align-items-stretch {
  align-items: stretch !important;
}

.ion-align-items-baseline {
  align-items: baseline !important;
}

/*# sourceMappingURL=flex-utils.css.map */

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.1_esbuild@0.17.8_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.4.31_webpack@5.76.1_esbuild@0.17.8_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/.pnpm/sass-loader@13.2.0_sass@1.58.1_webpack@5.76.1_esbuild@0.17.8_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss?ngGlobalStyle (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* App Global CSS
* ----------------------------------------------------------------------------
* Put style rules here that you want to apply globally. These styles are for
* the entire app and not just one components. Additionally, this file can be
* used as an entry point to import other CSS/Sass files to be included in the
* output CSS.
* For more information on global stylesheets, visit the documentation:
* https://ionicframework.com/docs/layout/global-stylesheets
*/
/* Core CSS required for Ionic components to work properly */
/* Basic CSS for apps built with Ionic */
/* Optional CSS utils that can be commented out */
body .faq-link {
  cursor: pointer;
}
@media screen and (min-width: 850px) {
  body .custom-modal .modal-wrapper.sc-ion-modal-md,
  body .custom-modal .modal-wrapper.sc-ion-modal-ios {
    width: 300px;
    height: 450px;
    position: fixed;
    top: 0;
    right: 0;
    background: var(--ion-color-dark);
  }
  body .my-custom-class .modal-wrapper.sc-ion-modal-md,
  body .my-custom-class .modal-wrapper.sc-ion-modal-ios {
    width: 100%;
    height: 100%;
  }
  body .transparent-bg-modal .modal-wrapper.sc-ion-modal-md,
  body .transparent-bg-modal .modal-wrapper.sc-ion-modal-ios {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
  }
  body .transparent-bg-modal .modal-wrapper.sc-ion-modal-md .restaurants-list,
  body .transparent-bg-modal .modal-wrapper.sc-ion-modal-ios .restaurants-list {
    width: 500px;
  }
}

.ion-color-purple {
  --ion-color-base: #893bd6;
  --ion-color-base-rgb: 137, 59, 214;
  --ion-color-contrast: #ffffff;
  --ion-color-contrast-rgb: 255, 255, 255;
  --ion-color-shade: #730ed8;
  --ion-color-tint: #a06ad6;
}

.ion-color-action-btn {
  --ion-color-base: #202020;
  --ion-color-contrast: #ffffff;
  --ion-color-shade: #202020;
  --ion-color-tint: #202020;
}

.ion-color-submit-btn {
  --ion-color-base: #38b6ff;
  --ion-color-contrast: #ffffff;
  --ion-color-shade: #38b6ff;
  --ion-color-tint: #38b6ff;
}

* {
  margin: 0;
  padding: 0;
  font-size: 12;
}

body {
  font-family: "Lato", sans-serif;
}

ul,
li {
  list-style: none;
}

.f8 {
  font-size: 8px !important;
}

.f9 {
  font-size: 9px !important;
}

.f10 {
  font-size: 10px !important;
}

.small {
  font-size: 14px !important;
}

.smaller {
  font-size: 12px !important;
}

.medium {
  font-size: 20px !important;
  font-weight: 500;
}

.larger {
  font-size: larger !important;
}

.large {
  font-size: x-large !important;
}

.x-large {
  font-size: xx-large !important;
  font-weight: 600;
}

.xx-large {
  font-size: 36px !important;
  font-weight: 600;
}

.tb {
  font-weight: 800;
}

a {
  color: #0a48b7;
}

ion-content {
  --background: var(--ion-color-primary);
}
ion-content.bg-white {
  --background: var(--ion-color-light);
}

.df {
  display: flex !important;
}

.tac {
  text-align: center;
}

.ac {
  align-items: center !important;
}

.fdc {
  flex-direction: column !important;
}

.afe {
  align-items: flex-end !important;
}

.afs {
  align-items: flex-start !important;
}

.jsb {
  justify-content: space-between;
}

.jse {
  justify-content: space-evenly;
}

.jc {
  justify-content: center !important;
}

.jfe {
  justify-content: flex-end !important;
}

.jfs {
  justify-content: flex-start !important;
}

.left-auto {
  margin-left: auto !important;
}

.cap-case {
  text-transform: capitalize !important;
}

.relative {
  position: relative !important;
}

.bdr-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.radius16 {
  border-radius: 16px !important;
}

.af-none {
  position: relative;
}
.af-none:after, .af-none:before {
  content: "";
  background: transparent none !important;
}

ion-textarea,
ion-input {
  font-size: 14px !important;
}

ion-textarea,
ion-input,
ion-text,
ion-button,
ion-searchbar {
  font-family: "Lato", sans-serif !important;
}

.course-logo {
  width: 98px;
  height: 42px;
  margin-top: 10px !important;
}

.transparent {
  background: transparent !important;
  --background: transparent !important;
}

.no-shadow {
  box-shadow: none;
  --box-shadow: none;
}

.heading h3 {
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  color: var(--ion-color-tertiary);
}

.ion-icon-container ion-icon {
  pointer-events: none;
  font-size: 20px;
}

.fixInfo {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 99;
}
.fixInfo .info-icon {
  height: 24px;
}
.fixInfo.right {
  right: 16px;
  left: inherit;
}

.back-arrow {
  left: 65px;
}

.name {
  font-size: 13px;
  padding: 0px 10px;
  line-height: 20px;
}

.nav-name {
  font-size: 16px;
  padding: 0px 10px;
  line-height: 28px;
  opacity: 0.6;
}

.cursor-pointer {
  cursor: pointer;
}

.sm-btn {
  font-size: 11px;
  text-transform: capitalize;
  height: 34px;
  margin-top: 9px;
}

.med-btn {
  font-size: 14px;
  text-transform: capitalize;
  height: 34px;
  margin-top: 9px;
}

.img-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.img-group .img-group-btn {
  padding: 0;
  height: 20px;
  width: 20px;
  align-self: start;
}
.img-group ion-img {
  object-fit: contain;
  width: 26px;
  height: 26px;
}
.img-group .menu-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.searchBar input {
  border-radius: 6px !important;
  padding-left: 40px !important;
  padding-right: 35px !important;
  height: 35px !important;
  font-size: 14px !important;
}
.searchBar .searchbar-search-icon.sc-ion-searchbar-md {
  left: 10px !important;
  top: 8px !important;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.menu-item ul {
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
}
.menu-item ul li {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  cursor: pointer;
}
.menu-item ul li p,
.menu-item ul li a {
  color: white;
  text-decoration: none;
}
.menu-item ul li ion-icon {
  margin-right: 5px;
  font-size: 16px;
}

.lg-name {
  font-size: 18px;
  line-height: 22px;
  padding-left: 10px;
}

.img-thumbnail {
  border: 2px solid rgba(255, 255, 255, 0.32);
  width: 100%;
  height: 110px;
  margin-top: 4px;
  background: var(--ion-color-light);
}
.img-thumbnail ion-img {
  width: 100%;
  height: 100%;
}

.rate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rate p {
  font-size: 14px;
  font-weight: 600;
}

.quiz .title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.quiz .numberQue {
  font-size: 14px;
  text-align: center;
}
.quiz .answer {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}

.radio-btn {
  display: flex;
  justify-content: space-evenly;
}
.radio-btn .circle {
  width: 23px;
  min-width: 23px;
  height: 23px;
  background-color: var(--ion-color-light);
  color: var(--ion-color-primary);
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.radio-btn .circle.yes {
  background: var(--ion-color-success);
  color: var(--ion-color-light);
}
.radio-btn .circle.no {
  background: var(--ion-color-danger);
}

.cs-pargraph p {
  font-size: 14px;
  color: var(--ion-color-light);
  line-height: 22px;
  text-align: left;
  margin-bottom: 16px;
}

.cs-heading {
  margin: 0 0 16px 0;
  color: white;
  text-align: center;
}
.cs-heading .cs-heading-title {
  font-size: 16px;
  color: white;
  text-align: center;
  margin: 0 0 8px 0;
  font-weight: 100;
}

.ionic-selectable-modal ion-content {
  --background: var(--ion-color-light) !important;
}
.ionic-selectable-modal ion-button {
  color: var(--ion-color-danger);
}
.ionic-selectable-modal .ionic-selectable-group ion-label {
  margin-left: 10px;
  font-size: 14px !important;
}

ion-button ion-spinner {
  display: none;
}
ion-button.loading ion-label {
  font-size: 0;
}
ion-button.loading ion-spinner {
  display: block;
}

.custom-modal {
  background: rgba(40, 40, 40, 0.6) !important;
  --background: rgba(40, 40, 40, 0.6) !important;
  padding-top: 64px;
}

.input-block {
  border: 2px solid rgba(143, 116, 84, 0.4);
  margin: 12px 10px 10px;
  border-radius: 5px;
  color: var(--ion-color-primary);
}
.input-block ion-label {
  font-size: 4px;
}

.selectable ionic-selectable {
  height: 41px;
  background: var(--ion-color-light);
  color: var(--ion-color-primary);
  padding: 0px 10px;
  font-size: 14px;
}

.bg-white {
  background-color: var(--ion-color-light);
}

.collapse {
  margin-bottom: 10px;
  margin: 0px -16px;
}
.collapse .collapse-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 60px 0px 16px;
  min-height: 30px;
  position: relative;
  border-bottom: 1px solid var(--ion-color-medium);
}
.collapse .collapse-header h2 {
  margin: 0px;
  font-size: 16px;
  color: var(--ion-color-light);
}
.collapse .collapse-header span {
  font-size: 12px;
  color: var(--ion-color-light);
}
.collapse .collapse-header:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  background: url('caret_down.png') no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.collapse .collapse-body {
  background-color: var(--ion-color-dark);
  padding: 2px;
  display: none;
}
.collapse .collapse-body .body-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.collapse .collapse-body .body-content ion-text {
  font-size: 14px;
  color: #cac9c9;
  text-decoration: underline;
}
.collapse .collapse-body .body-content ion-button {
  text-transform: capitalize;
}
.collapse .collapse-body .right-btn-item {
  display: flex;
  align-items: center;
}
.collapse .collapse-body .right-btn-item ion-fab-button {
  width: 30px;
  height: 30px;
  --background: transparent;
  --box-shadow: none;
  margin-right: 10px;
}
.collapse .collapse-body .right-btn-item ion-fab-button:last-child {
  margin-right: 0px;
}
.collapse:last-child {
  margin-bottom: 0px;
}
.collapse.active .collapse-header {
  border-bottom: 0px;
}
.collapse.active .collapse-header:after {
  content: "";
  background: url('caret_down.png') no-repeat;
  transform: scaleY(-1);
  background-size: 100%;
}
.collapse.active .collapse-body {
  display: inherit;
}

.cs-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 45px 24px 0px 24px;
  z-index: 100;
}
.cs-modal .list-scroll {
  min-height: auto;
  max-height: 200px;
  overflow: auto;
}
.cs-modal .or {
  padding: 24px;
  text-align: center;
  font-size: 18px;
  color: var(--ion-color-light);
}
.cs-modal .input-column {
  background: var(--ion-color-light);
  font-size: 14px;
}
.cs-modal .alert-content {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}
.cs-modal .alert-content p {
  font-size: 14px;
  font-weight: bold;
  color: var(--ion-color-primary);
  line-height: 24px;
}
.cs-modal .alert-content span {
  font-size: 14px;
  display: block;
  line-height: 20px;
  color: var(--ion-color-primary);
}

.transparent-bg-modal {
  --background: rgba(0, 0, 0, 0.9);
}

.list-modal {
  position: fixed;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.95);
  padding: 0px 24px 0px 24px;
  z-index: 100;
}
.list-modal .modal-content {
  margin: auto 0;
  padding: 2rem;
  background-color: white;
  color: black;
  border-radius: 5px;
}
.list-modal .list-modal-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.list-modal .list-modal-cbrow {
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  margin-top: 0.5rem;
}
.list-modal .list-modal-cbrow ion-checkbox {
  --size: 16px;
  margin-top: 2px;
}
.list-modal .btn-row {
  display: flex;
  justify-content: center;
  gap: 20%;
}

.revive-text {
  font-size: 16px;
  margin: 0px;
  font-weight: normal;
}

.cs-item {
  font-size: 14px;
}

.star-af, .rating-star.five-star ion-icon:after, .rating-star.four-star ion-icon:nth-child(1):after, .rating-star.four-star ion-icon:nth-child(2):after, .rating-star.four-star ion-icon:nth-child(3):after, .rating-star.four-star ion-icon:nth-child(4):after, .rating-star.three-star ion-icon:nth-child(1):after, .rating-star.three-star ion-icon:nth-child(2):after, .rating-star.three-star ion-icon:nth-child(3):after, .rating-star.two-star ion-icon:nth-child(1):after, .rating-star.two-star ion-icon:nth-child(2):after, .rating-star.one-star ion-icon:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background: url('star.svg') no-repeat;
  background-size: cover;
}

.rating-star ion-icon {
  margin-right: 4px;
  font-size: 20px;
  color: var(--ion-color-light);
}
.rating-star ion-icon:last-child {
  margin-right: 0px;
}
.rating-star.sm-star ion-icon {
  font-size: 11px;
}
.rating-star.one-star ion-icon:first-child {
  color: var(--ion-color-tertiary);
  position: relative;
}
.rating-star.two-star ion-icon:nth-child(1), .rating-star.two-star ion-icon:nth-child(2) {
  color: var(--ion-color-tertiary);
  position: relative;
}
.rating-star.three-star ion-icon:nth-child(1), .rating-star.three-star ion-icon:nth-child(2), .rating-star.three-star ion-icon:nth-child(3) {
  color: var(--ion-color-tertiary);
  position: relative;
}
.rating-star.four-star ion-icon:nth-child(1), .rating-star.four-star ion-icon:nth-child(2), .rating-star.four-star ion-icon:nth-child(3), .rating-star.four-star ion-icon:nth-child(4) {
  color: var(--ion-color-tertiary);
  position: relative;
}
.tab-bar {
  padding-right: 20px;
}
.tab-bar .tab-btn {
  display: flex;
  align-items: center;
  padding: 0px 3px;
  cursor: pointer;
}
.tab-bar .tab-btn a {
  width: 100%;
  border-color: white;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  text-align: center;
  padding: 8px;
  color: white;
}
.tab-bar .tab-btn a.active {
  background: var(--ion-color-secondary);
  color: black;
}
.tab-bar .tab-body {
  border-radius: 6px;
  border: 1px solid var(--ion-color-medium);
  overflow: auto;
  height: 191px;
  background-color: white;
}
.tab-bar .tab-body ion-list ion-item {
  --min-height: 35px;
}

.pin-desc {
  display: flex;
  align-content: center;
  margin: 12px 0px;
}
.pin-desc span {
  margin-left: 10px;
  margin-top: 5px;
}

.tap-desc {
  display: flex;
  align-content: center;
  margin: 12px 0px;
}
.tap-desc span {
  margin-right: 10px;
  margin-top: 2px;
}

.bookmark-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  transform: translateZ(0);
}
.bookmark-item.flat {
  padding: 0px;
  align-items: flex-start;
  margin-top: 30px;
}
.bookmark-item.flat .restaurants-list ion-list {
  height: inherit;
  min-height: auto;
  max-height: 450px;
}

ion-fab.close-fab {
  position: inherit;
  margin-top: 16px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.web-600 {
  display: grid;
  grid-template-columns: minmax(auto, 600px);
  justify-content: center;
  border-radius: 30px;
  background-color: black;
}
.web-600 .head {
  text-align: center;
  position: relative;
  width: 100%;
}
.web-600 .head img {
  height: 35px;
}
.web-600 .head p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 5px 0px;
}
.web-600 .head span {
  font-size: 16px;
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 16px;
  display: block;
}
.web-600 ion-list {
  height: 180px;
  overflow: auto;
  padding-top: 16px;
  padding-right: 16px;
}
.web-600 ion-list ion-avatar {
  background: var(--ion-color-primary);
  border-radius: 0px;
  margin-right: 12px;
}
.web-600 ion-list ion-avatar.add-new {
  background: var(--ion-color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  margin-bottom: 12px;
}
.web-600 ion-list ion-avatar.add-new ion-icon {
  font-size: 2.5rem;
}
.web-600 ion-list input {
  width: 100%;
  height: 35px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid var(--ion-color-medium);
  font-size: 16px;
}
.web-600 ion-list.sm-height {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 170px;
  padding-right: 0px;
}
.web-600 ion-list.sm-height ion-button {
  text-transform: capitalize;
  width: 90px;
  height: 34px;
  font-size: 14px;
  --border-radius: 8px;
  --box-shadow: none;
  margin: 32px auto auto;
}
.web-600 ion-list.flat-list {
  height: auto;
  padding: 0 0 0 10px;
  background: transparent;
}
.web-600 ion-list.flat-list ion-item {
  position: relative;
}
.web-600 ion-list.flat-list ion-item ion-label {
  padding-right: 16px;
}
.web-600 ion-list.flat-list ion-item .next-item {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.web-600 ion-list.flat-list ion-item p {
  font-size: 12px;
}
.web-600 ion-list.flat-list ion-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 63px;
  width: 100%;
  height: 1px;
  background: var(--ion-color-medium);
  z-index: 1;
}
.web-600 ion-list.flat-list ion-item:last-child:after {
  height: 0px;
}
.web-600.hidden {
  overflow: hidden;
}

.alert-block {
  width: 100%;
  text-align: center;
}
.alert-block p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.alert-block span {
  font-size: 13px;
  letter-spacing: 0.3px;
}
.alert-block ion-icon {
  font-size: 2rem;
}

.collapse .collapse-list {
  color: white;
  cursor: pointer;
}
.collapse .collapse-list .collapse-header {
  padding: 8px 70px 8px 16px;
  display: grid;
  grid-template-columns: 1fr 120px 30px;
  align-items: center;
  position: relative;
}
.collapse .collapse-list .collapse-header h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}
.collapse .collapse-list .collapse-header p {
  font-size: 12px;
}
.collapse .collapse-list .collapse-header:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  background: url('caret_down.png') no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.collapse .collapse-list .collapse-content {
  padding: 8px 54px 8px 16px;
  background: var(--ion-color-primary-tint);
  position: relative;
  display: none;
}
.collapse .collapse-list .collapse-content p {
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
.collapse .collapse-list .collapse-content p img {
  opacity: 1 !important;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.collapse .collapse-list .collapse-content ion-icon {
  position: absolute;
  top: 6px;
  right: 16px;
  font-size: 1.6rem;
}
.collapse .collapse-list.active .collapse-header:after {
  content: "";
  background: url('caret_down.png') no-repeat;
  transform: scaleY(-1);
  margin-top: -5px;
  background-size: 100%;
}
.collapse .collapse-list.active .collapse-content {
  display: block;
}

ion-textarea.textarea-height {
  text-align: right;
}
ion-textarea.textarea-height textarea {
  height: 100px !important;
}

.alert-checkbox-group::-webkit-scrollbar,
.alert-radio-group::-webkit-scrollbar,
.alert-message::-webkit-scrollbar {
  display: block !important;
  width: 1em;
}

.alert-checkbox-group::-webkit-scrollbar-track,
.alert-radio-group::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.alert-checkbox-group::-webkit-scrollbar-thumb,
.alert-radio-group::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.fix-searchbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background: var(--ion-color-primary);
}
.fix-searchbar .flat-search {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.info-panel.home-info-panel img {
  opacity: 1 !important;
  height: 36px !important;
}

.loading-controller .loading-wrapper {
  background: transparent;
  box-shadow: none;
}

@keyframes spinner {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(90deg);
  }
}
.spinner {
  animation: spinner 1s linear infinite alternate;
}

.restaurant-button {
  cursor: pointer;
}

/* So weird, this only works if put in the global scss file!!!*/
.category-select ion-checkbox {
  margin-right: 10px;
}

.padding0 {
  padding: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml21 {
  margin-left: 21px !important;
}

.ml22 {
  margin-left: 22px !important;
}

.ml23 {
  margin-left: 23px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml26 {
  margin-left: 26px !important;
}

.ml27 {
  margin-left: 27px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.ml29 {
  margin-left: 29px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml31 {
  margin-left: 31px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.ml34 {
  margin-left: 34px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.ml37 {
  margin-left: 37px !important;
}

.ml38 {
  margin-left: 38px !important;
}

.ml39 {
  margin-left: 39px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml41 {
  margin-left: 41px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.ml44 {
  margin-left: 44px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml46 {
  margin-left: 46px !important;
}

.ml47 {
  margin-left: 47px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml49 {
  margin-left: 49px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml51 {
  margin-left: 51px !important;
}

.ml52 {
  margin-left: 52px !important;
}

.ml53 {
  margin-left: 53px !important;
}

.ml54 {
  margin-left: 54px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml57 {
  margin-left: 57px !important;
}

.ml58 {
  margin-left: 58px !important;
}

.ml59 {
  margin-left: 59px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml61 {
  margin-left: 61px !important;
}

.ml62 {
  margin-left: 62px !important;
}

.ml63 {
  margin-left: 63px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml66 {
  margin-left: 66px !important;
}

.ml67 {
  margin-left: 67px !important;
}

.ml68 {
  margin-left: 68px !important;
}

.ml69 {
  margin-left: 69px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml71 {
  margin-left: 71px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml73 {
  margin-left: 73px !important;
}

.ml74 {
  margin-left: 74px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml76 {
  margin-left: 76px !important;
}

.ml77 {
  margin-left: 77px !important;
}

.ml78 {
  margin-left: 78px !important;
}

.ml79 {
  margin-left: 79px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml81 {
  margin-left: 81px !important;
}

.ml82 {
  margin-left: 82px !important;
}

.ml83 {
  margin-left: 83px !important;
}

.ml84 {
  margin-left: 84px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml86 {
  margin-left: 86px !important;
}

.ml87 {
  margin-left: 87px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.ml89 {
  margin-left: 89px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml91 {
  margin-left: 91px !important;
}

.ml92 {
  margin-left: 92px !important;
}

.ml93 {
  margin-left: 93px !important;
}

.ml94 {
  margin-left: 94px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.ml97 {
  margin-left: 97px !important;
}

.ml98 {
  margin-left: 98px !important;
}

.ml99 {
  margin-left: 99px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr21 {
  margin-right: 21px !important;
}

.mr22 {
  margin-right: 22px !important;
}

.mr23 {
  margin-right: 23px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr26 {
  margin-right: 26px !important;
}

.mr27 {
  margin-right: 27px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.mr29 {
  margin-right: 29px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr31 {
  margin-right: 31px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr33 {
  margin-right: 33px !important;
}

.mr34 {
  margin-right: 34px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mr37 {
  margin-right: 37px !important;
}

.mr38 {
  margin-right: 38px !important;
}

.mr39 {
  margin-right: 39px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr41 {
  margin-right: 41px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mr44 {
  margin-right: 44px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr46 {
  margin-right: 46px !important;
}

.mr47 {
  margin-right: 47px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr49 {
  margin-right: 49px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt21 {
  margin-top: 21px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt31 {
  margin-top: 31px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt37 {
  margin-top: 37px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.mt39 {
  margin-top: 39px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt41 {
  margin-top: 41px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt49 {
  margin-top: 49px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb21 {
  margin-bottom: 21px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb41 {
  margin-bottom: 41px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb46 {
  margin-bottom: 46px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb51 {
  margin-bottom: 51px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb61 {
  margin-bottom: 61px !important;
}

.mb62 {
  margin-bottom: 62px !important;
}

.mb63 {
  margin-bottom: 63px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb66 {
  margin-bottom: 66px !important;
}

.mb67 {
  margin-bottom: 67px !important;
}

.mb68 {
  margin-bottom: 68px !important;
}

.mb69 {
  margin-bottom: 69px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb71 {
  margin-bottom: 71px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb73 {
  margin-bottom: 73px !important;
}

.mb74 {
  margin-bottom: 74px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb76 {
  margin-bottom: 76px !important;
}

.mb77 {
  margin-bottom: 77px !important;
}

.mb78 {
  margin-bottom: 78px !important;
}

.mb79 {
  margin-bottom: 79px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb81 {
  margin-bottom: 81px !important;
}

.mb82 {
  margin-bottom: 82px !important;
}

.mb83 {
  margin-bottom: 83px !important;
}

.mb84 {
  margin-bottom: 84px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb86 {
  margin-bottom: 86px !important;
}

.mb87 {
  margin-bottom: 87px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb89 {
  margin-bottom: 89px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt21 {
  padding-top: 21px !important;
}

.pt22 {
  padding-top: 22px !important;
}

.pt23 {
  padding-top: 23px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt26 {
  padding-top: 26px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pt29 {
  padding-top: 29px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt31 {
  padding-top: 31px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pt34 {
  padding-top: 34px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pt38 {
  padding-top: 38px !important;
}

.pt39 {
  padding-top: 39px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt41 {
  padding-top: 41px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt46 {
  padding-top: 46px !important;
}

.pt47 {
  padding-top: 47px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt49 {
  padding-top: 49px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt51 {
  padding-top: 51px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pt53 {
  padding-top: 53px !important;
}

.pt54 {
  padding-top: 54px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt57 {
  padding-top: 57px !important;
}

.pt58 {
  padding-top: 58px !important;
}

.pt59 {
  padding-top: 59px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr21 {
  padding-right: 21px !important;
}

.pr22 {
  padding-right: 22px !important;
}

.pr23 {
  padding-right: 23px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr26 {
  padding-right: 26px !important;
}

.pr27 {
  padding-right: 27px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.pr29 {
  padding-right: 29px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr31 {
  padding-right: 31px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pr33 {
  padding-right: 33px !important;
}

.pr34 {
  padding-right: 34px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pr37 {
  padding-right: 37px !important;
}

.pr38 {
  padding-right: 38px !important;
}

.pr39 {
  padding-right: 39px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr41 {
  padding-right: 41px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pr44 {
  padding-right: 44px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr46 {
  padding-right: 46px !important;
}

.pr47 {
  padding-right: 47px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pr49 {
  padding-right: 49px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb21 {
  padding-bottom: 21px !important;
}

.pb22 {
  padding-bottom: 22px !important;
}

.pb23 {
  padding-bottom: 23px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb26 {
  padding-bottom: 26px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pb29 {
  padding-bottom: 29px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb31 {
  padding-bottom: 31px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pb34 {
  padding-bottom: 34px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb37 {
  padding-bottom: 37px !important;
}

.pb38 {
  padding-bottom: 38px !important;
}

.pb39 {
  padding-bottom: 39px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb41 {
  padding-bottom: 41px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb46 {
  padding-bottom: 46px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb49 {
  padding-bottom: 49px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pl19 {
  padding-left: 19px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl21 {
  padding-left: 21px !important;
}

.pl22 {
  padding-left: 22px !important;
}

.pl23 {
  padding-left: 23px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl26 {
  padding-left: 26px !important;
}

.pl27 {
  padding-left: 27px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.pl29 {
  padding-left: 29px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl31 {
  padding-left: 31px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl33 {
  padding-left: 33px !important;
}

.pl34 {
  padding-left: 34px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pl37 {
  padding-left: 37px !important;
}

.pl38 {
  padding-left: 38px !important;
}

.pl39 {
  padding-left: 39px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl41 {
  padding-left: 41px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.pl44 {
  padding-left: 44px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl46 {
  padding-left: 46px !important;
}

.pl47 {
  padding-left: 47px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pl49 {
  padding-left: 49px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w1 {
  width: 1px !important;
}

.w2 {
  width: 2px !important;
}

.w3 {
  width: 3px !important;
}

.w4 {
  width: 4px !important;
}

.w5 {
  width: 5px !important;
}

.w6 {
  width: 6px !important;
}

.w7 {
  width: 7px !important;
}

.w8 {
  width: 8px !important;
}

.w9 {
  width: 9px !important;
}

.w10 {
  width: 10px !important;
}

.w11 {
  width: 11px !important;
}

.w12 {
  width: 12px !important;
}

.w13 {
  width: 13px !important;
}

.w14 {
  width: 14px !important;
}

.w15 {
  width: 15px !important;
}

.w16 {
  width: 16px !important;
}

.w17 {
  width: 17px !important;
}

.w18 {
  width: 18px !important;
}

.w19 {
  width: 19px !important;
}

.w20 {
  width: 20px !important;
}

.w21 {
  width: 21px !important;
}

.w22 {
  width: 22px !important;
}

.w23 {
  width: 23px !important;
}

.w24 {
  width: 24px !important;
}

.w25 {
  width: 25px !important;
}

.w26 {
  width: 26px !important;
}

.w27 {
  width: 27px !important;
}

.w28 {
  width: 28px !important;
}

.w29 {
  width: 29px !important;
}

.w30 {
  width: 30px !important;
}

.w31 {
  width: 31px !important;
}

.w32 {
  width: 32px !important;
}

.w33 {
  width: 33px !important;
}

.w34 {
  width: 34px !important;
}

.w35 {
  width: 35px !important;
}

.w36 {
  width: 36px !important;
}

.w37 {
  width: 37px !important;
}

.w38 {
  width: 38px !important;
}

.w39 {
  width: 39px !important;
}

.w40 {
  width: 40px !important;
}

.w41 {
  width: 41px !important;
}

.w42 {
  width: 42px !important;
}

.w43 {
  width: 43px !important;
}

.w44 {
  width: 44px !important;
}

.w45 {
  width: 45px !important;
}

.w46 {
  width: 46px !important;
}

.w47 {
  width: 47px !important;
}

.w48 {
  width: 48px !important;
}

.w49 {
  width: 49px !important;
}

.w50 {
  width: 50px !important;
}

.w51 {
  width: 51px !important;
}

.w52 {
  width: 52px !important;
}

.w53 {
  width: 53px !important;
}

.w54 {
  width: 54px !important;
}

.w55 {
  width: 55px !important;
}

.w56 {
  width: 56px !important;
}

.w57 {
  width: 57px !important;
}

.w58 {
  width: 58px !important;
}

.w59 {
  width: 59px !important;
}

.w60 {
  width: 60px !important;
}

.w61 {
  width: 61px !important;
}

.w62 {
  width: 62px !important;
}

.w63 {
  width: 63px !important;
}

.w64 {
  width: 64px !important;
}

.w65 {
  width: 65px !important;
}

.w66 {
  width: 66px !important;
}

.w67 {
  width: 67px !important;
}

.w68 {
  width: 68px !important;
}

.w69 {
  width: 69px !important;
}

.w70 {
  width: 70px !important;
}

.w71 {
  width: 71px !important;
}

.w72 {
  width: 72px !important;
}

.w73 {
  width: 73px !important;
}

.w74 {
  width: 74px !important;
}

.w75 {
  width: 75px !important;
}

.w76 {
  width: 76px !important;
}

.w77 {
  width: 77px !important;
}

.w78 {
  width: 78px !important;
}

.w79 {
  width: 79px !important;
}

.w80 {
  width: 80px !important;
}

.w81 {
  width: 81px !important;
}

.w82 {
  width: 82px !important;
}

.w83 {
  width: 83px !important;
}

.w84 {
  width: 84px !important;
}

.w85 {
  width: 85px !important;
}

.w86 {
  width: 86px !important;
}

.w87 {
  width: 87px !important;
}

.w88 {
  width: 88px !important;
}

.w89 {
  width: 89px !important;
}

.w90 {
  width: 90px !important;
}

.w91 {
  width: 91px !important;
}

.w92 {
  width: 92px !important;
}

.w93 {
  width: 93px !important;
}

.w94 {
  width: 94px !important;
}

.w95 {
  width: 95px !important;
}

.w96 {
  width: 96px !important;
}

.w97 {
  width: 97px !important;
}

.w98 {
  width: 98px !important;
}

.w99 {
  width: 99px !important;
}

.w100 {
  width: 100px !important;
}

.w101 {
  width: 101px !important;
}

.w102 {
  width: 102px !important;
}

.w103 {
  width: 103px !important;
}

.w104 {
  width: 104px !important;
}

.w105 {
  width: 105px !important;
}

.w106 {
  width: 106px !important;
}

.w107 {
  width: 107px !important;
}

.w108 {
  width: 108px !important;
}

.w109 {
  width: 109px !important;
}

.w110 {
  width: 110px !important;
}

.w111 {
  width: 111px !important;
}

.w112 {
  width: 112px !important;
}

.w113 {
  width: 113px !important;
}

.w114 {
  width: 114px !important;
}

.w115 {
  width: 115px !important;
}

.w116 {
  width: 116px !important;
}

.w117 {
  width: 117px !important;
}

.w118 {
  width: 118px !important;
}

.w119 {
  width: 119px !important;
}

.w120 {
  width: 120px !important;
}

.w121 {
  width: 121px !important;
}

.w122 {
  width: 122px !important;
}

.w123 {
  width: 123px !important;
}

.w124 {
  width: 124px !important;
}

.w125 {
  width: 125px !important;
}

.w126 {
  width: 126px !important;
}

.w127 {
  width: 127px !important;
}

.w128 {
  width: 128px !important;
}

.w129 {
  width: 129px !important;
}

.w130 {
  width: 130px !important;
}

.w131 {
  width: 131px !important;
}

.w132 {
  width: 132px !important;
}

.w133 {
  width: 133px !important;
}

.w134 {
  width: 134px !important;
}

.w135 {
  width: 135px !important;
}

.w136 {
  width: 136px !important;
}

.w137 {
  width: 137px !important;
}

.w138 {
  width: 138px !important;
}

.w139 {
  width: 139px !important;
}

.w140 {
  width: 140px !important;
}

.w141 {
  width: 141px !important;
}

.w142 {
  width: 142px !important;
}

.w143 {
  width: 143px !important;
}

.w144 {
  width: 144px !important;
}

.w145 {
  width: 145px !important;
}

.w146 {
  width: 146px !important;
}

.w147 {
  width: 147px !important;
}

.w148 {
  width: 148px !important;
}

.w149 {
  width: 149px !important;
}

.w150 {
  width: 150px !important;
}

.w151 {
  width: 151px !important;
}

.w152 {
  width: 152px !important;
}

.w153 {
  width: 153px !important;
}

.w154 {
  width: 154px !important;
}

.w155 {
  width: 155px !important;
}

.w156 {
  width: 156px !important;
}

.w157 {
  width: 157px !important;
}

.w158 {
  width: 158px !important;
}

.w159 {
  width: 159px !important;
}

.w160 {
  width: 160px !important;
}

.w161 {
  width: 161px !important;
}

.w162 {
  width: 162px !important;
}

.w163 {
  width: 163px !important;
}

.w164 {
  width: 164px !important;
}

.w165 {
  width: 165px !important;
}

.w166 {
  width: 166px !important;
}

.w167 {
  width: 167px !important;
}

.w168 {
  width: 168px !important;
}

.w169 {
  width: 169px !important;
}

.w170 {
  width: 170px !important;
}

.w171 {
  width: 171px !important;
}

.w172 {
  width: 172px !important;
}

.w173 {
  width: 173px !important;
}

.w174 {
  width: 174px !important;
}

.w175 {
  width: 175px !important;
}

.w176 {
  width: 176px !important;
}

.w177 {
  width: 177px !important;
}

.w178 {
  width: 178px !important;
}

.w179 {
  width: 179px !important;
}

.w180 {
  width: 180px !important;
}

.w181 {
  width: 181px !important;
}

.w182 {
  width: 182px !important;
}

.w183 {
  width: 183px !important;
}

.w184 {
  width: 184px !important;
}

.w185 {
  width: 185px !important;
}

.w186 {
  width: 186px !important;
}

.w187 {
  width: 187px !important;
}

.w188 {
  width: 188px !important;
}

.w189 {
  width: 189px !important;
}

.w190 {
  width: 190px !important;
}

.w191 {
  width: 191px !important;
}

.w192 {
  width: 192px !important;
}

.w193 {
  width: 193px !important;
}

.w194 {
  width: 194px !important;
}

.w195 {
  width: 195px !important;
}

.w196 {
  width: 196px !important;
}

.w197 {
  width: 197px !important;
}

.w198 {
  width: 198px !important;
}

.w199 {
  width: 199px !important;
}

.w200 {
  width: 200px !important;
}

.w201 {
  width: 201px !important;
}

.w202 {
  width: 202px !important;
}

.w203 {
  width: 203px !important;
}

.w204 {
  width: 204px !important;
}

.w205 {
  width: 205px !important;
}

.w206 {
  width: 206px !important;
}

.w207 {
  width: 207px !important;
}

.w208 {
  width: 208px !important;
}

.w209 {
  width: 209px !important;
}

.w210 {
  width: 210px !important;
}

.w211 {
  width: 211px !important;
}

.w212 {
  width: 212px !important;
}

.w213 {
  width: 213px !important;
}

.w214 {
  width: 214px !important;
}

.w215 {
  width: 215px !important;
}

.w216 {
  width: 216px !important;
}

.w217 {
  width: 217px !important;
}

.w218 {
  width: 218px !important;
}

.w219 {
  width: 219px !important;
}

.w220 {
  width: 220px !important;
}

.w221 {
  width: 221px !important;
}

.w222 {
  width: 222px !important;
}

.w223 {
  width: 223px !important;
}

.w224 {
  width: 224px !important;
}

.w225 {
  width: 225px !important;
}

.w226 {
  width: 226px !important;
}

.w227 {
  width: 227px !important;
}

.w228 {
  width: 228px !important;
}

.w229 {
  width: 229px !important;
}

.w230 {
  width: 230px !important;
}

.w231 {
  width: 231px !important;
}

.w232 {
  width: 232px !important;
}

.w233 {
  width: 233px !important;
}

.w234 {
  width: 234px !important;
}

.w235 {
  width: 235px !important;
}

.w236 {
  width: 236px !important;
}

.w237 {
  width: 237px !important;
}

.w238 {
  width: 238px !important;
}

.w239 {
  width: 239px !important;
}

.w240 {
  width: 240px !important;
}

.w241 {
  width: 241px !important;
}

.w242 {
  width: 242px !important;
}

.w243 {
  width: 243px !important;
}

.w244 {
  width: 244px !important;
}

.w245 {
  width: 245px !important;
}

.w246 {
  width: 246px !important;
}

.w247 {
  width: 247px !important;
}

.w248 {
  width: 248px !important;
}

.w249 {
  width: 249px !important;
}

.w250 {
  width: 250px !important;
}

.w251 {
  width: 251px !important;
}

.w252 {
  width: 252px !important;
}

.w253 {
  width: 253px !important;
}

.w254 {
  width: 254px !important;
}

.w255 {
  width: 255px !important;
}

.w256 {
  width: 256px !important;
}

.w257 {
  width: 257px !important;
}

.w258 {
  width: 258px !important;
}

.w259 {
  width: 259px !important;
}

.w260 {
  width: 260px !important;
}

.w261 {
  width: 261px !important;
}

.w262 {
  width: 262px !important;
}

.w263 {
  width: 263px !important;
}

.w264 {
  width: 264px !important;
}

.w265 {
  width: 265px !important;
}

.w266 {
  width: 266px !important;
}

.w267 {
  width: 267px !important;
}

.w268 {
  width: 268px !important;
}

.w269 {
  width: 269px !important;
}

.w270 {
  width: 270px !important;
}

.w271 {
  width: 271px !important;
}

.w272 {
  width: 272px !important;
}

.w273 {
  width: 273px !important;
}

.w274 {
  width: 274px !important;
}

.w275 {
  width: 275px !important;
}

.w276 {
  width: 276px !important;
}

.w277 {
  width: 277px !important;
}

.w278 {
  width: 278px !important;
}

.w279 {
  width: 279px !important;
}

.w280 {
  width: 280px !important;
}

.w281 {
  width: 281px !important;
}

.w282 {
  width: 282px !important;
}

.w283 {
  width: 283px !important;
}

.w284 {
  width: 284px !important;
}

.w285 {
  width: 285px !important;
}

.w286 {
  width: 286px !important;
}

.w287 {
  width: 287px !important;
}

.w288 {
  width: 288px !important;
}

.w289 {
  width: 289px !important;
}

.w290 {
  width: 290px !important;
}

.w291 {
  width: 291px !important;
}

.w292 {
  width: 292px !important;
}

.w293 {
  width: 293px !important;
}

.w294 {
  width: 294px !important;
}

.w295 {
  width: 295px !important;
}

.w296 {
  width: 296px !important;
}

.w297 {
  width: 297px !important;
}

.w298 {
  width: 298px !important;
}

.w299 {
  width: 299px !important;
}

.w300 {
  width: 300px !important;
}

.w301 {
  width: 301px !important;
}

.w302 {
  width: 302px !important;
}

.w303 {
  width: 303px !important;
}

.w304 {
  width: 304px !important;
}

.w305 {
  width: 305px !important;
}

.w306 {
  width: 306px !important;
}

.w307 {
  width: 307px !important;
}

.w308 {
  width: 308px !important;
}

.w309 {
  width: 309px !important;
}

.w310 {
  width: 310px !important;
}

.w311 {
  width: 311px !important;
}

.w312 {
  width: 312px !important;
}

.w313 {
  width: 313px !important;
}

.w314 {
  width: 314px !important;
}

.w315 {
  width: 315px !important;
}

.w316 {
  width: 316px !important;
}

.w317 {
  width: 317px !important;
}

.w318 {
  width: 318px !important;
}

.w319 {
  width: 319px !important;
}

.w320 {
  width: 320px !important;
}

.w321 {
  width: 321px !important;
}

.w322 {
  width: 322px !important;
}

.w323 {
  width: 323px !important;
}

.w324 {
  width: 324px !important;
}

.w325 {
  width: 325px !important;
}

.w326 {
  width: 326px !important;
}

.w327 {
  width: 327px !important;
}

.w328 {
  width: 328px !important;
}

.w329 {
  width: 329px !important;
}

.w330 {
  width: 330px !important;
}

.w331 {
  width: 331px !important;
}

.w332 {
  width: 332px !important;
}

.w333 {
  width: 333px !important;
}

.w334 {
  width: 334px !important;
}

.w335 {
  width: 335px !important;
}

.w336 {
  width: 336px !important;
}

.w337 {
  width: 337px !important;
}

.w338 {
  width: 338px !important;
}

.w339 {
  width: 339px !important;
}

.w340 {
  width: 340px !important;
}

.w341 {
  width: 341px !important;
}

.w342 {
  width: 342px !important;
}

.w343 {
  width: 343px !important;
}

.w344 {
  width: 344px !important;
}

.w345 {
  width: 345px !important;
}

.w346 {
  width: 346px !important;
}

.w347 {
  width: 347px !important;
}

.w348 {
  width: 348px !important;
}

.w349 {
  width: 349px !important;
}

.w350 {
  width: 350px !important;
}

.w351 {
  width: 351px !important;
}

.w352 {
  width: 352px !important;
}

.w353 {
  width: 353px !important;
}

.w354 {
  width: 354px !important;
}

.w355 {
  width: 355px !important;
}

.w356 {
  width: 356px !important;
}

.w357 {
  width: 357px !important;
}

.w358 {
  width: 358px !important;
}

.w359 {
  width: 359px !important;
}

.w360 {
  width: 360px !important;
}

.w361 {
  width: 361px !important;
}

.w362 {
  width: 362px !important;
}

.w363 {
  width: 363px !important;
}

.w364 {
  width: 364px !important;
}

.w365 {
  width: 365px !important;
}

.w366 {
  width: 366px !important;
}

.w367 {
  width: 367px !important;
}

.w368 {
  width: 368px !important;
}

.w369 {
  width: 369px !important;
}

.w370 {
  width: 370px !important;
}

.w371 {
  width: 371px !important;
}

.w372 {
  width: 372px !important;
}

.w373 {
  width: 373px !important;
}

.w374 {
  width: 374px !important;
}

.w375 {
  width: 375px !important;
}

.w376 {
  width: 376px !important;
}

.w377 {
  width: 377px !important;
}

.w378 {
  width: 378px !important;
}

.w379 {
  width: 379px !important;
}

.w380 {
  width: 380px !important;
}

.w381 {
  width: 381px !important;
}

.w382 {
  width: 382px !important;
}

.w383 {
  width: 383px !important;
}

.w384 {
  width: 384px !important;
}

.w385 {
  width: 385px !important;
}

.w386 {
  width: 386px !important;
}

.w387 {
  width: 387px !important;
}

.w388 {
  width: 388px !important;
}

.w389 {
  width: 389px !important;
}

.w390 {
  width: 390px !important;
}

.w391 {
  width: 391px !important;
}

.w392 {
  width: 392px !important;
}

.w393 {
  width: 393px !important;
}

.w394 {
  width: 394px !important;
}

.w395 {
  width: 395px !important;
}

.w396 {
  width: 396px !important;
}

.w397 {
  width: 397px !important;
}

.w398 {
  width: 398px !important;
}

.w399 {
  width: 399px !important;
}

.w400 {
  width: 400px !important;
}

.wp1 {
  width: 1% !important;
}

.wp2 {
  width: 2% !important;
}

.wp3 {
  width: 3% !important;
}

.wp4 {
  width: 4% !important;
}

.wp5 {
  width: 5% !important;
}

.wp6 {
  width: 6% !important;
}

.wp7 {
  width: 7% !important;
}

.wp8 {
  width: 8% !important;
}

.wp9 {
  width: 9% !important;
}

.wp10 {
  width: 10% !important;
}

.wp11 {
  width: 11% !important;
}

.wp12 {
  width: 12% !important;
}

.wp13 {
  width: 13% !important;
}

.wp14 {
  width: 14% !important;
}

.wp15 {
  width: 15% !important;
}

.wp16 {
  width: 16% !important;
}

.wp17 {
  width: 17% !important;
}

.wp18 {
  width: 18% !important;
}

.wp19 {
  width: 19% !important;
}

.wp20 {
  width: 20% !important;
}

.wp21 {
  width: 21% !important;
}

.wp22 {
  width: 22% !important;
}

.wp23 {
  width: 23% !important;
}

.wp24 {
  width: 24% !important;
}

.wp25 {
  width: 25% !important;
}

.wp26 {
  width: 26% !important;
}

.wp27 {
  width: 27% !important;
}

.wp28 {
  width: 28% !important;
}

.wp29 {
  width: 29% !important;
}

.wp30 {
  width: 30% !important;
}

.wp31 {
  width: 31% !important;
}

.wp32 {
  width: 32% !important;
}

.wp33 {
  width: 33% !important;
}

.wp34 {
  width: 34% !important;
}

.wp35 {
  width: 35% !important;
}

.wp36 {
  width: 36% !important;
}

.wp37 {
  width: 37% !important;
}

.wp38 {
  width: 38% !important;
}

.wp39 {
  width: 39% !important;
}

.wp40 {
  width: 40% !important;
}

.wp41 {
  width: 41% !important;
}

.wp42 {
  width: 42% !important;
}

.wp43 {
  width: 43% !important;
}

.wp44 {
  width: 44% !important;
}

.wp45 {
  width: 45% !important;
}

.wp46 {
  width: 46% !important;
}

.wp47 {
  width: 47% !important;
}

.wp48 {
  width: 48% !important;
}

.wp49 {
  width: 49% !important;
}

.wp50 {
  width: 50% !important;
}

.wp51 {
  width: 51% !important;
}

.wp52 {
  width: 52% !important;
}

.wp53 {
  width: 53% !important;
}

.wp54 {
  width: 54% !important;
}

.wp55 {
  width: 55% !important;
}

.wp56 {
  width: 56% !important;
}

.wp57 {
  width: 57% !important;
}

.wp58 {
  width: 58% !important;
}

.wp59 {
  width: 59% !important;
}

.wp60 {
  width: 60% !important;
}

.wp61 {
  width: 61% !important;
}

.wp62 {
  width: 62% !important;
}

.wp63 {
  width: 63% !important;
}

.wp64 {
  width: 64% !important;
}

.wp65 {
  width: 65% !important;
}

.wp66 {
  width: 66% !important;
}

.wp67 {
  width: 67% !important;
}

.wp68 {
  width: 68% !important;
}

.wp69 {
  width: 69% !important;
}

.wp70 {
  width: 70% !important;
}

.wp71 {
  width: 71% !important;
}

.wp72 {
  width: 72% !important;
}

.wp73 {
  width: 73% !important;
}

.wp74 {
  width: 74% !important;
}

.wp75 {
  width: 75% !important;
}

.wp76 {
  width: 76% !important;
}

.wp77 {
  width: 77% !important;
}

.wp78 {
  width: 78% !important;
}

.wp79 {
  width: 79% !important;
}

.wp80 {
  width: 80% !important;
}

.wp81 {
  width: 81% !important;
}

.wp82 {
  width: 82% !important;
}

.wp83 {
  width: 83% !important;
}

.wp84 {
  width: 84% !important;
}

.wp85 {
  width: 85% !important;
}

.wp86 {
  width: 86% !important;
}

.wp87 {
  width: 87% !important;
}

.wp88 {
  width: 88% !important;
}

.wp89 {
  width: 89% !important;
}

.wp90 {
  width: 90% !important;
}

.wp91 {
  width: 91% !important;
}

.wp92 {
  width: 92% !important;
}

.wp93 {
  width: 93% !important;
}

.wp94 {
  width: 94% !important;
}

.wp95 {
  width: 95% !important;
}

.wp96 {
  width: 96% !important;
}

.wp97 {
  width: 97% !important;
}

.wp98 {
  width: 98% !important;
}

.wp99 {
  width: 99% !important;
}

.wp100 {
  width: 100% !important;
}

.h1 {
  height: 1px !important;
}

.h2 {
  height: 2px !important;
}

.h3 {
  height: 3px !important;
}

.h4 {
  height: 4px !important;
}

.h5 {
  height: 5px !important;
}

.h6 {
  height: 6px !important;
}

.h7 {
  height: 7px !important;
}

.h8 {
  height: 8px !important;
}

.h9 {
  height: 9px !important;
}

.h10 {
  height: 10px !important;
}

.h11 {
  height: 11px !important;
}

.h12 {
  height: 12px !important;
}

.h13 {
  height: 13px !important;
}

.h14 {
  height: 14px !important;
}

.h15 {
  height: 15px !important;
}

.h16 {
  height: 16px !important;
}

.h17 {
  height: 17px !important;
}

.h18 {
  height: 18px !important;
}

.h19 {
  height: 19px !important;
}

.h20 {
  height: 20px !important;
}

.h21 {
  height: 21px !important;
}

.h22 {
  height: 22px !important;
}

.h23 {
  height: 23px !important;
}

.h24 {
  height: 24px !important;
}

.h25 {
  height: 25px !important;
}

.h26 {
  height: 26px !important;
}

.h27 {
  height: 27px !important;
}

.h28 {
  height: 28px !important;
}

.h29 {
  height: 29px !important;
}

.h30 {
  height: 30px !important;
}

.h31 {
  height: 31px !important;
}

.h32 {
  height: 32px !important;
}

.h33 {
  height: 33px !important;
}

.h34 {
  height: 34px !important;
}

.h35 {
  height: 35px !important;
}

.h36 {
  height: 36px !important;
}

.h37 {
  height: 37px !important;
}

.h38 {
  height: 38px !important;
}

.h39 {
  height: 39px !important;
}

.h40 {
  height: 40px !important;
}

.h41 {
  height: 41px !important;
}

.h42 {
  height: 42px !important;
}

.h43 {
  height: 43px !important;
}

.h44 {
  height: 44px !important;
}

.h45 {
  height: 45px !important;
}

.h46 {
  height: 46px !important;
}

.h47 {
  height: 47px !important;
}

.h48 {
  height: 48px !important;
}

.h49 {
  height: 49px !important;
}

.h50 {
  height: 50px !important;
}

.h51 {
  height: 51px !important;
}

.h52 {
  height: 52px !important;
}

.h53 {
  height: 53px !important;
}

.h54 {
  height: 54px !important;
}

.h55 {
  height: 55px !important;
}

.h56 {
  height: 56px !important;
}

.h57 {
  height: 57px !important;
}

.h58 {
  height: 58px !important;
}

.h59 {
  height: 59px !important;
}

.h60 {
  height: 60px !important;
}

.h61 {
  height: 61px !important;
}

.h62 {
  height: 62px !important;
}

.h63 {
  height: 63px !important;
}

.h64 {
  height: 64px !important;
}

.h65 {
  height: 65px !important;
}

.h66 {
  height: 66px !important;
}

.h67 {
  height: 67px !important;
}

.h68 {
  height: 68px !important;
}

.h69 {
  height: 69px !important;
}

.h70 {
  height: 70px !important;
}

.h71 {
  height: 71px !important;
}

.h72 {
  height: 72px !important;
}

.h73 {
  height: 73px !important;
}

.h74 {
  height: 74px !important;
}

.h75 {
  height: 75px !important;
}

.h76 {
  height: 76px !important;
}

.h77 {
  height: 77px !important;
}

.h78 {
  height: 78px !important;
}

.h79 {
  height: 79px !important;
}

.h80 {
  height: 80px !important;
}

.h81 {
  height: 81px !important;
}

.h82 {
  height: 82px !important;
}

.h83 {
  height: 83px !important;
}

.h84 {
  height: 84px !important;
}

.h85 {
  height: 85px !important;
}

.h86 {
  height: 86px !important;
}

.h87 {
  height: 87px !important;
}

.h88 {
  height: 88px !important;
}

.h89 {
  height: 89px !important;
}

.h90 {
  height: 90px !important;
}

.h91 {
  height: 91px !important;
}

.h92 {
  height: 92px !important;
}

.h93 {
  height: 93px !important;
}

.h94 {
  height: 94px !important;
}

.h95 {
  height: 95px !important;
}

.h96 {
  height: 96px !important;
}

.h97 {
  height: 97px !important;
}

.h98 {
  height: 98px !important;
}

.h99 {
  height: 99px !important;
}

.h100 {
  height: 100px !important;
}

.hp100 {
  height: 100% !important;
}

/* Target Google Maps labels for restaurant names */
.gm-style div[style*="font-size: 10px"] {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
  padding: 2px 4px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

/*# sourceMappingURL=styles.css.map*/