/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  --ion-toolbar-background: #f5f5f53d!important;
  /** primary **/
  /** primary - NEW PURPLE THEME **/
  --ion-color-primary: #9B51E0;
  --ion-color-primary-rgb: 155,81,224;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #8847c5;
  --ion-color-primary-tint: #a564e3;
  /* OLD PRIMARY (commented out)
  --ion-color-primary: #333;
  --ion-color-primary-rgb: 28,28,28;
  --ion-color-primary-contrast: #f5f5f5;
  --ion-color-primary-contrast-rgb: 245,245,245;
  --ion-color-primary-shade: #191919;
  --ion-color-primary-tint: #1C1C1C;
  */
  /** secondary - NEW ORANGE THEME **/
  --ion-color-secondary: #F5A623;
  --ion-color-secondary-rgb: 245,166,35;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255,255,255;
  --ion-color-secondary-shade: #d7921f;
  --ion-color-secondary-tint: #f6af39;
  /** gold **/
  /** gold **/
  --ion-color-gold: #dfb24f;
  --ion-color-gold-rgb: 223,178,79;
  --ion-color-gold-contrast: #000000;
  --ion-color-gold-contrast-rgb: 0,0,0;
  --ion-color-gold-shade: #d4af37;
  --ion-color-gold-tint: #d8b74b;
  /** gold-white **/
  --ion-color-gold-white: #d4af37;
  --ion-color-gold-white-rgb: 212,175,55;
  --ion-color-gold-white-contrast: #ffffff;
  --ion-color-gold-white-contrast-rgb: 0,0,0;
  --ion-color-gold-white-shade: #bb9a30;
  --ion-color-gold-white-tint: #d8b74b;
  /** tertiary **/
  --ion-color-tertiary: #4284f3;
  --ion-color-tertiary-rgb: 66, 132, 243;
  --ion-color-tertiary-contrast: #000000;
  --ion-color-tertiary-contrast-rgb: 0,0,0;
  --ion-color-tertiary-shade: #009ae0;
  --ion-color-tertiary-tint: #1ab7ff;
  /** success **/
  --ion-color-success: #33a802;
  --ion-color-success-rgb: 51, 168, 2;
  --ion-color-success-contrast: #000000;
  --ion-color-success-contrast-rgb: 0,0,0;
  --ion-color-success-shade: #1cc25d;
  --ion-color-success-tint: #36e079;
  /** warning **/
  --ion-color-warning: #fabb04;
  --ion-color-warning-rgb: 250, 187, 4;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0,0,0;
  --ion-color-warning-shade: #fcc217;
  --ion-color-warning-tint: #d6a002;
  /** danger **/
  --ion-color-danger: #f4344f;
  --ion-color-danger-rgb: 244,52,79;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #d72e46;
  --ion-color-danger-tint: #f54861;
  /** lightest **/
  --ion-color-lightest: #FFFFFF;
  --ion-color-lightest-rgb: 255,255,255;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244,244,244;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0,0,0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-shade-rgb: 215,216,218;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-light-tint-rgb: 245,246,249;
  /** medium **/
  --ion-color-medium: #989aa2;
  --ion-color-medium-rgb: 152,154,162;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255,255,255;
  --ion-color-medium-shade: #86888f;
  --ion-color-medium-shade-rgb: 134,136,143;
  --ion-color-medium-tint: #a2a4ab;
  --ion-color-medium-tint-rgb: 162,164,171;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 28, 28, 28;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255,255,255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-shade-rgb: 30,32,35;
  --ion-color-dark-tint: #383a3e;
  --ion-color-dark-tint-rgb: 56,58,62;
  /** darkest **/
  --ion-color-darkest: #000000;
  --ion-color-darkest-rgb: 0,0,0;
}
.ion-color-gold {
  --ion-color-base: var(--ion-color-gold);
  --ion-color-base-rgb: var(--ion-color-gold-rgb);
  --ion-color-contrast: var(--ion-color-gold-contrast);
  --ion-color-contrast-rgb: var(--ion-color-gold-contrast-rgb);
  --ion-color-shade: var(--ion-color-gold-shade);
  --ion-color-tint: var(--ion-color-gold-tint);
}
.ion-color-gold-white {
  --ion-color-base: var(--ion-color-gold-white);
  --ion-color-base-rgb: var(--ion-color-gold-white-rgb);
  --ion-color-contrast: var(--ion-color-gold-white-contrast);
  --ion-color-contrast-rgb: var(--ion-color-gold-white-contrast-rgb);
  --ion-color-shade: var(--ion-color-gold-white-shade);
  --ion-color-tint: var(--ion-color-gold-white-tint);
}
:root {
  /* Set the font family of the entire app */
  --ion-font-family: "Rubik", sans-serif;
  --app-background: #FFFFFF;
  --app-background-shade: var(--ion-color-secondary);
  --app-background-alt: var(--ion-color-primary);
  --app-background-whitesmoke: var(--ion-color-secondary);
  --app-background-alt-shade: var(--ion-color-primary-shade);
  --app-narrow-margin: 12px;
  --app-fair-margin: 16px;
  --app-broad-margin: 20px;
  --app-narrow-radius: 4px;
  --app-fair-radius: 8px;
  --app-broad-radius: 12px;
  --ion-toolbar-background: #f5f5f53d!important;
}
ion-toolbar {
  background-color: #f5f5f53d;
}
html.ios {
  --app-header-height: 44px;
}
html.md {
  --app-header-height: 56px;
}
.dark-theme {
  --app-background-shade: var(--ion-color-secondary);
  --ion-color-primary: whitesmoke;
  --ion-color-primary-rgb: 66,140,255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #444;
  --ion-color-primary-tint: #666;
  --ion-color-secondary: #333;
  --ion-color-secondary-rgb: 35,35,35;
  --ion-color-secondary-contrast: #000000;
  --ion-color-secondary-contrast-rgb: 255,255,255;
  --ion-color-secondary-shade: #666;
  --ion-color-secondary-tint: #999;
  --ion-color-tertiary: #6a64ff;
  --ion-color-tertiary-rgb: 106,100,255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255,255,255;
  --ion-color-tertiary-shade: #5d58e0;
  --ion-color-tertiary-tint: #7974ff;
  --ion-color-success: #2fdf75;
  --ion-color-success-rgb: 47,223,117;
  --ion-color-success-contrast: #000000;
  --ion-color-success-contrast-rgb: 0,0,0;
  --ion-color-success-shade: #29c467;
  --ion-color-success-tint: #44e283;
  --ion-color-warning: #ffd534;
  --ion-color-warning-rgb: 255,213,52;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0,0,0;
  --ion-color-warning-shade: #e0bb2e;
  --ion-color-warning-tint: #ffd948;
  --ion-color-danger: #ff4961;
  --ion-color-danger-rgb: 255,73,97;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #e04055;
  --ion-color-danger-tint: #ff5b71;
  --ion-color-dark: #f4f5f8;
  --ion-color-dark-rgb: 244,245,248;
  --ion-color-dark-contrast: #000000;
  --ion-color-dark-contrast-rgb: 0,0,0;
  --ion-color-dark-shade: #d7d8da;
  --ion-color-dark-tint: #f5f6f9;
  --ion-color-medium: #989aa2;
  --ion-color-medium-rgb: 152,154,162;
  --ion-color-medium-contrast: #000000;
  --ion-color-medium-contrast-rgb: 0,0,0;
  --ion-color-medium-shade: #86888f;
  --ion-color-medium-tint: #a2a4ab;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244,244,244;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0,0,0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-shade-rgb: 215,216,218;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-light-tint-rgb: 245,246,249;
}
.dark-theme ion-thumbnail img {
  border: medium solid whitesmoke;
  background-color: white;
}
.dark-theme ion-avatar img {
  border: thin solid whitesmoke;
  background-color: white;
}
.dark-theme ion-icon {
  color: whitesmoke !important;
}
.dark-theme ion-tab-bar {
  --background: rgb(0 0 0 / 60%)!important;
}
.dark-theme ion-icon .apple {
  color: #333;
}
/*
 * iOS Dark Theme
 * ----------------------------------------------------------------------------
 */
.dark-theme.ios {
  --ion-background-color: #000000;
  --ion-background-color-rgb: 0,0,0;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255,255,255;
  --ion-color-step-50: #0d0d0d;
  --ion-color-step-100: #1a1a1a;
  --ion-color-step-150: #262626;
  --ion-color-step-200: #333333;
  --ion-color-step-250: #404040;
  --ion-color-step-300: #4d4d4d;
  --ion-color-step-350: #595959;
  --ion-color-step-400: #666666;
  --ion-color-step-450: #737373;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #8c8c8c;
  --ion-color-step-600: #999999;
  --ion-color-step-650: #a6a6a6;
  --ion-color-step-700: #b3b3b3;
  --ion-color-step-750: #bfbfbf;
  --ion-color-step-800: #cccccc;
  --ion-color-step-850: #d9d9d9;
  --ion-color-step-900: #e6e6e6;
  --ion-color-step-950: #f2f2f2;
  --ion-toolbar-background: #0d0d0d;
  --ion-item-background: #000000;
}
.dark-theme.ios .apple ion-icon {
  color: #333;
}
/*
 * Material Design Dark Theme
 * ----------------------------------------------------------------------------
 */
