@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, vendor/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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *=* require select2
 *= require_self
 */
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
/**
 * tom-select.css (v2.1.0)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button .ts-control {
  padding-right: calc(1em + 18px) !important;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: 2px;
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.single .clear-button {
  right: calc(2px + 2rem);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button.disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px;
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0px solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0px 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}


/**
 * 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');
 *
 */
/**
 * 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/kristyjy/pen/rewVjX
 *
 * HTML example:
   <div class="hamburger hamburger-default"><span></span></div>
 *
 * Usage if you're using the default elements (previous example):
 * @include burger-icon;
 *
 * Usage if you want to define the elements:
 * @include burger-icon(25px,20px,$s_border);
 *
 */
/**
 * This stylesheet has 5 sections:
 *
 * 1.Neutral Colors - Where are defined the neutral colors
 * This colors could be or not in the project palette
 * Usually this colors are shades of white, gray and black but it could also be
 * shades of beige for example
 *
 * 2.Theme Colors - Where are defined the project palette
 *
 * 3.Social Networks Colors - Where are defined the colors of social networks
 *
 * 4.Other Colors - Where are defined other colors you need.
 * - Please try to avoid using this -
 *
 * 5.Functions - Where are defined other color functions
 *   - Adaptative Color:
 *     Given a certain color, returns black* or white*, depending on the
 * contrast. You can also define the dark and light color that it should return.
 *     eg.:
 *       adaptative-color( theme-color() ) // returns black or white
 *
 *       adaptative-color(
 *         theme-color(),
 *         neutral-color($key: "600"),
 *         neutral-color($key: "200")
 *       ) // returns #4F4F4F or #ECECEC
 *
 *
 * HOW TO USE:
 * 1. Add a color to a section:
 *    - Choose a section and a name to the color, then add it to the map-merge
 * of the chosen section. Don't forget to add a comma on the end of the
 * previous line.
 *    eg.: $theme-colors: map-merge(
 *           (
 *             ... ,
 *             "name of the color": #COLORHEX / colorname
 *           ),
 *           $theme-colors
 *         );
 *
 * 2. Call the right color
 *    - function-name()
 *      to use the default color of the section
 *    eg.: theme-color() // = theme-color("blue") = #007bff
 *
 *    - function-name("color name")
 *      to use a specific color of the section
 *    eg.: theme-color("secondary") // = #828282
 *
 * 3. Request a Theme Color Shade
 *    You can call for shades of theme color
 *
 *    - Lighter shade (positive percentage)
 *    eg.: theme-color-shade("primary", 30%)
 *
 *    - Darker shade (negative percentage)
 *    eg.: theme-color-shade("primary", -30%)
 *
 *
 * TIP:
 * If it gets easier, you can use comments next to the colors as notes so you
 * can check more easily where you are using this color on the website.
 *
 * eg.: "white": white, //background -- sidebar, container...
 *
 */
/* NEUTRAL COLORS */
/* THEME COLORS */
/* SOCIAL NETWORKS COLORS */
/* OTHER COLORS */
/* FUNCTIONS */
/* Adaptative Color */
/**
 * This stylesheet has 4 sections:
 *
 * 1.Breakpoints
 *
 * 2.Sizes
 *
 * 3.Spacing
 *
 * 4.Animation
 *
 *
 * How to declare variables:
 *   $a_name
 *
 *   a_: Should be the initial of the variable type
 *     b_  –— border
 *     c_  –— color
 *     d_  –— duration
 *     f_  –— font
 *     fw_ –— font-weight
 *     fs_ –— font-size
 *     h_  –— height
 *     w_  –— width
 *     s_  –— size
 *
 *   name: Should be the name of the variable.
 *         For more info on naming variables check the README file
 */
/* BREAKPOINTS */
/* SIZES */
/* SPACING */
/*
 * if you change this values and don't want to change your styles, don't forget
 * to change all the spacer(key_you_have_changed) to spacer(new_key_of_the_old_value)
 *
 * eg.:
 * ---- before changing values
 *   5: 64px                        .class { margin-right: spacer(6); // 152px }
 *   6: 152px
 *
 * ---- after changing values
 *   5: 64px                        .class { margin-right: spacer(6); //  72px }
 *   6: 72px                        -- you need to change the 6 to a 7 if you
 *   7: 152px                          want to keep the 152px margin-right    --
 *                                  .class { margin-right: spacer(7); // 152px }
 */
/* ANIMATION */
/* RADIUS */
/*
 * if you change this values and don't want to change your styles, don't forget
 * to change all the radius(key_you_have_changed) to radius(new_key_of_the_old_value)
 *
 * eg.:
 * ---- before changing values
 *   3: 10px                        .class { border-radius: radius(4); // 20px }
 *   4: 20px
 *
 * ---- after changing values
 *   3: 10px                        .class { border-radius: radius(4); // 16px }
 *   4: 16px                        -- you need to change the 4 to a 5 if you
 *   5: 20px                           want to keep the 20px border-radius    --
 *                                  .class { border-radius: radius(5); // 20px }
 */
