@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/**
 * Adapted from: https://css-tricks.com/centering-css-complete-guide/, https://stackoverflow.com/questions/38221573/flexbox-vertical-centering-plus-a-sticky-footer
 *
 * HTML example:
   <div class="centered_div">
     <div class="child_centerer">
       Olá.
     </div>
   </div>
 *
 * CSS example:
   .centered_div{
    background-color: $x_primary_main;
    height: 500px;

    @include centerer_flexbox;

    .child_centerer
    {
       background-color: $x_warning_main;
    }

   }
 *
 * Usage if you're using the default elements (previous example):
 * @include centerer;
 *
 * Usage if you want to define the elements:
 * @include centerer(true, false);
 *
 */
/**
 * Adapted from: https://codepen.io/chriscoyier/pen/uwJjr
 *
 * HTML example:
   <html>
     <head>
       Stuff
     </head>

     <div class="page_wrap">
       <nav>
         Olá
       </nav>

       <body>
         Stuff
       </body>
     </div>

     <footer>
       Adeus
     </footer>
   </html>
 *
 * Usage if you're using the default elements (previous example):
 * @include sticky-footer(30px);
 *
 * Usage if you want to define the elements:
 * @include sticky-footer(30px, '.page', '.footer');
 *
 */
/**
 * How to declare variables:
 * $a_name
 *
 * a: Should be the initial of the variable type
 * (c - color, b - breakpoint, f - font/font weight, s - size, d - duration).
 *
 * name: Should be the name of the variable.
 *
 */
/* BREAKPOINTS */
/* SPACING */
/* SIZES */
/* ANIMATION DURATION*/
/* FONT SIZES */
/* FONT STYLES */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/* Shadows */
/* BASIC COLORS */
/* WEBSITE COLORS */
/* SEATS */
/* Page */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/* line 21, vendor/bundle/ruby/3.0.0/gems/susy-2.2.14/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/base/_reset.scss */
* {
  margin: 0;
  padding: 0px;
}

/* line 9, app/assets/stylesheets/base/_reset.scss */
html,
body {
  height: 100%;
}

/* line 14, app/assets/stylesheets/base/_reset.scss */
html {
  height: -webkit-fill-available;
}

/* TEXT STYLES */
/* line 20, app/assets/stylesheets/base/_reset.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #383737;
  -moz-osx-font-smoothing: grayscale;
  /*(For Firefox)*/
  -webkit-font-smoothing: antialiased;
  /*(For Chrome and Safari)*/
}

/* line 34, app/assets/stylesheets/base/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

/* line 36, app/assets/stylesheets/base/_reset.scss */
p {
  margin: 0px;
}

/* line 38, app/assets/stylesheets/base/_reset.scss */
ul, li {
  margin: 0px;
  list-style-type: none;
}

/* line 43, app/assets/stylesheets/base/_reset.scss */
textarea {
  display: block;
  outline: none;
}

/* line 48, app/assets/stylesheets/base/_reset.scss */
button {
  outline: none !important;
  border: none;
  background: transparent;
}

