@charset "UTF-8";
/*!
Theme Name: Parki 2.0
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Parki is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.featherlight-content > #tour-lightbox {
  text-align: center;
  display: block;
  max-width: 612px;
  width: 100vw;
}
.featherlight-content > #tour-lightbox h6 {
  font-size: 17px;
  margin-top: 19px;
  line-height: 1.5;
}
.featherlight-content > #tour-lightbox > div {
  width: 532px;
  margin-left: auto;
  margin-right: auto;
}
.featherlight-content > #tour-lightbox > div label {
  color: #344969;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.featherlight-content > #tour-lightbox > div input[type=checkbox] + label {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 0;
  display: inline-block;
}
.featherlight-content > #tour-lightbox > div h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.featherlight-content > #tour-lightbox > div p {
  margin-bottom: 0;
}
.featherlight-content > #tour-lightbox > div h5 {
  margin-bottom: 5px;
}
.featherlight-content > #tour-lightbox > div .alert-trigger-info {
  margin-top: 10px;
}
.featherlight-content > #tour-lightbox > div:not(:last-of-type) {
  margin-bottom: 30px;
}
.featherlight-content > #tour-lightbox > div:last-of-type {
  margin-top: 35px;
}
.featherlight-content > #tour-lightbox > div input[name=alert-enabled],
.featherlight-content > #tour-lightbox > div label[for=alert-enabled] {
  margin-top: 5px;
}
.featherlight-content > #tour-lightbox .section {
  margin: 0 auto;
}
.featherlight-content > #tour-lightbox .section label {
  display: block;
  width: auto;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  border-radius: 100%;
  background-color: rgba(2, 165, 226, 0.6);
  color: white;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span div {
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  color: #333333;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 1px solid #02a5e2;
  width: 300px;
  text-align: left;
  padding: 10px;
  top: -100px;
  left: 25px;
  font-size: 14px;
  font-weight: 400;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span div p {
  font-weight: 500;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span div strong {
  font-weight: 500;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span div ul {
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-size: 12px;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span div ul li {
  margin-top: 7px;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span:hover {
  cursor: pointer;
}
.featherlight-content > #tour-lightbox .section label[for=kpi] span:hover div {
  opacity: 1;
}
.featherlight-content > #tour-lightbox .section input:not([type=checkbox]) {
  display: block;
  width: auto;
}
.featherlight-content > #tour-lightbox .section input[type=checkbox] {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.featherlight-content > #tour-lightbox .section input[type=checkbox], .featherlight-content > #tour-lightbox .section input[type=checkbox] + label {
  display: inline-block;
}
.featherlight-content > #tour-lightbox .section a.btn {
  float: right;
}
.featherlight-content > #tour-lightbox .section a.btn:first-of-type {
  margin-left: 10px;
}

.super-hidden {
  display: none !important;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
body {
  margin: 0;
}
body #primary {
  padding-top: 185px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body #primary {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
body #primary h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  body #primary h1 {
    margin-bottom: 10px;
  }
}
body.page-template-default, body.page-template-page-t-integrations, body.page-template-page-t-subscribe, body.woocommerce.post-type-archive-product, body.page-template-page-t-calc, body.page-template-page-t-nz, body.page-template-page-tfa, body.ticket-template-default {
  position: relative;
  margin: 0;
}
body.page-template-default #page, body.page-template-page-t-integrations #page, body.page-template-page-t-subscribe #page, body.woocommerce.post-type-archive-product #page, body.page-template-page-t-calc #page, body.page-template-page-t-nz #page, body.page-template-page-tfa #page, body.ticket-template-default #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.page-template-default #page #primary, body.page-template-page-t-integrations #page #primary, body.page-template-page-t-subscribe #page #primary, body.woocommerce.post-type-archive-product #page #primary, body.page-template-page-t-calc #page #primary, body.page-template-page-t-nz #page #primary, body.page-template-page-tfa #page #primary, body.ticket-template-default #page #primary {
  flex: 1 1 auto;
}
body.page-template-default .entry-content > .wpas, body.page-template-page-t-integrations .entry-content > .wpas, body.page-template-page-t-subscribe .entry-content > .wpas, body.woocommerce.post-type-archive-product .entry-content > .wpas, body.page-template-page-t-calc .entry-content > .wpas, body.page-template-page-t-nz .entry-content > .wpas, body.page-template-page-tfa .entry-content > .wpas, body.ticket-template-default .entry-content > .wpas {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.page-template-default .wpcf7, body.page-template-page-t-integrations .wpcf7, body.page-template-page-t-subscribe .wpcf7, body.woocommerce.post-type-archive-product .wpcf7, body.page-template-page-t-calc .wpcf7, body.page-template-page-t-nz .wpcf7, body.page-template-page-tfa .wpcf7, body.ticket-template-default .wpcf7 {
  margin: 0 auto;
  max-width: 550px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.page-template-default .wpcf7 form label, body.page-template-page-t-integrations .wpcf7 form label, body.page-template-page-t-subscribe .wpcf7 form label, body.woocommerce.post-type-archive-product .wpcf7 form label, body.page-template-page-t-calc .wpcf7 form label, body.page-template-page-t-nz .wpcf7 form label, body.page-template-page-tfa .wpcf7 form label, body.ticket-template-default .wpcf7 form label {
  display: block;
  color: #333333;
}
body.page-template-default .wpcf7 form label span, body.page-template-page-t-integrations .wpcf7 form label span, body.page-template-page-t-subscribe .wpcf7 form label span, body.woocommerce.post-type-archive-product .wpcf7 form label span, body.page-template-page-t-calc .wpcf7 form label span, body.page-template-page-t-nz .wpcf7 form label span, body.page-template-page-tfa .wpcf7 form label span, body.ticket-template-default .wpcf7 form label span {
  display: block;
}
body.page-template-default .wpcf7 form label span input, body.page-template-page-t-integrations .wpcf7 form label span input, body.page-template-page-t-subscribe .wpcf7 form label span input, body.woocommerce.post-type-archive-product .wpcf7 form label span input, body.page-template-page-t-calc .wpcf7 form label span input, body.page-template-page-t-nz .wpcf7 form label span input, body.page-template-page-tfa .wpcf7 form label span input, body.ticket-template-default .wpcf7 form label span input {
  width: 100%;
}
body.page-template-default .wpcf7 form input[type=text],
body.page-template-default .wpcf7 form input[type=email],
body.page-template-default .wpcf7 form textarea, body.page-template-page-t-integrations .wpcf7 form input[type=text],
body.page-template-page-t-integrations .wpcf7 form input[type=email],
body.page-template-page-t-integrations .wpcf7 form textarea, body.page-template-page-t-subscribe .wpcf7 form input[type=text],
body.page-template-page-t-subscribe .wpcf7 form input[type=email],
body.page-template-page-t-subscribe .wpcf7 form textarea, body.woocommerce.post-type-archive-product .wpcf7 form input[type=text],
body.woocommerce.post-type-archive-product .wpcf7 form input[type=email],
body.woocommerce.post-type-archive-product .wpcf7 form textarea, body.page-template-page-t-calc .wpcf7 form input[type=text],
body.page-template-page-t-calc .wpcf7 form input[type=email],
body.page-template-page-t-calc .wpcf7 form textarea, body.page-template-page-t-nz .wpcf7 form input[type=text],
body.page-template-page-t-nz .wpcf7 form input[type=email],
body.page-template-page-t-nz .wpcf7 form textarea, body.page-template-page-tfa .wpcf7 form input[type=text],
body.page-template-page-tfa .wpcf7 form input[type=email],
body.page-template-page-tfa .wpcf7 form textarea, body.ticket-template-default .wpcf7 form input[type=text],
body.ticket-template-default .wpcf7 form input[type=email],
body.ticket-template-default .wpcf7 form textarea {
  border-color: #344969;
}
body.page-template-default .wpcf7 form input[type=submit], body.page-template-page-t-integrations .wpcf7 form input[type=submit], body.page-template-page-t-subscribe .wpcf7 form input[type=submit], body.woocommerce.post-type-archive-product .wpcf7 form input[type=submit], body.page-template-page-t-calc .wpcf7 form input[type=submit], body.page-template-page-t-nz .wpcf7 form input[type=submit], body.page-template-page-tfa .wpcf7 form input[type=submit], body.ticket-template-default .wpcf7 form input[type=submit] {
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  user-select: none;
  text-decoration: none;
  background-color: white;
  border-color: #02a5e2;
  border-width: 1px;
  padding: 8px 20px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  color: #02a5e2;
  display: inline-block;
  float: right;
}
body.page-template-default .wpcf7 form input[type=submit]:hover, body.page-template-page-t-integrations .wpcf7 form input[type=submit]:hover, body.page-template-page-t-subscribe .wpcf7 form input[type=submit]:hover, body.woocommerce.post-type-archive-product .wpcf7 form input[type=submit]:hover, body.page-template-page-t-calc .wpcf7 form input[type=submit]:hover, body.page-template-page-t-nz .wpcf7 form input[type=submit]:hover, body.page-template-page-tfa .wpcf7 form input[type=submit]:hover, body.ticket-template-default .wpcf7 form input[type=submit]:hover {
  background-color: #02a5e2;
  color: white;
}

.woocommerce-error {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  padding: 10px;
  border: 1px solid #E23F02;
  background-color: white;
  border-radius: 5px;
}
.woocommerce-error li {
  font-size: 0.85rem;
  color: #E23F02;
}

.woocommerce-message {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  padding: 10px;
  border: 1px solid #5CBF46;
  background-color: white;
  border-radius: 5px;
}

#bdo-login-wrapper {
  margin: 0 auto;
  padding: 30px 35px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  #bdo-login-wrapper {
    padding: 15px;
  }
}
#bdo-login-wrapper .remember-me {
  margin: 0 0 15px 0;
}
#bdo-login-wrapper .remember-me > label {
  margin: 0;
}
#bdo-login-wrapper .lost_password {
  margin-left: 10px;
}
#bdo-login-wrapper .bottom-login-button {
  margin-bottom: 15px;
}
#bdo-login-wrapper .button-row .col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-checkout .or-container, #bdo-login-wrapper .or-container {
  display: flex;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 27px;
  opacity: 0.8;
}
.woocommerce-checkout .or-container .or, #bdo-login-wrapper .or-container .or {
  padding: 0 15px;
  font-weight: 500;
}
.woocommerce-checkout .or-container .divide, #bdo-login-wrapper .or-container .divide {
  opacity: 0.25;
  flex: 1 1 auto;
  height: 1px;
  background-color: #333;
}

body.blog .particle-background {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.25;
}
@media (max-width: 767px) {
  body.blog .particle-background {
    opacity: 0.1;
  }
}
body.blog .particle-background-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
body.blog #primary h1 {
  margin-bottom: 10px;
}
body.blog .desc {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 1199px) {
  body.blog .desc {
    margin-bottom: 50px;
  }
}
body.blog .post-container > div {
  margin-bottom: 50px;
}
body.blog .post-container > div:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.blog .post-container > div {
    margin-bottom: 30px;
  }
}
body.blog .post-single {
  display: flex;
  min-height: 200px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.blog .post-single .left {
  flex: 250px 0 0;
}
body.blog .post-single .left div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
}
body.blog .post-single .right {
  padding-left: 50px;
}
body.blog .post-single .right a {
  display: inline-block;
  margin-top: 50px;
}
@media (max-width: 767px) {
  body.blog .post-single {
    display: block;
    min-height: 0;
    padding: 25px;
  }
  body.blog .post-single .right {
    padding: 0;
  }
  body.blog .post-single .right a {
    margin-top: 30px;
  }
}
body.blog .nav-links {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body.blog .nav-links a {
  margin: 0 10px;
}
@media (max-width: 767px) {
  body.blog .nav-links {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

body.single #primary h1 {
  margin-bottom: 10px;
}
body.single #primary .entry-meta {
  text-align: center;
}
body.single #primary .entry-header {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  body.single #primary .entry-header {
    margin-bottom: 50px;
  }
}
body.single #primary .entry-header .share {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 400px;
  margin: 30px auto 0;
}
body.single #primary .entry-header .share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: background-color 250ms ease-in-out;
}
body.single #primary .entry-header .share a.facebook {
  background-color: #4b69b0;
}
body.single #primary .entry-header .share a.facebook:hover {
  background-color: rgb(52.1414342629, 72.9980079681, 122.3585657371);
}
body.single #primary .entry-header .share a.twitter {
  background-color: #37b1e1;
}
body.single #primary .entry-header .share a.twitter:hover {
  background-color: rgb(26.5434782609, 134.4869565217, 176.9565217391);
}
body.single #primary .entry-header .share a.linkedin {
  background-color: #0777b6;
}
body.single #primary .entry-header .share a.linkedin:hover {
  background-color: rgb(4.1666666667, 70.8333333333, 108.3333333333);
}
body.single #primary .entry-header .share a.mail {
  background-color: #e83f3a;
}
body.single #primary .entry-header .share a.mail:hover {
  background-color: rgb(191.1795454545, 27.1727272727, 22.3204545455);
}
body.single #primary .entry-header .share a.print {
  background-color: #777;
}
body.single #primary .entry-header .share a.print:hover {
  background-color: rgb(80.75, 80.75, 80.75);
}
body.single #primary .entry-header .share img {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}
body.single #primary .entry-content {
  text-align: justify;
}

body.page-template-page-t-features {
  overflow-x: hidden;
  width: 100vw;
}
body.page-template-page-t-features #primary {
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
body.page-template-page-t-features #hero-intro {
  height: 300vh;
  position: relative;
  background: white;
  z-index: 1;
}
body.page-template-page-t-features #hero-intro.locked .intro-inner {
  position: absolute;
}
body.page-template-page-t-features #hero-intro .intro-inner {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: white;
}
body.page-template-page-t-features #hero-intro .intro-inner.loaded {
  opacity: 1;
}
body.page-template-page-t-features #hero-intro .intro-inner .angles {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.page-template-page-t-features #hero-intro .intro-inner .angles .tri-1 {
  position: absolute;
  top: 100%;
  right: 24%;
  transform-origin: right top;
  transform: rotate(12deg);
  width: 100vw;
  height: 100vh;
  background-color: rgb(245.65, 245.65, 245.65);
}
body.page-template-page-t-features #hero-intro .intro-inner .angles .tri-2 {
  position: absolute;
  top: 100%;
  left: 35%;
  transform-origin: top left;
  transform: rotate(-22deg);
  width: 100vw;
  height: 100vh;
  background-color: #eeeeee;
}
body.page-template-page-t-features #hero-intro .intro-inner .title-1 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-page-t-features #hero-intro .intro-inner .title-1 h1 {
  white-space: nowrap;
  color: #333;
  text-align: center;
  font-size: 80px;
  margin: 0 0 10px 0;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-1 h1 {
    font-size: 50px;
    margin: 0 0 7px 0;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-1 h1 {
    font-size: 40px;
    margin: 0 0 4px 0;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .title-1 h3 {
  white-space: nowrap;
  color: #999;
  text-align: center;
  font-size: 36px;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-1 h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-1 h3 {
    white-space: normal;
    font-size: 25px;
    margin: 0 0 3px 0;
    width: 80vw;
    padding: 0 20px;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .title-1 .chev {
  width: 40px;
  height: 40px;
  margin: 20px auto 0 auto;
  opacity: 0.4;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-1 .chev {
    display: none;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .title-1 .chev::before {
  content: " ";
  position: absolute;
  height: 3px;
  width: 20px;
  background-color: black;
  bottom: 0;
  left: 50%;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
body.page-template-page-t-features #hero-intro .intro-inner .title-1 .chev::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 20px;
  background-color: black;
  bottom: 0;
  right: 50%;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
body.page-template-page-t-features #hero-intro .intro-inner .title-2 {
  opacity: 0;
  position: absolute;
  top: 195px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 {
    width: 850px;
  }
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 {
    width: 700px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 {
    top: 178px;
    width: 100%;
    padding: 0 15px;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .title-2 h2 {
  font-size: 40px;
  color: #333;
  text-align: center;
  margin: 0 0 12px 0;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 h2 {
    width: 100%;
    font-size: 30px;
    margin: 0 0 7px 0;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 h2 {
    font-size: 19px;
    margin: 0 0 6px 0;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .title-2 h3 {
  color: #999;
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 h3 {
    width: 100%;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-features #hero-intro .intro-inner .title-2 h3 {
    white-space: normal;
    font-size: 18px;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .monitor,
body.page-template-page-t-features #hero-intro .intro-inner .tv,
body.page-template-page-t-features #hero-intro .intro-inner .laptop {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  height: calc(100% - 300px);
  width: 100%;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #hero-intro .intro-inner .monitor,
  body.page-template-page-t-features #hero-intro .intro-inner .tv,
  body.page-template-page-t-features #hero-intro .intro-inner .laptop {
    display: none;
  }
}
body.page-template-page-t-features #hero-intro .intro-inner .monitor img {
  position: absolute;
  top: 39%;
  right: 56%;
  width: 38%;
  transform-origin: right center;
}
body.page-template-page-t-features #hero-intro .intro-inner .tv img {
  position: absolute;
  top: 14%;
  right: 10%;
  width: 42%;
  transform-origin: left center;
}
body.page-template-page-t-features #hero-intro .intro-inner .laptop img {
  position: absolute;
  top: 64%;
  right: 38%;
  width: 29%;
  transform-origin: center top;
}
body.page-template-page-t-features #hero-intro .intro-inner .features {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 420px);
  background-size: auto 100%;
  background-position: 45% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  body.page-template-page-t-features #hero-intro .intro-inner .features {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-features #hero-intro .intro-inner .features {
    height: 42%;
    background-position: 45% 100%;
    left: 0;
    bottom: 10%;
  }
}
body.page-template-page-t-features #screens {
  position: relative;
  border-bottom: 1px solid #eee;
  background-color: white;
  overflow: hidden;
  padding: 150px 0;
}
@media (max-width: 1023px) {
  body.page-template-page-t-features #screens {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body.page-template-page-t-features #screens {
    min-height: 800px;
  }
}
body.page-template-page-t-features #screens h4 {
  color: #344969;
  font-weight: 300;
}
body.page-template-page-t-features #screens .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 300%;
  width: 300%;
  background-color: #eee;
  transform-origin: top left;
  transform: rotate(15deg);
  opacity: 0.4;
}
body.page-template-page-t-features #screens .fader {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgb(238, 238, 238) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(238, 238, 238) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
body.page-template-page-t-features #screens .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
body.page-template-page-t-features #screens .featured {
  width: auto;
  margin-top: 100px;
}
body.page-template-page-t-features #screens .featured .featured-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1074px;
  max-width: 100%;
}
body.page-template-page-t-features #screens .featured .side-bar {
  flex: 0 0 auto;
  width: 92px;
  height: 500px;
  padding: 4px 8px 4px 0;
  background-color: #f5f5f5;
  margin-right: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
body.page-template-page-t-features #screens .featured .side-bar img {
  display: block;
  width: auto;
  height: auto;
  margin: 8px 0px 8px 8px;
  max-width: 100%;
  max-height: 25px;
  transition: opacity 250ms ease-in-out;
  opacity: 0.6;
}
body.page-template-page-t-features #screens .featured .side-bar img:hover {
  opacity: 1;
  cursor: pointer;
}
body.page-template-page-t-features #screens .featured .side-bar img.active {
  opacity: 1;
}
body.page-template-page-t-features #screens .featured .contents {
  flex: 1 1 auto;
  background-color: #f5f5f5;
  position: relative;
  height: 580px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.page-template-page-t-features #screens .featured .contents .feat-image {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
}
body.page-template-page-t-features #screens .featured .contents .feat-image.active {
  opacity: 1;
}
body.page-template-page-t-features #screens .info-box {
  position: absolute;
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  text-align: left;
}
@media (max-width: 1023px) {
  body.page-template-page-t-features #screens .info-box {
    display: none !important;
  }
}
body.page-template-page-t-features #screens .info-box h4 {
  margin-top: 0;
  color: #344969;
  font-size: 1.2rem;
}
body.page-template-page-t-features #screens .info-box p {
  margin-top: 10px;
  margin-bottom: 0;
}
body.page-template-page-t-features #screens .info-box img {
  width: 20px;
  display: inline-block;
}
body.page-template-page-t-features #screens .info-box.click-notif {
  width: 160px;
  bottom: 100%;
  bottom: calc(100% - 10px);
  left: -10px;
  text-align: center;
}
body.page-template-page-t-features #screens .info-box.click-notif img {
  margin-top: 16px;
  width: 14px;
  opacity: 0.5;
}
body.page-template-page-t-features #screens .info-box.click-notif h3 {
  font-size: 1.1rem;
  margin: 0;
  text-align: center;
}
body.page-template-page-t-features #screens .info-box.info-contents {
  width: 250px;
  top: -70px;
  right: 0;
  font-size: 1rem;
  margin: 0;
  opacity: 0;
  transition: opacity 250ms ease-in-out, transform 3500ms ease-in-out;
}
body.page-template-page-t-features #screens .info-box.info-contents.active {
  opacity: 1;
  z-index: 100;
}
body.page-template-page-t-features #screens .info-box.info-contents a {
  font-size: 0.9rem;
}
body.page-template-page-t-features #screens .info-box.info-contents p {
  font-size: 0.9rem;
}
body.page-template-page-t-features #screens .info-box.info-contents p:first-of-type {
  margin-top: 0;
}
body.page-template-page-t-features #screens .info-box.info-contents p:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-t-features #screens .info-box.info-contents ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-left: 20px;
}
body.page-template-page-t-features #screens .info-box.info-contents ul li {
  font-size: 0.9rem;
  font-weight: 300;
}
body.page-template-page-t-features #screens .info-box.info-contents .read-more {
  margin-top: 10px;
}
body.page-template-page-t-features #data {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}
@media (min-width: 1200px) {
  body.page-template-page-t-features #data {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #data {
    height: auto;
    padding: 75px 0;
  }
}
body.page-template-page-t-features #data .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='416' height='416' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23eeeeee' stroke-width='3'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2302a5e2'%3E%3Ccircle cx='769' cy='229' r='7'/%3E%3Ccircle cx='539' cy='269' r='7'/%3E%3Ccircle cx='603' cy='493' r='7'/%3E%3Ccircle cx='731' cy='737' r='7'/%3E%3Ccircle cx='520' cy='660' r='7'/%3E%3Ccircle cx='309' cy='538' r='7'/%3E%3Ccircle cx='295' cy='764' r='7'/%3E%3Ccircle cx='40' cy='599' r='7'/%3E%3Ccircle cx='102' cy='382' r='7'/%3E%3Ccircle cx='127' cy='80' r='7'/%3E%3Ccircle cx='370' cy='105' r='7'/%3E%3Ccircle cx='578' cy='42' r='7'/%3E%3Ccircle cx='237' cy='261' r='7'/%3E%3Ccircle cx='390' cy='382' r='7'/%3E%3C/g%3E%3C/svg%3E");
  /* background by SVGBackgrounds.com */
}
body.page-template-page-t-features #data .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.9;
}
body.page-template-page-t-features #data .mobile-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  body.page-template-page-t-features #data .mobile-elements {
    display: none !important;
  }
}
body.page-template-page-t-features #data .mobile-elements img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 50px;
  margin: 20px;
}
body.page-template-page-t-features #data .inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #data .inner {
    height: auto;
  }
}
body.page-template-page-t-features #data .inner h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
body.page-template-page-t-features #data .elements {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 1900px;
  max-height: 80vh;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #data .elements {
    display: none !important;
  }
}
body.page-template-page-t-features #data .elements img {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 60px;
  position: absolute;
}
body.page-template-page-t-features #data .elements .newbook {
  top: 65%;
  right: 5%;
}
body.page-template-page-t-features #data .elements .rms {
  top: 10%;
  left: 47%;
}
body.page-template-page-t-features #data .elements .seekom {
  top: 10%;
  left: 8%;
}
body.page-template-page-t-features #data .elements .xero {
  top: 8%;
  right: 23%;
}
body.page-template-page-t-features #data .elements .myob {
  top: 30%;
  right: 6%;
}
body.page-template-page-t-features #data .elements .quickbooks {
  bottom: 10%;
  right: 28%;
}
body.page-template-page-t-features #data .elements .ga {
  top: 87%;
  left: 13%;
}
body.page-template-page-t-features #data .elements .facebook {
  top: 40%;
  left: 14%;
}
body.page-template-page-t-features #data .elements .instagram {
  top: 79%;
  left: 41%;
}
body.page-template-page-t-features #alerts {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
@media (min-width: 1200px) {
  body.page-template-page-t-features #alerts {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #alerts {
    height: auto;
    padding: 75px 0;
  }
}
body.page-template-page-t-features #alerts .inner,
body.page-template-page-t-features #alerts .img-inner,
body.page-template-page-t-features #alerts img {
  width: 100%;
}
body.page-template-page-t-features #alerts .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.32;
  background-size: cover;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #alerts .bg-image {
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
body.page-template-page-t-features #alerts .inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #alerts .inner {
    height: auto;
    text-align: center;
  }
}
body.page-template-page-t-features #alerts .inner.inner-right {
  align-items: center;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #alerts .inner.inner-right {
    padding-left: 0;
  }
}
body.page-template-page-t-features #alerts .inner.inner-right .img-inner {
  border: 1px solid #eee;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #alerts .inner.inner-right .img-inner {
    margin: 30px auto 0;
    display: block;
    max-width: 500px;
    width: 100%;
  }
}
body.page-template-page-t-features #alerts .inner img {
  width: 100%;
}
body.page-template-page-t-features #alerts .inner h2 {
  margin-bottom: 25px;
}
body.page-template-page-t-features #tv {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.page-template-page-t-features #tv {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #tv {
    height: auto;
    padding: 75px 0;
  }
}
body.page-template-page-t-features #tv .inner,
body.page-template-page-t-features #tv .img-inner,
body.page-template-page-t-features #tv img {
  width: 100%;
}
body.page-template-page-t-features #tv .bg-image {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 300%;
  width: 300%;
  background-color: #eee;
  transform-origin: top left;
  transform: rotate(-45deg);
  opacity: 0.4;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #tv .bg-image {
    transform: rotate(-75deg);
  }
}
body.page-template-page-t-features #tv .inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
body.page-template-page-t-features #tv .inner p {
  width: 100% !important;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #tv .inner {
    height: auto;
    text-align: center;
  }
}
body.page-template-page-t-features #tv .inner.inner-left {
  align-items: center;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #tv .inner.inner-left {
    padding-right: 0;
  }
}
body.page-template-page-t-features #tv .inner.inner-left .img-inner {
  border: 1px solid #eee;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #tv .inner.inner-left .img-inner {
    margin: 30px auto 0;
    display: block;
    max-width: 500px;
    width: 100%;
  }
}
body.page-template-page-t-features #tv .inner img {
  width: 100%;
}
body.page-template-page-t-features #tv .inner h2 {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  body.page-template-page-t-features #tv .inner h2 {
    width: 100%;
  }
}
body.page-template-page-t-features #cta {
  width: 100vw;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 150px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100&1+33,0+100 */
  background: -moz-linear-gradient(left, rgb(245, 245, 245) 0%, rgb(248, 248, 248) 33%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(245, 245, 245) 0%, rgb(248, 248, 248) 33%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgb(248, 248, 248) 33%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
@media (max-width: 767px) {
  body.page-template-page-t-features #cta {
    padding: 75px 0;
  }
}
body.page-template-page-t-features #cta .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.page-template-page-t-features #cta .inner {
    display: block;
  }
}
body.page-template-page-t-features #cta .inner .left {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  body.page-template-page-t-features #cta .inner .left {
    text-align: center;
  }
}
body.page-template-page-t-features #cta .inner .right {
  flex: 0 0 auto;
  padding-left: 20px;
}
@media (max-width: 767px) {
  body.page-template-page-t-features #cta .inner .right {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
}