/* MARGIN */
.m-0 {
  margin: 0;
}

.m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-r-0 {
  margin-right: 0;
}

/* PADDING */
.p-0 {
  padding: 0;
}

.p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

/* GAP */
.gap-0 {
  gap: 0 !important;
}

.gap-y-0 {
  gap: 0 0 !important;
}

.gap-x-0 {
  gap: 0 0 !important;
}

.gap-0-0 {
  gap: 0 0 !important;
}

.gap-0-1 {
  gap: 0 8px !important;
}

.gap-0-2 {
  gap: 0 16px !important;
}

.gap-0-3 {
  gap: 0 24px !important;
}

.gap-0-4 {
  gap: 0 32px !important;
}

.gap-0-5 {
  gap: 0 64px !important;
}

.gap-0-6 {
  gap: 0 152px !important;
}

/* LETTER SPACING */
.letter-spacing-0 {
  letter-spacing: 0 !important;
}

/* MARGIN */
.m-1 {
  margin: 8px;
}

.m-x-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-y-1 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.m-t-1 {
  margin-top: 8px;
}

.m-b-1 {
  margin-bottom: 8px;
}

.m-l-1 {
  margin-left: 8px;
}

.m-r-1 {
  margin-right: 8px;
}

/* PADDING */
.p-1 {
  padding: 8px;
}

.p-x-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-y-1 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.p-t-1 {
  padding-top: 8px;
}

.p-b-1 {
  padding-bottom: 8px;
}

.p-l-1 {
  padding-left: 8px;
}

.p-r-1 {
  padding-right: 8px;
}

/* GAP */
.gap-1 {
  gap: 8px !important;
}

.gap-y-1 {
  gap: 8px 0 !important;
}

.gap-x-1 {
  gap: 0 8px !important;
}

.gap-1-0 {
  gap: 8px 0 !important;
}

.gap-1-1 {
  gap: 8px 8px !important;
}

.gap-1-2 {
  gap: 8px 16px !important;
}

.gap-1-3 {
  gap: 8px 24px !important;
}

.gap-1-4 {
  gap: 8px 32px !important;
}

.gap-1-5 {
  gap: 8px 64px !important;
}

.gap-1-6 {
  gap: 8px 152px !important;
}

/* LETTER SPACING */
.letter-spacing-1 {
  letter-spacing: 0.4px !important;
}

/* MARGIN */
.m-2 {
  margin: 16px;
}

.m-x-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.m-y-2 {
  margin-bottom: 16px;
  margin-top: 16px;
}

.m-t-2 {
  margin-top: 16px;
}

.m-b-2 {
  margin-bottom: 16px;
}

.m-l-2 {
  margin-left: 16px;
}

.m-r-2 {
  margin-right: 16px;
}

/* PADDING */
.p-2 {
  padding: 16px;
}

.p-x-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.p-y-2 {
  padding-bottom: 16px;
  padding-top: 16px;
}

.p-t-2 {
  padding-top: 16px;
}

.p-b-2 {
  padding-bottom: 16px;
}

.p-l-2 {
  padding-left: 16px;
}

.p-r-2 {
  padding-right: 16px;
}

/* GAP */
.gap-2 {
  gap: 16px !important;
}

.gap-y-2 {
  gap: 16px 0 !important;
}

.gap-x-2 {
  gap: 0 16px !important;
}

.gap-2-0 {
  gap: 16px 0 !important;
}

.gap-2-1 {
  gap: 16px 8px !important;
}

.gap-2-2 {
  gap: 16px 16px !important;
}

.gap-2-3 {
  gap: 16px 24px !important;
}

.gap-2-4 {
  gap: 16px 32px !important;
}

.gap-2-5 {
  gap: 16px 64px !important;
}

.gap-2-6 {
  gap: 16px 152px !important;
}

/* LETTER SPACING */
.letter-spacing-2 {
  letter-spacing: 0.8px !important;
}

/* MARGIN */
.m-3 {
  margin: 24px;
}

.m-x-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.m-y-3 {
  margin-bottom: 24px;
  margin-top: 24px;
}

.m-t-3 {
  margin-top: 24px;
}

.m-b-3 {
  margin-bottom: 24px;
}

.m-l-3 {
  margin-left: 24px;
}

.m-r-3 {
  margin-right: 24px;
}

/* PADDING */
.p-3 {
  padding: 24px;
}

.p-x-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.p-y-3 {
  padding-bottom: 24px;
  padding-top: 24px;
}

.p-t-3 {
  padding-top: 24px;
}

.p-b-3 {
  padding-bottom: 24px;
}

.p-l-3 {
  padding-left: 24px;
}

.p-r-3 {
  padding-right: 24px;
}

/* GAP */
.gap-3 {
  gap: 24px !important;
}

.gap-y-3 {
  gap: 24px 0 !important;
}

.gap-x-3 {
  gap: 0 24px !important;
}

.gap-3-0 {
  gap: 24px 0 !important;
}

.gap-3-1 {
  gap: 24px 8px !important;
}