/* line 53, app/assets/stylesheets/base/_reset.scss */
button:hover {
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/base/_reset.scss */
iframe {
  border: none !important;
}

/* line 62, app/assets/stylesheets/base/_reset.scss */
.m-b-110 {
  margin-bottom: 110;
}

/* line 3, app/assets/stylesheets/base/_typhography.scss */
.text--regular {
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/base/_typhography.scss */
.text--medium {
  font-weight: 500;
}

/* line 12, app/assets/stylesheets/base/_typhography.scss */
.text--bold {
  font-weight: 600;
}

/* line 16, app/assets/stylesheets/base/_typhography.scss */
.text--semi-bold {
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/base/_typhography.scss */
.text--regular--uppercase {
  font-weight: 400;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/base/_typhography.scss */
.text--bold--uppercase {
  font-weight: 600;
  text-transform: uppercase;
}

/* line 30, app/assets/stylesheets/base/_typhography.scss */
.text--shadow {
  text-shadow: 2px 2px 4px #383737;
}

/* line 34, app/assets/stylesheets/base/_typhography.scss */
.text--shadow-press {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0);
}

/* line 39, app/assets/stylesheets/base/_typhography.scss */
.text--shadow-great {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.3), 3px 3px 2px rgba(0, 0, 0, 0.6), 5px 5px 0px transparent;
}

/* line 44, app/assets/stylesheets/base/_typhography.scss */
.text--white {
  color: #ffffff;
}

/* line 48, app/assets/stylesheets/base/_typhography.scss */
.text--light--gray {
  color: #edecec;
}

/* line 52, app/assets/stylesheets/base/_typhography.scss */
.text--gray {
  color: #9b9b9b;
}

/* line 56, app/assets/stylesheets/base/_typhography.scss */
.text--main--gray {
  color: #383737;
}

/* line 60, app/assets/stylesheets/base/_typhography.scss */
.text--dark--gray {
  color: #141414;
}

/* line 64, app/assets/stylesheets/base/_typhography.scss */
.text--black {
  color: #141414;
}

/* line 68, app/assets/stylesheets/base/_typhography.scss */
.text--red {
  color: #d41922 !important;
}

/* line 72, app/assets/stylesheets/base/_typhography.scss */
.text--green {
  color: #bad83b;
}

/* line 76, app/assets/stylesheets/base/_typhography.scss */
.text--italic {
  font-style: italic;
}

/* LINK STYLES */
/* line 82, app/assets/stylesheets/base/_typhography.scss */
a {
  margin: 0px;
}

/* line 86, app/assets/stylesheets/base/_typhography.scss */
a,
a:hover,
a:visited,
a:link,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/base/_typhography.scss */
a:hover {
  color: inherit;
}

/* line 104, app/assets/stylesheets/base/_typhography.scss */
a.link:hover {
  opacity: 0.8;
}

/* line 109, app/assets/stylesheets/base/_typhography.scss */
a.underlined__link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 113, app/assets/stylesheets/base/_typhography.scss */
a.underlined__link:hover {
  opacity: 0.8;
}

/* FONT ICONS */
@font-face {
  font-family: 'icomoon';
  src: url(/fonts/icomoon.eot?dtyhcg);
  src: url(/fonts/icomoon.eot?dtyhcg#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?dtyhcg) format("truetype"), url(/fonts/icomoon.woff?dtyhcg) format("woff"), url(/fonts/icomoon.svg?dtyhcg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 141, app/assets/stylesheets/base/_typhography.scss */
[class^='icon_'],
[class*=' icon_'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 156, app/assets/stylesheets/base/_typhography.scss */
.icon_back_icon:before {
  content: '\e90c';
}

/* line 160, app/assets/stylesheets/base/_typhography.scss */
.icon_close_icon:before {
  content: '\e90d';
}

/* line 164, app/assets/stylesheets/base/_typhography.scss */
.icon_instagram_icon:before {
  content: '\e90a';
}

/* line 168, app/assets/stylesheets/base/_typhography.scss */
.icon_facebook_icon:before {
  content: '\e90b';
}

/* line 172, app/assets/stylesheets/base/_typhography.scss */
.icon_twitter_icon:before {
  content: '\e909';
}

/* line 176, app/assets/stylesheets/base/_typhography.scss */
.icon_download_icon:before {
  content: '\e901';
}

/* line 180, app/assets/stylesheets/base/_typhography.scss */
.icon_illustrations_icon:before {
  content: '\e903';
}

/* line 184, app/assets/stylesheets/base/_typhography.scss */
.icon_subscribe_icon:before {
  content: '\e907';
}

/* line 188, app/assets/stylesheets/base/_typhography.scss */
.icon_vectors_icon:before {
  content: '\e908';
}

/* line 192, app/assets/stylesheets/base/_typhography.scss */
.icon_all_icon:before {
  content: '\e900';
}

/* line 196, app/assets/stylesheets/base/_typhography.scss */
.icon_faqs_icon:before {
  content: '\e902';
}

/* line 200, app/assets/stylesheets/base/_typhography.scss */
.icon_others_icon:before {
  content: '\e904';
}

/* line 204, app/assets/stylesheets/base/_typhography.scss */
.icon_photos_icon:before {
  content: '\e905';
}

/* line 208, app/assets/stylesheets/base/_typhography.scss */
.icon_search_icon:before {
  content: '\e906';
}

@media (min-width: 0px) {
  /* line 3, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-lg"],
[class*="heading-lg"] {
    font-size: 2rem;
  }
}

@media (min-width: 760px) {
  /* line 3, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-lg"],
[class*="heading-lg"] {
    font-size: 3rem;
  }
}

@media (min-width: 0px) {
  /* line 14, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-md"],
[class*="heading-md"] {
    font-size: 2rem;
  }
}

@media (min-width: 760px) {
  /* line 14, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-md"],
[class*="heading-md"] {
    font-size: 2.25rem;
  }
}

@media (min-width: 1300px) {
  /* line 14, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-md"],
[class*="heading-md"] {
    font-size: 3rem;
  }
}

@media (min-width: 0px) {
  /* line 29, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-sm"],
[class*="heading-sm"] {
    font-size: 1.375rem;
  }
}

@media (min-width: 760px) {
  /* line 29, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-sm"],
[class*="heading-sm"] {
    font-size: 1.75rem;
  }
}

@media (min-width: 0px) {
  /* line 40, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-xs"],
[class*="heading-xs"] {
    font-size: 1.125rem;
  }
}

@media (min-width: 760px) {
  /* line 40, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-xs"],
[class*="heading-xs"] {
    font-size: 1.375rem;
  }
}

@media (min-width: 0px) {
  /* line 51, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-highlight"],
[class*="heading-highlight"] {
    font-size: 1.125rem;
  }
}

@media (min-width: 1300px) {
  /* line 51, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="heading-highlight"],
[class*="heading-highlight"] {
    font-size: 1.375rem;
  }
}

@media (min-width: 0px) {
  /* line 65, app/assets/stylesheets/base/_normal_typography.scss */
  .font--extra_small {
    font-size: 0.75rem;
  }
}

@media (min-width: 0px) {
  /* line 72, app/assets/stylesheets/base/_normal_typography.scss */
  .font--small {
    font-size: 0.875rem;
  }
}

@media (min-width: 0px) {
  /* line 79, app/assets/stylesheets/base/_normal_typography.scss */
  .font--base {
    font-size: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 86, app/assets/stylesheets/base/_normal_typography.scss */
  .font--medium {
    font-size: 1rem;
  }
}

@media (min-width: 900px) {
  /* line 86, app/assets/stylesheets/base/_normal_typography.scss */
  .font--medium {
    font-size: 1.125rem;
  }
}

@media (min-width: 0px) {
  /* line 96, app/assets/stylesheets/base/_normal_typography.scss */
  .font--medium_card {
    font-size: 1.125rem;
  }
}

@media (min-width: 0px) {
  /* line 103, app/assets/stylesheets/base/_normal_typography.scss */
  .font--medium_large {
    font-size: 1.25rem;
  }
}

@media (min-width: 0px) {
  /* line 109, app/assets/stylesheets/base/_normal_typography.scss */
  .font--extra_large {
    font-size: 3rem;
  }
}

@media (min-width: 760px) {
  /* line 109, app/assets/stylesheets/base/_normal_typography.scss */
  .font--extra_large {
    font-size: 3.75rem;
  }
}

@media (min-width: 0px) {
  /* line 122, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="table-hd"],
[class*="table-hd"] {
    font-size: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 129, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="table-body"],
[class*="table-body"] {
    font-size: 0.875rem;
  }
}

@media (min-width: 0px) {
  /* line 136, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="table-child"],
[class*="table-child"] {
    font-size: 0.75rem;
  }
}

/* line 145, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-tiny"],
[class*="text-tiny"] {
  font-size: 0.75rem;
}

/* line 150, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-xxs"],
[class*="text-xxs"] {
  font-size: 0.625rem;
}

/* line 155, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-xs"],
[class*="text-xs"] {
  font-size: 0.875rem;
}

/* line 160, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-small"],
[class*="text-small"] {
  font-size: 0.875rem;
}

@media (min-width: 1300px) {
  /* line 160, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="text-small"],
[class*="text-small"] {
    font-size: 1rem;
  }
}

/* line 169, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-base"],
[class*="text-base"] {
  font-size: 1rem;
}

/* line 174, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-medium"],
[class*="text-medium"] {
  font-size: 1.125rem;
}

@media (min-width: 1300px) {
  /* line 174, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="text-medium"],
[class*="text-medium"] {
    font-size: 1.25rem;
  }
}

/* line 183, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-medium-large"],
[class*="text-medium-large"] {
  font-size: 1.5rem;
}

@media (min-width: 1300px) {
  /* line 183, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="text-medium-large"],
[class*="text-medium-large"] {
    font-size: 1.75rem;
  }
}

/* line 192, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-large"],
[class*="text-large"] {
  font-size: 2rem;
}

@media (min-width: 1300px) {
  /* line 192, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="text-large"],
[class*="text-large"] {
    font-size: 2.25rem;
  }
}

/* line 201, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-extra-large"],
[class*="text-extra-large"] {
  font-size: 3rem;
}

@media (min-width: 760px) {
  /* line 201, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="text-extra-large"],
[class*="text-extra-large"] {
    font-size: 3.75rem;
  }
}

/* line 210, app/assets/stylesheets/base/_normal_typography.scss */
[class^="text-thumb"],
[class*="text-thumb"] {
  font-size: 1.25rem;
}

@media (min-width: 1300px) {
  /* line 210, app/assets/stylesheets/base/_normal_typography.scss */
  [class^="text-thumb"],
[class*="text-thumb"] {
    font-size: 2.25rem;
  }
}

/* Footer */
/* line 37, app/assets/stylesheets/abstracts/mixins/_sticky-footer.scss */
body {
  display: flex;
  min-height: 100vh;
  height: auto !important;
  flex-direction: column;
  min-height: -webkit-fill-available;
}

/* line 45, app/assets/stylesheets/abstracts/mixins/_sticky-footer.scss */
.manager__container {
  /* .push must be the same height as footer */
  flex: 1;
}

/* line 51, app/assets/stylesheets/abstracts/mixins/_sticky-footer.scss */
footer {
  /* .push must be the same height as footer */
  flex: none;
}

/* line 5, app/assets/stylesheets/layout/_footer.scss */
footer {
  background: #ffffff;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  padding: 1.25rem 0;
}

/* line 11, app/assets/stylesheets/layout/_footer.scss */
.manager-footer {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 20px;
  flex-direction: column-reverse;
  text-align: center;
}

/* line 20, app/assets/stylesheets/layout/_footer.scss */
.manager-footer p {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 26, app/assets/stylesheets/layout/_footer.scss */
  footer {
    margin: 0 0 0 72px;
  }
  /* line 30, app/assets/stylesheets/layout/_footer.scss */
  .manager-footer {
    flex-direction: row;
    text-align: left;
  }
  /* line 34, app/assets/stylesheets/layout/_footer.scss */
  .manager-footer p {
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  /* line 41, app/assets/stylesheets/layout/_footer.scss */
  .manager-footer {
    max-width: 1335px;
  }
}

/* line 1, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav {
  padding: 10px 0 10px 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  position: sticky;
  top: 0;
  z-index: 999;
}

/* line 9, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__user {
  display: flex;
  align-items: center;
}

/* line 13, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__user #notification-icon {
  display: none;
}

/* line 18, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__mobile {
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__mobile span {
  margin-right: 1rem;
}

/* line 27, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__burguer {
  font-size: 1.25rem;
}

/* line 31, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__slogan {
  display: none;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 37, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  list-style-type: none;
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}

/* line 47, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav .icon-inception {
  position: absolute;
  top: 3px;
  left: 13px;
  background-color: #ffffff;
  padding: 2px;
  font-size: 10px;
}

/* line 56, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .75rem;
}

/* line 62, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__language .select--manager {
  width: 4rem;
}

/* line 65, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__language .select--manager .select_container {
  height: 40px;
}

/* line 71, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__role {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
}

/* line 80, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__role .select--manager .select_container {
  height: 40px;
}

/* line 86, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__logout {
  width: 100%;
  padding-top: 1rem;
  display: block;
}

/* line 92, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav li {
  vertical-align: middle;
}

/* line 96, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__user {
  float: right;
}

/* line 99, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__user--name {
  display: none !important;
}

/* line 103, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__user li {
  display: inline-block;
  vertical-align: middle;
}

/* line 109, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__image {
  border: 2px solid #edecec;
  border-radius: 50%;
  background-color: #bad83b;
  color: #ffffff;
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
  text-align: center;
  line-height: 190%;
}

/* line 121, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__notification {
  font-size: 20px;
  color: #141414;
}

/* line 125, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__notification--image {
  width: 20px;
}

/* line 129, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__notification--margin {
  margin-right: 1rem;
}

/* line 134, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__logo {
  margin-right: 8px;
}

/* line 137, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__logo img {
  height: auto;
  width: 120px;
}

/* line 142, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__logo--mobile {
  display: block;
}

/* line 146, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__logo--desktop {
  display: none;
}

/* line 152, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__trial--mobile {
  display: block;
  padding: 0 20px;
  margin: 5px auto 0 auto;
  max-width: 1140px;
}

@media (min-width: 1140px) {
  /* line 152, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__trial--mobile {
    display: none;
    margin-top: 0;
  }
}

/* line 164, app/assets/stylesheets/layout/_navbar.scss */
.manager-nav__trial--desktop {
  display: none !important;
}

@media (min-width: 1140px) {
  /* line 164, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__trial--desktop {
    display: inline-block !important;
  }
}

/* line 174, app/assets/stylesheets/layout/_navbar.scss */
.report-container {
  position: absolute;
  top: 45px;
  right: -96px;
  width: 300px;
  z-index: 200;
  display: none;
}

@media (min-width: 900px) {
  /* line 174, app/assets/stylesheets/layout/_navbar.scss */
  .report-container {
    right: -200px;
  }
}

/* line 187, app/assets/stylesheets/layout/_navbar.scss */
.report-dropdown {
  width: 300px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #edecec;
  padding: 16px 14px;
}

/* line 196, app/assets/stylesheets/layout/_navbar.scss */
.report-dropdown__reports {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 202, app/assets/stylesheets/layout/_navbar.scss */
.report-dropdown__reports .fa-play-circle {
  padding: 4px;
  background-color: #fafafb;
  border-radius: 4px;
}

/* line 209, app/assets/stylesheets/layout/_navbar.scss */
.report-dropdown li {
  margin-top: 5px;
  margin-right: 5px;
  display: block;
}

/* line 215, app/assets/stylesheets/layout/_navbar.scss */
.report-dropdown__new {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

/* line 223, app/assets/stylesheets/layout/_navbar.scss */
.hover-report {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
}

/* line 230, app/assets/stylesheets/layout/_navbar.scss */
.hover-report:hover .report-container {
  display: flex;
}

/* line 236, app/assets/stylesheets/layout/_navbar.scss */
#report-icon, #quick-access-report-icon {
  position: relative;
  cursor: pointer;
}

/* line 242, app/assets/stylesheets/layout/_navbar.scss */
.margin-bottom {
  margin-bottom: 10px;
}

/* line 247, app/assets/stylesheets/layout/_navbar.scss */
.text--new-label {
  font-size: 0.7rem;
  font-weight: 800;
}

/* line 253, app/assets/stylesheets/layout/_navbar.scss */
.underlined {
  text-decoration: underline;
}

/* line 258, app/assets/stylesheets/layout/_navbar.scss */
.tutorial-container {
  position: absolute;
  top: 45px;
  right: -66px;
  width: 300px;
  display: none;
  z-index: 200;
}

@media (min-width: 900px) {
  /* line 258, app/assets/stylesheets/layout/_navbar.scss */
  .tutorial-container {
    right: -160px;
    width: 400px;
  }
}

/* line 271, app/assets/stylesheets/layout/_navbar.scss */
.tutorial-dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #edecec;
  padding: 16px 14px;
}

@media (min-width: 900px) {
  /* line 271, app/assets/stylesheets/layout/_navbar.scss */
  .tutorial-dropdown {
    width: 170px;
  }
}

/* line 285, app/assets/stylesheets/layout/_navbar.scss */
.tutorial-dropdown button {
  width: 80px;
}

/* line 290, app/assets/stylesheets/layout/_navbar.scss */
#tutorial-icon {
  position: relative;
  cursor: pointer;
}

/* line 295, app/assets/stylesheets/layout/_navbar.scss */
.tutorial-report {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
}

/* line 302, app/assets/stylesheets/layout/_navbar.scss */
.tutorial-report:hover .tutorial-container {
  display: flex;
}

/* line 309, app/assets/stylesheets/layout/_navbar.scss */
.session-container {
  position: absolute;
  top: 45px;
  right: 0;
  width: 225px;
  display: none;
  z-index: 200;
}

@media (max-width: 760px) {
  /* line 309, app/assets/stylesheets/layout/_navbar.scss */
  .session-container {
    width: 100vw;
    top: 38px;
    right: -10px;
  }
}

/* line 324, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #edecec;
  border-radius: 3px;
}

@media (max-width: 760px) {
  /* line 324, app/assets/stylesheets/layout/_navbar.scss */
  .session-dropdown {
    border-radius: 0;
  }
}

/* line 337, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown button {
  width: 80px;
}

/* line 341, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__item {
  width: 100%;
}

/* line 344, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__item:not(:last-child) {
  border-bottom: 1px solid #edecec;
}

/* line 348, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__item--footer {
  transition: .3s;
}

/* line 350, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__item--footer:hover {
  background-color: #edecec;
}

/* line 356, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__list-dropdown {
  width: 100%;
}

/* line 359, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__list-dropdown:not(:last-child) {
  border-bottom: 1px solid #edecec;
}

/* line 364, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__footer {
  padding: 16px;
  display: block;
  color: #d41922;
  font-size: 0.875rem;
}

/* line 370, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown__footer:hover {
  color: #d41922;
}

/* line 376, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown-item {
  padding: 8px 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* line 382, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown-item--center {
  align-items: center;
}

/* line 386, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown-item__avatar {
  padding-top: 3px;
  border-radius: 152px;
  background-color: #bad83b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  width: 24px;
  height: 24px;
}

/* line 399, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown-item__username {
  color: #141414;
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 403, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown-item__username--align {
  padding-top: 3px;
}

/* line 408, app/assets/stylesheets/layout/_navbar.scss */
.session-dropdown-item__email {
  color: #9b9b9b;
  font-size: 0.75rem;
}

/* line 414, app/assets/stylesheets/layout/_navbar.scss */
.session-report {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
}

/* line 421, app/assets/stylesheets/layout/_navbar.scss */
.session-report:hover .session-container {
  display: flex;
}

@media (min-width: 600px) {
  /* line 429, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__list {
    padding: 0 20px;
    align-items: center;
  }
  /* line 434, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__mobile {
    display: none;
  }
  /* line 438, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__slogan {
    display: block;
    width: 300px;
  }
  /* line 444, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__user--name {
    display: inline-block !important;
    margin-right: .5rem;
  }
  /* line 449, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__user #notification-icon {
    display: block;
  }
  /* line 454, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__image {
    margin: 0 .5rem 0 1rem;
    width: 30px;
    height: 30px;
  }
  /* line 461, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__logo--desktop {
    display: block;
  }
  /* line 465, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__logo img {
    width: 160px;
  }
}

@media (min-width: 760px) {
  /* line 473, app/assets/stylesheets/layout/_navbar.scss */
  .report-container {
    width: 600px;
  }
  /* line 476, app/assets/stylesheets/layout/_navbar.scss */
  .report-container__quick-access {
    width: 420px;
  }
  /* line 481, app/assets/stylesheets/layout/_navbar.scss */
  .report-dropdown {
    width: 600px;
    padding: 32px 28px;
  }
  /* line 485, app/assets/stylesheets/layout/_navbar.scss */
  .report-dropdown__reports {
    flex-direction: row;
  }
  /* line 490, app/assets/stylesheets/layout/_navbar.scss */
  .tutorial-dropdown {
    width: 370px;
    padding: 32px 28px;
  }
  /* line 494, app/assets/stylesheets/layout/_navbar.scss */
  .tutorial-dropdown button {
    width: 120px;
  }
}

@media (min-width: 900px) {
  /* line 502, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__slogan {
    width: 100%;
  }
  /* line 506, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__notification {
    font-size: 1.5rem;
  }
  /* line 510, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__image {
    width: 35px;
    height: 35px;
  }
  /* line 516, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__logout .link__text {
    display: block;
  }
}

@media (min-width: 1300px) {
  /* line 525, app/assets/stylesheets/layout/_navbar.scss */
  .manager-nav__list {
    max-width: 1335px;
  }
}

/* line 1, app/assets/stylesheets/layout/_sidebar.scss */
.burger {
  cursor: pointer;
  background-color: #bad83b;
}

/* line 6, app/assets/stylesheets/layout/_sidebar.scss */
.coming_soon {
  font-size: 0.7rem;
  padding-left: 8px;
  color: #9b9b9b;
}

/* line 12, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 320px;
  background: #141414;
  overflow: hidden;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar__active {
  background-color: #6e6d6d;
}

/* line 31, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar__text {
  display: block;
}

/* line 35, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar__desktop {
  display: none;
}

/* line 39, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar.clicked {
  transform: translateX(0);
}

/* line 43, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar__list {
  list-style-type: none;
  padding: 0;
  pointer-events: auto;
  position: relative;
}

/* line 50, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar__close-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 22px;
  padding: 16px 24px;
  transition: 0.3s ease-in-out;
  display: block;
}

@media (min-width: 600px) {
  /* line 50, app/assets/stylesheets/layout/_sidebar.scss */
  .sidebar__close-icon {
    display: none;
  }
}

/* line 65, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar li {
  width: 320px;
}

/* line 68, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar li.active {
  background-color: #6e6d6d;
}

/* line 73, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar li a {
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 80, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar li a:hover, .sidebar li:first-child a {
  background: rgba(110, 109, 109, 0.5);
  display: flex;
  color: #ffffff;
}

/* line 87, app/assets/stylesheets/layout/_sidebar.scss */
.sidebar__icon {
  font-size: 1.375rem;
  width: 72px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 600px) {
  /* line 98, app/assets/stylesheets/layout/_sidebar.scss */
  .sidebar {
    transform: translateX(0);
    width: 72px;
    transition: width ease-out 0.3s;
    transition-delay: 0.1s;
  }
  /* line 104, app/assets/stylesheets/layout/_sidebar.scss */
  .sidebar__desktop {
    display: flex;
    align-items: center;
  }
  /* line 109, app/assets/stylesheets/layout/_sidebar.scss */
  .sidebar:hover {
    width: 320px;
  }
}

/* line 2, app/assets/stylesheets/layout/_content.scss */
.page__header {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 32px 0;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 900px) {
  /* line 2, app/assets/stylesheets/layout/_content.scss */
  .page__header {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* line 12, app/assets/stylesheets/layout/_content.scss */
.page__header--occupation-header {
  margin: 0 0 0 0;
}

/* line 15, app/assets/stylesheets/layout/_content.scss */
.page__header--col {
  flex-direction: column;
  align-items: flex-start;
}

/* line 18, app/assets/stylesheets/layout/_content.scss */
.page__header--col .data__header {
  width: 100%;
}

/* line 22, app/assets/stylesheets/layout/_content.scss */
.page__header__filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 900px) {
  /* line 22, app/assets/stylesheets/layout/_content.scss */
  .page__header__filters {
    flex-direction: row;
  }
}

/* line 31, app/assets/stylesheets/layout/_content.scss */
.page__header--top {
  align-items: flex-start;
}

/* line 34, app/assets/stylesheets/layout/_content.scss */
.page__header--fluid {
  margin-top: 0;
}

/* line 38, app/assets/stylesheets/layout/_content.scss */
.page__description {
  margin: 32px 0 48px 0;
}

@media (min-width: 900px) {
  /* line 38, app/assets/stylesheets/layout/_content.scss */
  .page__description {
    margin: 48px 0 48px 0;
  }
}

/* line 43, app/assets/stylesheets/layout/_content.scss */
.page__description--flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 900px) {
  /* line 43, app/assets/stylesheets/layout/_content.scss */
  .page__description--flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* line 54, app/assets/stylesheets/layout/_content.scss */
.page__container {
  margin: 0 auto;
  clear: both;
}

@media (min-width: 0px) {
  /* line 54, app/assets/stylesheets/layout/_content.scss */
  .page__container {
    max-width: 1140px;
    padding: 0 10px;
  }
}

@media (min-width: 600px) {
  /* line 54, app/assets/stylesheets/layout/_content.scss */
  .page__container {
    padding: 0 20px;
  }
}

@media (min-width: 1300px) {
  /* line 54, app/assets/stylesheets/layout/_content.scss */
  .page__container {
    max-width: 1335px;
  }
}

@media (min-width: 1300px) {
  /* line 54, app/assets/stylesheets/layout/_content.scss */
  .page__container {
    max-width: 1335px;
  }
}

/* line 71, app/assets/stylesheets/layout/_content.scss */
.page__event-title {
  margin-bottom: 12px;
}

/* line 75, app/assets/stylesheets/layout/_content.scss */
.page__event-list ul {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #dadada;
  max-height: 210px;
  overflow-y: scroll;
  max-width: 340px;
  /* Handle */
}

/* line 83, app/assets/stylesheets/layout/_content.scss */
.page__event-list ul::-webkit-scrollbar {
  width: 8px;
}

/* line 86, app/assets/stylesheets/layout/_content.scss */
.page__event-list ul::-webkit-scrollbar-track {
  border: 1px solid #e9ecef;
}

/* line 90, app/assets/stylesheets/layout/_content.scss */
.page__event-list ul::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 8px;
}

/* line 94, app/assets/stylesheets/layout/_content.scss */
.page__event-list ul li {
  margin-bottom: 8px;
}

/* line 99, app/assets/stylesheets/layout/_content.scss */
.page__event-list-items {
  margin-top: 10px;
}

/* line 102, app/assets/stylesheets/layout/_content.scss */
.page__export {
  display: flex;
  justify-content: right;
  align-items: baseline;
  margin-bottom: 20px;
  flex-direction: column;
}

@media (min-width: 900px) {
  /* line 102, app/assets/stylesheets/layout/_content.scss */
  .page__export {
    flex-direction: row;
  }
}

/* line 2, app/assets/stylesheets/layout/_manager_content.scss */
.manager__container {
  background-color: #fafafb;
  margin: 0;
  padding-bottom: 16px;
}

@media (min-width: 600px) {
  /* line 2, app/assets/stylesheets/layout/_manager_content.scss */
  .manager__container {
    margin: 0 0 0 72px;
  }
}

/* line 11, app/assets/stylesheets/layout/_manager_content.scss */
.manager__header--light {
  padding: 16px 0 16px 0;
}

@media (min-width: 600px) {
  /* line 11, app/assets/stylesheets/layout/_manager_content.scss */
  .manager__header--light {
    padding: 16px 0 16px 0;
  }
}

/* line 17, app/assets/stylesheets/layout/_manager_content.scss */
.manager__header--flex {
  display: block;
}

@media (min-width: 600px) {
  /* line 17, app/assets/stylesheets/layout/_manager_content.scss */
  .manager__header--flex {
    display: flex;
    justify-content: flex-end;
  }
}

/* line 24, app/assets/stylesheets/layout/_manager_content.scss */
.manager__header--flex_center {
  align-items: center;
}

/* line 27, app/assets/stylesheets/layout/_manager_content.scss */
.manager__header--flex_end {
  align-items: flex-end;
}

/* line 31, app/assets/stylesheets/layout/_manager_content.scss */
.manager__subheader {
  width: 100%;
  padding: 0 0 20px 0;
  justify-content: end;
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/layout/_manager_content.scss */
  .manager__subheader {
    padding: 0 0 20px 0;
  }
}

/* line 2, app/assets/stylesheets/layout/_description.scss */
.description__content {
  padding: 20px;
  border-radius: 4px;
  font-weight: 300;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 17, app/assets/stylesheets/layout/_description.scss */
.description__header {
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  /* line 17, app/assets/stylesheets/layout/_description.scss */
  .description__header {
    margin-bottom: 0;
  }
}

/* line 25, app/assets/stylesheets/layout/_description.scss */
.description__image {
  width: 180px;
}

@media (min-width: 900px) {
  /* line 25, app/assets/stylesheets/layout/_description.scss */
  .description__image {
    width: 220px;
  }
}

@media (min-width: 0px) {
  /* line 3, app/assets/stylesheets/layout/_auth_nav.scss */
  .logo_manager {
    width: 200px;
  }
  /* line 8, app/assets/stylesheets/layout/_auth_nav.scss */
  .sessions-nav {
    max-width: 1335px;
    margin: 48px auto 0 auto;
    padding: 0 24px;
  }
  /* line 14, app/assets/stylesheets/layout/_auth_nav.scss */
  .sessions-nav li {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 20, app/assets/stylesheets/layout/_auth_nav.scss */
  .sessions-nav__list {
    list-style-type: none;
    padding: 0;
  }
}

@media (min-width: 0px) {
  /* line 4, app/assets/stylesheets/layout/_tour.scss */
  .no-scroll {
    overflow: hidden !important;
  }
  /* line 8, app/assets/stylesheets/layout/_tour.scss */
  .overlay-dark-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #141414;
    opacity: 30%;
  }
  /* line 19, app/assets/stylesheets/layout/_tour.scss */
  .modal-window {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 100%;
    z-index: 20000;
  }
  /* line 31, app/assets/stylesheets/layout/_tour.scss */
  .modal-window__box {
    background-color: #edecec;
    position: relative;
    display: inline-block;
    width: 315px;
    border-radius: 4px;
    border: 1px solid #9b9b9b;
    padding: 30px 20px;
    z-index: 20000;
  }
  /* line 41, app/assets/stylesheets/layout/_tour.scss */
  .modal-window__box--small {
    width: 300px;
  }
  /* line 47, app/assets/stylesheets/layout/_tour.scss */
  .exit_button {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  /* line 53, app/assets/stylesheets/layout/_tour.scss */
  .exit_button:hover {
    cursor: pointer;
  }
  /* line 57, app/assets/stylesheets/layout/_tour.scss */
  .progress-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    z-index: 20010;
  }
  /* line 65, app/assets/stylesheets/layout/_tour.scss */
  .progress {
    height: 9px;
    width: 100px;
  }
  /* line 70, app/assets/stylesheets/layout/_tour.scss */
  .progress-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 9px;
    z-index: 20010;
  }
  /* line 77, app/assets/stylesheets/layout/_tour.scss */
  .progress-dot__current {
    background-color: #bad83b;
  }
  /* line 81, app/assets/stylesheets/layout/_tour.scss */
  .progress-dot__step {
    background-color: #9b9b9b;
  }
}

@media (min-width: 760px) {
  /* line 89, app/assets/stylesheets/layout/_tour.scss */
  .progress {
    height: 8px;
    width: 150px;
  }
  /* line 94, app/assets/stylesheets/layout/_tour.scss */
  .progress-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 12px;
    z-index: 20010;
  }
}

/* line 103, app/assets/stylesheets/layout/_tour.scss */
.margin-bottom {
  margin-bottom: 15px;
}

/* line 107, app/assets/stylesheets/layout/_tour.scss */
.onboarding {
  /*&--invitation_open {

  }*/
}

@media (min-width: 0px) {
  /* line 108, app/assets/stylesheets/layout/_tour.scss */
  .onboarding--home.sidebar {
    transform: translateX(0);
  }
}

@media (min-width: 600px) {
  /* line 108, app/assets/stylesheets/layout/_tour.scss */
  .onboarding--home.sidebar {
    width: 300px;
  }
}

/* line 121, app/assets/stylesheets/layout/_tour.scss */
.onboarding--filters .options, .onboarding--granularity .options, .onboarding--sale_place .options {
  display: block !important;
  top: 10px;
}

/* line 126, app/assets/stylesheets/layout/_tour.scss */
.onboarding--filters .select--manager, .onboarding--granularity .select--manager, .onboarding--sale_place .select--manager {
  height: 40px;
}

/* line 130, app/assets/stylesheets/layout/_tour.scss */
.onboarding--filters .styled_select, .onboarding--granularity .styled_select, .onboarding--sale_place .styled_select {
  display: none !important;
}

/*.modal-tutorial {


}*/
@media (min-width: 900px) {
  /*.modal-tutorial {
    
  }*/
}

@media (min-width: 1140px) {
  /* line 155, app/assets/stylesheets/layout/_tour.scss */
  .modal-window__box {
    width: 630px;
    padding: 40px 45px 30px 45px;
  }
  /* line 161, app/assets/stylesheets/layout/_tour.scss */
  .modal-window__box--small {
    width: 400px;
  }
  /*.modal-tutorial {
    
  }*/
}

@media (min-width: 1300px) {
  /*.modal-tutorial {
    
  }*/
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bad83b;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(186, 216, 59, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(186, 216, 59, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #bad83b;
    box-shadow: 0 0 0 0 #bad83b;
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(186, 216, 59, 0.3);
    box-shadow: 0 0 0 10px rgba(186, 216, 59, 0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(186, 216, 59, 0);
    box-shadow: 0 0 0 0 rgba(186, 216, 59, 0);
  }
}

/* line 214, app/assets/stylesheets/layout/_tour.scss */
.onboarding--filters .options, .onboarding--period .period, .onboarding--granularity .options, .onboarding--general_occupation .general_occupation, .onboarding--sale_place .options, .onboarding--events_list, .onboarding--internet_session .internet_session, .onboarding--promo_codes .promo_codes, .onboarding--cards, .onboarding--filters_events, .onboarding--list_users .list_users > div, .onboarding--invitation .invitation_container, .onboarding--alerts .alerts, .onboarding--exportar_internet_promo .exportar_internet_promo, .onboarding--list_events_aggregated .list_events_aggregated, .onboarding--stats {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 #bad83b;
  animation: pulse 2s infinite;
  z-index: 10000;
}

/* line 237, app/assets/stylesheets/layout/_tour.scss */
.onboarding--export .export, .onboarding--see_more_sales_evolution, .onboarding--see_more_sales_by_local, .onboarding--see_more_sales_by_event, .onboarding--see_more_sales_by_pos, .onboarding--ver_mais_events_sales .ver_mais_events_sales, .onboarding--resumo .resumo, .onboarding--show_more, .onboarding--dates_radio, .onboarding--first_day, .onboarding--session_checkbox, .onboarding--apply, .onboarding--sessions_count, .onboarding--ver_mais_event_occupation .ver_mais_event_occupation, .onboarding--see_more_ticket_type, .onboarding--see_more_event_sales_pos .see_more_event_sales_pos, .onboarding--see_more_sales_by_discount, .onboarding--see_more_sales_by_typology, .onboarding--select_sessions .select_sessions, .onboarding--sessions_box .sessions_box, .onboarding--exportar_gdpr .export_gdpr, .onboarding--total_occupation_local_filter, .onboarding--financial_report {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 #bad83b;
  background-color: white;
  animation: pulse 2s infinite;
  z-index: 9999;
}

/* line 268, app/assets/stylesheets/layout/_tour.scss */
.onboarding--filters_events, .onboarding--financial_report, .onboarding--general_occupation .general_occupation {
  background-color: #fafafb;
}

/* line 274, app/assets/stylesheets/layout/_tour.scss */
.onboarding--safts_table, .onboarding--table .table_highlight_container {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 #bad83b;
  animation: pulse 2s infinite;
  z-index: 9999;
}

/* line 283, app/assets/stylesheets/layout/_tour.scss */
.onboarding--general_occupation .general_occupation {
  position: relative;
  display: grid;
  cursor: pointer;
  box-shadow: 0 0 0 #bad83b;
  animation: pulse 2s infinite;
  z-index: 9999;
}

/* line 292, app/assets/stylesheets/layout/_tour.scss */
.onboarding--chart {
  position: relative;
  display: grid;
  cursor: pointer;
  box-shadow: 0 0 0 #bad83b;
  background-color: white;
  animation: pulse 2s infinite;
  z-index: 9999;
}

/* line 302, app/assets/stylesheets/layout/_tour.scss */
.onboarding--markdown {
  display: block;
  cursor: pointer;
  animation: pulse 2s infinite;
  z-index: 9999;
  position: relative;
}

/* line 309, app/assets/stylesheets/layout/_tour.scss */
.onboarding--markdown::after {
  box-shadow: 0 0 0 #bad83b;
  animation: pulse 2s infinite;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/_spinner.scss */
.loading-ticket {
  width: 100%;
}

/* line 4, app/assets/stylesheets/components/_spinner.scss */
.loading-ticket svg {
  width: 100px;
  height: auto;
  margin: auto;
  display: block;
}

/* line 13, app/assets/stylesheets/components/_spinner.scss */
.lds-ellipsis--minor {
  height: 20px;
  overflow: hidden;
}

@media (min-width: 900px) {
  /* line 13, app/assets/stylesheets/components/_spinner.scss */
  .lds-ellipsis--minor {
    height: 40px;
  }
}

/* line 21, app/assets/stylesheets/components/_spinner.scss */
.lds-ellipsis--minor svg {
  height: 150%;
  width: 60px;
  margin-top: -12px;
}

/* line 28, app/assets/stylesheets/components/_spinner.scss */
.lds-ellipsis--table {
  height: 10px;
}

/* line 33, app/assets/stylesheets/components/_spinner.scss */
.turbolinks-progress-bar {
  background: #bad83b;
}

/* line 1, app/assets/stylesheets/components/_full_spinner.scss */
.full-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}

/* line 11, app/assets/stylesheets/components/_full_spinner.scss */
.full-spinner__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav {
  margin-bottom: 16px;
  margin-top: 24px;
  background-color: #e9ecef;
  padding: 12px 16px;
}

/* line 9, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav--fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
  -webkit-box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 0.35);
}

@media (min-width: 600px) {
  /* line 9, app/assets/stylesheets/components/_breadcrumb.scss */
  .breadcrumb_nav--fixed {
    margin: 0 65px 0 35px;
  }
}

/* line 26, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 900px) {
  /* line 26, app/assets/stylesheets/components/_breadcrumb.scss */
  .breadcrumb_nav__container {
    flex-direction: row;
  }
}

/* line 37, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__date_field {
  padding-right: 8px;
}

/* line 41, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__list li {
  display: inline;
  color: #9b9b9b;
}

/* line 52, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__list li a {
  color: #9b9b9b;
}

/* line 55, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__list li a:hover {
  color: #141414;
}

/* line 60, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__list li + li:before {
  padding: 8px;
  color: #9b9b9b;
  content: "/";
}

/* line 66, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb_nav__list li:last-child {
  color: #141414;
}

/* line 2, app/assets/stylesheets/components/_chart_tooltip.scss */
.chart_tooltip__header {
  padding: 3px 8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 13, app/assets/stylesheets/components/_chart_tooltip.scss */
.chart_tooltip__body {
  padding: 6px 8px;
  width: 100%;
  font-size: 12px;
  background: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 8, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 13, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 8px;
  width: 16em;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/components/_datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 28, app/assets/stylesheets/components/_datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 35, app/assets/stylesheets/components/_datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 41, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 50, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom: 7px solid #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 7px;
  top: -7px;
}

/* line 60, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #edecec;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 8px;
  top: -6px;
}

/* line 69, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 79, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #edecec;
  bottom: -6px;
  left: 7px;
}

/* line 88, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 94, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 100, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding: 0;
}

/* line 106, app/assets/stylesheets/components/_datetimepicker.scss */
.list-unstyled li {
  list-style-type: none;
}

/* line 111, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 116, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 121, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  width: 54px;
}

/* line 131, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 136, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Increment Hours';
}

/* line 149, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Increment Minutes';
}

/* line 162, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Decrement Hours';
}

/* line 175, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Decrement Minutes';
}

/* line 188, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Show Hours';
}

/* line 201, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Show Minutes';
}

/* line 214, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Toggle AM/PM';
}

/* line 227, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Clear the picker';
}

/* line 240, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Set the date to today';
}

/* line 253, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 258, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Toggle Date and Time Screens';
}

/* line 271, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 280, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 287, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 293, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}

/* line 300, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

/* line 307, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 312, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  cursor: not-allowed;
}

/* line 319, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Previous Month';
}

/* line 332, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Next Month';
}

/* line 345, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 350, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #edecec;
}

/* line 355, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 362, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #edecec;
}

/* line 370, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

/* line 377, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  cursor: pointer;
}

/* line 385, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #edecec;
}

/* line 391, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 396, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 408, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 414, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}

/* line 419, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #edecec;
  cursor: not-allowed;
}

/* line 427, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}

/* line 438, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  border-radius: 0;
}

/* line 443, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

/* line 449, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #edecec;
}

/* line 454, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #edecec;
  cursor: not-allowed;
}

/* line 462, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 468, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 473, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 478, app/assets/stylesheets/components/_datetimepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 483, app/assets/stylesheets/components/_datetimepicker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 495, app/assets/stylesheets/components/_datetimepicker.scss */
.table-condensed thead tr {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 500, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* DROPDOWN BOOTSTRAP */
/* line 523, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 528, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 535, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 545, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 552, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 561, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 567, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 576, app/assets/stylesheets/components/_datetimepicker.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 580, app/assets/stylesheets/components/_datetimepicker.scss */
.open > a {
  outline: 0;
}

/* line 584, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 589, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 594, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 603, app/assets/stylesheets/components/_datetimepicker.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 612, app/assets/stylesheets/components/_datetimepicker.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 617, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td a span {
  color: black;
}

/* line 621, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-picker {
  height: 100%;
}

/* line 625, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-picker .table-condensed {
  height: 100%;
}

/* line 629, app/assets/stylesheets/components/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td a span:hover {
  background-color: #EDECEC;
}

/* line 1, app/assets/stylesheets/components/_datetimepicker_colors.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  color: #bad83b;
}

/* line 7, app/assets/stylesheets/components/_datetimepicker_colors.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #bad83b;
}

/* line 15, app/assets/stylesheets/components/_datetimepicker_colors.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #bad83b;
}

/* line 20, app/assets/stylesheets/components/_datetimepicker_colors.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #bad83b;
  color: #141414;
}

/* line 27, app/assets/stylesheets/components/_datetimepicker_colors.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #bad83b;
}

/* line 32, app/assets/stylesheets/components/_datetimepicker_colors.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #bad83b;
  color: #141414;
}

/* The switch - the box around the slider */
/* line 2, app/assets/stylesheets/components/_slider.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
/* line 10, app/assets/stylesheets/components/_slider.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 17, app/assets/stylesheets/components/_slider.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 29, app/assets/stylesheets/components/_slider.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 41, app/assets/stylesheets/components/_slider.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 45, app/assets/stylesheets/components/_slider.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 49, app/assets/stylesheets/components/_slider.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
/* line 56, app/assets/stylesheets/components/_slider.scss */
.slider.round {
  border-radius: 34px;
}

/* line 60, app/assets/stylesheets/components/_slider.scss */
.slider.round:before {
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/components/_forms.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* line 16, app/assets/stylesheets/components/_forms.scss */
label {
  margin-bottom: 0.25rem;
}

/* line 21, app/assets/stylesheets/components/_forms.scss */
.input label {
  display: inline-block;
  margin: 0 0 8px 0;
}

/* line 26, app/assets/stylesheets/components/_forms.scss */
.input__field {
  margin-bottom: 1rem;
}

/* line 29, app/assets/stylesheets/components/_forms.scss */
.input__field--left {
  padding: 0 0.6rem 0 0;
}

/* line 33, app/assets/stylesheets/components/_forms.scss */
.input__field--right {
  padding: 0 0 0 0.6rem;
}

/* line 38, app/assets/stylesheets/components/_forms.scss */
.input__actions {
  margin-top: 24px;
}

/* line 42, app/assets/stylesheets/components/_forms.scss */
.input--dark {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #383737;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  color: #383737;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--dark::placeholder {
  color: #6e6d6d;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--dark:focus, .input--dark:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--dark:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 46, app/assets/stylesheets/components/_forms.scss */
.input--dark:hover, .input--dark:focus, .input--dark:active {
  background-color: rgba(20, 20, 20, 0.05);
}

/* line 53, app/assets/stylesheets/components/_forms.scss */
.input--light {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  color: #ffffff;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--light::placeholder {
  color: #edecec;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--light:focus, .input--light:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--light:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 57, app/assets/stylesheets/components/_forms.scss */
.input--light:hover, .input--light:focus, .input--light:active {
  background-color: rgba(237, 236, 236, 0.05);
}

/* line 64, app/assets/stylesheets/components/_forms.scss */
.input--half {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

/* line 70, app/assets/stylesheets/components/_forms.scss */
.input--manager {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  color: #383737;
  background-color: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  line-height: 1.6;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--manager::placeholder {
  color: #edecec;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--manager:focus, .input--manager:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.input--manager:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 78, app/assets/stylesheets/components/_forms.scss */
.input--manager--daterangepicker {
  min-width: 184px;
}

/* line 83, app/assets/stylesheets/components/_forms.scss */
.input--small {
  max-width: 100px;
}

/* line 87, app/assets/stylesheets/components/_forms.scss */
.input--adjustable {
  width: 100%;
}

/* line 91, app/assets/stylesheets/components/_forms.scss */
.input--wrapper {
  position: relative;
}

/* line 95, app/assets/stylesheets/components/_forms.scss */
.input--disabled {
  background-color: rgba(20, 20, 20, 0.05);
  opacity: 0.8;
  cursor: default;
}

/* line 101, app/assets/stylesheets/components/_forms.scss */
.input--clean {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: .5rem 1rem;
  color: #9b9b9b;
  cursor: pointer;
}

/* line 111, app/assets/stylesheets/components/_forms.scss */
.input--error {
  border-color: #d41922 !important;
}

/* line 116, app/assets/stylesheets/components/_forms.scss */
.manager_avatar_upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}

/* line 123, app/assets/stylesheets/components/_forms.scss */
.manager_avatar_upload > input {
  display: none;
}

/* line 127, app/assets/stylesheets/components/_forms.scss */
.manager_avatar_upload > label {
  cursor: pointer;
}

/* line 131, app/assets/stylesheets/components/_forms.scss */
textarea {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid 6em;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
textarea::placeholder {
  color: 100%;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
textarea:focus, textarea:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
textarea:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 135, app/assets/stylesheets/components/_forms.scss */
input[type="color"] {
  width: 0px;
  height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid 2.5em;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
input[type="color"]::placeholder {
  color: 100%;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
input[type="color"]:focus, input[type="color"]:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
input[type="color"]:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 139, app/assets/stylesheets/components/_forms.scss */
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0.5em 15px;
}

/* line 143, app/assets/stylesheets/components/_forms.scss */
input[type="color"]::-webkit-color-swatch {
  border: none;
}

/* line 148, app/assets/stylesheets/components/_forms.scss */
.actions {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 500px) {
  /* line 155, app/assets/stylesheets/components/_forms.scss */
  .input--half {
    grid-template-columns: 1fr 1fr;
  }
  /* line 159, app/assets/stylesheets/components/_forms.scss */
  .input--adjustable {
    width: inherit;
  }
}

/* Fix for Firefox */
@-moz-document url-prefix() {
  /* line 3, app/assets/stylesheets/components/_buttons.scss */
  .button {
    letter-spacing: 0.2px;
  }
}

/* Buttons */
/* line 10, app/assets/stylesheets/components/_buttons.scss */
.primary_button {
  background-color: #d41922;
  border-color: #d41922;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_button i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_button:focus {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_button:hover {
  background-color: #bd161e;
  border-color: #bd161e;
  color: #ffffff;
}

/* line 19, app/assets/stylesheets/components/_buttons.scss */
.primary_manager_button {
  background-color: #bad83b;
  border: 1px solid transparent;
  border-color: #bad83b;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_manager_button:hover {
  background-color: #b0d029;
  border-color: #b0d029;
  color: #ffffff;
}

/* line 31, app/assets/stylesheets/components/_buttons.scss */
.primary_manager_button:disabled, .primary_manager_button[disabled] {
  background-color: #edecec;
  color: #ffffff;
  border: none;
  pointer-events: none;
}

/* line 40, app/assets/stylesheets/components/_buttons.scss */
.secondary_manager_button {
  background-color: #d41922;
  border: 1px solid transparent;
  border-color: #d41922;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_manager_button:hover {
  background-color: #bd161e;
  border-color: #bd161e;
  color: #ffffff;
}

/* line 54, app/assets/stylesheets/components/_buttons.scss */
.light_manager_button {
  background-color: #edecec;
  border: 1px solid transparent;
  border-color: #edecec;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.light_manager_button:hover {
  background-color: #e1dfdf;
  border-color: #e1dfdf;
  color: #141414;
}

/* line 67, app/assets/stylesheets/components/_buttons.scss */
.primary_light_button {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_light_button i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_light_button:focus {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_light_button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #141414;
}

/* line 77, app/assets/stylesheets/components/_buttons.scss */
.primary_green_button {
  background-color: #bad83b;
  border-color: #bad83b;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_green_button i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_green_button:focus {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.primary_green_button:hover {
  background-color: #b0d029;
  border-color: #b0d029;
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/components/_buttons.scss */
.secondary_button {
  background-color: transparent;
  border-color: #d41922;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #d41922;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_button i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_button:focus {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_button:hover {
  background-color: #bd161e;
  border-color: #bd161e;
  color: #ffffff;
}

/* line 95, app/assets/stylesheets/components/_buttons.scss */
.secondary_manager_green_button {
  border: 1px solid transparent;
  border-color: #bad83b;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bad83b;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_manager_green_button:hover {
  background-color: #b0d029;
  border-color: #b0d029;
  color: #ffffff;
}

/* line 108, app/assets/stylesheets/components/_buttons.scss */
.secondary_manager_red_button {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-color: #d41922;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d41922;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_manager_red_button:hover {
  background-color: #bd161e;
  border-color: #bd161e;
  color: #ffffff;
}

/* line 120, app/assets/stylesheets/components/_buttons.scss */
.secondary_light_button {
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_light_button i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_light_button:focus {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.secondary_light_button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #141414;
}

/* line 130, app/assets/stylesheets/components/_buttons.scss */
.warning_button {
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.warning_button i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.warning_button:focus {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.warning_button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #141414;
}

/* line 140, app/assets/stylesheets/components/_buttons.scss */
.disabled_button, .event .sessions_button:disabled {
  background-color: transparent;
  border-color: #9b9b9b;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b9b9b;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: "background-color";
  transition-timing-function: ease-in-out;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/abstracts/mixins/_button.scss */
.disabled_button i, .event .sessions_button:disabled i {
  margin: 0 8px 0 0;
}

/* line 31, app/assets/stylesheets/abstracts/mixins/_button.scss */
.disabled_button:focus, .event .sessions_button:focus:disabled {
  outline: none;
}

/* line 8, app/assets/stylesheets/abstracts/mixins/_button.scss */
.disabled_button:hover, .event .sessions_button:hover:disabled {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
  color: #9b9b9b;
}

/* line 151, app/assets/stylesheets/components/_buttons.scss */
.cancel_button {
  background: transparent;
  border: none;
  font-size: 0.825rem;
  color: #141414;
  padding: 0;
  margin: 30px 0 0 0;
  cursor: pointer;
  text-decoration: underline;
}

/* line 161, app/assets/stylesheets/components/_buttons.scss */
.cancel_button:hover {
  opacity: 0.8;
}

/* line 166, app/assets/stylesheets/components/_buttons.scss */
.tiny_button {
  font-size: 0.75rem;
  padding: 8px;
}

/* line 171, app/assets/stylesheets/components/_buttons.scss */
.small_button {
  font-size: 12px;
  padding: 10px;
}

/* line 176, app/assets/stylesheets/components/_buttons.scss */
.medium_button {
  font-size: 16px;
  padding: 14px 24px;
}

/* line 181, app/assets/stylesheets/components/_buttons.scss */
.full_button {
  font-size: 20px;
  padding: 20px 30px;
  width: 100%;
}

/* line 187, app/assets/stylesheets/components/_buttons.scss */
.actions_buttons {
  display: flex;
  margin: 32px 0 0 0;
}

/* line 191, app/assets/stylesheets/components/_buttons.scss */
.actions_buttons--one {
  justify-content: flex-end;
}

/* line 195, app/assets/stylesheets/components/_buttons.scss */
.actions_buttons--two {
  justify-content: space-between;
}

/* line 201, app/assets/stylesheets/components/_buttons.scss */
.button_icon--light {
  transition: all .1s ease-in-out;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* line 214, app/assets/stylesheets/components/_buttons.scss */
.button_icon--light:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 40, 100, 0.24);
}

/* line 219, app/assets/stylesheets/components/_buttons.scss */
.button_icon--light .label {
  margin-left: 5px;
  font-size: 0.7rem;
}

/* line 226, app/assets/stylesheets/components/_buttons.scss */
.button_entries_chart {
  background-color: #edecec;
  color: #141414;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  text-transform: none;
  border-radius: 3px;
  font-weight: 500;
}

/* line 234, app/assets/stylesheets/components/_buttons.scss */
.button_entries_chart.active {
  color: #ffffff;
  background-color: #ffa500;
}

/* line 240, app/assets/stylesheets/components/_buttons.scss */
.button_entries_chart:hover {
  background-color: #dadada;
}

/* line 244, app/assets/stylesheets/components/_buttons.scss */
.button_link {
  background-color: #ffffff;
  color: #141414;
  text-decoration: underline !important;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border: 1px solid #dadada;
  border-radius: 0.125rem;
  white-space: nowrap;
  height: fit-content;
}

/* line 256, app/assets/stylesheets/components/_buttons.scss */
.button_link:disabled {
  opacity: 0.5;
}

/* line 260, app/assets/stylesheets/components/_buttons.scss */
.button_link a {
  color: #141414;
}

/* line 2, app/assets/stylesheets/components/_tables.scss */
.table_description--mobile {
  display: block;
  margin-bottom: 1rem;
}

/* line 8, app/assets/stylesheets/components/_tables.scss */
.table_container {
  width: 100%;
  overflow-x: auto;
  max-height: 600px;
}

/* line 13, app/assets/stylesheets/components/_tables.scss */
.table_container--local {
  width: 100%;
  margin: 0 auto 2rem;
}

/* line 18, app/assets/stylesheets/components/_tables.scss */
.table_container--desktop {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_tables.scss */
.table_container--mobile {
  display: block;
}

/* line 26, app/assets/stylesheets/components/_tables.scss */
.table_container .table {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 20px 0 20px 0;
  text-align: center;
  min-width: 700px;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

/* line 36, app/assets/stylesheets/components/_tables.scss */
.table_container .table thead tr {
  height: 50px;
}

/* line 39, app/assets/stylesheets/components/_tables.scss */
.table_container .table thead tr th {
  color: #bad83b;
  border: none;
}

/* line 47, app/assets/stylesheets/components/_tables.scss */
.table_container .table tbody tr {
  height: 50px;
  border-top: 2px solid #383737;
}

/* line 51, app/assets/stylesheets/components/_tables.scss */
.table_container .table tbody tr td {
  padding: 15px 5px 15px 5px;
  border: none;
}

/* line 59, app/assets/stylesheets/components/_tables.scss */
.table_container::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 63, app/assets/stylesheets/components/_tables.scss */
.table_container::-webkit-scrollbar:vertical {
  width: 10px;
}

/* line 67, app/assets/stylesheets/components/_tables.scss */
.table_container::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* line 71, app/assets/stylesheets/components/_tables.scss */
.table_container::-webkit-scrollbar-corner {
  background-color: #e9ecef;
}

/* line 75, app/assets/stylesheets/components/_tables.scss */
.table_container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #6e6d6d;
}

/* line 81, app/assets/stylesheets/components/_tables.scss */
.sessions__table {
  margin: 0 0 40px 0;
}

/* line 86, app/assets/stylesheets/components/_tables.scss */
.row_total td {
  background: #fafafb;
}

/* line 91, app/assets/stylesheets/components/_tables.scss */
.sticky {
  position: sticky;
  left: 0;
  z-index: 3;
}

/* line 97, app/assets/stylesheets/components/_tables.scss */
.summary_table {
  overflow-x: auto;
  white-space: nowrap;
}

/* line 101, app/assets/stylesheets/components/_tables.scss */
.summary_table__sticky {
  position: sticky;
  left: 0;
  background-color: white;
}

/* line 107, app/assets/stylesheets/components/_tables.scss */
.summary_table__total_title {
  z-index: 9;
  background-color: #fafafb !important;
  font-weight: bold;
}

/* line 112, app/assets/stylesheets/components/_tables.scss */
.summary_table__total_title:hover {
  color: #808080 !important;
}

/* line 117, app/assets/stylesheets/components/_tables.scss */
.summary_table__border_spacing {
  border-top-color: #edecec;
  border-top-style: solid;
}

/* line 121, app/assets/stylesheets/components/_tables.scss */
.summary_table__border_spacing--thin {
  border-top-width: 2px;
}

/* line 125, app/assets/stylesheets/components/_tables.scss */
.summary_table__border_spacing--medium {
  border-top-width: 4px;
}

/* line 130, app/assets/stylesheets/components/_tables.scss */
.summary_table thead {
  top: 0;
  position: sticky;
  z-index: 4;
}

/* line 137, app/assets/stylesheets/components/_tables.scss */
.summary_table tfoot tr td {
  font-weight: bold;
}

/* line 143, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th {
  height: 45px;
  padding: 10px;
}

/* line 147, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th.z_index {
  z-index: 1;
}

/* line 150, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th.z_index--header {
  z-index: 2;
}

/* line 155, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th[data-column="column1"] {
  position: sticky;
  left: 0;
  background-color: #9b9b9b;
  z-index: 3;
}

/* line 162, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th[data-column="column2"] {
  position: sticky;
  background-color: #9b9b9b;
  z-index: 1;
}

/* line 168, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th.header__column2_sticky {
  position: sticky;
  left: 115px;
  background-color: #9b9b9b;
}

/* line 174, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th.header_tax_column2_sticky {
  position: sticky;
  left: 285px;
  background-color: #9b9b9b;
}

/* line 180, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > th.sticky {
  position: sticky;
  background-color: #9b9b9b;
  z-index: 3;
}

/* line 187, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > td {
  padding: 10px;
  box-shadow: inset 0 0 0 1px #edecec;
}

/* line 191, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > td[data-column="column1"] {
  position: sticky;
  left: 0;
  background-color: inherit;
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
}

/* line 201, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > td[data-column="column2"] {
  position: sticky;
  background-color: inherit;
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 209, app/assets/stylesheets/components/_tables.scss */
.summary_table tr > td.sticky {
  position: sticky;
  background-color: inherit;
}

/* line 218, app/assets/stylesheets/components/_tables.scss */
.summary_table--with_header_borders tr > th:not(.blank_cell) {
  box-shadow: inset 0 0 0 0.5px #edecec !important;
}

/* line 224, app/assets/stylesheets/components/_tables.scss */
.summary_table--with_multiline_headers {
  white-space: normal;
}

/* line 229, app/assets/stylesheets/components/_tables.scss */
.entries_table--container {
  width: 100%;
  position: relative;
  height: 8px;
  margin: 0;
  padding: 0;
}

/* line 237, app/assets/stylesheets/components/_tables.scss */
.entries_table--background {
  width: 100%;
  background-color: #edecec;
  border-radius: 1px;
  height: 8px;
  position: absolute;
  left: 0;
}

/* line 246, app/assets/stylesheets/components/_tables.scss */
.entries_table--bar {
  border-radius: 1px;
  position: absolute;
  height: 8px;
  left: 0;
  background-color: #bad83b;
}

/* line 254, app/assets/stylesheets/components/_tables.scss */
.table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

/* line 260, app/assets/stylesheets/components/_tables.scss */
.table__wrapper {
  display: block;
  width: 100%;
  color: #141414;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 266, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--child {
  font-size: 13px;
}

/* line 270, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--even {
  background-color: #fafafb;
}

/* line 274, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--odd {
  background-color: #ffffff;
}

/* line 278, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--clicked {
  background-color: #fafafb;
}

/* line 281, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--clicked.active {
  background-color: #f5f5de;
}

/* line 287, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--lines {
  display: block;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #141414;
}

/* line 292, app/assets/stylesheets/components/_tables.scss */
.table__wrapper--lines:not(:last-child) {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 297, app/assets/stylesheets/components/_tables.scss */
.table__body {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 10px 10px;
}

/* line 302, app/assets/stylesheets/components/_tables.scss */
.table__unit {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

/* line 311, app/assets/stylesheets/components/_tables.scss */
.table__unit--occupation {
  margin-bottom: 10px;
}

/* line 315, app/assets/stylesheets/components/_tables.scss */
.table__unit--multiple_header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 321, app/assets/stylesheets/components/_tables.scss */
.table__unit--header {
  width: 100%;
  display: none;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0 0 20px 0;
}

/* line 328, app/assets/stylesheets/components/_tables.scss */
.table__unit--header_line {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 334, app/assets/stylesheets/components/_tables.scss */
.table__unit--row {
  padding: 10px 10px;
}

/* line 337, app/assets/stylesheets/components/_tables.scss */
.table__unit--row:hover {
  background-color: rgba(20, 20, 20, 0.08);
}

/* line 344, app/assets/stylesheets/components/_tables.scss */
.table__unit--state .table-body,
.table__unit--state .table-child {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 8px;
  max-height: 24px;
}

/* line 360, app/assets/stylesheets/components/_tables.scss */
.table__unit--active .table-body,
.table__unit--active .table-child {
  background-color: #bad83b;
  color: #ffffff;
}

/* line 369, app/assets/stylesheets/components/_tables.scss */
.table__unit--inactive .table-body,
.table__unit--inactive .table-child {
  background-color: #edecec;
  color: #383737;
}

/* line 378, app/assets/stylesheets/components/_tables.scss */
.table__unit--display .table-body,
.table__unit--display .table-child {
  padding-left: 8px;
}

/* line 385, app/assets/stylesheets/components/_tables.scss */
.table__unit .table__occupation_container {
  width: 100%;
  position: relative;
  height: 8px;
}

@media (min-width: 900px) {
  /* line 385, app/assets/stylesheets/components/_tables.scss */
  .table__unit .table__occupation_container {
    width: 100px;
  }
}

/* line 395, app/assets/stylesheets/components/_tables.scss */
.table__unit .table__occupation--bar, .table__unit .table__occupation--background {
  border-radius: 1px;
  height: 8px;
  position: absolute;
  left: 0;
}

/* line 403, app/assets/stylesheets/components/_tables.scss */
.table__unit .table__occupation--bar {
  background-color: #bad83b;
}

/* line 407, app/assets/stylesheets/components/_tables.scss */
.table__unit .table__occupation--background {
  background-color: #edecec;
  width: 100%;
}

/* line 415, app/assets/stylesheets/components/_tables.scss */
.table__unit_download p {
  margin-left: 5px;
}

/* line 421, app/assets/stylesheets/components/_tables.scss */
.icon_download {
  margin-right: 5px;
}

@media (min-width: 600px) {
  /* line 427, app/assets/stylesheets/components/_tables.scss */
  .table_description--mobile {
    display: none;
  }
  /* line 433, app/assets/stylesheets/components/_tables.scss */
  .table_container--desktop {
    display: block;
  }
  /* line 437, app/assets/stylesheets/components/_tables.scss */
  .table_container--mobile {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 444, app/assets/stylesheets/components/_tables.scss */
  .table {
    flex-direction: row;
  }
  /* line 447, app/assets/stylesheets/components/_tables.scss */
  .table__unit {
    flex-direction: row;
    text-align: left;
    padding: 0 24px;
  }
  /* line 452, app/assets/stylesheets/components/_tables.scss */
  .table__unit--occupation {
    display: none;
  }
  /* line 456, app/assets/stylesheets/components/_tables.scss */
  .table__unit--header {
    display: flex;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  }
  /* line 462, app/assets/stylesheets/components/_tables.scss */
  .table__unit--row {
    padding: 10px 15px;
  }
  /* line 466, app/assets/stylesheets/components/_tables.scss */
  .table__unit--display {
    justify-content: flex-start;
    width: auto;
  }
  /* line 471, app/assets/stylesheets/components/_tables.scss */
  .table__unit--toggler {
    padding: 0 10px 0 0;
    width: 52px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  /* line 485, app/assets/stylesheets/components/_tables.scss */
  .table__unit_download {
    display: flex;
    justify-content: flex-start;
  }
  /* line 489, app/assets/stylesheets/components/_tables.scss */
  .table__unit_download p {
    margin-left: 5px;
  }
  /* line 496, app/assets/stylesheets/components/_tables.scss */
  .table_container--local {
    width: 100%;
  }
}

/* line 502, app/assets/stylesheets/components/_tables.scss */
.switch-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 900px) {
  /* line 502, app/assets/stylesheets/components/_tables.scss */
  .switch-container {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

/* line 1, app/assets/stylesheets/components/_calendarorganizer.scss */
.selected {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (min-width: 0px) {
  /* line 8, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body {
    display: grid;
    grid-template-columns: auto-fit;
    column-gap: 16px;
    width: 100%;
  }
  /* line 14, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body .unavailable-data {
    grid-column: span 2;
  }
  /* line 19, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body .organizer.no_calendar {
    grid-column: span 2;
  }
  /* line 23, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body .organizer .sessions_message__empty {
    padding: 0 0 24px 24px;
    width: 100%;
  }
  /* line 29, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body .spinner__container {
    grid-column: span 2;
    display: flex;
    justify-content: center;
  }
  /* line 36, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session {
    background-color: rgba(56, 55, 55, 0.04);
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-areas: 'date info' 'date occupation';
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    position: relative;
    border-radius: 3px;
  }
  /* line 48, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container {
    margin-bottom: 8px;
  }
  /* line 51, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-date {
    grid-area: date;
    align-self: flex-start;
    background-color: #ffffff;
    border-radius: 1px;
    height: 42px;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  /* line 62, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-date__month {
    display: block;
    line-height: 1;
  }
  /* line 68, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-occupation {
    grid-area: occupation;
    display: flex;
    align-self: flex-end;
  }
  /* line 73, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-occupation__container {
    display: flex;
    width: 100%;
  }
  /* line 78, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-occupation__wrapper {
    width: 50%;
  }
  /* line 83, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-info {
    grid-area: info;
  }
  /* line 86, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-info__wrapper {
    display: flex;
    align-items: center;
  }
  /* line 90, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-info__wrapper:first-child {
    margin-bottom: 4px;
  }
  /* line 95, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-info__time {
    display: block;
    line-height: 1.2;
    margin-right: 12px;
    text-transform: capitalize;
  }
  /* line 102, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-info__location {
    text-transform: capitalize;
  }
  /* line 107, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-info__room:after {
    content: "•";
    color: #9b9b9b;
    margin-right: 6px;
    margin-left: 4px;
  }
  /* line 116, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .tl_control {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  /* line 123, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session .ocupation-progress {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(20, 20, 20, 0.05);
  }
  /* line 132, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session .ocupation-progress--fill {
    background-color: #bad83b;
    height: 100%;
  }
  /* line 138, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session--session-list {
    background-color: #f6f6f6;
  }
  /* line 142, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session > span {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
  }
  /* line 147, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session > span span:first-child {
    display: none;
    font-weight: bold;
  }
  /* line 154, app/assets/stylesheets/components/_calendarorganizer.scss */
  .unavailable {
    color: #141414;
  }
  /* line 158, app/assets/stylesheets/components/_calendarorganizer.scss */
  .unavailable_button {
    opacity: 0.3;
    pointer-events: none;
  }
  /* line 165, app/assets/stylesheets/components/_calendarorganizer.scss */
  .calendar .input--manager {
    font-weight: 500;
    font-size: 0.875rem;
  }
  /* line 169, app/assets/stylesheets/components/_calendarorganizer.scss */
  .calendar .input--manager:focus {
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.05);
  }
  /* line 174, app/assets/stylesheets/components/_calendarorganizer.scss */
  .calendar .card__switch_container {
    justify-content: flex-start;
  }
}

@media (min-width: 760px) {
  /* line 183, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session {
    padding: 24px;
  }
}

@media (min-width: 900px) {
  /* line 192, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body {
    grid-template-columns: 270px 1fr;
  }
  /* line 198, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session > span span:first-child {
    display: none;
  }
  /* line 202, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session > span:last-child {
    text-align: right;
    padding: 0;
  }
  /* line 210, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-occupation__wrapper {
    padding-right: 32px;
    width: auto;
  }
  /* line 219, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_typology__submit {
    min-width: 240px;
  }
  /* line 222, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_typology__submit span {
    display: inline;
  }
}

@media (min-width: 1140px) {
  /* line 232, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session {
    grid-template-columns: 42px 1fr minmax(auto, auto);
    grid-template-areas: 'date info occupation';
  }
  /* line 237, app/assets/stylesheets/components/_calendarorganizer.scss */
  .organizer_session__container .session-occupation {
    margin-right: 24px;
  }
  /* line 243, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body {
    grid-template-columns: 30% 70%;
    column-gap: 0;
  }
  /* line 248, app/assets/stylesheets/components/_calendarorganizer.scss */
  .calendar {
    margin-right: 16px;
  }
}

@media (min-width: 1360px) {
  /* line 256, app/assets/stylesheets/components/_calendarorganizer.scss */
  .cal_org_body {
    grid-template-columns: 25% 75%;
  }
}

/* line 1, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-single {
  z-index: 0;
  color: #383737;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  font-family: "Roboto", sans-serif;
}

/* line 8, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-single.is-bound {
  z-index: 999;
  position: fixed;
  bottom: 0px;
  top: auto;
  width: 100%;
  margin-left: -27px;
  height: 60vh;
  background-color: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

@media (min-width: 900px) {
  /* line 8, app/assets/stylesheets/components/_pika-lendar.scss */
  .pika-single.is-bound {
    margin-left: -102px;
  }
}

@media (min-width: 1140px) {
  /* line 8, app/assets/stylesheets/components/_pika-lendar.scss */
  .pika-single.is-bound {
    margin-left: -28px;
  }
}

/* line 28, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-single.is-bound::before {
  background: rgba(20, 20, 20, 0.1);
  height: 40vh;
  width: 100%;
  position: absolute;
  top: -40vh;
  z-index: 0;
}

/* line 37, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-single.is-bound .pika-lendar {
  padding: 48px;
}

/* line 43, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar {
  width: 100%;
  padding: 16px;
  margin: 0;
}

/* line 48, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-title select {
  display: none;
}

/* line 52, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-label {
  z-index: 0;
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  color: #383737;
}

/* line 61, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-next, .pika-lendar .pika-prev {
  background-image: none;
  position: relative;
  width: 30px;
  color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-next::after, .pika-lendar .pika-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  color: #383737;
  transform: translateY(-50%);
}

/* line 78, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-next::after {
  content: "\f054";
  right: 0;
}

/* line 85, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-prev::after {
  content: "\f053";
  right: 20px;
}

/* line 92, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-table thead tr {
  padding: 24px 0 8px 0;
}

/* line 94, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-table thead tr th {
  color: #9b9b9b;
  line-height: 120%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 4px;
}

/* line 105, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-table tbody td {
  margin: 1px;
}

/* line 111, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-table thead tr, .pika-lendar .pika-table tbody tr {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 119, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-lendar .pika-table abbr {
  text-decoration: none;
  cursor: text;
}

/* line 126, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-button {
  padding: 8px;
  transition: box-shadow .2s ease-in-out;
  color: #383737;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  background: rgba(56, 55, 55, 0.04);
}

/* line 137, app/assets/stylesheets/components/_pika-lendar.scss */
.is-selected .pika-button, .has-event .pika-button {
  box-shadow: none;
  border-radius: 0;
}

/* line 142, app/assets/stylesheets/components/_pika-lendar.scss */
.is-selected .pika-button {
  font-weight: 600;
  color: #ffffff;
  background: #bad83b;
}

/* line 148, app/assets/stylesheets/components/_pika-lendar.scss */
.has-event:not(.is-selected) .pika-button {
  color: #bad83b;
  box-shadow: inset 0px 0px 0px 1px #bad83b;
  background: rgba(56, 55, 55, 0.04);
}

/* line 154, app/assets/stylesheets/components/_pika-lendar.scss */
.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
  color: #ffffff;
  background: #bad83b;
  box-shadow: none;
  border-radius: 0;
}

/* line 161, app/assets/stylesheets/components/_pika-lendar.scss */
.is-today:not(.is-selected) .pika-button {
  color: #383737;
}

/* line 164, app/assets/stylesheets/components/_pika-lendar.scss */
.is-today:not(.is-selected) .pika-button:hover {
  color: #383737;
}

/* line 169, app/assets/stylesheets/components/_pika-lendar.scss */
.is-disabled .pika-button {
  color: #9b9b9b;
  opacity: .6;
}

/* line 174, app/assets/stylesheets/components/_pika-lendar.scss */
.is-disabled .pika-button, .is-inrange .pika-button {
  background: transparent;
}

@media (min-width: 760px) {
  /* line 180, app/assets/stylesheets/components/_pika-lendar.scss */
  .pika-single {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    font-family: "Roboto", sans-serif;
  }
  /* line 191, app/assets/stylesheets/components/_pika-lendar.scss */
  .pika-lendar {
    min-width: 280px;
    min-height: 310px;
  }
}

/* line 1, app/assets/stylesheets/components/_availability.scss */
.availability-indicator {
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}

/* line 7, app/assets/stylesheets/components/_availability.scss */
.availability-indicator.available {
  color: #bad83b;
}

/* line 11, app/assets/stylesheets/components/_availability.scss */
.availability-indicator.unavailable {
  color: #d41922;
}

/* line 15, app/assets/stylesheets/components/_availability.scss */
.availability-indicator.low {
  color: #ffa500;
}

/* line 19, app/assets/stylesheets/components/_availability.scss */
.availability-indicator i {
  margin-right: 8px;
}

@media (min-width: 0px) {
  /* line 1, app/assets/stylesheets/components/_checkbox.scss */
  .tl_control {
    position: relative;
    display: block;
    margin-bottom: 16px;
    padding-left: 20px;
    cursor: pointer;
  }
}

@media (min-width: 0px) {
  /* line 12, app/assets/stylesheets/components/_checkbox.scss */
  .tl_control--small {
    margin-bottom: 14px !important;
    padding-left: 14px !important;
  }
}

/* line 21, app/assets/stylesheets/components/_checkbox.scss */
.tl_control p {
  margin: 0 0 0 8px !important;
}

/* line 26, app/assets/stylesheets/components/_checkbox.scss */
.tl_control__inverted p {
  margin: 2px 32px 0 0 !important;
}

/* line 31, app/assets/stylesheets/components/_checkbox.scss */
.tl_control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

@media (min-width: 0px) {
  /* line 38, app/assets/stylesheets/components/_checkbox.scss */
  .tl_control input:disabled ~ .tl_control_indicator {
    pointer-events: none;
    opacity: .6;
    border: 1px solid #edecec;
  }
}

/* line 49, app/assets/stylesheets/components/_checkbox.scss */
.tl_control input:checked ~ .tl_control_indicator:after {
  display: block;
}

@media (min-width: 0px) {
  /* line 53, app/assets/stylesheets/components/_checkbox.scss */
  .tl_control_indicator {
    position: absolute;
    top: -2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #383737;
    background-color: white;
  }
}

@media (min-width: 0px) {
  /* line 66, app/assets/stylesheets/components/_checkbox.scss */
  .tl_control_indicator--large {
    top: 1px;
    width: 20px;
    height: 20px;
  }
}

/* line 76, app/assets/stylesheets/components/_checkbox.scss */
.tl_control_indicator__inverted {
  left: auto;
  right: 0;
}

/* line 81, app/assets/stylesheets/components/_checkbox.scss */
.tl_control_indicator:after {
  position: absolute;
  display: none;
  content: '';
}

@media (min-width: 0px) {
  /* line 96, app/assets/stylesheets/components/_checkbox.scss */
  .tl_control_checkbox .tl_control_indicator--small::after, .tl_control_checkbox .tl_control_indicator--large::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bad83b;
  }
}

/* line 109, app/assets/stylesheets/components/_checkbox.scss */
.tl_control_checkbox .tl_control_indicator--large::after {
  width: 10px;
  height: 10px;
}

/* line 116, app/assets/stylesheets/components/_checkbox.scss */
.tl_control_checkbox input:disabled ~ .tl_control_indicator:after {
  border-color: #edecec;
}

/* line 122, app/assets/stylesheets/components/_checkbox.scss */
.tl_control:hover input:not([disabled]) ~ .tl_control_indicator {
  background-color: rgba(20, 20, 20, 0.05);
}

/* line 1, app/assets/stylesheets/components/_select.scss */
.s-hidden {
  visibility: hidden;
}

/* line 5, app/assets/stylesheets/components/_select.scss */
.select_container {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* line 13, app/assets/stylesheets/components/_select.scss */
.select--small {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 13, app/assets/stylesheets/components/_select.scss */
  .select--small {
    width: 270px !important;
  }
}

/* line 21, app/assets/stylesheets/components/_select.scss */
.styled_select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

/* line 31, app/assets/stylesheets/components/_select.scss */
.styled_select__text-wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 95%;
}

/* line 38, app/assets/stylesheets/components/_select.scss */
.styled_select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #9b9b9b transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/* line 52, app/assets/stylesheets/components/_select.scss */
.styled_select.active:after {
  transform: translateY(-50%) rotate(-180deg);
}

/* line 59, app/assets/stylesheets/components/_select.scss */
.select--dark {
  width: 100%;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #383737;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  color: #383737;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--dark::placeholder {
  color: #6e6d6d;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--dark:focus, .select--dark:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--dark:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 67, app/assets/stylesheets/components/_select.scss */
.select--dark:hover, .select--dark:focus, .select--dark:active {
  outline: none;
  background-color: rgba(20, 20, 20, 0.05);
}

/* line 75, app/assets/stylesheets/components/_select.scss */
.select--light {
  width: 100%;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  color: #ffffff;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--light::placeholder {
  color: #edecec;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--light:focus, .select--light:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--light:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 83, app/assets/stylesheets/components/_select.scss */
.select--light:hover, .select--light:focus, .select--light:active {
  outline: none;
  background-color: rgba(237, 236, 236, 0.05);
}

/* line 91, app/assets/stylesheets/components/_select.scss */
.select--manager {
  width: 100%;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #383737;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  color: #383737;
  background-color: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  line-height: 1.6;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--manager::placeholder {
  color: #6e6d6d;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--manager:focus, .select--manager:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select--manager:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 104, app/assets/stylesheets/components/_select.scss */
.select--flex {
  display: flex;
}

/* line 107, app/assets/stylesheets/components/_select.scss */
.select--flex .select2-container--default .select2-selection--single {
  border: none !important;
}

/* line 111, app/assets/stylesheets/components/_select.scss */
.select--flex .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 16px;
  line-height: 1;
}

/* List of options */
/* line 119, app/assets/stylesheets/components/_select.scss */
.options,
.options--manager {
  display: none;
  position: absolute;
  top: 38px;
  right: -1px;
  left: -1px;
  z-index: 9;
  list-style: none;
  color: #383737;
  background-color: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  max-height: 240px;
  overflow: auto;
}

/* line 135, app/assets/stylesheets/components/_select.scss */
.options li,
.options--manager li {
  width: 100%;
  padding: 8px 10px;
  margin: 0 !important;
}

/* line 140, app/assets/stylesheets/components/_select.scss */
.options li:hover,
.options--manager li:hover {
  background-color: #bad83b;
  color: #383737;
}

/* line 145, app/assets/stylesheets/components/_select.scss */
.options li.disabled,
.options--manager li.disabled {
  pointer-events: none;
  opacity: 0.6;
}

/* line 152, app/assets/stylesheets/components/_select.scss */
.options--open {
  display: block !important;
}

/* line 156, app/assets/stylesheets/components/_select.scss */
.select2-container {
  min-width: 100%;
}

/* line 161, app/assets/stylesheets/components/_select.scss */
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 165, app/assets/stylesheets/components/_select.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 171, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--single {
  border-radius: 2px;
}

/* line 174, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 16px;
  line-height: 1;
}

/* line 179, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  opacity: 0.8;
}

/* line 183, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: calc(10px + 10px);
  height: 35px;
  width: 0;
}

/* line 189, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  width: 0;
}

/* line 201, app/assets/stylesheets/components/_select.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px 5px;
}

/* line 207, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-results__option {
  padding: 8px 10px;
  font-size: 12px;
  color: #141414;
}

/* line 213, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-search--dropdown {
  padding: 10px;
}

/* line 217, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 8px;
}

/* line 220, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 2px solid #bad83b;
}

/* LIGHT VERSION */
/* line 235, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--open .select2-dropdown--below,
.select2--light .select2-container--open .select2-dropdown--above {
  background: #383737;
}

/* line 243, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--default .select2-selection--single,
.select2--light .select2-container--default .select2-selection--multiple {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
}

/* line 19, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select2--light .select2-container--default .select2-selection--single::placeholder,
.select2--light .select2-container--default .select2-selection--multiple::placeholder {
  color: #edecec;
}

/* line 23, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select2--light .select2-container--default .select2-selection--single:focus, .select2--light .select2-container--default .select2-selection--single:active,
.select2--light .select2-container--default .select2-selection--multiple:focus,
.select2--light .select2-container--default .select2-selection--multiple:active {
  outline: inherit;
}

/* line 28, app/assets/stylesheets/abstracts/mixins/_input-basics.scss */
.select2--light .select2-container--default .select2-selection--single:disabled,
.select2--light .select2-container--default .select2-selection--multiple:disabled {
  pointer-events: none;
  border-color: #edecec;
}

/* line 249, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--default .select2-selection--single:hover, .select2--light .select2-container--default .select2-selection--single:focus, .select2--light .select2-container--default .select2-selection--single:active,
.select2--light .select2-container--default .select2-selection--multiple:hover,
.select2--light .select2-container--default .select2-selection--multiple:focus,
.select2--light .select2-container--default .select2-selection--multiple:active {
  outline: none;
  background-color: rgba(237, 236, 236, 0.05);
}

/* line 257, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2--light .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #ffffff;
}

/* line 262, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2--light .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #6e6d6d;
}

/* line 269, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--default.select2-container--open .select2-selection--single:focus {
  outline: none;
}

/* line 274, app/assets/stylesheets/components/_select.scss */
.select2--light .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px 5px;
  border-color: #ffffff transparent transparent transparent;
}

/* DROPDOWN */
/* line 287, app/assets/stylesheets/components/_select.scss */
.select2-dropdown {
  border: 1px solid rgba(0, 40, 100, 0.12);
  color: #141414;
  left: -1px;
  right: -1px;
}

/* line 294, app/assets/stylesheets/components/_select.scss */
.strip-select2 {
  height: 40px;
}

/* line 297, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple {
  width: 250px;
  height: 42px;
}

/* line 300, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-selection,
.strip-select2-multiple .select2-selection__rendered {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 306, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-selection__choice {
  padding: 4px 8px 4px 8px !important;
}

/* line 310, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-selection__choice__remove {
  display: none;
}

/* line 314, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-selection__choice__display {
  cursor: pointer !important;
}

/* line 318, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-search--inline {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 325, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-container--open .select2-selection__rendered {
  display: none;
}

/* line 329, app/assets/stylesheets/components/_select.scss */
.strip-select2-multiple .select2-container--open .selection .select2-search--inline {
  top: 5px;
  opacity: 1;
  z-index: 5;
}

/* line 339, app/assets/stylesheets/components/_select.scss */
.strip-select2 .select2.select2-container {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}

/* line 345, app/assets/stylesheets/components/_select.scss */
.strip-select2 .select2 .select2-selection,
.strip-select2 .select2 .select2-selection__rendered {
  height: 100%;
}

/* line 351, app/assets/stylesheets/components/_select.scss */
.strip-select2 .select2-selection__rendered {
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 358, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #bad83b;
  color: #383737;
}

/* line 363, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #383737;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}

/* line 369, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 2px solid #bad83b;
}

/* line 374, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-results__group {
  padding: 0px;
}

/* line 378, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--multiple {
  border-radius: 3px;
  border-color: rgba(0, 40, 100, 0.12);
}

/* line 382, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #bad83b;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  border: none;
  padding: 4px 8px 4px 22px;
}

/* line 390, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  padding-top: 5px;
}

/* line 394, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: inherit;
  color: inherit;
}

/* line 401, app/assets/stylesheets/components/_select.scss */
.select2-container--default .select2-selection--multiple .select2-selection__counter {
  padding: 4px 8px 4px 8px;
}

/* line 2, app/assets/stylesheets/components/_export.scss */
.export__header {
  display: flex;
  align-items: center;
}

/* line 7, app/assets/stylesheets/components/_export.scss */
.export__text {
  padding: 0 4px 0 0;
}

/* line 11, app/assets/stylesheets/components/_export.scss */
.export__icons {
  display: flex;
  align-items: center;
}

/* line 16, app/assets/stylesheets/components/_export.scss */
.export__files {
  display: flex;
}

/* line 19, app/assets/stylesheets/components/_export.scss */
.export__files > * {
  margin-left: 8px;
}

/* line 23, app/assets/stylesheets/components/_export.scss */
.export__files.contabilidade > * {
  margin-left: 0;
}

/* line 28, app/assets/stylesheets/components/_export.scss */
.export__icon {
  font-size: 20px;
  padding: 0 0 0 5px;
}

/* line 32, app/assets/stylesheets/components/_export.scss */
.export__icon--show {
  font-size: 1.375rem;
}

/* line 38, app/assets/stylesheets/components/_export.scss */
.export .dropdown__content {
  top: 25px;
  left: -120px;
}

@media (min-width: 0px) {
  /* line 1, app/assets/stylesheets/components/_graph_colors.scss */
  .graphic_map {
    width: 100%;
    padding: 10px 1.5rem;
    margin-left: 0;
    border: none;
    text-align: left;
    border-radius: 3px;
  }
}

/* line 19, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__title {
  margin-bottom: 0.65rem;
}

/* line 23, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__list {
  display: flex;
}

/* line 27, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__item {
  width: 25%;
}

/* line 31, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__legend {
  font-size: 0.625rem;
  font-weight: 500;
  margin-left: 5px;
}

/* line 36, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__legend--50 {
  text-align: right;
}

/* line 40, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__legend--75 {
  text-align: center;
}

/* line 44, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__legend--100 {
  text-align: right;
}

/* line 51, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--venue .graphic_map__color--avail {
  background-image: linear-gradient(to right, #bad83b, #c0d731, #c7d626, #cdd418, #d4d300);
}

/* line 55, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--venue .graphic_map__color--mid-avail {
  background-image: linear-gradient(to right, #d4d300, #d5c400, #d4b500, #d2a700, #cf9900);
}

/* line 59, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--venue .graphic_map__color--mid {
  background-image: linear-gradient(to right, #cf9900, #cf8b00, #ce7e00, #cc6f00, #c96100);
}

/* line 63, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--venue .graphic_map__color--full {
  background-image: linear-gradient(to right, #c96100, #cd5407, #d04511, #d2331a, #d41922);
}

/* line 67, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--venue .graphic_map__legend {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ddd 50%);
  background-position: -0% 0;
  background-size: 200% auto;
  transition: background-position 0.5s ease-out;
}

/* line 73, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--venue .graphic_map__legend:hover {
  background-position: 0;
}

/* line 81, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--geo .graphic_map__color--avail {
  background-image: linear-gradient(to right, #e0efa9, #d4e986, #c6e260, #b9db3d, #a7cb25);
}

/* line 85, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--geo .graphic_map__color--mid-avail {
  background-image: linear-gradient(to right, #a7cb25, #8aa81f, #6e8619, #647916, #596c14);
}

/* line 89, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--geo .graphic_map__color--mid {
  background-image: linear-gradient(to right, #596c14, #536713, #4d5f11, #4a5b10, #46570f);
}

/* line 93, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map--geo .graphic_map__color--full {
  background-image: linear-gradient(to right, #46570f, #3f4e0d, #3c4a0d, #38450c, #35410c);
}

/* line 99, app/assets/stylesheets/components/_graph_colors.scss */
.graphic_map__color {
  width: 100%;
  height: 10px;
  margin-bottom: 0.45rem;
}

/* line 1, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker {
  border-radius: 4px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  z-index: 3001;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

/* line 8, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker.drop-up:before {
  border-top: 7px solid #ccc;
}

/* line 12, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid #141414;
  border-width: 0 2px 2px 0;
  padding: 4px;
}

/* line 19, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  line-height: 28px;
  font-size: 0.875rem;
}

/* line 25, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker td.week,
.daterangepicker th.week {
  color: #ccc;
}

/* line 30, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #e9ecef;
}

/* line 38, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker td.in-range:not(.active) {
  background-color: rgba(186, 216, 59, 0.1);
  color: #141414;
}

/* line 43, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #bad83b;
}

/* line 48, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #9b9b9b;
  cursor: not-allowed;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 0.875rem;
}

/* line 60, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  background: #eee;
  border: 1px solid #eee;
  font-size: 12px;
}

/* line 69, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .calendar-time {
  line-height: 30px;
}

/* line 73, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
}

/* line 77, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .drp-buttons {
  border-top: 1px solid #ddd;
  line-height: 0.875rem;
}

/* line 82, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .drp-selected {
  font-size: 0.875rem;
}

/* line 86, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .drp-buttons .btn {
  font-size: 0.875rem;
}

/* line 90, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 94, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .ranges li {
  font-size: 0.875rem;
  padding: 8px 12px;
}

/* line 99, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 103, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .ranges li.active {
  background-color: #bad83b;
}

/* line 107, app/assets/stylesheets/components/_daterangepicker.scss */
.daterangepicker .table-condensed thead tr {
  opacity: .8;
  height: 48px;
}

/* line 113, app/assets/stylesheets/components/_daterangepicker.scss */
.calendar-footer {
  display: flex;
  justify-content: space-between;
}

/* line 1, app/assets/stylesheets/components/_btn_group.scss */
.btn-group {
  width: 100%;
  padding: 4px 16px;
}

/* line 5, app/assets/stylesheets/components/_btn_group.scss */
.btn-group .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 11, app/assets/stylesheets/components/_btn_group.scss */
.btn-group .btn {
  font-size: 0.875rem;
}

/* line 15, app/assets/stylesheets/components/_btn_group.scss */
.btn-group .btn-first {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 22, app/assets/stylesheets/components/_btn_group.scss */
.btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #fff;
  background-color: #383737;
  border-color: #383737;
}

/* line 1, app/assets/stylesheets/components/_filter_label.scss */
.filter-label {
  margin: 2px 8px 2px 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  background: #edecec;
  border-radius: 2px;
}

/* line 9, app/assets/stylesheets/components/_filter_label.scss */
.filter-label--active {
  background: #bad83b;
  color: #ffffff;
}

/* line 14, app/assets/stylesheets/components/_filter_label.scss */
.filter-label--warning {
  background: #d41922;
  color: #ffffff;
  border-radius: 3px;
}

/* line 20, app/assets/stylesheets/components/_filter_label.scss */
.filter-label__text {
  padding: 4px 8px 4px 8px;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: capitalize;
}

/* line 25, app/assets/stylesheets/components/_filter_label.scss */
.filter-label__text-button {
  text-transform: uppercase;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/components/_filter_label.scss */
.filter-label__remove {
  padding: 4px 8px 4px 4px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/_pagination.scss */
.paginator {
  display: flex;
  justify-content: center;
}

/* line 6, app/assets/stylesheets/components/_pagination.scss */
.pagination {
  margin: 1rem 0 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .75rem;
}

@media (min-width: 760px) {
  /* line 6, app/assets/stylesheets/components/_pagination.scss */
  .pagination {
    font-size: 1rem;
  }
}

/* line 17, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item {
  display: flex;
  margin-bottom: .5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

/* line 24, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item.gap {
  color: #bad83b;
}

/* line 28, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item .page-link {
  border: 1px solid #bad83b;
  color: #bad83b;
  cursor: pointer;
  border-radius: 3px;
  line-height: 1.5;
  padding: 5px 10px;
  margin-right: .5rem;
  min-width: 2rem;
  height: 2rem;
  transition: 0.3s background-color linear;
}

/* line 40, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item .page-link:hover {
  background-color: #bad83b;
  color: #ffffff;
}

/* line 45, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* line 49, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item .page-link .page-text-desktop {
  display: none;
}

@media (min-width: 900px) {
  /* line 49, app/assets/stylesheets/components/_pagination.scss */
  .pagination .page-item .page-link .page-text-desktop {
    display: inline-block;
  }
}

/* line 57, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item .page-link i {
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 57, app/assets/stylesheets/components/_pagination.scss */
  .pagination .page-item .page-link i {
    display: none;
  }
}

/* line 66, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item.current {
  background: #bad83b;
  border-radius: 3px;
  border: 1px solid #bad83b;
  color: #ffffff;
  cursor: default;
  line-height: 1.5;
  padding: 5px 10px;
  margin-right: .5rem;
  min-width: 2rem;
  height: 2rem;
  transition: 0.3s background-color linear;
}

/* line 81, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item.disabled .page-link {
  color: #bad83b;
  border: 1px solid #bad83b;
}

/* line 88, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-item.active .page-link {
  background-color: #bad83b;
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/components/_jquery.modal.scss */
.modal {
  display: none;
}

/* line 5, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 15;
  box-sizing: border-box;
  background-color: rgba(20, 20, 20, 0.4);
}

/* line 15, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal, .blocker.modal {
  background: #ffffff;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(20, 20, 20, 0.4);
  /* Modal Content */
}

/* line 27, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .modal_container, .blocker.modal .modal_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  border-radius: 3px;
}

/* line 33, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .modal_container--delete, .blocker.modal .modal_container--delete {
  max-width: 600px;
}

/* line 39, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .modal-content, .blocker.modal .modal-content {
  background-color: #ffffff;
}

/* line 43, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .close_modal, .blocker.modal .close_modal {
  color: #9b9b9b;
  float: right;
  font-size: 1.25rem;
  padding: 8px;
  line-height: 1;
}

/* line 51, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .close-modal, .blocker.modal .close-modal {
  display: none !important;
}

/* line 55, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .close-modal:hover,
.blocker .modal .close-modal:focus, .blocker.modal .close-modal:hover,
.blocker.modal .close-modal:focus {
  color: #383737;
  text-decoration: none;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/components/_jquery.modal.scss */
.blocker .modal .modal-content {
  padding: 32px;
}

/* line 1, app/assets/stylesheets/components/_modal.scss */
.close {
  color: #141414;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

/* line 11, app/assets/stylesheets/components/_modal.scss */
.close:focus,
.close:hover {
  color: #141414;
  text-decoration: none;
  opacity: 0.75;
}

/* line 18, app/assets/stylesheets/components/_modal.scss */
button.close {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
}

/* line 25, app/assets/stylesheets/components/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/components/_modal.scss */
.modal-link-wrapper {
  height: fit-content;
}

/* line 32, app/assets/stylesheets/components/_modal.scss */
.modal-link-wrapper--end {
  display: flex;
  justify-content: flex-end;
}

/* line 37, app/assets/stylesheets/components/_modal.scss */
.modal-link-wrapper--start {
  display: flex;
  justify-content: flex-start;
}

/* line 43, app/assets/stylesheets/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  z-index: 9999;
}

/* line 55, app/assets/stylesheets/components/_modal.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 63, app/assets/stylesheets/components/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 68, app/assets/stylesheets/components/_modal.scss */
.modal-open .modal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 74, app/assets/stylesheets/components/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 80, app/assets/stylesheets/components/_modal.scss */
.modal-content {
  background-color: #ffffff;
  background-clip: padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
}

/* line 89, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop {
  background-color: #141414;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

/* line 99, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 103, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 107, app/assets/stylesheets/components/_modal.scss */
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

/* line 115, app/assets/stylesheets/components/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 120, app/assets/stylesheets/components/_modal.scss */
.modal-body {
  min-height: 112px;
  position: relative;
  flex: 1 1 auto;
  padding: 24px;
}

/* line 127, app/assets/stylesheets/components/_modal.scss */
.modal-footer {
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
}

/* line 135, app/assets/stylesheets/components/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: 8px;
}

/* line 139, app/assets/stylesheets/components/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: 8px;
  background-color: transparent;
}

/* line 144, app/assets/stylesheets/components/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 153, app/assets/stylesheets/components/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 200px auto;
  }
  /* line 157, app/assets/stylesheets/components/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 163, app/assets/stylesheets/components/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 168, app/assets/stylesheets/components/_modal.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

/* line 186, app/assets/stylesheets/components/_modal.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d41922;
  border-color: #d41922;
}

/* line 191, app/assets/stylesheets/components/_modal.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #921218;
  border-color: #921218;
}

/* line 1, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown {
  position: relative;
  width: 100%;
  padding: 8px 16px;
}

@media (max-width: 760px) {
  /* line 1, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown {
    padding: 0;
  }
}

/* line 10, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown--mobile {
  display: none !important;
}

@media (max-width: 760px) {
  /* line 10, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown--mobile {
    display: block !important;
  }
}

@media (max-width: 760px) {
  /* line 18, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown--desktop {
    display: none !important;
  }
}

/* line 24, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown--with-options {
  transition: .3s;
}

/* line 26, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown--with-options:hover {
  background: #edecec;
}

/* line 27, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown--with-options:hover .list-dropdown__menu {
  display: block;
}

/* line 32, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown__field {
  display: flex;
  align-items: center;
}

@media (max-width: 760px) {
  /* line 32, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown__field {
    padding: 8px 16px;
  }
}

/* line 41, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown__content {
  flex: 1;
}

/* line 45, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown__label {
  font-size: 0.875rem;
  color: #141414;
}

/* line 50, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown__selected-item {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9b9b9b;
}

/* line 57, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown__arrow i {
  font-size: 0.75rem;
  color: #141414;
}

@media (max-width: 760px) {
  /* line 57, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown__arrow i {
    transition: transform 150ms ease;
  }
}

/* line 68, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown-menu {
  display: none;
  background: #ffffff;
  border: 1px solid #edecec;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  top: 0;
  right: 100%;
}

@media (max-width: 760px) {
  /* line 68, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown-menu {
    display: block;
    background: #F6F6F6;
    border: none;
    border-radius: 0;
    position: static;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}

/* line 90, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown-menu__list {
  list-style: none;
  background-color: #ffffff;
  padding: 0.25rem 0;
}

@media (max-width: 760px) {
  /* line 90, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown-menu__list {
    background-color: transparent;
  }
}

/* line 100, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown-menu__item {
  width: 100%;
  transition: .3s;
}

/* line 104, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown-menu__item:hover {
  background: #edecec;
}

@media (max-width: 760px) {
  /* line 109, app/assets/stylesheets/components/_list_dropdown.scss */
  .list-dropdown-menu__item:hover {
    background: transparent;
  }
}

/* line 115, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown-menu__link {
  padding: 0.5rem 2.25rem;
  display: block;
  color: #141414;
  font-size: 0.875rem;
  position: relative;
  width: 100%;
}

/* line 124, app/assets/stylesheets/components/_list_dropdown.scss */
.list-dropdown-menu__link--selected::before {
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f00c";
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats {
  margin-bottom: 0.625rem;
}

/* line 4, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}

@media (max-width: 760px) {
  /* line 4, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats__container {
    grid-template-columns: 1fr;
  }
}

/* line 15, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card {
  background: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 4px;
  text-align: center;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 760px) {
  /* line 15, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats-card {
    height: 165px;
  }
}

/* line 29, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card__main {
  color: #141414;
  font-weight: 700;
  font-size: 1.75rem;
}

@media (min-width: 1300px) {
  /* line 29, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats-card__main {
    font-size: 2rem;
  }
}

/* line 38, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card__main i {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  bottom: 7px;
  right: 3px;
}

@media (min-width: 1300px) {
  /* line 38, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats-card__main i {
    bottom: 10px;
  }
}

/* line 52, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card__extra {
  display: inline-block;
  color: #141414;
  font-weight: 700;
  font-size: 1.125rem;
}

@media (min-width: 1300px) {
  /* line 52, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats-card__extra {
    font-size: 1.25rem;
  }
}

/* line 63, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card__total {
  display: inline-block;
  color: #9b9b9b;
  font-size: 0.75rem;
  font-weight: 700;
}

@media (min-width: 1300px) {
  /* line 63, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats-card__total {
    font-size: 0.875rem;
  }
}

/* line 74, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card__label {
  margin-top: 0.625rem;
  color: #9b9b9b;
  font-size: 0.875rem;
}

@media (min-width: 1300px) {
  /* line 74, app/assets/stylesheets/components/_stats_cards.scss */
  .event-stats-card__label {
    font-size: 1rem;
  }
}

/* line 86, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card--minimal .event-stats-card__label {
  margin-top: 0.5rem;
}

/* line 92, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card .badge__status {
  border-radius: 2px;
  padding: 0.25rem 0.25rem 2px;
  font-size: 0.625rem;
  text-transform: uppercase;
  width: min-content;
}

/* line 99, app/assets/stylesheets/components/_stats_cards.scss */
.event-stats-card .badge__status--finished {
  background-color: #d41922;
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/components/_badge.scss */
.badge-charts {
  text-transform: uppercase;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  border-radius: 3px;
  width: fit-content;
  font-weight: 600;
  color: #9b9b9b;
  flex-wrap: nowrap;
}

/* line 10, app/assets/stylesheets/components/_badge.scss */
.badge-charts__primary {
  color: #ffffff;
  background-color: #bad83b;
}

/* line 14, app/assets/stylesheets/components/_badge.scss */
.badge-charts__neutral {
  color: #9b9b9b;
  background-color: #edecec;
}

/* line 18, app/assets/stylesheets/components/_badge.scss */
.badge-charts__small-secondary {
  font-size: 0.625rem;
  color: #ffffff;
  background-color: #ffa500;
  padding: 0.125rem 0.375rem;
}

/* line 2, app/assets/stylesheets/components/_dropdown.scss */
.rotate {
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 8, app/assets/stylesheets/components/_dropdown.scss */
.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 0px) {
  /* line 14, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown {
    position: relative;
    display: inline-block;
  }
}

@media (min-width: 0px) {
  /* line 20, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown__content {
    list-style: none;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
}

@media (min-width: 0px) {
  /* line 32, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown__content li {
    padding: 5px 0;
  }
}

/* line 39, app/assets/stylesheets/components/_dropdown.scss */
.dropdown__slide {
  visibility: hidden;
  max-height: 0;
  height: 0;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/components/_dropdown.scss */
.dropdown__slide--open {
  animation: dropdown-open .6s linear forwards;
}

/* line 49, app/assets/stylesheets/components/_dropdown.scss */
.dropdown__slide--no-border {
  border: none !important;
}

/* line 53, app/assets/stylesheets/components/_dropdown.scss */
.dropdown__slide--close {
  animation: dropdown-close .6s linear forwards;
}

@media (min-width: 0px) {
  /* line 58, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown:hover .dropdown__content {
    display: block;
  }
}

@keyframes dropdown-open {
  from {
    visibility: hidden;
    transform: translateY(-20px);
    max-height: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  to {
    visibility: visible;
    transform: translateY(0);
    max-height: 150px;
    height: 100%;
    opacity: 1;
    overflow: initial;
  }
}

@keyframes dropdown-close {
  from {
    visibility: visible;
    transform: translateY(0);
    max-height: 150px;
    height: 100%;
    opacity: 1;
    overflow: initial;
  }
  to {
    visibility: hidden;
    transform: translateY(-10px);
    max-height: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}

/* line 1, app/assets/stylesheets/pages/_contacts.scss */
.flex {
  display: flex;
}

/* line 4, app/assets/stylesheets/pages/_contacts.scss */
.flex--space_between {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 0px) {
  /* line 4, app/assets/stylesheets/pages/_contacts.scss */
  .flex--space_between {
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 4, app/assets/stylesheets/pages/_contacts.scss */
  .flex--space_between {
    width: 80%;
  }
}

@media (min-width: 1140px) {
  /* line 4, app/assets/stylesheets/pages/_contacts.scss */
  .flex--space_between {
    width: 60%;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 25, app/assets/stylesheets/pages/_contacts.scss */
.contacts {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

/* line 30, app/assets/stylesheets/pages/_contacts.scss */
.contacts__phone-field {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

/* line 36, app/assets/stylesheets/pages/_contacts.scss */
.contacts__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 0px) {
  /* line 36, app/assets/stylesheets/pages/_contacts.scss */
  .contacts__section {
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 36, app/assets/stylesheets/pages/_contacts.scss */
  .contacts__section {
    width: 80%;
  }
}

@media (min-width: 1140px) {
  /* line 36, app/assets/stylesheets/pages/_contacts.scss */
  .contacts__section {
    width: 60%;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 56, app/assets/stylesheets/pages/_contacts.scss */
.contacts--phone {
  width: 40%;
  margin-bottom: 20px;
}

/* line 63, app/assets/stylesheets/pages/_contacts.scss */
.adress, .schedule {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 0px) {
  /* line 63, app/assets/stylesheets/pages/_contacts.scss */
  .adress, .schedule {
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 63, app/assets/stylesheets/pages/_contacts.scss */
  .adress, .schedule {
    width: 80%;
  }
}

@media (min-width: 1140px) {
  /* line 63, app/assets/stylesheets/pages/_contacts.scss */
  .adress, .schedule {
    width: 40%;
  }
}

/* line 2, app/assets/stylesheets/pages/_dashboard.scss */
.card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/pages/_dashboard.scss */
.card__header {
  background: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 20px;
  padding: 1rem;
}

/* line 21, app/assets/stylesheets/pages/_dashboard.scss */
.card__header--sticky {
  background-color: #ffffff;
  position: sticky;
  top: 40px;
  z-index: 1;
  flex-wrap: nowrap !important;
}

/* line 28, app/assets/stylesheets/pages/_dashboard.scss */
.card__header--sticky #toggler {
  min-width: 82px;
}

@media (min-width: 760px) {
  /* line 12, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header {
    padding: 1rem 1.5rem;
  }
  /* line 36, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header--sticky {
    top: 64px;
  }
}

@media (min-width: 0px) {
  /* line 41, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header.spinner {
    position: relative;
  }
}

@media (min-width: 0px) {
  /* line 46, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header.spinner .table__spinner {
    right: 10px;
  }
}

@media (min-width: 0px) {
  /* line 52, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header.spinner .table__spinner2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-110%);
  }
}

@media (min-width: 900px) {
  /* line 52, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header.spinner .table__spinner2 {
    right: 10px;
    top: 0px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1300px) {
  /* line 52, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header.spinner .table__spinner2 {
    top: -20px;
  }
}

/* line 72, app/assets/stylesheets/pages/_dashboard.scss */
.card__header__buttons {
  display: flex;
  flex-direction: row;
}

/* line 77, app/assets/stylesheets/pages/_dashboard.scss */
.card__header--flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 84, app/assets/stylesheets/pages/_dashboard.scss */
.card__empty {
  padding: 2.5rem 1rem;
  text-align: center;
}

@media (min-width: 900px) {
  /* line 84, app/assets/stylesheets/pages/_dashboard.scss */
  .card__empty {
    padding: 2.5rem 1.5rem;
  }
}

/* line 93, app/assets/stylesheets/pages/_dashboard.scss */
.card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

/* line 99, app/assets/stylesheets/pages/_dashboard.scss */
.card__footer--sticky {
  background-color: #ffffff;
  position: sticky;
  bottom: 0;
}

@media (min-width: 900px) {
  /* line 93, app/assets/stylesheets/pages/_dashboard.scss */
  .card__footer {
    padding: 1rem 1.5rem;
  }
}

/* line 109, app/assets/stylesheets/pages/_dashboard.scss */
.card__footer__buttons {
  display: flex;
}

/* line 112, app/assets/stylesheets/pages/_dashboard.scss */
.card__footer__buttons > * {
  margin-left: 16px;
}

/* line 118, app/assets/stylesheets/pages/_dashboard.scss */
.card__switch_wrapper {
  display: flex;
  justify-content: flex-end;
  padding: .5rem 1rem;
}

@media (min-width: 600px) {
  /* line 118, app/assets/stylesheets/pages/_dashboard.scss */
  .card__switch_wrapper {
    padding: .5rem 1.5rem;
  }
}

/* line 128, app/assets/stylesheets/pages/_dashboard.scss */
.card__switch_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  /* line 128, app/assets/stylesheets/pages/_dashboard.scss */
  .card__switch_container {
    justify-content: flex-end;
  }
}

/* line 138, app/assets/stylesheets/pages/_dashboard.scss */
.card__switch_container .switch {
  width: 53px;
  height: 25px;
  margin-bottom: 0;
  margin: 0 16px;
}

/* line 144, app/assets/stylesheets/pages/_dashboard.scss */
.card__switch_container .switch input:checked + .slider {
  background-color: #bad83b;
}

/* line 149, app/assets/stylesheets/pages/_dashboard.scss */
.card__switch_container .switch .slider::before {
  height: 18px;
  width: 18px;
}

/* line 157, app/assets/stylesheets/pages/_dashboard.scss */
.card__subtitle {
  padding: 0 1rem;
  margin-top: -.5rem;
  margin-bottom: .5rem;
}

@media (min-width: 900px) {
  /* line 157, app/assets/stylesheets/pages/_dashboard.scss */
  .card__subtitle {
    padding: 0 1.5rem;
  }
}

/* line 168, app/assets/stylesheets/pages/_dashboard.scss */
#toggler {
  cursor: pointer;
}

@media (min-width: 0px) {
  /* line 172, app/assets/stylesheets/pages/_dashboard.scss */
  .card__body {
    padding: 0 1rem;
  }
}

@media (min-width: 900px) {
  /* line 172, app/assets/stylesheets/pages/_dashboard.scss */
  .card__body {
    padding: 0 1.5rem;
  }
}

@media (min-width: 0px) {
  /* line 183, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header .tl_control {
    margin-right: 16px;
  }
}

@media (min-width: 900px) {
  /* line 183, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header .tl_control {
    margin-right: 12px;
  }
}

@media (min-width: 0px) {
  /* line 194, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header > *:first-child {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 0px) {
  /* line 201, app/assets/stylesheets/pages/_dashboard.scss */
  .card__header__buttons > * {
    margin-left: 16px;
  }
}

@media (min-width: 0px) {
  /* line 208, app/assets/stylesheets/pages/_dashboard.scss */
  .hide_hyphen {
    display: none;
  }
}

@media (min-width: 400px) {
  /* line 208, app/assets/stylesheets/pages/_dashboard.scss */
  .hide_hyphen {
    display: inline-block;
  }
}

/* line 219, app/assets/stylesheets/pages/_dashboard.scss */
.total__container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px 16px 24px;
  margin-bottom: 8px;
}

/* line 225, app/assets/stylesheets/pages/_dashboard.scss */
.total__wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 229, app/assets/stylesheets/pages/_dashboard.scss */
.total__legend {
  display: flex;
  justify-content: space-between;
}

/* line 234, app/assets/stylesheets/pages/_dashboard.scss */
.total__element {
  text-align: center;
}

@media (min-width: 500px) {
  /* line 234, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element {
    text-align: left;
  }
}

@media (min-width: 0px) {
  /* line 241, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element:nth-of-type(3), .total__element:nth-of-type(4) {
    margin-top: 8px;
  }
}

@media (min-width: 500px) {
  /* line 241, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element:nth-of-type(3), .total__element:nth-of-type(4) {
    margin-top: 0;
  }
}

@media (min-width: 0px) {
  /* line 252, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element[class^='text-small'],
.total__element [class*='text-small'] {
    font-size: 0.75rem;
  }
}

@media (min-width: 1140px) {
  /* line 252, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element[class^='text-small'],
.total__element [class*='text-small'] {
    font-size: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 263, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element[class^='text-xs'],
.total__element [class*='text-xs'] {
    font-size: 0.625rem;
  }
}

@media (min-width: 1140px) {
  /* line 263, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element[class^='text-xs'],
.total__element [class*='text-xs'] {
    font-size: 0.875rem;
  }
}

/* line 274, app/assets/stylesheets/pages/_dashboard.scss */
.total__element--mobile {
  display: block;
}

@media (min-width: 500px) {
  /* line 274, app/assets/stylesheets/pages/_dashboard.scss */
  .total__element--mobile {
    display: none;
  }
}

/* line 283, app/assets/stylesheets/pages/_dashboard.scss */
.total__grid {
  display: block;
}

@media (min-width: 500px) {
  /* line 283, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid {
    display: flex;
  }
}

/* line 290, app/assets/stylesheets/pages/_dashboard.scss */
.total__grid--desktop {
  display: none;
}

@media (min-width: 500px) {
  /* line 290, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--desktop {
    display: flex;
  }
}

@media (min-width: 0px) {
  /* line 298, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--three {
    justify-content: space-evenly;
    width: 100%;
  }
}

@media (min-width: 500px) {
  /* line 298, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--three {
    width: auto;
  }
}

@media (min-width: 0px) {
  /* line 308, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--three .total__element {
    width: 50%;
    float: left;
    text-align: center;
  }
}

@media (min-width: 500px) {
  /* line 308, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--three .total__element {
    float: none;
    margin-right: 10px;
    padding-right: 10px;
    text-align: left;
    width: auto;
  }
}

@media (min-width: 0px) {
  /* line 323, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--three .total__element--border {
    border-right: none;
  }
}

@media (min-width: 500px) {
  /* line 329, app/assets/stylesheets/pages/_dashboard.scss */
  .total__grid--three .total__element--border:not(:last-child) {
    border-right: 1px solid #edecec;
  }
}

@media (min-width: 0px) {
  /* line 338, app/assets/stylesheets/pages/_dashboard.scss */
  .total__title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 16px;
  }
}

@media (min-width: 900px) {
  /* line 338, app/assets/stylesheets/pages/_dashboard.scss */
  .total__title {
    padding-bottom: 8px;
    width: 25%;
    float: left;
    text-align: left;
  }
}

@media (min-width: 0px) {
  /* line 352, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  /* line 352, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart {
    width: 70%;
    float: left;
    padding: 10px 0 0 20px;
  }
}

@media (min-width: 0px) {
  /* line 363, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart span:first-child {
    display: block;
  }
}

@media (min-width: 400px) {
  /* line 363, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart span:first-child {
    display: inline-block;
  }
}

@media (min-width: 900px) {
  /* line 374, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart__parent {
    width: 70%;
    float: left;
    padding: 10px 0 0 20px;
    margin-top: 0;
  }
}

@media (min-width: 0px) {
  /* line 382, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart__parent span:first-child {
    display: block;
  }
}

@media (min-width: 400px) {
  /* line 382, app/assets/stylesheets/pages/_dashboard.scss */
  .total__chart__parent span:first-child {
    display: inline-block;
  }
}

/* line 394, app/assets/stylesheets/pages/_dashboard.scss */
.total__chart__parent .total__legend {
  width: 100%;
}

/* line 406, app/assets/stylesheets/pages/_dashboard.scss */
.cards_right_column .chart--desktop {
  max-height: 180px;
  overflow-y: auto;
}

/* line 414, app/assets/stylesheets/pages/_dashboard.scss */
.chart {
  padding: 8px 16px;
}

/* line 418, app/assets/stylesheets/pages/_dashboard.scss */
.chart__title--info {
  flex-direction: row !important;
  align-items: center;
}

/* line 422, app/assets/stylesheets/pages/_dashboard.scss */
.chart__title--info i {
  margin-left: 10px;
}

/* line 428, app/assets/stylesheets/pages/_dashboard.scss */
.chart--desktop {
  overflow-y: scroll;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  /* line 428, app/assets/stylesheets/pages/_dashboard.scss */
  .chart--desktop {
    display: block;
  }
}

@media (min-width: 0px) {
  /* line 441, app/assets/stylesheets/pages/_dashboard.scss */
  .chart--mobile {
    display: block;
  }
}

@media (min-width: 600px) {
  /* line 441, app/assets/stylesheets/pages/_dashboard.scss */
  .chart--mobile {
    display: none;
  }
}

/* line 451, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend_container {
  margin: 0 16px 8px;
  padding: 10px 8px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  max-height: 200px;
  overflow-y: scroll;
  /* Handle */
}

@media (min-width: 600px) {
  /* line 451, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__legend_container {
    margin: 0 24px 8px;
  }
}

/* line 463, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend_container--no-border {
  border: none;
  padding: 10px 0;
}

/* line 468, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend_container::-webkit-scrollbar {
  width: 8px;
}

/* line 473, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend_container::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 8px;
}

/* line 479, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px .5rem;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f0f0f0 50%);
  background-position: -0% 0;
  background-size: 200% auto;
  transition: background-position 0.5s ease-out;
}

/* line 493, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend:hover {
  background-position: -99.99% 0;
}

@media (min-width: 500px) {
  /* line 479, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__legend {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 900px) {
  /* line 479, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__legend {
    padding: 0 .5rem;
  }
}

@media (min-width: 1140px) {
  /* line 479, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__legend {
    justify-content: space-between;
  }
}

/* line 510, app/assets/stylesheets/pages/_dashboard.scss */
.chart__legend:hover {
  background-position: -99.99% 0;
}

@media (min-width: 0px) {
  /* line 515, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__legend span:last-child {
    padding-left: 1.4rem;
  }
}

@media (min-width: 1140px) {
  /* line 515, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__legend span:last-child {
    padding-left: 5px;
  }
}

@media (min-width: 0px) {
  /* line 527, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__evolution, .chart__events, .chart__origin, .chart__sales, .chart__total {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }
}

@media (min-width: 0px) {
  /* line 539, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__events--desktop {
    display: none;
  }
}

@media (min-width: 600px) {
  /* line 539, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__events--desktop {
    display: block;
  }
}

@media (min-width: 0px) {
  /* line 549, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__events--mobile {
    display: block;
  }
}

@media (min-width: 600px) {
  /* line 549, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__events--mobile {
    display: none;
  }
}

@media (min-width: 0px) {
  /* line 561, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__evolution--desktop {
    display: none;
  }
}

@media (min-width: 600px) {
  /* line 561, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__evolution--desktop {
    display: block;
  }
}

@media (min-width: 0px) {
  /* line 571, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__evolution--mobile {
    display: block;
  }
}

@media (min-width: 600px) {
  /* line 571, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__evolution--mobile {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 583, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__sales text {
    font-weight: normal !important;
  }
}

@media (min-width: 900px) {
  /* line 591, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__origin--large {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  /* line 597, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__origin--small {
    width: 50%;
    float: left;
    height: 100%;
  }
}

@media (min-width: 0px) {
  /* line 606, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__map--small {
    width: 70%;
    float: left;
    align-self: center;
  }
}

@media (min-width: 900px) {
  /* line 606, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__map--small {
    width: 60%;
    float: left;
  }
}

@media (min-width: 0px) {
  /* line 617, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__map--large {
    width: 70%;
    float: left;
    align-self: center;
  }
}

@media (min-width: 900px) {
  /* line 617, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__map--large {
    width: 30%;
  }
}

@media (min-width: 0px) {
  /* line 629, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__total {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
}

@media (min-width: 0px) {
  /* line 637, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__total .total__container {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
  }
}

@media (min-width: 0px) {
  /* line 648, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__total .card__header {
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  /* line 648, app/assets/stylesheets/pages/_dashboard.scss */
  .chart__total .card__header {
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) {
  /* line 664, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__resume {
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 16px;
    text-align: left;
    width: 100%;
  }
}

@media (min-width: 500px) {
  /* line 664, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__resume {
    flex: 1;
    width: inherit;
  }
}

@media (min-width: 0px) {
  /* line 681, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__stats {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 500px) {
  /* line 681, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__stats {
    width: inherit;
  }
}

@media (min-width: 900px) {
  /* line 681, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__stats {
    justify-content: flex-end;
  }
}

@media (min-width: 0px) {
  /* line 698, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__text1 {
    text-align: left;
    width: 90px;
  }
}

@media (min-width: 1140px) {
  /* line 698, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__text1 {
    width: 120px;
    text-align: right;
  }
}

@media (min-width: 0px) {
  /* line 710, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__text2 {
    text-align: left;
    width: 90px;
  }
}

@media (min-width: 1140px) {
  /* line 710, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__text2 {
    width: 90px;
    text-align: right;
  }
}

@media (min-width: 0px) {
  /* line 722, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__text3 {
    text-align: right;
    width: 60px;
  }
}

@media (min-width: 1140px) {
  /* line 722, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__text3 {
    width: 60px;
    text-align: right;
  }
}

@media (min-width: 0px) {
  /* line 734, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__separator {
    margin-left: 0.5em;
  }
}

@media (min-width: 0px) {
  /* line 740, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__title {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
    max-width: 220px;
    display: inline;
  }
}

@media (min-width: 900px) {
  /* line 740, app/assets/stylesheets/pages/_dashboard.scss */
  .legend__title {
    text-align: left;
    max-width: 100%;
  }
}

@media (min-width: 0px) {
  /* line 779, app/assets/stylesheets/pages/_dashboard.scss */
  .summary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media (min-width: 900px) {
  /* line 779, app/assets/stylesheets/pages/_dashboard.scss */
  .summary {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 0px) {
  /* line 791, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--quarter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  /* line 791, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--quarter {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 900px) {
  /* line 791, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--quarter {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 0px) {
  /* line 807, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--third {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  /* line 807, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--third {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 900px) {
  /* line 807, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--third {
    width: 33.3333333333%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 0px) {
  /* line 823, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--double {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  /* line 823, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--double {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 900px) {
  /* line 823, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container--double {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 600px) {
  /* line 839, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container:nth-child(even) {
    padding: 0 10px 0 0;
  }
}

@media (min-width: 900px) {
  /* line 839, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container:nth-child(even) {
    padding: 0 5px 0 5px;
  }
}

@media (min-width: 600px) {
  /* line 849, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container:nth-child(odd) {
    padding: 0 10px 0 0;
  }
}

@media (min-width: 900px) {
  /* line 849, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container:nth-child(odd) {
    padding: 0 5px 0 5px;
  }
}

@media (min-width: 900px) {
  /* line 859, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container:first-child {
    padding: 0 5px 0 0;
  }
}

@media (min-width: 900px) {
  /* line 865, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__container:last-child {
    padding: 0 0 0 5px;
  }
}

@media (min-width: 0px) {
  /* line 872, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__elem {
    padding: 24px !important;
  }
}

/* line 878, app/assets/stylesheets/pages/_dashboard.scss */
.summary__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 884, app/assets/stylesheets/pages/_dashboard.scss */
.summary__title--info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 889, app/assets/stylesheets/pages/_dashboard.scss */
.summary__title--info i {
  margin-left: 10px;
}

@media (min-width: 0px) {
  /* line 903, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__scroll-down {
    margin-top: 10px;
    width: 100%;
    display: block;
    color: #141414;
  }
}

@media (min-width: 600px) {
  /* line 903, app/assets/stylesheets/pages/_dashboard.scss */
  .summary__scroll-down {
    display: none;
  }
}

/* line 916, app/assets/stylesheets/pages/_dashboard.scss */
.summary__rate {
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

@media (min-width: 0px) {
  /* line 925, app/assets/stylesheets/pages/_dashboard.scss */
  .rate {
    position: relative;
  }
}

@media (min-width: 0px) {
  /* line 930, app/assets/stylesheets/pages/_dashboard.scss */
  .rate--up {
    top: 4px;
    color: #bad83b;
  }
}

@media (min-width: 0px) {
  /* line 937, app/assets/stylesheets/pages/_dashboard.scss */
  .rate--down {
    bottom: 4px;
    color: #d41922;
  }
}

@media (min-width: 0px) {
  /* line 947, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container {
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-right: 0;
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  /* line 947, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container {
    width: 97%;
    float: right;
    margin-right: 40px;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: baseline;
    margin-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 0px) {
  /* line 968, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container:last-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) {
  /* line 976, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__title p {
    font-size: 0.8rem;
  }
}

@media (min-width: 0px) {
  /* line 981, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__title p a {
    font-size: 0.9rem;
  }
}

@media (min-width: 0px) {
  /* line 991, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__element[class^='text-small'],
.child__container .total__element [class*='text-small'] {
    font-size: 0.75rem;
  }
}

@media (min-width: 1140px) {
  /* line 991, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__element[class^='text-small'],
.child__container .total__element [class*='text-small'] {
    font-size: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 1002, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__element[class^='text-xs'],
.child__container .total__element [class*='text-xs'] {
    font-size: 0.625rem;
  }
}

@media (min-width: 1140px) {
  /* line 1002, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__element[class^='text-xs'],
.child__container .total__element [class*='text-xs'] {
    font-size: 0.875rem;
  }
}

@media (min-width: 0px) {
  /* line 1014, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__chart {
    float: right;
  }
}

@media (min-width: 900px) {
  /* line 1014, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__chart {
    width: 75%;
    float: left;
    float: right;
  }
}

@media (min-width: 0px) {
  /* line 1024, app/assets/stylesheets/pages/_dashboard.scss */
  .child__container .total__chart span {
    font-size: 0.9rem;
  }
}

@media (min-width: 0px) {
  /* line 1034, app/assets/stylesheets/pages/_dashboard.scss */
  .parent_event_toggler {
    text-align: center;
    margin-top: 0px;
  }
}

@media (min-width: 400px) {
  /* line 1034, app/assets/stylesheets/pages/_dashboard.scss */
  .parent_event_toggler {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  /* line 1034, app/assets/stylesheets/pages/_dashboard.scss */
  .parent_event_toggler {
    float: right;
    padding-top: 22px;
    font-size: 1.5rem;
    cursor: pointer;
  }
}

@media (min-width: 0px) {
  /* line 1052, app/assets/stylesheets/pages/_dashboard.scss */
  .datamap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
  }
}

/* line 1060, app/assets/stylesheets/pages/_dashboard.scss */
.charts__container {
  display: block;
}

@media (min-width: 900px) {
  /* line 1060, app/assets/stylesheets/pages/_dashboard.scss */
  .charts__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 0px) {
  /* line 1072, app/assets/stylesheets/pages/_dashboard.scss */
  .cards_left_column {
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 1072, app/assets/stylesheets/pages/_dashboard.scss */
  .cards_left_column {
    width: 50%;
    padding-right: 10px;
  }
}

@media (min-width: 0px) {
  /* line 1083, app/assets/stylesheets/pages/_dashboard.scss */
  .cards_right_column {
    display: initial;
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 1083, app/assets/stylesheets/pages/_dashboard.scss */
  .cards_right_column {
    width: 50%;
  }
}

/* line 1095, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

@media (min-width: 760px) {
  /* line 1095, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* line 1106, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper #period_form {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  /* line 1106, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper #period_form {
    justify-content: flex-end;
  }
}

@media (min-width: 0px) {
  /* line 1115, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper #period_form .select--manager {
    padding: 0.6em 0;
  }
}

/* line 1122, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper .dashboard_date_filter {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 1122, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper .dashboard_date_filter {
    width: auto;
  }
}

/* line 1129, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper .dashboard_date_filter form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 900px) {
  /* line 1129, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper .dashboard_date_filter form {
    align-items: flex-end;
    flex-direction: row;
  }
}

/* line 1140, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper .dashboard_date_filter__container {
  display: block;
}

@media (min-width: 760px) {
  /* line 1140, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper .dashboard_date_filter__container {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 760px) {
  /* line 1149, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper .dashboard_date_filter__inputs {
    display: flex;
    align-items: flex-end;
  }
}

/* line 1156, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper .dashboard_date_filter__begin_date {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 0px) {
  /* line 1162, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper .dashboard_date_filter__end_date {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}

/* line 1170, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper .dashboard_date_filter__submit {
  margin-top: 12px;
  width: 100%;
}

@media (min-width: 760px) {
  /* line 1170, app/assets/stylesheets/pages/_dashboard.scss */
  .data__wrapper .dashboard_date_filter__submit {
    width: auto;
    margin-left: 16px;
    margin-top: 0;
  }
}

/* line 1180, app/assets/stylesheets/pages/_dashboard.scss */
.data__wrapper .dashboard_date_filter__submit input {
  width: inherit;
}

/* line 1187, app/assets/stylesheets/pages/_dashboard.scss */
.data__period {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 1187, app/assets/stylesheets/pages/_dashboard.scss */
  .data__period {
    width: auto;
  }
}

/* line 1195, app/assets/stylesheets/pages/_dashboard.scss */
.data__room {
  margin-bottom: 8px;
}

/* line 1199, app/assets/stylesheets/pages/_dashboard.scss */
.data__presentation {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
  margin-top: 1rem;
}

/* line 1206, app/assets/stylesheets/pages/_dashboard.scss */
.data__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 900px) {
  /* line 1206, app/assets/stylesheets/pages/_dashboard.scss */
  .data__header {
    align-items: flex-end;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: space-between;
  }
}

/* line 1219, app/assets/stylesheets/pages/_dashboard.scss */
.data__header--text {
  margin: 8px 0 4px 0;
}

/* line 1223, app/assets/stylesheets/pages/_dashboard.scss */
.data__header--promoter {
  align-self: flex-end;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 1223, app/assets/stylesheets/pages/_dashboard.scss */
  .data__header--promoter {
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  /* line 1223, app/assets/stylesheets/pages/_dashboard.scss */
  .data__header--promoter {
    margin-right: 1rem;
    width: 25%;
  }
}

/* line 1237, app/assets/stylesheets/pages/_dashboard.scss */
.data__header--promoter .data__period {
  width: -webkit-fill-available;
}

/* line 1242, app/assets/stylesheets/pages/_dashboard.scss */
.data__header form {
  width: inherit;
}

@media (min-width: 900px) {
  /* line 1242, app/assets/stylesheets/pages/_dashboard.scss */
  .data__header form {
    width: auto;
  }
}

/* line 1250, app/assets/stylesheets/pages/_dashboard.scss */
.data__header--text {
  margin: 8px 0 0 0 !important;
}

/* line 1255, app/assets/stylesheets/pages/_dashboard.scss */
.data__blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 1262, app/assets/stylesheets/pages/_dashboard.scss */
.event-occupation-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 12px;
}

@media (min-width: 900px) {
  /* line 1262, app/assets/stylesheets/pages/_dashboard.scss */
  .event-occupation-wrapper {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}

/* line 1275, app/assets/stylesheets/pages/_dashboard.scss */
.highcharts-scrolling {
  overflow-y: scroll;
}

/* line 1278, app/assets/stylesheets/pages/_dashboard.scss */
.highcharts-scrolling::-webkit-scrollbar {
  width: 8px;
}

/* line 1282, app/assets/stylesheets/pages/_dashboard.scss */
.highcharts-scrolling::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 8px;
}

/* line 2, app/assets/stylesheets/pages/_events.scss */
.events__header {
  margin-top: 16px;
  margin-bottom: 32px;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 2, app/assets/stylesheets/pages/_events.scss */
  .events__header {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
  }
}

/* line 14, app/assets/stylesheets/pages/_events.scss */
.events__summary {
  width: 100%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  /* line 14, app/assets/stylesheets/pages/_events.scss */
  .events__summary {
    display: flex;
    flex-direction: row;
  }
}

/* line 28, app/assets/stylesheets/pages/_events.scss */
.events__metrics button {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 600px) {
  /* line 28, app/assets/stylesheets/pages/_events.scss */
  .events__metrics button {
    width: fit-content;
  }
}

/* line 39, app/assets/stylesheets/pages/_events.scss */
.events__image {
  max-height: 225px;
  margin-right: 1rem;
  min-height: 170px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 39, app/assets/stylesheets/pages/_events.scss */
  .events__image {
    min-width: 200px;
  }
}

@media (min-width: 900px) {
  /* line 39, app/assets/stylesheets/pages/_events.scss */
  .events__image {
    max-width: 400px;
  }
}

/* line 55, app/assets/stylesheets/pages/_events.scss */
.events__image__imgcontainer {
  position: relative;
  display: flex;
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/pages/_events.scss */
.events__image__imgcontainer--background {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

@media (min-width: 0px) {
  /* line 70, app/assets/stylesheets/pages/_events.scss */
  .events__image__imgcontainer--title {
    position: absolute;
    z-index: 2;
    top: 50%;
    color: #ffffff;
    font-size: 1rem;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    transform: translateY(-50%);
  }
}

@media (min-width: 900px) {
  /* line 70, app/assets/stylesheets/pages/_events.scss */
  .events__image__imgcontainer--title {
    font-size: 2rem;
    width: 100%;
  }
}

@media (min-width: 0px) {
  /* line 90, app/assets/stylesheets/pages/_events.scss */
  .events__image__imgcontainer--logo {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 50%;
    right: 0;
    width: 120px !important;
    height: 16px;
    transform: translateX(-50%);
  }
}

/* line 105, app/assets/stylesheets/pages/_events.scss */
.events__info {
  padding: 20px 0 0 0;
  width: 66%;
}

@media (min-width: 600px) {
  /* line 105, app/assets/stylesheets/pages/_events.scss */
  .events__info {
    padding: 0 0 0 20px;
  }
}

/* line 113, app/assets/stylesheets/pages/_events.scss */
.events__info--margin {
  margin: 0 0 10px 0;
}

/* line 117, app/assets/stylesheets/pages/_events.scss */
.events__info--wrap {
  white-space: normal;
  word-wrap: break-word;
}

@media (min-width: 0px) {
  /* line 123, app/assets/stylesheets/pages/_events.scss */
  .events__period {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 0 0;
  }
}

@media (min-width: 900px) {
  /* line 123, app/assets/stylesheets/pages/_events.scss */
  .events__period {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    padding: 0;
  }
}

@media (min-width: 0px) {
  /* line 136, app/assets/stylesheets/pages/_events.scss */
  .events__filters {
    align-items: flex-end;
    justify-content: end;
  }
}

@media (min-width: 900px) {
  /* line 136, app/assets/stylesheets/pages/_events.scss */
  .events__filters {
    align-items: flex-end;
  }
}

@media (min-width: 0px) {
  /* line 146, app/assets/stylesheets/pages/_events.scss */
  .events__filters--flex {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/pages/_events.scss */
  .events__filters--flex {
    flex-direction: row;
  }
}

/* line 158, app/assets/stylesheets/pages/_events.scss */
.events__filters--wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 12px;
  margin-bottom: 8px;
}

@media (min-width: 900px) {
  /* line 158, app/assets/stylesheets/pages/_events.scss */
  .events__filters--wrapper {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}

@media (min-width: 0px) {
  /* line 173, app/assets/stylesheets/pages/_events.scss */
  .events__field {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (min-width: 600px) {
  /* line 173, app/assets/stylesheets/pages/_events.scss */
  .events__field {
    width: 100%;
  }
}

@media (min-width: 0px) {
  /* line 183, app/assets/stylesheets/pages/_events.scss */
  .events__field--input {
    padding: 0 0 0 0;
  }
}

@media (min-width: 0px) {
  /* line 188, app/assets/stylesheets/pages/_events.scss */
  .events__field--input:nth-child(2) {
    margin-top: 16px;
  }
}

@media (min-width: 500px) {
  /* line 188, app/assets/stylesheets/pages/_events.scss */
  .events__field--input:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 0px) {
  /* line 198, app/assets/stylesheets/pages/_events.scss */
  .events__field--input input {
    display: block;
    width: 100%;
  }
}

@media (min-width: 0px) {
  /* line 206, app/assets/stylesheets/pages/_events.scss */
  .events__field--date {
    position: relative;
    width: fit-content !important;
    float: none !important;
  }
}

@media (min-width: 600px) {
  /* line 214, app/assets/stylesheets/pages/_events.scss */
  .events__field--state {
    width: 20%;
    float: left;
    float: right;
    padding: 0 0 0 20px !important;
  }
}

@media (min-width: 600px) {
  /* line 222, app/assets/stylesheets/pages/_events.scss */
  .events__field--local {
    width: 20%;
    float: left;
    float: right;
    padding: 0 0 0 20px !important;
  }
}

/* line 230, app/assets/stylesheets/pages/_events.scss */
.events__field .date__form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  /* line 230, app/assets/stylesheets/pages/_events.scss */
  .events__field .date__form {
    flex-wrap: nowrap;
  }
}

@media (min-width: 0px) {
  /* line 239, app/assets/stylesheets/pages/_events.scss */
  .events__field .date__form > div:last-child {
    margin-top: 16px;
  }
}

@media (min-width: 500px) {
  /* line 239, app/assets/stylesheets/pages/_events.scss */
  .events__field .date__form > div:last-child {
    margin-top: 0;
  }
}

/* line 252, app/assets/stylesheets/pages/_events.scss */
.event {
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

/* line 258, app/assets/stylesheets/pages/_events.scss */
.event #sales_evolution_chart_total {
  margin: 0 -12px;
  width: 102% !important;
}

@media (min-width: 760px) {
  /* line 252, app/assets/stylesheets/pages/_events.scss */
  .event {
    padding: 1rem 1.5rem;
  }
}

/* line 267, app/assets/stylesheets/pages/_events.scss */
.event__info {
  display: flex;
  justify-content: center;
}

/* line 272, app/assets/stylesheets/pages/_events.scss */
.event__field {
  margin: 10px 0;
  padding: 0 16px;
}

/* line 276, app/assets/stylesheets/pages/_events.scss */
.event__field--bordered {
  border-right: 1px solid #edecec;
}

/* line 281, app/assets/stylesheets/pages/_events.scss */
.event__subtitle {
  margin-bottom: 1rem;
}

/* line 284, app/assets/stylesheets/pages/_events.scss */
.event__subtitle--desktop {
  display: none;
}

@media (min-width: 600px) {
  /* line 284, app/assets/stylesheets/pages/_events.scss */
  .event__subtitle--desktop {
    display: block;
  }
}

@media (min-width: 0px) {
  /* line 293, app/assets/stylesheets/pages/_events.scss */
  .event--no-bottom {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 0px) {
  /* line 299, app/assets/stylesheets/pages/_events.scss */
  .event--no-top {
    padding-top: 0px !important;
  }
}

@media (min-width: 0px) {
  /* line 305, app/assets/stylesheets/pages/_events.scss */
  .event--scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

/* line 313, app/assets/stylesheets/pages/_events.scss */
.event--scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 317, app/assets/stylesheets/pages/_events.scss */
.event--scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* line 321, app/assets/stylesheets/pages/_events.scss */
.event--scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background: #dadada;
}

@media (min-width: 0px) {
  /* line 328, app/assets/stylesheets/pages/_events.scss */
  .event--center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 0px) {
  /* line 335, app/assets/stylesheets/pages/_events.scss */
  .event__map {
    width: 60%;
    float: left;
    align-self: center;
  }
}

@media (min-width: 0px) {
  /* line 341, app/assets/stylesheets/pages/_events.scss */
  .event__map--local {
    width: 80%;
    float: left;
  }
}

@media (min-width: 900px) {
  /* line 341, app/assets/stylesheets/pages/_events.scss */
  .event__map--local {
    width: 60%;
    float: left;
  }
}

@media (min-width: 0px) {
  /* line 351, app/assets/stylesheets/pages/_events.scss */
  .event__map--map-single {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  /* line 351, app/assets/stylesheets/pages/_events.scss */
  .event__map--map-single {
    width: 60%;
    float: left;
  }
}

@media (min-width: 0px) {
  /* line 368, app/assets/stylesheets/pages/_events.scss */
  .event__container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 8px;
  }
}

@media (min-width: 0px) {
  /* line 380, app/assets/stylesheets/pages/_events.scss */
  .event__container--group {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 900px) {
  /* line 380, app/assets/stylesheets/pages/_events.scss */
  .event__container--group {
    flex-direction: row;
  }
}

@media (min-width: 0px) {
  /* line 392, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation {
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 399, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .sessions_box .pika-single {
    top: 140px;
  }
}

/* line 405, app/assets/stylesheets/pages/_events.scss */
.event__ocupation .sessions_box {
  padding-top: 8px;
}

@media (min-width: 760px) {
  /* line 405, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .sessions_box {
    padding-top: 16px;
  }
}

@media (min-width: 0px) {
  /* line 414, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header {
    flex-wrap: wrap;
  }
}

/* line 419, app/assets/stylesheets/pages/_events.scss */
.event__ocupation .card__header--filters {
  justify-content: flex-start !important;
  align-items: flex-end !important;
  margin-bottom: 8px;
}

@media (min-width: 0px) {
  /* line 425, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media (min-width: 400px) {
  /* line 425, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons {
    flex-direction: row;
  }
}

@media (min-width: 0px) {
  /* line 435, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons input {
    margin-top: 1rem;
    margin-left: 0;
  }
}

@media (min-width: 500px) {
  /* line 435, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons input {
    margin-left: 1rem;
  }
}

@media (min-width: 900px) {
  /* line 435, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons input {
    margin-top: 0;
  }
}

@media (min-width: 500px) {
  /* line 449, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons input:first-child {
    margin-left: 0;
  }
}

@media (min-width: 400px) {
  /* line 455, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation .card__header__buttons input:nth-of-type(2) {
    margin-left: 1rem;
  }
}

/* line 465, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem {
  display: inline-block;
  text-align: center;
  margin-right: .5rem;
  vertical-align: top;
  height: 100%;
}

/* line 472, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem .aggregated_event {
  display: block;
  padding: 1rem 1rem;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  max-width: 32rem;
  height: 100%;
}

@media (min-width: 600px) {
  /* line 472, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation--elem .aggregated_event {
    padding: 20px 1.5rem;
    max-width: 49rem;
  }
}

/* line 487, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem .aggregated_event .colored {
  color: #9b9b9b;
}

/* line 492, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem .aggregated_event-disabled {
  opacity: 0.4;
  filter: grayscale(30%);
}

/* line 497, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem form {
  height: 100%;
}

/* line 501, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem button {
  display: block;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 4px;
  padding: 1rem 1rem;
  max-width: 32rem;
  height: 100%;
}

@media (min-width: 600px) {
  /* line 501, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation--elem button {
    max-width: 49rem;
    padding: 20px 1.5rem;
  }
}

/* line 516, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--elem button:hover {
  border: 1px solid rgba(0, 40, 100, 0.24);
}

/* line 522, app/assets/stylesheets/pages/_events.scss */
.event__ocupation--leaf-title, .event__ocupation--leaf-subtitle {
  white-space: normal;
}

@media (min-width: 0px) {
  /* line 526, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation--leaf-title i, .event__ocupation--leaf-subtitle i {
    font-size: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 533, app/assets/stylesheets/pages/_events.scss */
  .event__ocupation--danger-border {
    border: 1px solid #ffa500 !important;
  }
}

@media (min-width: 0px) {
  /* line 540, app/assets/stylesheets/pages/_events.scss */
  .event__evolution {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }
}

/* line 547, app/assets/stylesheets/pages/_events.scss */
.event__evolution .card__header {
  flex-wrap: wrap;
}

@media (min-width: 0px) {
  /* line 553, app/assets/stylesheets/pages/_events.scss */
  .event__marketing_trackers {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }
}

@media (min-width: 0px) {
  /* line 560, app/assets/stylesheets/pages/_events.scss */
  .event__venue {
    width: 100%;
    padding: 10px 0;
  }
}

@media (min-width: 900px) {
  /* line 560, app/assets/stylesheets/pages/_events.scss */
  .event__venue {
    margin-top: 25px;
  }
}

@media (min-width: 0px) {
  /* line 570, app/assets/stylesheets/pages/_events.scss */
  .event__venue--map {
    zoom: 0.4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 500px) {
  /* line 570, app/assets/stylesheets/pages/_events.scss */
  .event__venue--map {
    zoom: 0.7;
  }
}

@media (min-width: 0px) {
  /* line 584, app/assets/stylesheets/pages/_events.scss */
  .event__origin {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }
}

@media (min-width: 0px) {
  /* line 590, app/assets/stylesheets/pages/_events.scss */
  .event__origin--mobile {
    display: block;
  }
}

@media (min-width: 900px) {
  /* line 590, app/assets/stylesheets/pages/_events.scss */
  .event__origin--mobile {
    display: none;
  }
}

/* line 600, app/assets/stylesheets/pages/_events.scss */
.event__origin--mobile .card__header {
  flex-wrap: wrap;
}

@media (min-width: 0px) {
  /* line 606, app/assets/stylesheets/pages/_events.scss */
  .event__origin--desktop {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 606, app/assets/stylesheets/pages/_events.scss */
  .event__origin--desktop {
    display: block;
  }
}

@media (min-width: 0px) {
  /* line 617, app/assets/stylesheets/pages/_events.scss */
  .event__tickets {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }
}

@media (min-width: 0px) {
  /* line 623, app/assets/stylesheets/pages/_events.scss */
  .event__tickets--web {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 623, app/assets/stylesheets/pages/_events.scss */
  .event__tickets--web {
    display: flex;
  }
}

@media (min-width: 0px) {
  /* line 633, app/assets/stylesheets/pages/_events.scss */
  .event__tickets--mobile {
    display: flex;
  }
}

@media (min-width: 900px) {
  /* line 633, app/assets/stylesheets/pages/_events.scss */
  .event__tickets--mobile {
    display: none;
  }
}

/* line 644, app/assets/stylesheets/pages/_events.scss */
.event__tickets .card__header {
  flex-wrap: wrap;
}

@media (min-width: 0px) {
  /* line 650, app/assets/stylesheets/pages/_events.scss */
  .event__alerts {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    margin-left: 5px;
    flex-direction: column;
  }
}

@media (min-width: 600px) {
  /* line 650, app/assets/stylesheets/pages/_events.scss */
  .event__alerts {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  /* line 650, app/assets/stylesheets/pages/_events.scss */
  .event__alerts {
    margin-left: 0;
  }
}

@media (min-width: 900px) {
  /* line 668, app/assets/stylesheets/pages/_events.scss */
  .event__alerts div:first-child {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1140px) {
  /* line 668, app/assets/stylesheets/pages/_events.scss */
  .event__alerts div:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  /* line 679, app/assets/stylesheets/pages/_events.scss */
  .event__alerts .flex-row {
    margin-bottom: 1em;
    align-items: center;
  }
}

@media (min-width: 900px) {
  /* line 679, app/assets/stylesheets/pages/_events.scss */
  .event__alerts .flex-row {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  /* line 690, app/assets/stylesheets/pages/_events.scss */
  .event__alerts input[type='number'] {
    border: 1px solid #9b9b9b !important;
    border-radius: 1px;
    text-align: center;
    margin: 0 8px;
    height: 25px;
  }
}

@media (min-width: 0px) {
  /* line 703, app/assets/stylesheets/pages/_events.scss */
  #managers-events-event-ticket-type .card {
    margin-bottom: 16px;
  }
}

@media (min-width: 600px) {
  /* line 703, app/assets/stylesheets/pages/_events.scss */
  #managers-events-event-ticket-type .card {
    margin-bottom: 32px;
  }
}

@media (min-width: 0px) {
  /* line 716, app/assets/stylesheets/pages/_events.scss */
  #managers-events-event-sale-summary .event__evolution {
    margin-bottom: 3rem;
  }
}

@media (min-width: 0px) {
  /* line 723, app/assets/stylesheets/pages/_events.scss */
  #managers-events-event-sale-summary .table_container {
    margin-bottom: 3rem;
  }
}

@media (min-width: 0px) {
  /* line 731, app/assets/stylesheets/pages/_events.scss */
  #managers-events-event-sale-local .card {
    margin-bottom: 16px;
  }
}

@media (min-width: 600px) {
  /* line 731, app/assets/stylesheets/pages/_events.scss */
  #managers-events-event-sale-local .card {
    margin-bottom: 32px;
  }
}

/* line 744, app/assets/stylesheets/pages/_events.scss */
.session__ocupation--elem {
  display: inline-block;
  text-align: center;
  padding: 16px 32px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 4px;
  margin-bottom: 24px;
}

@media (min-width: 0px) {
  /* line 757, app/assets/stylesheets/pages/_events.scss */
  .parent_row_toggler {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    cursor: pointer;
  }
}

/* line 766, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event {
  transition: opacity 0.1s ease-in-out;
}

/* line 769, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event:hover {
  opacity: 0.7;
}

/* line 773, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event__details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  /* line 773, app/assets/stylesheets/pages/_events.scss */
  .checkbox-child-event__details {
    flex-wrap: nowrap;
  }
}

/* line 783, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event__box {
  padding: 0 16px;
  margin-top: 1rem;
  flex: 1 0 20%;
}

@media (min-width: 900px) {
  /* line 783, app/assets/stylesheets/pages/_events.scss */
  .checkbox-child-event__box {
    margin-top: .5rem;
  }
}

/* line 792, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event__box i {
  position: relative;
  bottom: 2px;
  right: 1px;
}

@media (min-width: 900px) {
  /* line 792, app/assets/stylesheets/pages/_events.scss */
  .checkbox-child-event__box i {
    bottom: 1px;
  }
}

/* line 802, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event__box--occupation {
  border-right: 1px solid #edecec;
}

/* line 805, app/assets/stylesheets/pages/_events.scss */
.checkbox-child-event__box--occupation:last-child {
  border-right: none;
}

@media (min-width: 0px) {
  /* line 812, app/assets/stylesheets/pages/_events.scss */
  .reports {
    flex-direction: row-reverse;
  }
}

/* line 817, app/assets/stylesheets/pages/_events.scss */
.reports--half {
  display: flex;
  width: 50%;
  flex-direction: column;
}

/* line 822, app/assets/stylesheets/pages/_events.scss */
.reports--half:nth-child(n + 2) {
  border-right: 1px solid #dadada;
}

@media (min-width: 900px) {
  /* line 827, app/assets/stylesheets/pages/_events.scss */
  .reports--onethird {
    display: flex;
    width: 33%;
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  /* line 835, app/assets/stylesheets/pages/_events.scss */
  .reports--twothird {
    display: flex;
    width: 66%;
    flex-direction: column;
  }
}

/* line 844, app/assets/stylesheets/pages/_events.scss */
.buttons_filters {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

/* line 849, app/assets/stylesheets/pages/_events.scss */
.buttons_filters div {
  margin-right: 8px;
}

/* line 854, app/assets/stylesheets/pages/_events.scss */
.dialog-wrapper {
  display: flex;
  justify-content: flex-end;
  height: 28px;
}

@media (min-width: 600px) {
  /* line 854, app/assets/stylesheets/pages/_events.scss */
  .dialog-wrapper {
    width: 120px;
  }
}

/* line 864, app/assets/stylesheets/pages/_events.scss */
.separators {
  border-bottom: 2px solid #e9ecef;
}

/* line 868, app/assets/stylesheets/pages/_events.scss */
.separator {
  cursor: pointer;
  color: #383737;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  display: flex;
  margin-right: 40px;
  margin-top: 1rem;
}

/* line 879, app/assets/stylesheets/pages/_events.scss */
.separator :hover {
  color: #141414;
}

/* line 884, app/assets/stylesheets/pages/_events.scss */
.separator_active {
  padding-bottom: 5px;
  border-bottom: 4px solid #bad83b;
  color: #141414;
}

/* line 890, app/assets/stylesheets/pages/_events.scss */
.separator_active :hover {
  color: #141414;
}

/* line 895, app/assets/stylesheets/pages/_events.scss */
#event_filter {
  margin-bottom: 20px;
}

/* line 2, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

/* line 7, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .strip-select2-multiple {
  width: 100%;
}

/* line 11, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "search search search" "button button button" "advanced advanced advanced";
  row-gap: 8px;
}

@media (min-width: 900px) {
  /* line 11, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .search_filter {
    grid-template-columns: 1fr 128px 272px;
    grid-template-areas: "search button advanced";
    column-gap: 16px;
  }
}

/* line 23, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter__search {
  grid-area: search;
  justify-self: stretch;
}

/* line 28, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter__button {
  grid-area: button;
  justify-self: stretch;
  align-self: end;
}

/* line 34, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter__buttons {
  width: 100%;
}

/* line 38, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter__advanced {
  grid-area: advanced;
  justify-self: end;
  align-self: end;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter__advanced i {
  transition: all .2s ease-in-out;
}

/* line 48, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .search_filter__advanced.opened i {
  transform: rotate(180deg);
  transform-origin: center;
}

/* line 55, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filters_events {
  margin-bottom: 24px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}

/* line 63, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filters_events__opened {
  height: 100%;
  visibility: visible;
  opacity: 1;
  padding-top: 32px;
}

/* line 71, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filter_row {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

@media (min-width: 0px) {
  /* line 71, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row {
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  /* line 71, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row {
    flex-direction: row;
  }
}

/* line 84, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filter_row .filter_group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 16px;
  position: relative;
  gap: 16px;
}

/* line 92, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filter_row .filter_group .events_filter {
  width: 100%;
}

@media (min-width: 600px) {
  /* line 92, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row .filter_group .events_filter {
    width: calc(50% - 8px);
  }
}

@media (min-width: 900px) {
  /* line 92, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row .filter_group .events_filter {
    min-width: 150px;
    max-width: 310px;
  }
}

@media (min-width: 900px) {
  /* line 105, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row .filter_group .date_filter {
    width: fit-content;
  }
}

/* line 111, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filter_row .filter_group > div {
  display: inherit;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 116, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filter_row .filter_group > div:last-of-type {
  margin-right: 0;
}

/* line 122, app/assets/stylesheets/pages/_events_index.scss */
#events-index #filters .filter_row #name_filter {
  max-width: unset;
}

@media (min-width: 0px) {
  /* line 126, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row .events_filter {
    flex-wrap: wrap;
  }
}

@media (min-width: 600px) {
  /* line 126, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row .events_filter {
    flex-wrap: nowrap;
  }
}

@media (min-width: 600px) {
  /* line 136, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #filters .filter_row .events_filter div:last-child {
    margin-top: 0;
  }
}

/* line 153, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__wrapper--hovered {
  position: relative;
  transition: 0.3s;
}

@media (min-width: 0px) {
  /* line 159, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__wrapper--hovered:hover .table__detail {
    width: 100%;
    height: 0px;
  }
}

@media (min-width: 600px) {
  /* line 159, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__wrapper--hovered:hover .table__detail {
    width: 40px;
    height: 100%;
  }
}

/* line 177, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__wrapper--child .table_row > div:nth-of-type(1), #events-index #events_table .table__wrapper--child .table_row > div:nth-of-type(2), #events-index #events_table .table__wrapper--child .table_row > div:nth-of-type(3), #events-index #events_table .table__wrapper--child .table_row > div:nth-of-type(4), #events-index #events_table .table__wrapper--child .table_row > div:nth-of-type(5) {
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__wrapper--child .table__unit--occupation {
  margin-bottom: 0;
}

/* line 196, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__detail {
  background-color: #141414;
  color: #ffffff;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 9;
  height: 0;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 196, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__detail {
    height: 100%;
    width: 0;
  }
}

/* line 212, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__detail i {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 0;
  margin-top: 10px;
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  /* line 212, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__detail i {
    left: 0;
    top: 50%;
    margin-left: 10px;
    margin-top: 0;
    transform: translateY(-50%);
  }
}

/* line 232, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__unit--name, #events-index #events_table .table__unit--dates, #events-index #events_table .table__unit--local {
  font-size: 0.75rem;
  color: #9b9b9b;
  font-weight: 500;
}

@media (min-width: 900px) {
  /* line 232, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__unit--name, #events-index #events_table .table__unit--dates, #events-index #events_table .table__unit--local {
    font-size: 1rem;
    color: #141414;
    font-weight: normal;
  }
}

/* line 246, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__unit--local {
  font-weight: normal;
}

/* line 250, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__unit--name {
  position: absolute;
}

@media (min-width: 900px) {
  /* line 250, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__unit--name {
    position: relative;
  }
}

/* line 258, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__unit--event {
  transition: 0.3s;
  padding: 0 3.5rem 0 1.75rem;
}

@media (min-width: 900px) {
  /* line 258, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__unit--event {
    padding: 0 1.5rem;
  }
}

/* line 266, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__unit--event .info__event {
  background-color: #dadada;
  border-radius: 3px;
  color: #141414;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
}

/* line 274, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table__unit--event .info__event:hover {
  background-color: #cdcdcd;
}

@media (min-width: 600px) {
  /* line 266, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table__unit--event .info__event {
    display: none;
  }
}

/* line 287, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table_row > div:nth-of-type(1) {
  width: 1rem;
}

@media (min-width: 900px) {
  /* line 287, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table_row > div:nth-of-type(1) {
    width: 5rem;
  }
}

/* line 295, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table_row > div:nth-of-type(2), #events-index #events_table .table_row > div:nth-of-type(3) {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 295, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table_row > div:nth-of-type(2), #events-index #events_table .table_row > div:nth-of-type(3) {
    width: 25%;
  }
}

/* line 304, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table_row > div:nth-of-type(4) {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 304, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table_row > div:nth-of-type(4) {
    width: 20%;
  }
}

/* line 312, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table_row > div:nth-of-type(5) {
  width: auto;
  position: absolute;
  right: 8px;
}

@media (min-width: 900px) {
  /* line 312, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table_row > div:nth-of-type(5) {
    width: 8rem;
    position: relative;
  }
}

/* line 323, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table_row > div:nth-of-type(6) {
  flex-direction: row;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 323, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table_row > div:nth-of-type(6) {
    width: 184px;
    padding-left: 0;
  }
}

/* line 333, app/assets/stylesheets/pages/_events_index.scss */
#events-index #events_table .table_row > div:nth-of-type(1), #events-index #events_table .table_row > div:nth-of-type(2), #events-index #events_table .table_row > div:nth-of-type(3), #events-index #events_table .table_row > div:nth-of-type(4), #events-index #events_table .table_row > div:nth-of-type(5), #events-index #events_table .table_row > div:nth-of-type(6) {
  margin-bottom: 4px;
}

@media (min-width: 900px) {
  /* line 333, app/assets/stylesheets/pages/_events_index.scss */
  #events-index #events_table .table_row > div:nth-of-type(1), #events-index #events_table .table_row > div:nth-of-type(2), #events-index #events_table .table_row > div:nth-of-type(3), #events-index #events_table .table_row > div:nth-of-type(4), #events-index #events_table .table_row > div:nth-of-type(5), #events-index #events_table .table_row > div:nth-of-type(6) {
    margin-bottom: 0;
  }
}

/* line 348, app/assets/stylesheets/pages/_events_index.scss */
#events-index .page__description {
  align-items: end;
}

/* line 351, app/assets/stylesheets/pages/_events_index.scss */
#events-index .page__description .description__content {
  padding: 6px 20px;
}

/* line 355, app/assets/stylesheets/pages/_events_index.scss */
#events-index .page__description .description__content p {
  width: 100%;
}

/* line 359, app/assets/stylesheets/pages/_events_index.scss */
#events-index .page__description .description__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 367, app/assets/stylesheets/pages/_events_index.scss */
.venue_map_tooltip {
  background-color: #141414;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  padding: 0 !important;
}

/* line 374, app/assets/stylesheets/pages/_events_index.scss */
.venue_map_tooltip__header {
  padding: 5px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 380, app/assets/stylesheets/pages/_events_index.scss */
.venue_map_tooltip__occup {
  font-size: 0.875rem;
  padding: 5px 10px;
  text-align: center;
}

/* line 386, app/assets/stylesheets/pages/_events_index.scss */
.venue_map_tooltip__percent {
  text-align: center;
  padding: 0 10px 5px;
  font-size: 0.875rem;
}

/* line 393, app/assets/stylesheets/pages/_events_index.scss */
.financial_tooltip {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  bottom: 7px;
  right: 3px;
}

@media (min-width: 1300px) {
  /* line 393, app/assets/stylesheets/pages/_events_index.scss */
  .financial_tooltip {
    bottom: 10px;
  }
}

/* line 406, app/assets/stylesheets/pages/_events_index.scss */
.ordering-margin {
  margin-right: 10px;
}

/* line 410, app/assets/stylesheets/pages/_events_index.scss */
.event-active {
  color: #141414;
}

/* line 414, app/assets/stylesheets/pages/_events_index.scss */
.event-unactive {
  color: #dadada;
}

/* line 417, app/assets/stylesheets/pages/_events_index.scss */
.event-unactive:hover {
  color: #141414;
}

/* line 422, app/assets/stylesheets/pages/_events_index.scss */
#filter_buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #edecec;
}

/* line 429, app/assets/stylesheets/pages/_events_index.scss */
#filter_buttons .search_filter__button {
  margin-left: 8px;
}

/* line 7, app/assets/stylesheets/pages/_events_metrics.sass */
.metrics-filters {
  width: 100%;
  display: flex;
  flex-direction: row;
}

/* line 12, app/assets/stylesheets/pages/_events_metrics.sass */
.metrics-details {
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/pages/_events_metrics.sass */
  .metrics-details {
    flex-direction: row;
  }
}

/* line 17, app/assets/stylesheets/pages/_events_metrics.sass */
.metrics-details_entries {
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/pages/_events_metrics.sass */
  .metrics-details_entries {
    flex-direction: row;
  }
}

/* line 23, app/assets/stylesheets/pages/_events_metrics.sass */
.metrics-details_updates {
  margin-top: 32px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/pages/_events_metrics.sass */
  .metrics-details_updates {
    margin-top: 0;
  }
}

/* line 29, app/assets/stylesheets/pages/_events_metrics.sass */
.metrics-details_divider {
  display: none;
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/pages/_events_metrics.sass */
  .metrics-details_divider {
    display: flex;
  }
}

/* line 34, app/assets/stylesheets/pages/_events_metrics.sass */
.tickets_chart {
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/pages/_events_metrics.sass */
  .tickets_chart {
    flex-direction: row;
  }
}

/* line 40, app/assets/stylesheets/pages/_events_metrics.sass */
.pie-chart-title .highcharts-title {
  padding-bottom: 16px;
}

/* line 43, app/assets/stylesheets/pages/_events_metrics.sass */
.piechart-title {
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  width: 230px;
  top: 172px;
  color: #888;
  z-index: 999;
  font-weight: 600;
}

/* line 53, app/assets/stylesheets/pages/_events_metrics.sass */
.chart_tooltip__body {
  background-color: #fff;
}

@media (min-width: 0px) {
  /* line 4, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__unit,
#managers-restricted_pages-saft .table__unit {
    margin-bottom: 10px;
  }
}

@media (min-width: 600px) {
  /* line 4, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__unit,
#managers-restricted_pages-saft .table__unit {
    margin-bottom: 0;
  }
}

/* line 13, app/assets/stylesheets/pages/_saft.scss */
#managers-general_pages-saft .table__unit--report,
#managers-restricted_pages-saft .table__unit--report {
  justify-content: center;
  text-align: center;
}

/* line 18, app/assets/stylesheets/pages/_saft.scss */
#managers-general_pages-saft .table__unit:last-child,
#managers-restricted_pages-saft .table__unit:last-child {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 0px) {
  /* line 23, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__unit--row,
#managers-restricted_pages-saft .table__unit--row {
    border-bottom: 1px solid #edecec;
  }
}

@media (min-width: 0px) {
  /* line 30, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__report_download,
#managers-restricted_pages-saft .table__report_download {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__report_download,
#managers-restricted_pages-saft .table__report_download {
    margin-top: 0;
  }
}

@media (min-width: 0px) {
  /* line 42, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__unit_download,
#managers-restricted_pages-saft .table__unit_download {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 8px;
  }
}

@media (min-width: 900px) {
  /* line 42, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__unit_download,
#managers-restricted_pages-saft .table__unit_download {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  /* line 55, app/assets/stylesheets/pages/_saft.scss */
  #managers-general_pages-saft .table__spinner,
#managers-restricted_pages-saft .table__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* line 66, app/assets/stylesheets/pages/_saft.scss */
.entity-dropdown-container {
  width: 34% !important;
}

/* line 69, app/assets/stylesheets/pages/_saft.scss */
.entity-dropdown-container__gdpr {
  width: 29.4% !important;
}

/* line 71, app/assets/stylesheets/pages/_saft.scss */
.entity-dropdown-container__gdpr .entity-dropdown-wrapper {
  width: 100% !important;
}

/* line 76, app/assets/stylesheets/pages/_saft.scss */
.entity-dropdown-container .entity-dropdown-wrapper {
  width: 100% !important;
}

/* line 81, app/assets/stylesheets/pages/_saft.scss */
.saft_filter {
  margin-bottom: 48px;
}

/* line 85, app/assets/stylesheets/pages/_saft.scss */
.saft_form__date_group {
  margin-bottom: 16px;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 85, app/assets/stylesheets/pages/_saft.scss */
  .saft_form__date_group {
    width: 440px;
  }
}

/* line 95, app/assets/stylesheets/pages/_saft.scss */
.saft_form__inline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (min-width: 760px) {
  /* line 95, app/assets/stylesheets/pages/_saft.scss */
  .saft_form__inline {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* line 106, app/assets/stylesheets/pages/_saft.scss */
.saft_form .export__files {
  display: flex;
  align-items: center;
}

/* line 110, app/assets/stylesheets/pages/_saft.scss */
.saft_form .export__files .disabled_button > i, .saft_form .export__files .event .sessions_button:disabled > i, .event .saft_form .export__files .sessions_button:disabled > i {
  margin: 0;
}

@media (min-width: 0px) {
  /* line 106, app/assets/stylesheets/pages/_saft.scss */
  .saft_form .export__files {
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  /* line 106, app/assets/stylesheets/pages/_saft.scss */
  .saft_form .export__files {
    flex-direction: row;
  }
}

/* line 123, app/assets/stylesheets/pages/_saft.scss */
.saft_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 6px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

/* line 130, app/assets/stylesheets/pages/_saft.scss */
.saft_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
}

/* line 135, app/assets/stylesheets/pages/_saft.scss */
.saft_form__input_group {
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
}

@media (min-width: 0px) {
  /* line 135, app/assets/stylesheets/pages/_saft.scss */
  .saft_form__input_group {
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 135, app/assets/stylesheets/pages/_saft.scss */
  .saft_form__input_group {
    width: 200px;
  }
}

/* line 148, app/assets/stylesheets/pages/_saft.scss */
.saft_form__input_group:last-child {
  margin-right: 0;
}

/* line 152, app/assets/stylesheets/pages/_saft.scss */
.saft_form__input_group .select2-container--default .select2-selection--single {
  border: none;
}

/* line 157, app/assets/stylesheets/pages/_saft.scss */
.saft_form__export {
  margin-bottom: 24px;
  font-weight: bold;
}

/* line 162, app/assets/stylesheets/pages/_saft.scss */
.saft_form__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
}

@media (min-width: 0px) {
  /* line 162, app/assets/stylesheets/pages/_saft.scss */
  .saft_form__link {
    margin-bottom: 16px;
    width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/pages/_saft.scss */
  .saft_form__link {
    margin-right: 16px;
    width: 200px;
  }
}

/* line 182, app/assets/stylesheets/pages/_saft.scss */
.saft_form__link:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 40, 100, 0.24);
}

/* line 189, app/assets/stylesheets/pages/_saft.scss */
.filter__event {
  width: 60%;
  margin-bottom: 16px;
}

/* line 194, app/assets/stylesheets/pages/_saft.scss */
.export__text {
  padding: 0 8px 0 0;
}

/* line 198, app/assets/stylesheets/pages/_saft.scss */
.button-export {
  width: 216px;
  margin: 0 auto;
}

/* line 203, app/assets/stylesheets/pages/_saft.scss */
.gdpr_events {
  min-width: 838px;
}

/**
 * How to declare variables:
 * $a_name
 *
 * a: Should be the initial of the variable type
 * (c - color, b - breakpoint, f - font/font weight, s - size, d - duration).
 *
 * name: Should be the name of the variable.
 *
 */
/* BREAKPOINTS */
/* SPACING */
/* SIZES */
/* ANIMATION DURATION*/
/* FONT SIZES */
/* FONT STYLES */
/* Shadows */
/* BASIC COLORS */
/* WEBSITE COLORS */
/* SEATS */
/* line 3, app/assets/stylesheets/pages/_sessions.sass */
.sessions {
  max-width: 600px;
  margin: 64px auto 64px auto;
  padding: 0 20px;
}

/* line 9, app/assets/stylesheets/pages/_sessions.sass */
.sessions__button--desktop {
  display: none;
}

/* line 12, app/assets/stylesheets/pages/_sessions.sass */
.sessions__button--mobile {
  display: inline-block;
  width: 80px;
}

/* line 16, app/assets/stylesheets/pages/_sessions.sass */
.sessions__title {
  text-align: center;
  margin: 0 0 40px 0;
}

/* line 20, app/assets/stylesheets/pages/_sessions.sass */
.sessions__field {
  margin: 0 0 32px 0;
}

/* line 23, app/assets/stylesheets/pages/_sessions.sass */
.sessions__field--links {
  display: block;
}

/* line 26, app/assets/stylesheets/pages/_sessions.sass */
.sessions__field--icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/pages/_sessions.sass */
.sessions__field--toggle {
  position: relative;
}

/* line 36, app/assets/stylesheets/pages/_sessions.sass */
.sessions__field input:focus {
  background-color: white;
}

/* line 39, app/assets/stylesheets/pages/_sessions.sass */
.sessions__actions {
  text-align: center;
  margin: 0 0 16px 0;
}

/* line 43, app/assets/stylesheets/pages/_sessions.sass */
.sessions__actions.sessions__center {
  display: flex;
  justify-content: center;
}

/* line 47, app/assets/stylesheets/pages/_sessions.sass */
.sessions__actions a {
  margin: 8px 0;
}

/* line 50, app/assets/stylesheets/pages/_sessions.sass */
.sessions__actions hr {
  margin: 16px 0;
}

/* line 53, app/assets/stylesheets/pages/_sessions.sass */
.manager_field_error_msg {
  color: #d41922;
  padding-top: 8px;
}

/* line 57, app/assets/stylesheets/pages/_sessions.sass */
.flash {
  display: flex;
  justify-content: center;
  border-radius: 2px;
  padding: 16px 24px 16px 24px;
  margin-bottom: 24px;
}

/* line 64, app/assets/stylesheets/pages/_sessions.sass */
.flash_error {
  border: 1px solid rgba(212, 25, 34, 0.2);
  color: #d41922;
}

/* line 68, app/assets/stylesheets/pages/_sessions.sass */
.flash_critical {
  background-color: #d41922;
  color: #ffffff;
}

/* line 72, app/assets/stylesheets/pages/_sessions.sass */
.flash_success {
  background-color: rgba(186, 216, 59, 0.08);
  border: 1px solid rgba(186, 216, 59, 0.2);
  color: #bad83b;
}

/* line 77, app/assets/stylesheets/pages/_sessions.sass */
.omniauth {
  color: #edecec;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 300px;
}

/* line 84, app/assets/stylesheets/pages/_sessions.sass */
#omniauth_facebook {
  background-color: #2760d8;
}

/* line 87, app/assets/stylesheets/pages/_sessions.sass */
#omniauth_twitter {
  background-color: #1da1f2;
}

/* line 90, app/assets/stylesheets/pages/_sessions.sass */
#omniauth_google_oauth2 {
  background-color: #dd4b39;
}

@media (min-width: 420px) {
  /* line 95, app/assets/stylesheets/pages/_sessions.sass */
  .sessions_button--desktop {
    display: block;
  }
  /* line 98, app/assets/stylesheets/pages/_sessions.sass */
  .sessions_button--mobile {
    display: none;
  }
}

@media (min-width: 600px) {
  /* line 103, app/assets/stylesheets/pages/_sessions.sass */
  .sessions__field--links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

/* line 2, app/assets/stylesheets/pages/_management_index.scss */
#managers-management-index .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #bad83b;
}

/* line 7, app/assets/stylesheets/pages/_management_index.scss */
#managers-management-index .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 2px solid #bad83b;
}

/* line 12, app/assets/stylesheets/pages/_management_index.scss */
#managers-management-index .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

/* line 19, app/assets/stylesheets/pages/_management_index.scss */
#managers-restricted_pages-saft .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #bad83b;
}

/* line 24, app/assets/stylesheets/pages/_management_index.scss */
#managers-restricted_pages-saft .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 2px solid #bad83b;
}

/* line 31, app/assets/stylesheets/pages/_management_index.scss */
.management__table-button {
  width: 100%;
  margin-right: 5px;
  max-width: 100px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  border-radius: 3px;
  transition: 0.3s;
  border-width: 1px;
  border-style: solid;
}

/* line 43, app/assets/stylesheets/pages/_management_index.scss */
.management__table-button--primary {
  background-color: #d41922;
  border-color: #d41922;
  color: #ffffff;
}

/* line 48, app/assets/stylesheets/pages/_management_index.scss */
.management__table-button--primary:hover {
  background-color: #bd161e;
  border-color: #bd161e;
}

/* line 54, app/assets/stylesheets/pages/_management_index.scss */
.management__table-button--light {
  background-color: #edecec;
  border-color: #edecec;
  color: #141414;
}

/* line 59, app/assets/stylesheets/pages/_management_index.scss */
.management__table-button--light:hover {
  background-color: #e1dfdf;
  border-color: #e1dfdf;
}

/* line 66, app/assets/stylesheets/pages/_management_index.scss */
.management__scroll-down {
  display: block;
}

@media (min-width: 900px) {
  /* line 66, app/assets/stylesheets/pages/_management_index.scss */
  .management__scroll-down {
    display: none;
  }
}

@media (min-width: 0px) {
  /* line 74, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers {
    margin-bottom: 2rem;
  }
}

/* line 79, app/assets/stylesheets/pages/_management_index.scss */
.management__managers .select2-container--default .select2-selection--single {
  height: 35px;
  padding: 10px;
}

@media (min-width: 0px) {
  /* line 86, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__span--mobile {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 86, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__span--mobile {
    display: block;
  }
}

@media (min-width: 0px) {
  /* line 97, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__label {
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 0.2rem;
    margin-top: 10px;
  }
}

@media (min-width: 0px) {
  /* line 105, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__label--mobile {
    display: inline-block;
  }
}

@media (min-width: 900px) {
  /* line 105, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__label--mobile {
    display: none;
  }
}

@media (min-width: 0px) {
  /* line 116, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 0px) {
  /* line 123, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit .select2-container {
    text-align: left;
  }
}

@media (min-width: 0px) {
  /* line 129, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--row {
    padding: 15px 10px;
    align-items: flex-start;
  }
}

@media (min-width: 600px) {
  /* line 129, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--row {
    padding: 10px 15px;
  }
}

@media (min-width: 900px) {
  /* line 129, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--row {
    align-items: center;
  }
}

@media (min-width: 600px) {
  /* line 144, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--header {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 144, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--header {
    display: flex;
  }
}

@media (min-width: 0px) {
  /* line 153, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--name {
    width: 60%;
    float: left;
    margin-bottom: 5px;
    padding: 0;
    align-items: flex-start;
    order: 0;
    font-size: 0.9rem;
    font-weight: bold;
  }
}

@media (min-width: 900px) {
  /* line 153, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--name {
    width: 10%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: initial;
  }
}

@media (min-width: 0px) {
  /* line 173, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--name-long {
    width: 60%;
    float: left;
    margin-bottom: 5px;
    padding: 0;
    align-items: flex-start;
    order: 0;
    font-size: 0.9rem;
    font-weight: bold;
  }
}

@media (min-width: 900px) {
  /* line 173, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--name-long {
    width: 20%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: initial;
  }
}

@media (min-width: 0px) {
  /* line 193, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--email {
    width: 60%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    align-items: flex-start;
    order: 2;
    font-size: 0.8rem;
  }
}

@media (min-width: 900px) {
  /* line 193, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--email {
    width: 16%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
    order: 1;
  }
}

@media (min-width: 0px) {
  /* line 212, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--type {
    width: 40%;
    float: left;
    margin-bottom: 5px;
    padding: 0;
    justify-content: flex-end;
    order: 1;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: right;
  }
}

@media (min-width: 900px) {
  /* line 212, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--type {
    width: 14%;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: initial;
    order: 2;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (min-width: 0px) {
  /* line 236, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--manager {
    width: 40%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    justify-content: flex-end;
    order: 3;
    font-size: 0.8rem;
  }
}

@media (min-width: 900px) {
  /* line 236, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--manager {
    width: 10%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
    justify-content: flex-start;
  }
}

@media (min-width: 0px) {
  /* line 255, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--rooms {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    order: 4;
    margin-top: 5px;
    padding: 0;
  }
}

@media (min-width: 900px) {
  /* line 255, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--rooms {
    width: 15%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 1rem;
  }
}

@media (min-width: 0px) {
  /* line 272, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--permissions {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    order: 5;
    padding: 0;
  }
}

@media (min-width: 900px) {
  /* line 272, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--permissions {
    width: 14%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}

@media (min-width: 0px) {
  /* line 287, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--invites {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    order: 6;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 0 0;
    font-size: 0.9rem;
  }
}

@media (min-width: 900px) {
  /* line 287, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--invites {
    width: 10%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 306, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--events {
    width: 60%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    align-items: flex-start;
    order: 2;
    font-size: 0.8rem;
  }
}

@media (min-width: 900px) {
  /* line 306, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--events {
    width: 60%;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 1rem;
    order: 1;
  }
}

@media (min-width: 0px) {
  /* line 325, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--actions {
    width: 50%;
    float: left;
    margin-bottom: 0;
    order: 7;
    padding: 0;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

@media (min-width: 900px) {
  /* line 325, app/assets/stylesheets/pages/_management_index.scss */
  .management__managers .table__unit--actions {
    width: 20%;
    padding: 0 1rem;
    justify-content: flex-start;
  }
}

@media (min-width: 0px) {
  /* line 346, app/assets/stylesheets/pages/_management_index.scss */
  .management .invite__header {
    margin-bottom: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 353, app/assets/stylesheets/pages/_management_index.scss */
  .management .new_manager {
    margin-bottom: 3rem;
  }
}

@media (min-width: 0px) {
  /* line 358, app/assets/stylesheets/pages/_management_index.scss */
  .management .new_manager__block {
    margin-bottom: 1rem;
  }
}

/* line 363, app/assets/stylesheets/pages/_management_index.scss */
.management .new_manager__block .select2-container--default .select2-selection--single {
  height: 35px;
  padding: 8px;
  border: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 369, app/assets/stylesheets/pages/_management_index.scss */
.management .new_manager__block .select2 {
  width: 100%;
}

@media (min-width: 0px) {
  /* line 374, app/assets/stylesheets/pages/_management_index.scss */
  .management .new_manager__input {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: ease-in-out, width 0.35s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px;
    border-radius: 3px;
    width: 100%;
  }
}

/* line 385, app/assets/stylesheets/pages/_management_index.scss */
.management .new_manager__input:focus, .management .new_manager__input:active {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 0px) {
  /* line 392, app/assets/stylesheets/pages/_management_index.scss */
  .management .new_manager__flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 0px) {
  /* line 401, app/assets/stylesheets/pages/_management_index.scss */
  .management .new_manager__flex-container .new_manager__block {
    width: 100%;
  }
}

@media (min-width: 600px) {
  /* line 401, app/assets/stylesheets/pages/_management_index.scss */
  .management .new_manager__flex-container .new_manager__block {
    width: 30%;
  }
}

/* line 416, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind--multiple {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

@media (min-width: 900px) {
  /* line 416, app/assets/stylesheets/pages/_management_index.scss */
  .mngmt_kind--multiple {
    min-width: 50%;
    width: min-content;
  }
}

/* line 427, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind--name {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 427, app/assets/stylesheets/pages/_management_index.scss */
  .mngmt_kind--name {
    width: 50%;
  }
}

/* line 435, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind__container {
  margin: 0;
}

@media (min-width: 900px) {
  /* line 435, app/assets/stylesheets/pages/_management_index.scss */
  .mngmt_kind__container {
    margin: 0 1rem;
  }
}

/* line 442, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind__container .select2-selection__rendered {
  width: min-content;
}

/* line 447, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind__list {
  margin-bottom: 8px;
}

/* line 450, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind__list span {
  font-size: 12px;
  margin-left: 1em;
}

/* line 455, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind__list .on-left {
  margin-left: 0;
  margin-right: 1em;
}

/* line 460, app/assets/stylesheets/pages/_management_index.scss */
.mngmt_kind__list .square {
  height: 15px;
  width: 15px;
  margin-right: 0.5em;
  margin-bottom: -3px;
  background-color: transparent;
  border: black 1px solid;
  display: inline-block;
}

/* line 473, app/assets/stylesheets/pages/_management_index.scss */
.manager-details__card {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 800px;
  padding: 1rem;
  margin-bottom: 0;
}

/* line 483, app/assets/stylesheets/pages/_management_index.scss */
.manager-details__field {
  margin-bottom: 16px;
}

/* line 5, app/assets/stylesheets/pages/_marketing.scss */
#managers-marketing_trackers-edit .select2-container,
#managers-marketing_trackers-new .select2-container,
#managers-marketing_trackers-index .select2-container,
#managers-marketing_trackers-create .select2-container {
  width: 100% !important;
  max-width: 340px;
}

/* line 10, app/assets/stylesheets/pages/_marketing.scss */
#managers-marketing_trackers-edit .select2-container--default .select2-results__option--highlighted[aria-selected],
#managers-marketing_trackers-new .select2-container--default .select2-results__option--highlighted[aria-selected],
#managers-marketing_trackers-index .select2-container--default .select2-results__option--highlighted[aria-selected],
#managers-marketing_trackers-create .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #bad83b;
}

/* line 15, app/assets/stylesheets/pages/_marketing.scss */
#managers-marketing_trackers-edit .select2-container--default .select2-search--dropdown .select2-search__field:focus,
#managers-marketing_trackers-new .select2-container--default .select2-search--dropdown .select2-search__field:focus,
#managers-marketing_trackers-index .select2-container--default .select2-search--dropdown .select2-search__field:focus,
#managers-marketing_trackers-create .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 2px solid #bad83b;
}

/* line 20, app/assets/stylesheets/pages/_marketing.scss */
#managers-marketing_trackers-edit .back__button,
#managers-marketing_trackers-new .back__button,
#managers-marketing_trackers-index .back__button,
#managers-marketing_trackers-create .back__button {
  padding-bottom: 2rem;
}

/* line 25, app/assets/stylesheets/pages/_marketing.scss */
.coming_soon_container {
  display: flex;
  align-items: center;
}

/* line 29, app/assets/stylesheets/pages/_marketing.scss */
.coming_soon_container span {
  padding-left: 20px;
}

@media (min-width: 0px) {
  /* line 35, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__header {
    margin-bottom: 2rem;
  }
}

@media (min-width: 0px) {
  /* line 41, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__search {
    width: 100%;
    margin: 16px 0;
  }
}

@media (min-width: 600px) {
  /* line 41, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__search {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 0px) {
  /* line 53, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__search--input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 600px) {
  /* line 53, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__search--input {
    padding: 0 5px 0 0;
    margin-bottom: 0;
  }
}

/* line 65, app/assets/stylesheets/pages/_marketing.scss */
.marketing__search--input input :focus {
  outline: 1px solid rgba(0, 40, 100, 0.12) !important;
  border: 1px solid rgba(0, 40, 100, 0.12) !important;
}

@media (min-width: 0px) {
  /* line 75, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit {
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  /* line 75, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit {
    flex-direction: row;
  }
}

@media (min-width: 0px) {
  /* line 84, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--row {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 900px) {
  /* line 84, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--row {
    padding: 10px 20px;
    flex-wrap: nowrap;
  }
}

@media (min-width: 0px) {
  /* line 97, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--header {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 97, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--header {
    display: flex;
  }
}

@media (min-width: 0px) {
  /* line 107, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--event {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid lightgrey;
    font-size: 0.9rem;
    font-weight: 700;
  }
}

@media (min-width: 600px) {
  /* line 107, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--event {
    font-size: 1rem;
  }
}

@media (min-width: 900px) {
  /* line 107, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--event {
    width: 25%;
    float: left;
    border-bottom: none;
    font-weight: normal;
    padding: 0 20px;
  }
}

@media (min-width: 0px) {
  /* line 127, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--actions {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px 10px;
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  /* line 127, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--actions {
    justify-content: flex-end;
  }
}

@media (min-width: 900px) {
  /* line 127, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--actions {
    width: 25%;
    float: left;
    padding: 0;
    justify-content: flex-start;
  }
}

@media (min-width: 0px) {
  /* line 145, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--name {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 0.9rem;
  }
}

@media (min-width: 600px) {
  /* line 145, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--name {
    width: 67.5%;
    float: left;
    padding: 10px 10px 10px 1rem;
    font-size: 1rem;
  }
}

@media (min-width: 900px) {
  /* line 145, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--name {
    width: 20%;
    float: left;
    padding: 0 20px;
  }
}

@media (min-width: 0px) {
  /* line 166, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--buy {
    width: 25%;
    float: left;
    align-items: flex-start;
    padding: 0 10px;
    font-size: 0.9rem;
  }
}

@media (min-width: 600px) {
  /* line 166, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--buy {
    width: 16.5%;
    float: left;
    padding: 0;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}

@media (min-width: 900px) {
  /* line 166, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--buy {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 0px) {
  /* line 191, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--visitors {
    width: 25%;
    float: left;
    align-items: flex-start;
    padding: 0 10px;
    font-size: 0.9rem;
  }
}

@media (min-width: 600px) {
  /* line 191, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--visitors {
    width: 15%;
    float: left;
    padding: 0;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}

@media (min-width: 900px) {
  /* line 191, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__table .table__unit--visitors {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 0px) {
  /* line 219, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__field {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 0px) {
  /* line 226, app/assets/stylesheets/pages/_marketing.scss */
  .marketing__field--buttons {
    justify-content: space-between;
    margin: 2rem 0 2rem 0;
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}

/* line 237, app/assets/stylesheets/pages/_marketing.scss */
.marketing__input .select2-container--default .select2-selection--single {
  height: 40px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 40, 100, 0.12);
}

@media (min-width: 0px) {
  /* line 248, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__title--mobile {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
  }
}

@media (min-width: 900px) {
  /* line 248, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__title--mobile {
    display: none;
  }
}

@media (min-width: 0px) {
  /* line 260, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__title--desktop {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 260, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__title--desktop {
    display: block;
  }
}

/* line 270, app/assets/stylesheets/pages/_marketing.scss */
.mkt-table__title--expand {
  height: 100%;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 1rem;
}

@media (min-width: 0px) {
  /* line 278, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button {
    width: 50%;
    float: left;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 8px;
    font-size: 14px;
    margin-top: 1rem;
  }
}

@media (min-width: 600px) {
  /* line 278, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button {
    width: 15%;
    float: left;
    align-items: flex-end;
    margin-top: 0;
    border-radius: 3px;
  }
}

@media (min-width: 900px) {
  /* line 278, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 5px;
    max-width: 100px;
    text-align: center;
  }
}

@media (min-width: 0px) {
  /* line 303, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button--details {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 303, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button--details {
    display: inline-block;
  }
}

@media (min-width: 600px) {
  /* line 313, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button--delete {
    margin-left: 1rem;
  }
}

@media (min-width: 900px) {
  /* line 313, app/assets/stylesheets/pages/_marketing.scss */
  .mkt-table__button--delete {
    margin-left: 0;
  }
}

/* line 323, app/assets/stylesheets/pages/_marketing.scss */
.mkt-table__button i {
  margin: 0;
}

@media (min-width: 0px) {
  /* line 330, app/assets/stylesheets/pages/_marketing.scss */
  .tracker-details__card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 800px;
    padding: 1rem;
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  /* line 339, app/assets/stylesheets/pages/_marketing.scss */
  .tracker-details__field {
    margin-bottom: 1rem;
  }
}

@media (min-width: 0px) {
  /* line 344, app/assets/stylesheets/pages/_marketing.scss */
  .tracker-details__field:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  /* line 350, app/assets/stylesheets/pages/_marketing.scss */
  .tracker-details__field a {
    color: #141414;
    text-decoration: underline;
  }
}

@media (min-width: 0px) {
  /* line 1, app/assets/stylesheets/pages/global/_error-page.scss */
  .error_page {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 0px) {
  /* line 10, app/assets/stylesheets/pages/global/_error-page.scss */
  .error_page__title {
    margin-bottom: 24px;
  }
}

/* line 16, app/assets/stylesheets/pages/global/_error-page.scss */
.error_page__link {
  color: #d41922;
}

/* line 18, app/assets/stylesheets/packages/_portugal-map-tooltip.scss */
.portugal-maps-tooltip {
  cursor: pointer;
  transform: translate(-50%, -100%) !important;
}

/* line 23, app/assets/stylesheets/packages/_portugal-map-tooltip.scss */
.portugal-maps-tooltip-header {
  padding: 5px 10px;
  text-align: center;
  background-color: #383737;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/packages/_portugal-map-tooltip.scss */
.portugal-maps-tooltip-body {
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}