body.error404 #primary {
  padding: 0;
}
body.error404 #primary .col-12 {
  height: 100vh;
  height: calc(100vh - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.error404 h1 {
  text-align: center;
  width: 100%;
}

body.page-template-page-t-subscribe .pricing-container {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  body.page-template-page-t-subscribe .pricing-container {
    margin-bottom: 40px;
  }
}
body.page-template-page-t-subscribe .pricing-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.page-template-page-t-subscribe .pricing-container h3 {
  color: #344969;
  font-size: 1.5rem;
  margin-bottom: 60px;
  font-weight: 300;
}
@media (max-width: 991px) {
  body.page-template-page-t-subscribe .pricing-container h3 {
    margin-bottom: 30px;
  }
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.page-template-page-t-subscribe .pricing-container .pricing .price-card {
    max-width: 350px;
    margin: 0 auto 15px;
  }
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner > * {
  flex: 0 0 auto;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner > .grow {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner h4 {
  margin: 0;
  font-size: 1.3rem;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner p {
  margin: 0;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner strong {
  display: block;
  margin: 35px 0;
  font-size: 1.9rem;
  font-weight: 200;
  opacity: 0.5;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner strong .sub {
  display: block;
  margin: 5px 0;
  font-size: 1.1rem;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner span {
  display: block;
  margin-bottom: 10px;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner .small {
  font-size: 0.8rem;
  margin: 4px auto;
  max-width: 180px;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner h5 {
  margin: 45px 0 15px;
  font-weight: 400;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner ul li {
  font-size: 0.9rem;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner h6 {
  margin: 20px 0;
  font-weight: 400;
  opacity: 0.5;
  font-size: 1rem !important;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner h6:first-of-type {
  margin-top: 35px;
}
body.page-template-page-t-subscribe .pricing-container .pricing .price-card .inner h6:last-of-type {
  margin-bottom: 0;
}

body.page-template-page-t-dash {
  overscroll-behavior-x: none;
}
body.page-template-page-t-dash #page {
  padding-top: 79px;
}
body.page-template-page-t-dash #page #primary {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 79px);
  top: calc(0% + 79px);
  padding: 0;
  display: flex;
  align-items: stretch;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  body.page-template-page-t-dash #page #primary {
    height: calc(100% - 91px);
    top: calc(0% + 91px);
  }
}
body.page-template-page-t-dash #page .side-bar {
  flex: 0 0 60px;
  background-color: #f5f5f5;
  height: 100%;
  padding: 25px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11;
  overflow: visible;
}
body.page-template-page-t-dash #page .side-bar img {
  transition: opacity 250ms ease-in-out;
  opacity: 0.6;
  width: auto;
  height: auto;
  max-width: 36px;
  max-height: 36px;
  margin: 0 auto;
  display: block;
}
body.page-template-page-t-dash #page .side-bar img:hover {
  opacity: 1;
  cursor: pointer;
}
body.page-template-page-t-dash #page .side-bar img.active {
  opacity: 1;
}
body.page-template-page-t-dash #page .side-bar > div:first-of-type {
  padding-top: 0;
}
body.page-template-page-t-dash #page .side-bar > div:last-of-type {
  padding-bottom: 0;
}
body.page-template-page-t-dash #page .contents {
  position: relative;
  flex: 1 1 auto;
}
body.page-template-page-t-dash #page .contents .load-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.page-template-page-t-dash #page .contents .load-container .spin-container {
  position: relative;
  width: 165px;
  height: 165px;
}
body.page-template-page-t-dash #page .contents .load-container .bar-container {
  margin-top: 18px;
  position: relative;
  width: 180px;
  height: 12px;
  border-radius: 12px;
  overflow: hidden;
}
body.page-template-page-t-dash #page .contents .load-container .bar-container .bar-inner,
body.page-template-page-t-dash #page .contents .load-container .bar-container .bar-outter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
body.page-template-page-t-dash #page .contents .load-container .bar-container .bar-inner {
  background-color: #f3f3f3;
  z-index: 1;
}
body.page-template-page-t-dash #page .contents .load-container .bar-container .bar-outter {
  background-color: #02a5e2;
  z-index: 2;
  width: 0;
}
body.page-template-page-t-dash #page .contents .load-container .bar-container .bar-outter.start {
  transition: width 20000ms linear;
  width: 90%;
}
body.page-template-page-t-dash #page .contents .load-container .bar-container .bar-outter.completed {
  transition: width 1000ms linear;
  width: 100%;
}
body.page-template-page-t-dash #page .contents .load-container p {
  margin-top: 10px;
  margin-bottom: 0;
}
body.page-template-page-t-dash #page .contents .load-container .loader,
body.page-template-page-t-dash #page .contents .load-container .icon {
  opacity: 0.8;
}
body.page-template-page-t-dash #page .contents .load-container .loader {
  display: block;
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #02a5e2;
  /* Blue */
  border-radius: 50%;
  width: 140px;
  height: 140px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 12px;
  top: 12px;
}
body.page-template-page-t-dash #page .contents .load-container .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body.page-template-page-t-dash #page .contents .load-container .icon img {
  animation: scale 500ms ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
  }
}
body.page-template-page-t-dash #page .contents #customViz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
}
body.page-template-page-t-dash #page .contents #customViz iframe {
  width: 100%;
  height: 100%;
}
body.page-template-page-t-dash #page .contents #tableauViz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
}
body.page-template-page-t-dash #page .contents #no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body.page-template-page-t-dash #page .contents #no-data h1 {
  margin-bottom: 10px;
}
body.page-template-page-t-dash #page .contents #no-data h3 {
  margin-top: 0;
  color: #344969;
}
body.page-template-page-t-dash #page .contents #load-issue {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #333333;
  padding: 15px;
  border-radius: 5px;
  background-color: white;
}
body.page-template-page-t-dash #page .contents #load-issue h5 {
  margin-bottom: 8px;
}
body.page-template-page-t-dash #page .contents #load-issue p {
  margin: 1px 0;
}
body.page-template-page-t-dash #page .contents #load-issue > *:first-child {
  margin-top: 0;
}
body.page-template-page-t-dash #page .contents #load-issue > *:last-child {
  margin-bottom: 0;
}
body.page-template-page-t-dash #page .contents #load-issue.activate {
  z-index: 5;
}
body.page-template-page-t-dash #page .contents #temp-downtime {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  width: 400px;
  border: 3px solid rgba(226, 63, 2, 0.4);
  padding: 13px 14px;
  border-radius: 5px;
  background-color: white;
  text-align: left;
}
body.page-template-page-t-dash #page .contents #temp-downtime h5 {
  font-size: 21px;
  margin-bottom: 6px;
}
body.page-template-page-t-dash #page .contents #temp-downtime .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.page-template-page-t-dash #page .contents #temp-downtime .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #666;
}
body.page-template-page-t-dash #page .contents #temp-downtime .close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.page-template-page-t-dash #page .contents #temp-downtime .close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.page-template-page-t-dash #page .contents #temp-downtime .close:hover {
  opacity: 0.6;
  cursor: pointer;
}
body.page-template-page-t-dash #page .contents #temp-downtime h5 {
  margin-bottom: 8px;
}
body.page-template-page-t-dash #page .contents #temp-downtime p {
  margin: 1px 0;
}
body.page-template-page-t-dash #page .contents #temp-downtime > *:first-child {
  margin-top: 0;
}
body.page-template-page-t-dash #page .contents #temp-downtime > *:last-child {
  margin-bottom: 0;
}
body.page-template-page-t-dash #page .contents #temp-downtime.activate {
  z-index: 5;
}
body.page-template-page-t-dash #cookies-lightbox {
  display: none;
}
body.page-template-page-t-dash .featherlight-content {
  border: 5px solid #02a5e2;
  padding: 50px;
  border-bottom-width: 5px;
  border-radius: 5px;
  margin: 0 20px;
}
body.page-template-page-t-dash .featherlight-content .featherlight-close-icon {
  top: 5px;
  right: 5px;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox {
  display: block;
  text-align: center;
  max-width: 600px;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox img {
  width: 220px;
  margin: 0 auto 15px auto;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox h3 {
  margin-bottom: 30px;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox h5 {
  margin-bottom: 20px;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox p {
  margin-bottom: 8px;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox p:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-t-dash .featherlight-content > #cookies-lightbox.my-acc-inner h3 {
  margin-top: 0;
}
body.page-template-page-t-dash .featherlight-content button {
  background: none;
  color: #333333;
}
body.page-template-page-t-dash #colophon {
  display: none !important;
}
body.page-template-page-t-dash #app-side-bar {
  flex: 0 0 49px;
  background-color: #e9e9e9;
}
body.page-template-page-t-dash #app-side-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body.page-template-page-t-dash #app-side-bar ul li {
  margin-top: 20px;
  transition: opacity 250ms ease-in-out;
  opacity: 1;
}
body.page-template-page-t-dash #app-side-bar ul li:hover {
  opacity: 0.7;
}
body.page-template-page-t-dash #app-side-bar ul li.hidden {
  opacity: 0;
}
body.page-template-page-t-dash #app-side-bar ul li img {
  width: auto;
  height: auto;
  max-width: 29px;
  max-height: 32px;
}
body.page-template-page-t-dash #app-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body.page-template-page-t-dash #app-inner .new-report-available {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-t-dash #app-inner .new-report-available .new-report-content {
  background-color: #02A5E2;
  padding: 8px;
  height: 40px;
  color: white;
  border-radius: 0px 0px 4px 4px;
  width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
body.page-template-page-t-dash #app-inner .new-report-available .new-report-content a {
  text-decoration: none;
  padding: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid white;
  color: white;
  margin-left: 8px;
  border-radius: 5px;
}
body.page-template-page-t-dash #app-inner .new-report-available .new-report-content a:hover {
  text-decoration: none;
  color: #02A5E2;
  background-color: white;
}
body.page-template-page-t-dash #hamburger-container {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 999;
}
body.page-template-page-t-dash #hamburger-container #hamburger-box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body.page-template-page-t-dash #hamburger-container #hamburger-box.is-active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}
body.page-template-page-t-dash #hamburger-container #hamburger-button {
  transform: scale(0.58);
  transform-origin: center center;
}
body.page-template-page-t-dash #hamburger-container .hamburger {
  padding: 0;
  height: 24px;
}
body.page-template-page-t-dash #hamburger-container #menu-box {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 750px;
  padding: 22px;
  border-radius: 4px;
  border-top-left-radius: 0;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  transition: opacity 250ms ease-in-out;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -22px;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li {
  flex: 0 0 16.6%;
  width: 16.6%;
  margin-bottom: 15px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav {
  position: absolute;
  top: -5px;
  left: 48px;
  width: 17px;
  transition: opacity 250ms ease-in-out;
  opacity: 0.3;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav:hover {
  cursor: pointer;
  opacity: 1;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav img:first-of-type {
  opacity: 0;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav img:last-of-type {
  opacity: 1;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav.active-fav img:first-of-type {
  opacity: 1;
}
body.page-template-page-t-dash #hamburger-container #menu-box ul li .fav.active-fav img:last-of-type {
  opacity: 0;
}
body.page-template-page-t-dash #hamburger-container #menu-box p {
  margin-top: 15px;
  margin-bottom: 22px;
  font-size: 20px;
  position: relative;
}
body.page-template-page-t-dash #hamburger-container #menu-box p:first-of-type {
  margin-top: 0;
}
body.page-template-page-t-dash #hamburger-container #menu-box p::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: black;
  opacity: 0.1;
}
body.page-template-page-t-dash #hamburger-container #menu-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  font-size: 14px;
  color: #333;
  opacity: 0.65;
  transition: opacity 250ms ease-in-out;
  line-height: 1.25;
}
body.page-template-page-t-dash #hamburger-container #menu-box a:hover {
  opacity: 1;
}
body.page-template-page-t-dash #hamburger-container #menu-box a > img {
  max-height: 28px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
body.page-template-page-t-dash #hamburger-container #menu-box:not(.is-active) {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
body.page-template-page-t-dash #hamburger-container #menu-box.is-active {
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}
body.page-template-page-t-dash #tableau-down {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid rgba(2, 165, 226, 0.5);
  border-radius: 3px;
  text-align: center;
  padding: 22px;
}
body.page-template-page-t-dash #tableau-down h2 {
  margin: 0 0 13px 0;
  font-size: 29px;
  line-height: 1;
}
body.page-template-page-t-dash #tableau-down p {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #666;
}