.gap-3-2 {
  gap: 24px 16px !important;
}

.gap-3-3 {
  gap: 24px 24px !important;
}

.gap-3-4 {
  gap: 24px 32px !important;
}

.gap-3-5 {
  gap: 24px 64px !important;
}

.gap-3-6 {
  gap: 24px 152px !important;
}

/* LETTER SPACING */
.letter-spacing-3 {
  letter-spacing: 1.2px !important;
}

/* MARGIN */
.m-4 {
  margin: 32px;
}

.m-x-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.m-y-4 {
  margin-bottom: 32px;
  margin-top: 32px;
}

.m-t-4 {
  margin-top: 32px;
}

.m-b-4 {
  margin-bottom: 32px;
}

.m-l-4 {
  margin-left: 32px;
}

.m-r-4 {
  margin-right: 32px;
}

/* PADDING */
.p-4 {
  padding: 32px;
}

.p-x-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.p-y-4 {
  padding-bottom: 32px;
  padding-top: 32px;
}

.p-t-4 {
  padding-top: 32px;
}

.p-b-4 {
  padding-bottom: 32px;
}

.p-l-4 {
  padding-left: 32px;
}

.p-r-4 {
  padding-right: 32px;
}

/* GAP */
.gap-4 {
  gap: 32px !important;
}

.gap-y-4 {
  gap: 32px 0 !important;
}

.gap-x-4 {
  gap: 0 32px !important;
}

.gap-4-0 {
  gap: 32px 0 !important;
}

.gap-4-1 {
  gap: 32px 8px !important;
}

.gap-4-2 {
  gap: 32px 16px !important;
}

.gap-4-3 {
  gap: 32px 24px !important;
}

.gap-4-4 {
  gap: 32px 32px !important;
}

.gap-4-5 {
  gap: 32px 64px !important;
}

.gap-4-6 {
  gap: 32px 152px !important;
}

/* LETTER SPACING */
.letter-spacing-4 {
  letter-spacing: 1.6px !important;
}

/* MARGIN */
.m-5 {
  margin: 64px;
}

.m-x-5 {
  margin-left: 64px;
  margin-right: 64px;
}

.m-y-5 {
  margin-bottom: 64px;
  margin-top: 64px;
}

.m-t-5 {
  margin-top: 64px;
}

.m-b-5 {
  margin-bottom: 64px;
}

.m-l-5 {
  margin-left: 64px;
}

.m-r-5 {
  margin-right: 64px;
}

/* PADDING */
.p-5 {
  padding: 64px;
}

.p-x-5 {
  padding-left: 64px;
  padding-right: 64px;
}

.p-y-5 {
  padding-bottom: 64px;
  padding-top: 64px;
}

.p-t-5 {
  padding-top: 64px;
}

.p-b-5 {
  padding-bottom: 64px;
}

.p-l-5 {
  padding-left: 64px;
}

.p-r-5 {
  padding-right: 64px;
}

/* GAP */
.gap-5 {
  gap: 64px !important;
}

.gap-y-5 {
  gap: 64px 0 !important;
}

.gap-x-5 {
  gap: 0 64px !important;
}

.gap-5-0 {
  gap: 64px 0 !important;
}

.gap-5-1 {
  gap: 64px 8px !important;
}

.gap-5-2 {
  gap: 64px 16px !important;
}

.gap-5-3 {
  gap: 64px 24px !important;
}

.gap-5-4 {
  gap: 64px 32px !important;
}

.gap-5-5 {
  gap: 64px 64px !important;
}

.gap-5-6 {
  gap: 64px 152px !important;
}

/* LETTER SPACING */
.letter-spacing-5 {
  letter-spacing: 3.2px !important;
}

/* MARGIN */
.m-6 {
  margin: 152px;
}

.m-x-6 {
  margin-left: 152px;
  margin-right: 152px;
}

.m-y-6 {
  margin-bottom: 152px;
  margin-top: 152px;
}

.m-t-6 {
  margin-top: 152px;
}

.m-b-6 {
  margin-bottom: 152px;
}

.m-l-6 {
  margin-left: 152px;
}

.m-r-6 {
  margin-right: 152px;
}

/* PADDING */
.p-6 {
  padding: 152px;
}

.p-x-6 {
  padding-left: 152px;
  padding-right: 152px;
}

.p-y-6 {
  padding-bottom: 152px;
  padding-top: 152px;
}

.p-t-6 {
  padding-top: 152px;
}

.p-b-6 {
  padding-bottom: 152px;
}

.p-l-6 {
  padding-left: 152px;
}

.p-r-6 {
  padding-right: 152px;
}

/* GAP */
.gap-6 {
  gap: 152px !important;
}

.gap-y-6 {
  gap: 152px 0 !important;
}

.gap-x-6 {
  gap: 0 152px !important;
}

.gap-6-0 {
  gap: 152px 0 !important;
}

.gap-6-1 {
  gap: 152px 8px !important;
}

.gap-6-2 {
  gap: 152px 16px !important;
}

.gap-6-3 {
  gap: 152px 24px !important;
}