.dark-theme.md {
  --ion-background-color: #121212;
  --ion-background-color-rgb: 18,18,18;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255,255,255;
  --ion-border-color: #222222;
  --ion-color-step-50: #1e1e1e;
  --ion-color-step-100: #2a2a2a;
  --ion-color-step-150: #363636;
  --ion-color-step-200: #414141;
  --ion-color-step-250: #4d4d4d;
  --ion-color-step-300: #595959;
  --ion-color-step-350: #656565;
  --ion-color-step-400: #717171;
  --ion-color-step-450: #7d7d7d;
  --ion-color-step-500: #898989;
  --ion-color-step-550: #949494;
  --ion-color-step-600: #a0a0a0;
  --ion-color-step-650: #acacac;
  --ion-color-step-700: #b8b8b8;
  --ion-color-step-750: #c4c4c4;
  --ion-color-step-800: #d0d0d0;
  --ion-color-step-850: #dbdbdb;
  --ion-color-step-900: #e7e7e7;
  --ion-color-step-950: #f3f3f3;
  --ion-item-background: #1e1e1e;
  --ion-toolbar-background: #1f1f1f;
  --ion-tab-bar-background: #1f1f1f;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. 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 */
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;
}
/* Basic CSS for apps built with Ionic */
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;
}
* {
  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%;
          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;
          text-size-adjust: none;
}
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;
}
.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;
  }
}
/* Optional CSS utils that can be commented out */
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
}
:root {
  --ion-color-facebook: #3b5998;
  --ion-color-facebook-rgb: 59,89,152;
  --ion-color-facebook-contrast: #ffffff;
  --ion-color-facebook-contrast-rgb: 255,255,255;
  --ion-color-facebook-shade: #344e86;
  --ion-color-facebook-tint: #4f6aa2;
  --ion-color-google: #cc181e;
  --ion-color-google-rgb: 204,24,30;
  --ion-color-google-contrast: #ffffff;
  --ion-color-google-contrast-rgb: 255,255,255;
  --ion-color-google-shade: #b4151a;
  --ion-color-google-tint: #d12f35;
  --ion-color-twitter: #00aced;
  --ion-color-twitter-rgb: 0,172,237;
  --ion-color-twitter-contrast: #ffffff;
  --ion-color-twitter-contrast-rgb: 255,255,255;
  --ion-color-twitter-shade: #0097d1;
  --ion-color-twitter-tint: #1ab4ef;
}
:root .ion-color-facebook {
  --ion-color-base: var(--ion-color-facebook) !important;
  --ion-color-base-rgb: var(--ion-color-facebook-rgb) !important;
  --ion-color-contrast: var(--ion-color-facebook-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-facebook-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-facebook-shade) !important;
  --ion-color-tint: var(--ion-color-facebook-tint) !important;
}
:root .ion-color-google {
  --ion-color-base: var(--ion-color-google) !important;
  --ion-color-base-rgb: var(--ion-color-google-rgb) !important;
  --ion-color-contrast: var(--ion-color-google-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-google-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-google-shade) !important;
  --ion-color-tint: var(--ion-color-google-tint) !important;
}
:root .ion-color-twitter {
  --ion-color-base: var(--ion-color-twitter) !important;
  --ion-color-base-rgb: var(--ion-color-twitter-rgb) !important;
  --ion-color-contrast: var(--ion-color-twitter-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-twitter-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-twitter-shade) !important;
  --ion-color-tint: var(--ion-color-twitter-tint) !important;
}
ion-title {
  font-weight: 400;
  letter-spacing: 0.4px;
}
:root h1 > app-text-shell {
  --font-size: 32px;
  --text-shell-line-height: calc(var(--font-size) * 1.2);
  --text-shell-line-color: #CCC;
}
:root h2 > app-text-shell {
  --font-size: 28px;
  --text-shell-line-height: calc(var(--font-size) * 1.2);
  --text-shell-line-color: #DDD;
}
:root h3 > app-text-shell {
  --font-size: 24px;
  --text-shell-line-height: calc(var(--font-size) * 1.2);
  --text-shell-line-color: #DDD;
}
:root h4 > app-text-shell {
  --font-size: 20px;
  --text-shell-line-height: calc(var(--font-size) * 1.2);
  --text-shell-line-color: #DDD;
}
:root h5 > app-text-shell {
  --font-size: 18px;
  --text-shell-line-height: calc(var(--font-size) * 1.2);
  --text-shell-line-color: #DDD;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(223, 178, 79, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(223, 178, 79, 0.8);
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-200deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 10px rgba(223, 178, 79, 0.5);
  }
  50% {
    text-shadow: 0 0 20px #dfb24f;
  }
}
.animate-fadeIn {
  animation: fadeIn 0.6s ease-out;
}
.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-out;
}
.animate-fadeInDown {
  animation: fadeInDown 0.8s ease-out;
}
.animate-fadeInLeft {
  animation: fadeInLeft 0.8s ease-out;
}
.animate-fadeInRight {
  animation: fadeInRight 0.8s ease-out;
}
.animate-scaleIn {
  animation: scaleIn 0.6s ease-out;
}
.animate-bounceIn {
  animation: bounceIn 0.8s ease-out;
}
.animate-slideInUp {
  animation: slideInUp 0.8s ease-out;
}
.animate-rotateIn {
  animation: rotateIn 0.8s ease-out;
}
.delay-100 {
  animation-delay: 0.1s;
}
.delay-200 {
  animation-delay: 0.2s;
}
.delay-300 {
  animation-delay: 0.3s;
}
.delay-400 {
  animation-delay: 0.4s;
}
.delay-500 {
  animation-delay: 0.5s;
}
.delay-600 {
  animation-delay: 0.6s;
}
.delay-700 {
  animation-delay: 0.7s;
}
.delay-800 {
  animation-delay: 0.8s;
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
.hover-glow {
  transition: box-shadow 0.3s ease;
}
.hover-glow:hover {
  box-shadow: 0 0 20px rgba(223, 178, 79, 0.6);
}
.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}
.hover-rotate {
  transition: transform 0.3s ease;
}
.hover-rotate:hover {
  transform: rotate(5deg);
}
.transition-all {
  transition: all 0.3s ease;
}
.transition-fast {
  transition: all 0.15s ease;
}
.transition-slow {
  transition: all 0.6s ease;
}
.mediaBody {
  background-color: var(--ion-color-light);
}
::-webkit-scrollbar {
  display: block;
}
.scrollX {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  -ms-overflow-style: scroll !important;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.ion-padding {
  --padding-bottom: 10px;
  --padding-end: 10px;
  --padding-start: 20px;
  --padding-top: 20px;
}
:root {
  --page-margin: var(--app-narrow-margin);
  --page-border-radius: var(--app-fair-radius);
  --page-actions-padding: 5px;
  --page-friends-gutter: calc(var(--page-margin) / 2);
  --page-pictures-gutter: calc(var(--page-margin) / 2);
}
.user-details-section {
  --ion-grid-column-padding: 0px;
  margin: var(--page-margin);
}
.user-details-section .user-image-wrapper {
  max-width: 27%;
  transition: visibility 0s linear, opacity 0.5s linear;
}
.user-details-section .user-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.user-details-section .user-info-wrapper {
  padding-left: var(--page-margin);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.user-details-section .user-info-wrapper .user-data-row {
  padding-bottom: var(--page-margin);
  flex-wrap: nowrap;
  justify-content: space-between;
}
.user-details-section .user-info-wrapper .user-data-row .user-name {
  margin: 0px 0px 5px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.user-details-section .user-info-wrapper .user-data-row .user-title {
  margin: 0px;
  color: var(--ion-color-medium);
  font-size: 16px;
}
.user-details-section .user-info-wrapper .user-data-row .membership-col {
  padding-left: var(--page-margin);
  flex-grow: 0;
}
.user-details-section .user-info-wrapper .user-data-row .user-membership {
  display: block;
  background-color: var(--ion-color-secondary);
  color: var(--ion-color-lightest);
  border-radius: var(--app-narrow-radius);
  padding: 4px 8px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.user-details-section .user-info-wrapper .actions-row {
  --ion-grid-columns: 10;
  --ion-grid-column-padding: var(--page-actions-padding);
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-left: calc(var(--page-actions-padding) * -1);
  margin-right: calc(var(--page-actions-padding) * -1);
}
.user-details-section .user-info-wrapper .actions-row .main-actions {
  flex-grow: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: calc(var(--page-actions-padding) * -1);
  margin-right: calc(var(--page-actions-padding) * -1);
  display: flex;
}
.user-details-section .user-info-wrapper .actions-row .main-actions .call-to-action-btn {
  padding: 0px var(--page-actions-padding);
  margin: 0px;
}
.user-details-section .user-info-wrapper .actions-row .secondary-actions {
  flex-grow: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.user-details-section .user-info-wrapper .actions-row .secondary-actions .more-btn {
  --padding-start: 4px;
  --padding-end: 4px;
  margin: 0px;
}
.user-stats-section {
  --ion-grid-column-padding: 0px;
  margin: calc(var(--page-margin) * 2) var(--page-margin) var(--page-margin);
  padding-bottom: var(--page-margin);
  border-bottom: 1px solid var(--ion-color-light-shade);
}
.user-stats-section .user-stats-wrapper {
  text-align: center;
}
.user-stats-section .user-stats-wrapper .stat-value {
  display: block;
  padding-bottom: 5px;
  color: var(--ion-color-dark-shade);
  font-weight: 500;
  font-size: 18px;
}
.user-stats-section .user-stats-wrapper .stat-name {
  font-size: 16px;
  color: var(--ion-color-medium);
}
.details-section-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ion-color-dark-tint);
  margin: 0px 0px var(--page-margin);
}
.user-about-section {
  margin: calc(var(--page-margin) * 2) var(--page-margin) var(--page-margin);
  padding-bottom: var(--page-margin);
  border-bottom: 1px solid var(--ion-color-light-shade);
}
.user-about-section .user-description {
  color: var(--ion-color-dark-shade);
  text-align: justify;
  margin: var(--page-margin) 0px;
  font-size: 14px;
  line-height: 1.3;
}
.stories-card {
  margin: 0px;
  margin-top: var(--ion-margin, 16px);
  border-radius: 0px;
}
.stories-card .story-list {
  padding-top: 0px;
  padding-bottom: 0px;
}
.stories-card .story-list ion-thumbnail.story-avatar {
  width: 45px;
  height: 45px;
}
.stories-card .story-list ion-thumbnail.story-avatar img {
  border-radius: 10px;
}
.stories-card .story-item {
  --inner-padding-bottom: 0px;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --inner-padding-top: 0px;
  --padding-end: 0px;
  --padding-start: 0px;
  margin: var(--ion-margin, 8px);
  transition: all 0.1s ease-in-out;
}
.stories-card .story-item:active {
  transform: scale(1.1);
}
.stories-card .story-author {
  text-align: center;
  margin-bottom: var(--ion-margin, 8px);
}
.post-full .item-top-video {
  --background: var(--ion-color-danger);
  --color: white;
}
.post-full .item-top-text {
  --background: var(--ion-color-tertiary);
  --color: white;
}
.post-full .item-top-img {
  --background: var(--ion-color-warning);
  --color: white;
}
.post-full .item-top-audio {
  --background: var(--ion-color-success);
  --color: white;
}
.post-full .cover-content2 {
  color: white;
  position: absolute;
  bottom: 29%;
  pointer-events: none;
}
.post-full .cover-flow {
  color: white;
  position: absolute;
  top: 0%;
  pointer-events: none;
  width: 100% !important;
}
.post-full .cover-content3 {
  color: black;
  position: absolute;
  bottom: 29%;
}
.post-full .cover-content4 {
  height: 200px;
  padding-top: 23%;
  color: black;
}
.post-full .cover-content5 {
  color: white;
  position: absolute;
  bottom: 0%;
}
.post-full .bottom-item {
  margin-top: -5px;
}
.post-full .textarea {
  width: 185px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.post-full .view-btn {
  position: absolute;
  top: 20%;
  left: 3%;
}
.post-full .view-btn ion-button {
  text-transform: capitalize !important;
}
.post-full .view2-btn {
  position: absolute;
  top: 20%;
  right: 3%;
  display: grid;
}
.post-full .view2-btn ion-button {
  text-transform: capitalize !important;
  font-size: 12px;
}
.post-full .view5-btn {
  position: absolute;
  top: 14%;
  left: 3%;
}
.post-full .view5-btn ion-button {
  text-transform: capitalize !important;
}
.post-full .view6-btn {
  position: absolute;
  top: 14%;
  right: 3%;
  display: grid;
}
.post-full .view6-btn ion-button {
  text-transform: capitalize !important;
  font-size: 12px;
}
audio {
  width: 100%;
  height: 200px;
  border-radius: 0px;
  overflow: hidden;
}
.actions-btn {
  position: absolute;
  top: 8%;
  right: 3%;
  display: grid;
  margin-right: 25px;
  margin-top: 10px;
}
.actions-btn ion-button {
  text-transform: capitalize !important;
  font-size: 12px;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 3%;
}
.video-btn ion-button {
  text-transform: capitalize !important;
}
/* Ionic 3 version Css rules*/
ion-title {
  font-size: 12pt;
  text-align: center;
  font-weight: 600;
}
ion-label {
  font-size: 13pt;
}
.labelSmall {
  font-size: 9pt;
}
ion-note {
  font-size: 11pt;
  font-weight: normal;
}
.playButton:after {
  font-family: "Ionicons";
  content: "\f487";
}
.pauseButton:after {
  font-family: "Ionicons";
  content: "\f477";
}
.main {
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  height: 50%;
}
.main .button-ios {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main .button-md {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main1 {
  display: flex;
  flex-flow: row nowrap;
  height: 50%;
  align-items: flex-start;
  justify-content: flex-end;
}
.main1 .button-ios {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main1 .button-md {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main1 .button-inner {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header-unit {
  height: 400px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
#video-container {
  position: absolute;
}
#video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
video.fillWidth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.btnPlay {
  background: rgba(0, 0, 0, 0.6);
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  left: 45%;
  margin: 0;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 10;
  zoom: 1.5;
  border-radius: 50%;
}
.header-unitSmall {
  min-height: 200px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
#video-containerSmall {
  position: absolute;
}
#video-containerSmall {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
video.fillWidthSmall {
  width: 100%;
  height: 100%;
}
.ion-ios-add-circle-outline:before {
  color: #ab9333;
  zoom: 1.2 !important;
  vertical-align: super !important;
}
.sideButtons {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.caption {
  display: block;
  position: absolute;
  bottom: 2px;
  font-size: 10px;
}
.actionSheetButton {
  text-align: center;
}
.actionSheetButton .sendAsMessageButton {
  background-color: whitesmoke;
  color: #33a802;
  border-color: #33a802;
  border-left: thick solid;
  text-align: center;
}
.actionSheetButton .pointsMediaButton {
  background-color: whitesmoke;
  color: #4284f3;
  border-color: #4284f3;
  border-right: thick solid;
}
.actionSheetButton .reviewMediaButton {
  background-color: whitesmoke;
  color: #fabb04;
  border-color: #fabb04;
  border-left: thick solid;
}
.actionSheetButton .uploadVideoButton {
  background-color: whitesmoke;
  color: #e94335;
  border-color: #e94335;
  border-left: thick solid;
}
.actionSheetButton .reportMediaButton {
  color: whitesmoke;
  background-color: red;
}
.actionSheetButton .cancelMediaButton {
  background-color: whitesmoke;
}
.Nodesktop {
  display: inline;
}
#signInButton {
  background-color: whitesmoke;
  color: #333;
}
#signUpButton {
  background-color: #a58a00;
  color: white;
}
ion-modal .modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.circle a {
  text-align: center !important;
  text-decoration: none !important;
}
.bar {
  height: 100%;
  width: 100%;
}
#audio {
  height: 65px;
  padding: 10px;
  border-radius: 10px;
  background-color: #33a802;
}
#text {
  height: 65px;
  padding: 10px;
  border-radius: 10px;
  background-color: #4284f3;
}
#photo {
  height: 65px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fabb04;
}
#video {
  height: 65px;
  padding: 10px;
  border-radius: 10px;
  background-color: #e94335;
}
.has-refresher > .scroll-content {
  border: none !important;
}
.tabbar {
  opacity: 0.9 !important;
}
.scroll-content {
  margin-bottom: 0 !important;
}
ion-searchbar {
  padding: 0;
  font-size: 17pt !important;
  text-align: center;
}
.toggle-btn {
  background-color: #22242840;
  border-radius: 20%;
}
#either-gif-or-video video {
  display: none;
}
@media (-webkit-video-playable-inline) {
  #either-gif-or-video img {
    display: none;
  }

  #either-gif-or-video video {
    display: initial;
  }
}
.color-header {
  text-align: center;
}
.color-header span {
  display: block;
  padding: 5px;
  color: #fff;
}
.color-header ion-icon {
  padding: 0 10px;
  transform: rotate(45deg);
}
ion-menu ion-avatar img {
  width: 48px !important;
  height: 48px !important;
}
#icon-user {
  font-size: 45px;
}
.relative {
  position: relative;
}
ion-grid {
  height: 100%;
  justify-content: center;
}
.my-swal {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.center {
  text-align: center;
}
.bar-custom h1.title {
  color: #fff !important;
}
ion-label, ion-note {
  margin-left: 10px;
}
ion-button {
  font-weight: bolder;
}
.action-btn {
  position: absolute;
  right: 0%;
  top: 20%;
  display: grid;
  background-color: #22242840;
  border-radius: 5%;
}
.user-details-section {
  --ion-grid-column-padding: 0px;
  margin: var(--page-margin);
}
.user-details-section .user-image-wrapper {
  max-width: 27%;
  transition: visibility 0s linear, opacity 0.5s linear;
}
.user-details-section .user-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.user-details-section .user-info-wrapper {
  padding-left: var(--page-margin);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.user-details-section .user-info-wrapper .user-data-row {
  padding-bottom: var(--page-margin);
  flex-wrap: nowrap;
  justify-content: space-between;
}
.user-details-section .user-info-wrapper .user-data-row .user-name {
  margin: 0px 0px 5px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.user-details-section .user-info-wrapper .user-data-row .user-title {
  margin: 0px;
  color: var(--ion-color-medium);
  font-size: 16px;
}
.user-details-section .user-info-wrapper .user-data-row .membership-col {
  padding-left: var(--page-margin);
  flex-grow: 0;
}
.user-details-section .user-info-wrapper .user-data-row .user-membership {
  display: block;
  background-color: var(--ion-color-secondary);
  color: var(--ion-color-lightest);
  border-radius: var(--app-narrow-radius);
  padding: 4px 8px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.user-details-section .user-info-wrapper .forgot-password-modal {
  --background: transparent;
  --backdrop-opacity: 0;
}
.user-details-section .user-info-wrapper .forgot-password-modal ion-backdrop {
  display: none !important;
}
.user-details-section .user-info-wrapper .forgot-password-modal .modal-wrapper {
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.user-details-section .user-info-wrapper .forgot-password-modal app-forgot-password-modal {
  max-width: 400px;
  width: 90%;
  background: #222;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.user-details-section .user-info-wrapper .actions-row {
  --ion-grid-columns: 10;
  --ion-grid-column-padding: var(--page-actions-padding);
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-left: calc(var(--page-actions-padding) * -1);
  margin-right: calc(var(--page-actions-padding) * -1);
}
.user-details-section .user-info-wrapper .actions-row .main-actions {
  flex-grow: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: calc(var(--page-actions-padding) * -1);
  margin-right: calc(var(--page-actions-padding) * -1);
  display: flex;
}
.user-details-section .user-info-wrapper .actions-row .main-actions .call-to-action-btn {
  padding: 0px var(--page-actions-padding);
  margin: 0px;
}
.user-details-section .user-info-wrapper .actions-row .secondary-actions {
  flex-grow: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.user-details-section .user-info-wrapper .actions-row .secondary-actions .more-btn {
  --padding-start: 4px;
  --padding-end: 4px;
  margin: 0px;
}
.user-stats-section {
  --ion-grid-column-padding: 0px;
  margin: calc(var(--page-margin) * 2) var(--page-margin) var(--page-margin);
  padding-bottom: var(--page-margin);
  border-bottom: 1px solid var(--ion-color-light-shade);
}
.user-stats-section .user-stats-wrapper {
  text-align: center;
}
.user-stats-section .user-stats-wrapper .stat-value {
  display: block;
  padding-bottom: 5px;
  color: var(--ion-color-dark-shade);
  font-weight: 500;
  font-size: 18px;
}
.user-stats-section .user-stats-wrapper .stat-name {
  font-size: 16px;
  color: var(--ion-color-medium);
}
.user-about-section {
  margin: calc(var(--page-margin) * 2) var(--page-margin) var(--page-margin);
  padding-bottom: var(--page-margin);
  border-bottom: 1px solid var(--ion-color-light-shade);
}
.user-about-section .user-description {
  color: var(--ion-color-dark-shade);
  text-align: justify;
  margin: var(--page-margin) 0px;
  font-size: 14px;
  line-height: 1.3;
}
.post-full {
  border-bottom: 1px solid #00000033;
  padding: 0;
}
.post-full .media-title-btn {
  position: absolute;
  top: 72%;
  z-index: 999;
  left: 12px;
  font-weight: bold;
  background-color: #22242840;
}
.post-full .media-time {
  position: absolute;
  top: 22%;
  z-index: 999;
  left: 12px;
  font-weight: bold;
}
.post-full .activity-item {
  height: 14px;
}
.post-full .activity-audio {
  width: 100%;
  height: 61px !important;
}
.post-full ion-segment-button {
  --indicator-color: transparent !important;
}
.post-full .item1-top-video {
  background: var(--ion-color-danger);
  color: white;
  height: 10px;
}
.post-full .item1-top-text {
  background: var(--ion-color-tertiary);
  color: white;
  height: 10px;
}
.post-full .item1-top-img {
  background: var(--ion-color-warning);
  color: white;
  height: 10px;
}
.post-full .item1-top-audio {
  background: var(--ion-color-success);
  color: white;
  height: 10px;
}
.post-full .item-top-video {
  --background: var(--ion-color-danger);
  --color: white;
}
.post-full .item-top-text {
  --background: var(--ion-color-tertiary);
  --color: white;
}
.post-full .item-top-img {
  --background: var(--ion-color-warning);
  --color: white;
}
.post-full .item-top-audio {
  --background: var(--ion-color-success);
  --color: white;
}
.post-full .cover-img {
  width: 200px;
  border-radius: 5px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.post-full .cover-video {
  width: 100% !important;
  height: 500px !important;
  position: relative !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #000000cc !important;
  display: block;
}
.post-full .cover-content2 {
  color: white;
  position: absolute;
  bottom: 29%;
  pointer-events: none;
}
.post-full .cover-content3 {
  color: black;
  position: absolute;
  bottom: 29%;
}
.post-full .cover-content4 {
  height: 200px;
  padding-top: 23%;
  color: black;
}
.post-full .cover-content5 {
  color: white;
  position: absolute;
  bottom: 0%;
}
.post-full .bottom-item {
  margin-top: -5px;
}
.post-full .textarea {
  width: 185px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.post-full .view-btn {
  position: absolute;
  top: 20%;
  left: 3%;
}
.post-full .view-btn ion-button {
  text-transform: capitalize !important;
}
.post-full .view2-btn {
  position: absolute;
  top: 20%;
  right: 3%;
  display: grid;
}
.post-full .view2-btn ion-button {
  text-transform: capitalize !important;
  font-size: 12px;
}
.post-full .view5-btn {
  position: absolute;
  top: 14%;
  left: 3%;
}
.post-full .view5-btn ion-button {
  text-transform: capitalize !important;
}
.post-full .view6-btn {
  position: absolute;
  top: 14%;
  right: 3%;
  display: grid;
}
.post-full .view6-btn ion-button {
  text-transform: capitalize !important;
  font-size: 12px;
}
audio {
  width: 100%;
  height: 200px;
  border-radius: 0px;
  overflow: hidden;
}
.container-inner {
  position: relative;
  width: 200px;
}
.image1 {
  display: block;
  width: 200px;
  height: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #dfb24fb0;
}
.container-inner:hover .overlay1 {
  opacity: 1;
}
a.title {
  font-size: 14px;
}
a.title:hover {
  text-decoration: underline;
  color: #dfb24f;
}
.underline {
  color: whitesmoke;
}
.underline:hover {
  text-decoration: underline;
  cursor: pointer;
  font: bolder;
  color: #333;
}
ion-button:hover {
  cursor: pointer;
}
.text1 {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/*.home-media {
  border-bottom: 1px solid
    var(
      --ion-item-border-color,
      var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13)))
    );
  .item-top-video {
    --color: white !important;
  }
  .item-top-text {
    --color: black !important;
  }
  .item-top-img {
    --color: white !important;
  }
  .item-top-audio {
    --color: black !important;
  }

  .avatar-item {
    top: 4%;
    position: absolute;
    --background: transparent;
    --color: white;
  }
  .video {
    height: 350px;
  }
  .video-content {
    position: absolute;
    bottom: 16%;
    color: white;
    pointer-events: none;
  }
  .image {
    width: 100%;
    height: 350px;
  }
  .image-content {
    position: absolute;
    bottom: 3%;
    color: white;
    pointer-events: none;
  }
  .audio {
    height: 208px;
    display: grid;
    margin-bottom: 17%;
  }
  .audio-content {
    position: absolute;
    bottom: 3%;
    pointer-events: none;
  }
  .text-content {
    margin-top: 16%;
    margin-right: 13%;
  }
  .action-btn {
    position: absolute;
    right: 0%;
    top: 4%;
    display: grid;
  }
}*/
div.backPhoto {
  height: 24px;
  position: relative;
  margin-top: -15px;
  margin-left: 10px;
  display: block;
}
.backPhoto img {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 50px;
  line-height: 50x;
  margin-left: -10px;
  margin-top: 0px;
  position: relative;
  width: 50px;
}
.backPhoto span {
  vertical-align: 150%;
  font-size: 15px;
  color: whitesmoke;
  font-weight: bold;
}
h2 {
  content: " ";
}
.round {
  display: block !important;
  line-height: 50px !important;
  border: 2px solid white !important;
  border-radius: 50% !important;
  color: white !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: lowercase;
}
.mainImage {
  line-height: 4em;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 3px 3px rgba(245, 245, 245, 0.4);
  width: 100%;
  height: 100%;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}
.ellipsisTwo {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.ellipsisThree {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}
.main {
  display: flex;
  flex-flow: column-reverse;
  height: 50%;
}
.main .button-ios {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main .button-md {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main1 {
  display: flex;
  flex-flow: row nowrap;
  height: 50%;
}
.main1 .button-ios {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main1 .button-md {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
#video-container {
  position: absolute;
}
#video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
#video-containerSmall {
  position: absolute;
}
#video-containerSmall {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.async {
  transition: all 0.5s ease-in-out;
  column-gap: 0px;
}
/* async item */
.asyncItem {
  display: inline-block;
  /* Fix the misalignment of items */
  vertical-align: top;
  /* Keep the item on the very top */
  width: initial;
}
/* async image effects */
.async .asyncItem img {
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  /* Remove Image flickering on hover */
}
.async .asyncItem:hover img {
  opacity: 0.75;
}
/* Bordered async */
.async.bordered {
  column-rule: 1px solid #eee;
  column-gap: 20px;
}
.async.bordered .asyncItem {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
/* Gutterless masonry */
.async .gutterless {
  column-gap: 0;
}
.async.gutterless .asyncItem {
  margin-bottom: 0;
}
/* async on tablets */
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .async {
    column-count: 2;
  }

  .async1 {
    column-count: 1;
  }
}
/* async on big screens */
@media only screen and (min-width: 1024px) {
  .async {
    column-count: 3;
  }
}
.masonry-container {
  column-count: 3;
  column-gap: 15px;
}
.masonry-item {
  display: inline-block;
  width: 100%;
  border: 1px solid #33333342;
  border-radius: 5px;
  margin: 5px;
}
.masonry-item img.masonryImage {
  display: block;
  width: 100%;
}
.bottom-drawer {
  position: fixed;
  display: block;
  flex-direction: column;
  justify-content: flex-end;
  bottom: -100%;
  background: #00000064;
  transition: 350ms;
  height: 100%;
  overflow: auto;
  width: 100%;
  z-index: 99;
}
.bottom-drawer.open {
  bottom: 5%;
  z-index: 1000000;
}
.bottom-drawer .inner {
  max-height: 80%;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background-color: white;
  border-radius: 20px 20px 0 0;
}
.bottom-drawer .inner .close-btn {
  display: flex;
}
.bottom-drawer .inner .close-btn span {
  background: #424242;
  height: 5px;
  width: 50px;
  margin: auto;
  border-radius: 5px;
}
.menu-btn {
  background-color: #242424;
  display: flex;
  padding: 8px 0 28px 0;
  margin-bottom: -15px;
  border-radius: 20px 20px 0 0;
}
.menu-btn span {
  background: #424242;
  height: 5px;
  width: 50px;
  margin: auto;
  border-radius: 5px;
}
.search-input {
  padding: 6px;
  margin-top: 24px;
  font-size: 17px;
  border: 2px solid whitesmoke;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 10px;
  color: #2e2d2d;
}
.search-input::placeholder {
  color: peachpuff;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.search-container .button-search {
  padding: 8px;
  margin-right: 16px;
  background: #dfb24f;
  font-size: 13px;
  font-weight: bolder;
  border: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-container .button-search:hover {
  background: whitesmoke;
}
@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }

  .search-input, .search-container .button-search {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .search-input {
    border: 1px solid whitesmoke;
  }
}
.carouselTitle {
  background-color: rgba(0, 0, 0, 0.5);
  /*positioned relative to parent div (container) */
  position: absolute;
  /* bottom margin is 0 so that it 
  coincides with container's bottom margin*/
  bottom: 0;
  color: whitesmoke;
  width: 100%;
  font-size: 11px;
  padding: 15px 10px;
  text-align: center;
  /*invisible because opacity is 0*/
  opacity: 0;
  transition: 0.6s;
}
.carousel-cell:hover .carouselTitle {
  /*becomes visible on hover*/
  opacity: 1;
}
.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
/*--- big screen ----*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {
  .edit-phto {
    left: 369px;
  }

  .user-avatar {
    margin-top: -225px;
  }

  #people-list figure {
    width: 14.7%;
  }

  .photos > li {
    min-width: 211px;
    width: 211px;
  }

  .page-infos > span {
    font-weight: 600;
  }

  .editing-interest form input {
    width: 73.5%;
  }

  .peoples {
    width: 230px;
  }

  .peoples-mesg-box {
    width: 72%;
  }

  .sidebar .widget ul.recent-photos li {
    width: 18.9%;
  }

  .timeline-info > ul li a::after {
    bottom: -17px;
  }

  .videobg-meta {
    left: 400px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
  #people-list figure {
    width: 18.5%;
  }

  .chat-box {
    right: 294px;
  }

  .edit-phto {
    left: 315px;
    bottom: 125px;
  }

  .add-btn {
    bottom: 125px;
  }
}
@media screen and (max-width: 1281px) and (min-width: 1024px) {
  .photos > li {
    min-width: 32.2%;
    width: 32.2%;
  }

  .timeline-info {
    line-height: 51px;
  }

  .timeline-info .admin-name > span {
    line-height: 0;
  }

  footer .widget-title h4 {
    font-size: 14px;
  }

  .timeline-info .admin-name > h5 {
    font-size: 20px;
  }

  .sidebar .widget li > a {
    font-size: 14px;
  }

  .user-avatar {
    width: 80.2%;
  }

  .chat-box {
    right: 230px;
  }

  .post-meta .detail {
    width: 62%;
  }

  .pepl-info {
    width: 87%;
  }

  .liked-pages > li {
    min-width: 32.4%;
    max-width: 32.4%;
  }

  .peoples-mesg-box {
    width: 63.4%;
  }

  .conversation-head > span {
    width: 82%;
  }

  .sidebar .widget ul.recent-photos li {
    width: 31.7%;
  }

  .row.widget-page {
    padding: 0;
  }
}
/*--- tablet landscape ---*/
@media screen and (max-width: 1024px) {
  .topbar {
    padding: 0 18px;
  }

  .top-area > ul.main-menu > li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .top-area > ul.main-menu > li::after {
    right: 5px;
  }

  .add-btn {
    bottom: 148px;
  }

  .edit-phto {
    bottom: 148px;
  }

  .pepl-info {
    width: 88.4%;
    padding-left: 5px;
  }

  .nearly-pepls > figure {
    min-width: 40px;
    max-width: 40px;
    width: 40px;
  }

  .pepl-info > h4 {
    font-size: 13px;
    margin-bottom: 0;
    width: 25%;
  }

  form .form-group.half {
    width: 47.6%;
  }

  .editing-interest form input {
    width: 79%;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar .widget ul.recent-photos li {
    width: 32%;
  }

  .widget-page .sidebar .widget ul.recent-photos li {
    width: 31.7%;
  }

  .peoples-mesg-box {
    width: 64%;
  }

  .peoples {
    width: 150px;
  }

  .peoples > li figure {
    max-width: 25px;
    min-width: 25px;
    width: 25px;
  }

  .conversation-head > span {
    width: 74%;
  }

  .followers > li figure {
    max-width: 40px;
    min-width: 40px;
    width: 40px;
  }

  .top-area > ul.main-menu {
    margin-left: 0;
  }

  .liked-pages > li {
    width: 48.8%;
    min-width: 48.8%;
    max-width: 48.8%;
  }

  .photos > li {
    min-width: 210px;
    width: 210px;
  }

  .inbox-sec {
    margin-left: 0;
  }

  .inbox-panel-head {
    padding: 10px;
  }

  .linked-image {
    width: 36%;
    margin-right: 15px;
  }

  .post-meta .detail {
    width: 60%;
  }

  .timeline-info > ul li {
    margin-right: 38px;
  }

  .user-avatar {
    margin-top: -90px;
  }

  .chat-box {
    bottom: 0;
    right: 0;
    top: auto;
  }

  footer .widget-title h4 {
    font-size: 14px;
  }

  .user-avatar .edit-phto {
    padding: 5px;
    top: auto;
    left: 0 !important;
  }

  .photos > li {
    min-width: 31.9%;
    width: 31.9%;
  }

  .edit-phto {
    left: 218px !important;
  }

  .user-avatar {
    width: 100%;
  }

  .inbox-panel-head > img {
    margin-right: 10px;
  }

  .user-setting {
    left: -50px;
  }

  .post-meta .detail > span {
    font-size: 20px;
  }

  .pepl-info > em {
    vertical-align: bottom;
    margin-left: 25px;
  }

  .career-page .purify {
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }

  .career-page .post-filter-sec > form {
    width: 100%;
  }

  .career-page .purify .chosen-container {
    width: 35.5% !important;
  }

  .post-filter-sec > form {
    width: 100%;
  }

  .purify {
    margin-top: 15px;
    text-align: left;
    width: 100%;
  }

  .l-post-meta {
    padding: 20px;
  }

  .l-post .l-post-meta > h4 {
    font-size: 20px;
  }

  .right-pading {
    padding-right: 0;
  }

  .left-pading {
    padding-left: 0;
  }

  .baner-inf {
    width: 62%;
  }

  .baner-inf > span {
    font-size: 45px;
    margin-right: 20px;
  }

  .baner-mockup {
    margin-top: -40px;
    width: 30%;
  }

  .detail-meta > h2 {
    max-width: 100%;
  }

  .fixed-sidebar {
    width: 50px;
  }

  .salary-area {
    margin-top: 40px;
    text-align: left;
  }

  .company-intro {
    margin-top: 30px;
  }
}
/*--- tablet view ---*/
@media screen and (max-width: 980px) {
  .gap {
    padding: 40px 0;
  }

  p {
    font-size: 14px;
  }

  .topbar,
.side-panel {
    display: none;
  }

  .responsive-header {
    display: block;
  }

  .timeline-info > ul li {
    margin-right: 15px;
  }

  .timeline-info > ul li:last-child {
    margin-right: 0px;
  }

  .timeline-info .admin-name > h5 {
    font-size: 17px;
  }

  .timeline-info > ul li a {
    font-size: 11px;
    margin-right: 13px;
  }

  .user-avatar {
    width: 90%;
    margin-top: -87px;
  }

  .edit-phto {
    padding: 5px 10px;
  }

  .edit-phto {
    left: 278px !important;
    bottom: 140px;
  }

  .add-btn {
    bottom: 140px;
  }

  .timeline-info > ul li a {
    font-size: 13px;
    margin-right: 30px;
  }

  .btn-view.btn-load-more {
    margin-bottom: 50px;
  }

  .central-meta button.btn-view {
    margin-bottom: 0;
  }

  #people-list figure {
    width: 9%;
  }

  footer .widget {
    margin-top: 50px;
  }

  footer .row > div:nth-child(1) .widget,
footer .row > div:nth-child(2) .widget,
footer .row > div:nth-child(3) .widget {
    margin-top: 0;
  }

  .location > li p {
    width: 83%;
  }

  .editing-interest form input {
    width: 73%;
  }

  form .form-group.half {
    width: 48.5%;
  }

  .knowldeg-box {
    padding: 20px 10px;
  }

  .knowldeg-box > span {
    font-size: 20px;
  }

  .knowldeg-box > p {
    font-size: 14px;
  }

  .log-reg-area {
    display: inline-block;
    position: unset;
    transform: translate(0px);
    width: 100%;
    height: inherit;
  }

  .peoples-mesg-box {
    width: 76.5%;
  }

  .peoples > li figure {
    max-width: 30px;
    min-width: 30px;
    width: 30px;
  }

  .message-text-container form button {
    right: 25px;
  }

  .liked-pages > li {
    width: 32.5%;
    min-width: 32.5%;
    max-width: 32.5%;
  }

  .photos > li {
    min-width: 24%;
    width: 24%;
  }

  .inbox-sec {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .inbox-panel-head {
    padding: 10px;
  }

  .sidebar {
    width: 100%;
    padding-bottom: 10px;
  }

  .linked-image {
    margin-right: 20px;
    width: 22%;
  }

  .advertisment-box img {
    width: 100%;
  }

  .chat-box {
    bottom: 25px;
    right: 30px;
    top: auto;
  }

  .widget-page .sidebar .widget {
    margin: 0 0 30px;
    width: 100%;
  }

  .sidebar .widget {
    margin: 10px;
    width: 47.2%;
  }

  a.add-butn {
    top: 7px;
  }

  .pepl-info {
    width: 92%;
  }

  .central-meta {
    margin: 10px 10px 10px 0;
    width: 100%;
  }

  .advertisment-box {
    margin: 10px;
    width: 47.1%;
  }

  .widget-page .advertisment-box {
    margin: 0 0 30px;
    width: 100%;
  }

  .widget ul.recent-photos li a img,
.widget ul.recent-photos li a {
    width: 100%;
  }

  .accordion {
    width: 100%;
  }

  .top-banner > h1 {
    width: 100%;
    font-size: 40px;
  }

  .ext-gap {
    padding: 50px 0;
  }

  .faq-area {
    margin: 30px 10px 0;
  }

  .contact-form form .form-group {
    margin-right: 0;
    width: 100%;
  }

  .contact-form {
    padding: 30px;
  }

  .cntct-adres {
    padding: 30px;
  }

  .cntct-adres > ul > li span {
    font-size: 12px;
    width: 77%;
  }

  .know-box {
    margin-top: 50px;
  }

  .checkout-total {
    margin-top: 20px;
  }

  .purify {
    float: left;
    margin-top: 15px;
    text-align: left;
    width: 100%;
  }

  .post-filter-sec > form {
    width: 100%;
  }

  .purify .chosen-container {
    width: 37.4% !important;
  }

  .right-pading {
    padding-right: 0;
  }

  .left-pading {
    padding-left: 0;
  }

  .baner-mockup {
    width: 32%;
  }

  .baner-inf {
    text-align: center;
  }

  .baner-inf > span {
    font-size: 40px;
    margin-right: 20px;
  }

  .baner-inf > a {
    font-size: 14px;
    padding: 6px 30px;
  }

  .contct-info2 {
    margin-top: 30px;
  }

  .category-box {
    border: 1px solid #eaeaea;
    padding: 40px;
  }

  .our-teambox {
    margin-bottom: 30px;
  }

  .about-picture {
    margin-top: 30px;
  }

  .about-picture > img {
    width: 100%;
  }

  .gap100 {
    padding: 60px 0;
  }

  .news-letter > form input {
    width: 380px;
  }

  .videobg-meta {
    left: 50px;
    max-width: 100%;
    width: 85%;
    top: 42%;
  }

  .videobg-meta > h3 {
    font-size: 35px;
  }

  .bv-video-wrap {
    height: 500px !important;
  }

  .info > a {
    margin-top: 15px;
  }

  .price-table {
    margin-bottom: 30px;
  }

  aside.sidebar.full-style .widget {
    margin-top: 30px;
  }

  .topic-data > span {
    width: 80px;
  }

  .fixed-sidebar {
    display: none;
  }

  .sidebar.left,
.sidebar.right {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .edit-phto {
    bottom: auto;
    left: 60px !important;
    top: 50px;
  }

  .add-btn {
    bottom: auto;
    top: 50px;
  }

  .timeline-info > ul li a {
    font-size: 12px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 640px) {
  p {
    font-size: 13px;
  }

  .topbar,
.side-panel {
    display: none;
  }

  .responsive-header {
    display: block;
  }

  .error-meta {
    top: 25%;
  }

  .user-avatar {
    margin: 0;
  }

  .feature-photo > figure {
    margin-bottom: 10px;
  }

  .user-avatar {
    border: medium none;
    border-radius: 0;
    width: 85%;
    margin: 10px 0;
  }

  .fileContainer {
    font-size: 10px;
  }

  .feature-photo > .edit-phto {
    bottom: auto;
    font-size: 13px;
    left: 20px !important;
    padding: 5px;
    top: 20px;
  }

  .user-avatar .edit-phto {
    padding: 5px;
    font-size: 12px;
    left: 0 !important;
  }

  .add-btn {
    bottom: auto;
    top: 130px;
    z-index: 9;
    right: 30px;
  }

  .add-btn > a {
    font-size: 11px;
    padding: 3px 13px;
  }

  .edit-phto .fileContainer [type=file] {
    width: 100%;
  }

  .central-meta {
    padding: 30px 15px;
  }

  .newpst-input {
    width: 83%;
  }

  .post-meta .detail {
    width: 100%;
  }

  .we-video-info > ul li span {
    font-size: 14px;
  }

  .we-video-info > ul li span ins {
    font-size: 10px;
  }

  .we-video-info > ul li.social-media {
    margin-right: 0;
  }

  .we-comment {
    width: 30%;
  }

  .we-comet > li ul {
    margin-left: 20px;
  }

  .we-comet > li ul .we-comment {
    width: 21%;
  }

  .post-comt-box {
    width: 90%;
  }

  li.post-comment .comet-avatar {
    max-width: 8%;
    width: 8%;
  }

  .sidebar .widget:last-child {
    margin-bottom: 0;
  }

  .error-meta > h1 {
    font-size: 55px;
  }

  .error-meta span {
    font-size: 15px;
  }

  .cntct-adres {
    padding: 40px 30px;
  }

  .cntct-adres > ul > li span {
    width: 79%;
  }

  .cntct-adres > ul {
    margin-bottom: 0;
  }

  .contact-form form .form-group {
    margin-right: 0;
    width: 100%;
  }

  .map-meta {
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
  }

  .overlap {
    margin-top: 30px;
  }

  .contact-form {
    padding: 30px;
    width: 100%;
  }

  .cntct-adres {
    width: 100%;
  }

  .contct-info {
    box-shadow: 0 0 10px #e6e6e6;
    margin-bottom: 0;
  }

  .friend-name {
    width: 86%;
  }

  .friend-info > figure {
    width: 11.6%;
  }

  .editing-interest form input {
    width: 100%;
  }

  .editing-interest form button {
    float: right;
  }

  .editing-interest form button {
    margin: 10px 2px;
    padding: 6px 30px;
  }

  form .dob .form-group {
    width: 100%;
  }

  .form-radio > .radio {
    width: 30%;
  }

  .d-flex {
    display: inline-block !important;
    width: 100%;
  }

  form .form-group.half {
    width: 100%;
  }

  .accordion {
    width: 100%;
  }

  .top-banner > i {
    max-width: 43px;
    width: 43px;
  }

  .faq-top > h1 {
    font-size: 40px;
  }

  .faq-top > form {
    max-width: 100%;
  }

  .main-title {
    font-size: 24px;
  }

  .log-reg-area {
    padding: 20px;
  }

  .log-reg-area form .forgot-pwd,
.log-reg-area form .already-have {
    text-align: left;
    width: 100%;
  }

  .log-reg-area form .checkbox {
    width: 100%;
  }

  .education {
    padding-left: 0;
  }

  .education > li i {
    margin-right: 5px;
  }

  #people-list figure {
    width: 11%;
  }

  .mtr-btn {
    padding: 5px 20px;
  }

  .sidebar .widget ul.recent-photos li {
    margin-bottom: 3px;
    width: 32.1%;
  }

  .peoples-mesg-box {
    width: 72%;
  }

  .people-name > side-panel {
    font-size: 12px;
  }

  .message-text-container form button {
    right: 15px;
  }

  .photos > li {
    border: 2px solid #fff;
    float: left;
    margin: 0;
    min-width: 50%;
    width: 50%;
  }

  .photos > li a {
    overflow: unset;
  }

  .colla-apps {
    margin-bottom: 0;
  }

  .timeline-info > ul li.admin-name {
    left: -150px;
    position: absolute;
    top: -80px;
  }

  .timeline-info .admin-name > h5 {
    color: #fff;
    font-size: 22px;
    text-shadow: 0 2px 0 #4a4a4a;
  }

  .comet-avatar {
    max-width: 3.5%;
    width: 3.5%;
  }

  .chat-box {
    right: 0;
    position: fixed;
    bottom: 30px;
  }

  .page-infos > h5 {
    font-size: 14px;
  }

  .timeline-info .admin-name > span {
    color: #eee;
  }

  .sidebar {
    width: 100%;
  }

  .post-meta .detail {
    width: 61%;
  }

  .list-style > li {
    width: 32.7%;
  }

  footer {
    padding: 50px 0;
  }

  .vid-links {
    margin-top: 20px;
  }

  .colla-apps > li {
    width: 32.7%;
  }

  footer .row > div:nth-child(2) .widget,
footer .row > div:nth-child(3) .widget {
    margin-top: 50px;
  }

  .inbox-panel-head > ul {
    margin-right: 20px;
    margin-top: 10px;
  }

  .sidebar .widget .recent-photos a,
.sidebar .widget .recent-photos a img {
    width: 100%;
    display: inline-block;
  }

  .feature-photo .container-fluid {
    padding: 0 30px;
  }

  .timeline-info > ul li a {
    font-size: 13px;
    margin-right: 33px;
  }

  .row.widget-page {
    padding: 0 30px;
  }

  .sidebar .widget {
    margin: 10px;
    width: 46.6%;
  }

  .pepl-info {
    width: 91%;
  }

  .liked-pages > li {
    width: 32.4%;
    min-width: 32.4%;
    max-width: 32.4%;
  }

  .feature-photo > figure {
    margin-bottom: 0;
  }

  .faq-top form button {
    font-size: 16px;
  }

  .d-flex .tab-content {
    margin-top: 15px;
  }

  .cnt-title > span {
    font-size: 18px;
  }

  .map-meta > h1 {
    font-size: 30px;
  }

  .know-box {
    margin-top: 50px;
  }

  .knowldeg-box {
    margin-bottom: 10px;
  }

  .single-btn > li {
    margin-right: 10px;
  }

  .cart-sec table tr td {
    width: 240px;
  }

  .cart-sec table tr td .cart-meta {
    overflow: unset;
    padding-left: 0;
  }

  .cart-meta > span {
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
    width: 100%;
  }

  .delete-cart {
    left: 0;
    right: auto;
    top: 0;
  }

  .cart-prices {
    width: 100px;
  }

  .cart-list-quantity {
    width: 100px;
  }

  .total-price {
    width: 100px;
  }

  .cart-sec table tr td .cart-avatar {
    width: 105px;
  }

  .proceed {
    float: left;
    margin-top: 60px;
    width: 100%;
  }

  .total-area > ul {
    width: 100%;
  }

  .purify .chosen-container {
    width: 35% !important;
  }

  .baner-mockup {
    margin-top: -30px;
  }

  .container .purify .chosen-container {
    margin-bottom: 10px;
    width: 100% !important;
  }

  .container .purify > span {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }

  .detail-top .connect-with {
    box-shadow: 0 0 20px #bababa;
    margin-top: 20px;
    padding: 15px;
    position: unset;
    width: 100%;
  }

  .social-connect > li {
    margin: 8px 0;
    width: 50%;
  }

  .social-connect > li:nth-last-child(1),
.social-connect > li:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .social-connect > li:nth-last-child(1),
.social-connect > li:nth-last-child(2) {
    margin-bottom: 0;
  }

  .baner-inf > span {
    font-size: 30px;
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 30px;
  }

  blockquote {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .detail-meta > h2 {
    font-size: 23px;
  }

  .admin-postmeta > h4 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .admin-postmeta > span {
    display: inline-block;
    font-size: 12px;
    margin-left: 0;
    width: 100%;
  }

  .admin-postmeta > p {
    font-size: 14px;
  }

  .site-admin {
    padding: 20px;
  }

  .gap.ext-bottom {
    padding-bottom: 60px;
  }

  .is-helpful > em {
    float: left;
    margin-top: 20px;
    width: 100%;
  }

  .option-set.icon-style > li {
    padding: 0 16px;
  }

  .price-table > span {
    font-size: 22px;
  }

  .price-table > h3 {
    font-size: 20px;
  }

  .price-table > span i {
    font-size: 15px;
  }

  .job-detail > ul li span {
    width: 94%;
  }
}
@media screen and (max-width: 480px) {
  .user-avatar {
    width: 30%;
  }

  .header-inner > h2 {
    font-size: 16px;
    padding-left: 0;
  }

  nav.breadcrumb {
    padding-right: 0;
  }

  .pepl-info {
    padding-left: 10px;
    width: 87%;
  }

  a.add-butn {
    font-size: 11.5px;
  }

  .notifi-meta {
    width: 77%;
  }

  .notification-box > ul li > i.del {
    width: 100%;
  }

  #people-list figure {
    width: 15%;
  }

  .vid-links {
    margin-top: 30px;
  }

  .sidebar .widget ul.recent-photos li {
    width: 24.2%;
    margin-bottom: 16px;
  }

  .peoples,
.peoples-mesg-box {
    padding-left: 0;
    width: 100%;
  }

  .peoples {
    margin-bottom: 40px;
  }

  .peoples-mesg-box {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
  }

  .message-text-container form button {
    right: 15px;
  }

  .friend-logo > span::before,
.friend-logo > span::after {
    top: -15px;
  }

  .friend-logo > span {
    font-size: 140px;
  }

  .we-comet > li ul {
    margin-left: 0;
  }

  .comet-avatar {
    max-width: 5.3%;
    width: 5.3%;
  }

  .timeline-info > ul li.admin-name {
    left: 190px;
    position: absolute;
    top: -95px;
  }

  .timeline-info .admin-name > h5 {
    color: #424242;
    text-shadow: none;
  }

  .liked-pages > li {
    max-width: 48.4%;
    min-width: 48.4%;
    width: 48.4%;
  }

  .user-avatar {
    border: 4px solid #dfdfdf;
    margin-bottom: 10px;
    width: 45%;
  }

  .add-btn {
    top: 70px;
    right: 30px;
  }

  .user-avatar {
    float: left;
    margin-top: 15px;
    width: 35%;
    margin-bottom: 12px;
  }

  footer .widget-title h4::before {
    width: 10%;
  }

  .timeline-info .admin-name > span {
    color: #333;
    display: block;
    line-height: 20px;
    position: unset;
  }

  .list-style > li {
    width: 49%;
  }

  .post-meta .detail {
    width: 48%;
  }

  .post-meta .detail > span {
    display: inline-block;
    font-size: 18px;
    width: 100%;
  }

  .sidebar .widget {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  footer .row > div:last-child .widget {
    margin-bottom: 0;
  }

  .advertisment-box,
.advertisment-box img {
    width: 100%;
  }

  .we-video-info > ul li span {
    font-size: 14px;
  }

  .we-video-info > ul li span ins {
    font-size: 10px;
  }

  .timeline-info > ul li a {
    margin-right: 17px;
    margin-bottom: 8px;
  }

  .feature-photo .container-fluid {
    padding: 0 15px;
  }

  .flaged {
    border: 1px solid #e1e8ed;
    padding-bottom: 20px;
  }

  .inbox-navigation {
    padding-bottom: 0;
  }

  .add-btn > span {
    font-size: 12px;
  }

  .inbox-panel-head > ul {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-top: 10px;
    vertical-align: middle;
    width: auto;
  }

  .timeline-info > ul {
    padding-left: 0;
    line-height: initial;
  }

  .knowldeg-box {
    margin-bottom: 10px;
  }

  .know-box {
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-info > ul li a::after {
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
  }

  .page-eror .error-meta > h1 {
    font-size: 38px;
  }

  .gap100 {
    padding: 60px 0;
  }

  .single-btn > li {
    margin-right: 5px;
  }

  .single-btn > li > a {
    font-size: 12px;
    padding: 7px 15px;
  }

  .section-heading > h2 {
    font-size: 30px;
  }

  .top-banner > h1 {
    font-size: 30px;
  }

  a.btn2 {
    font-size: 11px;
    height: 39px;
    line-height: 37px;
    width: 145px;
  }

  .full-postmeta > h4 {
    font-size: 26px;
  }

  .tab-content .comment-text {
    width: 100%;
    margin-top: 10px;
  }

  .comment-form-author,
.comment-form-email {
    margin-right: 0;
    width: 100%;
  }

  .aditional-inf .main-title {
    margin-bottom: 20px;
    width: 100%;
  }

  .adition-info {
    width: 100%;
  }

  .tab-content .comment-text .user-name {
    margin-right: 9px;
  }

  .star-rating {
    margin-left: 9px;
  }

  .tab-content .commentlist > li {
    width: 100%;
  }

  .tab-content .comment-text > p {
    font-size: 14px;
  }

  .comment-respond {
    width: 100%;
  }

  .logout-meta > p {
    max-width: 100%;
  }

  .purify > span {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }

  .purify .chosen-container {
    width: 38.5% !important;
  }

  .carrer-title > h2 {
    font-size: 30px;
  }

  .contct-info2 .contact-form form .form-group {
    width: 100%;
  }

  .l-post > figure,
.l-post > figure img {
    width: 100%;
  }

  .l-post-meta {
    width: 100%;
  }

  figure.alignright,
.alignright {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  figure.alignright,
.alignright img {
    width: 100%;
  }

  .detail-meta > ul {
    padding-left: 10px;
    margin-bottom: 0;
  }

  nav.breadcrumb {
    width: 100%;
  }

  .about-winku > h4 {
    font-size: 24px;
  }

  .news-letter > h2 {
    font-size: 30px;
  }

  .news-letter > form input {
    width: 310px;
  }

  .our-teambox figure img {
    width: 100%;
  }

  .getquot-baner > span {
    font-size: 21px;
  }

  .getquot-baner {
    text-align: center;
  }

  .getquot-baner > a {
    display: inline-block;
    float: none;
    margin-top: 20px;
    padding: 10px 40px;
  }

  .news-letter > form input {
    width: 100%;
  }

  .news-letter > form button {
    margin-left: 0;
    margin-top: 20px;
    padding: 14px 20px;
  }

  figure.sign-author {
    width: 35%;
  }

  .videobg-meta > h3 {
    font-size: 26px;
  }

  .info {
    padding-left: 0;
  }

  .info p {
    font-size: 15px;
    padding-top: 0;
  }

  .option-set.icon-style > li {
    padding: 0 12px;
  }

  .portfolio-box > img {
    width: 100%;
  }

  .section-heading > p {
    max-width: 100%;
  }

  .forum-list table tbody tr td p {
    width: 300px;
  }

  .forum-open .table tr td p {
    width: 300px;
  }

  .date-n-reply > span {
    width: 200px;
  }

  .forum-open .table tr td p {
    width: 300px;
  }

  .date-n-reply > span {
    width: 200px;
  }

  .forum-list table tbody tr td h6 {
    width: 300px;
  }

  .employer-info h2 {
    font-size: 26px;
    margin-top: 10px;
  }

  .job-detail > h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) and (min-width: 361px) {
  .post-meta .detail {
    width: 100%;
  }

  .linked-image {
    margin-right: 0;
    width: 100%;
  }

  .linked-image img {
    width: 100%;
  }

  .we-video-info > ul {
    padding-left: 0;
  }

  .timeline-info > ul li a {
    margin-right: 20px;
  }

  .shop-filter-sec > span {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-filter {
    float: left;
    width: 100%;
  }

  .colla-apps > li {
    width: 32.6%;
  }

  .colla-apps > li {
    width: 100%;
  }

  .slider-nav-gold {
    float: left;
    position: unset;
    width: 100%;
    margin-top: 20px;
    transform: translate(0);
  }

  .slider-for-gold .slick-track > li img {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  .single-btn > li > a {
    font-size: 11px;
    padding: 7px 10px;
  }

  .logout-meta > h2 {
    font-size: 28px;
  }

  .purify .chosen-container {
    margin-bottom: 10px;
    width: 100% !important;
  }

  .career-page .purify .chosen-container {
    width: 100% !important;
  }

  .commenter-photo {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .commenter-meta {
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }

  .comment-box {
    padding: 20px;
  }

  .comments > li > ul {
    padding-left: 0;
  }

  .help-assistant {
    width: 100%;
  }

  .post-dated {
    margin-top: 10px;
    width: 100%;
  }

  .assistant-name {
    width: 50%;
  }

  .help-topic {
    padding-left: 0;
  }

  nav.breadcrumb {
    width: 100%;
  }

  .videobg-meta {
    left: 20px;
  }

  .videobg-meta > h3 {
    font-size: 24px;
  }

  .job-detail > ul li span {
    width: 90%;
  }

  .sociaz-media > li {
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 360px) {
  .user-avatar {
    width: 40%;
  }

  #people-list figure {
    width: 21.4%;
  }

  .sidebar .widget ul.recent-photos li {
    margin-bottom: 10px;
    width: 32.2%;
  }

  .message-text-container form button {
    right: 5px;
  }

  .peoples-mesg-box {
    padding: 10px;
  }

  .coment-head > h5 {
    white-space: nowrap;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .we-reply {
    vertical-align: super;
  }

  .coment-head > span {
    vertical-align: top;
  }

  .timeline-info > ul li.admin-name {
    left: 153px;
    margin-right: 0;
    position: absolute;
    top: -100px;
  }

  .timeline-info > ul li {
    margin-right: 0;
  }

  .feature-photo .container-fluid {
    padding: 0 15px;
  }

  .timeline-info .admin-name > h5 {
    color: #424242;
    text-shadow: none;
  }

  .comet-avatar {
    max-width: 7.3%;
    width: 7.3%;
  }

  .liked-pages > li {
    max-width: 48.2%;
    min-width: 48.2%;
    width: 48.2%;
  }

  .page-infos > h5 {
    font-size: 13px;
  }

  .add-btn {
    top: 69px;
    right: 20px;
  }

  .linked-image > a {
    display: inline-block;
    width: 100%;
  }

  .linked-image > a img {
    width: 100%;
  }

  .align-left {
    margin-right: 0;
    width: 100%;
  }

  .post-meta .detail {
    width: 100%;
  }

  .we-video-info > ul {
    padding-left: 5px;
  }

  .editing-interest form ol > li {
    width: 49%;
  }

  .colla-apps > li {
    width: 100%;
  }

  .top-banner {
    padding-left: 0;
  }

  .frnds .nav-tabs .nav-item {
    margin-right: 28px;
  }

  .pepl-info > em {
    float: right;
    margin-left: 0px;
    vertical-align: sub;
    font-size: 10px;
  }

  a.add-butn {
    font-size: 10px;
    padding: 5px 6px;
  }

  .pepl-info > h4 {
    width: auto;
  }

  .pepl-info {
    width: 82%;
  }

  #frends a.add-butn.more-action {
    right: 65px;
  }

  .frnds .nav-tabs .nav-item > span {
    font-size: 11px;
  }

  .frnds .nav-tabs .nav-item {
    font-size: 14px;
  }

  #frends a.add-butn.more-action,
a.add-butn.more-action {
    position: unset;
  }

  nav.breadcrumb {
    width: 47%;
  }

  .add_to_wishlist {
    margin-left: 0;
  }

  .single-btn > li {
    margin-right: 0;
    width: 100%;
  }

  .single-btn > li > a {
    margin-bottom: 10px;
  }

  .nav.nav-tabs.single-btn {
    padding-bottom: 0;
  }

  .purify .chosen-container {
    margin-bottom: 10px;
    width: 100% !important;
  }

  .career-page .purify .chosen-container {
    width: 100% !important;
  }

  .more-branches {
    padding: 30px 20px 20px;
  }

  .l-post .l-post-meta > h4 {
    font-size: 18px;
  }

  .tags > a {
    font-size: 13px;
  }

  .commenter-photo {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .commenter-meta {
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }

  .comment-box {
    padding: 20px;
  }

  .comments > li > ul {
    padding-left: 0;
  }

  .help-topic {
    padding-left: 0;
  }

  .help-assistant {
    width: 100%;
  }

  .assistant-name {
    width: 50%;
  }

  .post-dated {
    width: 100%;
  }

  .is-helpful {
    margin-top: 30px;
  }

  nav.breadcrumb {
    width: 100%;
  }

  .getquot-baner {
    padding: 35px 25px;
  }

  .videobg-meta > h3 {
    font-size: 23px;
  }

  .videobg-meta {
    left: 20px;
  }

  .job-detail > ul li span {
    width: 90%;
  }

  .sociaz-media > li {
    margin: 0 0 4px;
  }

  .employer-info > ul li > i {
    display: inline-block;
    width: 100%;
  }

  .employer-info > ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .user-avatar {
    width: 40%;
  }

  #people-list figure {
    width: 20%;
  }

  .sidebar .widget ul.recent-photos li {
    width: 32.1%;
    margin-bottom: 4px;
  }

  .friend-logo > span {
    font-size: 170px;
  }

  .frnds .nav-tabs .nav-item {
    font-size: 14px;
    margin-right: 15px;
  }

  .timeline-info > ul li.admin-name {
    left: 128px;
    top: -95px;
  }

  .add-btn {
    right: 6px;
    top: 57px;
  }

  .feature-photo > .edit-phto {
    top: 10px;
  }

  .timeline-info .admin-name > span {
    color: #333;
  }

  .timeline-info .admin-name > h5 {
    color: #424242;
    font-size: 20px;
  }

  .comet-avatar {
    max-width: 10%;
    width: 10%;
  }

  .liked-pages > li {
    max-width: 48%;
    min-width: 48%;
    width: 48%;
  }

  .nearby-contct > li {
    padding: 10px;
  }

  .pepl-info {
    width: 81%;
  }

  .pepl-info > h4 {
    width: auto;
  }

  .we-video-info > ul li.social-media {
    position: absolute;
    right: 20px;
    top: -41px;
  }

  .pepl-info {
    width: 80%;
  }

  .delivery-guide {
    margin-bottom: 15px;
  }

  .add_to_wishlist {
    margin-bottom: 14px;
  }

  nav.breadcrumb {
    width: 100%;
  }

  .apply-bttons > a {
    font-size: 13px;
    padding: 8px 14px;
  }
}
.modern-card {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}
.dark-theme .modern-card {
  background: var(--ion-color-step-50);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.modern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(223, 178, 79, 0.2);
}
.modern-card.card-clickable {
  cursor: pointer;
}
.modern-btn {
  --border-radius: 28px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.modern-btn:hover {
  transform: translateY(-2px);
  --box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.modern-btn.btn-gold {
  --background: var(--ion-color-gold);
  --color: white;
}
.modern-btn.btn-gold:hover {
  --background: var(--ion-color-gold-shade);
}
.modern-btn.btn-outline-gold {
  --border-color: var(--ion-color-gold);
  --color: var(--ion-color-gold);
}
.modern-btn.btn-outline-gold:hover {
  --background: var(--ion-color-gold);
  --color: white;
}
.modern-input {
  --background: white;
  --border-radius: 12px;
  --padding-start: 16px;
  --padding-end: 16px;
  --border-width: 1px;
  --border-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .modern-input {
  --background: var(--ion-color-step-100);
  --border-color: rgba(255, 255, 255, 0.1);
}
.modern-input:focus-within {
  --border-color: var(--ion-color-gold);
}
.modern-searchbar {
  --background: white;
  --border-radius: 28px;
  --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --icon-color: var(--ion-color-medium);
}
.dark-theme .modern-searchbar {
  --background: var(--ion-color-step-150);
}
.modern-avatar {
  border: 2px solid var(--ion-color-gold);
  transition: transform 0.3s ease;
}
.modern-avatar.avatar-sm {
  width: 32px;
  height: 32px;
}
.modern-avatar.avatar-md {
  width: 48px;
  height: 48px;
}
.modern-avatar.avatar-lg {
  width: 64px;
  height: 64px;
}
.modern-avatar:hover {
  transform: scale(1.05);
}
.modern-badge {
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.modern-badge.badge-gold {
  background: var(--ion-color-gold);
  color: white;
}
.modern-badge.badge-success {
  background: var(--ion-color-success);
  color: white;
}
.modern-badge.badge-danger {
  background: var(--ion-color-danger);
  color: white;
}
.modern-segment {
  --background: transparent;
  margin-bottom: 24px;
}
.modern-segment ion-segment-button {
  --indicator-color: var(--ion-color-gold);
  --color-checked: var(--ion-color-gold);
  --color: var(--ion-color-medium);
  font-weight: 600;
  text-transform: none;
  border-radius: 12px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.modern-segment ion-segment-button:hover {
  --color: var(--ion-color-gold-shade);
}
.modern-grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
.modern-grid.grid-auto {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.modern-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.modern-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.modern-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .modern-grid.grid-2, .modern-grid.grid-3, .modern-grid.grid-4 {
    grid-template-columns: 1fr;
  }
}
.modern-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ion-color-dark);
  margin-bottom: 16px;
}
.dark-theme .modern-title {
  color: var(--ion-color-light);
}
.modern-title.title-sm {
  font-size: 1.5rem;
}
.modern-title.title-lg {
  font-size: 2.5rem;
}
.modern-subtitle {
  font-size: 1.1rem;
  color: var(--ion-color-medium);
  line-height: 1.6;
}
.modern-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ion-color-dark);
}
.dark-theme .modern-text {
  color: var(--ion-color-light);
}
.spacing-xs {
  padding: 8px;
}
.spacing-sm {
  padding: 12px;
}
.spacing-md {
  padding: 16px;
}
.spacing-lg {
  padding: 24px;
}
.spacing-xl {
  padding: 32px;
}
.mt-xs {
  margin-top: 8px;
}
.mt-sm {
  margin-top: 12px;
}
.mt-md {
  margin-top: 16px;
}
.mt-lg {
  margin-top: 24px;
}
.mt-xl {
  margin-top: 32px;
}
.mb-xs {
  margin-bottom: 8px;
}
.mb-sm {
  margin-bottom: 12px;
}
.mb-md {
  margin-bottom: 16px;
}
.mb-lg {
  margin-bottom: 24px;
}
.mb-xl {
  margin-bottom: 32px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}
.animate-fade-in {
  animation: fadeIn 0.6s ease-out;
}
.animate-slide-in-right {
  animation: slideInRight 0.6s ease-out;
}
.modern-skeleton {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}
.dark-theme .modern-skeleton {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.15) 37%, rgba(255, 255, 255, 0.06) 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.modern-empty-state {
  text-align: center;
  padding: 60px 20px;
}
.modern-empty-state .empty-icon {
  font-size: 80px;
  color: var(--ion-color-medium);
  margin-bottom: 24px;
  opacity: 0.5;
}
.modern-empty-state .empty-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ion-color-dark);
  margin-bottom: 12px;
}
.dark-theme .modern-empty-state .empty-title {
  color: var(--ion-color-light);
}
.modern-empty-state .empty-description {
  font-size: 1rem;
  color: var(--ion-color-medium);
  margin-bottom: 24px;
}
.glass-effect {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dark-theme .glass-effect {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.shadow-md {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.shadow-gold {
  box-shadow: 0 4px 16px rgba(223, 178, 79, 0.3);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
}
ion-card {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.dark-theme ion-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
ion-button {
  text-transform: none;
  font-weight: 600;
}
ion-button.button-round {
  --border-radius: 28px;
}
ion-toolbar {
  --border-width: 0;
  --min-height: 64px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.dark-theme ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
::-webkit-scrollbar-thumb {
  background: var(--ion-color-gold);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--ion-color-gold-shade);
}
*:focus {
  outline: 2px solid var(--ion-color-gold);
  outline-offset: 2px;
}
ion-button:focus,
ion-searchbar:focus,
ion-input:focus {
  outline: none;
}
.transition-all {
  transition: all 0.3s ease;
}
.transition-transform {
  transition: transform 0.3s ease;
}
.transition-opacity {
  transition: opacity 0.3s ease;
}
.hover-lift {
  transition: transform 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
}
.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}
.hover-gold {
  transition: color 0.3s ease;
}
.hover-gold:hover {
  color: var(--ion-color-gold) !important;
}
ion-content {
  --padding-top: 64px;
}
@media (max-width: 968px) {
  ion-content {
    --padding-top: 56px;
    --padding-bottom: 64px;
  }
}
ion-router-outlet {
  padding-top: 64px;
}
@media (max-width: 968px) {
  ion-router-outlet {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.welcome-page ion-content {
  --padding-top: 0 !important;
}
ion-content {
  --padding-top: 72px;
}

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