body.page-template-default.page.woocommerce-account.woocommerce-page h2 {
  margin-bottom: 20px;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .form-row {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 30px;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .form-row input {
  width: 100%;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .form-row label {
  display: block;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .form-row .woocommerce-form-login__rememberme {
  margin: 20px 0;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .form-row .woocommerce-form-login__rememberme:hover {
  cursor: pointer;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .form-row .woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
  flex: 0 0 30px;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  flex: 1 1 auto;
}
body.page-template-default.page.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.final {
  margin-bottom: 0;
}
body.page-template-default.page.woocommerce-account.woocommerce-page #archive-user-notif {
  margin: 0 auto 30px auto;
  padding: 25px 30px;
  background-color: white;
  border: 1px solid #02a5e2;
  border-radius: 5px;
  max-width: 450px;
  width: 100%;
}
body.page-template-default.page.woocommerce-account.woocommerce-page #archive-user-notif h4 {
  text-align: center;
  margin: 0 0 10px 0;
}
body.page-template-default.page.woocommerce-account.woocommerce-page #archive-user-notif p {
  text-align: center;
  margin: 0;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .ms-login img {
  width: 175px;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .ms-login .dark {
  display: none;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .ms-login a:hover .light {
  display: none;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .ms-login a:hover .dark {
  display: unset;
}
body.page-template-default.page.woocommerce-account.woocommerce-page .show-password-input, body.page-template-default.page.woocommerce-account.woocommerce-page .remember-me {
  display: none !important;
}

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
  display: none !important;
  padding: 15px;
  margin-bottom: 50px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .mobile-clickity {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .mobile-clickity {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .mobile-clickity h5 {
  margin: 0;
  padding-left: 40px;
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 500px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .mobile-clickity h5 span {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .mobile-clickity #acc-hamburger {
  flex: 0;
  padding: 0;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation.demo-disabled a {
  opacity: 0.5;
  color: #02a5e2;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation.demo-disabled a:hover {
  cursor: not-allowed;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
  padding: 50px;
  margin-bottom: 50px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content h2 {
  text-align: center;
  margin-bottom: 40px !important;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody {
    display: block;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr td,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr td,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead tr td,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr td,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead tr td,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr td,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr th {
  padding: 5px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr td,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr td,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead tr td,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr td,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead tr td,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr td,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr th {
    display: block;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead tr th,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr th {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions thead tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead tr th,
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr th {
    display: none;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr:not(:last-of-type),
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr:not(:last-of-type),
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr:not(:last-of-type) {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr a:not(:first-of-type),
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .my_account_subscriptions.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tbody tr a:not(:first-of-type),
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tbody tr a:not(:first-of-type) {
  margin-left: 6px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  text-align: center;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a:first-of-type {
  margin-right: 15px;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a:last-of-type {
  margin-right: 15px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
    padding: 25px;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment #payment_method_stripe {
  display: none;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods label[for=payment_method_stripe] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div:first-of-type {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div:nth-of-type(2) {
  display: inline-block;
  width: 48%;
  width: calc(50% - 15px);
  margin: 0;
  margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div:nth-of-type(3) {
  display: inline-block;
  width: 48%;
  width: calc(50% - 15px);
  margin: 0;
  float: right;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div:nth-of-type(3) {
    margin-bottom: 0;
  }
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div .clear,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods #wc-stripe-cc-form > div br {
  display: none !important;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .payment_methods .stripe-card-group {
  display: block;
  width: 100%;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .form-row {
  margin-top: 20px;
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .form-row input[type=checkbox] {
  width: auto;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content #payment .form-row input[type=checkbox] {
    bottom: -2px;
  }
}
body.woocommerce-account.woocommerce-page #sub-message-container {
  padding: 50px;
  margin-bottom: 50px;
  background-color: white;
  border-radius: 5px;
  border: 3px solid #02a5e2;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account.woocommerce-page #sub-message-container a,
body.woocommerce-account.woocommerce-page #sub-message-container span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #sub-message-container a:last-of-type,
body.woocommerce-account.woocommerce-page #sub-message-container span:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #sub-message-container span {
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page #sub-message-container h4 {
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #welcome-lightbox {
  display: none;
}
body.woocommerce-account.woocommerce-page .featherlight-content {
  border: 5px solid #02a5e2;
  padding: 50px;
  border-bottom-width: 5px;
  border-radius: 5px;
  margin: 0 20px;
}
body.woocommerce-account.woocommerce-page .featherlight-content .featherlight-close-icon {
  top: 5px;
  right: 5px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox {
  display: block;
  text-align: center;
  max-width: 600px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox img {
  width: 220px;
  margin: 0 auto 15px auto;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox h3 {
  margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox h5 {
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox p {
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox p:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #welcome-lightbox.my-acc-inner h3 {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page .u-columns.col2-set {
  display: flex;
  margin-top: 30px;
}
body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-1 {
  padding-left: 0;
}
body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-2 {
  padding-right: 0;
}
body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-1,
body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-2 {
  max-width: none;
  width: auto;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .u-columns.col2-set {
    flex-direction: column;
  }
  body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-1 {
    margin-bottom: 20px;
  }
  body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-1,
  body.woocommerce-account.woocommerce-page .u-columns.col2-set .col-2 {
    padding: 0;
    flex: 0 0 100%;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .title h2 {
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  text-align: left;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing,
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span:nth-of-type(1)::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.0004376751) 0%, rgb(252, 252, 252) 50%);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span:nth-of-type(2) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span.report-listing-actions {
  flex: 0 0 130px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span:nth-of-type(3) {
  flex: 0 0 100px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span:nth-of-type(4) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div > span:nth-of-type(4) a:not(:first-of-type) {
  margin-left: 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div.disabled {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps > div {
  margin-bottom: 70px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps > div:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section h3 {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section h3 span.number {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: rgba(2, 165, 226, 0.9);
  color: white;
  border-radius: 100%;
  margin-right: 17px;
  padding: 8px;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section h3 span.text {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section h3 span.text span {
  font-size: 1rem;
  font-weight: 200;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section label {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section input {
  display: block;
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .instruct {
  text-align: right;
  margin-bottom: 12px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .instruct img {
  display: inline-block;
  width: 22px;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .instruct span {
  color: rgba(51, 51, 51, 0.4);
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .instruct span.left {
  margin: 0 7px 0 35px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .instruct span.right {
  margin: 0 0 0 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend {
  text-align: right;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend span:not(:first-of-type) {
  margin-left: 13px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend span::before {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend span:nth-of-type(1)::before {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend span:nth-of-type(2)::before {
  background-color: rgba(191, 70, 92, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend span:nth-of-type(3)::before {
  background-color: rgba(2, 165, 226, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .steps .section .legend span:nth-of-type(4)::before {
  background-color: rgba(51, 51, 51, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .schedule-repeat {
  margin-right: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .schedule-output {
  margin-top: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .schedule-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .park-filter-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .park-filter-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .start-hidden {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .schedule-inner {
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .data-none h2 {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .data-none h5 {
  margin-bottom: 0;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs #notif-list {
  outline: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list,
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div {
  flex: 0 0 50%;
  width: 383px;
  outline: none !important;
  padding: 15px;
  height: 240px;
  text-align: center;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-measure=ebitda], body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-measure=reflections-future-performance] {
  flex: 0 0 100%;
  width: 766px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-measure=ebitda] h6, body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-measure=reflections-future-performance] h6 {
  display: none !important;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div {
    width: 308px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-measure=ebitda] {
    width: 616px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div {
    width: 268px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-measure=ebitda] {
    width: 536px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div:hover {
  z-index: 10;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: white;
  border: 2px solid #344969;
  border-radius: 15px;
  transition: background-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner > div {
  display: flex;
  justify-content: center;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner > div span {
  padding: 0 6px;
  margin: 0 7px 5px;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner > div span:first-of-type {
  background-color: rgba(191, 70, 92, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner > div span:last-of-type {
  background-color: rgba(92, 191, 70, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner h4 {
  margin: 0 0 10px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner h5 {
  margin: 0;
  font-size: 40px;
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner h6 {
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .inner:hover {
  cursor: pointer;
  background-color: #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.new .inner {
  border-style: dashed;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.new .inner h4 {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.new .inner .plus {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 10px auto 0 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.new .inner .plus::before {
  content: " ";
  background-color: #344969;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.new .inner .plus::after {
  content: " ";
  background-color: #344969;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div:not(.new) h4 {
  font-size: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div:not(.new) h6 {
  font-weight: 400;
  color: #777;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-alertenabled=true] .inner {
  border-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-alertenabled=true] .inner:hover {
  background-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-viewenabled=true] .inner {
  border-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-viewenabled=true] .inner:hover {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner {
  border-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner:hover {
  background-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner {
  border-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.draggable--over, body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.draggable-source--is-dragging {
  opacity: 0.22;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.draggable--over .inner:hover, body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.draggable-source--is-dragging .inner:hover {
  background-color: white !important;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div.draggable-mirror {
  z-index: 999;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .permissions-alert {
  display: block;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 5px;
  background-color: #BF465C;
  color: white;
  font-size: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .permissions-alert[data-level="1"] {
  background-color: #eff324;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .permissions-alert span {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  bottom: calc(100% - 10px);
  left: 100%;
  left: calc(100% - 10px);
  padding: 15px;
  width: 250px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .permissions-alert:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-list > div .permissions-alert:hover span {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .spacer {
  margin: 15px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .no-notifs {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .no-notifs.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs #details-delete-notif {
  margin-right: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs a.btn.processing:hover {
  cursor: progress;
}
body.woocommerce-account.woocommerce-page #my-acc-notifs .notif-not-found {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #details-lightbox {
  display: none;
}
body.woocommerce-account.woocommerce-page .featherlight-content {
  border: 5px solid #02a5e2;
  padding: 50px 60px 40px;
  border-bottom-width: 5px;
  border-radius: 5px;
  margin: 0 20px;
}
body.woocommerce-account.woocommerce-page .featherlight-content .featherlight-close-icon {
  top: 5px;
  right: 5px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox {
  display: block;
  max-width: 600px;
  width: 100vw;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div label {
  color: #344969;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div input[type=checkbox] + label {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 0;
  display: inline-block;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div h2 {
  margin-top: 0;
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div p {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div h5 {
  margin-bottom: 5px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div .alert-trigger-info {
  margin-top: 10px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div:not(:last-of-type) {
  margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div:last-of-type {
  margin-top: 35px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div input[name=alert-enabled],
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox > div label[for=alert-enabled] {
  margin-top: 5px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section {
  margin: 0 auto;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label {
  display: block;
  width: auto;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  border-radius: 100%;
  background-color: rgba(2, 165, 226, 0.6);
  color: white;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span div {
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  color: #333333;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 1px solid #02a5e2;
  width: 400px;
  text-align: left;
  padding: 10px;
  top: -100px;
  left: 25px;
  font-size: 14px;
  font-weight: 400;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span div p {
  font-weight: 500;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span div strong {
  font-weight: 500;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span div ul {
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-size: 12px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span div ul li {
  margin-top: 7px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section label[for=kpi] span:hover div {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section input:not([type=checkbox]) {
  display: block;
  width: auto;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section input[type=checkbox] {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section input[type=checkbox], body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section input[type=checkbox] + label {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section a.btn {
  float: right;
}
body.woocommerce-account.woocommerce-page .featherlight-content > #details-lightbox .section a.btn:first-of-type {
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page .featherlight-content button {
  background: none;
  color: #333333;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--email-notifications {
    display: none !important;
  }
}
body.woocommerce-account.woocommerce-page .bottom-update {
  padding-top: 30px;
}
body.woocommerce-account.woocommerce-page .bottom-update .inner {
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-account.woocommerce-page .bottom-update p {
  display: none !important;
  text-align: right;
  margin-top: 7px;
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page .bottom-update a {
  margin-left: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading .back-button {
  display: inline-block;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
  flex: 0 0 52px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading h2 {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .heading > div {
  flex: 0 0 52px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  /* Anomaly badge styling */
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner {
    flex-direction: column;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services {
  opacity: 0;
  transform: translateY(25px);
  flex: 0 0 33.33333%;
  flex: 0 0 calc(33.33333% - 16px);
  padding: 24px;
  margin: 8px;
  background-color: white;
  border-radius: 12px;
  border: 2px solid rgba(2, 165, 226, 0.85);
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  transition: background-color 250ms ease-in-out, transform 450ms ease-out, opacity 450ms ease-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a.anim, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services.anim {
  opacity: 1;
  transform: translateY(0);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a .img, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services .img {
  position: relative;
  width: 100%;
  height: 75px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a img, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services img {
  display: block;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a img:nth-of-type(1), body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services img:nth-of-type(1) {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a img:nth-of-type(2), body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services img:nth-of-type(2) {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a h4, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services h4 {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.1;
  transition: color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a h5, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services h5 {
  margin-top: 3px;
  margin-bottom: 0;
  opacity: 0.4;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a.inactive, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services.inactive {
  pointer-events: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a.inactive > *:not(.inactive), body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services.inactive > *:not(.inactive) {
  opacity: 0.3;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a.inactive .inactive, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services.inactive .inactive {
  position: absolute;
  top: 10px;
  left: 10px;
  white-space: nowrap;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a.inactive .inactive p, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > .integrated-services.inactive .inactive p {
  margin: 0;
  text-align: center;
  padding: 10px;
  line-height: 1;
  color: white;
  background-color: rgba(2, 165, 226, 0.85);
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.6px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover {
  background-color: rgba(2, 165, 226, 0.85);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover .anomaly-badge.high, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover .anomaly-badge.medium, body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover .anomaly-badge.low {
  background-color: unset;
  border: 1px solid white;
  color: white;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover h4 {
  color: white;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover img:nth-of-type(1) {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner > a:hover img:nth-of-type(2) {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services {
  flex: 0 0 calc(100% - 16px);
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .top-head .plus-minus {
  width: 22px;
  height: 22px;
  position: relative;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .top-head .plus-minus span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  transition: transform 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .top-head .plus-minus:not(.activate) span:last-of-type {
  transform: translate(-50%, -50%) rotate(-90deg);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .top-head .plus-minus:hover {
  cursor: pointer;
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .top-head h3 {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .bottom-body {
  display: none;
  padding-top: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park {
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head > * {
  flex: 0 0 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head p {
  margin: 0;
  flex: 1 1 auto;
  text-align: left;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head .many {
  color: #999;
  margin-right: 25px;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head .plus-minus {
  width: 18px;
  height: 18px;
  position: relative;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head .plus-minus span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #333;
  border-radius: 3px;
  transition: transform 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head .plus-minus:not(.activate) span:last-of-type {
  transform: translate(-50%, -50%) rotate(-90deg);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .head .plus-minus:hover {
  cursor: pointer;
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  margin: 0 -10px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body::before {
  content: " ";
  display: block;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  width: calc(100% - 20px);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body:not(.activated) {
  display: none !important;
  height: 0px !important;
  overflow: hidden;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body > div:nth-of-type(1) {
  margin-top: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body > div:nth-of-type(2) {
  margin-top: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body > div:nth-of-type(3) {
  margin-top: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body > div:nth-of-type(4) {
  margin-top: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single {
  flex: 0 0 calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #5CBF46;
  background-color: rgba(92, 191, 70, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single.fail {
  border-color: #BF465C;
  background-color: rgba(191, 70, 92, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single .top {
  padding: 12px;
  font-size: 14px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single .bottom {
  height: 60px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single .bottom > * {
  opacity: 0.65;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single .bottom p {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin: 0;
  height: auto;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .integrated-services .single-park .body .indic-single .bottom img {
  position: static;
  transform: none;
  width: 22px;
  height: auto;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .anomaly-badges {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  gap: 5px;
  position: absolute;
  top: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .anomaly-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .anomaly-badge.high {
  background-color: rgba(220, 53, 69, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .anomaly-badge.medium {
  background-color: rgba(255, 193, 7, 0.6);
  color: #212529;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .inner .anomaly-badge.low {
  background-color: rgba(76, 76, 76, 0.6);
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .notif {
    display: none !important;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .pending-inner {
  background-color: white;
  border: 2px solid #02a5e2;
  border-radius: 5px;
  text-align: center;
  padding: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .pending-inner h3 {
  margin: 0 0 24px 0;
  line-height: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-dash.my-acc-home + .woocommerce-MyAccount-content #welcome-dash .pending-inner p {
  margin: 0;
  line-height: 1;
  font-size: 1.3rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .title {
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .title h2,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .title h3 {
  text-align: center;
  margin-bottom: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .title h3 {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .unassigned {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-right: 10px;
  color: rgba(226, 63, 2, 0.7);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .unassigned.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination-buttons {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination-buttons a svg {
  height: 10px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination-buttons a.next svg {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination-buttons a:hover svg {
  fill: white;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span:nth-of-type(1)::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.0004376751) 0%, rgb(252, 252, 252) 50%);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span:nth-of-type(2) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.report-listing-actions {
  flex: 0 0 130px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span:nth-of-type(3) {
  flex: 0 0 100px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span:nth-of-type(4) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span:nth-of-type(4) a:not(:first-of-type) {
  margin-left: 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.title {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.title .missing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
  padding: 5px;
  background-color: white;
  border: 1px solid #E23F02;
  border-radius: 5px;
  color: #E23F02;
  font-size: 11px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.title .missing div {
  display: none !important;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(226, 63, 2, 0.85);
  border-radius: 100%;
  color: white;
  margin-right: 5px;
  font-size: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.actions {
  flex: 0 0 76px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.actions a {
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.select {
  flex: 0 0 240px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.select select,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.select .parki-select-container {
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.acc-id {
  flex: 0 0 100px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div > span.classification {
  flex: 0 0 110px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.disabled {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.smol {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.smol:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.smol > span {
  font-size: 0.75rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.smol > span select {
  height: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .listing > div.missing-cat span {
  color: rgba(226, 63, 2, 0.7);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .schedule-repeat {
  margin-right: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .schedule-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .schedule-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .park-filter-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .park-filter-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .start-hidden {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .schedule-inner {
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .data-none h2 {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .data-none h5 {
  margin-bottom: 0;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks #notif-list {
  outline: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div {
  flex: 0 0 50%;
  width: 383px;
  outline: none !important;
  padding: 15px;
  height: 240px;
  text-align: center;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-measure=ebitda] {
  flex: 0 0 100%;
  width: 766px;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div {
    width: 308px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-measure=ebitda] {
    width: 616px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div {
    width: 268px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-measure=ebitda] {
    width: 536px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div:hover {
  z-index: 10;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: white;
  border: 2px solid #344969;
  border-radius: 15px;
  transition: background-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner > div {
  display: flex;
  justify-content: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner > div span {
  padding: 0 6px;
  margin: 0 7px 5px;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner > div span:first-of-type {
  background-color: rgba(191, 70, 92, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner > div span:last-of-type {
  background-color: rgba(92, 191, 70, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner h4 {
  margin: 0 0 10px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner h5 {
  margin: 0;
  font-size: 40px;
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner h6 {
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .inner:hover {
  cursor: pointer;
  background-color: #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.new .inner {
  border-style: dashed;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.new .inner h4 {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.new .inner .plus {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 10px auto 0 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.new .inner .plus::before {
  content: " ";
  background-color: #344969;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.new .inner .plus::after {
  content: " ";
  background-color: #344969;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div:not(.new) h4 {
  font-size: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div:not(.new) h6 {
  font-weight: 400;
  color: #777;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-alertenabled=true] .inner {
  border-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-alertenabled=true] .inner:hover {
  background-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-viewenabled=true] .inner {
  border-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-viewenabled=true] .inner:hover {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner {
  border-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner:hover {
  background-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner {
  border-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.draggable--over, body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.draggable-source--is-dragging {
  opacity: 0.22;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.draggable--over .inner:hover, body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.draggable-source--is-dragging .inner:hover {
  background-color: white !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div.draggable-mirror {
  z-index: 999;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .permissions-alert {
  display: block;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 5px;
  background-color: #BF465C;
  color: white;
  font-size: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .permissions-alert[data-level="1"] {
  background-color: #eff324;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .permissions-alert span {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  bottom: calc(100% - 10px);
  left: 100%;
  left: calc(100% - 10px);
  padding: 15px;
  width: 250px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .permissions-alert:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-list > div .permissions-alert:hover span {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .spacer {
  margin: 15px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .no-benchmarks {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .no-benchmarks.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks #details-delete-notif {
  margin-right: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks a.btn.processing:hover {
  cursor: progress;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .notif-not-found {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .title-header .back-button {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .explanation {
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .section {
  padding: 16px;
  margin-top: 30px;
  border: 1px solid #dedee8;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .section .disabled {
  opacity: 0.5;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .add-new {
  display: flex;
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .add-new input {
  flex: 1 1 auto;
  margin-right: 8px;
  height: unset;
  border: 1px solid #02a5e2;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .add-new button {
  border-color: #02a5e2;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .title {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .title h5 {
  flex: 1 1 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture {
  border: 1px solid #eee;
  border-radius: 5px;
  height: 300px;
  overflow-y: auto;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item {
  padding: 12px;
  font-size: 0.8rem;
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item span {
  flex: 1 1 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item button {
  border: none;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item:hover button {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item:hover button:focus,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item:hover button :active {
  border: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings .groups-capture .account-grouping-item:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-groupings tr:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .nav-pills {
  justify-content: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .nav-tabs li {
  font-size: 0.9rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping {
  margin-bottom: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping .disabled {
  opacity: 0.5;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping .border-eliminated {
  border-left: 2px solid #d9534f;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping .border-no-benchmark {
  border-left: 2px solid #f0ad4e !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 8px;
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div:first-of-type {
  margin-top: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .account-title {
  font-size: 0.8rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .account-title .btn-eliminate {
  font-size: 0.7rem;
  padding: 3px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .account-title .undo-elimination {
  font-size: 0.7rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value input,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value label,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify__tag {
  font-size: 0.8rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari/Edge */
  font-size: 0.8rem !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value label {
  margin-bottom: 0px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify__tag:focus div::before,
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify__tag:hover:not([readonly]) div::before {
  box-shadow: 0 0 0 7.1em #d3e2e2 inset;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify {
  border: 1px solid #eee;
  border-radius: 5px;
  align-items: center;
  font-size: 0.7rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify .tagify__input::before {
  font-size: 0.8rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify .tagify__tag__removeBtn:hover + div::before {
  box-shadow: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify.tagify--hasMaxTags [data-placeholder=None] {
  height: 0px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify [data-placeholder=None] {
  line-height: 0.7;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify .tagify__tag {
  background-color: #e5e5e5;
  margin-right: 5px;
  border-radius: 4px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .account-grouping > div .input-account-value .tagify.tagify--noTags {
  border: 1px solid rgba(191, 70, 92, 0.5) !important;
  padding: 3px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination img {
  width: 8px;
  padding-bottom: 2px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination img.rotate {
  transform: rotateY(180deg);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination button {
  font-size: 0.8rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination button:hover .pagination-success {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination button:hover .pagination-hover {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination .pagination-hover {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .pagination .pagination-success {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmarks .missing-benchmarks-comment {
  text-align: right;
  font-size: 0.8rem;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .title {
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .title h2,
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .title h3 {
  text-align: center;
  margin-bottom: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .title h3 {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .unassigned {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-right: 10px;
  color: rgba(226, 63, 2, 0.7);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .unassigned.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span {
  flex: 0 0 30%;
  white-space: nowrap;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.delete-name {
  flex: 0 0 70px;
  text-align: right;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.delete-name a {
  padding-left: 6px;
  font-size: 0.75rem;
  padding: 8px;
  height: 35px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.report-listing-actions {
  flex: 0 0 130px !important;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.actions {
  flex: 0 0 76px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.select {
  flex: 0 0 240px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.select select,
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.select .parki-select-container {
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.acc-id {
  flex: 0 0 100px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span.classification {
  flex: 0 0 110px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span .parki-select-container,
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span input,
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span select {
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span input {
  height: 35px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span input.missing {
  border-color: #E23F02;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div > span .parki-select-container {
  padding-left: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.disabled {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.smol {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.smol:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.smol > span {
  font-size: 0.75rem;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.smol > span select {
  height: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.missing-cat span, body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing > div.missing-name span {
  color: rgba(226, 63, 2, 0.7);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing-index {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing-index > div {
  display: flex;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing-index > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing-index > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing-index > div > span {
  flex: 0 0 20%;
  flex: 0 0 calc(25% - 15px);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  flex: 1 1 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .listing-index > div > span.actions {
  flex: 0 0 76px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .schedule-repeat {
  margin-right: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .schedule-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .schedule-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .park-filter-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .park-filter-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .start-hidden {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .schedule-inner {
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .data-none h2 {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .data-none h5 {
  margin-bottom: 0;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #notif-list {
  outline: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list,
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div {
  flex: 0 0 50%;
  width: 383px;
  outline: none !important;
  padding: 15px;
  height: 240px;
  text-align: center;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-measure=ebitda] {
  flex: 0 0 100%;
  width: 766px;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div {
    width: 308px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-measure=ebitda] {
    width: 616px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div {
    width: 268px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-measure=ebitda] {
    width: 536px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div:hover {
  z-index: 10;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: white;
  border: 2px solid #344969;
  border-radius: 15px;
  transition: background-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner > div {
  display: flex;
  justify-content: center;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner > div span {
  padding: 0 6px;
  margin: 0 7px 5px;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner > div span:first-of-type {
  background-color: rgba(191, 70, 92, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner > div span:last-of-type {
  background-color: rgba(92, 191, 70, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner h4 {
  margin: 0 0 10px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner h5 {
  margin: 0;
  font-size: 40px;
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner h6 {
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .inner:hover {
  cursor: pointer;
  background-color: #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.new .inner {
  border-style: dashed;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.new .inner h4 {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.new .inner .plus {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 10px auto 0 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.new .inner .plus::before {
  content: " ";
  background-color: #344969;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.new .inner .plus::after {
  content: " ";
  background-color: #344969;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div:not(.new) h4 {
  font-size: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div:not(.new) h6 {
  font-weight: 400;
  color: #777;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-alertenabled=true] .inner {
  border-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-alertenabled=true] .inner:hover {
  background-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-viewenabled=true] .inner {
  border-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-viewenabled=true] .inner:hover {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner {
  border-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner:hover {
  background-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner {
  border-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.draggable--over, body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.draggable-source--is-dragging {
  opacity: 0.22;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.draggable--over .inner:hover, body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.draggable-source--is-dragging .inner:hover {
  background-color: white !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div.draggable-mirror {
  z-index: 999;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .permissions-alert {
  display: block;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 5px;
  background-color: #BF465C;
  color: white;
  font-size: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .permissions-alert[data-level="1"] {
  background-color: #eff324;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .permissions-alert span {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  bottom: calc(100% - 10px);
  left: 100%;
  left: calc(100% - 10px);
  padding: 15px;
  width: 250px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .permissions-alert:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-list > div .permissions-alert:hover span {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .spacer {
  margin: 15px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .no-benchmarks {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .no-benchmarks.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #details-delete-notif {
  margin-right: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names a.btn.processing:hover {
  cursor: progress;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .notif-not-found {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names .title-header .back-button {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #add-entry-housekeeping-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #add-entry-housekeeping-container #add-entry-housekeeping {
  display: flex;
  align-items: center;
  height: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #add-entry-housekeeping-container #add-entry-housekeeping span {
  line-height: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-housekeeping-names #add-entry-housekeeping-container #add-entry-housekeeping span:last-of-type {
  position: relative;
  bottom: 1px;
  margin-left: 7px;
  font-weight: 500;
  font-size: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs {
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .no-notifs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #fafafa;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .no-notifs h3 {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif {
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #fbfbfb;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif {
    padding: 20px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif.unread {
  background-color: rgba(2, 165, 226, 0.085);
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .left {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .left {
    display: none !important;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .left .img {
  width: 130px;
  height: 130px;
  margin-right: 35px;
  background-color: rgba(2, 165, 226, 0.65);
  border-radius: 100%;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .left .img svg {
  height: 52px;
  width: 52px;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .left .img svg path {
  fill: #ffffff;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .right {
  flex: 1 1 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .right > *:first-child {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .right > *:last-child {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .right h3 {
  margin-bottom: 2px;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .right small {
  display: block;
  margin-bottom: 7px;
  color: #999;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif .right .btn {
  margin-top: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif.template {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .notifs-list .single-notif:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .loading {
  border-top: 1px solid #ddd;
  background-color: #fcfcfc;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .loading.unloaded {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs .loading .loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #02a5e2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin-2 750ms linear infinite;
}
@keyframes spin-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.woocommerce-account.woocommerce-page #my-acc-message-notifs + #single-notif-template {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button span,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button svg,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button:hover,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button:hover svg,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button span,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button svg,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button:hover,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .back-button:hover svg,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .top-container,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .top-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .top-container h2,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .top-container h2 {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .top-container .btn-primary,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .top-container .btn-primary {
  margin-left: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .title,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .title {
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .title h2,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .title h3,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .title h2,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .title h3 {
  text-align: center;
  margin-bottom: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .title h3,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .title h3 {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body p,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body p {
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .parki-goals,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .parki-goals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .parki-goals h5,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .parki-goals h5 {
  flex: 0 0 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .parki-goals p,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .parki-goals p {
  flex: 0 0 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .parki-goals .form-indiv,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .parki-goals .form-indiv {
  flex: 0 0 calc(50% - 12px);
  margin-bottom: 19px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .form-group .form-indiv,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .form-group .form-indiv {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .form-group .form-indiv label,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .form-group .form-indiv label {
  margin: 0 0 5px 0;
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .form-group .form-indiv input,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .form-group .form-indiv input {
  display: block;
  position: static;
  margin: 0;
  width: 100%;
  height: 32px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .form-group label,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .form-group label {
  margin-left: 10px;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body .form-group input,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .body .form-group input {
  position: relative;
  top: 3px;
  margin-left: 10px;
  width: 17px;
  height: 17px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #bdo-save-message,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #bdo-save-message p,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #bdo-save-message.success p,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #bdo-save-message.fail p,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #bdo-save-message small,
body.woocommerce-account.woocommerce-page #my-acc-parki-goals #bdo-save-message small {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .body {
  padding: 24px 27px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings label {
  font-size: 0.9rem;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .pickup-tolerance-group {
  width: 180px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .pickup-tolerance-group input {
  height: unset;
  font-size: 0.9rem;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #pills-tabContent {
  border: 1px solid #eee;
  background-color: #fcfcfc;
  padding: 24px 27px;
  border-radius: 5px;
  min-height: 480px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div {
  flex: 0 0 1;
  position: relative;
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div h5,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div h5 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div p,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div p {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.4;
  padding-bottom: 4px;
  margin: 0 0 15px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .left-right,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .left-right {
  display: flex;
  margin-bottom: 4px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .left-right .left,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .left-right .left {
  margin-right: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .left-right .right,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .left-right .right {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .left-right .right strong,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .left-right .right strong {
  font-size: 1rem;
  opacity: 1 !important;
  font-weight: 500;
  color: black !important;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .housekeeping-outter > div:first-of-type,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .housekeeping-outter > div:first-of-type {
  border-top: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .housekeeping-outter > div:last-of-type,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .housekeeping-outter > div:last-of-type {
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .form-check,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .form-check {
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 14px 18px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .form-check .form-top,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .form-check .form-top {
  font-weight: 600;
  margin-bottom: 3px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .form-check .form-bottom,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .form-check .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -3px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .form-check .form-bottom .form-bottom-inner,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .form-check .form-bottom .form-bottom-inner {
  padding: 0 3px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .form-check .form-bottom .form-bottom-inner label,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .form-check .form-bottom .form-bottom-inner label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #publish-update-parki-form > div .form-group-housekeeping .form-check .form-bottom .form-bottom-inner input,
body.woocommerce-account.woocommerce-page #my-acc-parki-settings .settings-content > div .form-group-housekeeping .form-check .form-bottom .form-bottom-inner input {
  display: block;
  height: 32px;
  width: 50px;
  padding: 0px 5px;
  text-align: center;
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #settings-pills {
  margin-left: 0px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #settings-pills li {
  font-size: 0.9rem;
  margin-top: 4px;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-settings #settings-pills li:not(:last-of-type) {
  margin-right: 4px;
}
body.woocommerce-account.woocommerce-page #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page h1 span {
  text-align: center;
  display: block;
  width: 510px;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page h1 span {
    width: 370px;
    font-size: 2.3rem;
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-page h1 span {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings {
  position: relative;
  z-index: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings .instruct {
  margin: 10px 0 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings .error {
  margin: 1rem 0;
  background-color: rgba(226, 63, 2, 0.9);
  color: white;
  padding: 7px;
  border-radius: 5px;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings .error:empty {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .dropdown {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 0.9rem !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .dropdown button {
  background-color: white;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .buttons {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .buttons a {
  margin-left: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-header h2 {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 22px !important;
  font-weight: 200;
  font-size: 1.7rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -10px -7px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner > div {
  padding: 0 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option {
  flex: 0 0 50%;
  position: relative;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option:nth-of-type(1), body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option:nth-of-type(2) {
  z-index: 2;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option label {
  margin: -3px 0 7px 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option label + p {
  line-height: 1;
  margin: 0 0 12px 0;
  color: #777;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: rgba(2, 165, 226, 0.8);
  color: white;
  font-size: 14px;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option input {
  height: 42px;
  width: 100%;
  border: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option input:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year {
  opacity: 0;
  pointer-events: none;
  margin-top: 3px;
  position: absolute;
  top: 100%;
  right: 7px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 3px;
  width: 242px;
  padding: 8px;
  height: 204px;
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right {
  z-index: 2;
  position: absolute;
  top: 15px;
  width: 18px;
  height: 18px;
  background-color: #666;
  border-radius: 100%;
  transition: background-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left::after, body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left::before,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right::after,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 5px;
  height: 2px;
  border-radius: 4px;
  background-color: white;
  transform-origin: left center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left::before,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right::before {
  transform: translate(-50%, -73%) rotate(45deg);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left::after,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right::after {
  transform: translate(-50%, -27%) rotate(-45deg);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left:hover,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right:hover {
  background-color: #999;
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .left {
  left: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .right {
  right: 15px;
  transform: rotate(180deg);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-dropdown {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: flex;
  flex-direction: column;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-dropdown:not(.active) {
  pointer-events: none;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-title {
  text-align: center;
  color: #666;
  font-weight: 500;
  padding: 5px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months .month-outter {
  flex: 0 0 33.33333%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months .month-outter a {
  width: calc(100% - 16px);
  text-align: center;
  border: 1px solid #02a5e2;
  color: #02a5e2;
  background-color: white;
  padding: 2px 8px;
  border-radius: 3px;
  transition: all 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months .month-outter a.disabled {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months .month-outter a.disabled:hover {
  cursor: not-allowed;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months .month-outter a.active:not(.disabled), body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .year .year-months .month-outter a:hover:not(.disabled) {
  background-color: #02a5e2;
  color: white;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .cal.active .year {
  opacity: 1;
  pointer-events: all;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .edit-section .settings-inner .option .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 4.5px solid #333;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .single.missing-accs .title {
  opacity: 0.65;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .single.missing-accs .edit-button {
  cursor: not-allowed;
  opacity: 0.65;
  text-decoration: none;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .missing-cats {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .missing-cats .missing-cats-inner {
  background-color: rgba(2, 165, 226, 0.05);
  border: 1px solid #02a5e2;
  border-radius: 4px;
  font-weight: 300;
  padding: 7px 12px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .missing-cats .missing-cats-inner a {
  text-decoration: underline;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .title h2 {
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  text-align: left;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports span {
  margin-bottom: unset !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .missing-cats {
  margin: 20px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span:nth-of-type(1)::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.0004376751) 0%, rgb(252, 252, 252) 50%);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span:nth-of-type(2) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span.report-listing-actions {
  flex: 0 0 230px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span:nth-of-type(3) {
  flex: 0 0 100px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span:nth-of-type(4) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div > span:nth-of-type(4) a:not(:first-of-type) {
  margin-left: 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div.disabled {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps > div {
  margin-bottom: 70px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps > div:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section h3 {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section h3 span.number {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: rgba(2, 165, 226, 0.9);
  color: white;
  border-radius: 100%;
  margin-right: 17px;
  padding: 8px;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section h3 span.text {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section h3 span.text span {
  font-size: 1rem;
  font-weight: 200;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section label {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section input {
  display: block;
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .instruct {
  text-align: right;
  margin-bottom: 12px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .instruct img {
  display: inline-block;
  width: 22px;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .instruct span {
  color: rgba(51, 51, 51, 0.4);
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .instruct span.left {
  margin: 0 7px 0 35px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .instruct span.right {
  margin: 0 0 0 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend {
  text-align: right;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend span:not(:first-of-type) {
  margin-left: 13px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend span::before {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend span:nth-of-type(1)::before {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend span:nth-of-type(2)::before {
  background-color: rgba(191, 70, 92, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend span:nth-of-type(3)::before {
  background-color: rgba(2, 165, 226, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .steps .section .legend span:nth-of-type(4)::before {
  background-color: rgba(51, 51, 51, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .schedule-repeat {
  margin-right: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .schedule-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .schedule-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .park-filter-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .park-filter-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .start-hidden {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .schedule-inner {
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .data-none h2 {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .data-none h5 {
  margin-bottom: 0;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #notif-list {
  outline: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list,
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div {
  flex: 0 0 50%;
  width: 383px;
  outline: none !important;
  padding: 15px;
  height: 240px;
  text-align: center;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-measure=ebitda], body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-measure=reflections-future-performance] {
  flex: 0 0 100%;
  width: 766px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-measure=ebitda] h6, body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-measure=reflections-future-performance] h6 {
  display: none !important;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div {
    width: 308px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-measure=ebitda] {
    width: 616px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div {
    width: 268px;
  }
  body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-measure=ebitda] {
    width: 536px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div:hover {
  z-index: 10;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: white;
  border: 2px solid #344969;
  border-radius: 15px;
  transition: background-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner > div {
  display: flex;
  justify-content: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner > div span {
  padding: 0 6px;
  margin: 0 7px 5px;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner > div span:first-of-type {
  background-color: rgba(191, 70, 92, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner > div span:last-of-type {
  background-color: rgba(92, 191, 70, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner h4 {
  margin: 0 0 10px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner h5 {
  margin: 0;
  font-size: 40px;
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner h6 {
  color: #344969;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .inner:hover {
  cursor: pointer;
  background-color: #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.new .inner {
  border-style: dashed;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.new .inner h4 {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.new .inner .plus {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 10px auto 0 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.new .inner .plus::before {
  content: " ";
  background-color: #344969;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.new .inner .plus::after {
  content: " ";
  background-color: #344969;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div:not(.new) h4 {
  font-size: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div:not(.new) h6 {
  font-weight: 400;
  color: #777;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-alertenabled=true] .inner {
  border-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-alertenabled=true] .inner:hover {
  background-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-viewenabled=true] .inner {
  border-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-viewenabled=true] .inner:hover {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner {
  border-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner:hover {
  background-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner {
  border-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.draggable--over, body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.draggable-source--is-dragging {
  opacity: 0.22;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.draggable--over .inner:hover, body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.draggable-source--is-dragging .inner:hover {
  background-color: white !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div.draggable-mirror {
  z-index: 999;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .permissions-alert {
  display: block;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 5px;
  background-color: #BF465C;
  color: white;
  font-size: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .permissions-alert[data-level="1"] {
  background-color: #eff324;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .permissions-alert span {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  bottom: calc(100% - 10px);
  left: 100%;
  left: calc(100% - 10px);
  padding: 15px;
  width: 250px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .permissions-alert:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-list > div .permissions-alert:hover span {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .spacer {
  margin: 15px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .no-notifs {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .no-notifs.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #details-delete-notif {
  margin-right: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports a.btn.processing:hover {
  cursor: progress;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports .notif-not-found {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-benchmark-reports #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-goals input {
  height: 40px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .dropdown.bootstrap-select {
  border: 1px solid #999;
  border-radius: 3px;
  background-color: white;
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-parki-goals .dropdown.bootstrap-select > button {
  background: white !important;
}

.page {
  position: relative;
}

#woo-parki-buttons {
  position: absolute;
  width: 100%;
  top: 7px;
}
#woo-parki-buttons .inner {
  width: 100%;
  display: flex;
}
#woo-parki-buttons .inner .flex-grow {
  flex: 1 1 auto;
}
#woo-parki-buttons .inner a {
  flex: 0 0 auto;
}
#woo-parki-buttons .inner a:last-of-type {
  margin-left: 6px;
}

#woo-settings-back svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
  margin-left: -5px;
}
#woo-settings-back:hover svg {
  fill: white;
}

.tagify__dropdown {
  font-size: 0.8rem !important;
}
.tagify__dropdown .tagify__dropdown__wrapper {
  border: 1px solid #eee;
  border-radius: 5px;
}
.tagify__dropdown .tagify__dropdown__wrapper div:hover {
  background-color: #02a5e2;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #02a5e2;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .back-button span {
  display: inline-block;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .back-button:hover {
  border-color: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .back-button:hover svg {
  fill: #333333;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .title h2 {
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  text-align: left;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .cc-notif-container {
  position: absolute;
  left: calc(100% + 7px);
  top: 7px;
  background-color: white;
  border: 1px solid #02a5e2;
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease-in-out, left 250ms ease-in-out;
  white-space: nowrap;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .cc-notif-container p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .cc-notif-container:after, body.woocommerce-account.woocommerce-page #my-acc-tvs .cc-notif-container:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .cc-notif-container:after {
  border-right-color: white;
  border-width: 8px;
  margin-top: -8px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .cc-notif-container:before {
  border-right-color: #02a5e2;
  border-width: 9px;
  margin-top: -9px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing,
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span {
  flex: 1 1 auto;
  white-space: nowrap;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(1)::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.0004376751) 0%, rgb(252, 252, 252) 50%);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) {
  flex: 0 0 420px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) > a:not(:first-of-type) {
  margin-left: 6px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast {
  position: relative;
  height: 42px;
  width: 52px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast .cc {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast .cc-white {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast:not(.disabled):hover:not(:disabled) .cc {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast:not(.disabled):hover:not(:disabled) .cc-white {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast.disabled {
  pointer-events: auto;
  background-color: #02a5e2 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast.disabled:hover {
  cursor: not-allowed;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .launch-chromecast.disabled:hover + .cc-notif-container {
  left: calc(100% + 12px);
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .divider {
  display: inline-block;
  position: relative;
  top: 12px;
  height: 32px;
  width: 1px;
  background-color: #999;
  margin-left: 6px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .btn-open {
  position: relative;
  padding-left: 13px;
  padding-right: 33px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .btn-open img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 14px;
  pointer-events: none;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .btn-open .export {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .btn-open .export-white {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .btn-open:hover .export {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(2) .btn-open:hover .export-white {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(3) {
  flex: 0 0 100px;
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(4) {
  flex: 0 0 170px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div > span:nth-of-type(4) a:not(:first-of-type) {
  margin-left: 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div.disabled {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps > div {
  margin-bottom: 35px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps > div:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .step {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .step > div h5 {
  font-weight: 500;
  margin-bottom: 0px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .step > div p {
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .step span.number {
  display: flex;
  height: 50px;
  width: 50px;
  background-color: rgba(2, 165, 226, 0.9);
  color: white;
  border-radius: 100%;
  margin-right: 17px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 1.25rem;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .step span.text {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .step span.text span {
  font-size: 1rem;
  font-weight: 200;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section label {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section input {
  display: block;
  width: 100%;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .instruct {
  text-align: right;
  margin-bottom: 12px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .instruct img {
  display: inline-block;
  width: 22px;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .instruct span {
  color: rgba(51, 51, 51, 0.4);
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .instruct span.left {
  margin: 0 7px 0 35px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .instruct span.right {
  margin: 0 0 0 7px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend {
  text-align: right;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend span:not(:first-of-type) {
  margin-left: 13px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend span::before {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend span:nth-of-type(1)::before {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend span:nth-of-type(2)::before {
  background-color: rgba(191, 70, 92, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend span:nth-of-type(3)::before {
  background-color: rgba(2, 165, 226, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .steps .section .legend span:nth-of-type(4)::before {
  background-color: rgba(51, 51, 51, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .schedule-repeat {
  margin-right: 30px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .schedule-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .schedule-output p {
  margin: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .park-filter-output {
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .park-filter-output p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.5;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .start-hidden {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .schedule-inner {
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .data-none h2 {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .data-none h5 {
  margin-bottom: 0;
  text-align: center;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .select-layout {
  display: flex;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .select-layout > div {
  flex: 1 1 50%;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .select-layout > div:not(:last-of-type) {
  margin-right: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .select-layout > div:last-of-type {
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #notif-list {
  outline: none !important;
  border: 1px solid #999;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px;
  height: 384px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list,
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div {
  flex: 0 0 25%;
  width: 25%;
  outline: none !important;
  padding: 4px;
  height: 186px;
  text-align: center;
  position: relative;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-size="2"] {
  flex: 0 0 50%;
  width: 50%;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-fixed-time=true] h4 {
  margin-bottom: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-fixed-time=true] h6 {
  display: none !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:hover {
  z-index: 10;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  background-color: white;
  border: 1px solid rgb(101.8552631579, 212.3092105263, 253.6447368421);
  border-radius: 5px;
  transition: background-color 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner > div {
  display: flex;
  justify-content: center;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner > div span {
  padding: 0 6px;
  margin: 0 7px 5px;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner > div span:first-of-type {
  background-color: rgba(191, 70, 92, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner > div span:last-of-type {
  background-color: rgba(92, 191, 70, 0.15);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner h4 {
  margin: 0 0 10px 0;
  font-size: 19px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner h6 {
  color: #344969;
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .inner:hover {
  cursor: pointer;
  background-color: rgb(218.1263157895, 244.7210526316, 254.6736842105);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.new .inner {
  border-style: dashed;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.new .inner h4 {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.new .inner .plus {
  position: relative;
  height: 23px;
  width: 23px;
  margin: 10px auto 0 auto;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.new .inner .plus::before {
  content: " ";
  background-color: #344969;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.new .inner .plus::after {
  content: " ";
  background-color: #344969;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:not(.new) h4 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:not(.new) h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:not(.new) h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:not(.new) h6 {
  font-weight: 400;
  color: #777;
}
@media (max-width: 1199px) {
  body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:not(.new) h6 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div:not(.new) h6 {
    font-size: 13px;
  }
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-alertenabled=true] .inner {
  border-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-alertenabled=true] .inner:hover {
  background-color: rgba(191, 70, 92, 0.5);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-viewenabled=true] .inner {
  border-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-viewenabled=true] .inner:hover {
  background-color: rgba(92, 191, 70, 0.4);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner {
  border-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-alertenabled=true][data-viewenabled=true] .inner:hover {
  background-color: rgba(2, 165, 226, 0.6);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner {
  border-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div[data-alertenabled=false][data-viewenabled=false] .inner:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.draggable--over, body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.draggable-source--is-dragging {
  opacity: 0.22;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.draggable--over .inner:hover, body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.draggable-source--is-dragging .inner:hover {
  background-color: white !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div.draggable-mirror {
  z-index: 999;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .permissions-alert {
  display: block;
  position: absolute;
  top: 40px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 5px;
  background-color: #BF465C;
  color: white;
  font-size: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .permissions-alert[data-level="1"] {
  background-color: #eff324;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .permissions-alert span {
  display: block;
  position: absolute;
  user-select: none;
  pointer-events: none;
  bottom: 100%;
  bottom: calc(100% - 10px);
  left: 100%;
  left: calc(100% - 10px);
  padding: 15px;
  width: 250px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .permissions-alert:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-list > div .permissions-alert:hover span {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-single:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-single .inner {
  pointer-events: none;
  user-select: none;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .spacer {
  margin: 35px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .no-notifs {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .no-notifs.hidden {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #details-delete-notif {
  margin-right: 15px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message p small {
  margin-top: 3px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message.success {
  border-color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message.success p {
  color: #5CBF46;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message.fail {
  border-color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #bdo-save-message.fail p {
  color: #BF465C;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs a.btn.processing:hover {
  cursor: progress;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .notif-not-found {
  margin: 0 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #publish-update-tv {
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs #publish-update-tv + .divider {
  display: inline-block;
  height: 32px;
  width: 1px;
  background-color: #999;
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn-open-spec {
  position: relative;
  padding-left: 13px;
  padding-right: 33px;
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn-open-spec img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 14px;
  pointer-events: none;
  transition: opacity 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn-open-spec .export {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn-open-spec .export-white {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn-open-spec:hover .export {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn-open-spec:hover .export-white {
  opacity: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .btn.dropdown-toggle {
  background-color: white !important;
  border: 1px solid #999 !important;
  color: #333 !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .dropdown-menu.show {
  min-width: 100% !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .dropdown-menu .inner ul.dropdown-menu li > a {
  position: relative;
  display: block;
  padding: 0 10px 3px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li {
  padding: 0 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li > a {
  color: #333 !important;
  position: relative;
  display: block;
  padding: 0 0 3px 0;
  background-color: transparent;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li > a:hover {
  background-color: #f8f9fa;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li > a:not(.selected) span.check-mark::after {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark {
  right: auto;
  left: 2px;
  font-size: 8px;
  border: 1px solid #999;
  width: 14px;
  height: 14px;
  position: absolute;
  display: inline-block;
  right: auto !important;
  top: 6px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark::after {
  position: relative;
  top: 1px;
  left: 4px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select:not(.show-tick) .dropdown-menu .inner ul.dropdown-menu li > a span.text {
  margin-left: 25px;
  margin-right: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li {
  padding: 0 10px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a {
  color: #333 !important;
  position: relative;
  display: block;
  padding: 0 0 3px 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a:not(.selected) span.check-mark::after {
  display: none;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark {
  right: auto;
  left: 2px;
  font-size: 8px;
  border: 1px solid #999;
  width: 14px;
  height: 14px;
  position: absolute;
  display: inline-block;
  right: auto !important;
  top: 6px !important;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark::after {
  position: relative;
  top: 1px;
  left: 4px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.text {
  margin-left: 25px;
  margin-right: 0;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .dropdown-item.active,
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .dropdown-item:active {
  background-color: #02a5e2;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .bs-actionsbox .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .bs-actionsbox .btn-group button {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: white;
  width: 50%;
  flex: 0 0 50%;
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .dropdown.bootstrap-select .bs-actionsbox .btn-group button:hover {
  background-color: #e9e9e9;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .default-tv {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .default-tv > div label {
  display: block;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .default-tv #connect-chromecast.disabled {
  pointer-events: auto;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .default-tv #connect-chromecast.disabled + .cc-notif-container {
  top: 26px;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .default-tv #connect-chromecast.disabled:hover {
  cursor: not-allowed;
}
body.woocommerce-account.woocommerce-page #my-acc-tvs .default-tv #connect-chromecast.disabled:hover + .cc-notif-container {
  left: calc(100% + 12px);
  opacity: 1;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content {
  overflow: auto;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.085);
  border-radius: 50px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.085);
  border-radius: 53px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .section.buttons {
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .section a.btn {
  float: none;
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types {
  display: flex;
  margin: 0 -5px 10px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types .bbox {
  flex: 0 0 25%;
  padding: 0 5px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types .bbox .inner {
  border: 2px solid #02a5e2;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 250ms ease-in-out;
  opacity: 0.65;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types .bbox .inner:hover {
  cursor: pointer;
  opacity: 1;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types .bbox.selected .inner {
  opacity: 1;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: auto;
  height: 180px;
  margin: 13px -4px 0;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 4px 6px 4px 4px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox {
  flex: 0 0 calc(25% - 8px);
  margin: 4px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox .inner {
  border: 1px solid rgba(2, 165, 226, 0.5);
  border-radius: 3px;
  height: 100%;
  padding: 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
  text-align: center;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox .inner .title {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  margin: 9px 0 2px;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox .inner .desc {
  color: #aaa;
  font-size: 11px;
  line-height: 1.3;
  margin: 2px 0 9px;
  font-weight: 300;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox .inner:hover {
  cursor: pointer;
  border: 1px solid rgba(2, 165, 226, 0.75);
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox.visible {
  transition: opacity 250ms ease-in-out;
  position: static;
  opacity: 1;
  pointer-events: all;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .types-min .bbbox.selected .inner {
  background-color: rgba(2, 165, 226, 0.075);
  border: 1px solid #02a5e2;
}
body.woocommerce-account.woocommerce-page.woocommerce-account.woocommerce-page .featherlight .featherlight-content > #details-lightbox .parki-select-container-kpi {
  display: none;
}

#my-acc-parki-booking-source .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
#my-acc-parki-booking-source .back-button span {
  display: inline-block;
}
#my-acc-parki-booking-source .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
#my-acc-parki-booking-source .back-button:hover {
  border-color: #333333;
}
#my-acc-parki-booking-source .back-button:hover svg {
  fill: #333333;
}
#my-acc-parki-booking-source .top-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#my-acc-parki-booking-source .top-container .btn-primary {
  margin-left: 15px;
}
#my-acc-parki-booking-source .title {
  margin-bottom: 40px;
}
#my-acc-parki-booking-source .title h2,
#my-acc-parki-booking-source .title h3 {
  text-align: center;
  margin-bottom: 0 !important;
}
#my-acc-parki-booking-source .title h3 {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 300;
}
#my-acc-parki-booking-source .title .subtitle {
  margin-top: 10px;
  opacity: 0.5;
  text-align: center;
}
#my-acc-parki-booking-source .body {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border-radius: 5px;
}
#my-acc-parki-booking-source .body p {
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}
#my-acc-parki-booking-source .body .form-group label {
  margin-left: 10px;
  margin-bottom: 10px;
}
#my-acc-parki-booking-source .body .form-group input {
  position: relative;
  top: 3px;
  margin-left: 22px;
  width: 17px;
  height: 17px;
}
#my-acc-parki-booking-source .body .form-control {
  height: 39px;
}
#my-acc-parki-booking-source .body .border-left {
  border-left: 1px solid #eee;
}
#my-acc-parki-booking-source .body .bookingSourceCategories {
  border-bottom: none;
  margin-bottom: 0.1em;
  transition: opacity 250ms ease-in-out;
}
#my-acc-parki-booking-source .body .bookingSourceCategories small {
  opacity: 0.5;
}
#my-acc-parki-booking-source .body .bookingSourceCategories.processing {
  opacity: 0.5;
}
#my-acc-parki-booking-source .body .bookingSourceCategories.processing a {
  pointer-events: none;
  cursor: not-allowed;
}
#my-acc-parki-booking-source .body .bookingSourceOptions {
  text-align: right;
  margin: auto;
  vertical-align: middle;
}
#my-acc-parki-booking-source .listing {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
#my-acc-parki-booking-source .listing > div {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
#my-acc-parki-booking-source .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#my-acc-parki-booking-source .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
#my-acc-parki-booking-source .listing > div > span {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#my-acc-parki-booking-source .listing > div > span:nth-of-type(1)::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.0004376751) 0%, rgb(252, 252, 252) 50%);
}
#my-acc-parki-booking-source .listing > div > span:nth-of-type(2) {
  flex: 0 0 170px;
  text-align: right;
}
#my-acc-parki-booking-source .listing > div > span:nth-of-type(3) {
  flex: 0 0 100px;
}
@media (max-width: 991px) {
  #my-acc-parki-booking-source .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
#my-acc-parki-booking-source .listing > div > span:nth-of-type(4) {
  flex: 0 0 170px;
}
#my-acc-parki-booking-source .listing > div > span:nth-of-type(4) a:not(:first-of-type) {
  margin-left: 7px;
}
#my-acc-parki-booking-source .listing > div > span.actions {
  flex: 0 0 76px !important;
}
#my-acc-parki-booking-source .listing > div > span.actions a {
  width: 100%;
}
#my-acc-parki-booking-source .listing > div > span.select {
  flex: 0 0 240px !important;
}
#my-acc-parki-booking-source .listing > div > span.select select,
#my-acc-parki-booking-source .listing > div > span.select .parki-select-container {
  width: 100%;
}
#my-acc-parki-booking-source .listing > div > span.acc-id {
  flex: 0 0 100px !important;
}
#my-acc-parki-booking-source .listing > div > span.classification {
  flex: 0 0 110px !important;
}
#my-acc-parki-booking-source .listing > div.disabled {
  opacity: 0.5;
}
#my-acc-parki-booking-source .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
#my-acc-parki-booking-source .listing > div.smol {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#my-acc-parki-booking-source .listing > div.smol:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
#my-acc-parki-booking-source .listing > div.smol > span {
  font-size: 0.75rem;
}
#my-acc-parki-booking-source .listing > div.smol > span select {
  height: 30px;
}
#my-acc-parki-booking-source .listing > div.missing-cat span {
  color: rgba(226, 63, 2, 0.7);
}
#my-acc-parki-booking-source .no-benchmarks {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
#my-acc-parki-booking-source .no-benchmarks.hidden {
  display: none;
}
#my-acc-parki-booking-source .select {
  padding-left: 0px;
}
#my-acc-parki-booking-source .single {
  font-size: 12px;
}
#my-acc-parki-booking-source .opacity {
  opacity: 0.5;
  line-height: 1;
}
#my-acc-parki-booking-source #bdo-save-message {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-acc-parki-booking-source #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
#my-acc-parki-booking-source #bdo-save-message p small {
  font-size: 0.8rem;
}
#my-acc-parki-booking-source #bdo-save-message.success p {
  color: #5CBF46;
}
#my-acc-parki-booking-source #bdo-save-message.fail p {
  color: #BF465C;
}

body.page-template-page-t-integrations main#primary article {
  position: relative;
}
body.page-template-page-t-integrations main#primary article > h1 {
  font-size: 3.4rem;
  margin-bottom: 20px;
}
body.page-template-page-t-integrations main#primary article > h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 2.3rem;
}
body.page-template-page-t-integrations main#primary article > p {
  text-align: center;
  font-size: 1.65rem;
  opacity: 0.5;
}
body.page-template-page-t-integrations main#primary article > div:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-t-integrations main#primary article .card-section-outter {
  margin-top: 50px;
}
body.page-template-page-t-integrations main#primary article .card-section-outter h2 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 8px;
}
body.page-template-page-t-integrations main#primary article .card-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card {
  flex: 0 0 33.3333%;
  padding: 16px 8px;
  transition: opacity 250ms ease-in-out;
}
@media (max-width: 1199px) {
  body.page-template-page-t-integrations main#primary article .card-section .int-card {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-t-integrations main#primary article .card-section .int-card {
    flex: 0 0 100%;
  }
}
body.page-template-page-t-integrations main#primary article .card-section .int-card:hover {
  opacity: 0.6;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 100%;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .head {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .head .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.22;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .head img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 70px;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .body {
  padding: 16px;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .body h3 {
  margin: 0 0 0.6rem 0;
  font-size: 1.2rem;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .body p {
  margin: 0.4rem 0;
  font-size: 0.9rem;
  color: #666;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card .inner .body p:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-rms .inner .head .bg {
  background-color: #05ced6;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-newbook .inner .head .bg {
  background-color: #0b5297;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-seekom .inner .head .bg {
  background-color: #88b518;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-xero .inner .head .bg {
  background-color: #00c1f9;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-myob .inner .head .bg {
  background-color: #6203a7;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-quickbooks .inner .head .bg {
  background-color: #2ca01c;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-ga .inner .head .bg {
  background-color: #ffc515;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-facebook .inner .head .bg {
  background-color: #4267b2;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-instagram .inner .head .bg {
  background-color: #a229a7;
}
body.page-template-page-t-integrations main#primary article .card-section .int-card.int-card-gmb .inner .head .bg {
  background-color: #4481e5;
}

body.page-template-default #my-acc-user-manag {
  position: relative;
}
body.page-template-default #my-acc-user-manag .back-button {
  position: absolute;
  top: 5px;
  left: 0;
  border-bottom: 1px solid #02A5E2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.page-template-default #my-acc-user-manag .back-button span {
  display: inline-block;
}
body.page-template-default #my-acc-user-manag .back-button svg {
  height: 12px;
  fill: #02A5E2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.page-template-default #my-acc-user-manag .back-button:hover {
  border-color: #333333;
}
body.page-template-default #my-acc-user-manag .back-button:hover svg {
  fill: #333333;
}
body.page-template-default #my-acc-user-manag .top {
  display: flex;
  justify-content: flex-end;
}
body.page-template-default #my-acc-user-manag .top .choices__inner {
  min-width: 300px;
}
@media (max-width: 1199px) {
  body.page-template-default #my-acc-user-manag .top {
    display: block;
  }
}
body.page-template-default #my-acc-user-manag .top > div {
  margin-left: 12px;
}
@media (max-width: 1199px) {
  body.page-template-default #my-acc-user-manag .top > div {
    margin-left: 0;
  }
  body.page-template-default #my-acc-user-manag .top > div:last-of-type {
    margin-top: 10px;
  }
}
body.page-template-default #my-acc-user-manag .top > div .dropdown.bootstrap-select {
  border: 1px solid #ccc;
  border-radius: 4px;
}
body.page-template-default #my-acc-user-manag .top .btn {
  padding: 12px;
  height: 46px;
}
body.page-template-default #my-acc-user-manag .top .user-list-choices {
  height: 46px;
}
body.page-template-default #my-acc-user-manag .top p {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 400;
}
body.page-template-default #my-acc-user-manag .contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
body.page-template-default #my-acc-user-manag .contents > div {
  padding: 8px;
  height: 350px;
}
body.page-template-default #my-acc-user-manag .contents > div > .inner {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 100%;
  background-color: #fbfbfb;
  padding: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}
body.page-template-default #my-acc-user-manag .contents > div > .inner h5 {
  flex: 0 0 auto;
  margin: 0;
  margin-bottom: 3px;
  line-height: 1;
}
body.page-template-default #my-acc-user-manag .contents > div > .inner p {
  flex: 0 0 auto;
  margin: 0;
  opacity: 0.7;
  line-height: 1;
}
body.page-template-default #my-acc-user-manag .contents > div > .inner .inner-content {
  flex: 0 0 auto;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
body.page-template-default #my-acc-user-manag .contents > div > .inner .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-default #my-acc-user-manag .contents > div > .inner .loading span {
  animation: fadingz 1500ms linear infinite;
}
@keyframes fadingz {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-default #my-acc-user-manag .contents .tracking {
  flex: 0 0 100%;
  width: 100%;
  height: 400px;
}
body.page-template-default #my-acc-user-manag .contents .tracking .inner-content {
  padding: 0;
  overflow: hidden;
  height: 283px !important;
}
body.page-template-default #my-acc-user-manag .contents .tracking canvas {
  width: 100%;
  height: 100%;
}
body.page-template-default #my-acc-user-manag .contents .top-reports {
  flex: 0 0 40%;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner {
  padding-right: 0;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  height: 20px;
  width: 100%;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content {
  overflow: auto;
  padding-right: 12px;
  padding-bottom: 20px;
  position: relative;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content > div strong {
  font-weight: 500;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content > div:first-of-type {
  margin-bottom: 3px;
  padding-bottom: 3px;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content > div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content > div span {
  font-size: 0.9rem;
  color: #555;
}
body.page-template-default #my-acc-user-manag .contents .top-reports .inner-content > div span:first-of-type {
  flex: 1 1 auto;
  padding-right: 15px;
}
body.page-template-default #my-acc-user-manag .contents .user-activity {
  flex: 0 0 60%;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner {
  padding-right: 0;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content {
  overflow: auto;
  padding-right: 12px;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content > div strong {
  font-weight: 500;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content > div:first-of-type {
  margin-bottom: 3px;
  padding-bottom: 3px;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content > div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content > div span {
  font-size: 0.9rem;
  color: #555;
}
body.page-template-default #my-acc-user-manag .contents .user-activity .inner-content > div span:first-of-type {
  flex: 1 1 auto;
  padding-right: 15px;
}
body.page-template-default #my-acc-user-manag .contents .tfa {
  flex: 0 0 100%;
  width: 100%;
  height: 420px;
}
body.page-template-default #my-acc-user-manag .contents .tfa > .inner {
  overflow: visible !important;
}
body.page-template-default #my-acc-user-manag .contents .tfa p {
  font-size: 0.9rem;
}
body.page-template-default #my-acc-user-manag .contents .tfa .grow {
  flex: 1 1 auto;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 0 0 auto;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .left > *:first-child,
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .right > *:first-child {
  margin-top: 0;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .left > *:last-child,
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .right > *:last-child {
  margin-bottom: 0;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .left {
  flex: 0 1 450px;
  padding-right: 30px;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .left h5 {
  margin: 0 0 9px 0;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .left p {
  line-height: 1.4;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .right {
  flex: 0 0 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .right .choices__inner {
  max-height: 100px;
  overflow-y: auto;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .right .choices__inner input {
  display: none;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .toggle.disabled {
  opacity: 0.5;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .toggle.disabled:hover {
  cursor: not-allowed !important;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content .toggle.disabled > * {
  pointer-events: none;
}
body.page-template-default #my-acc-user-manag .contents .tfa .inner-content.inner-content-margin {
  margin-bottom: 22px;
}
body.page-template-default #my-acc-user-manag .btn-primary:focus {
  color: white;
}
body.page-template-default #permi-pop-up,
body.page-template-default #delete-user-pop-up,
body.page-template-default #add-user-pop-up,
body.page-template-default #user-notifs-count-list {
  z-index: -1;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.page-template-default #permi-pop-up.active-1,
body.page-template-default #delete-user-pop-up.active-1,
body.page-template-default #add-user-pop-up.active-1,
body.page-template-default #user-notifs-count-list.active-1 {
  z-index: 9999;
}
body.page-template-default #permi-pop-up.active-2,
body.page-template-default #delete-user-pop-up.active-2,
body.page-template-default #add-user-pop-up.active-2,
body.page-template-default #user-notifs-count-list.active-2 {
  opacity: 1;
}
body.page-template-default #permi-pop-up .bg,
body.page-template-default #delete-user-pop-up .bg,
body.page-template-default #add-user-pop-up .bg,
body.page-template-default #user-notifs-count-list .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
body.page-template-default #permi-pop-up .bg:hover,
body.page-template-default #delete-user-pop-up .bg:hover,
body.page-template-default #add-user-pop-up .bg:hover,
body.page-template-default #user-notifs-count-list .bg:hover {
  cursor: pointer;
}
body.page-template-default #permi-pop-up .fg,
body.page-template-default #delete-user-pop-up .fg,
body.page-template-default #add-user-pop-up .fg,
body.page-template-default #user-notifs-count-list .fg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 1000px;
  max-width: 100%;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 30px;
}
body.page-template-default #permi-pop-up .fg .cross,
body.page-template-default #delete-user-pop-up .fg .cross,
body.page-template-default #add-user-pop-up .fg .cross,
body.page-template-default #user-notifs-count-list .fg .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #permi-pop-up .fg .cross:hover,
body.page-template-default #delete-user-pop-up .fg .cross:hover,
body.page-template-default #add-user-pop-up .fg .cross:hover,
body.page-template-default #user-notifs-count-list .fg .cross:hover {
  opacity: 0.5;
  cursor: pointer;
}
body.page-template-default #permi-pop-up .fg .cross span,
body.page-template-default #delete-user-pop-up .fg .cross span,
body.page-template-default #add-user-pop-up .fg .cross span,
body.page-template-default #user-notifs-count-list .fg .cross span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
}
body.page-template-default #permi-pop-up .fg .cross span:nth-of-type(1),
body.page-template-default #delete-user-pop-up .fg .cross span:nth-of-type(1),
body.page-template-default #add-user-pop-up .fg .cross span:nth-of-type(1),
body.page-template-default #user-notifs-count-list .fg .cross span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.page-template-default #permi-pop-up .fg h4,
body.page-template-default #delete-user-pop-up .fg h4,
body.page-template-default #add-user-pop-up .fg h4,
body.page-template-default #user-notifs-count-list .fg h4 {
  color: #666;
  font-weight: 400;
}
body.page-template-default #permi-pop-up .fg .inner,
body.page-template-default #delete-user-pop-up .fg .inner,
body.page-template-default #add-user-pop-up .fg .inner,
body.page-template-default #user-notifs-count-list .fg .inner {
  border: 1px solid #ccc;
  background-color: #fdfdfd;
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
  border-radius: 5px;
  margin-top: 15px;
  min-height: 100px;
  max-height: 400px;
  overflow: auto;
  position: relative;
}
body.page-template-default #permi-pop-up .fg .inner .loading,
body.page-template-default #permi-pop-up .fg .inner .saving,
body.page-template-default #permi-pop-up .fg .inner .saved,
body.page-template-default #delete-user-pop-up .fg .inner .loading,
body.page-template-default #delete-user-pop-up .fg .inner .saving,
body.page-template-default #delete-user-pop-up .fg .inner .saved,
body.page-template-default #add-user-pop-up .fg .inner .loading,
body.page-template-default #add-user-pop-up .fg .inner .saving,
body.page-template-default #add-user-pop-up .fg .inner .saved,
body.page-template-default #user-notifs-count-list .fg .inner .loading,
body.page-template-default #user-notifs-count-list .fg .inner .saving,
body.page-template-default #user-notifs-count-list .fg .inner .saved {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-default #permi-pop-up .fg .inner .loading span,
body.page-template-default #permi-pop-up .fg .inner .saving span,
body.page-template-default #permi-pop-up .fg .inner .saved span,
body.page-template-default #delete-user-pop-up .fg .inner .loading span,
body.page-template-default #delete-user-pop-up .fg .inner .saving span,
body.page-template-default #delete-user-pop-up .fg .inner .saved span,
body.page-template-default #add-user-pop-up .fg .inner .loading span,
body.page-template-default #add-user-pop-up .fg .inner .saving span,
body.page-template-default #add-user-pop-up .fg .inner .saved span,
body.page-template-default #user-notifs-count-list .fg .inner .loading span,
body.page-template-default #user-notifs-count-list .fg .inner .saving span,
body.page-template-default #user-notifs-count-list .fg .inner .saved span {
  width: auto !important;
  flex: 0 0 auto !important;
  animation: fadingz 1500ms linear infinite;
}
@keyframes fadingz {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-default #permi-pop-up .fg .inner .loading.saving, body.page-template-default #permi-pop-up .fg .inner .loading.saved,
body.page-template-default #permi-pop-up .fg .inner .saving.saving,
body.page-template-default #permi-pop-up .fg .inner .saving.saved,
body.page-template-default #permi-pop-up .fg .inner .saved.saving,
body.page-template-default #permi-pop-up .fg .inner .saved.saved,
body.page-template-default #delete-user-pop-up .fg .inner .loading.saving,
body.page-template-default #delete-user-pop-up .fg .inner .loading.saved,
body.page-template-default #delete-user-pop-up .fg .inner .saving.saving,
body.page-template-default #delete-user-pop-up .fg .inner .saving.saved,
body.page-template-default #delete-user-pop-up .fg .inner .saved.saving,
body.page-template-default #delete-user-pop-up .fg .inner .saved.saved,
body.page-template-default #add-user-pop-up .fg .inner .loading.saving,
body.page-template-default #add-user-pop-up .fg .inner .loading.saved,
body.page-template-default #add-user-pop-up .fg .inner .saving.saving,
body.page-template-default #add-user-pop-up .fg .inner .saving.saved,
body.page-template-default #add-user-pop-up .fg .inner .saved.saving,
body.page-template-default #add-user-pop-up .fg .inner .saved.saved,
body.page-template-default #user-notifs-count-list .fg .inner .loading.saving,
body.page-template-default #user-notifs-count-list .fg .inner .loading.saved,
body.page-template-default #user-notifs-count-list .fg .inner .saving.saving,
body.page-template-default #user-notifs-count-list .fg .inner .saving.saved,
body.page-template-default #user-notifs-count-list .fg .inner .saved.saving,
body.page-template-default #user-notifs-count-list .fg .inner .saved.saved {
  background-color: rgba(255, 255, 255, 0.65);
}
body.page-template-default #permi-pop-up .fg .inner .loading.saved span,
body.page-template-default #permi-pop-up .fg .inner .saving.saved span,
body.page-template-default #permi-pop-up .fg .inner .saved.saved span,
body.page-template-default #delete-user-pop-up .fg .inner .loading.saved span,
body.page-template-default #delete-user-pop-up .fg .inner .saving.saved span,
body.page-template-default #delete-user-pop-up .fg .inner .saved.saved span,
body.page-template-default #add-user-pop-up .fg .inner .loading.saved span,
body.page-template-default #add-user-pop-up .fg .inner .saving.saved span,
body.page-template-default #add-user-pop-up .fg .inner .saved.saved span,
body.page-template-default #user-notifs-count-list .fg .inner .loading.saved span,
body.page-template-default #user-notifs-count-list .fg .inner .saving.saved span,
body.page-template-default #user-notifs-count-list .fg .inner .saved.saved span {
  animation: none;
  text-align: center;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div,
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div,
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div,
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div {
  display: flex;
  padding: 0 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div:not(:last-of-type),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div:not(:last-of-type),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div:not(:last-of-type),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div input[type=checkbox],
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div input[type=checkbox],
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div input[type=checkbox],
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div input[type=checkbox] {
  width: 15px;
  height: 15px;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span,
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span,
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span,
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:not(:last-of-type),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:not(:last-of-type),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:not(:last-of-type),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:not(:last-of-type) {
  padding-right: 15px;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span strong,
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span strong,
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span strong,
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span strong {
  font-weight: 500;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(1),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(1),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(1),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(1) {
  flex: 1 1 230px;
  justify-content: flex-start;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(2),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(2),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(2),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(2) {
  flex: 0 0 353px;
  justify-content: flex-start;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(3),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(3),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(3),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(3) {
  flex: 0 0 51px;
  width: 51px;
  justify-content: center;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(4),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(4),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(4),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(4) {
  flex: 0 0 112px;
  width: 112px;
  justify-content: center;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(5),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(5),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(5),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(5) {
  flex: 0 0 76px;
  width: 76px;
  justify-content: center;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(6),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(6),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(6),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(6) {
  flex: 0 0 61px;
  width: 61px;
  justify-content: center;
}
body.page-template-default #permi-pop-up .fg .inner .inner-contents > div > span:nth-of-type(7),
body.page-template-default #delete-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(7),
body.page-template-default #add-user-pop-up .fg .inner .inner-contents > div > span:nth-of-type(7),
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(7) {
  flex: 1 1 auto;
}
body.page-template-default #permi-pop-up .fg .buttons,
body.page-template-default #delete-user-pop-up .fg .buttons,
body.page-template-default #add-user-pop-up .fg .buttons,
body.page-template-default #user-notifs-count-list .fg .buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
body.page-template-default #permi-pop-up .fg .buttons a,
body.page-template-default #delete-user-pop-up .fg .buttons a,
body.page-template-default #add-user-pop-up .fg .buttons a,
body.page-template-default #user-notifs-count-list .fg .buttons a {
  margin-top: 15px;
}
body.page-template-default #permi-pop-up .loading,
body.page-template-default #permi-pop-up .saving,
body.page-template-default #permi-pop-up .saved {
  position: absolute;
  top: 70px;
  right: 30px;
  bottom: 84px;
  left: 30px;
  width: 100%;
  width: calc(100% - 60px);
  height: 100%;
  height: calc(100% - 154px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
body.page-template-default #permi-pop-up .loading span,
body.page-template-default #permi-pop-up .saving span,
body.page-template-default #permi-pop-up .saved span {
  width: auto !important;
  flex: 0 0 auto !important;
  animation: fadingz 1500ms linear infinite;
}
@keyframes fadingz {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-default #permi-pop-up .loading.saving, body.page-template-default #permi-pop-up .loading.saved,
body.page-template-default #permi-pop-up .saving.saving,
body.page-template-default #permi-pop-up .saving.saved,
body.page-template-default #permi-pop-up .saved.saving,
body.page-template-default #permi-pop-up .saved.saved {
  background-color: rgba(255, 255, 255, 0.65);
}
body.page-template-default #permi-pop-up .loading.saved span,
body.page-template-default #permi-pop-up .saving.saved span,
body.page-template-default #permi-pop-up .saved.saved span {
  animation: none;
  text-align: center;
}
body.page-template-default #delete-user-pop-up .fg {
  width: 600px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
body.page-template-default #delete-user-pop-up .fg .cross {
  z-index: 2;
}
body.page-template-default #delete-user-pop-up .fg .saving,
body.page-template-default #delete-user-pop-up .fg .saved {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body.page-template-default #delete-user-pop-up .fg .saving span,
body.page-template-default #delete-user-pop-up .fg .saved span {
  animation: fadingz 1500ms linear infinite;
}
@keyframes fadingz {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-default #delete-user-pop-up .fg .saving.saving, body.page-template-default #delete-user-pop-up .fg .saving.saved,
body.page-template-default #delete-user-pop-up .fg .saved.saving,
body.page-template-default #delete-user-pop-up .fg .saved.saved {
  background-color: rgba(255, 255, 255, 0.92);
}
body.page-template-default #delete-user-pop-up .fg .saving.saved span,
body.page-template-default #delete-user-pop-up .fg .saved.saved span {
  animation: none;
  text-align: center;
}
body.page-template-default #delete-user-pop-up h5 {
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
}
body.page-template-default #delete-user-pop-up p {
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
body.page-template-default #delete-user-pop-up a {
  margin-left: 8px;
}
body.page-template-default #add-user-pop-up .fg {
  width: 800px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
body.page-template-default #add-user-pop-up .fg .inner-contents {
  font-size: smaller !important;
}
body.page-template-default #add-user-pop-up .fg .cross {
  z-index: 2;
}
body.page-template-default #add-user-pop-up .fg .saving,
body.page-template-default #add-user-pop-up .fg .saved {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body.page-template-default #add-user-pop-up .fg .saving span,
body.page-template-default #add-user-pop-up .fg .saved span {
  animation: fadingz 1500ms linear infinite;
}
@keyframes fadingz {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-default #add-user-pop-up .fg .saving.saving, body.page-template-default #add-user-pop-up .fg .saving.saved,
body.page-template-default #add-user-pop-up .fg .saved.saving,
body.page-template-default #add-user-pop-up .fg .saved.saved {
  background-color: rgba(255, 255, 255, 0.92);
}
body.page-template-default #add-user-pop-up .fg .saving.saved span,
body.page-template-default #add-user-pop-up .fg .saved.saved span {
  animation: none;
  text-align: center;
}
body.page-template-default #add-user-pop-up .fg > p {
  margin-bottom: 0;
}
body.page-template-default #add-user-pop-up .fg .user-deets {
  display: block;
  width: 100%;
  margin-top: 12px;
}
body.page-template-default #add-user-pop-up .fg .user-deets.user-deets-split {
  display: flex;
  justify-content: space-between;
}
body.page-template-default #add-user-pop-up .fg .user-deets.user-deets-split .left,
body.page-template-default #add-user-pop-up .fg .user-deets.user-deets-split .right {
  flex: 0 0 50%;
  flex: 0 0 calc(50% - 10px);
}
body.page-template-default #add-user-pop-up .fg .user-deets small {
  color: #E23F02;
}
body.page-template-default #add-user-pop-up .fg .user-deets label {
  display: block;
  font-size: 0.9rem;
  margin: 0 0 3px 0;
}
body.page-template-default #add-user-pop-up .fg .user-deets input {
  display: block;
  width: 100%;
}
body.page-template-default #add-user-pop-up .fg .user-deets .inner {
  margin-top: 0;
}
body.page-template-default #add-user-pop-up .fg .user-deets .grow-park-line {
  flex: 0 0 270px !important;
}
body.page-template-default #add-user-pop-up .fg .user-deets .hide-park-line {
  display: none !important;
}
body.page-template-default #add-user-pop-up h5 {
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
}
body.page-template-default #add-user-pop-up p {
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
body.page-template-default #add-user-pop-up a {
  margin-left: 8px;
  font-size: 0.8rem;
  line-height: 1.3;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.page-template-default #add-user-pop-up a:active, body.page-template-default #add-user-pop-up a:focus {
  color: white;
}
body.page-template-default #user-manag-notifications {
  position: relative;
  width: 50px;
  height: 42px;
}
body.page-template-default #user-manag-notifications img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #user-manag-notifications img:nth-of-type(1) {
  opacity: 1;
}
body.page-template-default #user-manag-notifications img:nth-of-type(2) {
  opacity: 1;
}
body.page-template-default #user-manag-notifications:hover img:nth-of-type(1) {
  opacity: 0;
}
body.page-template-default #user-manag-notifications:hover img:nth-of-type(2) {
  opacity: 1;
}
body.page-template-default #user-manag-notifications span {
  position: absolute;
  bottom: 10%;
  right: 10%;
  background-color: #fd581a;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 1.7;
}
body.page-template-default #user-notifs-count-list .fg {
  width: 800px;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents .cross {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents .cross span {
  width: 13.333px;
  height: 2px;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div {
  overflow: hidden;
  transition: height 250ms ease-in-out, margin 250ms ease-in-out, padding 250ms ease-in-out, border-width 250ms ease-in-out;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div.delete {
  height: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-width: 0px !important;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div.anim span {
  opacity: 0.4;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span {
  font-size: 0.85rem;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(1) {
  width: 115px;
  flex: 0 0 115px !important;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(2) {
  width: 115px;
  flex: 0 0 115px !important;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(3) {
  justify-content: flex-start !important;
  width: auto;
  flex: 1 1 auto !important;
}
body.page-template-default #user-notifs-count-list .fg .inner .inner-contents > div > span:nth-of-type(4) {
  width: 58px;
  flex: 0 0 58px !important;
}
body.page-template-default #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 3px solid #02A5E2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-default #bdo-save-message.my-acc-user-manag-bdo-save-message {
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.page-template-default #bdo-save-message.my-acc-user-manag-bdo-save-message.visible {
  opacity: 1;
}
body.page-template-default #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #bdo-save-message p small {
  font-size: 0.8rem;
}
body.page-template-default #bdo-save-message p.hidden {
  opacity: 0;
}
body.page-template-default #bdo-save-message.success {
  border-color: #5CBF46;
}
body.page-template-default #bdo-save-message.success p {
  color: #5CBF46;
}
body.page-template-default #bdo-save-message.fail {
  border-color: #BF465C;
}
body.page-template-default #bdo-save-message.fail p {
  color: #BF465C;
}

body.page-template-default #my-acc-parki-goalseek .btn {
  font-size: 0.9rem;
}
body.page-template-default #my-acc-parki-goalseek .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body.page-template-default #my-acc-parki-goalseek .title h2 {
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  text-align: left;
}
body.page-template-default #my-acc-parki-goalseek ul {
  margin-left: 0px;
}
body.page-template-default #my-acc-parki-goalseek .tab-content {
  border: 1px solid #eee;
  padding: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #fcfcfc;
}
body.page-template-default #my-acc-parki-goalseek .tab-content .no-notifs {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #aaa;
}
body.page-template-default #my-acc-parki-goalseek .tab-content .no-notifs.hidden {
  display: none;
}
body.page-template-default #my-acc-parki-goalseek .nav-tabs .nav-item.show .nav-link, body.page-template-default #my-acc-parki-goalseek .nav-tabs .nav-link.active {
  background-color: #fcfcfc;
}
body.page-template-default #my-acc-parki-goalseek .tab-pane {
  padding: 8px;
}
body.page-template-default #my-acc-parki-goalseek .listing > div {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #my-acc-parki-goalseek .listing > div .toggle {
  min-height: 39px;
}
body.page-template-default #my-acc-parki-goalseek .listing > div:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body.page-template-default #my-acc-parki-goalseek .listing > div:first-of-type {
  border-bottom: 1px solid #ddd;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span {
  flex: 1 1 auto;
  position: relative;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(1) {
  flex: 1 1 50%;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(1)::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.0004376751) 0%, rgb(252, 252, 252) 50%);
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(2) {
  flex: 0 0 17%;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(2) > a:not(:first-of-type) {
  margin-left: 6px;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(2) .divider {
  display: inline-block;
  position: relative;
  top: 12px;
  height: 32px;
  width: 1px;
  background-color: #999;
  margin-left: 6px;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(3) {
  flex: 0 0 17%;
}
@media (max-width: 991px) {
  body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(3) {
    display: none;
  }
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(4) {
  flex: 0 0 15%;
  text-align: center;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(5) {
  flex: 0 0 15%;
  text-align: right;
}
body.page-template-default #my-acc-parki-goalseek .listing > div > span:nth-of-type(5) a:not(:first-of-type) {
  margin-left: 7px;
}
body.page-template-default #my-acc-parki-goalseek .listing > div.disabled {
  opacity: 0.5;
}
body.page-template-default #my-acc-parki-goalseek .listing > div.faded {
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
}
body.page-template-default #my-acc-parki-goalseek .listing h5 {
  font-size: 1rem;
  margin-bottom: 0px;
}
body.page-template-default #my-acc-parki-goalseek .listing .descriptor {
  font-size: 0.8rem;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals {
  display: flex;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals :nth-child(1) {
  flex: 0 0 70%;
  margin-right: 14px;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals :nth-child(2) {
  width: 100%;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals h5 {
  font-size: 1rem;
  margin-bottom: 0px;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals p {
  font-size: 0.9rem !important;
  line-height: unset !important;
  opacity: 0.5;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals p a {
  color: rgb(1.1052631579, 91.1842105263, 124.8947368421);
  opacity: 1 !important;
  text-decoration: underline;
  font-weight: 500;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals p a:hover {
  color: rgb(1.5526315789, 128.0921052632, 175.4473684211);
}
body.page-template-default #my-acc-parki-goalseek .csvGoals .descriptor {
  font-size: 0.8rem;
  line-height: 80%;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals .custom-file {
  width: 100%;
  display: flex;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals .custom-file .custom-file-input, body.page-template-default #my-acc-parki-goalseek .csvGoals .custom-file .custom-file-label {
  font-size: 0.8rem;
  width: 40%;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals .custom-file #submitCSV {
  flex: 0 0 40%;
  margin-left: 40px;
}
body.page-template-default #my-acc-parki-goalseek .csvGoals.column {
  flex-direction: column;
}
body.page-template-default #my-acc-parki-goalseek .steps > div {
  margin-bottom: 35px;
}
body.page-template-default #my-acc-parki-goalseek .steps > div:last-of-type {
  margin-bottom: 0;
}
body.page-template-default #my-acc-parki-goalseek .steps .section h3 {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section h3 span.number {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: rgba(2, 165, 226, 0.9);
  color: white;
  border-radius: 100%;
  margin-right: 17px;
  padding: 8px;
  text-align: center;
}
body.page-template-default #my-acc-parki-goalseek .steps .section h3 span.text {
  display: flex;
  flex-direction: column;
}
body.page-template-default #my-acc-parki-goalseek .steps .section h3 span.text span {
  font-size: 1rem;
  font-weight: 200;
}
body.page-template-default #my-acc-parki-goalseek .steps .section label {
  display: block;
}
body.page-template-default #my-acc-parki-goalseek .steps .section input {
  display: block;
  width: 100%;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .instruct {
  text-align: right;
  margin-bottom: 12px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .instruct img {
  display: inline-block;
  width: 22px;
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .instruct span {
  color: rgba(51, 51, 51, 0.4);
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .instruct span.left {
  margin: 0 7px 0 35px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .instruct span.right {
  margin: 0 0 0 7px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend {
  text-align: right;
  margin-bottom: 10px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend span:not(:first-of-type) {
  margin-left: 13px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend span::before {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend span:nth-of-type(1)::before {
  background-color: rgba(92, 191, 70, 0.4);
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend span:nth-of-type(2)::before {
  background-color: rgba(191, 70, 92, 0.4);
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend span:nth-of-type(3)::before {
  background-color: rgba(2, 165, 226, 0.4);
}
body.page-template-default #my-acc-parki-goalseek .steps .section .legend span:nth-of-type(4)::before {
  background-color: rgba(51, 51, 51, 0.4);
}
body.page-template-default #my-acc-parki-goalseek .sectionBody {
  border: 1px solid #eee;
  padding: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background-color: #fcfcfc;
  margin-bottom: 30px;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group {
  flex-direction: column;
  font-size: 0.9rem !important;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group label {
  width: 100%;
  text-align: left;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group input {
  border: 1px solid #eee;
  font-size: 0.9rem !important;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group .dropdown-menu {
  font-size: 0.9rem !important;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group .body {
  width: 100%;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group .body .dropdown {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0px 3px 3px 0px;
  font-size: 0.9rem !important;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group.align-left {
  align-items: flex-start;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group small {
  text-align: left;
  width: 100%;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group.measure {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  width: 100%;
  height: 75px;
  justify-content: center;
  margin-bottom: 0px;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group.measure:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .form-group.measure :nth-child(2) {
  flex: 0 0 45%;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .listing {
  padding-left: 2vw;
  padding-right: 2vw;
}
body.page-template-default #my-acc-parki-goalseek .sectionBody .listing .form-group {
  border-bottom: unset;
}
body.page-template-default #my-acc-parki-goalseek .sectionHead h4 {
  font-weight: 300;
  font-size: 1.2rem;
}
body.page-template-default #my-acc-parki-goalseek .input-group-prepend {
  background-color: #02A5E2;
  height: 35px;
  width: 30px;
  border-radius: 3px 0px 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-default #my-acc-parki-goalseek .flex-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body.page-template-default #my-acc-parki-goalseek .flex-row input {
  border-radius: 0px 3px 3px 0px;
}
body.page-template-default #my-acc-parki-goalseek .included .circle {
  display: inline-block;
  background-color: #02A5E2;
  margin: 15px;
  margin-right: 25px;
  margin-top: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
body.page-template-default #my-acc-parki-goalseek .included .icon {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
body.page-template-default #my-acc-parki-goalseek .btn.btn-primary {
  background-color: white;
  border-color: #02A5E2;
  border-width: 1px;
  padding: 8px 20px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
body.page-template-default #my-acc-parki-goalseek .btn.btn-primary, body.page-template-default #my-acc-parki-goalseek .btn.btn-primary:visited {
  color: #02A5E2;
}
body.page-template-default #my-acc-parki-goalseek .btn.btn-primary:not([disabled]):hover {
  background-color: #02A5E2;
  color: white;
}
body.page-template-default #my-acc-parki-goalseek a.btn.btn-danger {
  margin-right: 12px;
}
body.page-template-default #my-acc-parki-goalseek .submitButton {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
body.page-template-default #my-acc-parki-goalseek .submitButton span {
  font-size: 0.7rem;
  color: #dc3545;
  margin-right: 12px;
}
body.page-template-default #my-acc-parki-goalseek .form-group {
  position: relative !important;
  margin-bottom: 10px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
body.page-template-default #my-acc-parki-goalseek .valid-feedback,
body.page-template-default #my-acc-parki-goalseek .invalid-feedback {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body.page-template-default #my-acc-parki-goalseek .bs-searchbox {
  margin-bottom: 10px;
}
body.page-template-default #my-acc-parki-goalseek .bs-actionsbox .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
body.page-template-default #my-acc-parki-goalseek .bs-actionsbox .btn-group button {
  width: calc(50% - 5px);
  flex: 0 0 auto;
}
body.page-template-default #my-acc-parki-goalseek .bs-actionsbox .btn-group :hover {
  background-color: #eee !important;
}
body.page-template-default #my-acc-parki-goalseek .bs-actionsbox .btn-group .actions-btn {
  font-size: 0.9rem;
  border: 1px solid #eee;
}
body.page-template-default #my-acc-parki-goalseek #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02A5E2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
body.page-template-default #my-acc-parki-goalseek #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.page-template-default #my-acc-parki-goalseek #bdo-save-message.success p {
  color: #5CBF46;
}
body.page-template-default #my-acc-parki-goalseek #bdo-save-message.fail p {
  color: #BF465C;
}
body.page-template-default #my-acc-parki-goalseek #reportrange {
  border: 1px solid #eee;
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
  border-radius: 3px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.page-template-default #my-acc-parki-goalseek #reportrange input {
  width: 100%;
}
body.page-template-default #my-acc-parki-goalseek #reportrange .noFilter {
  border: unset;
  background-color: unset;
}
body.page-template-default #my-acc-parki-goalseek .nav-tabs {
  border-bottom: none !important;
}
body.page-template-default #my-acc-parki-goalseek .goalseek-alert {
  margin-bottom: 2rem;
}
body.page-template-default #my-acc-parki-goalseek .goalseek-alert span {
  font-size: 0.8rem;
}
body.page-template-default #my-acc-parki-goalseek .goalseek-alert button {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  height: 100%;
}
body.page-template-default #my-acc-parki-goalseek .lds-ripple {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
body.page-template-default #my-acc-parki-goalseek .lds-ripple div {
  position: absolute;
  border: 4px solid #02A5E2;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body.page-template-default #my-acc-parki-goalseek .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
body.page-template-default #my-acc-parki-goalseek .csvUploadRows {
  display: flex;
  flex: 1 1 auto;
  color: #dc3545;
}
body.page-template-default #my-acc-parki-goalseek .csvUploadRows .invalid-feedback {
  display: unset;
  position: unset;
  margin-top: 0px;
}
body.page-template-default #my-acc-parki-goalseek .csvUploadRows .valid-feedback {
  margin-top: 0px;
}
body.page-template-default #my-acc-parki-goalseek .csvUploadRows :nth-child(1) {
  flex: 1 1 5%;
  margin-top: 2px;
}
body.page-template-default #my-acc-parki-goalseek .csvUploadRows.success {
  color: #5cb85c;
}
body.page-template-default #my-acc-parki-goalseek #goalseekPeriodForm .sectionBody .listing > div:last-of-type {
  margin-bottom: 0;
}
body.page-template-default #my-acc-parki-goalseek .toggle-group label:nth-of-type(2) {
  margin-top: 2px;
}
body.page-template-default #my-acc-parki-goalseek .goals-button {
  text-align: right;
}
body.page-template-default #my-acc-parki-goalseek .dropdown button {
  max-height: 34px !important;
}
body.page-template-default #my-acc-parki-goalseek label {
  margin: 0;
}
body.page-template-default #my-acc-parki-goalseek label + small {
  margin: 1px 0 6px 0;
  color: #666;
  font-size: 0.8rem;
}
body.page-template-default .daterangepicker .ranges li.active {
  background-color: #02A5E2 !important;
}
body.page-template-default .daterangepicker td.active, body.page-template-default .daterangepicker td.active:hover {
  background-color: #02A5E2 !important;
}
body.page-template-default .datepicker-days {
  font-size: 0.8rem;
}
body.page-template-default .applyBtn {
  background-color: #02A5E2 !important;
  border: #02A5E2 !important;
}
body.page-template-default .btn-group :hover {
  background-color: #eee !important;
}
body.page-template-default .btn-group .actions-btn {
  font-size: 0.9rem;
  border: 1px solid #eee;
}
body.page-template-default .goalseekNotif {
  background-color: #02A5E2;
  border-color: none;
  color: white;
  display: flex;
  align-items: center;
  height: 65px;
}
body.page-template-default .goalseekNotif.alert-warning {
  border-color: white;
}
body.page-template-default .goalseekNotif span {
  flex: 1 1 70%;
}
body.page-template-default .goalseekNotif button {
  color: white;
  flex: 0 0 10%;
  font-size: 0.8rem;
}
body.page-template-default .goalseekNotif button span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-default .goalseekNotif button :hover {
  background-color: #1CBFFC;
}
body.page-template-default .goalseekNotif #getStarted {
  flex: 0 0 17%;
  background-color: #333333;
  border: 1px solid white;
}
body.page-template-default .progress-section {
  display: flex;
  justify-content: center;
}
body.page-template-default .progress-section .progress-container {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  font-size: 0.8rem;
  width: 200px;
}
body.page-template-default .progress-section .progress-container a {
  width: 100%;
  opacity: 50%;
}
body.page-template-default .progress-section .progress-container a.active {
  opacity: 100%;
}
body.page-template-default .progress-section .progress-container a.active span {
  border-bottom: 3px solid #02A5E2;
}
body.page-template-default .progress-section .progress-container .step {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-template-default .progress-section .progress-container .step .circle {
  background-color: #02A5E2;
  border-radius: 100%;
  height: 2em;
  width: 2em;
  text-align: center;
  margin-bottom: 5px;
}
body.page-template-default .progress-section .progress-container .step .circle p {
  font-size: 1rem;
  color: white;
}
body.page-template-default #submitCSV .btn {
  box-shadow: 0 0 0 0 #02A5E2;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
body.page-template-default .goalseek-filter #park-form-group {
  padding-top: 0px !important;
}
body.page-template-default .goalseek-filter #park-form-group label {
  margin-bottom: 5px;
}
body.page-template-default .goalseek-filter #park-form-group button[type=button].btn.dropdown-toggle {
  border: 1px solid #333;
}
body.page-template-default .goalseek-filter #park-form-group .bs-searchbox {
  margin-bottom: 10px;
}
body.page-template-default .goalseek-filter #park-form-group .bs-actionsbox .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
body.page-template-default .goalseek-filter #park-form-group .bs-actionsbox .btn-group button {
  width: calc(50% - 5px);
  flex: 0 0 auto;
}
body.page-template-default .loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
body.page-template-default .loading .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 1;
}
body.page-template-default .loading .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: rgba(52, 73, 105, 0.9);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
body.page-template-default .loading .lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
body.page-template-default .loading .lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
body.page-template-default .loading .lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
body.page-template-default .toggle-handle {
  margin-bottom: 15px !important;
  padding: 8px !important;
}
body.page-template-default .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
  background-color: transparent;
}
body.page-template-default .btn-outline-info:hover {
  color: #000; /* Dark text for contrast */
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body.page-template-default .btn-outline-info:focus,
body.page-template-default .btn-outline-info.focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
body.page-template-default .btn-outline-info:active,
body.page-template-default .btn-outline-info.active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body.page-template-default .btn-outline-info.disabled,
body.page-template-default .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
  opacity: 0.65;
}

#my-acc-parki-reflectionsBookkeeping .card {
  border: none;
  background-color: #eee;
}
#my-acc-parki-reflectionsBookkeeping .title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
#my-acc-parki-reflectionsBookkeeping .title h2 {
  font-weight: 300;
  margin-bottom: 8px !important;
}
#my-acc-parki-reflectionsBookkeeping .title span {
  text-align: center;
  font-size: 0.8rem;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody {
  border: 1px solid #eee;
  padding: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background-color: #fcfcfc;
  margin-bottom: 50px;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .row {
  width: 100%;
  justify-content: center;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group {
  flex-direction: column;
  font-size: 0.9rem !important;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group label {
  width: 100%;
  text-align: left;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group input {
  border: 1px solid #eee;
  font-size: 0.9rem !important;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group .dropdown-menu {
  font-size: 0.9rem !important;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group .body {
  width: 100%;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group .body .dropdown {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0px 3px 3px 0px;
  font-size: 0.9rem !important;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group .body .dropdown button {
  background-color: white;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group.align-left {
  align-items: flex-start;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group small {
  text-align: left;
  width: 100%;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group.measure {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 75px;
  justify-content: center;
  margin-bottom: 0px;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group.measure:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .form-group.measure :nth-child(2) {
  flex: 0 0 45%;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .listing {
  padding-left: 2vw;
  padding-right: 2vw;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .listing .form-group {
  border-bottom: unset;
}
#my-acc-parki-reflectionsBookkeeping .sectionBody .col-6 span {
  padding-bottom: 8px;
}
#my-acc-parki-reflectionsBookkeeping .sectionHead h4 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0px;
}
#my-acc-parki-reflectionsBookkeeping .sectionHead p {
  font-size: 0.9rem;
}
#my-acc-parki-reflectionsBookkeeping .custom-file {
  font-size: 0.8rem;
}
#my-acc-parki-reflectionsBookkeeping #uploadButton {
  display: flex;
  justify-content: flex-end;
}
#my-acc-parki-reflectionsBookkeeping .btn-primary {
  background-color: #02A5E2;
  border-color: #02A5E2;
}
#my-acc-parki-reflectionsBookkeeping #comments {
  padding: 20px;
  border-radius: 5px;
  margin-top: 12px;
  text-align: center;
  font-size: 0.8rem;
}
#my-acc-parki-reflectionsBookkeeping #comments.error {
  border: 3px solid #d9534f;
  color: #d9534f;
}
#my-acc-parki-reflectionsBookkeeping #comments.error h4 {
  color: #d9534f;
  font-size: 1rem;
}
#my-acc-parki-reflectionsBookkeeping #comments.processing {
  border: 3px solid #02A5E2;
  color: #02A5E2;
  min-height: 40px;
}
#my-acc-parki-reflectionsBookkeeping #comments.processing h4 {
  color: #02A5E2;
  font-size: 1rem;
}
#my-acc-parki-reflectionsBookkeeping #comments.success {
  border: 3px solid #5cb85c;
  color: #5cb85c;
  min-height: 40px;
}
#my-acc-parki-reflectionsBookkeeping #comments.success h4 {
  color: #5cb85c;
  font-size: 1rem;
}
#my-acc-parki-reflectionsBookkeeping .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#my-acc-parki-reflectionsBookkeeping .lds-ripple div {
  position: absolute;
  border: 4px solid #02A5E2;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#my-acc-parki-reflectionsBookkeeping .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

#my-acc-onboarding .initial-page h5 {
  text-align: center;
  margin: 0;
}
#my-acc-onboarding .initial-page h4 {
  margin-bottom: 15px;
}
#my-acc-onboarding .initial-page .btn.dropdown-toggle.btn-light {
  border: 1px solid #ccc;
}
#my-acc-onboarding .initial-page .display {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
#my-acc-onboarding .initial-page .dropdown.bootstrap-select {
  width: 300px !important;
}
#my-acc-onboarding .initial-page .dropdown .filter-option {
  font-size: 0.9rem;
}
#my-acc-onboarding .initial-page .dropdown-menu {
  max-height: 400px !important;
}
#my-acc-onboarding .initial-page .dropdown-menu li {
  font-size: 0.9rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
#my-acc-onboarding .initial-page .dropdown-menu li:last-of-type {
  padding-bottom: 20px;
}
#my-acc-onboarding .type-page h5 {
  text-align: center;
  margin: 0 0 10px 0;
}
#my-acc-onboarding .type-page p {
  text-align: center;
  margin: 5px 0;
}
#my-acc-onboarding .type-page .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
#my-acc-onboarding .type-page .buttons .button {
  display: block;
  flex: 0 0 33.3333%;
  padding: 10px;
}
#my-acc-onboarding .type-page .buttons .button.pending-details .candybar, #my-acc-onboarding .type-page .buttons .button.setup-complete .candybar, #my-acc-onboarding .type-page .buttons .button.no-integration .candybar {
  display: none !important;
}
#my-acc-onboarding .type-page .buttons .button .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 172px;
  overflow: hidden;
  position: relative;
  border: 1px solid #02a5e2;
  border-radius: 3px;
  text-align: center;
  padding: 16px;
  background-color: white;
  transition: background-color 250ms ease-in-out;
}
#my-acc-onboarding .type-page .buttons .button .inner * {
  transition: color 250ms ease-in-out, fill 250ms ease-in-out;
  color: #02a5e2;
  fill: #02a5e2;
}
#my-acc-onboarding .type-page .buttons .button .inner svg {
  max-width: 50px;
  max-height: 40px;
}
#my-acc-onboarding .type-page .buttons .button .inner:hover {
  background-color: #02a5e2;
}
#my-acc-onboarding .type-page .buttons .button .inner:hover * {
  color: white;
  fill: white;
}
#my-acc-onboarding .type-page .buttons .button .inner .flex-grow {
  flex: 1 1 auto;
}
#my-acc-onboarding .type-page .buttons .button .inner h3 {
  margin: 12px 0;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
}
#my-acc-onboarding .type-page .buttons .button .inner h3 small {
  font-size: 13px;
  line-height: 1.25;
  display: inline-block;
  margin-top: 7px;
}
#my-acc-onboarding .type-page .buttons .button .inner p {
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
#my-acc-onboarding .type-page .buttons .button .inner .candybar {
  position: absolute;
  bottom: 0;
  height: 4px;
  width: calc(100% + 100px);
  overflow: hidden;
  background-color: #FFFFFF;
  margin: auto;
  border-radius: 0px;
  border-top: 1px solid #02a5e2 !important;
}
#my-acc-onboarding .type-page .buttons .button .inner .candybar-inner {
  width: 100%;
  animation: candybar-animation 1s infinite linear;
}
#my-acc-onboarding .type-page .buttons .button .inner .candybar-line {
  background-color: #02a5e2;
  float: left;
  width: 9px;
  height: 75px;
  margin-right: 15px;
  margin-top: -17px;
  transform: rotate(45deg);
}
@keyframes candybar-animation {
  0% {
    margin-left: -24px;
  }
  100% {
    margin-left: 0px;
  }
}
#my-acc-onboarding .type-page .buttons .button.pending-details .inner {
  border-color: #E23F02;
}
#my-acc-onboarding .type-page .buttons .button.pending-details .inner * {
  color: #E23F02;
  fill: #E23F02;
}
#my-acc-onboarding .type-page .buttons .button.pending-details .inner:hover {
  background-color: #E23F02;
}
#my-acc-onboarding .type-page .buttons .button.pending-details .inner:hover * {
  color: white;
  fill: white;
}
#my-acc-onboarding .type-page .buttons .button.setup-complete .inner {
  border-color: #5CBF46;
}
#my-acc-onboarding .type-page .buttons .button.setup-complete .inner * {
  color: #5CBF46;
  fill: #5CBF46;
}
#my-acc-onboarding .type-page .buttons .button.setup-complete .inner:hover {
  background-color: #5CBF46;
}
#my-acc-onboarding .type-page .buttons .button.setup-complete .inner:hover * {
  color: white;
  fill: white;
}
#my-acc-onboarding .type-page .buttons .button.no-integration .inner {
  border-color: #aaa;
}
#my-acc-onboarding .type-page .buttons .button.no-integration .inner * {
  color: #aaa;
  fill: #aaa;
}
#my-acc-onboarding .type-page .buttons .button.no-integration .inner:hover {
  background-color: #aaa;
}
#my-acc-onboarding .type-page .buttons .button.no-integration .inner:hover * {
  color: white;
  fill: white;
}
#my-acc-onboarding .onboard-page .title {
  text-align: center;
  margin: 0;
}
#my-acc-onboarding .onboard-page #slick-slider-container {
  margin: 30px 0;
}
#my-acc-onboarding .onboard-page .slider {
  position: relative;
  border: 1px solid #666;
  border-radius: 10px;
  margin: 0 50px;
}
#my-acc-onboarding .onboard-page .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
#my-acc-onboarding .onboard-page .slide .slide-inner {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#my-acc-onboarding .onboard-page .slide .slide-inner > p:last-of-type {
  margin-bottom: 0;
}
#my-acc-onboarding .onboard-page .slide .slide-inner p {
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 5px;
}
#my-acc-onboarding .onboard-page .slide .slide-inner p strong {
  font-size: 18px;
  font-weight: 600;
}
#my-acc-onboarding .onboard-page .slide .slide-inner img {
  margin-top: 20px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 450px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration {
  align-items: flex-start !important;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
  height: 700px;
  overflow-y: auto;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration.active {
  display: flex;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration.disabled {
  opacity: 60%;
  pointer-events: none;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .xero-tracking-hide,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .myob-tracking-hide,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .qbo-tracking-hide {
  display: none;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .actions-btn:first-of-type {
  margin-right: 7px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .xero-buttons,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .myob-buttons,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .qbo-buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .btn {
  font-size: 0.8rem;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .slide-inner {
  width: 100%;
  height: 100%;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration p {
  margin-bottom: 0px;
  font-size: 0.85rem;
  line-height: 1.4 !important;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration img {
  margin-top: 0px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .dropdown-menu {
  max-width: 300px !important;
  max-height: 400px !important;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .nav-link {
  margin-right: 7px !important;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance:not(:last-of-type) {
  border-bottom: 1px solid #02a5e2;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .col-md-6 {
  display: flex;
  align-items: center;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .col-md-6:not(:first-of-type) {
  justify-content: center;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .col-md-6 .form-group {
  margin-bottom: unset;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise {
  border: 1px solid #02a5e2;
  align-items: center;
  border-radius: 5px;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  width: auto;
  height: 50px;
  padding: 10px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero img,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob img,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise img {
  height: 40px;
  width: 40px;
  margin-top: 0px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero span,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob span,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise span {
  padding-left: 12px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero:hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob:hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise:hover {
  background-color: #02a5e2;
  color: white;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero:hover .xero-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob:hover .xero-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise:hover .xero-hover {
  opacity: 1;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero .xero-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob .xero-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise .xero-hover {
  position: absolute;
  opacity: 0;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero .myob-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob .myob-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise .myob-hover {
  position: absolute;
  opacity: 0;
  width: 60px;
  height: 25px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero .qbo-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob .qbo-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise .qbo-hover {
  position: absolute;
  opacity: 0;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.myob,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.myob,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.myob {
  width: 225px;
  border: 1px solid #ec0677;
  color: #ec0677;
  height: 45px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.myob span,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.myob span,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.myob span {
  padding-left: 7px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.myob:hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.myob:hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.myob:hover {
  background-color: #ec0677;
  color: white;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.myob:hover .myob-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.myob:hover .myob-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.myob:hover .myob-hover {
  opacity: 1;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.qbo,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.qbo,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.qbo {
  border: 1px solid #108000;
  color: #108000;
  width: 205;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.qbo img,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.qbo img,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.qbo img {
  padding: 2px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.qbo:hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.qbo:hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.qbo:hover {
  background-color: #108000;
  color: white;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.qbo:hover .qbo-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.qbo:hover .qbo-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.qbo:hover .qbo-hover {
  opacity: 1;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero.qbo:hover .qbo-hover img,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob.qbo:hover .qbo-hover img,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise.qbo:hover .qbo-hover img {
  padding: 2px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero .myob-main,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob .myob-main,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise .myob-main {
  width: 60px;
  height: 25px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero .wiise,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob .wiise,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise .wiise {
  width: 60px;
  height: auto;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-xero .wiise.wiise-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-myob .wiise.wiise-hover,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .new-instance .connect-to-wiise .wiise.wiise-hover {
  position: absolute;
  opacity: 0;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .dropdown-item,
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .filter-option-inner {
  font-size: 0.8rem;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .instance-navigation {
  width: 100%;
  padding-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  height: 100px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .instance-navigation .nav-tabs {
  margin-left: unset;
  flex-wrap: unset;
  flex: 1 1 auto;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .instance-navigation .nav-item {
  font-size: 0.9rem;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content {
  width: 100%;
  padding-top: 16px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content .tab-pane {
  flex-direction: column;
  flex: 1 1 auto;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content .tab-pane.active {
  display: flex;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content .tab-pane .row {
  flex: 1 1 auto;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content p {
  font-size: 0.8rem;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content .col-md-6 {
  display: flex;
  align-items: center;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .tab-content .col-md-6:not(:first-of-type) {
  justify-content: center;
}
#my-acc-onboarding .onboard-page .xero-myob-qbo-integration .opacity {
  opacity: 0.4;
  pointer-events: none;
}
#my-acc-onboarding .onboard-page .slick-prev,
#my-acc-onboarding .onboard-page .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  border-radius: 100%;
}
#my-acc-onboarding .onboard-page .slick-prev {
  left: -45px;
}
#my-acc-onboarding .onboard-page .slick-next {
  right: -45px;
}
#my-acc-onboarding .onboard-page .slick-next svg {
  position: relative;
  left: 1.5px;
}
#my-acc-onboarding .onboard-page textarea {
  margin: 20px 0;
  resize: none;
}
#my-acc-onboarding .onboard-page .p-status {
  font-weight: 500;
}
#my-acc-onboarding .onboard-page .p-status.title {
  margin-bottom: 5px;
}
#my-acc-onboarding .onboard-page #slide-select-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  padding: 0 43px;
}
#my-acc-onboarding .onboard-page #slide-select-box .slide-select-box-inner {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-acc-onboarding .onboard-page #slide-select-box .slide-select-box-inner .slide-select-box-inner-inner {
  border: 1px solid #02a5e2;
  border-radius: 5px;
  transition: background-color 250ms ease-in-out;
  height: 100%;
  width: calc(100% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
}
#my-acc-onboarding .onboard-page #slide-select-box .slide-select-box-inner .slide-select-box-inner-inner:hover {
  cursor: pointer;
  background-color: rgb(228.2368421053, 247.5394736842, 254.7631578947);
}
#my-acc-onboarding .onboard-page #slide-select-box .slide-select-box-inner.active .slide-select-box-inner-inner {
  background-color: rgb(228.2368421053, 247.5394736842, 254.7631578947);
}
#my-acc-onboarding .onboard-page #slide-select-box img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 60px;
}
#my-acc-onboarding .onboard-page #slide-select-box.slide-select-box-4 .slide-select-box-inner {
  flex: 0 0 25%;
}
#my-acc-onboarding .onboard-page #slide-select-box.slide-select-box-4 .slide-select-box-inner img {
  width: auto;
  height: auto;
  max-width: 84px;
  max-height: 36px;
}
#my-acc-onboarding .onboard-page #slick-slider-container {
  position: relative;
  height: 602px;
  width: 1085px;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  width: 100%;
  transition: opacity 250ms ease-in-out;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider:not(.active) {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter {
  width: 100%;
  height: 100%;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner {
  align-items: stretch;
  width: 100%;
  height: 100%;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content {
  position: relative;
  display: flex;
  padding: 0 50px;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box h4,
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box p {
  text-align: center;
  margin: 0;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box p {
  margin: 10px 0 5px;
  line-height: 1.2;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box .lds-ring {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 64px;
  height: 64px;
  opacity: 0.75;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 6px;
  border: 6px solid #02a5e2;
  border-radius: 50%;
  animation: lds-ring 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #02a5e2 transparent transparent transparent;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .float-box .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content h3 {
  line-height: 1;
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  color: #666;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content h4 {
  line-height: 1;
  font-size: 1.5rem;
  margin: 0 0 12px 0;
  color: #666;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content h4.gmb-header {
  margin-top: 25px;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content p {
  line-height: 1;
  margin: 0;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .info-p {
  margin: 6px 0;
  max-width: none;
  line-height: 1.3;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .info-p + .info-p {
  margin-top: 0;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .info-p + .info-p small {
  display: block;
  margin-top: -2px;
  color: #666;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .left {
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: flex-end;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .right .disconnect {
  text-align: center;
  width: 210px;
  margin-top: 3px;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .right .disconnect a {
  opacity: 0.7;
  font-size: 14px;
  color: #BF465C;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .right .disconnect a span {
  border-bottom: 1px solid #BF465C;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .right .success {
  margin: 6px 0 0 0;
  text-align: center;
  width: 100%;
  color: #5CBF46;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .right .disconnect-meta {
  width: 123px;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full {
  flex: 0 0 100%;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full.state--1, #my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full.state-1 {
  opacity: 0.4;
  pointer-events: none;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full .select-container label {
  margin: 0 0 2px 0;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full .selects {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full .selects .select-container {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .slide-outter .slide-inner .slide-inner-content .full .selects .bootstrap-select > .dropdown-toggle {
  border: 1px solid #bbb;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider a.gsso {
  background-color: #4384f3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  transition: box-shadow 250ms ease-in-out;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0);
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider a.gsso img {
  display: inline-block;
  margin: 0 !important;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider a.gsso span {
  display: inline-block;
  margin: 0 12px;
  color: white;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider a.gsso:hover {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider hr {
  background-color: #ddd;
  height: 1px;
  width: 100%;
  border-radius: 4px;
  margin: 30px 0;
}
#my-acc-onboarding .onboard-page #slick-slider-container .my-acc-slick-slider .top-gsso-content:not(.state-0):not(.state--1) .gsso {
  opacity: 0.4;
  pointer-events: none;
}
#my-acc-onboarding .onboard-page .setup-complete-button {
  position: relative;
  z-index: 10;
}
#my-acc-onboarding .onboard-page.status-0 .status-click-1,
#my-acc-onboarding .onboard-page.status-0 .status-click-2 {
  display: none;
}
#my-acc-onboarding .onboard-page.status-1 .status-click-0,
#my-acc-onboarding .onboard-page.status-1 .status-click-2 {
  display: none;
}
#my-acc-onboarding .onboard-page.status-2 .status-click-0,
#my-acc-onboarding .onboard-page.status-2 .status-click-1 {
  display: none;
}
#my-acc-onboarding .bookkeeping-container {
  border: 1px solid #667;
  border-radius: 10px;
  width: 1085px;
  margin: 30px 50px;
}
#my-acc-onboarding #bdo-save-message {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-acc-onboarding #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
#my-acc-onboarding #bdo-save-message p small {
  font-size: 0.8rem;
}
#my-acc-onboarding #bdo-save-message.success p {
  color: #5CBF46;
}
#my-acc-onboarding #bdo-save-message.fail p {
  color: #BF465C;
}
#my-acc-onboarding .detail-text {
  margin: 0px;
}
#my-acc-onboarding .integration-flex-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#my-acc-onboarding .integration-flex-container .save-status-button-container {
  display: flex;
  align-items: flex-end;
}
#my-acc-onboarding .integration-select {
  display: inline-block;
}
#my-acc-onboarding .integration-select label {
  display: block;
  margin: 0 0 4px 0;
}
#my-acc-onboarding .integration-select button[type=button] {
  border: 1px solid #ccc;
  z-index: 0;
}
#my-acc-onboarding .integ-message {
  user-select: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  display: none !important;
}
#my-acc-onboarding .integ-message.visible {
  opacity: 1;
}
#my-acc-onboarding .integ-message .inner {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#my-acc-onboarding .integ-message .inner .dash {
  margin: 0 5px;
}
#my-acc-onboarding .integ-message .inner p {
  margin: 0;
  line-height: 1;
  text-align: center;
  color: #444;
}
#my-acc-onboarding .integ-message .inner .candybar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: calc(100% + 27px);
  overflow: hidden;
  background-color: #FFFFFF;
  margin: auto;
  border-radius: 0px;
  border-top: 1px solid #02a5e2 !important;
  border-bottom: 1px solid #02a5e2 !important;
}
#my-acc-onboarding .integ-message .inner .candybar::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  background-color: #02a5e2;
  width: 2.5px;
}
#my-acc-onboarding .integ-message .inner .candybar::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-color: #02a5e2;
  width: 2.5px;
}
#my-acc-onboarding .integ-message .inner .candybar-inner {
  width: 100%;
  animation: candybar-animation 1s infinite linear;
}
#my-acc-onboarding .integ-message .inner .candybar-line {
  background-color: #02a5e2;
  float: left;
  width: 9px;
  height: 75px;
  margin-right: 15px;
  margin-top: -17px;
  transform: rotate(45deg);
}
@keyframes candybar-animation {
  0% {
    margin-left: -24px;
  }
  100% {
    margin-left: 0px;
  }
}
#my-acc-onboarding #meta-slider-container.state-0 .fbook-button-container-container {
  display: inline-block;
}
#my-acc-onboarding #meta-slider-container.state-0 .fbook-button-container-container:hover {
  cursor: not-allowed;
}
#my-acc-onboarding #meta-slider-container.state-0 .fbook-button-container-container .fbook-button-container {
  display: inline-block;
  opacity: 0.5 !important;
  pointer-events: none !important;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container {
  height: 775px !important;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container #web-review-slider-container h3 {
  display: flex;
  align-items: center;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container #web-review-slider-container h3 span {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: rgba(2, 165, 226, 0.65);
  font-weight: 400;
  font-size: 18px;
  color: white;
  border-radius: 100%;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container #web-review-slider-container .slide-inner-content {
  padding: 0 20px !important;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container #web-review-slider-container p.info-p {
  line-height: 1.2 !important;
  margin: 11px 0 0 0 !important;
  max-width: none !important;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container #web-review-slider-container hr {
  margin: 40px 0;
}
#my-acc-onboarding .onboard-page .web-review-slick-slider-container #web-review-slider-container input {
  margin-top: 11px;
  width: 100%;
  padding-left: 10px;
}
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #review-pro-slider-container h3,
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #tripadvisor-slider-container h3,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #review-pro-slider-container h3,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #tripadvisor-slider-container h3 {
  display: flex;
  align-items: center;
}
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #review-pro-slider-container h3 span,
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #tripadvisor-slider-container h3 span,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #review-pro-slider-container h3 span,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #tripadvisor-slider-container h3 span {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: rgba(2, 165, 226, 0.65);
  font-weight: 400;
  font-size: 18px;
  color: white;
  border-radius: 100%;
}
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #review-pro-slider-container .input-fields,
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #tripadvisor-slider-container .input-fields,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #review-pro-slider-container .input-fields,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #tripadvisor-slider-container .input-fields {
  display: flex;
  margin-top: 10px;
}
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #review-pro-slider-container .input-fields > div:first-of-type,
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #tripadvisor-slider-container .input-fields > div:first-of-type,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #review-pro-slider-container .input-fields > div:first-of-type,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #tripadvisor-slider-container .input-fields > div:first-of-type {
  padding-right: 5px;
}
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #review-pro-slider-container .input-fields > div:last-of-type,
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #tripadvisor-slider-container .input-fields > div:last-of-type,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #review-pro-slider-container .input-fields > div:last-of-type,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #tripadvisor-slider-container .input-fields > div:last-of-type {
  padding-left: 5px;
}
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #review-pro-slider-container .input-fields input,
#my-acc-onboarding .onboard-page .review-pro-slick-slider-container #tripadvisor-slider-container .input-fields input,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #review-pro-slider-container .input-fields input,
#my-acc-onboarding .onboard-page .tripadvisor-slick-slider-container #tripadvisor-slider-container .input-fields input {
  width: 100%;
}
#my-acc-onboarding #meta-processing-complete-message {
  z-index: 9;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  border: 3px solid rgb(26.0263157895, 191.1710526316, 252.9736842105);
  border-radius: 4px;
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.05);
  transition: opacity 250ms ease-in-out;
  pointer-events: none;
  opacity: 0;
  display: none !important;
}
#my-acc-onboarding #meta-processing-complete-message .cross {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 12px;
  height: 12px;
  transition: 250ms ease-in-out opacity;
  opacity: 1;
}
#my-acc-onboarding #meta-processing-complete-message .cross:hover {
  cursor: pointer;
  opacity: 0.8;
}
#my-acc-onboarding #meta-processing-complete-message .cross::before, #my-acc-onboarding #meta-processing-complete-message .cross::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #555;
  width: 3px;
  height: 15px;
  border-radius: 3px;
}
#my-acc-onboarding #meta-processing-complete-message .cross::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#my-acc-onboarding #meta-processing-complete-message h3,
#my-acc-onboarding #meta-processing-complete-message p {
  margin: 0;
  line-height: 1;
  text-align: center;
}
#my-acc-onboarding #meta-processing-complete-message h3 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
}
#my-acc-onboarding #meta-processing-complete-message p {
  font-weight: 400;
  font-size: 18px;
  color: #777;
}
#my-acc-onboarding #meta-processing-complete-message.visible {
  opacity: 1;
  pointer-events: all;
}
#my-acc-onboarding .tripadvisor-location {
  padding: 4px;
}
#my-acc-onboarding .tripadvisor-location svg {
  fill: white !important;
}

#parki-sub-listing h2 {
  font-size: 1.7rem;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}
#parki-sub-listing h2 small {
  font-size: 1.2rem;
  position: relative;
  bottom: 2px;
}
#parki-sub-listing .table {
  margin: 0 auto 30px;
  max-width: 760px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
#parki-sub-listing .table > div:last-of-type {
  border-bottom: none;
  padding-bottom: 0 !important;
}
#parki-sub-listing .table .tr {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#parki-sub-listing .table .tr > div:first-of-type {
  padding-left: 20px;
}
#parki-sub-listing .table .tr > div:last-of-type {
  padding-right: 20px;
}
#parki-sub-listing .table .tr .td {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
#parki-sub-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#parki-sub-listing .park-alloc .inner,
#parki-sub-listing .user-alloc .inner {
  padding: 0 30px;
}
#parki-sub-listing .park-alloc .table,
#parki-sub-listing .user-alloc .table {
  margin-bottom: 0 !important;
}
#parki-sub-listing .park-alloc .table .td,
#parki-sub-listing .user-alloc .table .td {
  display: block !important;
}
#parki-sub-listing .park-alloc .table small,
#parki-sub-listing .user-alloc .table small {
  display: inline-block;
  font-size: 11px;
}

body.page-template-page-t-calc h1 {
  line-height: 1 !important;
  margin-bottom: 18px !important;
  padding: 0 15px;
}
body.page-template-page-t-calc #unsub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  position: relative;
  z-index: 1;
}
body.page-template-page-t-calc #unsub h1 {
  text-align: center;
}
body.page-template-page-t-calc #unsub h5 {
  text-align: center;
  color: #666;
  font-weight: 300;
}
body.page-template-page-t-calc main {
  padding-top: 140px !important;
  padding-bottom: 0 !important;
}
body.page-template-page-t-calc main article {
  margin-bottom: 0 !important;
}
body.page-template-page-t-calc .entry-content {
  margin: 0;
}
body.page-template-page-t-calc .entry-content h2 {
  text-align: center;
  margin: 0;
  color: #999;
}
body.page-template-page-t-calc .entry-content p {
  text-align: center;
}
body.page-template-page-t-calc .entry-content .calcs {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.page-template-page-t-calc .entry-content .calcs {
    display: block;
  }
}
body.page-template-page-t-calc .entry-content .calcs .input {
  flex: 0 0 50%;
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 10px;
}
body.page-template-page-t-calc .entry-content .calcs .input label {
  display: block;
  line-height: 1;
  margin: 0 0 8px 0;
  font-size: 16px;
}
body.page-template-page-t-calc .entry-content .calcs .input input {
  display: block;
  width: 100%;
}
body.page-template-page-t-calc .entry-content .calcs .input-total-income,
body.page-template-page-t-calc .entry-content .calcs .input-total-expenses {
  position: relative;
  padding-left: 28px;
}
body.page-template-page-t-calc .entry-content .calcs .input-total-income::before,
body.page-template-page-t-calc .entry-content .calcs .input-total-expenses::before {
  content: "$";
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #999;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-t-calc .entry-content .calcs h3, body.page-template-page-t-calc .entry-content .calcs h5 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-t-calc .entry-content .calcs h5 {
  margin-bottom: 10px;
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  font-weight: 300;
}
body.page-template-page-t-calc .entry-content .calcs h5:first-of-type {
  margin-top: 20px;
}
body.page-template-page-t-calc .entry-content .calcs h5 span:nth-of-type(1) {
  flex: 0 0 auto;
}
body.page-template-page-t-calc .entry-content .calcs h5 span:nth-of-type(2) {
  flex: 1 1 auto;
  position: relative;
  display: block;
}
body.page-template-page-t-calc .entry-content .calcs h5 span:nth-of-type(2)::after {
  content: " ";
  position: absolute;
  left: 10px;
  bottom: 4px;
  right: 10px;
  border-bottom: 1px dotted #ccc;
}
body.page-template-page-t-calc .entry-content .calcs h5 span:nth-of-type(3) {
  flex: 0 0 auto;
}
body.page-template-page-t-calc .entry-content .calcs h3 {
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 0 100%;
  text-align: center;
  font-weight: 200;
}
body.page-template-page-t-calc .entry-content .calcs h3.success {
  color: #5CBF46;
}
body.page-template-page-t-calc .entry-content .calcs h3.fail {
  color: #BF465C;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 0 0 100%;
  max-width: 590px;
  margin: 20px auto 0;
  height: 50px;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .comp {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: calc(100% + 15px);
  border-left: 1px dashed #999;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .comp .text {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-radius: 2px;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .comp .text .top,
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .comp .text .bottom {
  line-height: 1;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .comp .text .top {
  font-size: 11px;
  margin-bottom: 3px;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .comp .text .bottom {
  font-size: 13px;
  font-weight: 500;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  transition: all 500ms ease-in-out;
  min-width: 3px;
  background-color: #02a5e2;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .bar.success {
  background-color: #5CBF46;
}
body.page-template-page-t-calc .entry-content .calcs #final-profit-margin-ratio-bar .bar.failure {
  background-color: #BF465C;
}
body.page-template-page-t-calc .calculate {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-page-t-calc .calculate {
    padding-bottom: 25px;
  }
}
body.page-template-page-t-calc .calculate .entry-content h2 {
  line-height: 1 !important;
  margin-bottom: 30px !important;
  font-weight: 300 !important;
}
body.page-template-page-t-calc .calculate .entry-content .input {
  margin-bottom: 13px;
}
body.page-template-page-t-calc .calculate .entry-content .input small {
  color: #666;
}
body.page-template-page-t-calc .calculate .entry-content input:read-only {
  background-color: #f8f8f8;
}
body.page-template-page-t-calc .calculate .entry-content input:read-only:hover {
  cursor: not-allowed;
}
body.page-template-page-t-calc #cta {
  display: none !important;
  width: 100vw;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
  background: -moz-linear-gradient(left, rgb(245, 245, 245) 0%, rgb(248, 248, 248) 33%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(245, 245, 245) 0%, rgb(248, 248, 248) 33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgb(248, 248, 248) 33%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#00ffffff", GradientType=1);
}
@media (max-width: 767px) {
  body.page-template-page-t-calc #cta {
    padding: 25px 0;
  }
}
body.page-template-page-t-calc #cta .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body.page-template-page-t-calc #cta .inner {
    display: block;
    max-width: 650px;
    margin: 0 auto;
  }
}
body.page-template-page-t-calc #cta .inner .left {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  body.page-template-page-t-calc #cta .inner .left {
    text-align: center;
  }
}
body.page-template-page-t-calc #cta .inner .right {
  flex: 0 0 auto;
  padding-left: 50px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  body.page-template-page-t-calc #cta .inner .right {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  body.page-template-page-t-calc #cta .inner .right {
    padding-left: 0;
  }
}
body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector {
  width: 450px;
}
@media (max-width: 991px) {
  body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector {
    width: auto;
  }
}
body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap.your-email {
  display: block;
  width: 100%;
}
body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap.your-email input {
  display: block;
  width: 100% !important;
}
body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  background-color: rgba(2, 165, 226, 0.7);
  border: none;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 6px;
}
body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector .ajax-loader {
  position: relative;
  top: 7px;
}
body.page-template-page-t-calc #cta .inner .right .wp-block-contact-form-7-contact-form-selector .ajax-loader::before {
  top: 7px;
  left: 7px;
}
@media (max-width: 767px) {
  body.page-template-page-t-calc #cta .inner .right {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
}
body.page-template-page-t-calc .wpcf7 {
  padding: 10px 12px !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid #eee !important;
}
@media (max-width: 991px) {
  body.page-template-page-t-calc .wpcf7 {
    max-width: none;
    padding: 15px 17px !important;
  }
}
body.page-template-page-t-calc .wpcf7 input[type=email] {
  width: 350px !important;
}
@media (max-width: 991px) {
  body.page-template-page-t-calc .wpcf7 input[type=email] {
    width: auto !important;
  }
}

body.page-template-page-t-nz {
  background-color: #f7f7f7;
}
body.page-template-page-t-nz main {
  padding-top: 0 !important;
}
body.page-template-page-t-nz main::before {
  content: "";
  display: none !important;
}
body.page-template-page-t-nz #primary h1 {
  margin-bottom: 10px;
}
body.page-template-page-t-nz #primary h2 {
  text-align: center;
  margin-bottom: 0;
  color: #555;
  font-weight: 200;
}
body.page-template-page-t-nz #primary #bg-header-container {
  padding: 220px 0 90px;
  margin-bottom: 40px;
  position: relative;
}
body.page-template-page-t-nz #primary #bg-header-container .bg-1,
body.page-template-page-t-nz #primary #bg-header-container .bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  background-position: 50% 50%;
  background-size: cover;
}
body.page-template-page-t-nz #primary #bg-header-container .bg-2 {
  opacity: 0.3;
  background-attachment: fixed;
}
body.page-template-page-t-nz #primary .container .row .entry-content {
  margin-top: 0 !important;
}
body.page-template-page-t-nz #primary .container .row .entry-content #time-remaining {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #777;
  font-weight: 200;
}
body.page-template-page-t-nz #primary .container .row .entry-content #time-remaining span {
  color: #333;
  font-weight: 300;
}
body.page-template-page-t-nz #primary .container .row .entry-content #licenses-bar {
  height: 60px;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ddd;
}
body.page-template-page-t-nz #primary .container .row .entry-content #licenses-bar .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(2, 165, 226, 0.5);
}
body.page-template-page-t-nz #primary .container .row .entry-content #licenses-bar .details {
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 200;
  color: #333;
}
body.page-template-page-t-nz #primary .container .row .entry-content > p {
  text-align: center;
  font-size: 1.2rem;
  margin: 13px 0;
}
body.page-template-page-t-nz #primary .container .row .entry-content .final-p {
  margin-bottom: 35px;
}
body.page-template-page-t-nz #primary .container .row .entry-content #form-content {
  margin-top: 55px;
}
body.page-template-page-t-nz .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap.your-email {
  display: block;
  width: 100%;
}
body.page-template-page-t-nz .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap.your-email input {
  display: block;
  width: 100% !important;
}
body.page-template-page-t-nz .wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  background-color: rgba(2, 165, 226, 0.7);
  border: none;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 6px;
}
body.page-template-page-t-nz .wp-block-contact-form-7-contact-form-selector .ajax-loader {
  position: relative;
  top: 7px;
}
body.page-template-page-t-nz .wp-block-contact-form-7-contact-form-selector .ajax-loader::before {
  top: 7px;
  left: 7px;
}

body.page-template-page-t-academy #masthead {
  background-color: white;
  padding: 8px 0px;
}
body.page-template-page-t-academy #masthead .site-branding {
  flex: 0 0 150px;
}
body.page-template-page-t-academy #masthead nav ul, body.page-template-page-t-academy #masthead nav li {
  font-size: 0.8rem;
}
body.page-template-page-t-academy #masthead .login-buttons a {
  font-size: 0.8rem;
}
body.page-template-page-t-academy #masthead .btn {
  padding: 4px !important;
}
body.page-template-page-t-academy .academy-landing iframe {
  width: 100vw;
  height: 100vh;
}

body.page-template-page-tfa #form-content {
  margin: 0 auto;
  padding: 30px 35px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  max-width: 550px;
  width: 100%;
}
body.page-template-page-tfa #form-content .input-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
body.page-template-page-tfa #form-content .button-row {
  display: flex;
  justify-content: flex-end;
  height: 42px;
  overflow: visible;
}
body.page-template-page-tfa #form-content #verification-submit.disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.page-template-page-tfa #form-content #verification-submit.disabled:hover {
  cursor: not-allowed;
}
body.page-template-page-tfa #form-content #errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-page-tfa #form-content #errors-list li {
  margin: 5px 0 0 0;
  color: #E23F02;
  text-align: center;
  font-size: 14px;
}
body.page-template-page-tfa #form-content #errors-list li:first-of-type {
  margin-top: 15px;
}
body.page-template-page-tfa #form-content h2, body.page-template-page-tfa #form-content h5, body.page-template-page-tfa #form-content p {
  text-align: center;
}
body.page-template-page-tfa #form-content h5 {
  color: #666;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
}
body.page-template-page-tfa #form-content img {
  margin: 0 auto;
  display: block;
  width: 150px;
  position: relative;
  top: 15px;
}
body.page-template-page-tfa .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  bottom: 18px;
  left: 14px;
  width: 80px;
  height: 80px;
  transform: scale(0.3);
  transition: opacity 250ms ease-in-out;
  opacity: 0;
}
body.page-template-page-tfa .lds-spinner.active {
  opacity: 1;
}
body.page-template-page-tfa .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
body.page-template-page-tfa .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #333;
}
body.page-template-page-tfa .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
body.page-template-page-tfa .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body.page-template-default #my-acc-parki-lts .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.page-template-default #my-acc-parki-lts .back-button span {
  display: inline-block;
}
body.page-template-default #my-acc-parki-lts .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.page-template-default #my-acc-parki-lts .back-button:hover {
  border-color: #333333;
}
body.page-template-default #my-acc-parki-lts .back-button:hover svg {
  fill: #333333;
}
body.page-template-default #my-acc-parki-lts .back-button {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #02a5e2;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.page-template-default #my-acc-parki-lts .back-button span {
  display: inline-block;
}
body.page-template-default #my-acc-parki-lts .back-button svg {
  height: 12px;
  fill: #02a5e2;
  transition: fill 250ms ease-in-out;
  position: relative;
  bottom: 1px;
}
body.page-template-default #my-acc-parki-lts .back-button:hover {
  border-color: #333333;
}
body.page-template-default #my-acc-parki-lts .back-button:hover svg {
  fill: #333333;
}
body.page-template-default #my-acc-parki-lts .top-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.page-template-default #my-acc-parki-lts .top-container h2 {
  margin: 0 !important;
}
body.page-template-default #my-acc-parki-lts .top-container .btn-primary {
  margin-left: 15px;
}
body.page-template-default #my-acc-parki-lts .title {
  margin-bottom: 40px;
}
body.page-template-default #my-acc-parki-lts .title h2,
body.page-template-default #my-acc-parki-lts .title h3 {
  text-align: center;
  margin-bottom: 0 !important;
}
body.page-template-default #my-acc-parki-lts .title h3 {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 300;
}
body.page-template-default #my-acc-parki-lts .body {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border-radius: 5px;
}
body.page-template-default #my-acc-parki-lts .body p {
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}
body.page-template-default #my-acc-parki-lts .body .parki-goals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-default #my-acc-parki-lts .body .parki-goals h5 {
  flex: 0 0 100%;
}
body.page-template-default #my-acc-parki-lts .body .parki-goals p {
  flex: 0 0 100%;
}
body.page-template-default #my-acc-parki-lts .body .parki-goals .form-indiv {
  flex: 0 0 calc(50% - 12px);
  margin-bottom: 19px;
}
body.page-template-default #my-acc-parki-lts .body .form-group .form-indiv {
  display: block;
}
body.page-template-default #my-acc-parki-lts .body .form-group .form-indiv label {
  margin: 0 0 5px 0;
  display: block;
}
body.page-template-default #my-acc-parki-lts .body .form-group .form-indiv input {
  display: block;
  position: static;
  margin: 0;
  width: 100%;
  height: 32px;
}
body.page-template-default #my-acc-parki-lts .body .form-group label {
  margin-left: 10px;
  margin-bottom: 10px;
}
body.page-template-default #my-acc-parki-lts .body .form-group input {
  position: relative;
  top: 3px;
  margin-left: 10px;
  width: 17px;
  height: 17px;
}
body.page-template-default #my-acc-parki-lts #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  text-align: center;
}
body.page-template-default #my-acc-parki-lts #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.page-template-default #my-acc-parki-lts #bdo-save-message.success p {
  color: #5CBF46;
}
body.page-template-default #my-acc-parki-lts #bdo-save-message.fail p {
  color: #BF465C;
}
body.page-template-default #my-acc-parki-lts #bdo-save-message small {
  display: block;
}
body.page-template-default #my-acc-parki-lts h2 {
  margin: 0 0 35px 0 !important;
  flex: 0 0 100%;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .left > *:first-child,
body.page-template-default #my-acc-parki-lts .inner-content-enabled .right > *:first-child {
  margin-top: 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .left > *:last-child,
body.page-template-default #my-acc-parki-lts .inner-content-enabled .right > *:last-child {
  margin-bottom: 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .left {
  flex: 0 1 375px;
  padding-right: 30px;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .left h5 {
  margin: 0 0 9px 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .left p {
  line-height: 1.4;
  border: none;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .right {
  flex: 0 0 160px;
  padding-left: 30px;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .toggle.disabled {
  opacity: 0.5;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .toggle.disabled:hover {
  cursor: not-allowed !important;
}
body.page-template-default #my-acc-parki-lts .inner-content-enabled .toggle.disabled > * {
  pointer-events: none;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .left > *:first-child,
body.page-template-default #my-acc-parki-lts .inner-content-extreme .right > *:first-child {
  margin-top: 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .left > *:last-child,
body.page-template-default #my-acc-parki-lts .inner-content-extreme .right > *:last-child {
  margin-bottom: 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .left {
  flex: 0 1 375px;
  padding-right: 30px;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .left h5 {
  margin: 0 0 9px 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .left p {
  line-height: 1.4;
  border: none;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .right {
  flex: 0 0 160px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .right a.btn {
  margin-top: 10px;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .toggle.disabled {
  opacity: 0.5;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .toggle.disabled:hover {
  cursor: not-allowed !important;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .toggle.disabled > * {
  pointer-events: none;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .inner-content-extreme-loading {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .inner-content-extreme-loading.active {
  display: flex;
}
body.page-template-default #my-acc-parki-lts .inner-content-extreme .inner-content-extreme-loading .mini-loader {
  border: 5px solid #ddd;
  border-top: 5px solid #02a5e2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-mini-loader 600ms linear infinite;
}
@keyframes spin-mini-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-template-default #my-acc-parki-lts hr {
  margin: 40px 0;
  background-color: #eee;
}
body.page-template-default #my-acc-parki-lts .inner-content-select-park {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-select-park .park-line-list {
  width: 100%;
  max-width: 550px;
}
body.page-template-default #my-acc-parki-lts .inner-content-select-park .park-line-list > div:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
body.page-template-default #my-acc-parki-lts .inner-content-select-park .single-park-line {
  flex: 0 1 535px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-select-park .single-park-line .left,
body.page-template-default #my-acc-parki-lts .inner-content-select-park .single-park-line .right {
  flex: 0 0 auto;
}
body.page-template-default #my-acc-parki-lts p {
  border: none !important;
  margin: 0;
}
body.page-template-default #my-acc-parki-lts .bottom-buttons {
  display: flex;
  justify-content: flex-end;
}
body.page-template-default #my-acc-parki-lts .bottom-buttons .disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .left, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .middle, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .right,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .middle,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .left, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .middle,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .middle {
  position: relative;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .left label, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .left select, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .middle label, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .middle select,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .left label,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .left select,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .middle label,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .middle select {
  width: calc(100% - 15px);
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .left .select-arrow, body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .middle .select-arrow,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .left .select-arrow,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .middle .select-arrow {
  position: absolute;
  bottom: 14px;
  right: 24px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #666;
  border-radius: 3px;
  pointer-events: none;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry .right,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate .right {
  align-items: flex-end;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-error {
  margin: 16px 0 0 0;
  text-align: center;
  color: #E23F02;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-loading {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-loading.active {
  display: flex;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-loading .mini-loader {
  border: 5px solid #ddd;
  border-top: 5px solid #02a5e2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-mini-loader 600ms linear infinite;
}
@keyframes spin-mini-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate {
  display: block;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate-loading {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate-loading.active {
  display: flex;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .auto-generate-loading .mini-loader {
  border: 5px solid #ddd;
  border-top: 5px solid #02a5e2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-mini-loader 600ms linear infinite;
}
@keyframes spin-mini-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .secondary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 18px 23px;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .middle,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .right {
  font-weight: 500;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line {
  display: flex;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .middle,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .right,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .middle,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .middle,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .left,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .middle {
  flex: 1 1 40%;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list-top .right,
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right {
  flex: 1 1 20%;
  justify-content: flex-end;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  transition: opacity 250ms ease-in-out, height 250ms ease-in-out;
  height: 33px;
  position: relative;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line.delete-1 {
  pointer-events: none;
  opacity: 0.3;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line.delete-2 {
  opacity: 0;
  height: 0;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line:hover {
  z-index: 1;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right .info {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #02a5e2;
  color: white;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right .info .i {
  font-weight: 500;
  font-size: 11px;
  pointer-events: none;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right .info .hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 350px;
  pointer-events: none;
  background-color: white;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right .info:hover {
  cursor: pointer;
}
body.page-template-default #my-acc-parki-lts .inner-content-setup-areas .add-entry-list-container .add-entry-list .single-area-line .right .info:hover .hover {
  opacity: 1;
}

body.page-template-default #my-acc-parki-smm h2 {
  margin-top: 0;
  margin-bottom: 18px !important;
}
body.page-template-default #my-acc-parki-smm .btn-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-top: -8px;
}
body.page-template-default #my-acc-parki-smm .btn-container a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-default #my-acc-parki-smm .btn-container a span:first-of-type {
  font-weight: 600;
  font-size: 16px;
  margin-right: 7px;
  position: relative;
  bottom: 1px;
}
body.page-template-default #my-acc-parki-smm .goals-table > div:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
body.page-template-default #my-acc-parki-smm .goals-table > div:first-of-type {
  border-bottom: 1px solid #999;
}
body.page-template-default #my-acc-parki-smm .goals-table .tr {
  display: flex;
}
body.page-template-default #my-acc-parki-smm .goals-table .tr .th {
  font-weight: 600;
}
body.page-template-default #my-acc-parki-smm .goals-table .tr .td,
body.page-template-default #my-acc-parki-smm .goals-table .tr .th {
  flex: 0 0 30%;
  padding: 8px 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
body.page-template-default #my-acc-parki-smm .goals-table .tr .td.td-first, body.page-template-default #my-acc-parki-smm .goals-table .tr .td.th-first,
body.page-template-default #my-acc-parki-smm .goals-table .tr .th.td-first,
body.page-template-default #my-acc-parki-smm .goals-table .tr .th.th-first {
  flex: 0 0 40%;
}
body.page-template-default #my-acc-parki-smm .goals-table .tr .td input,
body.page-template-default #my-acc-parki-smm .goals-table .tr .th input {
  border: 1px solid #999;
  width: 100%;
}
body.page-template-default #my-acc-parki-smm #social-media-monthly-goals-save {
  margin-top: 15px;
}
body.page-template-default #my-acc-parki-smm .add-campaign {
  margin-top: 30px;
}
body.page-template-default #my-acc-parki-smm .update-campaigns {
  margin-top: 30px;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
  border: 2px solid #02a5e2;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  text-align: center;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message.success {
  border-color: #5CBF46;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message.success p {
  color: #5CBF46;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message.fail {
  border-color: #BF465C;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message.fail p {
  color: #BF465C;
}
body.page-template-default #my-acc-parki-smm #bdo-save-message small {
  display: block;
}
body.page-template-default #my-acc-parki-smm .campaigns p {
  text-align: center;
  color: #999;
  margin-top: -16px;
  font-size: 19px;
}
body.page-template-default #my-acc-parki-smm .campaigns-table > div:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
body.page-template-default #my-acc-parki-smm .campaigns-table > div:first-of-type {
  border-bottom: 1px solid #999;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr {
  display: flex;
  overflow: hidden;
  transition: opacity 250ms ease-in-out, height 250ms ease-in-out;
  opacity: 1;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th {
  font-weight: 600;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th {
  flex: 1 1 20%;
  padding: 8px 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.td-first, body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.th-first,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.td-first,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.th-first {
  flex: 0 0 210px;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td input,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th input {
  border: 1px solid #999;
  width: 100%;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.box-title,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.box-title {
  padding: 8px 8px;
  flex: 1 1 auto;
  justify-content: flex-start;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.box-description,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.box-description {
  padding: 8px 8px;
  flex: 0 0 300px;
  text-align: left;
  justify-content: flex-start;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.box-date,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.box-date {
  padding: 8px 8px;
  flex: 0 0 90px;
  text-align: right;
  justify-content: flex-end;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.box-parks,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.box-parks {
  padding: 8px 8px;
  flex: 0 0 130px;
  text-align: right;
  justify-content: flex-end;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.box-actions,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.box-actions {
  padding: 8px 8px;
  flex: 0 0 160px;
  text-align: right;
  justify-content: flex-end;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .td.box-actions .btn-danger,
body.page-template-default #my-acc-parki-smm .campaigns-table .tr .th.box-actions .btn-danger {
  margin-left: 6px;
}
body.page-template-default #my-acc-parki-smm .campaigns-table .tr.deleting {
  opacity: 0.3;
  pointer-events: none;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up.active {
  opacity: 1;
  pointer-events: all;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .bg:hover {
  cursor: pointer;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 25px;
  border-radius: 10px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg h3 {
  color: #333;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box {
  position: relative;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .close::before, body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .close::after {
  content: " ";
  width: 141%;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .close:hover {
  cursor: pointer;
  opacity: 0.5;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .title {
  display: flex;
  margin-bottom: 10px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .title input {
  padding: 18px 15px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .title input:first-of-type {
  flex: 1 1 auto;
  margin-right: 8px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .title input:last-of-type {
  flex: 0 0 auto;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .title .dropdown.bootstrap-select {
  flex: 0 0 auto;
  margin-left: 8px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .title .dropdown.bootstrap-select button[type=button].btn.dropdown-toggle.btn-light {
  background-color: white;
  border: 1px solid #999;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .description {
  margin-bottom: 3px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box textarea {
  resize: none;
  height: 200px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 120px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons .message {
  text-align: center;
  flex: 1 1 100%;
  white-space: nowrap;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons .message.success {
  color: #5CBF46;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons .message.fail {
  color: #E23F02;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons .loader {
  flex: 0 0 auto;
  border: 7px solid #eee;
  border-top: 7px solid #02a5e2;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 500ms linear infinite;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons .loader.active {
  opacity: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .add-box .bottom-buttons a {
  margin-left: 16px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .dropdown-menu.show {
  min-width: 100% !important;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .dropdown-menu .inner ul.dropdown-menu li > a {
  position: relative;
  display: block;
  padding: 0 10px 3px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li {
  padding: 0 10px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a {
  position: relative;
  display: block;
  padding: 0 0 3px 0;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a:not(.selected) span.check-mark::after {
  display: none;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark {
  right: auto;
  left: 2px;
  font-size: 8px;
  border: 1px solid #999;
  width: 14px;
  height: 14px;
  position: absolute;
  display: inline-block;
  right: auto !important;
  top: 6px !important;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark::after {
  position: relative;
  top: 1px;
  left: 4px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.text {
  margin-left: 25px;
  margin-right: 0;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .dropdown-item.active,
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .dropdown-item:active {
  background-color: #02a5e2;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .bs-actionsbox .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .bs-actionsbox .btn-group button {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: white;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .bs-actionsbox .btn-group button:hover {
  background-color: #e9e9e9;
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .bs-actionsbox .btn-group button:first-of-type {
  width: 50%;
  width: calc(50% - 5px);
}
body.page-template-default #my-acc-parki-smm #campaign-pop-up .fg .dropdown.bootstrap-select .bs-actionsbox .btn-group button:last-of-type {
  width: 50%;
  width: calc(50% - 5px);
}

#nz-stats {
  overflow-x: hidden;
}
#nz-stats .banner {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 18.75%, #02a5e2 0 31.25%, rgba(0, 0, 0, 0) 0), repeating-linear-gradient(45deg, #02a5e2 -6.25% 6.25%, rgba(2, 167, 227, 0.95) 0 18.75%);
  background-size: 150px 150px;
}
#nz-stats .banner .banner-img {
  width: 100%;
  height: 400px;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  z-index: 800;
}
#nz-stats .banner .text {
  position: absolute;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
#nz-stats .banner .text p {
  font-size: 1.9rem;
  font-weight: 400;
}
#nz-stats .banner .text h3 {
  font-size: 2.5rem;
}
#nz-stats .banner .text p, #nz-stats .banner .text h3 {
  color: white;
  margin-bottom: 0px;
}
#nz-stats .logos .logo-block {
  height: 70px;
  display: flex;
  align-items: flex-end;
}
#nz-stats .logos .logo-block img {
  padding: 12px;
  padding-right: 20px;
  flex: 1 1 150px;
  max-width: 150px;
}
#nz-stats .logos .logo-block img:not(:first-of-type) {
  padding-left: 20px;
}
#nz-stats .logos .logo-block img:hover {
  cursor: pointer;
  opacity: 0.5;
}
#nz-stats .logos .text {
  opacity: 0.7;
  font-size: 0.9rem;
}
#nz-stats .logos .industry-partners {
  justify-content: flex-end;
  text-align: left;
  padding: 12px;
}
#nz-stats .logos .reservation-systems {
  flex: 1 1 auto;
  padding: 12px;
}
#nz-stats #content-tab {
  margin-left: 0px !important;
  border-bottom: unset !important;
}
#nz-stats .card {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#nz-stats .bg-success {
  background-color: #5CBF46 !important;
}
#nz-stats .text-success {
  color: #5CBF46 !important;
  border-color: #5CBF46 !important;
}
#nz-stats .text-danger {
  color: #d9534f !important;
  border-color: #d9534f !important;
}
#nz-stats .measure-title {
  display: flex;
}
#nz-stats .measure-title .title-block {
  flex: 1 1 auto;
}
#nz-stats .measure-title .progress-card {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
#nz-stats .measure-title .period {
  display: flex;
  flex-direction: column;
}
#nz-stats .measure-title .period .descriptor {
  font-size: 0.8rem;
}
#nz-stats .measure-title .period .measure {
  font-size: 1.8rem;
  font-weight: 550;
}
#nz-stats .measure-title .spacer {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#nz-stats .bottom-section {
  margin-left: 40px;
  margin-top: -10px;
  margin-bottom: 20px;
}
#nz-stats .bottom-section small.bottom-descriptor {
  opacity: 0.5;
}
#nz-stats .nav {
  justify-content: center;
}
#nz-stats .nav-link {
  text-decoration: none !important;
  color: #02A5E2;
  background-color: white;
  border: 1px solid #02A5E2;
  border-radius: 4px;
  padding: 12px;
}
#nz-stats .nav-link.active {
  background-color: #02A5E2;
  border-color: #02A5E2;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 0px 7px -2px rgb(0, 0, 0);
  text-decoration: none;
}
#nz-stats .nav-link:hover {
  border-radius: 4px;
  border: 1px solid #02A5E2;
  color: #02A5E2;
}
#nz-stats .nav-link:hover.active {
  color: white;
}
#nz-stats .nav-link:focus {
  outline: none;
}
#nz-stats .loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
}
#nz-stats .loading .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#nz-stats .loading .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: rgba(2, 165, 226, 0.5);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
#nz-stats .loading .lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
#nz-stats .loading .lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
#nz-stats .loading .lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
#nz-stats .btn-primary {
  background-color: #02A5E2;
  border-color: #02A5E2;
}
#nz-stats .chart {
  height: 355px;
}
@media (max-width: 1199px) {
  #nz-stats .chart {
    height: 255px;
  }
}
@media (max-width: 989px) {
  #nz-stats .chart {
    height: 170px;
  }
}
@media (max-width: 769px) {
  #nz-stats .chart {
    height: 100px;
  }
}
#nz-stats .dropdown-item.active, #nz-stats .dropdown-item:active {
  background-color: #02A5E2;
  color: white;
}
#nz-stats .tab-content > .tab-pane {
  display: none;
}
#nz-stats .tab-content > .tab-pane.active {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# P)arki theme 2.0
--------------------------------------------------------------*/
.footer-right {
  text-align: right;
}
.footer-right > ul, .footer-right li {
  justify-content: flex-end;
}

.choices {
  border: none !important;
}
.choices .choices__list--dropdown .choices__list .choices__item {
  font-size: 12px;
}

.btn-info {
  background-color: #02a5e2 !important;
  border-color: #02a5e2 !important;
}
.btn-info:disabled {
  background-color: rgb(1.7763157895, 146.5460526316, 200.7236842105) !important;
  border-color: rgb(1.7763157895, 146.5460526316, 200.7236842105) !important;
}

.icon-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-icon-white {
  filter: brightness(0) invert(1);
}

body.woocommerce-account.woocommerce-page {
  /* Add this to your stylesheet or as inline styles */
  /* Add this to your stylesheet or as inline styles */
}
body.woocommerce-account.woocommerce-page h1, body.woocommerce-account.woocommerce-page h2, body.woocommerce-account.woocommerce-page h3, body.woocommerce-account.woocommerce-page h4, body.woocommerce-account.woocommerce-page h5, body.woocommerce-account.woocommerce-page h6 {
  font-family: "Public Sans", -apple-system, blinkmacsystemfont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}
body.woocommerce-account.woocommerce-page h1 {
  font-weight: 600 !important;
  font-size: 2.2rem !important;
  letter-spacing: 0.9px !important;
}
body.woocommerce-account.woocommerce-page h2 {
  font-weight: 600 !important;
  font-size: 1.7rem !important;
  letter-spacing: 0.9px !important;
}
body.woocommerce-account.woocommerce-page h3 {
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.8px !important;
}
body.woocommerce-account.woocommerce-page h4 {
  font-weight: 450 !important;
  letter-spacing: 0.7px;
  font-size: 1.2rem !important;
}
body.woocommerce-account.woocommerce-page h5 {
  font-weight: 460 !important;
  letter-spacing: 0.7px !important;
}
body.woocommerce-account.woocommerce-page a {
  text-decoration: none;
}
body.woocommerce-account.woocommerce-page a.btn body.woocommerce-account.woocommerce-page a:not(.btn-outline-secondary), body.woocommerce-account.woocommerce-page a.btn body.woocommerce-account.woocommerce-page a:not(.btn-outline-secondary):hover, body.woocommerce-account.woocommerce-page a.btn body.woocommerce-account.woocommerce-page a:not(.btn-outline-secondary):active, body.woocommerce-account.woocommerce-page a.btn body.woocommerce-account.woocommerce-page a:not(.btn-outline-secondary):focus {
  color: white !important;
}
body.woocommerce-account.woocommerce-page a.btn-outline-secondary {
  border-color: #344969 !important;
  color: #344969 !important;
}
body.woocommerce-account.woocommerce-page a.btn-outline-secondary:hover, body.woocommerce-account.woocommerce-page a.btn-outline-secondary:focus, body.woocommerce-account.woocommerce-page a.btn-outline-secondary:active {
  background-color: #344969 !important;
  color: white !important;
}
body.woocommerce-account.woocommerce-page a.btn-secondary:hover, body.woocommerce-account.woocommerce-page a.btn-secondary:focus, body.woocommerce-account.woocommerce-page a.btn-secondary:active {
  background-color: rgb(35.1082802548, 49.2866242038, 70.8917197452) !important;
  color: white !important;
}
body.woocommerce-account.woocommerce-page .btn-info:focus, body.woocommerce-account.woocommerce-page .btn-info:active {
  border-color: #02a5e2 !important;
}
body.woocommerce-account.woocommerce-page #welcome-dash .inner a:active, body.woocommerce-account.woocommerce-page #welcome-dash .inner a:focus, body.woocommerce-account.woocommerce-page #welcome-dash .inner a:hover {
  color: #333 !important;
}
body.woocommerce-account.woocommerce-page .btn.btn-md.text-white, body.woocommerce-account.woocommerce-page .btn.btn-md.text-white:hover, body.woocommerce-account.woocommerce-page .btn.btn-md.text-white:active, body.woocommerce-account.woocommerce-page .btn.btn-md.text-white:focus,
body.woocommerce-account.woocommerce-page .btn.text-white,
body.woocommerce-account.woocommerce-page .btn.text-white:hover,
body.woocommerce-account.woocommerce-page .btn.text-white:active,
body.woocommerce-account.woocommerce-page .btn.text-white:focus {
  color: white !important;
}
body.woocommerce-account.woocommerce-page .choices__list--multiple .choices__item--selectable {
  background-color: #344969 !important;
  border-color: #344969 !important;
  color: white !important;
}
body.woocommerce-account.woocommerce-page .nav-tabs .nav-item .nav-link.active {
  color: white;
  background-color: #344969;
  border-color: #344969; /* Adjust as needed */
  border-radius: 10px !important;
}
body.woocommerce-account.woocommerce-page .nav-tabs .nav-item .nav-link {
  color: #344969;
  background-color: white;
  border-color: #344969; /* Adjust as needed */
  border-radius: 10px !important;
}
body.woocommerce-account.woocommerce-page .nav-tabs .nav-item .nav-link:hover {
  color: white !important;
  background-color: #344969 !important;
  border-color: #344969 !important;
}
body.woocommerce-account.woocommerce-page #myob-tabs .nav-link {
  margin-bottom: -1px;
}
body.woocommerce-account.woocommerce-page .tab-content > .tab-pane {
  display: none;
}
body.woocommerce-account.woocommerce-page .tab-content > .active {
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  height: 100%;
  padding: 16px;
}
body.woocommerce-account.woocommerce-page .tab-content {
  margin-bottom: 30px !important;
}
body.woocommerce-account.woocommerce-page .tab-content .choices__inner {
  width: 300px !important;
  background-color: white !important;
}

#my-acc-onboarding .initial-page .choices__inner {
  width: 400px !important;
}
#my-acc-onboarding .integration-select .choices__inner {
  width: 300px;
}
#my-acc-onboarding .type-page .buttons .button .inner h3 {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}
#my-acc-onboarding .type-page .buttons .button .inner h3 small {
  font-size: 13px;
  letter-spacing: 0.5px;
}
#my-acc-onboarding .bookkeeping-container input.choices__input {
  display: none !important;
}
#my-acc-onboarding .bookkeeping-container .opacity .choices {
  display: none !important;
}
#my-acc-onboarding [data-onboard-type=wiise] .choices__inner {
  width: 400px !important;
}
#my-acc-onboarding [data-onboard-type=xero] .choices__inner {
  width: 300px !important;
}
#my-acc-onboarding [data-onboard-type=myob] .choices__inner {
  width: 300px !important;
}
#my-acc-onboarding .tripadvisor-slick-slider-container .slick-list {
  height: 100% !important;
}
#my-acc-onboarding .tripadvisor-slick-slider-container .slick-list .slick-track {
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
}
#my-acc-onboarding .tripadvisor-slick-slider-container .slick-list .slick-track h3 span {
  background-color: #344969 !important;
  padding: 5px !important;
}
#my-acc-onboarding .review-pro-slick-slider-container {
  height: 480px !important;
}
#my-acc-onboarding #review-pro-slider-container {
  height: 450px !important;
}
#my-acc-onboarding #review-pro-slider-container .slick-list {
  height: 100% !important;
}
#my-acc-onboarding #review-pro-slider-container .slick-list .slick-track {
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
}
#my-acc-onboarding #review-pro-slider-container .slick-list .slick-track h3 span {
  background-color: #344969 !important;
  padding: 5px !important;
}
#my-acc-onboarding #meta-slider-container .slide-outter {
  height: 600px !important;
}
#my-acc-onboarding #meta-slider-container .select-container:first-of-type {
  padding-right: 12px !important;
}
#my-acc-onboarding #meta-slider-container .select-container:nth-of-type(2) {
  padding-left: 12px !important;
}
#my-acc-onboarding #meta-slider-container .choices__inner {
  width: 280px !important;
}
#my-acc-onboarding #gsso-slider-container .slide-outter {
  height: 600px !important;
}
#my-acc-onboarding #gsso-slider-container .slide-inner {
  max-width: unset !important;
}
#my-acc-onboarding #gsso-slider-container .slide-inner .selects {
  justify-content: unset !important;
}
#my-acc-onboarding #gsso-slider-container .slide-inner .selects .select-container {
  flex: 1 1 auto !important;
}
#my-acc-onboarding #gsso-slider-container .slide-inner .selects .select-container:not(:last-of-type) {
  padding-right: 12px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #my-acc-onboarding #slick-slider-container, #my-acc-onboarding .bookkeeping-container {
    width: 905px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #my-acc-onboarding #slick-slider-container, #my-acc-onboarding .bookkeeping-container {
    width: 725px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-acc-onboarding #slick-slider-container, #my-acc-onboarding .bookkeeping-container {
    width: 495px !important;
  }
}
#my-acc-onboarding .slide-inner a {
  color: #02a5e2 !important;
}

#my-acc-parki-settings #settings-pills li {
  /* Add this to your stylesheet or as inline styles */
  /* Add this to your stylesheet or as inline styles */
}
#my-acc-parki-settings #settings-pills li .nav-tabs, #my-acc-parki-settings #settings-pills li .nav-item, #my-acc-parki-settings #settings-pills li .nav-link.active {
  color: white;
  background-color: #344969;
  border-color: #344969; /* Adjust as needed */
  border-radius: 10px !important;
}
#my-acc-parki-settings #settings-pills li .nav-tabs, #my-acc-parki-settings #settings-pills li .nav-item, #my-acc-parki-settings #settings-pills li .nav-link {
  color: #344969;
  background-color: white;
  border-color: #344969; /* Adjust as needed */
  border-radius: 10px !important;
}
#my-acc-parki-settings #settings-pills li .nav-tabs:hover, #my-acc-parki-settings #settings-pills li .nav-item:hover, #my-acc-parki-settings #settings-pills li .nav-link:hover {
  color: white !important;
  background-color: #344969 !important;
  border-color: #344969 !important;
}
#my-acc-parki-settings #settings-pills li button {
  border: 1px solid #344969;
  background-color: white;
  color: #344969;
  border-radius: 10px !important;
}
#my-acc-parki-settings #settings-pills li button:hover {
  background-color: #344969 !important;
  color: white !important;
  border-color: #344969 !important;
}
#my-acc-parki-settings #pills-tabContent {
  background-color: unset !important;
  border: unset !important;
  min-height: unset !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#my-acc-parki-settings #pills-tabContent .choices__inner {
  width: 100% !important;
}
#my-acc-parki-settings #pills-goalseek-revenue .pickup-tolerance-group {
  display: flex;
}
#my-acc-parki-settings #pills-goalseek-revenue .pickup-tolerance-group .form-control {
  width: unset !important;
  border-radius: 4px 0px 0px 4px;
}
#my-acc-parki-settings #pills-goalseek-revenue .pickup-tolerance-group .input-group-text {
  width: 28px;
  background-color: #ddd;
  text-align: center;
  border-radius: 0px 4px 4px 0px;
  padding-top: 2px;
}

#publish-update-parki-goals-form label {
  padding-top: 10px !important;
  opacity: 0.8 !important;
  font-size: smaller;
}
#publish-update-parki-goals-form h5 {
  font-weight: 550 !important;
}
#publish-update-parki-goals-form p {
  padding-bottom: 10px !important;
}
#publish-update-parki-goals-form .parki-goals {
  margin-bottom: 20px !important;
}
#publish-update-parki-goals-form .choices__inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
#publish-update-parki-goals-form .choices__inner input {
  display: none !important;
}

#my-acc-parki-smm .btn {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  height: 40px;
}
#my-acc-parki-smm .btn:focus {
  color: white !important;
}

#campaign-pop-up .fg {
  max-width: 80%;
  max-height: 80%;
}
#campaign-pop-up .title {
  height: 52px;
}
#campaign-pop-up .choices {
  overflow-y: auto;
}
#campaign-pop-up .choices .choices__inner {
  min-width: 300px;
}
#campaign-pop-up .choices .choices__inner input {
  display: none !important;
}

#my-acc-benchmarks .coa-pills-tab li:not(:last-of-type) {
  margin-right: 12px;
}
#my-acc-benchmarks #classification-detail .btn-outline-success {
  height: 38px !important;
}
#my-acc-benchmarks #classification-detail .btn-outline-success:not(:last-of-type) {
  margin-right: 7px;
}
#my-acc-benchmarks #classification-detail .btn-outline-danger {
  height: 25px !important;
}
#my-acc-benchmarks #classification-detail .account-grouping > div:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#my-acc-benchmarks #account-grouping-classifications li:not(:last-of-type) {
  margin-right: 7px;
}
#my-acc-benchmarks li {
  /* Add this to your stylesheet or as inline styles */
  /* Add this to your stylesheet or as inline styles */
}
#my-acc-benchmarks li .nav-tabs, #my-acc-benchmarks li .nav-item, #my-acc-benchmarks li .nav-link.active {
  color: white;
  background-color: #344969;
  border-color: #344969; /* Adjust as needed */
  border-radius: 10px !important;
}
#my-acc-benchmarks li .nav-link {
  padding: 10px !important;
}
#my-acc-benchmarks li .nav-tabs, #my-acc-benchmarks li .nav-item, #my-acc-benchmarks li .nav-link {
  color: #344969;
  background-color: white;
  border: 1px solid #344969; /* Adjust as needed */
  border-radius: 10px !important;
}
#my-acc-benchmarks li .nav-tabs:hover, #my-acc-benchmarks li .nav-item:hover, #my-acc-benchmarks li .nav-link:hover {
  color: white !important;
  background-color: #344969 !important;
  border-color: #344969 !important;
}
#my-acc-benchmarks li button {
  border: 1px solid #344969;
  background-color: white;
  color: #344969;
  border-radius: 10px !important;
}
#my-acc-benchmarks li button:hover {
  background-color: #344969 !important;
  color: white !important;
  border-color: #344969 !important;
}
#my-acc-benchmarks .btn-outline-danger {
  background-color: transparent !important;
  color: #d9534f !important;
  border: 1px solid #d9534f !important;
  border-radius: 4px !important;
}
#my-acc-benchmarks .btn-outline-danger:hover {
  background-color: #d9534f !important;
  color: white !important;
}
#my-acc-benchmarks .btn-outline-success {
  background-color: transparent !important;
  color: #5cb85c !important;
  border: 1px solid #5cb85c !important;
  border-radius: 4px !important;
}
#my-acc-benchmarks .btn-outline-success:hover {
  background-color: #5cb85c !important;
  color: white !important;
}
#my-acc-benchmarks .account-groupings .add-new button {
  background-color: #02a5e2 !important;
  color: white !important;
  border: 1px solid #02a5e2 !important;
  border-radius: 8px !important;
}
#my-acc-benchmarks .account-groupings .add-new button:hover {
  background-color: #344969 !important;
  color: white !important;
  border-color: #344969 !important;
}
#my-acc-benchmarks .account-groupings .add-new button:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(2, 165, 226, 0.5) !important;
}
#my-acc-benchmarks .account-groupings .groups-capture {
  margin-bottom: 25px !important;
}
#my-acc-benchmarks #benchmark-listings .actions a {
  height: 40px !important;
  border-radius: 8px !important;
}
#my-acc-benchmarks #benchmark-listings .actions a:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(2, 165, 226, 0.5) !important;
  color: white !important;
}
#my-acc-benchmarks #benchmark-listings .actions a:hover {
  background-color: #344969 !important;
  border-color: #344969 !important;
  color: white !important;
}
#my-acc-benchmarks .tab-content .active {
  background-color: unset !important;
  border: unset !important;
}

#benchmark-listings .actions a {
  height: 40px !important;
  border-radius: 8px !important;
}
#benchmark-listings .actions a:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(2, 165, 226, 0.5) !important;
  color: white !important;
}
#benchmark-listings .actions a:hover {
  background-color: #344969 !important;
  border-color: #344969 !important;
  color: white !important;
}

#my-acc-parki-booking-source h5 {
  font-weight: 550 !important;
  margin-bottom: 0px !important;
}
#my-acc-parki-booking-source #publish-update-parki-form {
  margin-right: 20px;
}
#my-acc-parki-booking-source #publish-update-parki-form input {
  height: 100%;
}
#my-acc-parki-booking-source #add-booking-entry {
  padding-left: 20px;
}
#my-acc-parki-booking-source #add-booking-entry p {
  font-size: smaller;
  padding-bottom: 0px;
}
#my-acc-parki-booking-source #publish-update-parki-form-submit-button {
  height: 40px !important;
  border-radius: 8px !important;
}
#my-acc-parki-booking-source #publish-update-parki-form-submit-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(2, 165, 226, 0.5) !important;
  color: white !important;
}
#my-acc-parki-booking-source #publish-update-parki-form-submit-button:hover {
  background-color: #344969 !important;
  border-color: #344969 !important;
  color: white !important;
}
#my-acc-parki-booking-source .bookings-options.listing .row.single > * {
  width: auto;
  max-width: none;
}
#my-acc-parki-booking-source .bookings-options.listing .row.single > *.col-4, #my-acc-parki-booking-source .bookings-options.listing .row.single > *.col-md-4 {
  width: 33.333333%;
}
#my-acc-parki-booking-source .bookings-options.listing .row.single > *.col-2, #my-acc-parki-booking-source .bookings-options.listing .row.single > *.col-md-2 {
  width: 16.666667%;
}
#my-acc-parki-booking-source .bookings-options.listing .row.single > *.col, #my-acc-parki-booking-source .bookings-options.listing .row.single > *.col-md {
  flex: 1;
  width: auto;
}
#my-acc-parki-booking-source .subheader {
  font-size: smaller;
  opacity: 0.5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: unset;
}
#my-acc-parki-booking-source #booking-source-mapping-form p {
  font-size: smaller;
  opacity: 0.5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: unset;
}
#my-acc-parki-booking-source #booking-source-mapping-form .choices__inner .choices__item {
  font-size: smaller;
}

#my-acc-housekeeping-names .choices .choices__item {
  font-size: smaller;
}
#my-acc-housekeeping-names .choices .choices__inner {
  min-height: unset;
  padding: 4px;
}

#my-acc-parki-goalseek {
  /* If the X still doesn't show up, you can try forcing it with this */
}
#my-acc-parki-goalseek .btn:not(.toggle-handle) {
  padding: 8px 12px !important;
  max-height: 40px;
}
#my-acc-parki-goalseek .choices__inner {
  max-height: 100px;
  overflow: auto;
}
#my-acc-parki-goalseek .choices__inner input {
  display: none;
}
#my-acc-parki-goalseek .tab-pane.active {
  border: unset !important;
}
#my-acc-parki-goalseek .nav-tabs {
  border-top: 1px solid #eee;
  padding-top: 25px;
  margin-top: 10px;
  height: 70px;
}
#my-acc-parki-goalseek .nav-tabs li:not(:last-of-type) {
  margin-right: 5px;
}
#my-acc-parki-goalseek .nav-tabs li .nav-link {
  color: #344969;
  background-color: white;
  border: 1px solid #344969;
  border-radius: 10px;
  padding: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.9rem !important;
}
#my-acc-parki-goalseek .nav-tabs li .nav-link.active {
  color: white;
  background-color: #344969 !important;
  border: 1px solid #344969;
  border-radius: 10px;
}
#my-acc-parki-goalseek .nav-tabs li .nav-link:hover {
  color: white;
  background-color: #344969;
  border: 1px solid #344969;
}
#my-acc-parki-goalseek .toggle-group {
  min-height: 40px;
  min-width: 60px;
}
#my-acc-parki-goalseek #goalseekPeriodForm input {
  height: 40px;
}
#my-acc-parki-goalseek #goalseekPeriodForm .csvGoals input {
  height: unset;
  max-width: 600px;
  font-size: 0.9rem;
}
#my-acc-parki-goalseek #goalseekPeriodForm .form-group {
  align-items: flex-start;
}
#my-acc-parki-goalseek #goalseekPeriodForm .form-group > p {
  opacity: 0.5;
  margin-bottom: 12px;
}
#my-acc-parki-goalseek #goalseekPeriodForm .goalseek-measure-icon {
  display: flex;
  align-items: stretch;
}
#my-acc-parki-goalseek #goalseekPeriodForm .goalseek-measure-icon .input-group-prepend {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02A5E2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
  height: auto;
  align-self: stretch;
}
#my-acc-parki-goalseek #goalseekPeriodForm .goalseek-measure-icon .input-group-prepend i {
  color: white;
}
#my-acc-parki-goalseek .display-goalseek-periods .single {
  margin-bottom: 20px;
}
#my-acc-parki-goalseek .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem;
}
#my-acc-parki-goalseek .goalseek-alert button {
  width: unset !important;
  height: unset !important;
  background: unset !important;
  border: unset !important;
  margin-right: 9px !important;
  margin-top: 2px !important;
}
#my-acc-parki-goalseek .alert-dismissible .btn-close::before {
  content: "×";
  font-size: 1.75rem;
  opacity: 0.7;
  line-height: 1;
}

#my-acc-tvs .single {
  font-size: 0.9rem;
}
#my-acc-tvs .single a {
  font-size: 0.8rem !important;
  height: 42px;
}
#my-acc-tvs .choices__inner {
  min-width: 250px;
}
#my-acc-tvs .section .choices__inner {
  max-height: 100px !important;
  overflow-y: auto !important;
}
#my-acc-tvs .section .choices__inner input {
  display: none !important;
}
#my-acc-tvs .section label {
  margin-bottom: 4px;
}
#my-acc-tvs .section input {
  height: 40px;
}
#my-acc-tvs .section #select-all-parks-period,
#my-acc-tvs .section #select-none-parks-period {
  height: 35px;
}
#my-acc-tvs .section .btn.btn-primary {
  background-color: white;
  border-color: #02a5e2;
  color: #02a5e2;
  border-width: 1px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
#my-acc-tvs .section .btn.btn-primary:visited {
  color: #02a5e2;
}
#my-acc-tvs .section .btn.btn-primary:not([disabled]):hover {
  background-color: #02a5e2;
  color: white;
}
#my-acc-tvs .btn-primary:active, #my-acc-tvs .btn-primary:focus {
  color: white !important;
}

#details-lightbox .btn.d-none {
  display: none !important;
}
#details-lightbox .section h5 {
  margin-bottom: 0px !important;
}
#details-lightbox .section p {
  font-size: 0.9rem;
  opacity: 0.5;
}
#details-lightbox .parki-select-container select {
  height: 40px !important;
  width: 200px;
}

#notif-listings .btn-primary:active, #notif-listings .btn-primary:focus, #my-acc-tvs .btn-primary:active, #my-acc-tvs .btn-primary:focus {
  color: white !important;
}

#my-acc-notifs .title .btn-primary:active, #my-acc-notifs .title .btn-primary:focus, #my-acc-notifs .title .btn-danger:active, #my-acc-notifs .title .btn-danger:focus {
  color: white !important;
}
#my-acc-notifs .steps .btn.btn-primary {
  background-color: white;
  border-color: #02a5e2;
  border-width: 1px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
#my-acc-notifs .steps .btn.btn-primary:visited {
  color: #02a5e2;
}
#my-acc-notifs .steps .btn.btn-primary:not([disabled]):hover {
  background-color: #02a5e2;
  color: white;
}
#my-acc-notifs .steps .toggle-handle {
  margin-bottom: 20px !important;
}
#my-acc-notifs .steps input {
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
}
#my-acc-notifs .steps a {
  font-size: 0.8rem !important;
  height: 42px;
}
#my-acc-notifs .steps h5 {
  font-weight: 500;
  margin-bottom: 0px;
}
#my-acc-notifs .steps p {
  opacity: 0.5;
}
#my-acc-notifs .steps .step {
  display: flex;
  align-items: center;
  margin-bottom: 23px !important;
}
#my-acc-notifs .steps .step span.number {
  display: flex;
  height: 50px;
  width: 50px;
  background-color: rgba(2, 165, 226, 0.9);
  color: white;
  border-radius: 100%;
  margin-right: 17px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 1.25rem;
}
#my-acc-notifs .steps .schedule-inner select {
  height: 40px !important;
  min-width: 300px;
  padding-left: 8px;
  padding-right: 8px;
}
#my-acc-notifs .section.checkboxes.label {
  font-size: 0.8rem !important;
}
#my-acc-notifs .alert-details input {
  padding-left: 8px;
}
#my-acc-notifs .section .btn-primary:active, #my-acc-notifs .section .btn-primary:focus {
  color: white !important;
}

.home-page .feature-item:hover .parki-icon-svg {
  color: white !important;
}

@media (max-width: 1399px) {
  #hero-vector-icons .bars-progress {
    top: 25% !important;
    width: 25px !important;
  }
}
/* Contact Form 7 styling to match theme */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number] {
  height: 48px;
}

.wpcf7-form textarea {
  min-height: 150px;
}

.wpcf7-form .wpcf7-submit {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #0d6efd;
  color: white;
  margin-top: 0.5rem;
}

.tailored-solutions-page .btn-outline-primary {
  border-color: #344969 !important;
  color: #344969 !important;
}
.tailored-solutions-page .btn-outline-primary:hover, .tailored-solutions-page .btn-outline-primary:focus, .tailored-solutions-page .btn-outline-primary:active {
  background-color: #344969 !important;
  color: white !important;
}

.get-started-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
}
.get-started-modal.show {
  display: flex;
}
.get-started-modal::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.get-started-modal .modal-dialog {
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: absolute;
  pointer-events: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
  .get-started-modal .modal-dialog {
    max-width: calc(100% - 2rem);
  }
}
.get-started-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.get-started-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.get-started-modal .modal-header .modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.get-started-modal .modal-header .btn-close {
  background: transparent;
  border: 0;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.get-started-modal .modal-header .btn-close:hover {
  opacity: 1;
}
.get-started-modal .modal-header .btn-close::before {
  content: "×";
}
.get-started-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .get-started-modal .modal-body {
    padding: 1.5rem;
  }
}
.get-started-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  gap: 0.5rem;
}
.get-started-modal .progress-container {
  margin-bottom: 2rem;
}
.get-started-modal .progress {
  height: 8px;
  border-radius: 4px;
  background-color: #f1f1f1;
  overflow: hidden;
}
.get-started-modal .progress-bar {
  height: 100%;
  width: 0;
  background-color: #02a5e2;
  transition: width 0.3s ease;
}
.get-started-modal .step-indicator {
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.5rem;
  text-align: center;
}
.get-started-modal .step {
  display: block;
}
.get-started-modal .step.d-none {
  display: none;
}
.get-started-modal .step:not(.d-none) {
  animation: fadeIn 0.3s;
}
.get-started-modal .step-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.get-started-modal .text-center {
  text-align: center;
}
.get-started-modal .text-muted {
  color: #999;
}
.get-started-modal .text-danger {
  color: #dc3545;
}
.get-started-modal .text-success {
  color: #28a745;
}
.get-started-modal .mb-1 {
  margin-bottom: 0.25rem;
}
.get-started-modal .mb-2 {
  margin-bottom: 0.5rem;
}
.get-started-modal .mb-3 {
  margin-bottom: 1rem;
}
.get-started-modal .mb-4 {
  margin-bottom: 1.5rem;
}
.get-started-modal .mt-1 {
  margin-top: 0.25rem;
}
.get-started-modal .mt-2 {
  margin-top: 0.5rem;
}
.get-started-modal .mt-3 {
  margin-top: 1rem;
}
.get-started-modal .mt-4 {
  margin-top: 1.5rem;
}
.get-started-modal .py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.get-started-modal .options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .get-started-modal .options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .get-started-modal .options-grid {
    grid-template-columns: 1fr;
  }
}
.get-started-modal .option-tile {
  border: 2px solid #e9e9e9;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.get-started-modal .option-tile:hover {
  border-color: #02a5e2;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.get-started-modal .option-tile.active {
  border-color: #02a5e2;
  background-color: rgba(2, 165, 226, 0.05);
}
.get-started-modal .option-tile.active .tile-icon {
  background-color: #02a5e2;
  color: #fff;
}
.get-started-modal .option-tile.active .tile-icon svg {
  fill: #fff;
}
.get-started-modal .tile-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.2s ease;
}
.get-started-modal .tile-icon svg {
  width: 20px;
  height: 20px;
  fill: #02a5e2;
}
.get-started-modal .tile-label {
  font-size: 0.9rem;
  font-weight: 500;
}
.get-started-modal .form-group {
  margin-bottom: 1.5rem;
}
.get-started-modal .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.get-started-modal .form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9e9;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out;
}
.get-started-modal .form-control:focus {
  border-color: #02a5e2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 165, 226, 0.25);
}
.get-started-modal .form-control::placeholder {
  color: #999;
  opacity: 0.7;
}
.get-started-modal .error-message {
  color: #dc3545;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.get-started-modal .btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}
.get-started-modal .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.get-started-modal .btn-primary {
  color: #fff;
  background-color: #02a5e2;
  border: 1px solid #02a5e2;
}
.get-started-modal .btn-primary:hover:not(:disabled) {
  background-color: rgb(1.5526315789, 128.0921052632, 175.4473684211);
  border-color: rgb(1.5526315789, 128.0921052632, 175.4473684211);
}
.get-started-modal .btn-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
}
.get-started-modal .btn-outline-secondary:hover:not(:disabled) {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.get-started-modal .btn-success {
  color: #fff;
  background-color: #28a745;
  border: 1px solid #28a745;
}
.get-started-modal .btn-success:hover:not(:disabled) {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.get-started-modal .success-message {
  text-align: center;
  padding: 2rem;
}
.get-started-modal .success-message svg {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.get-started-modal .success-message h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.get-started-modal .spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.get-started-modal .spinner-border.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}