.gap-6-4 {
  gap: 152px 32px !important;
}

.gap-6-5 {
  gap: 152px 64px !important;
}

.gap-6-6 {
  gap: 152px 152px !important;
}

/* LETTER SPACING */
.letter-spacing-6 {
  letter-spacing: 7.6px !important;
}

/* Fixed classes */
.relative {
  position: relative;
}

.center {
  text-align: center;
}

.min-width-full {
  min-width: 100%;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

/**
 * This variables are only assigned to FONT classes.
 *
 * The accent colors of the project are already assigned to internal variables
 * in the colors stylesheet of the styleguide
 * (e.g.: theme-color("primary"), neutral-color("lightest"),...).
 *
 *
 * The name of this variables should follow this rule:
 * $c_nav-text
 *
 *
 * The variable begins with the initial of the variable type c (color),
 * followed by the element, and the section of the element where will be applied
 * the color.
 *
 * $c_nav
 *
 * In this case this variable represents the background color of the element.
 */
/* TEXT COLORS */
/**
 * Sheet to import fonts to be used and to define text styles.
 */
/* FONTS */
/* STYLES */
/* MODULAR SCALE from https://github.com/modularscale/modularscale-sass */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 0) {
  body {
    font-family: "Montserrat", sans-serif;
    -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
    -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
    font-weight: 400;
    line-height: 1.5;
  }
  /* TEXT STYLES */
  h1 {
    font-size: 32.4365844727px;
  }
  /* LINKS */
  /* WEIGHT CLASSES */
  /* COLOR CLASSES */
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  h1 {
    font-size: calc(32.4365844727px + 15.3391595273 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  h1 {
    font-size: calc(47.775744px + 29.4532 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  h1 {
    font-size: 77.228944px;
  }
}
@media (min-width: 0) {
  h2 {
    font-size: 28.8325195313px;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  h2 {
    font-size: calc(28.8325195313px + 10.9806004687 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  h2 {
    font-size: calc(39.81312px + 19.59376 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  h2 {
    font-size: 59.40688px;
  }
}
@media (min-width: 0) {
  h3 {
    font-size: 25.62890625px;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  h3 {
    font-size: calc(25.62890625px + 7.54869375 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  h3 {
    font-size: calc(33.1776px + 12.52 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  h3 {
    font-size: 45.6976px;
  }
}
@media (min-width: 0) {
  h4 {
    font-size: 22.78125px;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  h4 {
    font-size: calc(22.78125px + 4.86675 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  h4 {
    font-size: calc(27.648px + 7.504 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  h4 {
    font-size: 35.152px;
  }
}
@media (min-width: 0) {
  h5 {
    font-size: 20.25px;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  h5 {
    font-size: calc(20.25px + 2.79 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  h5 {
    font-size: calc(23.04px + 4 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  h5 {
    font-size: 27.04px;
  }
}
@media (min-width: 0) {
  h6, .menu-sidenav .sidenav .nav-list a {
    font-size: 18px;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  h6, .menu-sidenav .sidenav .nav-list a {
    font-size: calc(18px + 1.2 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  h6, .menu-sidenav .sidenav .nav-list a {
    font-size: calc(19.2px + 1.6 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  h6, .menu-sidenav .sidenav .nav-list a {
    font-size: 20.8px;
  }
}
@media (min-width: 0) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  p {
    font-size: calc(16px + 0 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  p {
    font-size: calc(16px + 0 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 0) {
  .notes-text, .breadcrumb li a, .breadcrumb li {
    color: #252525;
    font-size: 14.22px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .label-text {
    color: #252525;
    display: block;
    font-size: 14.22px;
    font-weight: 300;
  }
  .input-text, .select2-container--flat .select2-selection--single .select2-selection__rendered, .select2-container--flat span.select2-search input {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
  }
  a {
    color: #007BFF;
    font-size: 16px;
    font-weight: 600;
  }
  a,
  a:hover,
  a:visited,
  a:link,
  a:active {
    text-decoration: none;
  }
  a:hover {
    cursor: pointer;
  }
  .text--light {
    font-weight: 300;
  }
  .text--regular {
    font-weight: 400;
  }
  .text--medium {
    font-weight: 500;
  }
  .text--semi-bold {
    font-weight: 700;
  }
  .text--bold {
    font-weight: 600;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .text--white {
    color: white;
  }
  .text--black {
    color: black;
  }
  .text--lightest {
    color: white;
  }
  .text--darkest {
    color: #252525;
  }
  .text--primary {
    color: #007BFF;
  }
  .text--secondary {
    color: #828282;
  }
  .text--success {
    color: #28A745;
  }
  .text--info {
    color: #17A2B8;
  }
  .text--warning {
    color: #FFC107;
  }
  .text--danger {
    color: #DC3545;
  }
  .text--light {
    color: #ECECEC;
  }
  .text--dark {
    color: #333;
  }
  .text--disabled {
    color: #BDBDBD;
  }
}
/**
 * This variables are only assigned to BUTTONS.
 *
 * The accent colors of the project are already assigned to internal variables
 * in the colors stylesheet of the styleguide
 * (e.g.: theme-color("primary"), neutral-color("lightest"),...).
 *
 *
 * The name of this variables should follow this rule:
 * $c_nav-text
 *
 *
 * The variable begins with the initial of the variable type c (color),
 * followed by the element, and the section of the element where will be applied
 * the color.
 *
 * $c_nav
 *
 * In this case this variable represents the background color of the element.
 */
/* BUTTON COLORS */
/* Mixins Buttons */
/* Fix for Firefox */
@-moz-document url-prefix() { /* stylelint-disable-line */
  .btn {
    letter-spacing: 1px;
  }
}
/* Buttons */
@media (min-width: 0) {
  .btn-primary {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #007BFF;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: rgb(0, 98.4, 204);
  }
  .btn-primary:focus {
    outline: none;
  }
  .btn-secondary {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: white;
    border-radius: 3px;
    color: #007BFF;
    cursor: pointer;
    font-weight: 800;
    border: 2px solid #007BFF;
  }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: rgb(229.5, 229.5, 229.5);
  }
  .btn-secondary:focus {
    outline: none;
  }
  .btn-success {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #28A745;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: rgb(30.1449275362, 125.8550724638, 52);
  }
  .btn-success:focus {
    outline: none;
  }
  .btn-info {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #17A2B8;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  }
  .btn-info:focus {
    outline: none;
  }
  .btn-warning {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #FFC107;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: rgb(211, 158.25, 0);
  }
  .btn-warning:focus {
    outline: none;
  }
  .btn-danger {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #DC3545;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  }
  .btn-danger:focus {
    outline: none;
  }
  .btn-light {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #ECECEC;
    border-radius: 3px;
    color: #252525;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: rgb(210.5, 210.5, 210.5);
  }
  .btn-light:focus {
    outline: none;
  }
  .btn-dark {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #333;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: 800;
    border: 0;
  }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background-color: rgb(25.5, 25.5, 25.5);
  }
  .btn-dark:focus {
    outline: none;
  }
  .btn-disabled {
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: "background-color";
    background-color: #BDBDBD;
    border-radius: 3px;
    color: #828282;
    cursor: pointer;
    font-weight: 800;
    border: 0;
    pointer-events: none;
  }
  .btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
    background-color: rgb(163.5, 163.5, 163.5);
  }
  .btn-disabled:focus {
    outline: none;
  }
  .btn-small {
    font-size: 14px;
    padding: 10px 20px;
  }
  .btn-medium {
    font-size: 16px;
    padding: 20px 30px;
  }
  .btn-large {
    font-size: 20px;
    padding: 30px 40px;
  }
  .btn-full-width {
    font-size: 20px;
    padding: 20px 30px;
    width: 100%;
  }
}
/**
 * This variables are only assigned to FORM elements.
 *
 * The accent colors of the project are already assigned to internal variables
 * in the colors stylesheet of the styleguide
 * (e.g.: theme-color("primary"), neutral-color("lightest"),...).
 *
 *
 * The name of this variables should follow this rule:
 * $c_nav-text
 *
 *
 * The variable begins with the initial of the variable type c (color),
 * followed by the element, and the section of the element where will be applied
 * the color.
 *
 * $c_nav
 *
 * In this case this variable represents the background color of the element.
 */
/* INPUT COLORS */
/* SELECT2 COLORS */
/* DATEPICKER COLORS */
/**
 * This variables are only assigned to FORM elements.
 */
/** Radio and Checkbox Buttons
 * Adapted from: https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes
 *
 * HTML example:
  <div class="control_group checkbox_group">
    <label class="control control-checkbox label-text">First checkbox
      <input type="checkbox" checked="checked"/>
      <div class="control-indicator"></div>
    </label>
  </div>

  <div class="control_group radio_group">
  	<label class="control control-radio label-text">First radio
  		<input type="radio" name="radio" checked="checked"/>
  		<div class="control-indicator"></div>
  	</label>
  </div>
 *
 * To update the colors of the inputs, the variables should changed on colors.scss
 *
 */
.control {
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  padding-left: calc(20px + 10px);
  position: relative;
}
.control input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.control input:checked ~ .control-indicator:after {
  display: block;
}
.control input:disabled ~ .control-indicator {
  border: 2px solid #828282;
  opacity: 0.6;
  pointer-events: none;
}
.control:hover input:not([disabled]) ~ .control-indicator {
  background: #ECECEC;
}

.control-indicator {
  background: white;
  border: 2px solid #252525;
  height: 20px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 20px;
}
.control-indicator:after {
  content: "";
  display: none;
  position: absolute;
}

.control-radio .control-indicator {
  border-radius: 50%;
}
.control-radio .control-indicator:after {
  background: #007BFF;
  border-radius: 50%;
  height: 6px;
  left: 7px;
  top: 7px;
  width: 6px;
}
.control-radio input:disabled ~ .control-indicator:after {
  background: #BDBDBD;
}

.control-checkbox .control-indicator {
  border-radius: 3px;
}
.control-checkbox .control-indicator:after {
  border: solid #007BFF;
  border-width: 0 2px 2px 0;
  height: 9px;
  left: 5px;
  top: 3px;
  transform: rotate(45deg);
  width: 6px;
}
.control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #BDBDBD;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
[data-action=togglePicker],
[data-action=incrementHours],
[data-action=decrementHours],
[data-action=incrementMinutes],
[data-action=decrementMinutes] {
  display: inline-block;
  min-width: 100%;
}

[data-action=togglePicker]:hover,
[data-action=incrementHours]:hover,
[data-action=decrementHours]:hover,
[data-action=incrementMinutes]:hover,
[data-action=decrementMinutes]:hover {
  background: #F8F9FA;
  cursor: pointer;
}

@media (min-width: 0) {
  input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=range]):not([type=file]) {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    margin-top: 10px;
    padding: 0.75em 20px;
    width: 100%;
  }
  input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=range]):not([type=file])::placeholder {
    color: #828282;
    opacity: 0.5;
  }
  input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=range]):not([type=file]):focus, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=range]):not([type=file]):active {
    border-color: #007BFF;
    outline: none;
  }
  input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=range]):not([type=file]):disabled {
    border-color: #828282;
    pointer-events: none;
  }
  textarea {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    box-sizing: border-box;
    height: 6em;
    margin-top: 10px;
    padding: 0.75em 20px;
    width: 100%;
  }
  textarea::placeholder {
    color: #828282;
    opacity: 0.5;
  }
  textarea:focus, textarea:active {
    border-color: #007BFF;
    outline: none;
  }
  textarea:disabled {
    border-color: #828282;
    pointer-events: none;
  }
  input[type=color] {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    box-sizing: border-box;
    height: 2.5em;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    appearance: none;
  }
  input[type=color]::placeholder {
    color: #828282;
    opacity: 0.5;
  }
  input[type=color]:focus, input[type=color]:active {
    border-color: #007BFF;
    outline: none;
  }
  input[type=color]:disabled {
    border-color: #828282;
    pointer-events: none;
  }
  input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0.5em 15px;
  }
  input[type=color]::-webkit-color-swatch {
    border: 0;
  }
}
/**
 * Adapted from: https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/
 *
 * HTML example:
   <div class="box_input_file">
    <input type="file" name="file-2[]" id="file-2" class="inputfile" data-multiple-caption="{count} files selected" multiple />
    <label for="file-2" class="secondary-button large-button">
      <!-- <i class="fa fa-upload"></i> -->
      <svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17"><path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"/></svg>
      <span>Choose a file&hellip;</span>
     </label>
  </div>
 *
 *
 */
.inputfile {
  display: none;
}
.inputfile + label {
  display: block;
}
.inputfile + label i {
  padding-right: 10px;
}
.inputfile.has-focus + label {
  outline: none;
}

/** Input Range
 * Adapted from: http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html
 */
@media (min-width: 0) {
  input[type=range] {
    /*removes default webkit styles*/
    appearance: none;
    margin-top: 10px;
    /*fix for FF unable to apply focus style bug */
    /*required for proper track sizing in FF*/
    width: 100%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ECECEC;
  }
  input[type=range]::-webkit-slider-runnable-track {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    height: 10px;
  }
  input[type=range]::-webkit-slider-thumb {
    appearance: none;
    background: #007BFF;
    border: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-top: -7px;
  }
  input[type=range]::-moz-range-track {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    height: 10px;
  }
  input[type=range]::-moz-range-thumb {
    appearance: none;
    background: #007BFF;
    border: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }
}
/** Select Box
 * Adapted from: https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes
 *
 * HTML example:
 <div class="control-group">
   <div class="select">
     <select class="input-text">
       <option>First select</option>
       <option>Option</option>
       <option>Option</option>
     </select>
     <div class="select__arrow"></div>
   </div>
  </div>
 *
 *
 * To update the colors of the inputs, the variables should be changed on colors.scss
 *
 */
@media (min-width: 0) {
  .select {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .select select {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    margin-top: 10px;
    padding: 0.75em 20px;
    width: 100%;
    appearance: none;
    cursor: pointer;
    outline: 0;
  }
  .select select::placeholder {
    color: #828282;
    opacity: 0.5;
  }
  .select select:focus, .select select:active {
    border-color: #007BFF;
    outline: none;
  }
  .select select:disabled {
    border-color: #828282;
    pointer-events: none;
  }
  .select select::-ms-expand {
    display: none;
  }
  .select select:hover {
    background: #ECECEC;
  }
  .select select:disabled {
    color: #BDBDBD;
  }
  .select select:disabled ~ .select__arrow {
    border-top-color: #BDBDBD;
  }
  .select .select__arrow {
    border-color: #007BFF transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 0;
  }
}
/**
 * Author : Techhysahil
 * Link : http://techhysahil.com
 * Select2 Override style
 */
/* Assign min-width to container */
@media (min-width: 0) {
  .select2-container {
    min-width: 100%;
  }
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    background: white;
    border: 2px solid #BDBDBD;
    border-radius: 3px;
    border-top: 0;
  }
  .select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: #007BFF !important;
    color: white;
  }
  .select2-container--flat .select2-results__option[aria-selected=true] {
    background: rgb(0, 103.32, 214.2);
    color: white;
  }
  .select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .select2-container--flat span.select2-search input {
    height: 2.25em !important;
    padding: 0.5em 10px;
  }
  .select2-container--flat .select2-selection--single {
    background-color: white;
    border: 2px solid #252525;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    margin-top: 10px;
    padding: 0.75em 20px;
    width: 100%;
  }
  .select2-container--flat .select2-selection--single::placeholder {
    color: #828282;
    opacity: 0.5;
  }
  .select2-container--flat .select2-selection--single:focus, .select2-container--flat .select2-selection--single:active {
    border-color: #007BFF;
    outline: none;
  }
  .select2-container--flat .select2-selection--single:disabled {
    border-color: #828282;
    pointer-events: none;
  }
  .select2-container--flat .select2-selection--single .select2-selection__rendered {
    padding: 0;
  }
  .select2-container--flat .select2-selection--single .select2-selection__placeholder {
    color: #828282;
  }
  .select2-container--flat .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: calc(20px + 10px);
    top: 30px;
  }
  .select2-container--flat .select2-selection--single .select2-selection__arrow b {
    border-color: #007BFF transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0;
    height: 0;
    position: absolute;
    width: 0;
  }
  .select2-container--flat .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    margin-right: 20px;
  }
  .select2-search {
    margin-top: 0;
  }
  .select2-search input {
    border: 2px solid #BDBDBD;
    border-radius: 3px;
  }
  .select2-search input:active {
    border-color: #007BFF;
    outline: none;
    outline-width: 0;
  }
}
/**
 * This variables are only assigned to NAVIGATION elements.
 *
 * The accent colors of the project are already assigned to internal variables
 * in the colors stylesheet of the styleguide
 * (e.g.: theme-color("primary"), neutral-color("lightest"),...).
 *
 *
 * The name of this variables should follow this rule:
 * $c_nav-text
 *
 *
 * The variable begins with the initial of the variable type c (color),
 * followed by the element, and the section of the element where will be applied
 * the color.
 *
 * $c_nav
 *
 * In this case this variable represents the background color of the element.
 */
/* FOOTER COLORS */
/* NAV COLORS */
/* PAGINATION COLORS */
/* BREADCRUMB COLORS */
/* SIDENAV COLORS */
/* Footer */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  /* .push must be the same height as footer */
  flex: 1;
}

footer {
  flex: none;
  /* .push must be the same height as footer */
  height: 140px;
}

@media (min-width: 0) {
  footer {
    background-color: #333;
  }
}
@media (min-width: 0) {
  .navbar-container {
    background-color: white;
  }
  .navbar {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1193px;
    padding: 16px 24px;
  }
  .burger-menu {
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 25px;
    display: inline-block;
  }
  .burger-menu span {
    background-color: #252525;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.2s all;
    width: 100%;
    top: 9px;
  }
  .burger-menu span:before {
    background-color: #252525;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.2s all;
    width: 100%;
    content: "";
    top: -9px;
  }
  .burger-menu span:after {
    background-color: #252525;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.2s all;
    width: 100%;
    bottom: -9px;
    content: "";
  }
  .burger-menu.open span {
    left: -25px;
  }
  .burger-menu.open span:before {
    left: 100%;
    top: 0;
    transform: rotate(45deg);
  }
  .burger-menu.open span:after {
    bottom: 0;
    left: 100%;
    transform: rotate(-45deg);
  }
  .burger-menu:hover span,
  .burger-menu:hover span:before,
  .burger-menu:hover span:after {
    background-color: rgb(40.8, 144.12, 255);
  }
  .nav-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav-list {
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 0;
    left: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 92px;
    transition: height 0.6s ease;
    width: 100%;
    z-index: 1;
  }
  .nav-list li {
    list-style: none;
    padding-left: 32px;
  }
  .nav-list-active {
    height: calc(100vh - 92px);
  }
  .nav-list-active li {
    padding: 0 24px;
  }
  .nav-list-active li:first-of-type {
    padding-top: 64px;
  }
  .nav-list-active li:last-of-type {
    padding-bottom: 64px;
  }
  .nav-link {
    color: #252525;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.2s ease;
  }
  .nav-link:hover {
    color: rgb(40.8, 144.12, 255);
  }
  /* DROPDOWN */
  .dropdown-content {
    flex-direction: column;
    gap: 16px;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.6s ease;
  }
  .dropdown-content li {
    padding: 24px 0 0 24px !important;
  }
  .dropdown-button {
    align-items: center;
    display: flex;
    gap: 8px;
  }
  .dropdown-button i {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
  }
  .dropdown-button i:before {
    font-size: 18px;
    font-weight: 900;
  }
}
@media (min-width: 0) and (min-width: 400px) and (max-width: 600px) {
  .dropdown-button i:before {
    font-size: calc(18px + 1.2 * (100vw - 400px) / 200);
  }
}
@media (min-width: 0) and (min-width: 600px) and (max-width: 1200px) {
  .dropdown-button i:before {
    font-size: calc(19.2px + 1.6 * (100vw - 600px) / 600);
  }
}
@media (min-width: 0) and (min-width: 1200px) {
  .dropdown-button i:before {
    font-size: 20.8px;
  }
}
@media (min-width: 0) {
  .dropdown-button.active-dropdown i {
    transform: rotate(270deg);
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .burger-menu {
    display: none !important;
  }
  .nav-mobile {
    width: auto;
  }
  .nav-list {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-end;
    overflow: inherit;
    position: relative;
    top: 0;
    width: auto;
  }
  /* DROPDOWN */
  .nav-dropdown {
    display: inline-block;
    position: relative;
  }
  .dropdown-button.active-dropdown i {
    transform: rotate(90deg);
  }
  .dropdown-content {
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    gap: 0;
    height: auto !important;
    min-width: 220px;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
  .dropdown-content a {
    color: #252525 !important;
    display: block;
    padding: 16px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .dropdown-content a:hover {
    background-color: rgb(40.8, 144.12, 255);
  }
  .dropdown-content li {
    padding: 0 !important;
    width: 100%;
  }
  .nav-dropdown:hover .dropdown-content {
    display: flex;
  }
}
@media (min-width: 0) {
  .pagination {
    text-align: center;
  }
  .pagination .pagination__list {
    display: inline-block;
  }
  .pagination .pagination__list a {
    border-radius: 2px;
    color: #252525;
    float: left;
    margin: 0 4px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  .pagination .pagination__list a.active-page {
    background-color: #007BFF;
    color: white;
  }
  .pagination .pagination__list a:hover:not(.active-page) {
    background-color: #BDBDBD;
  }
  .breadcrumb {
    list-style: none;
    padding: 0;
  }
  .breadcrumb li {
    display: inline;
  }
  .breadcrumb li a:hover {
    color: rgb(0, 103.32, 214.2);
  }
  .breadcrumb li + li:before {
    color: #252525;
    content: ">";
    padding: 8px;
  }
}
/* Side Navigation */
.menu-sidenav {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.menu-sidenav .burger-box {
  background-color: white;
  cursor: pointer;
  display: inline-block;
  left: 0;
  padding: 20px 20px 18px;
  position: absolute;
  transition: 0.6s all;
}
.menu-sidenav .burger-box .burger-sidenav {
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 25px;
  display: inline-block;
}
.menu-sidenav .burger-box .burger-sidenav span {
  background-color: #252525;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.2s all;
  width: 100%;
  top: 9px;
}
.menu-sidenav .burger-box .burger-sidenav span:before {
  background-color: #252525;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.2s all;
  width: 100%;
  content: "";
  top: -9px;
}
.menu-sidenav .burger-box .burger-sidenav span:after {
  background-color: #252525;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.2s all;
  width: 100%;
  bottom: -9px;
  content: "";
}
.menu-sidenav .burger-box .burger-sidenav.open span {
  left: -25px;
}
.menu-sidenav .burger-box .burger-sidenav.open span:before {
  left: 100%;
  top: 0;
  transform: rotate(45deg);
}
.menu-sidenav .burger-box .burger-sidenav.open span:after {
  bottom: 0;
  left: 100%;
  transform: rotate(-45deg);
}
.menu-sidenav .burger-box .burger-sidenav:hover span,
.menu-sidenav .burger-box .burger-sidenav:hover span:before,
.menu-sidenav .burger-box .burger-sidenav:hover span:after {
  background-color: rgb(40.8, 144.12, 255);
}
.menu-sidenav .logo {
  margin-top: 20px;
  vertical-align: top;
  width: 40px;
}
.menu-sidenav .sidenav {
  background-color: rgb(0, 103.32, 214.2);
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 30px;
  position: fixed;
  top: 0;
  transition: 0.6s all;
  width: 0;
  z-index: 1;
}
.menu-sidenav .sidenav .nav-list {
  padding: 0 50px;
}
.menu-sidenav .sidenav .nav-list li {
  list-style: none;
}
.menu-sidenav .sidenav .nav-list a {
  border-bottom: 2px solid transparent;
  color: #252525;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  text-align: left;
  transition: 0.2s all;
}
.menu-sidenav .sidenav .nav-list a:hover {
  border-bottom: 2px solid rgb(40.8, 144.12, 255);
}

/* Page */
* {
  margin: 0;
}

html,
body {
  height: 100%;
}

.container {
  float: none;
  width: 100%;
}

/**
 * Shame stylesheet is reserved just for hacky code.
 * The code written to get the release out on time,
 * but the code that makes you ashamed.
 *
 * This is a temporary stylesheet to be clean as soon as possible.
 *
 * Comment every code added here, by answering these questions:
 * 1. What part of the codebase does it relate to?
 * 2. Why was this needed?
 * 3. How does this fix it?
 * 4. How might you fix it properly, given more time?
 *
 */
