@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i);.v-autocomplete{position:relative}.v-autocomplete .v-autocomplete-list{position:absolute}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item{cursor:pointer}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item.v-autocomplete-item-active{background-color:#f3f6fa}/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps {
    position: relative;
}/**
 * Trumbowyg v2.18.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0; }
  #trumbowyg-icons svg {
    height: 0;
    width: 0; }

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after,
.trumbowyg-modal *,
.trumbowyg-modal *::before,
.trumbowyg-modal *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #222; }

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px auto; }

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto; }

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important; }

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }
  .trumbowyg-editor.trumbowyg-autogrow-on-enter,
  .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    -webkit-transition: height 300ms ease-out;
    transition: height 300ms ease-out; }

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333; }
  @media screen and (min-width: 0 \0) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }
  @supports (-ms-accelerator: true) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2; }

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px; }

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none; }

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none; }

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none; }

.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 11; }
  .trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2; }
  .trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block; }
    .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
      color: transparent; }
    .trumbowyg-button-pane .trumbowyg-button-group::after {
      content: " ";
      display: inline-block;
      width: 1px;
      background: #d7e0e2;
      margin: 0 5px;
      height: 35px;
      vertical-align: top; }
    .trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
      content: none; }
  .trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: none;
    vertical-align: middle;
    -webkit-transition: background-color 150ms, opacity 150ms;
    transition: background-color 150ms, opacity 150ms; }
    .trumbowyg-button-pane button.trumbowyg-textual-button {
      width: auto;
      line-height: 35px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
  .trumbowyg-button-pane button.trumbowyg-disable,
  .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: 0.2;
    cursor: default; }
  .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
  .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb; }
  .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #FFF;
    outline: none; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important; }
    .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
      top: 17px;
      right: 7px; }
  .trumbowyg-button-pane .trumbowyg-right {
    float: right; }

.trumbowyg-dropdown {
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12; }
  .trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 20px 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
    .trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
      background: #ecf0f1; }
    .trumbowyg-dropdown button svg {
      float: left;
      margin-right: 14px; }

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc; }
  .trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px; }
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
      background: #2BC06A;
      width: 0;
      height: 100%;
      -webkit-transition: width 150ms linear;
      transition: width 150ms linear; }
  .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden; }
    .trumbowyg-modal-box label .trumbowyg-input-infos {
      display: block;
      text-align: left;
      height: 25px;
      line-height: 25px;
      -webkit-transition: all 150ms;
      transition: all 150ms; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span {
        display: block;
        color: #69878f;
        background-color: #fbfcfc;
        border: 1px solid #DEDEDE;
        padding: 0 7px;
        width: 150px; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border: 1px solid #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
      margin-top: -27px; }
    .trumbowyg-modal-box label input {
      position: absolute;
      top: 0;
      right: 0;
      height: 27px;
      line-height: 27px;
      border: 1px solid #DEDEDE;
      background: #fff;
      font-size: 14px;
      max-width: 330px;
      width: 70%;
      padding: 0 7px;
      -webkit-transition: all 150ms;
      transition: all 150ms; }
      .trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
        outline: none;
        border: 1px solid #95a5a6; }
      .trumbowyg-modal-box label input:focus {
        background: #fbfcfc; }
    .trumbowyg-modal-box label input[type="checkbox"] {
      left: 6px;
      top: 6px;
      right: auto;
      height: 16px;
      width: 16px; }
      .trumbowyg-modal-box label input[type="checkbox"] + .trumbowyg-input-infos span {
        width: auto;
        padding-left: 25px; }
  .trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red; }
  .trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
      right: 110px;
      background: #2bc06a; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
        background: #40d47e;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
        background: #25a25a; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
      color: #555;
      background: #e6e6e6; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
        background: #fbfbfb;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
        background: #d5d5d5; }

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10; }

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden; }

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999; }
  .trumbowyg-fullscreen.trumbowyg-box,
  .trumbowyg-fullscreen .trumbowyg-editor {
    border: none; }
  .trumbowyg-fullscreen .trumbowyg-editor,
  .trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto; }
  .trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important; }
  .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent; }

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */ }
  .trumbowyg-editor object,
  .trumbowyg-editor embed,
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    max-width: 100%; }
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    height: auto; }
  .trumbowyg-editor img {
    cursor: move; }
  .trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    color: #333; }
    .trumbowyg-editor.trumbowyg-reset-css a {
      color: #15c !important;
      text-decoration: underline !important; }
    .trumbowyg-editor.trumbowyg-reset-css div,
    .trumbowyg-editor.trumbowyg-reset-css p,
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol,
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background: none !important;
      margin: 0 !important;
      margin-bottom: 15px !important;
      line-height: 1.4em !important;
      font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
      font-size: 14px !important;
      border: none; }
    .trumbowyg-editor.trumbowyg-reset-css iframe,
    .trumbowyg-editor.trumbowyg-reset-css object,
    .trumbowyg-editor.trumbowyg-reset-css hr {
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      margin-left: 32px !important;
      font-style: italic !important;
      color: #555; }
    .trumbowyg-editor.trumbowyg-reset-css ul {
      list-style: disc; }
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol {
      padding-left: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css ul ul,
    .trumbowyg-editor.trumbowyg-reset-css ol ol,
    .trumbowyg-editor.trumbowyg-reset-css ul ol,
    .trumbowyg-editor.trumbowyg-reset-css ol ul {
      border: none;
      margin: 2px !important;
      padding: 0 !important;
      padding-left: 24px !important; }
    .trumbowyg-editor.trumbowyg-reset-css hr {
      display: block;
      height: 1px;
      border: none;
      border-top: 1px solid #CCC; }
    .trumbowyg-editor.trumbowyg-reset-css h1,
    .trumbowyg-editor.trumbowyg-reset-css h2,
    .trumbowyg-editor.trumbowyg-reset-css h3,
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      color: #111;
      background: none;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold; }
    .trumbowyg-editor.trumbowyg-reset-css h1 {
      font-size: 32px !important;
      line-height: 38px !important;
      margin-bottom: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h2 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h3 {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 7px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 7px !important; }

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd; }

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc; }
    @media screen and (min-width: 0 \0 ) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
    @supports (-ms-accelerator: true) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
  .trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1; }

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
    background-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent; }
  .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
    background-color: #2a2a2a; }
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #333; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff; }

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent; }

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px; }
  .trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important; }
    .trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
      background: #222; }

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c; }
  .trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
      color: #eee;
      background-color: #2f2f2f;
      border-color: #222; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
      color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border-color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label input {
      border-color: #222;
      color: #eee;
      background: #333; }
      .trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        border-color: #626262; }
      .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        background-color: #2f2f2f; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
      background: #25a25a; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
      background: #176437; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
      background: #444; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
      background: #111; }

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6); }
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */
@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}

.bv-d-xl-down-none {
  display: none !important;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}

.dropdown.b-dropdown .b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.dropdown.b-dropdown .b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.dropdown.b-dropdown .b-dropdown-form.disabled, .dropdown.b-dropdown .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}

.input-group > .custom-range:focus {
  z-index: 3;
}

.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    -webkit-transition: none;
    transition: none;
  }
}

.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}

.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}

.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.modal-backdrop {
  opacity: 0.5;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cce5ff;
}

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}

.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda;
}

.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda;
}

.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda;
}

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d1ecf1;
}

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd;
}

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da;
}

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}

.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe;
}

.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe;
}

.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe;
}

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9;
}

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
  color: #1b1e21;
}

.table.b-table.b-table-fixed {
  table-layout: fixed;
}

.table.b-table[aria-busy="true"] {
  opacity: 0.55;
}

.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.table.b-table > caption {
  caption-side: bottom;
}

.table.b-table > caption.b-table-caption-top {
  caption-side: top !important;
}

.table.b-table > thead > tr > th[aria-sort],
.table.b-table > tfoot > tr > th[aria-sort] {
  cursor: pointer;
}

.table.b-table > thead > tr > th[aria-sort]::before,
.table.b-table > tfoot > tr > th[aria-sort]::before {
  display: inline-block;
  float: right;
  margin-left: 0.5em;
  width: 0.5em;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.4;
  content: "\2195";
  speak: none;
}

.table.b-table > thead > tr > th[aria-sort][aria-sort="ascending"]::before,
.table.b-table > tfoot > tr > th[aria-sort][aria-sort="ascending"]::before {
  opacity: 1;
  content: "\2193";
}

.table.b-table > thead > tr > th[aria-sort][aria-sort="descending"]::before,
.table.b-table > tfoot > tr > th[aria-sort][aria-sort="descending"]::before {
  opacity: 1;
  content: "\2191";
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > td {
  display: block;
}

.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}

.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  display: inline-block;
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}

.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 1rem;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

.table.b-table.b-table-selectable > tbody > tr {
  cursor: pointer;
}

.table.b-table.b-table-selectable.b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}

.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.b-toast.b-toast-solid .toast {
  background-color: white;
}

.b-toast .toast {
  opacity: 1;
}

.b-toast .toast.fade:not(.show) {
  opacity: 0;
}

.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}

.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}

.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}

.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}

.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}

.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}

.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}

.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}

.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}

.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}

.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}

.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}

.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}

.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}

.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}

.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast, .b-toaster.b-toaster-top-left .b-toast, .b-toaster.b-toaster-bottom-right .b-toast, .b-toaster.b-toaster-bottom-left .b-toast {
  /*
      &.b-toaster-enter-active,
      &.b-toaster-enter-to {
        .toast.fade {
          // Delay the appearance of the toast until
          // the move transition has completed
          transition-delay: 0.175s;
        }
      }

      &.b-toaster-move {
        transition: transform 0.175s;
        // transition-delay: 0.175s;
      }

      &.b-toaster-enter-active {
        z-index: 0;
      }

      &.b-toaster-leave-active {
        transition: transform 0.175s;
      }

      &.b-toaster-leave,
      &.b-toaster-leave-active {
        position: absolute;
        z-index: 0;
        transition-delay: 0.175s;

        .toast.fade {
          transition-delay: 0s;
        }
      }

      &.b-toaster-leave {
      }

      &.b-toaster-leave-to {
      }
      */
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  -webkit-transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #007bff;
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}
/*# sourceMappingURL=bootstrap-vue.css.map *//*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@charset "UTF-8";

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/

/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */

/**
 * Reset rounded corners
 */

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open,
.input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */

@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

.colorpicker {
  position: relative;
  display: none;
  font-size: inherit;
  color: inherit;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: .75rem .75rem;
  width: 148px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.colorpicker div {
  position: relative;
}

.colorpicker-popup {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  margin-top: 1px;
  z-index: 1060;
}

.colorpicker-popup.colorpicker-bs-popover-content {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  margin: 0;
  z-index: initial;
  border: none;
  padding: 0.25rem 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.colorpicker:before,
.colorpicker:after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}

.colorpicker-clear {
  clear: both;
  display: block;
}

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: auto;
  right: 6px;
}

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: auto;
  right: 7px;
}

.colorpicker.colorpicker-with-alpha {
  width: 170px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-saturation {
  position: relative;
  width: 126px;
  height: 126px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)), -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%), linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  cursor: crosshair;
  float: left;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
}

.colorpicker-saturation .colorpicker-guide {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  margin: -3px 0 0 -3px;
}

.colorpicker-hue,
.colorpicker-alpha {
  position: relative;
  width: 16px;
  height: 126px;
  float: left;
  cursor: row-resize;
  margin-left: 6px;
  margin-bottom: 6px;
}

.colorpicker-alpha-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.colorpicker-hue,
.colorpicker-alpha-color {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.colorpicker-hue .colorpicker-guide,
.colorpicker-alpha .colorpicker-guide {
  display: block;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -2px;
  margin-top: -2px;
  right: -2px;
  z-index: 1;
}

.colorpicker-hue {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));
  background: linear-gradient(to top, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%);
  /* W3C */
}

.colorpicker-alpha {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  display: none;
}

.colorpicker-bar {
  min-height: 16px;
  margin: 6px 0 0 0;
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: normal;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.colorpicker-bar:before {
  content: "";
  display: table;
  clear: both;
}

.colorpicker-bar.colorpicker-bar-horizontal {
  height: 126px;
  width: 16px;
  margin: 0 0 6px 0;
  float: left;
}

.colorpicker-input-addon {
  position: relative;
}

.colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
  position: relative;
}

.colorpicker-input-addon:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
  vertical-align: text-bottom;
}

.colorpicker.colorpicker-horizontal {
  width: 126px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-bar {
  width: 126px;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  float: none;
  margin-bottom: 0;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: none;
  width: 126px;
  height: 16px;
  cursor: col-resize;
  margin-left: 0;
  margin-top: 6px;
  margin-bottom: 0;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide,
.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide {
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  right: auto;
  height: auto;
  width: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, right top, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));
  background: linear-gradient(to left, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%);
  /* W3C */
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.colorpicker-inline:before,
.colorpicker-no-arrow:before,
.colorpicker-popup.colorpicker-bs-popover-content:before {
  content: none;
  display: none;
}

.colorpicker-inline:after,
.colorpicker-no-arrow:after,
.colorpicker-popup.colorpicker-bs-popover-content:after {
  content: none;
  display: none;
}

.colorpicker-alpha,
.colorpicker-saturation,
.colorpicker-hue {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-bar.colorpicker-visible {
  display: block;
}

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-bar.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

.colorpicker.colorpicker-disabled:after {
  border: none;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(233, 236, 239, 0.33);
  top: 0;
  left: 0;
  right: auto;
  z-index: 2;
  position: absolute;
}

.colorpicker.colorpicker-disabled .colorpicker-guide {
  display: none;
}

/** EXTENSIONS **/

.colorpicker-preview {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.colorpicker-preview > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.colorpicker-bar.colorpicker-swatches {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}

.colorpicker-swatches--inner {
  clear: both;
  margin-top: -6px;
}

.colorpicker-swatch {
  position: relative;
  cursor: pointer;
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  margin-top: 6px;
  margin-left: 0;
  display: block;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.colorpicker-swatch--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.colorpicker-swatch:nth-of-type(7n+0) {
  margin-right: 0;
}

.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0) {
  margin-right: 6px;
}

.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0) {
  margin-right: 0;
}

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0) {
  margin-right: 0;
}

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0) {
  margin-right: 6px;
}

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0) {
  margin-right: 6px;
}

.colorpicker-swatch:last-of-type:after {
  content: "";
  display: table;
  clear: both;
}

*[dir='rtl'] .colorpicker-element input,
.colorpicker-element[dir='rtl'] input,
.colorpicker-element input[dir='rtl'] {
  direction: ltr;
  text-align: right;
}

.letter-spacing-0 {
  letter-spacing: 0px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

.letter-spacing-4 {
  letter-spacing: 4px !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.flex-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 0% !important;
          flex: 0 0 0% !important;
  width: 0% !important;
}

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

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

.flex-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 0% !important;
          flex: 0 0 0% !important;
  width: 0% !important;
}

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

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

.flex-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 0% !important;
          flex: 0 0 0% !important;
  width: 0% !important;
}

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

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

.flex-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 0% !important;
          flex: 0 0 0% !important;
  width: 0% !important;
}

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

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

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.flex-5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 5% !important;
          flex: 0 0 5% !important;
  width: 5% !important;
}

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

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

.flex-5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 5% !important;
          flex: 0 0 5% !important;
  width: 5% !important;
}

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

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

.flex-5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 5% !important;
          flex: 0 0 5% !important;
  width: 5% !important;
}

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

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

.flex-5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 5% !important;
          flex: 0 0 5% !important;
  width: 5% !important;
}

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

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

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.flex-8 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 8% !important;
          flex: 0 0 8% !important;
  width: 8% !important;
}

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

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

.flex-8 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 8% !important;
          flex: 0 0 8% !important;
  width: 8% !important;
}

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

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

.flex-8 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 8% !important;
          flex: 0 0 8% !important;
  width: 8% !important;
}

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

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

.flex-8 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 8% !important;
          flex: 0 0 8% !important;
  width: 8% !important;
}

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

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

.m-8 {
  margin: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.flex-10 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important;
  width: 10% !important;
}

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

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

.flex-10 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important;
  width: 10% !important;
}

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

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

.flex-10 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important;
  width: 10% !important;
}

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

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

.flex-10 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important;
  width: 10% !important;
}

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

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

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.flex-15 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 15% !important;
          flex: 0 0 15% !important;
  width: 15% !important;
}

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

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

.flex-15 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 15% !important;
          flex: 0 0 15% !important;
  width: 15% !important;
}

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

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

.flex-15 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 15% !important;
          flex: 0 0 15% !important;
  width: 15% !important;
}

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

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

.flex-15 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 15% !important;
          flex: 0 0 15% !important;
  width: 15% !important;
}

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

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

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.flex-16 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16% !important;
          flex: 0 0 16% !important;
  width: 16% !important;
}

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

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

.flex-16 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16% !important;
          flex: 0 0 16% !important;
  width: 16% !important;
}

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

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

.flex-16 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16% !important;
          flex: 0 0 16% !important;
  width: 16% !important;
}

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

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

.flex-16 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16% !important;
          flex: 0 0 16% !important;
  width: 16% !important;
}

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

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

.m-16 {
  margin: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.flex-18 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 18% !important;
          flex: 0 0 18% !important;
  width: 18% !important;
}

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

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

.flex-18 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 18% !important;
          flex: 0 0 18% !important;
  width: 18% !important;
}

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

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

.flex-18 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 18% !important;
          flex: 0 0 18% !important;
  width: 18% !important;
}

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

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

.flex-18 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 18% !important;
          flex: 0 0 18% !important;
  width: 18% !important;
}

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

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

.m-18 {
  margin: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.flex-20 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  width: 20% !important;
}

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

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

.flex-20 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  width: 20% !important;
}

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

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

.flex-20 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  width: 20% !important;
}

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

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

.flex-20 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  width: 20% !important;
}

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

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

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.flex-24 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 24% !important;
          flex: 0 0 24% !important;
  width: 24% !important;
}

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

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

.flex-24 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 24% !important;
          flex: 0 0 24% !important;
  width: 24% !important;
}

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

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

.flex-24 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 24% !important;
          flex: 0 0 24% !important;
  width: 24% !important;
}

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

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

.flex-24 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 24% !important;
          flex: 0 0 24% !important;
  width: 24% !important;
}

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

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

.m-24 {
  margin: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.flex-25 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  width: 25% !important;
}

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

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

.flex-25 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  width: 25% !important;
}

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

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

.flex-25 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  width: 25% !important;
}

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

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

.flex-25 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  width: 25% !important;
}

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

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

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.flex-30 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
  width: 30% !important;
}

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

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

.flex-30 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
  width: 30% !important;
}

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

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

.flex-30 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
  width: 30% !important;
}

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

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

.flex-30 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
  width: 30% !important;
}

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

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

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.flex-32 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 32% !important;
          flex: 0 0 32% !important;
  width: 32% !important;
}

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

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

.flex-32 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 32% !important;
          flex: 0 0 32% !important;
  width: 32% !important;
}

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

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

.flex-32 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 32% !important;
          flex: 0 0 32% !important;
  width: 32% !important;
}

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

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

.flex-32 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 32% !important;
          flex: 0 0 32% !important;
  width: 32% !important;
}

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

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

.m-32 {
  margin: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.flex-35 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 35% !important;
          flex: 0 0 35% !important;
  width: 35% !important;
}

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

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

.flex-35 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 35% !important;
          flex: 0 0 35% !important;
  width: 35% !important;
}

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

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

.flex-35 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 35% !important;
          flex: 0 0 35% !important;
  width: 35% !important;
}

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

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

.flex-35 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 35% !important;
          flex: 0 0 35% !important;
  width: 35% !important;
}

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

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

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.flex-40 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  width: 40% !important;
}

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

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

.flex-40 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  width: 40% !important;
}

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

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

.flex-40 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  width: 40% !important;
}

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

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

.flex-40 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  width: 40% !important;
}

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

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

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.flex-45 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45% !important;
          flex: 0 0 45% !important;
  width: 45% !important;
}

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

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

.flex-45 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45% !important;
          flex: 0 0 45% !important;
  width: 45% !important;
}

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

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

.flex-45 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45% !important;
          flex: 0 0 45% !important;
  width: 45% !important;
}

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

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

.flex-45 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45% !important;
          flex: 0 0 45% !important;
  width: 45% !important;
}

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

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

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.flex-48 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 48% !important;
          flex: 0 0 48% !important;
  width: 48% !important;
}

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

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

.flex-48 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 48% !important;
          flex: 0 0 48% !important;
  width: 48% !important;
}

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

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

.flex-48 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 48% !important;
          flex: 0 0 48% !important;
  width: 48% !important;
}

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

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

.flex-48 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 48% !important;
          flex: 0 0 48% !important;
  width: 48% !important;
}

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

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

.m-48 {
  margin: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.flex-50 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  width: 50% !important;
}

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

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

.flex-50 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  width: 50% !important;
}

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

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

.flex-50 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  width: 50% !important;
}

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

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

.flex-50 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  width: 50% !important;
}

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

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

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.flex-55 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 55% !important;
          flex: 0 0 55% !important;
  width: 55% !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

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

.flex-55 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 55% !important;
          flex: 0 0 55% !important;
  width: 55% !important;
}

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

.p-b-55 {
  padding-bottom: 55px !important;
}

.flex-55 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 55% !important;
          flex: 0 0 55% !important;
  width: 55% !important;
}

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

.p-l-55 {
  padding-left: 55px !important;
}

.flex-55 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 55% !important;
          flex: 0 0 55% !important;
  width: 55% !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.flex-56 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 56% !important;
          flex: 0 0 56% !important;
  width: 56% !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

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

.flex-56 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 56% !important;
          flex: 0 0 56% !important;
  width: 56% !important;
}

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

.p-b-56 {
  padding-bottom: 56px !important;
}

.flex-56 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 56% !important;
          flex: 0 0 56% !important;
  width: 56% !important;
}

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

.p-l-56 {
  padding-left: 56px !important;
}

.flex-56 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 56% !important;
          flex: 0 0 56% !important;
  width: 56% !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.m-56 {
  margin: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.flex-60 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
  width: 60% !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

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

.flex-60 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
  width: 60% !important;
}

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

.p-b-60 {
  padding-bottom: 60px !important;
}

.flex-60 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
  width: 60% !important;
}

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

.p-l-60 {
  padding-left: 60px !important;
}

.flex-60 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
  width: 60% !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.flex-64 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 64% !important;
          flex: 0 0 64% !important;
  width: 64% !important;
}

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

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

.flex-64 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 64% !important;
          flex: 0 0 64% !important;
  width: 64% !important;
}

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

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

.flex-64 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 64% !important;
          flex: 0 0 64% !important;
  width: 64% !important;
}

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

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

.flex-64 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 64% !important;
          flex: 0 0 64% !important;
  width: 64% !important;
}

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

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

.m-64 {
  margin: 64px !important;
}

.p-64 {
  padding: 64px !important;
}

.flex-65 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 65% !important;
          flex: 0 0 65% !important;
  width: 65% !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.flex-65 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 65% !important;
          flex: 0 0 65% !important;
  width: 65% !important;
}

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

.p-b-65 {
  padding-bottom: 65px !important;
}

.flex-65 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 65% !important;
          flex: 0 0 65% !important;
  width: 65% !important;
}

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

.p-l-65 {
  padding-left: 65px !important;
}

.flex-65 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 65% !important;
          flex: 0 0 65% !important;
  width: 65% !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.flex-70 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70% !important;
          flex: 0 0 70% !important;
  width: 70% !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.flex-70 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70% !important;
          flex: 0 0 70% !important;
  width: 70% !important;
}

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

.p-b-70 {
  padding-bottom: 70px !important;
}

.flex-70 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70% !important;
          flex: 0 0 70% !important;
  width: 70% !important;
}

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

.p-l-70 {
  padding-left: 70px !important;
}

.flex-70 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70% !important;
          flex: 0 0 70% !important;
  width: 70% !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.flex-72 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 72% !important;
          flex: 0 0 72% !important;
  width: 72% !important;
}

.m-t-72 {
  margin-top: 72px !important;
}

.p-t-72 {
  padding-top: 72px !important;
}

.flex-72 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 72% !important;
          flex: 0 0 72% !important;
  width: 72% !important;
}

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

.p-b-72 {
  padding-bottom: 72px !important;
}

.flex-72 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 72% !important;
          flex: 0 0 72% !important;
  width: 72% !important;
}

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

.p-l-72 {
  padding-left: 72px !important;
}

.flex-72 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 72% !important;
          flex: 0 0 72% !important;
  width: 72% !important;
}

.m-r-72 {
  margin-right: 72px !important;
}

.p-r-72 {
  padding-right: 72px !important;
}

.m-72 {
  margin: 72px !important;
}

.p-72 {
  padding: 72px !important;
}

.flex-75 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  width: 75% !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.flex-75 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  width: 75% !important;
}

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

.p-b-75 {
  padding-bottom: 75px !important;
}

.flex-75 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  width: 75% !important;
}

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

.p-l-75 {
  padding-left: 75px !important;
}

.flex-75 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  width: 75% !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.flex-80 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
  width: 80% !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.flex-80 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
  width: 80% !important;
}

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

.p-b-80 {
  padding-bottom: 80px !important;
}

.flex-80 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
  width: 80% !important;
}

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

.p-l-80 {
  padding-left: 80px !important;
}

.flex-80 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
  width: 80% !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.flex-85 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85% !important;
          flex: 0 0 85% !important;
  width: 85% !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.flex-85 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85% !important;
          flex: 0 0 85% !important;
  width: 85% !important;
}

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

.p-b-85 {
  padding-bottom: 85px !important;
}

.flex-85 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85% !important;
          flex: 0 0 85% !important;
  width: 85% !important;
}

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

.p-l-85 {
  padding-left: 85px !important;
}

.flex-85 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85% !important;
          flex: 0 0 85% !important;
  width: 85% !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.flex-90 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90% !important;
          flex: 0 0 90% !important;
  width: 90% !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.flex-90 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90% !important;
          flex: 0 0 90% !important;
  width: 90% !important;
}

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

.p-b-90 {
  padding-bottom: 90px !important;
}

.flex-90 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90% !important;
          flex: 0 0 90% !important;
  width: 90% !important;
}

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

.p-l-90 {
  padding-left: 90px !important;
}

.flex-90 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90% !important;
          flex: 0 0 90% !important;
  width: 90% !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.flex-100 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  width: 100% !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.flex-100 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  width: 100% !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.flex-100 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  width: 100% !important;
}

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

.p-l-100 {
  padding-left: 100px !important;
}

.flex-100 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  width: 100% !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

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

.font-11 {
  font-size: 11px !important;
}

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

.font-13 {
  font-size: 13px !important;
}

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

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

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

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-72 {
  font-size: 72px !important;
}

.height-10 {
  height: 10px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.height-11 {
  height: 11px !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.height-12 {
  height: 12px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.height-13 {
  height: 13px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.height-14 {
  height: 14px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.height-15 {
  height: 15px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.height-16 {
  height: 16px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.height-17 {
  height: 17px !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.height-18 {
  height: 18px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.height-19 {
  height: 19px !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.height-20 {
  height: 20px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.height-21 {
  height: 21px !important;
}

.line-height-21 {
  line-height: 21px !important;
}

.height-22 {
  height: 22px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.height-23 {
  height: 23px !important;
}

.line-height-23 {
  line-height: 23px !important;
}

.height-24 {
  height: 24px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.height-25 {
  height: 25px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.height-26 {
  height: 26px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.height-27 {
  height: 27px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.height-28 {
  height: 28px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.height-29 {
  height: 29px !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.height-30 {
  height: 30px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.height-31 {
  height: 31px !important;
}

.line-height-31 {
  line-height: 31px !important;
}

.height-32 {
  height: 32px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.height-33 {
  height: 33px !important;
}

.line-height-33 {
  line-height: 33px !important;
}

.height-34 {
  height: 34px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.height-35 {
  height: 35px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.height-36 {
  height: 36px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.height-37 {
  height: 37px !important;
}

.line-height-37 {
  line-height: 37px !important;
}

.height-38 {
  height: 38px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.height-39 {
  height: 39px !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.height-40 {
  height: 40px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.height-41 {
  height: 41px !important;
}

.line-height-41 {
  line-height: 41px !important;
}

.height-42 {
  height: 42px !important;
}

.line-height-42 {
  line-height: 42px !important;
}

.height-43 {
  height: 43px !important;
}

.line-height-43 {
  line-height: 43px !important;
}

.height-44 {
  height: 44px !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.height-45 {
  height: 45px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.height-46 {
  height: 46px !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.height-47 {
  height: 47px !important;
}

.line-height-47 {
  line-height: 47px !important;
}

.height-48 {
  height: 48px !important;
}

.line-height-48 {
  line-height: 48px !important;
}

.height-49 {
  height: 49px !important;
}

.line-height-49 {
  line-height: 49px !important;
}

.height-50 {
  height: 50px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.width-10-px {
  width: 10px;
}

.width-11-px {
  width: 11px;
}

.width-12-px {
  width: 12px;
}

.width-13-px {
  width: 13px;
}

.width-14-px {
  width: 14px;
}

.width-15-px {
  width: 15px;
}

.width-16-px {
  width: 16px;
}

.width-17-px {
  width: 17px;
}

.width-18-px {
  width: 18px;
}

.width-19-px {
  width: 19px;
}

.width-20-px {
  width: 20px;
}

.width-21-px {
  width: 21px;
}

.width-22-px {
  width: 22px;
}

.width-23-px {
  width: 23px;
}

.width-24-px {
  width: 24px;
}

.width-25-px {
  width: 25px;
}

.width-26-px {
  width: 26px;
}

.width-27-px {
  width: 27px;
}

.width-28-px {
  width: 28px;
}

.width-29-px {
  width: 29px;
}

.width-30-px {
  width: 30px;
}

.width-31-px {
  width: 31px;
}

.width-32-px {
  width: 32px;
}

.width-33-px {
  width: 33px;
}

.width-34-px {
  width: 34px;
}

.width-35-px {
  width: 35px;
}

.width-36-px {
  width: 36px;
}

.width-37-px {
  width: 37px;
}

.width-38-px {
  width: 38px;
}

.width-39-px {
  width: 39px;
}

.width-40-px {
  width: 40px;
}

.width-41-px {
  width: 41px;
}

.width-42-px {
  width: 42px;
}

.width-43-px {
  width: 43px;
}

.width-44-px {
  width: 44px;
}

.width-45-px {
  width: 45px;
}

.width-46-px {
  width: 46px;
}

.width-47-px {
  width: 47px;
}

.width-48-px {
  width: 48px;
}

.width-49-px {
  width: 49px;
}

.width-50-px {
  width: 50px;
}

.width-51-px {
  width: 51px;
}

.width-52-px {
  width: 52px;
}

.width-53-px {
  width: 53px;
}

.width-54-px {
  width: 54px;
}

.width-55-px {
  width: 55px;
}

.width-56-px {
  width: 56px;
}

.width-57-px {
  width: 57px;
}

.width-58-px {
  width: 58px;
}

.width-59-px {
  width: 59px;
}

.width-60-px {
  width: 60px;
}

.width-61-px {
  width: 61px;
}

.width-62-px {
  width: 62px;
}

.width-63-px {
  width: 63px;
}

.width-64-px {
  width: 64px;
}

.width-65-px {
  width: 65px;
}

.width-66-px {
  width: 66px;
}

.width-67-px {
  width: 67px;
}

.width-68-px {
  width: 68px;
}

.width-69-px {
  width: 69px;
}

.width-70-px {
  width: 70px;
}

.width-71-px {
  width: 71px;
}

.width-72-px {
  width: 72px;
}

.width-73-px {
  width: 73px;
}

.width-74-px {
  width: 74px;
}

.width-75-px {
  width: 75px;
}

.width-76-px {
  width: 76px;
}

.width-77-px {
  width: 77px;
}

.width-78-px {
  width: 78px;
}

.width-79-px {
  width: 79px;
}

.width-80-px {
  width: 80px;
}

.width-81-px {
  width: 81px;
}

.width-82-px {
  width: 82px;
}

.width-83-px {
  width: 83px;
}

.width-84-px {
  width: 84px;
}

.width-85-px {
  width: 85px;
}

.width-86-px {
  width: 86px;
}

.width-87-px {
  width: 87px;
}

.width-88-px {
  width: 88px;
}

.width-89-px {
  width: 89px;
}

.width-90-px {
  width: 90px;
}

.width-91-px {
  width: 91px;
}

.width-92-px {
  width: 92px;
}

.width-93-px {
  width: 93px;
}

.width-94-px {
  width: 94px;
}

.width-95-px {
  width: 95px;
}

.width-96-px {
  width: 96px;
}

.width-97-px {
  width: 97px;
}

.width-98-px {
  width: 98px;
}

.width-99-px {
  width: 99px;
}

.width-100-px {
  width: 100px;
}

.width-101-px {
  width: 101px;
}

.width-102-px {
  width: 102px;
}

.width-103-px {
  width: 103px;
}

.width-104-px {
  width: 104px;
}

.width-105-px {
  width: 105px;
}

.width-106-px {
  width: 106px;
}

.width-107-px {
  width: 107px;
}

.width-108-px {
  width: 108px;
}

.width-109-px {
  width: 109px;
}

.width-110-px {
  width: 110px;
}

.width-111-px {
  width: 111px;
}

.width-112-px {
  width: 112px;
}

.width-113-px {
  width: 113px;
}

.width-114-px {
  width: 114px;
}

.width-115-px {
  width: 115px;
}

.width-116-px {
  width: 116px;
}

.width-117-px {
  width: 117px;
}

.width-118-px {
  width: 118px;
}

.width-119-px {
  width: 119px;
}

.width-120-px {
  width: 120px;
}

.width-121-px {
  width: 121px;
}

.width-122-px {
  width: 122px;
}

.width-123-px {
  width: 123px;
}

.width-124-px {
  width: 124px;
}

.width-125-px {
  width: 125px;
}

.width-126-px {
  width: 126px;
}

.width-127-px {
  width: 127px;
}

.width-128-px {
  width: 128px;
}

.width-129-px {
  width: 129px;
}

.width-130-px {
  width: 130px;
}

.width-131-px {
  width: 131px;
}

.width-132-px {
  width: 132px;
}

.width-133-px {
  width: 133px;
}

.width-134-px {
  width: 134px;
}

.width-135-px {
  width: 135px;
}

.width-136-px {
  width: 136px;
}

.width-137-px {
  width: 137px;
}

.width-138-px {
  width: 138px;
}

.width-139-px {
  width: 139px;
}

.width-140-px {
  width: 140px;
}

.width-141-px {
  width: 141px;
}

.width-142-px {
  width: 142px;
}

.width-143-px {
  width: 143px;
}

.width-144-px {
  width: 144px;
}

.width-145-px {
  width: 145px;
}

.width-146-px {
  width: 146px;
}

.width-147-px {
  width: 147px;
}

.width-148-px {
  width: 148px;
}

.width-149-px {
  width: 149px;
}

.width-150-px {
  width: 150px;
}

.width-151-px {
  width: 151px;
}

.width-152-px {
  width: 152px;
}

.width-153-px {
  width: 153px;
}

.width-154-px {
  width: 154px;
}

.width-155-px {
  width: 155px;
}

.width-156-px {
  width: 156px;
}

.width-157-px {
  width: 157px;
}

.width-158-px {
  width: 158px;
}

.width-159-px {
  width: 159px;
}

.width-160-px {
  width: 160px;
}

.width-161-px {
  width: 161px;
}

.width-162-px {
  width: 162px;
}

.width-163-px {
  width: 163px;
}

.width-164-px {
  width: 164px;
}

.width-165-px {
  width: 165px;
}

.width-166-px {
  width: 166px;
}

.width-167-px {
  width: 167px;
}

.width-168-px {
  width: 168px;
}

.width-169-px {
  width: 169px;
}

.width-170-px {
  width: 170px;
}

.width-171-px {
  width: 171px;
}

.width-172-px {
  width: 172px;
}

.width-173-px {
  width: 173px;
}

.width-174-px {
  width: 174px;
}

.width-175-px {
  width: 175px;
}

.width-176-px {
  width: 176px;
}

.width-177-px {
  width: 177px;
}

.width-178-px {
  width: 178px;
}

.width-179-px {
  width: 179px;
}

.width-180-px {
  width: 180px;
}

.width-181-px {
  width: 181px;
}

.width-182-px {
  width: 182px;
}

.width-183-px {
  width: 183px;
}

.width-184-px {
  width: 184px;
}

.width-185-px {
  width: 185px;
}

.width-186-px {
  width: 186px;
}

.width-187-px {
  width: 187px;
}

.width-188-px {
  width: 188px;
}

.width-189-px {
  width: 189px;
}

.width-190-px {
  width: 190px;
}

.width-191-px {
  width: 191px;
}

.width-192-px {
  width: 192px;
}

.width-193-px {
  width: 193px;
}

.width-194-px {
  width: 194px;
}

.width-195-px {
  width: 195px;
}

.width-196-px {
  width: 196px;
}

.width-197-px {
  width: 197px;
}

.width-198-px {
  width: 198px;
}

.width-199-px {
  width: 199px;
}

.width-200-px {
  width: 200px;
}

.width-201-px {
  width: 201px;
}

.width-202-px {
  width: 202px;
}

.width-203-px {
  width: 203px;
}

.width-204-px {
  width: 204px;
}

.width-205-px {
  width: 205px;
}

.width-206-px {
  width: 206px;
}

.width-207-px {
  width: 207px;
}

.width-208-px {
  width: 208px;
}

.width-209-px {
  width: 209px;
}

.width-210-px {
  width: 210px;
}

.width-211-px {
  width: 211px;
}

.width-212-px {
  width: 212px;
}

.width-213-px {
  width: 213px;
}

.width-214-px {
  width: 214px;
}

.width-215-px {
  width: 215px;
}

.width-216-px {
  width: 216px;
}

.width-217-px {
  width: 217px;
}

.width-218-px {
  width: 218px;
}

.width-219-px {
  width: 219px;
}

.width-220-px {
  width: 220px;
}

.width-221-px {
  width: 221px;
}

.width-222-px {
  width: 222px;
}

.width-223-px {
  width: 223px;
}

.width-224-px {
  width: 224px;
}

.width-225-px {
  width: 225px;
}

.width-226-px {
  width: 226px;
}

.width-227-px {
  width: 227px;
}

.width-228-px {
  width: 228px;
}

.width-229-px {
  width: 229px;
}

.width-230-px {
  width: 230px;
}

.width-231-px {
  width: 231px;
}

.width-232-px {
  width: 232px;
}

.width-233-px {
  width: 233px;
}

.width-234-px {
  width: 234px;
}

.width-235-px {
  width: 235px;
}

.width-236-px {
  width: 236px;
}

.width-237-px {
  width: 237px;
}

.width-238-px {
  width: 238px;
}

.width-239-px {
  width: 239px;
}

.width-240-px {
  width: 240px;
}

.width-241-px {
  width: 241px;
}

.width-242-px {
  width: 242px;
}

.width-243-px {
  width: 243px;
}

.width-244-px {
  width: 244px;
}

.width-245-px {
  width: 245px;
}

.width-246-px {
  width: 246px;
}

.width-247-px {
  width: 247px;
}

.width-248-px {
  width: 248px;
}

.width-249-px {
  width: 249px;
}

.width-250-px {
  width: 250px;
}

.width-251-px {
  width: 251px;
}

.width-252-px {
  width: 252px;
}

.width-253-px {
  width: 253px;
}

.width-254-px {
  width: 254px;
}

.width-255-px {
  width: 255px;
}

.width-256-px {
  width: 256px;
}

.width-257-px {
  width: 257px;
}

.width-258-px {
  width: 258px;
}

.width-259-px {
  width: 259px;
}

.width-260-px {
  width: 260px;
}

.width-261-px {
  width: 261px;
}

.width-262-px {
  width: 262px;
}

.width-263-px {
  width: 263px;
}

.width-264-px {
  width: 264px;
}

.width-265-px {
  width: 265px;
}

.width-266-px {
  width: 266px;
}

.width-267-px {
  width: 267px;
}

.width-268-px {
  width: 268px;
}

.width-269-px {
  width: 269px;
}

.width-270-px {
  width: 270px;
}

.width-271-px {
  width: 271px;
}

.width-272-px {
  width: 272px;
}

.width-273-px {
  width: 273px;
}

.width-274-px {
  width: 274px;
}

.width-275-px {
  width: 275px;
}

.width-276-px {
  width: 276px;
}

.width-277-px {
  width: 277px;
}

.width-278-px {
  width: 278px;
}

.width-279-px {
  width: 279px;
}

.width-280-px {
  width: 280px;
}

.width-281-px {
  width: 281px;
}

.width-282-px {
  width: 282px;
}

.width-283-px {
  width: 283px;
}

.width-284-px {
  width: 284px;
}

.width-285-px {
  width: 285px;
}

.width-286-px {
  width: 286px;
}

.width-287-px {
  width: 287px;
}

.width-288-px {
  width: 288px;
}

.width-289-px {
  width: 289px;
}

.width-290-px {
  width: 290px;
}

.width-291-px {
  width: 291px;
}

.width-292-px {
  width: 292px;
}

.width-293-px {
  width: 293px;
}

.width-294-px {
  width: 294px;
}

.width-295-px {
  width: 295px;
}

.width-296-px {
  width: 296px;
}

.width-297-px {
  width: 297px;
}

.width-298-px {
  width: 298px;
}

.width-299-px {
  width: 299px;
}

.width-300-px {
  width: 300px;
}

.width-301-px {
  width: 301px;
}

.width-302-px {
  width: 302px;
}

.width-303-px {
  width: 303px;
}

.width-304-px {
  width: 304px;
}

.width-305-px {
  width: 305px;
}

.width-306-px {
  width: 306px;
}

.width-307-px {
  width: 307px;
}

.width-308-px {
  width: 308px;
}

.width-309-px {
  width: 309px;
}

.width-310-px {
  width: 310px;
}

.width-311-px {
  width: 311px;
}

.width-312-px {
  width: 312px;
}

.width-313-px {
  width: 313px;
}

.width-314-px {
  width: 314px;
}

.width-315-px {
  width: 315px;
}

.width-316-px {
  width: 316px;
}

.width-317-px {
  width: 317px;
}

.width-318-px {
  width: 318px;
}

.width-319-px {
  width: 319px;
}

.width-320-px {
  width: 320px;
}

.width-321-px {
  width: 321px;
}

.width-322-px {
  width: 322px;
}

.width-323-px {
  width: 323px;
}

.width-324-px {
  width: 324px;
}

.width-325-px {
  width: 325px;
}

.width-326-px {
  width: 326px;
}

.width-327-px {
  width: 327px;
}

.width-328-px {
  width: 328px;
}

.width-329-px {
  width: 329px;
}

.width-330-px {
  width: 330px;
}

.width-331-px {
  width: 331px;
}

.width-332-px {
  width: 332px;
}

.width-333-px {
  width: 333px;
}

.width-334-px {
  width: 334px;
}

.width-335-px {
  width: 335px;
}

.width-336-px {
  width: 336px;
}

.width-337-px {
  width: 337px;
}

.width-338-px {
  width: 338px;
}

.width-339-px {
  width: 339px;
}

.width-340-px {
  width: 340px;
}

.width-341-px {
  width: 341px;
}

.width-342-px {
  width: 342px;
}

.width-343-px {
  width: 343px;
}

.width-344-px {
  width: 344px;
}

.width-345-px {
  width: 345px;
}

.width-346-px {
  width: 346px;
}

.width-347-px {
  width: 347px;
}

.width-348-px {
  width: 348px;
}

.width-349-px {
  width: 349px;
}

.width-350-px {
  width: 350px;
}

.width-351-px {
  width: 351px;
}

.width-352-px {
  width: 352px;
}

.width-353-px {
  width: 353px;
}

.width-354-px {
  width: 354px;
}

.width-355-px {
  width: 355px;
}

.width-356-px {
  width: 356px;
}

.width-357-px {
  width: 357px;
}

.width-358-px {
  width: 358px;
}

.width-359-px {
  width: 359px;
}

.width-360-px {
  width: 360px;
}

.width-361-px {
  width: 361px;
}

.width-362-px {
  width: 362px;
}

.width-363-px {
  width: 363px;
}

.width-364-px {
  width: 364px;
}

.width-365-px {
  width: 365px;
}

.width-366-px {
  width: 366px;
}

.width-367-px {
  width: 367px;
}

.width-368-px {
  width: 368px;
}

.width-369-px {
  width: 369px;
}

.width-370-px {
  width: 370px;
}

.width-371-px {
  width: 371px;
}

.width-372-px {
  width: 372px;
}

.width-373-px {
  width: 373px;
}

.width-374-px {
  width: 374px;
}

.width-375-px {
  width: 375px;
}

.width-376-px {
  width: 376px;
}

.width-377-px {
  width: 377px;
}

.width-378-px {
  width: 378px;
}

.width-379-px {
  width: 379px;
}

.width-380-px {
  width: 380px;
}

.width-381-px {
  width: 381px;
}

.width-382-px {
  width: 382px;
}

.width-383-px {
  width: 383px;
}

.width-384-px {
  width: 384px;
}

.width-385-px {
  width: 385px;
}

.width-386-px {
  width: 386px;
}

.width-387-px {
  width: 387px;
}

.width-388-px {
  width: 388px;
}

.width-389-px {
  width: 389px;
}

.width-390-px {
  width: 390px;
}

.width-391-px {
  width: 391px;
}

.width-392-px {
  width: 392px;
}

.width-393-px {
  width: 393px;
}

.width-394-px {
  width: 394px;
}

.width-395-px {
  width: 395px;
}

.width-396-px {
  width: 396px;
}

.width-397-px {
  width: 397px;
}

.width-398-px {
  width: 398px;
}

.width-399-px {
  width: 399px;
}

.width-400-px {
  width: 400px;
}

.width-401-px {
  width: 401px;
}

.width-402-px {
  width: 402px;
}

.width-403-px {
  width: 403px;
}

.width-404-px {
  width: 404px;
}

.width-405-px {
  width: 405px;
}

.width-406-px {
  width: 406px;
}

.width-407-px {
  width: 407px;
}

.width-408-px {
  width: 408px;
}

.width-409-px {
  width: 409px;
}

.width-410-px {
  width: 410px;
}

.width-411-px {
  width: 411px;
}

.width-412-px {
  width: 412px;
}

.width-413-px {
  width: 413px;
}

.width-414-px {
  width: 414px;
}

.width-415-px {
  width: 415px;
}

.width-416-px {
  width: 416px;
}

.width-417-px {
  width: 417px;
}

.width-418-px {
  width: 418px;
}

.width-419-px {
  width: 419px;
}

.width-420-px {
  width: 420px;
}

.width-421-px {
  width: 421px;
}

.width-422-px {
  width: 422px;
}

.width-423-px {
  width: 423px;
}

.width-424-px {
  width: 424px;
}

.width-425-px {
  width: 425px;
}

.width-426-px {
  width: 426px;
}

.width-427-px {
  width: 427px;
}

.width-428-px {
  width: 428px;
}

.width-429-px {
  width: 429px;
}

.width-430-px {
  width: 430px;
}

.width-431-px {
  width: 431px;
}

.width-432-px {
  width: 432px;
}

.width-433-px {
  width: 433px;
}

.width-434-px {
  width: 434px;
}

.width-435-px {
  width: 435px;
}

.width-436-px {
  width: 436px;
}

.width-437-px {
  width: 437px;
}

.width-438-px {
  width: 438px;
}

.width-439-px {
  width: 439px;
}

.width-440-px {
  width: 440px;
}

.width-441-px {
  width: 441px;
}

.width-442-px {
  width: 442px;
}

.width-443-px {
  width: 443px;
}

.width-444-px {
  width: 444px;
}

.width-445-px {
  width: 445px;
}

.width-446-px {
  width: 446px;
}

.width-447-px {
  width: 447px;
}

.width-448-px {
  width: 448px;
}

.width-449-px {
  width: 449px;
}

.width-450-px {
  width: 450px;
}

.width-451-px {
  width: 451px;
}

.width-452-px {
  width: 452px;
}

.width-453-px {
  width: 453px;
}

.width-454-px {
  width: 454px;
}

.width-455-px {
  width: 455px;
}

.width-456-px {
  width: 456px;
}

.width-457-px {
  width: 457px;
}

.width-458-px {
  width: 458px;
}

.width-459-px {
  width: 459px;
}

.width-460-px {
  width: 460px;
}

.width-461-px {
  width: 461px;
}

.width-462-px {
  width: 462px;
}

.width-463-px {
  width: 463px;
}

.width-464-px {
  width: 464px;
}

.width-465-px {
  width: 465px;
}

.width-466-px {
  width: 466px;
}

.width-467-px {
  width: 467px;
}

.width-468-px {
  width: 468px;
}

.width-469-px {
  width: 469px;
}

.width-470-px {
  width: 470px;
}

.width-471-px {
  width: 471px;
}

.width-472-px {
  width: 472px;
}

.width-473-px {
  width: 473px;
}

.width-474-px {
  width: 474px;
}

.width-475-px {
  width: 475px;
}

.width-476-px {
  width: 476px;
}

.width-477-px {
  width: 477px;
}

.width-478-px {
  width: 478px;
}

.width-479-px {
  width: 479px;
}

.width-480-px {
  width: 480px;
}

.width-481-px {
  width: 481px;
}

.width-482-px {
  width: 482px;
}

.width-483-px {
  width: 483px;
}

.width-484-px {
  width: 484px;
}

.width-485-px {
  width: 485px;
}

.width-486-px {
  width: 486px;
}

.width-487-px {
  width: 487px;
}

.width-488-px {
  width: 488px;
}

.width-489-px {
  width: 489px;
}

.width-490-px {
  width: 490px;
}

.width-491-px {
  width: 491px;
}

.width-492-px {
  width: 492px;
}

.width-493-px {
  width: 493px;
}

.width-494-px {
  width: 494px;
}

.width-495-px {
  width: 495px;
}

.width-496-px {
  width: 496px;
}

.width-497-px {
  width: 497px;
}

.width-498-px {
  width: 498px;
}

.width-499-px {
  width: 499px;
}

.width-500-px {
  width: 500px;
}

.width-501-px {
  width: 501px;
}

.width-502-px {
  width: 502px;
}

.width-503-px {
  width: 503px;
}

.width-504-px {
  width: 504px;
}

.width-505-px {
  width: 505px;
}

.width-506-px {
  width: 506px;
}

.width-507-px {
  width: 507px;
}

.width-508-px {
  width: 508px;
}

.width-509-px {
  width: 509px;
}

.width-510-px {
  width: 510px;
}

.width-511-px {
  width: 511px;
}

.width-512-px {
  width: 512px;
}

.width-513-px {
  width: 513px;
}

.width-514-px {
  width: 514px;
}

.width-515-px {
  width: 515px;
}

.width-516-px {
  width: 516px;
}

.width-517-px {
  width: 517px;
}

.width-518-px {
  width: 518px;
}

.width-519-px {
  width: 519px;
}

.width-520-px {
  width: 520px;
}

.width-521-px {
  width: 521px;
}

.width-522-px {
  width: 522px;
}

.width-523-px {
  width: 523px;
}

.width-524-px {
  width: 524px;
}

.width-525-px {
  width: 525px;
}

.width-526-px {
  width: 526px;
}

.width-527-px {
  width: 527px;
}

.width-528-px {
  width: 528px;
}

.width-529-px {
  width: 529px;
}

.width-530-px {
  width: 530px;
}

.width-531-px {
  width: 531px;
}

.width-532-px {
  width: 532px;
}

.width-533-px {
  width: 533px;
}

.width-534-px {
  width: 534px;
}

.width-535-px {
  width: 535px;
}

.width-536-px {
  width: 536px;
}

.width-537-px {
  width: 537px;
}

.width-538-px {
  width: 538px;
}

.width-539-px {
  width: 539px;
}

.width-540-px {
  width: 540px;
}

.width-541-px {
  width: 541px;
}

.width-542-px {
  width: 542px;
}

.width-543-px {
  width: 543px;
}

.width-544-px {
  width: 544px;
}

.width-545-px {
  width: 545px;
}

.width-546-px {
  width: 546px;
}

.width-547-px {
  width: 547px;
}

.width-548-px {
  width: 548px;
}

.width-549-px {
  width: 549px;
}

.width-550-px {
  width: 550px;
}

.width-551-px {
  width: 551px;
}

.width-552-px {
  width: 552px;
}

.width-553-px {
  width: 553px;
}

.width-554-px {
  width: 554px;
}

.width-555-px {
  width: 555px;
}

.width-556-px {
  width: 556px;
}

.width-557-px {
  width: 557px;
}

.width-558-px {
  width: 558px;
}

.width-559-px {
  width: 559px;
}

.width-560-px {
  width: 560px;
}

.width-561-px {
  width: 561px;
}

.width-562-px {
  width: 562px;
}

.width-563-px {
  width: 563px;
}

.width-564-px {
  width: 564px;
}

.width-565-px {
  width: 565px;
}

.width-566-px {
  width: 566px;
}

.width-567-px {
  width: 567px;
}

.width-568-px {
  width: 568px;
}

.width-569-px {
  width: 569px;
}

.width-570-px {
  width: 570px;
}

.width-571-px {
  width: 571px;
}

.width-572-px {
  width: 572px;
}

.width-573-px {
  width: 573px;
}

.width-574-px {
  width: 574px;
}

.width-575-px {
  width: 575px;
}

.width-576-px {
  width: 576px;
}

.width-577-px {
  width: 577px;
}

.width-578-px {
  width: 578px;
}

.width-579-px {
  width: 579px;
}

.width-580-px {
  width: 580px;
}

.width-581-px {
  width: 581px;
}

.width-582-px {
  width: 582px;
}

.width-583-px {
  width: 583px;
}

.width-584-px {
  width: 584px;
}

.width-585-px {
  width: 585px;
}

.width-586-px {
  width: 586px;
}

.width-587-px {
  width: 587px;
}

.width-588-px {
  width: 588px;
}

.width-589-px {
  width: 589px;
}

.width-590-px {
  width: 590px;
}

.width-591-px {
  width: 591px;
}

.width-592-px {
  width: 592px;
}

.width-593-px {
  width: 593px;
}

.width-594-px {
  width: 594px;
}

.width-595-px {
  width: 595px;
}

.width-596-px {
  width: 596px;
}

.width-597-px {
  width: 597px;
}

.width-598-px {
  width: 598px;
}

.width-599-px {
  width: 599px;
}

.width-600-px {
  width: 600px;
}

.width-601-px {
  width: 601px;
}

.width-602-px {
  width: 602px;
}

.width-603-px {
  width: 603px;
}

.width-604-px {
  width: 604px;
}

.width-605-px {
  width: 605px;
}

.width-606-px {
  width: 606px;
}

.width-607-px {
  width: 607px;
}

.width-608-px {
  width: 608px;
}

.width-609-px {
  width: 609px;
}

.width-610-px {
  width: 610px;
}

.width-611-px {
  width: 611px;
}

.width-612-px {
  width: 612px;
}

.width-613-px {
  width: 613px;
}

.width-614-px {
  width: 614px;
}

.width-615-px {
  width: 615px;
}

.width-616-px {
  width: 616px;
}

.width-617-px {
  width: 617px;
}

.width-618-px {
  width: 618px;
}

.width-619-px {
  width: 619px;
}

.width-620-px {
  width: 620px;
}

.width-621-px {
  width: 621px;
}

.width-622-px {
  width: 622px;
}

.width-623-px {
  width: 623px;
}

.width-624-px {
  width: 624px;
}

.width-625-px {
  width: 625px;
}

.width-626-px {
  width: 626px;
}

.width-627-px {
  width: 627px;
}

.width-628-px {
  width: 628px;
}

.width-629-px {
  width: 629px;
}

.width-630-px {
  width: 630px;
}

.width-631-px {
  width: 631px;
}

.width-632-px {
  width: 632px;
}

.width-633-px {
  width: 633px;
}

.width-634-px {
  width: 634px;
}

.width-635-px {
  width: 635px;
}

.width-636-px {
  width: 636px;
}

.width-637-px {
  width: 637px;
}

.width-638-px {
  width: 638px;
}

.width-639-px {
  width: 639px;
}

.width-640-px {
  width: 640px;
}

.width-641-px {
  width: 641px;
}

.width-642-px {
  width: 642px;
}

.width-643-px {
  width: 643px;
}

.width-644-px {
  width: 644px;
}

.width-645-px {
  width: 645px;
}

.width-646-px {
  width: 646px;
}

.width-647-px {
  width: 647px;
}

.width-648-px {
  width: 648px;
}

.width-649-px {
  width: 649px;
}

.width-650-px {
  width: 650px;
}

.text-orangogo1-color {
  color: #FD6E00;
}

.text-orangogo2-color {
  color: #F47E2E;
}

.text-tiny {
  font-size: 0.8em;
}

.text-color-primary {
  color: #FD6E00;
}

.text-color-secondary {
  color: #17BEBB;
}

.text-color-success {
  color: #28A745;
}

.text-color-info {
  color: #007BFF;
}

.text-color-warning {
  color: #FFC107;
}

.text-color-danger {
  color: #DC3545;
}

.text-color-light {
  color: #eeeeee;
}

.text-color-dark {
  color: #4A4A4A;
}

.text-color-white {
  color: #fff;
}

.text-color-100 {
  color: #eeeeee;
}

.text-color-200 {
  color: #9C9C9C80;
}

.text-color-300 {
  color: #BDBDBD;
}

.text-color-400 {
  color: #9C9C9C;
}

.text-color-500 {
  color: #7B7B7B;
}

.text-color-600 {
  color: #4A4A4ABF;
}

.text-color-700 {
  color: #4A4A4AE6;
}

.text-color-800 {
  color: #4A4A4A;
}

.border-left-grey {
  border-left: 1px solid #A6A4A4;
}

.border-right-grey {
  border-right: 1px solid #A6A4A4;
}

.border-both-grey {
  border-right: 1px solid #A6A4A4;
  border-left: 1px solid #A6A4A4;
}

.border-danger {
  border: 1px solid #DC3545;
}

.border-success {
  border: 1px solid #28A745;
}

.border-danger-checkbox .custom-control-label::after {
  border: 1px solid #DC3545;
}

.small-rounded {
  border-radius: 3px;
}

.medium-rounded {
  border-radius: 12px;
}

.large-rounded {
  border-radius: 18px;
}

.border-shadow-grey {
  -webkit-box-shadow: 2px 2px 5px #d0d0d0;
          box-shadow: 2px 2px 5px #d0d0d0;
}

.border-gray-500 {
  border: 1px solid #7B7B7B;
}

.border-b-grey {
  border-bottom: 1px solid #e7e7e7;
}

.border-orango {
  border: 1px solid #FD6E00;
}

.border-none {
  border: none !important;
}

.border-grey {
  border: 1px solid #e7e7e7;
}

.border-t-b-grey {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.border-blue {
  border: 1px solid #17BEBB;
}

@media only screen and (min-width: 600px) {
  .border-lg-right {
    border-right: 1px solid #eeeeee;
  }
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #17BEBB;
  outline: 0 none;
}

.z-index-1050 {
  z-index: 1050;
}

.text-color-lightgrey {
  color: #7B7B7B;
}

.text-color-grey {
  color: #4A4A4A;
}

.text-color-dark-blue {
  color: #1778BE !important;
}

.text-color-acqua {
  color: #17BEBB !important;
}

.text-colobr-acqua {
  color: #8b8b8b !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-blue {
  color: #007BFF !important;
}

.text-color-orango {
  color: #FD6E00 !important;
}

.text-color-link {
  color: #4A4A4A;
  text-decoration: none;
}

.text-color-link-black {
  color: #000;
  text-decoration: none;
}

.text-color-link-blue {
  color: #17BEBB !important;
  text-decoration: none;
}

.text-color-link-blue:hover {
  text-decoration: none !important;
}

.text-color-success {
  color: #28A745;
}

.text-color-danger {
  color: #DC3545;
}

.text-color-blue {
  color: #17BEBB;
}

.text-color-lightblack {
  color: #7B7B7B;
}

.text-color-promotion {
  color: #007BFF !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform-none {
  text-transform: none !important;
}

.text-gray-100 {
  color: #eeeeee;
}

.text-gray-200 {
  color: #9C9C9C80;
}

.text-gray-300 {
  color: #BDBDBD;
}

.text-gray-400 {
  color: #9C9C9C;
}

.text-gray-500 {
  color: #7B7B7B;
}

.text-gray-600 {
  color: #4A4A4ABF;
}

.text-gray-700 {
  color: #4A4A4AE6;
}

.text-gray-800 {
  color: #4A4A4A;
}

.container-standard {
  margin-right: 84px;
  margin-left: 84px;
  padding-top: 0px;
}

@media (max-width: 768px) {
  .container-standard {
    padding-top: 25px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 576px) {
  .container-standard {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media (max-width: 768px) {
  .container-standard {
    margin-right: 60px;
    margin-left: 60px;
  }
}

@media (max-width: 992px) {
  .container-standard {
    margin-right: 172px;
    margin-left: 172px;
  }
}

.relative {
  position: relative;
}

.background-white {
  background: #fff;
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

.icon-round-star_half:before {
  content: "\E900";
}

.icon-round-star:before {
  content: "\E901";
}

.icon-pagamenti-e-iscritti:before {
  content: "\E902";
}

.icon-round-business_center:before {
  content: "\E903";
}

.icon-round-format_list_bulleted:before {
  content: "\E904";
}

.icon-round-home:before {
  content: "\E905";
}

.icon-round-landscape:before {
  content: "\E906";
}

.icon-round-library_books:before {
  content: "\E907";
}

.icon-round-person:before {
  content: "\E908";
}

.icon-round-delete:before {
  content: "\E909";
}

.icon-contributo-simbolico:before {
  content: "\E910";
}

.icon-pacchetti:before {
  content: "\E911";
}

.icon-pin-3:before {
  content: "\E912";
}

.icon-round-edit:before {
  content: "\E90A";
}

.icon-round-file_copy:before {
  content: "\E90B";
}

.icon-round-pause_circle_outline:before {
  content: "\E90C";
}

.icon-round-play_circle_outline:before {
  content: "\E90D";
}

.icon-round-visibility:before {
  content: "\E90E";
}

.icon-Building:before {
  content: "\E915";
}

.icon-Contributo-simbolico:before {
  content: "\E916";
}

.icon-Pacchetti:before {
  content: "\E913";
}

.icon-pin-3:before {
  content: "\E914";
}

.trumbowyg {
  position: relative;
  /*===== DROPDOWN BUTTONS =====*/
}

.trumbowyg-button-pane .trumbowyg-open-dropdown:after {
  top: 15px !important;
}

.trumbowyg-viewHTML-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F121";
}

.trumbowyg-undo-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0E2";
}

.trumbowyg-redo-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F01E";
}

.trumbowyg-formatting-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F1DD";
}

.trumbowyg-strong-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F032";
}

.trumbowyg-em-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F033";
}

.trumbowyg-del-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0CC";
}

.trumbowyg-superscript-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F12B";
}

.trumbowyg-subscript-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F12C";
}

.trumbowyg-link-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0C1";
}

.trumbowyg-insertImage-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F03E";
}

.trumbowyg-justifyLeft-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F036";
}

.trumbowyg-justifyCenter-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F037";
}

.trumbowyg-justifyRight-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F038";
}

.trumbowyg-justifyFull-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F039";
}

.trumbowyg-unorderedList-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F03A";
}

.trumbowyg-orderedList-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0CB";
}

.trumbowyg-horizontalRule-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F068";
}

.trumbowyg-removeformat-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F12D";
}

.trumbowyg-fullscreen-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0B2";
}

.trumbowyg-bold-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F032";
}

.trumbowyg-italic-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F033";
}

.trumbowyg-underline-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0CD";
}

.trumbowyg-strikethrough-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F0CC";
}

.trumbowyg-foreColor-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\F031";
}

.trumbowyg-backColor-button:before {
  font-family: 'Font Awesome 5 Free';
  content: "\F031";
  color: #ecf0f1;
  background-color: #555555;
  padding: 1px;
  font-size: 85% !important;
  line-height: 200%;
}

.trumbowyg-createLink-dropdown-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  content: "\F0C1";
  margin-right: 10px;
}

.trumbowyg-unlink-dropdown-button:before {
  color: #222;
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  content: "\F127";
  margin-right: 10px;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-haykal:before {
  content: "\F666";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?ef3df98419d143d9617fe163bf4edc0b);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?ef3df98419d143d9617fe163bf4edc0b) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?b5cf8ae26748570d8fb95a47f46b69e1) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?4bced7c4c0d61d4f988629bb8ae80b8b) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?acf50f59802f20d8b45220eaae532a1c) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?b557f56e367e59344ca95f9d1fb44352) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?fc9c63c8224fb341fc933641cbdd12ef);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?fc9c63c8224fb341fc933641cbdd12ef) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?e07d9e40b26048d9abe2ef966cd6e263) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?e5770f9863963fb576942e25214a226d) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?59215032a4397507b80e5625dc323de3) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?8fdea4e89ac405d9f8db327adb331d8d) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?03783c5172ee1ad128c576bf88fac168);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?03783c5172ee1ad128c576bf88fac168) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?7559b3774a0625e8ca6c0160f8f6cfd8) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?fe9d62e0d16a333a20e63c3e7595f82e) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?ed2b8bf117160466ba6220a8f1da54a4) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?073c2f3ce60eaf69cc2767ef3d989078) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Import Bootstrap single components to avoid importing toastr, because conflicting with another toastr plugin installed. Smart solution? Probably no, but another smarter doesn't come to my mind right now.
 */

:root {
  --blue: #007BFF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #DC3545;
  --orange: #FD6E00;
  --yellow: #FFC107;
  --green: #28A745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #4A4A4ABF;
  --gray-dark: #4A4A4A;
  --acqua: #17BEBB;
  --primary: #FD6E00;
  --secondary: #17BEBB;
  --success: #28A745;
  --info: #007BFF;
  --warning: #FFC107;
  --danger: #DC3545;
  --light: #eeeeee;
  --dark: #4A4A4A;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #FD6E00;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #4A4A4A;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #4A4A4ABF;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #4A4A4ABF;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #4A4A4ABF;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}

.table tbody + tbody {
  border-top: 2px solid #eeeeee;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eeeeee;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eeeeee;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fed6b8;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #feb47a;
}

.table-hover .table-primary:hover {
  background-color: #fec79f;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #fec79f;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #beedec;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #86dddc;
}

.table-hover .table-secondary:hover {
  background-color: #aae7e6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #aae7e6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8daff;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-info:hover {
  background-color: #9fcdff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #9fcdff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f6f6;
}

.table-hover .table-light:hover {
  background-color: #ededed;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ededed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cccccc;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a1a1a1;
}

.table-hover .table-dark:hover {
  background-color: #bfbfbf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bfbfbf;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #5d5d5d;
}

.table .thead-light th {
  color: #4A4A4AE6;
  background-color: #9C9C9C80;
  border-color: #eeeeee;
}

.table-dark {
  color: #fff;
  background-color: #4A4A4A;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5d5d5d;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4A4A4AE6;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #4A4A4AE6;
  background-color: #fff;
  border-color: #ffb67e;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #4A4A4ABF;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #4A4A4ABF;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #4A4A4ABF;
  opacity: 1;
}

.form-control::placeholder {
  color: #4A4A4ABF;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #9C9C9C80;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #4A4A4AE6;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #4A4A4ABF;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28A745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28A745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28A745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28A745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234A4A4A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28A745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28A745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28A745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28A745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28A745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28A745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28A745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DC3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #DC3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23DC3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #DC3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #DC3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234A4A4A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23DC3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #DC3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #DC3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #DC3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #DC3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DC3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DC3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DC3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #FD6E00;
  border-color: #FD6E00;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d75d00;
  border-color: #ca5800;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 132, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 132, 38, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #FD6E00;
  border-color: #FD6E00;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ca5800;
  border-color: #bd5200;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 132, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 132, 38, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #17BEBB;
  border-color: #17BEBB;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #139c99;
  border-color: #11918e;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 200, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 200, 197, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #17BEBB;
  border-color: #17BEBB;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #11918e;
  border-color: #108583;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 200, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 200, 197, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-info:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-light:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d4d4;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d4d4;
  border-color: #cecece;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}

.btn-dark:hover {
  color: #fff;
  background-color: #373737;
  border-color: #313030;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #313030;
  border-color: #2a2a2a;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
  color: #FD6E00;
  border-color: #FD6E00;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #FD6E00;
  border-color: #FD6E00;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #FD6E00;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #FD6E00;
  border-color: #FD6E00;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.5);
}

.btn-outline-secondary {
  color: #17BEBB;
  border-color: #17BEBB;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #17BEBB;
  border-color: #17BEBB;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 190, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 190, 187, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #17BEBB;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #17BEBB;
  border-color: #17BEBB;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 190, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 190, 187, 0.5);
}

.btn-outline-success {
  color: #28A745;
  border-color: #28A745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28A745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #007BFF;
  border-color: #007BFF;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #007BFF;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #FFC107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #DC3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #eeeeee;
  border-color: #eeeeee;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #eeeeee;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-dark {
  color: #4A4A4A;
  border-color: #4A4A4A;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #4A4A4A;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #FD6E00;
  text-decoration: none;
}

.btn-link:hover {
  color: #4A4A4A;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #4A4A4ABF;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #9C9C9C80;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #eeeeee;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FD6E00;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #4A4A4ABF;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4A4A4ABF;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4A4A4AE6;
  text-align: center;
  white-space: nowrap;
  background-color: #9C9C9C80;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FD6E00;
  background-color: #FD6E00;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffb67e;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffd3b1;
  border-color: #ffd3b1;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #4A4A4ABF;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #9C9C9C80;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #7B7B7B solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FD6E00;
  background-color: #FD6E00;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(253, 110, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(253, 110, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(253, 110, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #7B7B7B;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(253, 110, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3.75rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4A4A4AE6;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234A4A4A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #ffb67e;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.custom-select:focus::-ms-value {
  color: #4A4A4AE6;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #4A4A4ABF;
  background-color: #9C9C9C80;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.75rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.75rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffb67e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #9C9C9C80;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3.75rem;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4A4A4AE6;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #4A4A4AE6;
  content: "Browse";
  background-color: #9C9C9C80;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FD6E00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffd3b1;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #BDBDBD;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FD6E00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffd3b1;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #BDBDBD;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FD6E00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffd3b1;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #BDBDBD;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #BDBDBD;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #7B7B7B;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #7B7B7B;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #7B7B7B;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #4A4A4ABF;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #BDBDBD;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #9C9C9C80 #9C9C9C80 #BDBDBD;
}

.nav-tabs .nav-link.disabled {
  color: #4A4A4ABF;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4A4A4AE6;
  background-color: #fff;
  border-color: #BDBDBD #BDBDBD #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #FD6E00;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #4A4A4ABF;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjQ0Nzg1IDQuOTRMMi41ODQ3OSAzTDAuNjQ0Nzg1IDEuMDZDMC40NDk3ODUgMC44NjUgMC40NDk3ODUgMC41NSAwLjY0NDc4NSAwLjM1NUMwLjgzOTc4NSAwLjE2IDEuMTU0NzkgMC4xNiAxLjM0OTc5IDAuMzU1TDMuNjQ0NzkgMi42NUMzLjgzOTc5IDIuODQ1IDMuODM5NzkgMy4xNiAzLjY0NDc5IDMuMzU1TDEuMzQ5NzkgNS42NUMxLjE1NDc5IDUuODQ1IDAuODM5Nzg1IDUuODQ1IDAuNjQ0Nzg1IDUuNjVDMC40NTQ3ODUgNS40NTUgMC40NDk3ODUgNS4xMzUgMC42NDQ3ODUgNC45NFoiIGZpbGw9IiM5QzlDOUMiLz48L3N2Zz4=);
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #4A4A4ABF;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FD6E00;
  background-color: #fff;
  border: 1px solid #FD6E00;
}

.page-link:hover {
  z-index: 2;
  color: #4A4A4A;
  text-decoration: none;
  background-color: #9C9C9C80;
  border-color: #BDBDBD;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #FD6E00;
  border-color: #FD6E00;
}

.page-item.disabled .page-link {
  color: #4A4A4ABF;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #BDBDBD;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #FD6E00;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #ca5800;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 110, 0, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #17BEBB;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #11918e;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 190, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 190, 187, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28A745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #007BFF;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #FFC107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #DC3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #eeeeee;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #d5d4d4;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #4A4A4A;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #313030;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover,
a.badge-white:focus {
  color: #212529;
  background-color: #e6e5e5;
}

a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #9C9C9C80;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #843900;
  background-color: #ffe2cc;
  border-color: #fed6b8;
}

.alert-primary hr {
  border-top-color: #fec79f;
}

.alert-primary .alert-link {
  color: #512300;
}

.alert-secondary {
  color: #0c6361;
  background-color: #d1f2f1;
  border-color: #beedec;
}

.alert-secondary hr {
  border-top-color: #aae7e6;
}

.alert-secondary .alert-link {
  color: #063634;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-info hr {
  border-top-color: #9fcdff;
}

.alert-info .alert-link {
  color: #002752;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-light hr {
  border-top-color: #ededed;
}

.alert-light .alert-link {
  color: #636262;
}

.alert-dark {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #cccccc;
}

.alert-dark hr {
  border-top-color: #bfbfbf;
}

.alert-dark .alert-link {
  color: #0d0c0c;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6b6b;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #9C9C9C80;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: theme-color("primary");
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #4A4A4AE6;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #4A4A4AE6;
  text-decoration: none;
  background-color: #eeeeee;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #9C9C9C80;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #4A4A4ABF;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #FD6E00;
  border-color: #FD6E00;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #843900;
  background-color: #fed6b8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #843900;
  background-color: #fec79f;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #843900;
  border-color: #843900;
}

.list-group-item-secondary {
  color: #0c6361;
  background-color: #beedec;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #0c6361;
  background-color: #aae7e6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0c6361;
  border-color: #0c6361;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-dark {
  color: #262626;
  background-color: #cccccc;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #262626;
  background-color: #bfbfbf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #eeeeee;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #eeeeee;
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #eeeeee;
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #eeeeee;
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #eeeeee;
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #FD6E00 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ca5800 !important;
}

.bg-secondary {
  background-color: #17BEBB !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #11918e !important;
}

.bg-success {
  background-color: #28A745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #007BFF !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0062cc !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #DC3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #eeeeee !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d4d4 !important;
}

.bg-dark {
  background-color: #4A4A4A !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #313030 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e5e5 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #eeeeee !important;
}

.border-top {
  border-top: 1px solid #eeeeee !important;
}

.border-right {
  border-right: 1px solid #eeeeee !important;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}

.border-left {
  border-left: 1px solid #eeeeee !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #FD6E00 !important;
}

.border-secondary {
  border-color: #17BEBB !important;
}

.border-success {
  border-color: #28A745 !important;
}

.border-info {
  border-color: #007BFF !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-danger {
  border-color: #DC3545 !important;
}

.border-light {
  border-color: #eeeeee !important;
}

.border-dark {
  border-color: #4A4A4A !important;
}

.border-white {
  border-color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

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

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}

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

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

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #FD6E00 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #b14d00 !important;
}

.text-secondary {
  color: #17BEBB !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f7a78 !important;
}

.text-success {
  color: #28A745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #007BFF !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0056b3 !important;
}

.text-warning {
  color: #FFC107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #DC3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #eeeeee !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c8c8c8 !important;
}

.text-dark {
  color: #4A4A4A !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #242424 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #4A4A4ABF !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #7B7B7B;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #BDBDBD !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #eeeeee;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #eeeeee;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\A0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.video-preview__container .form-group {
  position: relative;
}

.video-preview__container .form-group .fas {
  position: absolute;
  right: 15px;
  top: 25%;
}

.switch {
  position: relative;
  width: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch.disabled .switch-label {
  border: 0.5px solid rgba(74, 74, 74, 0.9) !important;
}

.switch.disabled .switch-label .switch-button {
  background: rgba(74, 74, 74, 0.9) !important;
  border: 2px solid rgba(74, 74, 74, 0.9) !important;
}

.switch.checked .switch-label .switch-button {
  right: 0 !important;
}

.switch-checkbox {
  display: none;
}

.switch-checkbox:checked + .switch-label .switch-inner {
  margin-left: 0;
}

.switch-checkbox:checked + .switch-label .switch-button {
  right: 0;
}

.switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0.5px solid #FD6E00;
  border-radius: 10px;
}

.switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.switch-inner:before,
.switch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.switch-inner:before {
  content: '';
  padding-left: 10px;
  background-color: #fff;
  color: #fff;
}

.switch-inner:after {
  content: '';
  padding-right: 10px;
  background-color: #FFFFFF;
  color: rgba(74, 74, 74, 0.9);
  text-align: right;
}

.switch-button {
  display: block;
  width: 10px;
  margin: 3px;
  background: #FD6E00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  border: 2px solid #FD6E00;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.days--container .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100px;
}

.days--container .owl-nav button:hover {
  background: unset !important;
}

.days--container .owl-nav .owl-prev {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
  left: -5px;
  text-align: left;
  display: none !important;
}

.days--container .owl-nav .owl-next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white)) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) !important;
  right: -5px;
  text-align: right;
}

.galleries--container .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100px;
}

.galleries--container .owl-nav button:hover {
  background: unset !important;
}

.galleries--container .owl-nav .owl-prev {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
  left: -5px;
  text-align: left;
}

.galleries--container .owl-nav .owl-next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white)) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) !important;
  right: -5px;
  text-align: right;
}

.widget-search__preview-container .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 60px;
}

.widget-search__preview-container .owl-nav button:hover {
  background: unset !important;
}

.widget-search__preview-container .owl-nav .owl-prev {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
  left: -25px;
  text-align: left;
}

.widget-search__preview-container .owl-nav .owl-next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white)) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) !important;
  right: -25px;
  text-align: right;
}

.popover .popover-header {
  border: none;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 1rem !important;
}

.search-what-field-container {
  padding: 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 0.5px solid #9C9C9C80;
}

.search-what-field-container input {
  border: none !important;
}

@media (max-width: 991.98px) {
  .search-what-field-container {
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
            box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  }
}

.search-where-field-container {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 0.5px solid #9C9C9C80;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .search-where-field-container {
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
            box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
    height: 50px;
  }
}

.search-where-field-container--select2 {
  width: 100%;
}

.search-where-field-container .select2-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media (max-width: 991.98px) {
  .search-where-field-container .select2-container {
    border-top: none;
    width: 100% !important;
  }
}

.search-where-field-container .select2-container .selection {
  height: 100%;
  width: 100%;
}

.search-where-field-container .select2-container .selection .select2-selection {
  position: absolute;
  height: auto !important;
  bottom: 1px;
  top: 0;
  left: 0;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .search-where-field-container .select2-container .selection .select2-selection {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .search-button-container {
    padding: 0 !important;
  }
}

.search-button-container button {
  height: 100%;
  width: 100%;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

.mypos-container {
  background-color: #fff;
  position: absolute !important;
  top: 37px;
  left: 1px;
  z-index: 1000;
  width: 100%;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial,sans-serif;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.mypos-container.mypos-logo {
  z-index: 99999999;
}

.mypos-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.mypos-icon-marker {
  background-position: -1px -161px;
}

.mypos-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.mypos-item-query {
  font-size: 13px;
  padding-right: 3px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
  color: rgba(74, 74, 74, 0.9);
}

.card {
  border: 0.5px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
}

.card a:hover {
  text-decoration: none;
}

.card .card-image-top {
  position: relative;
  width: 100%;
}

.card .card-image-top__image-container {
  border-radius: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card .card-image-top__image-container__image {
  width: 100%;
  /*border-radius: 3px;
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(50%);*/
}

.card .card-image-top__sport-badge {
  z-index: 10;
  border-radius: 20px 0px 0px 20px;
  padding: 5px;
  color: #FD6E00;
  position: absolute;
  background-color: #FFFFFF;
  right: 0;
  top: 15px;
}

@media (max-width: 767.98px) {
  .card .card-image-top {
    height: 154px;
  }
}

.card .card-body {
  padding: 16px 16px 5px 16px;
}

.card .card-body__section {
  margin-top: 5px;
}

.card .card-body__course-title-container__course-title {
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #4A4A4A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
}

.card .card-body__course-rating-distance-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.card .card-body__course-rating-distance-container div {
  padding: 0;
}

.card .card-body__course-rating-distance-container__divider {
  margin: 0 4px;
  color: #4A4A4A;
}

.card .card-body__course-rating-distance-container__distance-container {
  margin-top: 4px;
}

.card .card-body__course-rating-distance-container__distance-container__distance {
  line-height: 18px;
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 0;
}

.card .card-body__course-rating-distance-container__distance-container__distance:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMzMzMzI4IDUuMDAwMDRDMC4zMzMzMjggMi40MjAwNCAyLjQyIDAuMzMzMzc0IDUgMC4zMzMzNzRDNy41OCAwLjMzMzM3NCA5LjY2NjY3IDIuNDIwMDQgOS42NjY2NyA1LjAwMDA0QzkuNjY2NjcgOC41MDAwNCA1IDEzLjY2NjcgNSAxMy42NjY3QzUgMTMuNjY2NyAwLjMzMzMyOCA4LjUwMDA0IDAuMzMzMzI4IDUuMDAwMDRaTTMuMzMzMzMgNS4wMDAwNEMzLjMzMzMzIDUuOTIwMDQgNC4wOCA2LjY2NjcxIDUgNi42NjY3MUM1LjkyIDYuNjY2NzEgNi42NjY2NiA1LjkyMDA0IDYuNjY2NjYgNS4wMDAwNEM2LjY2NjY2IDQuMDgwMDQgNS45MiAzLjMzMzM4IDUgMy4zMzMzOEM0LjA4IDMuMzMzMzggMy4zMzMzMyA0LjA4MDA0IDMuMzMzMzMgNS4wMDAwNFoiIGZpbGw9IiNGRDZFMDAiLz48L3N2Zz4=);
}

.card .card-body__course-address {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #7B7B7B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card .card-body__course-address:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjM1NzM1IDEuMjI2MzFDNy42NTkxIDIuNTI4MDYgNy42NTkxIDQuNjM4NjEgNi4zNTczNSA1Ljk0MDM2QzUuMDU1NiA3LjI0MjExIDIuOTQ1MDUgNy4yNDIxMSAxLjY0MzMgNS45NDAzNkMwLjM0MTU1NSA0LjYzODYxIDAuMzQxNTU1IDIuNTI4MDYgMS42NDMzIDEuMjI2MzFDMi45NDUwNSAtMC4wNzU0MzY4IDUuMDU1NiAtMC4wNzU0MzY4IDYuMzU3MzUgMS4yMjYzMVoiIGZpbGw9IiNGRDZFMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMDAwMzMgNS43NUw0LjAwMDMzIDUuNzVDMy41NDAwOSA1Ljc1IDMuMTY2OTkgNi4yNDc0NiAzLjE2Njk5IDYuODYxMTFWMTIuNjM4OUwzLjE2Njk5IDEyLjYzODlDMy4xNjY5OSAxMy4yNTI1IDMuNTQwMDkgMTMuNzUgNC4wMDAzMyAxMy43NUM0LjQ2MDU2IDEzLjc1IDQuODMzNjYgMTMuMjUyNSA0LjgzMzY2IDEyLjYzODlWNi44NjExMVY2Ljg2MTExQzQuODMzNjYgNi4yNDc0NiA0LjQ2MDU2IDUuNzUgNC4wMDAzMyA1Ljc1TDQuMDAwMzMgNS43NVoiIGZpbGw9IiNGRDZFMDAiLz48L3N2Zz4=);
  margin-right: 5px;
}

.card .card-body__course-company-name-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7B7B7B;
}

.card .card-body__course-company-name-container span {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.card .card-body__course-company-name-container span:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzIDE1SDEzLjYyNUMxMy44MzIxIDE1IDE0IDE1LjE2NzkgMTQgMTUuMzc1VjE2SDBWMTUuMzc1QzAgMTUuMTY3OSAwLjE2NzkwNiAxNSAwLjM3NSAxNUgxVjAuNzVDMSAwLjMzNTc4MSAxLjMzNTc4IDAgMS43NSAwSDEyLjI1QzEyLjY2NDIgMCAxMyAwLjMzNTc4MSAxMyAwLjc1VjE1Wk00LjM3NSAyQzQuMTY3OTEgMiA0IDIuMTY3OTEgNCAyLjM3NVYzLjYyNUM0IDMuODMyMDkgNC4xNjc5MSA0IDQuMzc1IDRINS42MjVDNS44MzIwOSA0IDYgMy44MzIwOSA2IDMuNjI1VjIuMzc1QzYgMi4xNjc5MSA1LjgzMjA5IDIgNS42MjUgMkg0LjM3NVpNNCA1LjM3NUM0IDUuMTY3OTEgNC4xNjc5MSA1IDQuMzc1IDVINS42MjVDNS44MzIwOSA1IDYgNS4xNjc5MSA2IDUuMzc1VjYuNjI1QzYgNi44MzIwOSA1LjgzMjA5IDcgNS42MjUgN0g0LjM3NUM0LjE2NzkxIDcgNCA2LjgzMjA5IDQgNi42MjVWNS4zNzVaTTQuMzc1IDEwSDUuNjI1QzUuODMyMDkgMTAgNiA5LjgzMjA5IDYgOS42MjVWOC4zNzVDNiA4LjE2NzkxIDUuODMyMDkgOCA1LjYyNSA4SDQuMzc1QzQuMTY3OTEgOCA0IDguMTY3OTEgNCA4LjM3NVY5LjYyNUM0IDkuODMyMDkgNC4xNjc5MSAxMCA0LjM3NSAxMFpNOCAxNUg2VjEyLjM3NUM2IDEyLjE2NzkgNi4xNjc5MSAxMiA2LjM3NSAxMkg3LjYyNUM3LjgzMjA5IDEyIDggMTIuMTY3OSA4IDEyLjM3NVYxNVpNOS42MjUgMTBDOS44MzIwOSAxMCAxMCA5LjgzMjA5IDEwIDkuNjI1VjguMzc1QzEwIDguMTY3OTEgOS44MzIwOSA4IDkuNjI1IDhIOC4zNzVDOC4xNjc5MSA4IDggOC4xNjc5MSA4IDguMzc1VjkuNjI1QzggOS44MzIwOSA4LjE2NzkxIDEwIDguMzc1IDEwSDkuNjI1Wk0xMCA2LjYyNUMxMCA2LjgzMjA5IDkuODMyMDkgNyA5LjYyNSA3SDguMzc1QzguMTY3OTEgNyA4IDYuODMyMDkgOCA2LjYyNVY1LjM3NUM4IDUuMTY3OTEgOC4xNjc5MSA1IDguMzc1IDVIOS42MjVDOS44MzIwOSA1IDEwIDUuMTY3OTEgMTAgNS4zNzVWNi42MjVaTTkuNjI1IDRDOS44MzIwOSA0IDEwIDMuODMyMDkgMTAgMy42MjVWMi4zNzVDMTAgMi4xNjc5MSA5LjgzMjA5IDIgOS42MjUgMkg4LjM3NUM4LjE2NzkxIDIgOCAyLjE2NzkxIDggMi4zNzVWMy42MjVDOCAzLjgzMjA5IDguMTY3OTEgNCA4LjM3NSA0SDkuNjI1WiIgZmlsbD0iI0ZENkUwMCIvPjwvc3ZnPg==);
  margin-right: 5px;
}

.card .card-body__lessons__day {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 23px;
  font-size: 1rem;
  letter-spacing: -0.5px;
  color: #9C9C9C;
}

.card .card-body__lessons__day--has-lesson {
  color: #FD6E00;
  border: 1px solid #FD6E00;
  border-radius: 50%;
}

.card .card-body .card-title {
  font-weight: 500;
  line-height: 28px;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #4A4A4A;
  text-transform: capitalize;
}

.card .card-body .card-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.card .card-btn {
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  width: 97%;
  text-transform: uppercase;
  font-size: 21px;
  margin: 5px;
}

.card-fluid {
  height: 250px;
}

@media (max-width: 991.98px) {
  .card-fluid {
    height: 270px;
  }
}

@media (max-width: 767.98px) {
  .card-fluid {
    height: auto;
  }
}

.sport-card {
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
  border: 0.5px solid rgba(156, 156, 156, 0.33);
}

.sport-card__image-container {
  position: relative;
  height: 100px;
  border-bottom: 4px solid #FD6E00;
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sport-card__image-container img {
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.sport-card__image-container__text-container {
  position: absolute;
  top: 25%;
  left: 3%;
  color: #fff;
}

.sport-card__image-container__text-container__title {
  line-height: 17px;
  font-size: 12px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sport-card__image-container__text-container__text {
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.sport-card__body {
  height: 140px;
  padding-top: 8px;
}

@media (max-width: 767.98px) {
  .sport-card__body {
    height: auto;
  }
}

.sport-card__body__citation-container {
  padding: 10px;
}

.sport-card__body__citation-container__text {
  font-style: italic;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: -0.3px;
  color: #7B7B7B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sport-card__body__citation-container__person {
  font-weight: 500;
  line-height: 15px;
  font-size: 10px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-top: 2px;
  float: right;
}

.sport-card__body__list-container__list {
  list-style-image: url("/images/list-bullets/bullet-orange-small.svg");
  padding-left: 16px;
}

.sport-card__body__list-container__list__item {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
  margin-bottom: 8px;
}

.sport-card__body__cta-container {
  padding: 10px 0;
  border-top: 1px solid lightgray;
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sport-card__body__cta-container span {
  font-weight: 600;
  line-height: 21px;
  font-size: 12px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
  font-size: 12px;
  color: #4A4A4A;
}

.bootstrap-select .dropdown-menu {
  width: 100%;
  padding: 0;
}

.bootstrap-select .dropdown-menu li a {
  padding: 0 10px;
}

.select2-container--bootstrap .select2-dropdown {
  z-index: 1060;
  margin-top: -4px !important;
}

.select2-container--bootstrap .select2-dropdown .select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem !important;
}

.modal .modal-dialog {
  height: auto !important;
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-content {
    height: 100%;
  }
}

.modal .modal-footer {
  border: none;
}

.modal .bootbox-close-button {
  position: absolute;
  right: 15px;
}

.modal .bootbox-modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

@media (max-width: 768px) {
  .modal .bootbox-modal-title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }
}

.list-style-none {
  list-style: none;
}

.btn-google-map-zoom,
.btn-secondary-outline,
.btn-primary-gradient,
.btn-primary,
.btn-primary-outline-gradient,
.btn-event-promote,
.btn-event-address,
.btn-outline-default,
.btn-outline-success,
.btn-filters-overlay,
.btn-summer-camps,
.btn-load-more,
.btn-booking,
.btn-cart-outline,
.btn-cart-outline-primary,
.btn-view-switch,
.btn-primary-orango,
.btn-ternary-orango,
.blue-gradient-button,
.dark-blue-gradient-button,
.blue-solid-button,
.white-solid-button {
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .btn-google-map-zoom,
  .btn-secondary-outline,
  .btn-primary-gradient,
  .btn-primary,
  .btn-primary-outline-gradient,
  .btn-event-promote,
  .btn-event-address,
  .btn-outline-default,
  .btn-outline-success,
  .btn-filters-overlay,
  .btn-summer-camps,
  .btn-load-more,
  .btn-booking,
  .btn-cart-outline,
  .btn-cart-outline-primary,
  .btn-view-switch,
  .btn-primary-orango,
  .btn-ternary-orango,
  .blue-gradient-button,
  .dark-blue-gradient-button,
  .blue-solid-button,
  .white-solid-button {
    width: auto;
  }
}

.btn-google-map-zoom {
  background-color: #fff;
  width: 41px;
  height: 41px;
}

.btn-google-map-zoom:before {
  content: url(/images/zoom.svg?498c8102ae16125a39750073c6f1185e);
  height: 18px;
  width: 18px;
}

.btn-google-map-zoom.zoom-exit:before {
  content: url(/images/zoom-exit.svg?2889fda7ee92297ea3216354feaeab68);
  height: 24px;
  width: 24px;
}

.btn-secondary-outline {
  border: 2px solid #4A4A4A;
  border-radius: 5px;
  color: #4A4A4A;
  text-transform: none !important;
}

.btn-primary-gradient,
.btn-primary {
  border: none;
  background: linear-gradient(267.68deg, #FD6E00 34.68%, #FEA500 172.42%);
  text-transform: none !important;
  border-radius: 5px;
}

.btn-primary-gradient.blue-skin,
.btn-primary.blue-skin {
  background: #007BFF;
  color: #fff;
  text-transform: uppercase !important;
}

.btn-primary-outline-gradient {
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FD6E00), color-stop(76.79%, #FEA500));
  background: linear-gradient(90deg, #FD6E00 0%, #FEA500 76.79%);
  padding: 2px;
  text-transform: none !important;
}

.btn-primary-outline-gradient .clip-text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 34px;
  line-height: 20px;
  background: #fff;
}

.btn-primary-outline-gradient .clip-text__container span {
  background: -webkit-gradient(linear, left top, right top, from(#FD6E00), color-stop(76.79%, #FEA500));
  background: linear-gradient(90deg, #FD6E00 0%, #FEA500 76.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-event-promote {
  text-transform: none !important;
  width: 45%;
}

@media (max-width: 768px) {
  .btn-event-promote {
    width: 100%;
  }
}

.btn-event-address {
  background-color: #fff;
  border: none !important;
  text-transform: none !important;
  padding: 0 !important;
}

.btn-outline-default {
  background-color: #fff;
  border: 1px solid rgba(74, 74, 74, 0.75) !important;
  text-transform: capitalize;
}

.btn-outline-success {
  text-transform: none !important;
  background: rgba(61, 188, 90, 0.2) !important;
  border: 1px solid #28A745 !important;
  color: #28A745;
}

.btn-filters-overlay {
  background: #FFFFFF;
  border: 1px solid rgba(123, 123, 123, 0.33) !important;
  border-radius: 20px !important;
}

.btn-summer-camps {
  border: 2px solid #FD6E00;
  border-radius: 4px;
  padding: 4px 16px !important;
}

.btn-block {
  width: 100% !important;
}

.btn-load-more {
  background-color: #1778BE !important;
  border-color: #1778BE !important;
}

.btn-booking__reservation-accept {
  width: 44px;
  border-radius: 2px;
  color: #fff !important;
  background-color: #28A745;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  font-size: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-booking__reservation-accept.disactive {
  opacity: 0.33;
  pointer-events: none;
}

.btn-booking__reservation-refuse {
  width: 44px;
  border-radius: 2px;
  color: #fff !important;
  background-color: #DC3545;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  font-size: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-booking__reservation-refuse.disactive {
  opacity: 0.33;
  pointer-events: none;
}

.btn-booking__reservation-contact {
  width: 44px;
  border-radius: 2px;
  color: #fff !important;
  background: #fd6e00;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  font-size: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-booking__reservation-contact.disactive {
  opacity: 0.33;
}

.btn-booking__reservation-contact:hover,
.btn-booking__reservation-contact.active {
  opacity: 1;
}

.btn-cart-outline {
  font-weight: 500;
  line-height: normal !important;
  background-color: #fff !important;
  border: 0.5px solid #17BEBB !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  text-transform: none !important;
  color: #17BEBB !important;
}

.btn-cart-outline-primary {
  font-weight: 500;
  line-height: normal !important;
  background-color: #fff !important;
  border: 0.5px solid #FD6E00 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  text-transform: none !important;
  color: #FD6E00 !important;
}

.btn-view-switch {
  background-color: #17BEBB !important;
  border-color: #17BEBB !important;
}

.btn-primary-orango {
  background: -webkit-gradient(linear, left top, right top, from(#FD6E00), color-stop(76.79%, #FEA500));
  background: linear-gradient(90deg, #FD6E00 0%, #FEA500 76.79%);
  color: white;
}

/*.btn-secondary-orango {
  @extend %base-button;
  color: $primary!important;
  border: 1px solid $primary !important;
  background-color: $white;
  &:hover {
    background-color: $orange-gradient-1;
    color: $white;
    border: 1px solid $orange-gradient-1 !important;
  }
}*/

.btn-ternary-orango {
  border: 1px solid #FD6E00 !important;
  background-color: #fff;
  color: #4A4A4ABF;
  border-radius: 2px;
}

.btn-ternary-orango:disabled {
  opacity: .33 !important;
}

.btn-ternary-orango:hover:not(:disabled):not(.disabled) {
  background-color: #FD6E00;
  color: #fff !important;
  border-color: #FD6E00;
}

.dropdown-toggle {
  text-overflow: ellipsis;
  overflow: hidden;
}

.has-feedback .btn-outline-default {
  padding-left: 40px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.has-feedback .btn-outline-default:after {
  border: none !important;
}

.has-feedback .btn-outline-default .fas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.has-feedback .btn-outline-default .fas:after {
  content: '\F078';
  color: #4A4A4A;
}

.btn-outline-default {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ced4da;
}

.btn-outline-default ~ .dropdown-menu {
  right: 0;
}

.btn-outline-default ~ .dropdown-menu .container {
  position: relative;
  height: 150px;
}

.btn-outline-default ~ .dropdown-menu .container .dropdown-item.selected-item {
  color: #FD6E00 !important;
}

.btn-outline-orange {
  border: 1px solid #FD6E00;
  background-color: transparent;
  background-image: none;
}

.orange-gradient-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

.orange-gradient-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F47E2E), to(#F49C2E));
  background: linear-gradient(#F47E2E, #F49C2E);
}

.orange-gradient-button__nobase {
  border-radius: 0px;
  min-height: 0px;
  min-width: 0px;
}

.blue-gradient-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.blue-gradient-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7DCFB6), to(#17BEBB));
  background: linear-gradient(#7DCFB6, #17BEBB);
}

.dark-blue-gradient-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#376AE3), to(#53A0FD));
  background: linear-gradient(#376AE3, #53A0FD);
}

.btn-social__content,
.btn.btn--google .btn--google__content,
.btn.btn--facebook .btn--facebook__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-transform: none;
}

.btn-social__content img,
.btn.btn--google .btn--google__content img,
.btn.btn--facebook .btn--facebook__content img {
  max-width: 15px;
  margin-right: 5px;
}

.btn.btn--google {
  background-color: white;
  border: 2px solid #4A4A4A;
  color: #4A4A4A;
  letter-spacing: 0.8px;
  padding: 8px 0px;
}

.btn.btn--facebook {
  background-color: #3B5998;
  border-color: #3B5998;
  color: white;
  letter-spacing: 0.8px;
  padding: 8px 0px;
}

.btn-dropdown-filter {
  text-transform: uppercase;
  border: 1px solid #17BEBB;
  font-size: 12px;
  min-height: 40px;
  border-radius: 5px;
}

.orange-background-button {
  background: #fff;
  color: #FD6E00;
  border: 2px solid #FD6E00;
  min-width: 180px;
  border-radius: 5px;
}

a.orange-solid-button {
  -webkit-transition: none !important;
  transition: none !important;
}

a.orange-solid-button:hover {
  color: #fff !important;
}

.orange-solid-button {
  background: #FD6E00;
  color: #fff;
  border: none;
  min-width: 180px;
  border-radius: 4px;
}

.blue-solid-button {
  background: #17BEBB;
  color: #fff;
  border: none;
}

.white-solid-button {
  cursor: pointer;
  border: 1px solid #F47E2E;
  background-color: #fff;
  color: #F47E2E !important;
}

.white-solid-button:hover {
  color: #fff !important;
  background-color: #F47E2E;
}

.input-right-button-orange-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
  color: #fff;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dismiss-image-btn {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  border: 2px solid #17BEBB;
  top: -5px;
  right: -5px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  height: 20px;
  width: 20px;
}

.dismiss-image-btn__big {
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  line-height: 28px;
}

.dismiss-image-btn:hover {
  background: #17BEBB;
  color: #fff;
}

.navbar-toggler {
  border: none !important;
}

.button-disabled {
  background-color: #eeeeee;
  color: #7B7B7B;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.toggle-primary-orango.active {
  background-color: #FD6E00;
  color: white;
  border-color: #FD6E00;
}

.toggle-secondary-orango {
  border: 1px solid #7B7B7B;
}

.toggle-secondary-orango.active {
  background-color: #17BEBB;
  color: white;
  border-color: #17BEBB;
}

.btn-promotion {
  color: #fff;
  background-color: #007BFF !important;
  border-color: #007BFF !important;
  white-space: pre-line !important;
}

.btn-promotion + .btn-promotion {
  margin-top: 10px;
}

.btn-promotion-negative {
  border: 1px solid #007BFF !important;
  background-color: #fff;
  color: #007BFF;
}

.btn-standard-orango {
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  color: #7B7B7B;
  border: 0.5px solid #DEDEDE;
}

.btn-standard-orango.active {
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border: 0.5px solid #DEDEDE;
  background-color: #17BEBB;
  color: white;
}

.invitation-search-button {
  border-radius: 50% !important;
  padding: 16px !important;
  background: #fff;
  color: #4a4a4a;
  font-size: 21px !important;
  width: 64px;
}

.search-world-navbar-button {
  z-index: 10;
}

.btn-white {
  color: #4A4A4A !important;
  border: 1px solid #4A4A4A !important;
  font-size: 14px;
}

.btn-white-secondary {
  color: #4A4A4A;
  border: 1px solid #9C9C9C80 !important;
  font-size: 14px;
}

.btn-secondary-negative {
  background-color: #fff;
  color: #17BEBB;
  border: 1px solid #17BEBB !important;
}

.btn-primary-negative {
  background-color: #fff;
  color: #FD6E00;
  border: 1px solid #FD6E00 !important;
}

.btn-primary-negative:hover {
  background: #FD6E00;
  color: #fff;
}

.btn-hover-none {
  background: transparent !important;
  color: #FD6E00 !important;
}

.orangogo-input,
#reservation_country_picker .vue-tel-input,
#country_picker .vue-tel-input {
  height: 3.75rem;
  border-radius: 5px;
  min-width: 180px;
}

.textarea-container {
  border: 0.5px solid #A6A4A4;
  border-radius: 2px;
  color: #4A4A4A;
  background-color: #F2F2F2;
  padding: 10px 40px 10px 15px;
  height: 250px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.textarea-container::-webkit-scrollbar {
  width: 5px;
}

.textarea-container::-webkit-scrollbar-track {
  background: rgba(225, 225, 225, 0.5);
}

.textarea-container::-webkit-scrollbar-thumb {
  background: #FD6E00;
  border-radius: 2.5px;
}

.textarea-container::-webkit-scrollbar-thumb:hover {
  background: #4A4A4A;
}

.textarea-container-white {
  border: 0.5px solid #dedede;
  border-radius: 2px;
  color: #4A4A4A;
  background-color: #fff;
  padding: 10px 40px 10px 15px;
  height: 250px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.textarea-container-white::-webkit-scrollbar {
  width: 5px;
}

.textarea-container-white::-webkit-scrollbar-track {
  background: rgba(225, 225, 225, 0.5);
}

.textarea-container-white::-webkit-scrollbar-thumb {
  background: #FD6E00;
  border-radius: 2.5px;
}

.textarea-container-white::-webkit-scrollbar-thumb:hover {
  background: #4A4A4A;
}

.orangogo-input {
  border: 1px solid #17BEBB;
}

.orangogo-input-selected {
  border: 1px solid #e7e7e7;
}

#reservation_country_picker .vue-tel-input {
  height: 2.46rem !important;
  border: 1px solid #e7e7e7;
  border-radius: 0.20rem;
}

#reservation_country_picker .vue-tel-input-selected {
  border: 1px solid #e7e7e7;
}

#country_picker .vue-tel-input {
  height: 2.46rem !important;
  border: 1px solid #17BEBB;
}

#country_picker .vue-tel-input-selected {
  border: 1px solid #e7e7e7 !important;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.my-courses-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #9C9C9C80;
  padding: 2px;
  border-radius: 10px !important;
  max-width: 130px;
  max-height: 12px;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.my-courses-progress .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: theme-color("primary");
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .my-courses-progress .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.registration-progress .progress-bar {
  background-color: #17BEBB;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* ------ Navbar ------ */

.modal-box {
  margin-left: 35%;
}

.navbar.bg-white .container-fluid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search {
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
    right: 5px !important;
    top: 5px;
  }

  .navbar.bg-white .navbar-home-sport-search.expanded input {
    padding-left: 15px !important;
    padding-right: 40px;
  }
}

.navbar.bg-white .navbar-home-sport-search .form-control-feedback {
  position: absolute;
  top: 0;
  bottom: 0;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .input-group {
  width: inherit;
  min-height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown {
  position: relative;
  z-index: 10;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .search-world-navbar-button {
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #4A4A4A;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .search-world-navbar-button i {
  width: 32px;
  height: 32px;
  border: 1px solid #4A4A4A;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .search-world-navbar-button {
    border: none !important;
  }
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .search-world-navbar-button:hover {
  background-color: transparent !important;
  border-color: #4A4A4A !important;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: 0;
  border-radius: 5px;
  z-index: 1;
  position: absolute;
  left: 0px;
  background-color: #fff;
  top: 70px;
  padding: 25px 0;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu {
    left: auto;
    right: -34px;
    min-width: 100%;
    width: 90vw;
    padding: 15px 0 30px 0;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .container {
    padding: 0;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .btn-outline-search {
    border-radius: 30px;
    border: 1px solid rgba(74, 74, 74, 0.33);
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu h1 {
    font-size: 20px !important;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control {
    border-radius: 4px !important;
    font-size: 16px;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .input-group-append {
    width: 100%;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .input-group-append .btn {
    padding: 10px 0;
    width: 100%;
    margin-top: 1rem;
    border-radius: 4px;
  }
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .gen-search .inner-form {
  background-image: url(/images/sport-man__icon__gray.svg?842c38fb49eb12ce93317a434a040003);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px !important;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-pos-container .inner-form {
  background-image: url(/images/map-pin__icon__gray.svg?5a5856e3e8056c07a4edbaed8f40fe54);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px !important;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu h1 {
  font-size: 24px;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group {
  min-height: 40px !important;
  -webkit-box-shadow: 0px 0px 10px rgba(74, 74, 74, 0.1);
          box-shadow: 0px 0px 10px rgba(74, 74, 74, 0.1);
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .inner-form {
  font-weight: 500;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .form-control {
  padding: 0;
  min-height: 40px;
}

@media (max-width: 991.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control {
    border: 1px solid rgba(155, 155, 155, 0.5) !important;
  }
}

@media (max-width: 991.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control:first-child {
    line-height: 32px !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control:first-child {
    margin-bottom: 8px;
  }
}

@media (max-width: 991.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control-result {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 32px !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .inner-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0px;
    width: 100%;
  }
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .form-control-result:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-group .inner-form {
  padding: 5px 10px 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 0;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .btn-primary-orango {
  border: 1px solid #ced4da;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .form-control {
    border-radius: 5px !important;
    width: 100%;
    padding: 0.5rem 0.75rem !important;
    height: auto !important;
  }
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .select2-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  width: 50% !important;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .select2-container {
    width: 100% !important;
    border-radius: 5px;
    margin-top: 25px;
  }
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .select2-container .select2-selection {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
  font-size: 16px;
  text-transform: none;
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
  height: 59px;
  line-height: 48px;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .select2-container .select2-selection {
    border-left: 1px solid #eeeeee !important;
    border-radius: 5px;
    height: 43px;
    line-height: 30px;
  }
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .select2-container .select2-selection .select2-selection__placeholder {
  color: #4A4A4AE6;
}

.navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-pos-container {
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
  width: 100% !important;
  float: left;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991.98px) {
  .navbar.bg-white .navbar-home-sport-search .navbar-dropdown-sport-search .dropdown .dropdown-search-menu .input-pos-container {
    line-height: 32px !important;
    border-radius: 5px !important;
    border-left: 1px solid #ced4da !important;
  }
}

.navbar.bg-white .navbar-toggler[aria-expanded="true"] .fas:before {
  content: "\F077";
}

.navbar.bg-white .navbar-toggler[aria-expanded="false"] .fas:before {
  content: "\F078";
}

.navbar.bg-white .nav-item.underline-none:hover,
.navbar.bg-white .nav-item.underline-none:active {
  border-bottom: none !important;
}

.navbar.bg-white .nav-item .nav-link {
  color: #4A4A4A;
}

@media (max-width: 768px) {
  .navbar.bg-white .nav-item .nav-link {
    padding: 0;
  }
}

.navbar.bg-white .nav-item .nav-link.nav-link-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item .nav-link.nav-link-cart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

.navbar.bg-white .nav-item .nav-link.nav-link-outline-primary {
  border-radius: 4px;
  border: 1px solid #FD6E00;
  text-transform: uppercase;
  color: #FD6E00 !important;
  font-weight: 600;
  padding: 6px 15px;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item .nav-link.nav-link-outline-primary {
    color: #4A4A4A !important;
    border: none;
  }
}

.navbar.bg-white .nav-item .nav-link.nav-link-primary {
  border-radius: 4px;
  border: 1px solid #FD6E00;
  background-color: #FD6E00;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 15px;
}

.navbar.bg-white .nav-item .nav-link.nav-link-primary:hover,
.navbar.bg-white .nav-item .nav-link.nav-link-primary:focus,
.navbar.bg-white .nav-item .nav-link.nav-link-primary:active {
  color: white !important;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item .nav-link.nav-link-primary {
    color: #4A4A4A !important;
    border: none;
  }
}

.navbar.bg-white .nav-item .nav-link.nav-link-primary-gradient {
  padding: 7px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#FD6E00), color-stop(93.21%, #FEA500));
  background: linear-gradient(90deg, #FD6E00 0%, #FEA500 93.21%);
  border-radius: 4px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item .nav-link.nav-link-primary-gradient {
    color: #FD6E00 !important;
    background: transparent;
    padding: 0;
  }
}

.navbar.bg-white .nav-item.active {
  border-bottom: none !important;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-collapse {
    overflow-y: auto;
  }
}

.navbar.bg-white .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #4A4A4A;
  position: relative;
}

.navbar.bg-white .navbar-collapse .navbar-nav .nav-item.active {
  border-bottom: none !important;
}

.navbar.bg-white .navbar-collapse .navbar-nav .nav-item .badge-info {
  background-color: transparent !important;
  border: 1px solid #17a2b8;
  border-radius: 50%;
  color: #4a4a4a;
}

.navbar.bg-white .navbar--container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar.bg-white .navbar--container .navbar--container__searcbar {
  position: relative;
  min-height: 60px;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar--container .navbar--container__searcbar {
    max-width: 60px;
  }
}

.navbar.bg-white .navbar--container .navbar--container__brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar--container .navbar--container__brand {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navbar.bg-white .navbar--container .navbar--container__brand ~ .d-inline-flex {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-brand {
  margin-right: 0 !important;
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-toggler-icon {
  position: relative;
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-toggler-icon .fas {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
}

.navbar.bg-white .navbar--container ~ .navbar-collapse {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: initial !important;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar--container ~ .navbar-collapse {
    background-color: #fff;
    z-index: 1050;
    padding: 0 15px;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    font-size: 1.315rem;
    text-transform: none !important;
    padding-top: 25px;
  }

  .navbar.bg-white .navbar--container ~ .navbar-collapse .dropdown-header {
    padding-left: 5px !important;
    padding-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .navbar.bg-white .navbar--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .navbar.bg-white .navbar--container ~ .navbar-collapse {
    background-color: #fff;
    z-index: 1050;
    padding: 0 15px;
    top: 64px;
    right: 0px;
    left: 0px;
    font-size: 1.315rem;
    text-transform: none !important;
    padding-top: 25px;
  }

  .navbar.bg-white .navbar--container ~ .navbar-collapse .dropdown-header {
    padding-left: 5px !important;
    padding-bottom: 0;
  }
}

.navbar--header__divider {
  width: 40px;
  height: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: rgba(155, 155, 155, 0.33);
  maring: 0 25px;
}

.navbar {
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
  /*  .nav-item:nth-child(3) {
      padding-right: 5px;
    }
    .nav-item:nth-child(4) {
      border-left: 1px  solid #c3c3c3;
      padding-left: 5px;
    }
  */
}

.navbar .navbar-light .navbar-nav .nav-icon:hover {
  border-bottom: 2px solid #fff !important;
}

.navbar .nav-link svg {
  font-size: 1rem;
}

.navbar .badge-cart {
  position: absolute;
  top: 5px;
  right: 0;
  border-radius: 50%;
  background: #dc3545;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}

@media (max-width: 767.98px) {
  .navbar .badge-cart {
    position: relative;
    top: 0;
  }
}

.navbar .navbar-light .navbar-nav .nav-link {
  color: #4c4c4c;
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.8rem;
  border-bottom: 2px solid #fff;
}

.navbar .nav-item {
  border-bottom: 2px solid #fff;
  margin: 0px 5px !important;
  white-space: nowrap;
}

.navbar .navbar-nav .nav-item .nav-btn:hover:after,
.navbar .navbar-nav .nav-item .nav-btn.active:after,
.navbar .navbar-nav .nav-item .nav-btn-link:hover:after,
.navbar .navbar-nav .nav-item .nav-btn-link.active:after {
  display: none;
}

.navbar .nav-link-outline-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  background: #EEEEEE;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4A4A4A;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:visited,
.navbar .navbar-nav .nav-item .nav-link.active {
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link:hover:after,
.navbar .navbar-nav .nav-item .nav-link:visited:after,
.navbar .navbar-nav .nav-item .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #FD6E00;
}

.navbar .navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .nav-item--divider {
  border-left: 1px solid #c3c3c3;
  margin: 0px 10px;
}

.navbar .nav-item--user .btn-link {
  padding: 0;
  margin-top: -2px;
}

.navbar .navbar-dropdown .dropdown-toggle {
  background-color: #fff;
  text-transform: uppercase;
  border: none;
  color: #FD6E00;
}

.navbar .navbar-dropdown .dropdown-toggle:active {
  background-color: #fff !important;
}

.navbar .navbar-dropdown .dropdown-toggle:hover {
  color: #FD6E00 !important;
}

.navbar .navbar-dropdown__item {
  text-align: center;
}

.navbar .navbar-nav {
  list-style: none;
  /*@include media-breakpoint-down(md) {
      #home {
        order: 1;
      }
      #carrello {
        order: 2;
      }
      #divider-1 {
        order: 3;
      }
      #accedi {
        order: 4;
      }
      #registrati {
        order: 5;
      }
      #profilo {
        order: 6;
      }
      #logout{
        order: 7;
      }
      #drop-item-header {
        order: 8;
      }
      #aggiungi-societa-sportiva-1 {
        order: 9;
      }
      #aggiungi-societa-sportiva-2 {
        order: 10;
      }
      #divider-2 {
        order: 11;
      }
      #domande-frequenti {
        order: 12;
      }
      #contattaci {
        order: 13;
      }
    }*/
}

.navbar .navbar-nav li {
  padding: 8px 0;
}

.navbar .navbar-nav #aggiungi-societa-sportiva-1 a,
.navbar .navbar-nav #aggiungi-societa-sportiva-2 a {
  color: #FD6E00;
}

@media (max-width: 767.98px) {
  .navbar .navbar-nav #aggiungi-societa-sportiva-1 a,
  .navbar .navbar-nav #aggiungi-societa-sportiva-2 a {
    color: #4A4A4A;
  }
}

.navbar.bg-white .container-fluid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-home-sport-search {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    right: 0px;
    top: -1px;
  }
}

.navbar.bg-white .navbar-home-sport-search .form-control-feedback {
  width: 40px;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #fff;
}

.navbar.bg-white .navbar-toggler[aria-expanded="true"] .fas:before {
  content: "\F077";
}

.navbar.bg-white .navbar-toggler[aria-expanded="false"] .fas:before {
  content: "\F078";
}

.navbar.bg-white .nav-item.dropdown .dropdown-toggle::after {
  content: '';
  border-top: none;
  border-left: none;
  border-right: none;
  display: none;
}

.navbar.bg-white .nav-item.dropdown .dropdown-toggle:hover::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #FD6E00;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item.dropdown .dropdown-toggle:hover::after {
    border-bottom: none;
  }
}

.navbar.bg-white .nav-item.dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 75px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item.dropdown .dropdown-menu {
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-transform: none;
  }
}

.navbar.bg-white .nav-item.dropdown .dropdown-menu a:hover {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .nav-item:last-child {
    border-bottom: none !important;
  }

  .navbar.bg-white .nav-item:not(.dropdown) {
    border-bottom: 1px solid #EEEEEE;
  }
}

.navbar.bg-white .nav-item .nav-link {
  color: #4A4A4A;
}

@media (max-width: 768px) {
  .navbar.bg-white .nav-item .nav-link {
    padding: 6px 15px !important;
    padding: 0;
  }
}

.navbar.bg-white .nav-item.active {
  border-bottom: none !important;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-collapse .nav-item {
    text-align: center;
    text-transform: uppercase;
  }

  .navbar.bg-white .navbar-collapse .nav-item.dropdown {
    border-bottom: 1px solid #EEEEEE;
  }
}

.navbar.bg-white .navbar-collapse .nav-item .nav-link {
  color: #4A4A4A;
  position: relative;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar-collapse .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
  }

  .navbar.bg-white .navbar-collapse .nav-item .nav-link .fas {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar.bg-white .navbar-collapse .nav-item .nav-link[aria-expanded="false"] .fas:before {
    content: "\F078";
  }

  .navbar.bg-white .navbar-collapse .nav-item .nav-link[aria-expanded="true"] .fas:before {
    content: "\F077";
  }
}

.navbar.bg-white .navbar-collapse .nav-item.active {
  border-bottom: none !important;
}

.navbar.bg-white .navbar-collapse .nav-item .badge-info {
  background-color: transparent !important;
  border: 1px solid #17a2b8;
  border-radius: 50%;
  color: #4a4a4a;
}

.navbar.bg-white .navbar--container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}

.navbar.bg-white .navbar--container .navbar--container__brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar.bg-white .navbar--container .navbar--container__brand ~ .d-inline-flex {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-brand {
  margin-right: 0 !important;
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-brand img {
  height: 30px;
}

@media (max-width: 767.98px) {
  .navbar.bg-white .navbar--container .navbar--container__brand .navbar-brand img {
    height: 33px;
  }
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-toggler-icon {
  position: relative;
  /*background-image: none !important;*/
}

.navbar.bg-white .navbar--container .navbar--container__brand .navbar-toggler-icon .fas {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
}

.navbar.bg-white .navbar--container ~ .navbar-collapse {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: initial !important;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .navbar.bg-white .navbar--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .navbar.bg-white .navbar--container ~ .navbar-collapse {
    background-color: #fff;
    z-index: 1050;
    padding: 0 15px;
    position: absolute;
    top: 64px;
    right: 0px;
    left: 0px;
    font-size: 1.315rem;
    text-transform: none !important;
    padding-top: 25px;
  }

  .navbar.bg-white .navbar--container ~ .navbar-collapse .dropdown-header {
    padding-left: 5px !important;
    padding-bottom: 0;
  }
}

.navbar-top {
  background: -webkit-gradient(linear, left top, right top, from(#FD6E00), color-stop(93.21%, #FEA500));
  background: linear-gradient(90deg, #FD6E00 0%, #FEA500 93.21%);
}

.navbar-top__container {
  padding: 22px;
  background-image: url(/images/orangogo_header_mask.svg?f88bc241993db25185619fe4541022bf);
}

.navbar-top__container.until-christmas {
  min-height: 65px;
  max-height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/images/header-natale-desk.png?c4653dd8ec5572067d59771b0eae5cf8);
}

@media (max-width: 767.98px) {
  .navbar-top__container.until-christmas {
    background-image: url(/images/header-natale-mob.png?83ad366d8dcaf2dea03951679cbacc09);
  }
}

.navbar-top__container.until-christmas p {
  display: none;
}

@media (max-width: 767.98px) {
  .navbar-top__container {
    padding: 14px 7px;
  }

  .navbar-top__container p {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
  }
}

.navbar-top__container p {
  text-transform: uppercase;
}

.navbar-top.sc-navbar-light {
  background: rgba(74, 74, 74, 0.1);
}

.navbar-top.sc-navbar-light .navbar-top__container p {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4A4A4A !important;
}

@media (max-width: 767.98px) {
  .navbar-top.sc-navbar-light .navbar-top__container p {
    font-size: 14px;
  }
}

.search-companies__container {
  margin-top: 40px;
}

.search-companies__container .input-group {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto !important;
  box-shadow: none;
}

.search-companies__container .input-group .form-control {
  font-size: 14px;
  font-weight: 500;
  color: #9B9B9B;
}

.search-companies__container .input-group .form-control:focus,
.search-companies__container .input-group .form-control:active {
  border-color: #EEEEEE !important;
}

@media (max-width: 767.98px) {
  .search-companies__container {
    margin-top: 0 !important;
  }
}

.search-companies__container .form-control {
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-right: none;
  padding-left: 8px;
}

.search-companies__container .input-group-prepend {
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EEEEEE;
  color: #9B9B9B;
  border-radius: 0;
}

.search-companies__container .list-group {
  max-height: 220px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media (max-width: 767.98px) {
  .search-companies__container .list-group {
    max-height: 80vh;
  }
}

.search-companies__container .list-group .list-group-item {
  border: none;
  border-radius: 0;
}

.search-companies__container .list-group .list-group-item:first-child {
  padding-top: 0;
}

.search-companies__container .list-group .list-group-item p {
  color: rgba(74, 74, 74, 0.9);
}

.search-companies__container .list-group .list-group-item span {
  color: #7B7B7B;
}

.search-companies__container .list-group .list-group-item__icon-company {
  padding-left: 30px;
  background-image: url(/images/icon-company-list.svg?eaefef1b09693b35d94d2b00a6658f73);
  background-repeat: no-repeat;
  background-position: left 3px;
}

.search-companies__container .list-group::-webkit-scrollbar {
  width: 4px;
}

.search-companies__container .list-group::-webkit-scrollbar-track {
  background: #fff;
}

.search-companies__container .list-group::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 5px;
}

.search-companies__container .list-group::-webkit-scrollbar-thumb:hover {
  background: #4A4A4A;
}

#searchCompanyFormModal .modal-dialog {
  height: 100vh !important;
}

#searchCompanyFormModal .modal-dialog .modal-header {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(74, 74, 74, 0.1);
          box-shadow: 0px 2px 4px rgba(74, 74, 74, 0.1);
  z-index: 1050;
}

#searchCompanyFormModal .modal-dialog .modal-body {
  padding-top: 80px;
}

.icon-mobile__login {
  background-repeat: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/images/icon-login.svg?7bc889d02ba80f01d40eea4421095d1d);
}

.icon-mobile__company {
  background-repeat: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/images/company-icon.svg?4a9d474b853ed4d83bbe06f62aca54f8);
}

.icon-mobile__sportman {
  background-repeat: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/images/sportman-icon.svg?9a3026ef2b2a9032f1bfeff61136ad03);
}

#navbarTogglerMenu .modal-dialog {
  height: 100vh !important;
}

#navbarTogglerMenu .modal-dialog .modal-header .close {
  right: auto;
}

form.dropdown-item {
  color: #4A4A4A;
}

form.dropdown-item:hover {
  text-decoration: none;
  background-color: transparent !important;
}

form.dropdown-item:active {
  color: #4A4A4A;
  text-decoration: none;
  background-color: transparent !important;
}

form.dropdown-item .btn-link {
  font-size: 14px;
  color: #4A4A4A;
}

form.dropdown-item .btn-link:hover {
  text-decoration: none;
  background-color: transparent !important;
}

form.dropdown-item .btn-link:active {
  color: #4A4A4A;
  background-color: transparent !important;
}

.dropdown-profile-menu {
  left: 0;
  top: 75px;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  border: none;
}

.dropdown-profile-menu .dropdown-item {
  white-space: normal !important;
}

.orangogo-custom-selector {
  position: relative;
  font-size: 14px;
}

.orangogo-custom-selector__input {
  padding: 5px 20px 5px 10px;
  border: 1px solid #9C9C9C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.orangogo-custom-selector__input i {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orangogo-custom-selector__input--empty {
  color: #e7e7e7;
}

.orangogo-custom-selector__list {
  position: absolute;
  background-color: white;
  width: 100%;
  top: 33px;
  border: 1px solid #9C9C9C;
  border-top: 0;
  padding: 10px;
  z-index: 100;
  margin: 0;
  list-style: none;
}

.orangogo-custom-selector__list__item {
  padding: 4px 0;
  border-top: 2px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.orangogo-custom-selector__list__item:first-child {
  border-top-width: 0;
}

.orangogo-custom-selector__list__item i {
  margin-right: 10px;
  color: #FD6E00;
}

.flex-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.orangogo-checkbox {
  min-height: unset;
}

.orangogo-checkbox input + .custom-control-label {
  text-transform: none;
  font-size: 13px;
}

.orangogo-checkbox input + .custom-control-label:before {
  border: 1px solid #17BEBB;
  margin-top: -2px;
}

.orangogo-checkbox input + .custom-control-label:after {
  margin-top: -2px;
}

.orangogo-checkbox input:not(:checked) + .custom-control-label:before {
  background-color: transparent;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.page-link {
  margin: 0 3px;
  border-radius: 3px;
}

.sport-tag-container {
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-bottom: 1px;
  max-width: 100px;
  font-size: 12px;
}

.sport-tag-container__tag {
  width: auto;
}

@media (max-width: 768px) {
  .sport-tag-container {
    max-width: 100px;
  }
}

.accept-payment-badge {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 40px !important;
}

.course-invite-logo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65px !important;
}

.recipient-tag {
  font-size: 14px;
  margin-top: 5px;
  background: #eeeeee;
  border-radius: 10px;
  display: inline-block;
}

.disability-tag {
  background-color: #17BEBB;
  opacity: 0.8;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 7px;
}

.badge-grey {
  background-color: #eeeeee;
  color: #4a4a4a;
}

.badge-green {
  background-color: #DFF0D8;
  color: #43894E;
}

.vdp-datepicker__calendar {
  right: 0;
  left: 0;
}

.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.course-badge-info {
  background-color: #EEEEEE !important;
  color: #9C9C9C;
  font-weight: 600;
}

.course-badge-info__blank {
  color: #9C9C9C;
  border: 1px solid #EEEEEE;
  background-color: white !important;
}

.badge {
  font-weight: 500;
  line-height: 18px;
  font-size: 12px;
  /*text-transform: uppercase;*/
}

.badge-notification {
  min-height: 22px;
  min-width: 24px;
}

@media (max-width: 767.98px) {
  .badge-notification {
    font-size: 16px !important;
  }
}

/*-------Sports Clubs ---------*/

.hero-box .vue-tags-input input:focus .vue-tags-input {
  border-color: #80bdff !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5) !important;
}

.hero-box .input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.hero-box .vue-tags-input[data-v-0c0b1017] {
  width: 100vh !important;
  max-width: none !important;
}

.hero-box .autocomplete[data-v-0c0b1017] {
  width: 93% !important;
}

.hero-box .form-control {
  width: 100% !important;
}

.hero-box .input[data-v-0c0b1017] {
  border: none !important;
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  min-width: 100% !important;
}

.hero-box .vue-tags-input {
  width: 100%;
  border-radius: 5px;
}

.hero-box .modal-steps--box {
  margin-top: 30%;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.hero-box .modal-steps--box p {
  font-size: 0.7rem;
}

.hero-box .modal-box--button {
  background-image: -webkit-gradient(linear, left top, right top, from(#346ae4), color-stop(#3678ec), color-stop(#3c86f2), color-stop(#4694f9), to(#52a1fe));
  background-image: linear-gradient(to right, #346ae4, #3678ec, #3c86f2, #4694f9, #52a1fe);
  color: #fff;
  border-color: white;
  width: 70%;
}

.hero-box .modal-box--back__button {
  background: none;
  border: none;
  color: #FD6E00;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.hero-box .modal-box--button:disabled {
  color: #606060;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7e7e7), color-stop(#e7e7e7), color-stop(#e7e7e7), color-stop(#e7e7e7), to(#e7e7e7));
  background-image: linear-gradient(to right, #e7e7e7, #e7e7e7, #e7e7e7, #e7e7e7, #e7e7e7);
  border-color: #E7E7E7;
  background-color: #E7E7E7;
  width: 70%;
}

.hero-box .modal-box--steps {
  text-align: center;
  max-width: 50vh;
}

.hero-box .modal-box--steps h2 {
  margin-bottom: 2rem;
}

.hero-box .modal-box {
  float: right;
}

.hero-box .mauto {
  margin: auto;
  margin-right: 10%;
  min-width: 80%;
}

.hero-box .card-subText {
  text-transform: uppercase;
  color: #FD6E00;
}

.hero-box .modal-steps--bar {
  height: 2px;
  margin-top: 25%;
  margin-left: auto;
  max-width: 70%;
  margin-right: auto;
}

.hero-box .progress-bar {
  background-color: white;
  height: 5px;
  position: absolute;
  margin-top: -1px;
  border-radius: 5px;
}

.hero-box .modal-content--minW {
  min-width: 115vh;
  margin-top: 20% !important;
  min-height: 65vh;
  margin-left: 25%;
}

.hero-box .modal-dialog {
  margin-top: -2rem !important;
}

.hero-box .modal-content {
  margin-top: 15%;
}

.hero-box #exampleModal {
  background-color: #000;
}

.hero-box .modal-steps {
  float: left;
  position: absolute;
  min-width: 50%;
  background-color: #007bff;
  border-radius: 5px;
  z-index: 2;
  left: -15%;
  top: -10vh;
  color: white;
  min-height: 85vh;
}

.hero-box .modalstepsNone {
  display: none;
}

.hero-box .steps1::after {
  content: "\F118" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  margin-top: 15px;
  font-size: 0.9rem;
  color: white;
  right: 60px;
}

.hero-box .modal-steps--bar::after {
  content: "\F52E   \F118";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  margin-top: 15px;
  font-size: 0.9rem;
  color: white;
  right: 60px;
}

.hero-box .monkyIcon {
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  margin-top: 20px;
  font-size: 0.95rem;
  width: 0px;
  color: white;
  margin-top: 25px;
  margin-left: 20px;
}

.hero-box .fa-map-marker-alt {
  color: white;
}

.hero-box .selectedBtn button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
}

.hero-box .selectedBtn {
  width: 100%;
  position: absolute;
  left: 0;
}

.hero-box .selectedIcon {
  width: 45px;
}

.hero-box .card-selectedInfo {
  padding-top: 2rem;
}

.hero-box .card-sportType {
  color: #17BEBB;
}

.hero-box .card-numPeople {
  font-weight: bold;
  font-size: 3rem;
}

.hero-box .card-sportImg {
  width: 40%;
  float: left;
  padding: 15px 0;
}

.hero-box .locationASD-place:hover {
  text-decoration: none;
  color: #17BEBB;
}

.hero-box .card-hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.hero-box .input-group-text {
  border-color: #17BEBB;
}

.hero-box .locationASD {
  font-weight: 600;
  color: #4A4A4A;
}

.hero-box .custom-select {
  background-size: 40px 20px;
  border-color: #17BEBB;
  height: 60px;
}

.hero-box .input-group-text {
  background-color: #fff;
}

.hero-box .card-text {
  font-weight: bold;
  font-size: 0.8rem;
}

.hero-box .card-title {
  font-weight: bold;
}

.hero-box .card {
  border: none;
}

.hero-box .hero-box--jum {
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-image: url(/images/landing/form-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 83vh;
}

.hero-box .jumbotron-text {
  color: #fff;
}

.hero-box .fa-map-marker-alt {
  color: #17BEBB;
}

.hero-box .orango-btn {
  background-color: #f4812e;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 10px 15px;
  font-weight: 600;
}

.hero-box .scroll-box--text {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.7rem;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-writing-mode: lr-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 46px;
  left: 0;
  color: #c3c3c3;
}

.hero-box .scroll-text span {
  margin-left: 5px;
}

.company-form-container {
  margin: auto;
  max-width: 430px;
}

.company-form-container .form-group input {
  border-color: transparent;
  border-radius: 5px;
  width: 100%;
  min-height: 60px;
  padding-left: 45px;
}

.company-form-container button {
  border: none;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 1600px) {
  .hero-box .scroll-text span {
    margin-right: -5rem;
  }
}

.hero-box .dot {
  height: 25px;
  width: 25px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-top: -5px;
}

@-webkit-keyframes jump {
  100% {
    left: 0;
  }

  50% {
    left: -18px;
  }

  0% {
    left: 0;
  }
}

@keyframes jump {
  100% {
    left: 0;
  }

  50% {
    left: -18px;
  }

  0% {
    left: 0;
  }
}

.hero-box #arrow-down {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-animation: jump 5s infinite;
          animation: jump 5s infinite;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: -5px;
}

.review-container .user-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #f1f1f1;
  width: 54px;
}

/*-------Contact Form---------*/

.registration-progress {
  height: 5px;
  border-radius: 0;
}

.registrations-steps--info {
  padding-top: 10vh;
  background-color: #eeeeee;
  height: auto;
  border-left: 2px solid #e7e7e7;
}

@media (max-width: 768px) {
  .registrations-steps--info {
    display: none;
  }
}

.registrations-steps--info__text-container {
  position: relative;
  width: 25rem;
  /*margin-left: 5rem;*/
}

.registrations-steps--info__text-container p {
  font-size: 14px;
}

.registrations-steps--info__video-container {
  margin-bottom: 5rem;
}

.registrations-steps--info__video-container iframe {
  -webkit-box-shadow: 0px 0px 55px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 55px -16px rgba(0, 0, 0, 0.75);
}

.registrations-steps--box__small-label-left {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .registrations-steps--box__small-label-left {
    margin-right: 0.7rem;
  }
}

#sport-select > div {
  padding: 0.6rem;
  position: relative;
}

#sport-select .clear {
  bottom: 18px;
}

#sport-select .open-indicator {
  bottom: 14px;
}

.registrations-steps--box__small-label-center {
  margin: 0 1.5rem 0 0;
}

@media (max-width: 768px) {
  .registrations-steps--box__small-label-center {
    margin: 0 1.5rem 0 0;
  }
}

@media (max-width: 768px) {
  .registrations-steps--box__form-container__small-input {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .registrations-steps--box__form-container__days-time-container {
    margin-top: 20px;
  }
}

.d-flex .registrations-steps--box__global-hour-container .main-panel-picker {
  width: 100%;
}

.registrations-steps--box__day-hour-container {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .registrations-steps--box__day-hour-container {
    border-top: 1px solid lightgray;
    padding: 2rem 0;
    margin-top: 0;
  }
}

.registrations-steps--box__day-hour-container .course-day-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registrations-steps--box__day-hour-container .main-panel-picker {
  width: 40%;
  position: relative;
}

@media (max-width: 768px) {
  .registrations-steps--box__day-hour-container .main-panel-picker {
    width: 35%;
  }
}

.timepicker__content {
  padding: 10px 0 !important;
}

@media (max-width: 768px) {
  .timepicker__content .timepicker__middleline input {
    border: 1px solid #eeeeee;
    width: 40% !important;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .timepicker__content .timepicker__column {
    width: 40% !important;
  }
}

@media (max-width: 768px) {
  .registrations-steps--box__input-day-hour {
    width: 100%;
  }
}

.registrations-steps--info h3 {
  font-size: 1.2rem;
}

.registrations-steps--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding-top: 10vh;
  height: auto;
}

@media (max-width: 768px) {
  .registrations-steps--box {
    padding-top: 3rem;
  }
}

.registrations-steps--box__form-container {
  width: 30rem;
  /* max-width: 30rem;
   min-width: 25rem;*/
}

@media (max-width: 768px) {
  .registrations-steps--box__form-container {
    min-width: 20rem;
  }
}

.registrations-steps--box__form-container #selectCourseSport span {
  width: 100% !important;
}

.registrations-steps--box__form-container #selectCourseSport span .select2-selection--single {
  border: 1px solid #17BEBB !important;
  width: 100% !important;
}

.registrations-steps--box__form-container #selectCourseSport span .select2-selection--single .select2-selection__arrow b {
  left: 97% !important;
}

.registrations-steps--box__form-container .pull-right {
  margin-left: 13rem;
}

@media (max-width: 768px) {
  .registrations-steps--box__form-container .pull-right {
    margin-left: 0;
  }
}

.registrations-steps--box legend {
  font-size: 1.125rem;
  font-weight: bold;
}

.registrations-steps--box button:disabled {
  background-color: #eeeeee;
}

/*.registrations-steps .row {
  height: auto;
  min-height: 99vh;
}*/

/*.registrations-steps {
  height: 99vh;
}*/

.registrations-steps--box__input-field-long {
  height: 3.75rem;
  width: 100%;
}

.registrations-steps--box__input-field-short {
  height: 3.75rem;
}

.registrations-steps--box .vdp-datepicker input {
  height: 3.75rem;
  width: 68%;
}

.registrations-steps--box__nav-button-container {
  position: absolute;
  width: 60%;
  bottom: 9rem;
}

.input-group-text {
  background-color: #ffffff !important;
  border: none !important;
  height: 3.75rem;
  border-radius: unset;
}

@media (max-width: 768px) {
  .registrations-steps--box__sell-mode-button {
    width: 50%;
  }
}

.registrations-steps--box__form-container__nav-button {
  width: 175px;
}

@media (max-width: 768px) {
  .registrations-steps--box__form-container__nav-button {
    width: 120px;
    height: 50px;
  }
}

/*-------Forms---------*/

.form-control {
  height: auto !important;
}

.form-control.is-invalid {
  border-color: #DC3545 !important;
}

.is-danger {
  border-color: #DC3545 !important;
}

.is-danger input[type="text"] {
  border: 1px solid #DC3545 !important;
}

.form-input {
  border-color: #17BEBB;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
  bottom: 0;
  color: #17BEBB !important;
}

.has-feedback .form-control {
  padding-left: 40px;
}

.v-select .dropdown-toggle {
  border: 1px solid #17BEBB !important;
}

.form-solid-border {
  border: 2px solid #17BEBB;
}

.form-dashed-border {
  border: 2px dashed #17BEBB;
}

.form-datepicker input[type="text"] {
  border: 1px solid #17BEBB;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  width: 100%;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-datepicker input[type="text"]:disabled {
  border: 1px solid #e7e7e7;
}

.form-timepicker {
  margin-right: 40px;
}

.form-timepicker-border input[type="text"] {
  border: 1px solid #17BEBB !important;
}

.time-picker {
  font-family: inherit !important;
}

.time-picker input.display-time {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 0.9rem !important;
  line-height: 1.6;
  height: 4em !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-next-button {
  background-color: #FD6E00 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.custom-select {
  border-color: #eeeeee;
}

.custom-select:disabled {
  border-color: #e7e7e7;
}

.form-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  margin-bottom: 1rem;
}

.form-day-box {
  margin-bottom: 2rem;
}

.form-day-box input {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}

.form-day-box label {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 100px;
  border: 1px solid #17BEBB;
  padding: 8px 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.form-day-box input[type=checkbox]:checked + label {
  background: #17BEBB;
  color: white;
}

.form-day-box-fill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  border: 1px solid #17BEBB;
  padding: 8px 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
  margin-right: 1rem;
  text-align: center;
}

.form-day-box-button {
  cursor: pointer;
  background: white !important;
  color: #17BEBB;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  border: 1px solid #17BEBB;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.form-day-box-button.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6)) !important;
  background: linear-gradient(#17BEBB, #7DCFB6) !important;
  color: white !important;
}

.form-day-box-button + .form-day-box-button {
  margin-left: 0.5rem;
}

.form-button-rounded {
  border: 1px solid #17BEBB !important;
  color: #17BEBB !important;
  background-color: white !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.60rem 2rem;
}

.form-button-rect {
  border: 1px solid #17BEBB;
  color: #17BEBB !important;
  background-color: white !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 0px;
  font-weight: bold;
}

.form-button-selected {
  border: 1px solid #17BEBB;
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
  color: white !important;
}

.form-image-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
}

.form-image-preview-small {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.form-image-preview-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 150px;
}

.file-upload-form {
  display: inline-block;
  cursor: pointer;
}

.form-photo-text {
  font-size: 8pt;
}

form-photo-text-large {
  font-size: 16pt;
}

.form-group-disabled {
  opacity: 0.3;
}

.form-plus-icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.form-plus-icon:hover {
  color: #FD6E00;
}

.vue-tags-input .input {
  border: 1px solid #17BEBB !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.vue-tags-input .tag {
  background-color: #17BEBB !important;
}

.form-gallery-item {
  margin: 1rem;
  float: left;
}

.registrations-steps__icon-email {
  position: absolute;
  bottom: 20px;
  right: -40px;
}

.registrations-steps .form-group .row {
  height: auto;
}

.registrations-steps .form-group .form-gallery .row {
  margin-bottom: 6.3rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-button-right-margin {
  margin: 0 10px;
}

.form-button-level {
  margin: 0.4rem;
  height: 3rem;
  max-width: 30%;
}

@media (max-width: 768px) {
  .form-button-level {
    margin: 0.3rem 0;
    max-width: 100%;
  }
}

/*-------Company Dashboard---------*/

.course-image {
  max-width: 100%;
  min-height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

.company-dashboard__course-address {
  font-size: 12px;
}

.company-icon {
  font-size: 14px;
  color: #FD6E00;
}

.company-remove-icon {
  cursor: pointer;
  color: #DC3545;
  font-size: 13pt;
}

.cursor-pointer {
  cursor: pointer;
}

.company-day {
  display: inline-block;
  color: grey;
  width: 30px;
  height: 30px;
  padding: 1px 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: 0.2rem;
  font-weight: bold;
}

.company-day-active {
  border-radius: 50%;
  border: 2px solid #F49C2E;
  color: black;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-bottom: -2px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FD6E00;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.dashboard-alerts {
  position: fixed !important;
  top: 30px;
  right: 20px;
  z-index: 999999;
}

.company-dashboard a {
  text-decoration: none;
  color: #000;
}

.company-dashboard__file-upload input {
  padding: 10px;
}

#selectCourseSport span {
  width: 100% !important;
}

#selectCourseSport span .select2-selection--single {
  border: 1px solid #17BEBB !important;
  width: 100% !important;
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#selectCourseSport span .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}

#selectCourseSport span .select2-selection--single .select2-selection__arrow b {
  left: 97% !important;
}

.form-input .form-control {
  width: unset;
}

#country_picker ul {
  z-index: 1;
}

#reservation_country_picker ul {
  z-index: 1;
}

.company-widget__container {
  background-image: url(/images/shutterstock.png?a1a1ce36fb311748be5f3dcf1f854a14);
  background-repeat: no-repeat;
  background-position: top right 50px;
  background-size: 25%;
}

.company-widget__container.with-banner {
  padding-top: 80px !important;
}

.company-widget__container .widget-button__create {
  text-align: left;
}

@media (max-width: 767.98px) {
  .company-widget__container .widget-button__create {
    text-align: center !important;
  }
}

.company-widget__container .widget--button__copy {
  text-align: right;
}

@media (max-width: 767.98px) {
  .company-widget__container .widget--button__copy {
    text-align: center !important;
  }
}

.company-widget__container .widget--button__copy button {
  color: #FD6E00;
}

@media (max-width: 767.98px) {
  .company-widget__container .widget--media p {
    display: block;
    margin-top: 10px !important;
    padding-left: 0 !important;
    clear: both;
  }
}

.company-widget__container .widget--media + .widget--media {
  margin-top: 20px;
}

.company-widget__container .icon {
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 140px;
  min-height: 100px;
}

@media (max-width: 767.98px) {
  .company-widget__container .icon {
    min-height: 64px !important;
    background-size: 64px !important;
    padding-left: 104px !important;
  }
}

.company-widget__container .icon.icon--save-time {
  background-image: url(/images/01.png?36d2b8c49cdf2e2b428a9ef17f5efd7b);
}

.company-widget__container .icon.icon--easy-install {
  background-image: url(/images/02.png?ace8164100fd46dfbe3fc135da45d818);
}

.company-widget__container .icon.icon--save-amount {
  background-image: url(/images/03.png?689983ab8b5746ee7fc5fec5e971af4f);
}

.company-widget__container .icon.icon--secure {
  background-image: url(/images/04.png?5e0e99192304c731fe5d64cff88cdc0d);
}

.company-widget__container .widget_preview--alert a {
  padding-top: 9px;
}

.company-widget__container .widget_preview--alert a:hover {
  color: #fff !important;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  padding-left: 20px;
}

.icon.icon--run {
  background-image: url(/images/run.svg?7da7b18a35bdf6764b2ef664484bc397);
}

.icon.icon--white-check {
  width: 33px;
  height: 33px;
  background-image: url(/images/white-check.svg?867096e8828faad13a5cb147a941e5a0);
}

.icon.icon--run-dark {
  background-image: url(/images/run-dark.svg?579ac9471dc6daca2adff0217431bf42);
}

#hubspot-messages-iframe-container {
  z-index: 2015 !important;
}

.modal-unbounce__container {
  padding-right: 0 !important;
}

.modal-unbounce__container .modal-dialog {
  max-width: 970px;
}

.modal-unbounce__container .modal-dialog .modal-content {
  padding: 30px 30px 25px 30px;
}

.modal-unbounce__container .modal-dialog .modal-content .text-success {
  color: #25AE88 !important;
}

.modal-unbounce__container .modal-dialog .modal-content .modal-header {
  position: relative;
}

.modal-unbounce__container .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 34px;
  line-height: 38px;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-header {
    letter-spacing: -0.3px;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body {
  padding-top: 25px;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body {
    padding-top: 0;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .modal-subtitle {
  line-height: 20px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body .modal-subtitle {
    font-size: 14px;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container .form-group {
  position: relative;
  padding-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container .form-group__input-container {
    right: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container .form-group {
    padding-bottom: 6rem;
  }

  .modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container .form-group:last-child {
    padding-bottom: 6.5rem !important;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container ul li + li {
  margin-top: 40px;
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container:first-child:after {
  content: url(/images/unbounce-bg.svg?0859216c41685e8a4da11f576c372389);
  position: absolute;
  right: 0;
  top: -20px;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__container:first-child:after {
    margin: -15px auto !important;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    position: relative;
    bottom: 0;
    top: auto;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__form-group .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__form-group .form-group .form-control {
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-step__form-group .form-group .form-control {
    max-width: 100% !important;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-subtitle__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .modal-body .unbounce-subtitle__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content {
    padding: 30px 15px;
  }
}

.modal-unbounce__container .modal-dialog .modal-content mark {
  background-color: transparent !important;
  color: rgba(23, 190, 187, 0.9);
  font-weight: bold;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__border-right {
  border-right: 1px solid rgba(189, 189, 189, 0.5);
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__border-right {
    border-right: none;
  }
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__container {
    width: 100%;
  }

  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__container p {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__container + .unbounce-item__container {
    margin-top: 20px;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__icon-send:after {
  content: url(/images/unbounce-send.svg?0c469ab75367f80b5108f6108cf27f99);
  position: absolute;
  right: 5%;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__icon-send:after {
    position: relative;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    position: relative;
    bottom: 0;
    top: auto;
    text-align: right;
    margin-left: auto;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__label-email:before {
  content: url(/images/unbounce-email.svg?9a6f173cee86ce034f8f67e8ed004747);
  min-width: 75px;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__label-sms:before {
  content: url(/images/unbounce-sms.svg?41148982979973e75c37ba454c7d5ee7);
  min-width: 75px;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__sportman {
  background-image: url(/images/unbounce-sportman.svg?a1b2551b23e0f442d099e0c4f39f0f68);
  background-repeat: no-repeat;
  padding-top: 170px;
  background-position: top center;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__sportman ul {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__sportman ul {
    font-size: 14px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__company {
  background-image: url(/images/unbounce-company.svg?dc995a95a0e5fbce661075d9759ac7bc);
  background-repeat: no-repeat;
  padding-top: 170px;
  background-position: top center;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__company p:first-child {
  font-size: 20px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__company p:first-child {
    font-size: 18px;
    line-height: 22px;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__company ul {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-item__company ul {
    font-size: 14px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__publish {
  background-image: url(/images/unbounce-publish.svg?9d884aad9fb9e369747a4f3ed75226f6);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 75px;
  min-height: 60px;
  margin-right: 20px;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-item__notify {
  background-image: url(/images/unbounce-notify.svg?45bc5f78207a0857357d8ba3075c5b07);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 75px;
  min-height: 60px;
  margin-right: 20px;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__footer .btn {
  position: absolute;
  right: 0;
  padding: 10px 45px;
  min-width: 30%;
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__footer .btn:not(:last-child) {
  left: 0;
  right: auto;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__footer .btn {
    position: relative;
    min-width: 45%;
    padding: 10px;
  }

  .modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__footer .btn:last-child {
    margin-left: auto;
  }
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__controls {
  color: rgba(74, 74, 74, 0.5);
}

.modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__controls span + span {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__controls span + span {
    margin-left: 4px;
  }
}

@media (max-width: 767.98px) {
  .modal-unbounce__container .modal-dialog .modal-content .unbounce-slider__controls {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 8px;
    top: -10px;
  }
}

.inactive-course-info {
  opacity: 0.4;
}

.duplicate_modal .form-group .v-select .form-control {
  min-height: 35px;
}

.duplicate_modal .form-group .v-select .dropdown-toggle {
  padding: 0;
  font-size: 16px;
}

.duplicate_modal .form-group .v-select .dropdown-toggle .selected-tag {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header-text {
  background-color: #17BEBB;
  border-radius: 8px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  color: white;
}

.modal-backdrop {
  z-index: 1060;
}

.modal-open .modal,
.modal.fade {
  z-index: 1080 !important;
}

.modal-accept__reservation .modal-content {
  min-width: 580px;
  padding: 40px 25px 25px;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation .modal-content {
    padding: 40px 15px 15px;
    min-width: 100%;
  }
}

.modal-accept__reservation .modal-content .reservation-accepted h3 {
  color: rgba(74, 74, 74, 0.9);
  letter-spacing: -0.5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
}

.modal-accept__reservation .modal-content .reservation-accepted .text-muted {
  line-height: 25px;
}

.modal-accept__reservation .modal-content .reservation-accepted strong {
  color: #7B7B7B;
}

.modal-accept__reservation .modal-content .reservation-more-infos h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.modal-accept__reservation .modal-content .reservation-more-infos .btn-primary {
  padding: 15px 25px;
  font-weight: 600;
}

.modal-accept__reservation .modal-content .reservation-more-infos .form-group h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation .modal-content .reservation-more-infos .form-group h3 {
    font-size: 18px;
  }
}

.modal-accept__reservation .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-accept__reservation .modal-content .alert {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 8px;
  border: none;
  background-position: 20px center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation .modal-content .alert {
    display: block;
  }
}

.modal-accept__reservation .modal-content .alert h3 {
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation .modal-content .alert h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.modal-accept__reservation .modal-content .alert span {
  font-weight: normal;
  letter-spacing: -0.3px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation .modal-content .alert span {
    line-height: 16px;
  }
}

.modal-accept__reservation .modal-content .alert.alert-warning {
  background-color: rgba(253, 110, 0, 0.1) !important;
  color: #FD6E00 !important;
  background-image: url(/images/info-circle-warning.svg?937265f7b5da205f77b5fe664da506d1);
}

.modal-accept__reservation .modal-content .alert.alert-danger {
  background-color: #FCEAEC !important;
  color: #DC3545 !important;
  background-image: url(/images/info-circle-danger.svg?f64a2594ffb7f78dba2eb4f507e48497);
}

.modal-accept__reservation .modal-content .alert.alert-info {
  background-color: rgba(23, 190, 187, 0.1) !important;
  color: #17BEBB !important;
  background-image: url(/images/info-circle.svg?1fa5065ef32418c961e736ce262e85f9);
}

.modal-accept__reservation .modal-content .form-group label {
  line-height: 25px;
  color: #7B7B7B;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation .modal-content .form-group label {
    line-height: 16px;
    font-size: 14px;
  }
}

.modal-accept__reservation-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .modal-accept__reservation-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.popover {
  min-width: 150px !important;
  max-width: 150px !important;
}

.tag-orangogo {
  background-color: #17BEBB;
  border-radius: 8px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  color: white;
}

.tags-orangogo {
  background-color: #6BD5D3;
  border-radius: 8px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  color: white;
}

.header-text-mobile {
  background-color: #17BEBB;
  border-radius: 8px;
  color: white;
}

.medals {
  font-size: 36px;
}

#home-dashboard .owl-carousel .owl-item img {
  width: 70px !important;
}

.dashboard-images {
  position: absolute;
  padding: 70px 0px 0px 70px;
  margin-left: 20% !important;
}

.dashboard-images img {
  width: 70px !important;
}

.dashboard-images-tablet {
  position: absolute;
  padding: 60px 0px 0px 120px;
  margin-left: 20% !important;
}

.dashboard-images-mobile {
  position: absolute;
  padding: 60px 0px 0px 70px;
  margin-left: 20% !important;
}

.dashboard-images-mobile img {
  width: 70px !important;
}

.desktop-dashboard-image {
  margin-left: 50px;
}

.desktop-dashboard-image-text {
  margin-left: 50px;
  margin-top: 8px;
}

.santa-image {
  border-radius: 8px;
  background-repeat: no-repeat;
  background-color: white;
  width: 90%;
  background-size: 100% 100%;
  background-position: center;
}

.santa-image-mobile {
  background-repeat: no-repeat;
  background-color: white;
  width: 90%;
  background-size: 120%;
  background-position: center;
  height: 160px;
  border-radius: 15px;
}

.text-color-white {
  color: white;
}

.santa-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  -webkit-box-shadow: 0 0.125rem 0.25rem #4a4a4a !important;
          box-shadow: 0 0.125rem 0.25rem #4a4a4a !important;
}

.red-block {
  background-color: #D0021B;
  border-radius: 8px;
}

.visualizations {
  position: absolute;
  bottom: 5px;
}

.font-108 {
  font-size: 118px;
}

.dots {
  font-size: 30px;
  color: rgba(156, 156, 156, 0.33);
  position: absolute;
  padding-top: 82px;
  margin-left: 18%;
}

.dots-mobile {
  font-size: 30px;
  color: rgba(156, 156, 156, 0.33);
  position: absolute;
  padding-top: 73px;
  margin-left: 18%;
}

.dots-tablet {
  font-size: 30px;
  color: rgba(156, 156, 156, 0.33);
  position: absolute;
  padding-top: 92px;
  margin-left: 33%;
}

.dashboard-page__events {
  background-color: #f2f2f2;
  padding: 40px;
  min-height: 100vh !important;
}

.dashboard-page__events.with-banner {
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  .dashboard-page__events {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.dashboard-page__events__explanation {
  border: 1px solid rgba(253, 110, 0, 0.5);
  border-radius: 10px;
  padding: 25px 40px;
  background: #fff;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation {
    padding: 25px 15px;
  }
}

.dashboard-page__events__explanation-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dashboard-page__events__explanation-header h1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.dashboard-page__events__explanation-header h1 span {
  font-size: 16px;
  line-height: 22px;
}

.dashboard-page__events__explanation-header h1 span:first-child {
  font-weight: 600;
  font-size: 34px;
  line-height: 38px;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-header h1 span:first-child {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-header h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-bottom: 15px !important;
  }
}

.dashboard-page__events__explanation-header .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dashboard-page__events__explanation-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dashboard-page__events__explanation-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-content__item + .dashboard-page__events__explanation-content__item {
    margin-top: 24px;
  }
}

.dashboard-page__events__explanation-content__item-icon {
  display: block;
  width: 100px;
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  background-repeat: no-repeat;
}

.dashboard-page__events__explanation-content__item-icon.icon-calendar {
  background-image: url(/images/calendar.svg?b81fb4f2e4a696808e0520de8e81a98a);
}

.dashboard-page__events__explanation-content__item-icon.icon-program {
  background-image: url(/images/program.svg?bcdada1a33e3bae0a21a5fdbb4299a5a);
}

.dashboard-page__events__explanation-content__item-icon.icon-partecipants {
  background-image: url(/images/partecipants.svg?00777ee969433855ee9aa4b14f4d6bc0);
}

.dashboard-page__events__explanation-content__item-text {
  max-width: 180px;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-content__item-text {
    max-width: 160px;
  }
}

.dashboard-page__events__explanation-collapse .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #FD6E00;
}

.dashboard-page__events__explanation-collapse .card .card-header {
  border-bottom: none;
  padding-top: 1rem !important;
}

@media (max-width: 767.98px) {
  .dashboard-page__events__explanation-collapse .card .card-header .left-container {
    margin-top: 1rem;
  }
}

.dashboard-page__events__explanation-collapse .card ul {
  list-style: none;
  padding: 0;
}

.dashboard-page__events__explanation-collapse .card ul li {
  color: #9C9C9C;
}

.dashboard-page__events__explanation-collapse .card p {
  color: #9C9C9C;
  line-height: 22px;
}

.dashboard-page__events__explanation-collapse .card img {
  width: 60%;
  margin-bottom: 1rem;
}

.dashboard-page__summer_camps-banner-container {
  cursor: pointer;
  background-image: url(/images/sc-normal.gif?1333cca802d8be05f1e8b9b2c31fc457);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00cb2d;
  height: 152px;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .dashboard-page__summer_camps-banner-container {
    background-image: url(/images/sc-mobile.gif?ca4cd0e107e5e1223c217a9d6e7f9c07);
  }
}

.dashboard-page__courses-banner-container {
  cursor: pointer;
  background-image: url(/images/c-normal.gif?63ad2085f48034f056597f4b029c0483);
  background-repeat: no-repeat;
  background-color: #17BEBB;
  height: 152px;
  background-size: contain;
  background-position: center;
}

@media (max-width: 767.98px) {
  .dashboard-page__courses-banner-container {
    background-image: url(/images/c-mobile.gif?321cd9378582eb294eb5120cd3e187b5);
  }
}

.dashboard-page--white-container {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 16px;
}

.dashboard-page__summer-camps {
  padding-top: 40px;
}

.dashboard-page__summer-camps.with-banner {
  padding-top: 80px;
}

.dashboard-page__summer-camps__banner {
  border-radius: 5px;
  border: 1px solid #DC3545;
  padding: 1rem 1.5rem;
}

.dashboard-page__summer-camps .summer-camps-cards-lists {
  margin-top: 40px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .trash-icon {
  background-image: url(/images/trash.svg?34effa8e1122bbebd8a1c915c3c46637);
  width: 17px;
  height: 22px;
  padding-left: 10px;
  display: inline-block;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .create-new-from {
  background-image: url(/images/create-new-from.svg?cf519409f91593cefce9e53318a7ad05);
  width: 17px;
  height: 17px;
  padding-left: 10px;
  display: inline-block;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .create-new-from:hover {
  background-image: url(/images/create-new-from-white.svg?41fad7ae1a5dca5da843d3a77a456b0a);
  width: 17px;
  height: 17px;
  padding-left: 10px;
  display: inline-block;
}

.dashboard-page__summer-camps .summer-camps-cards-lists h3 {
  line-height: 34px;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.dashboard-page__summer-camps .summer-camps-cards-lists h3 span {
  font-weight: 500;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container {
  border-radius: 5px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item {
  padding: 1rem 1rem 5px 1rem;
  border-radius: 5px;
  border: 1px solid #9C9C9C80;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
  background-color: #fff;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp__delete-button,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp__delete-button {
  position: absolute;
  right: 25px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item i:before,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item i:before {
  font-size: 1rem;
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item--border-top,
  .dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item--border-top {
    padding-top: 1rem;
    border-right: none !important;
    border-top: 1px solid #9C9C9C80;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item__company-info,
  .dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item__company-info {
    border-right: none;
  }
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item__company-info .recipient-tag,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item__company-info .recipient-tag {
  margin-right: 10px;
  padding: 0 15px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item__company-info .recipient-tag span,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item__company-info .recipient-tag span {
  white-space: nowrap;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item__visualization-section,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item__visualization-section {
  border-right: 1px solid #9C9C9C80;
}

@media (max-width: 991.98px) {
  .dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item__visualization-section,
  .dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item__visualization-section {
    border-right: none;
  }
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item__image,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  height: 65px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-name,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-name {
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-address,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-address {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-company-name,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-company-name {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-period,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-period {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-requests,
.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-views,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-requests,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-views {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-requests span,
.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .summer-camp-views span,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-requests span,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .summer-camp-views span {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.3px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .create-promotion-container,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .create-promotion-container {
  margin: auto 0;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .create-promotion-container img,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .create-promotion-container img {
  width: 13%;
  height: 30px;
  margin-right: 10px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .create-promotion-container .create-promotion-summer-camp,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .create-promotion-container .create-promotion-summer-camp {
  line-height: 19px;
  font-size: 14px;
  letter-spacing: -0.3px;
  font-weight: 300;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .create-promotion-container .create-promotion-summer-camp span,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .create-promotion-container .create-promotion-summer-camp span {
  font-weight: 400;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item button,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item button {
  font-size: 14px;
}

.dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .action,
.dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .dashboard-page__summer-camps .summer-camps-cards-lists .active-summer-camps-section .list-container .list-item .action,
  .dashboard-page__summer-camps .summer-camps-cards-lists .inactive-summer-camps-section .list-container .list-item .action {
    padding: 10px;
  }
}

.dashboard-page__summer-camps-actions button {
  min-width: 60px;
}

.dashboard-page__optimization-section .optimization-title {
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .dashboard-page__optimization-section .optimization-title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .dashboard-page__optimization-section a {
    margin-top: 10px;
  }
}

.dashboard-page__main-container {
  background-color: #f2f2f2;
  padding: 40px;
  min-height: 100vh !important;
}

.dashboard-page__main-container.with-banner {
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  .dashboard-page__main-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.dashboard-page__main-container__content {
  max-width: 1120px !important;
  margin: auto;
}

.dashboard-page__main-container .progress {
  background-color: #fff;
}

.dashboard-page__main-container .progress-bar {
  background-color: #FFC107;
}

.dashboard-page__section {
  margin-bottom: 1rem;
}

.dashboard-page__header-container {
  background: #fff;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .dashboard-page__header-container__company-edit-button-container a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .dashboard-page__header-container__company-edit-button-container img {
    width: 20px;
  }
}

.dashboard-page__header-container__company-logo-container .company-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .dashboard-page__header-container__company-info-container {
    text-align: center;
  }
}

.dashboard-page__header-container__company-info-container .company-name {
  font-weight: 500;
  line-height: 48px;
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .dashboard-page__header-container__company-info-container .company-name {
    margin-top: 5px;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: -0.3px;
  }
}

.dashboard-page__header-container__company-info-container .company-address {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: rgba(74, 74, 74, 0.75);
}

.dashboard-page__header-container__company-reviews-container .company-reviews-count {
  line-height: 32px;
  font-size: 21px;
  letter-spacing: -0.3px;
  color: rgba(74, 74, 74, 0.75);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .dashboard-page__header-container__company-reviews-container .company-reviews-count {
    font-size: 1rem;
    letter-spacing: -0.3px;
  }
}

.dashboard-page__header-container__company-reviews-container .company-courses-avg-score {
  font-weight: bold;
  line-height: 36px;
  font-size: 24px;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .dashboard-page__header-container__company-reviews-container .company-courses-avg-score {
    line-height: 27px;
    font-size: 18px;
    letter-spacing: -0.3px;
  }
}

.dashboard-page__home-container__banner-container span,
.dashboard-page__marketing-tools-container__banner-container span,
.dashboard-page__payments-subscribers-container__banner-container span {
  font-weight: 500;
}

.dashboard-page__home-container__actions-container__action,
.dashboard-page__marketing-tools-container__actions-container__action,
.dashboard-page__payments-subscribers-container__actions-container__action {
  min-height: 221px;
  cursor: pointer;
  border: 1px solid #9C9C9C80;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 1.6rem !important;
  padding: 1rem;
}

.dashboard-page__home-container__actions-container__action:hover,
.dashboard-page__marketing-tools-container__actions-container__action:hover,
.dashboard-page__payments-subscribers-container__actions-container__action:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .dashboard-page__home-container__actions-container__action,
  .dashboard-page__marketing-tools-container__actions-container__action,
  .dashboard-page__payments-subscribers-container__actions-container__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: unset;
  }
}

.dashboard-page__home-container__actions-container__action__image-container img,
.dashboard-page__marketing-tools-container__actions-container__action__image-container img,
.dashboard-page__payments-subscribers-container__actions-container__action__image-container img {
  width: 100%;
}

.dashboard-page__home-container__actions-container__action__text-container,
.dashboard-page__marketing-tools-container__actions-container__action__text-container,
.dashboard-page__payments-subscribers-container__actions-container__action__text-container {
  letter-spacing: -1px;
  max-width: 90%;
  font-weight: bold;
  line-height: 100%;
  font-size: 30px;
  color: #4A4A4A;
  padding: 0 !important;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .dashboard-page__home-container__actions-container__action__text-container,
  .dashboard-page__marketing-tools-container__actions-container__action__text-container,
  .dashboard-page__payments-subscribers-container__actions-container__action__text-container {
    padding: 0 1rem !important;
    font-size: 24px;
    margin-top: 0;
  }
}

.dashboard-page__my-courses-container {
  /*&__counters-container {
      display: flex;
      align-items: center;

      &__counter {
        @include media-breakpoint-down(sm) {
          text-align: center;
          margin-top: 16px;
        }
        .counter {
          padding: 10px 15px;
          line-height: 32px;
          font-size: 21px;
          letter-spacing: -0.3px;
          display: inline-block;
          border: 1px solid $gray-200;
          color: $dark;
          -webkit-border-radius: 9999px;
          -moz-border-radius: 9999px;
          border-radius: 9999px;
          span {
            font-weight: 500;
          }
          @include media-breakpoint-down(sm) {
            margin: 0 auto;
          }
        }
      }
    }*/
}

.dashboard-page__my-courses-container .counter {
  padding: 10px 15px;
  line-height: 32px;
  font-size: 21px;
  letter-spacing: -0.3px;
  border: 1px solid #9C9C9C80;
  color: #4A4A4A;
  border-radius: 50px;
}

.dashboard-page__my-courses-container .counter span {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .dashboard-page__my-courses-container .counter {
    margin: 0 auto;
  }
}

.dashboard-page__my-courses-container .courses-counter {
  background-color: #fff;
  white-space: nowrap;
}

.dashboard-page__my-courses-container .courses-counter.active {
  border: 1px solid #FD6E00;
  color: #FD6E00;
  background: rgba(253, 110, 0, 0.05);
}

.dashboard-page__my-courses-container .promotion-counter {
  background-color: #fff;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dashboard-page__my-courses-container .promotion-counter.active {
  border: 1px solid #17BEBB;
  color: #17BEBB;
  background: rgba(23, 190, 187, 0.05);
}

.dashboard-page__my-courses-container .promotion-counter img {
  height: 30px;
}

.dashboard-page__my-courses-container__courses-lists-container {
  margin-top: 40px;
}

.dashboard-page__my-courses-container__courses-lists-container h3 {
  line-height: 34px;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.dashboard-page__my-courses-container__courses-lists-container h3 span {
  font-weight: 500;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container {
  border-radius: 5px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item {
  padding: 1rem 1rem 5px 1rem;
  border-radius: 5px;
  border: 1px solid #9C9C9C80;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
  background-color: #fff;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item i:before {
  font-size: 1rem;
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .dashboard-page__my-courses-container__courses-lists-container .list-container .list-item--border-top {
    padding-top: 1rem;
    border-right: none !important;
    border-top: 1px solid #9C9C9C80;
    margin-bottom: 1rem;
  }
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__company-info {
  border-right: 1px solid #9C9C9C80;
}

@media (max-width: 991.98px) {
  .dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__company-info {
    border-right: none;
  }
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__company-info .recipient-tag {
  margin-right: 10px;
  padding: 0 15px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__company-info .recipient-tag span {
  white-space: nowrap;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__visualization-section {
  border-right: 1px solid #9C9C9C80;
}

@media (max-width: 991.98px) {
  .dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__visualization-section {
    border-right: none;
  }
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  height: 65px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-name {
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-address {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-company-name {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-requests,
.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-views {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-requests span,
.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .course-views span {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.3px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .create-promotion-container {
  margin: auto 0;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .create-promotion-container img {
  width: 13%;
  height: 30px;
  margin-right: 10px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .create-promotion-container .create-promotion-course {
  line-height: 19px;
  font-size: 14px;
  letter-spacing: -0.3px;
  font-weight: 300;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .create-promotion-container .create-promotion-course span {
  font-weight: 400;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item button {
  font-size: 14px;
}

.dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .dashboard-page__my-courses-container__courses-lists-container .list-container .list-item .action {
    padding: 10px;
  }
}

.dashboard-page__my-courses-container__courses-lists-container__inactive-courses-container .list-item {
  background-color: #fff;
}

.dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container {
  background: none;
  padding: 0;
  border: none;
}

.dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container .list-item-container {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container .list-item-container {
    padding: 0;
  }
}

.dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container .list-item-container .list-item {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container .list-item-container .list-item__promotion-company-info {
    border-right: none;
  }
}

.dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container .list-item-container .list-item__promotion-company-info .recipient-tag {
  margin-right: 10px;
  padding: 0 15px;
}

.dashboard-page__my-courses-container__courses-lists-container__promoted-courses-section .list-container .list-item-container .list-item__promotion-company-info .recipient-tag span {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .dashboard-page__no-courses-container h2 {
    font-size: 18px;
  }
}

.dashboard-page__no-courses-container img {
  width: 50%;
}

.dashboard-page__no-courses-container .btn {
  width: 278px;
}

@media (max-width: 767.98px) {
  .dashboard-page__no-courses-container .btn {
    width: 100% !important;
  }
}

.dashboard-page__marketing-services-courses__container h3 {
  letter-spacing: -0.3px;
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .dashboard-page__marketing-services-courses__container h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
}

.dashboard-page__marketing-services-container select {
  font-size: 16px;
}

.dashboard-page__marketing-services-container .marketing-service-container {
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}

.dashboard-page__marketing-services-container .marketing-service-container__middle-container span {
  font-size: 60px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .dashboard-page__marketing-services-container .marketing-service-container__middle-container span {
    font-size: 48px;
  }
}

.dashboard-page__marketing-services-container .marketing-service-container__right-container {
  text-align: center;
}

.dashboard-page__marketing-services-container .marketing-service-container__right-container #google-logo {
  width: 40%;
}

.dashboard-page__marketing-services-container .marketing-service-container__right-container #google-screen {
  width: 90%;
}

.dashboard-page__marketing-services-container .marketing-service-container__right-container #facebook-logo,
.dashboard-page__marketing-services-container .marketing-service-container__right-container #instagram-logo {
  width: 30%;
}

.dashboard-page__marketing-services-container .marketing-service-container__right-container #social-screen {
  width: 100%;
}

.dashboard-page__marketing-services-container .marketing-service-container__right-container .image-container {
  text-align: center;
}

.dashboard-page__marketing-services-container__cart-container {
  width: 75%;
}

.dashboard-page__marketing-services-container__cart-container .cart-item {
  padding-bottom: 15px;
}

.dashboard-page__marketing-services-container__cart-container .cart-item + .cart-item {
  padding-top: 15px;
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
}

.dashboard-page__marketing-services-container__cart-container .cart-item .cart-items__container .cart-item__actions .clickable {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .dashboard-page__marketing-services-container__cart-container .cart-item .cart-items__container .cart-item__actions .clickable {
    text-transform: uppercase;
    margin-right: 0;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .dashboard-page__marketing-services-container__cart-container .cart-item .cart-items__container .cart-item__actions p {
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {
  .dashboard-page__marketing-services-container__cart-container .cart-item .cart-items__container .cart-item__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.dashboard-page__marketing-services-container__cart-container .cart-item .cart-items__container + .cart-items__container {
  margin-top: 15px;
}

.dashboard-page__marketing-services-container .marketing-service__text {
  color: rgba(253, 110, 0, 0.9);
  line-height: 21px;
  font-size: 16px;
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown {
  background-color: #fff;
  border: 0.5px solid #eeeeee;
  border-radius: 4px;
  position: relative;
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown .custom-select {
  border: none !important;
  background-color: transparent !important;
}

@media (max-width: 767.98px) {
  .dashboard-page__marketing-services-container .marketing-service-course__dropdown .custom-select {
    height: inherit !important;
    min-height: 3.75rem !important;
  }
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown .marketing-service-course__dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
  z-index: 1050;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.375rem 0 0.375rem 0;
  top: 65px;
  background-color: #fff;
  border: 0.5px solid #BDBDBD;
  border-radius: 4px;
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown .marketing-service-course__dropdown-menu .dropdown-item__container {
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown .marketing-service-course__dropdown-menu .dropdown-item__container.active,
.dashboard-page__marketing-services-container .marketing-service-course__dropdown .marketing-service-course__dropdown-menu .dropdown-item__container:hover {
  background: rgba(23, 190, 187, 0.1);
  color: #17BEBB;
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown .marketing-service-course__dropdown-menu .dropdown-item__container.disabled {
  pointer-events: none;
  opacity: .65 !important;
}

.dashboard-page__marketing-services-container .marketing-service-course__dropdown .marketing-service-course__dropdown-menu .dropdown-item__container + .dropdown-item__container {
  margin-top: 5px;
}

.dashboard-page__validate-voucher__container {
  border: 1px solid #9C9C9C80;
  border-radius: 8px;
  width: 77%;
  background-color: #fff;
}

.dashboard-page__validate-voucher__container ol {
  padding-left: 20px;
}

.dashboard-page__validate-voucher__container ol li {
  padding-left: 20px;
  color: #7B7B7B;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .dashboard-page__validate-voucher__container {
    width: 100%;
  }
}

.dashboard-page #chooseCourseModal .dashboard-page__my-courses-container__courses-lists-container {
  margin-top: 0;
}

.dashboard-page #chooseCourseModal .modal-body.has-courses {
  max-height: 400px;
  overflow: auto;
}

.dashboard-page #chooseCourseModal .modal-body .list-container {
  padding: 0;
  border: none;
}

.dashboard-page #chooseCourseModal .modal-body .list-container .list-item:hover {
  border-color: #17BEBB;
}

.summer-camp-yearselect > div {
  display: inline-block;
  width: 200px;
}

.summer-camp-yearselect {
  display: inline-block;
  margin-bottom: 20px;
  border-left: 1px solid #aaa;
  border-top: 0px solid #fff;
  padding-top: 0px;
}

@media only screen and (max-width: 992px) {
  .summer-camp-yearselect {
    padding-top: 10px;
    border-top: 1px solid #aaa;
    border-left: 0px solid #fff;
  }
}

.banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 12px 0;
}

.banner.banner-primary {
  background: #17BEBB;
}

.banner p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}

.banner .btn-primary {
  background: #FFFFFF;
  border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
  letter-spacing: -0.03em;
  padding: 5px 19px;
}

.dashboard-page__sidebar-container {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

.dashboard-page__sidebar-container ul {
  list-style: none;
  width: 100%;
}

.dashboard-page__sidebar-container__items-list {
  padding: 0;
}

.dashboard-page__sidebar-container__items-list__sidebar-item {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.dashboard-page__sidebar-container__items-list__sidebar-item.active {
  background: rgba(23, 190, 187, 0.1);
  color: #17BEBB !important;
}

.dashboard-page__sidebar-container__items-list__sidebar-item.badge-new {
  padding-right: 10px;
}

.dashboard-page__sidebar-container__items-list__sidebar-item.badge-new:hover {
  background: rgba(23, 190, 187, 0.1);
  color: #17BEBB !important;
}

.dashboard-page__sidebar-container__items-list__sidebar-item.badge-new .menu-item {
  background-image: url(/images/badge-new.svg?ab6179c91279ace5750cb6228bac850e) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-color: transparent !important;
}

.dashboard-page__sidebar-container__items-list__sidebar-item:hover .menu-item {
  background: rgba(23, 190, 187, 0.1);
  color: #17BEBB !important;
}

.dashboard-page__sidebar-container__items-list__sidebar-item a {
  padding: 10px 0 10px 10px;
  display: block;
  height: 100%;
}

.dashboard-page__sidebar-container__items-list__sidebar-item a:hover {
  text-decoration: none;
}

.dashboard-page__sidebar-container__items-list__sidebar-item a.active {
  background: rgba(23, 190, 187, 0.1);
  color: #17BEBB !important;
}

.dashboard-page__sidebar-container__items-list__sidebar-item a.active.submenu-item {
  background: #fff;
}

.dashboard-page__sidebar-container__items-list__sidebar-item .menu-item {
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-page__sidebar-container__items-list__sidebar-item .menu-item i {
  font-size: 24px !important;
  margin-right: 5px;
}

.dashboard-page__sidebar-container__items-list__sidebar-item .menu-item.active {
  background: #f2f2f2;
  color: #17BEBB !important;
  border-left: 3px solid #17BEBB;
  font-weight: 500;
}

.dashboard-page__sidebar-container__items-list__sidebar-item .submenu-item {
  color: #4A4A4A;
}

.dashboard-page__sidebar-container__items-list__sidebar-item .submenu-item:hover {
  color: #17BEBB;
}

.reservation-box {
  width: 380px;
  letter-spacing: 0.4px;
  overflow: hidden;
}

.reservation-box .card-img-top {
  position: relative;
}

.reservation-box .card-img-top img {
  width: 100%;
}

.reservation-box__subscriptions-lessons-container__button {
  border: 2px solid #FD6E00;
  border-radius: 5px;
  max-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
}

.reservation-box__subscriptions-lessons-container__button .dismiss-image-btn {
  z-index: 1;
}

.reservation-box__subscriptions-lessons-container__button__text {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}

.reservation-box__subscriptions-lessons-container__button__price {
  background-color: #FD6E00;
  opacity: 0.8;
  color: #fff;
  font-size: 14px;
  width: 25%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
}

.reservation-box__image--placeholder {
  background-color: #7B7B7B;
  min-height: 160px;
}

.reservation-box__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.reservation-box__overlay__name {
  margin: 0;
  font-weight: 600;
}

.reservation-box__overlay__school {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
}

.reservation-box .card-body {
  padding: 20px;
}

.reservation-box .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
}

.reservation-box .card-body hr {
  border-top: 2px solid #eeeeee;
}

.reservation-box__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservation-box__detail ul {
  margin-bottom: 0;
}

.reservation-box__btn--share {
  color: #4A4A4A;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 50px;
}

.reservation-box__days hr {
  margin: 20px 0 30px;
}

.reservation-box__days__intro {
  font-size: 14px;
  margin-bottom: 30px;
}

.reservation-box__days__guide {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0 20px;
  margin: 0;
  -webkit-text-decoration: underline #FD6E00;
          text-decoration: underline #FD6E00;
  display: block;
}

.reservation-box__days__guide:hover {
  color: #FD6E00;
  text-decoration: none;
}

.reservation-box__actions li {
  border: 0;
  cursor: pointer;
}

.reservation-box__actions__text {
  width: 80%;
  display: inline-block;
}

.reservation-box__actions__price {
  width: 20%;
  float: right;
  border-left: 1px solid #fff;
}

.reservation-box__actions__book {
  height: 50px;
  text-align: center;
}

.reservation-box__actions__book--disabled {
  background: #b7b7b7;
  background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#dbdbdb));
  background: linear-gradient(90deg, #b7b7b7 0%, #dbdbdb 100%);
  cursor: not-allowed;
}

.reservation-box__actions__test-lesson {
  background-color: #4A4A4A;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.reservation-box__actions__test-lesson i {
  margin-right: 8px;
}

.reservation__lesson__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e7e7e7;
  padding: 8px 5px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.reservation__lesson__datetime__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  border-right: 2px solid #e7e7e7;
}

.reservation__lesson__datetime__date--date {
  margin: 0;
}

.reservation__lesson__datetime__date--month {
  margin: 0;
  font-size: 10px;
}

.reservation__lesson__datetime__time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.reservation__lesson__datetime--active {
  border-color: #FD6E00;
}

.reservation__address,
.reservation-box__price {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}

.reservation__address i,
.reservation-box__price i {
  color: #007BFF;
  font-size: 26px;
  margin-right: 8px;
}

.reservation__address i.circle,
.reservation-box__price i.circle {
  color: white;
  font-size: 13px;
  background-color: #007BFF;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  margin-left: -2px;
}

.reservation-box__lessoncard {
  z-index: 20;
}

.reservation-box__lessoncard > div {
  cursor: pointer;
  border: 2px solid #9C9C9C80;
  padding: 6px;
  font-size: 0.8em;
}

.reservation-box__lessoncard > div bold {
  font-size: 0.9em;
}

.reservation-box__lessoncard:not(:first-child) > div {
  margin-left: -2px;
}

.reservation-box__lessoncard:last-child > div {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.reservation-box__lessoncard:first-child > div {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.reservation-box__lessoncard.reservation-box__lessoncard--active {
  z-index: 30;
}

.reservation-box__lessoncard.reservation-box__lessoncard--active > div {
  border-color: #F49C2E;
}

.reservation__lesson__dropdown {
  position: relative;
}

.reservation__lesson__dropdown__selected {
  position: relative;
}

.reservation__lesson__dropdown__selected .reservation__lesson__datetime {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 6px 0px #7B7B7B;
          box-shadow: 0px 2px 6px 0px #7B7B7B;
  margin-bottom: 0;
}

.reservation__lesson__dropdown__selected > i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-size: 22px;
  color: #7B7B7B;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.reservation__lesson__dropdown__list {
  position: absolute;
  width: 100%;
  top: 64px;
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px 0px #7B7B7B;
          box-shadow: 0px 2px 6px 0px #7B7B7B;
  z-index: 1;
}

.reservation__lesson__dropdown__list .reservation__lesson__datetime {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 10px 5px;
  margin: 0;
}

.reservation__modal__name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.reservation__modal__company {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.reservation__modal .reservation__address {
  margin-bottom: 40px;
}

.reservation__modal .reservation__address i {
  font-size: 20px;
}

.reservation__modal__price {
  font-size: 12px;
}

.reservation__modal__price span {
  font-weight: 600;
}

.reservation__modal__confirm {
  margin-top: 65px;
  padding: 10px 80px;
  font-size: 12px;
  letter-spacing: 1px;
}

.reservation__modal__btn--close {
  position: absolute;
  top: -70px;
  color: black;
  width: 32px;
  height: 32px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
  left: 0;
  right: 0;
  margin: auto;
}

.modal.show .modal-dialog {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.reservation-modal .vdp-datepicker__calendar {
  margin: auto;
  width: 60%;
}

.reservation-modal .reservation-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.98px) {
  .reservation-modal .reservation-modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.card-reservation-form .vdp-datepicker__calendar {
  width: auto !important;
  left: 0;
  right: 0;
}

.card-reservation-form .list-group .list-group-item {
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
}

.card-reservation-form .list-group .list-group-item + .list-group-item {
  margin-top: 6px;
}

.card-reservation-form .list-group .list-group-item .buyable-item-fee {
  color: #8b8b8b;
}

@media (max-width: 767.98px) {
  .card-reservation-form .list-group .list-group-item .buyable-item-fee {
    font-size: 12px;
  }
}

.card-reservation-form .list-group .list-group-item .custom-control-label:before,
.card-reservation-form .list-group .list-group-item .custom-control-label:after {
  top: 3px;
}

.reservation-box__dates-container__date-container :hover {
  cursor: pointer;
}

.reservation-box__dates-container__date-container {
  border: 1px solid #A6A4A4;
  border-radius: 5px;
}

.reservation-box__dates-container__date-container__possible-times__hidden {
  display: none;
}

.reservation-box__dates-container__date-container-selected {
  border: 1px solid #F47E2E;
  color: #F47E2E;
}

.reservation-box__dates-container__date-container__date {
  border-radius: 5px;
  background-color: #eeeeee;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.reservation-box__dates-container__date-container__date-selected {
  background-color: #f47e2e4d;
  color: #F47E2E;
}

.reservation-box__dates-container__date-container__possible-time {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  background-color: #eeeeee;
  color: #000;
}

.reservation-box__dates-container__date-container__possible-time-selected {
  background-color: #f47e2e4d;
  color: #F47E2E;
}

.is-invalid .combodate .form-control {
  border-color: #DC3545 !important;
}

.combodate select {
  border: 1px solid #e7e7e7;
  height: 38px !important;
  text-transform: capitalize;
}

.combodate select + select {
  margin-left: 0.5rem !important;
}

.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}

.range-wrap .bubble {
  top: 25px;
  background: #28a745;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.range-wrap .bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #28a745;
  top: -1px;
  left: 50%;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.slider:before {
  content: '';
  display: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.sc-signin-container {
  padding-bottom: 60px;
}

.sc-signin-container .select2 {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 16px;
}

.sc-signin-container .sc-signin-header {
  background: url(/images/sc-signing.svg?c4afa9d8dae7c137c744c73737486567);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-signin-header {
    background: transparent;
  }
}

@media (max-width: 767.98px) {
  .sc-signin-container .row div[class^='col-'] {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .sc-signin-container {
    padding-bottom: 200px;
    background: url(/images/sc-signing.svg?c4afa9d8dae7c137c744c73737486567);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
  }
}

.sc-signin-container h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 24px;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .sc-signin-container h1 {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }
}

.sc-signin-container .sc-section.sc-voucher-section {
  padding-bottom: 24px;
}

.sc-signin-container .sc-section.sc-voucher-section p {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-section.sc-voucher-section p {
    font-size: 16px;
    line-height: 20px;
  }
}

.sc-signin-container .sc-section.sc-company-section span:first-child {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6A6A6A;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-section.sc-company-section span:first-child {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
}

.sc-signin-container .sc-section.sc-company-section p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #4A4A4A;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-section.sc-company-section p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
}

.sc-signin-container .sc-section.sc-company-section .list-unstyled li {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-section.sc-company-section .list-unstyled li {
    font-size: 14px;
    line-height: 17px;
  }

  .sc-signin-container .sc-section.sc-company-section .list-unstyled li + li {
    margin-top: 8px;
  }
}

.sc-signin-container .sc-section + .sc-section {
  border-top: 1px solid #BDBDBD;
  padding: 24px 0;
}

.sc-signin-container .sc-section:last-child {
  border-bottom: 1px solid #BDBDBD;
}

.sc-signin-container .dropdown-readonly {
  background: #EEEEEE;
  border: 1px solid #BDBDBD;
}

.sc-signin-container .sc-partecipants-container {
  margin: 40px 0;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipants-container {
    margin-bottom: 20px;
  }
}

.sc-signin-container .sc-partecipants-container h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipants-container h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.sc-signin-container .sc-partecipants-container p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipants-container p {
    font-size: 14px;
    line-height: 17px;
  }
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card {
  min-height: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipants-container .sc-partecipants-section .card + .card {
    margin-top: 16px;
  }
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-header {
  padding: 16px 16px 0 16px;
  border-bottom: none;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-header mark {
  background: #FFEFD5;
  border-radius: 13.5px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #4A4A4A;
  padding: 2px 10px;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-header h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #4A4A4A;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-body {
  padding: 16px;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-body .partecipant-round {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #6A6A6A;
  margin-bottom: 0;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-body .partecipant-round .round-formula {
  display: block;
  font-weight: 600;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .card-body .partecipant-round + .partecipant-round {
  margin-top: 25px;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .partecipant-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .partecipant-body p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .partecipant-body .btn-link {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #17BEBB;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .partecipant-body .list-unstyled li {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  /* Dark Grey 700 */
  color: #6A6A6A;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .partecipant-body .list-unstyled li strong {
  font-weight: 600;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card .partecipant-body .list-unstyled li + li {
  margin-top: 20px;
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section .card + .card {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipants-container .sc-partecipants-section .card + .card {
    margin-left: 0;
  }
}

.sc-signin-container .sc-partecipants-container .sc-partecipants-section + .sc-partecipants-section {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipants-container .sc-partecipants-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sc-signin-container .btn-primary {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 50px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .btn-primary {
    padding: 9px 40px;
  }
}

.sc-signin-container .sc-partecipant-detail-section {
  position: relative;
}

.sc-signin-container .sc-partecipant-detail-section h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipant-detail-section h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipant-detail-section p {
    font-size: 14px;
    line-height: 17px;
  }
}

.sc-signin-container .sc-partecipant-detail-section:not(:last-child) {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .sc-signin-container .sc-partecipant-detail-section:not(:last-child) {
    margin-top: 20px;
  }
}

.sc-signin-container .sc-partecipant-detail-section .custom-checkbox label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4A4A4A;
}

.sc-signin-container .sc-partecipant-detail-section .custom-checkbox label:before,
.sc-signin-container .sc-partecipant-detail-section .custom-checkbox label:after {
  top: 0;
}

.sc-signin-container .sc-partecipant-detail-section .custom-checkbox label:before {
  border: 1px solid #9C9C9C;
  border-radius: 2px;
}

.sc-signin-container label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #8B8B8B;
}

.sc-signin-container label.label-selected-rounds {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #4A4A4A;
}

.sc-signin-container .form-control {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 16px;
  color: #4A4A4A;
}

.sc-signin-container .form-control:placeholder {
  color: #9C9C9C;
}

.sc-signin-container input[type="date"] {
  padding-top: 7px;
  color: #9C9C9C;
}

.sc-signin-container input[type="date"]:focus {
  color: #4A4A4A;
}

.sc-signin-container .scp-no-gutters div[class^='col-']:first-child {
  padding-left: 0;
}

.sc-signin-container .scp-no-gutters div[class^='col-']:last-child {
  padding-right: 0;
  padding-left: 15px;
}

.sc-signin-container .sc-no-gutters div[class^='col-']:nth-child(odd) {
  padding-left: 0;
}

.sc-signin-container .sc-no-gutters div[class^='col-']:nth-child(even) {
  padding-right: 0;
}

.sc-signin-container .sc-form-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-signin-container .sc-form-address .form-group:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.sc-signin-container .sc-form-address .form-group:last-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.sc-signin-container .sc-form-address .form-group + .form-group {
  margin-left: 30px;
}

#billing-tab__content .container-province-municipality,
.sc-signin-partecipants-container .container-province-municipality {
  padding: 0 !important;
}

#billing-tab__content .container-province-municipality > .row,
.sc-signin-partecipants-container .container-province-municipality > .row {
  padding: 0 !important;
}

#billing-tab__content .sc-no-gutters div[class^='col-']:nth-child(odd),
.sc-signin-partecipants-container .sc-no-gutters div[class^='col-']:nth-child(odd) {
  padding-left: 0;
}

#billing-tab__content .sc-no-gutters div[class^='col-']:nth-child(even),
.sc-signin-partecipants-container .sc-no-gutters div[class^='col-']:nth-child(even) {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  #billing-tab__content .sc-no-gutters div[class^='col-'],
  .sc-signin-partecipants-container .sc-no-gutters div[class^='col-'] {
    padding: 0;
  }
}

.container-nav-partecipants {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .summer_camps-signin-show .card-header {
    padding: 16px 16px 0 !important;
  }

  .sc-signin-header {
    margin-top: 10px !important;
  }

  .sc-signin-header .sc-voucher-section {
    padding-bottom: 10px !important;
  }

  .container-nav-partecipants ul {
    width: 150%;
  }
}

.sc-signin-partecipants-container {
  padding-bottom: 60px;
}

.sc-signin-partecipants-container .partecipant-skip-module-container {
  background: #FFFFFF;
  padding: 10px 50px;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
}

.sc-signin-partecipants-container .sc-signin-partecipant-info-modules {
  padding: 17px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
}

.sc-signin-partecipants-container .sc-signin-partecipant-info-modules .form-skip-module .custom-control-label {
  font-size: 14px !important;
}

.sc-signin-partecipants-container .sc-signin-partecipant-info-modules .form-skip-module .custom-control-label:before,
.sc-signin-partecipants-container .sc-signin-partecipant-info-modules .form-skip-module .custom-control-label:after {
  top: 0.1rem !important;
}

.sc-signin-partecipants-container .module-form-container {
  -webkit-transition: all;
  transition: all;
  opacity: 1;
}

.sc-signin-partecipants-container .module-form-container.module-disabled {
  opacity: .2;
  pointer-events: none;
}

.sc-signin-partecipants-container .module-form-container .custom-control-label:after,
.sc-signin-partecipants-container .module-form-container .custom-control-label:before {
  top: 0.1rem;
}

.sc-signin-partecipants-container .select2 {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 16px;
}

.sc-signin-partecipants-container h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 24px;
  color: #4A4A4A;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container h1 {
    font-size: 21px;
    line-height: 26px;
  }
}

.sc-signin-partecipants-container .nav-tabs {
  border: none;
  border-bottom: 1px solid #ddd !important;
}

.sc-signin-partecipants-container .nav-tabs .nav-item {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  cursor: default;
  text-align: center;
}

.sc-signin-partecipants-container .nav-tabs .nav-item .nav-link {
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  border-color: transparent;
  padding-right: 20px;
  padding-left: 20px;
  color: #9C9C9C;
}

.sc-signin-partecipants-container .nav-tabs .nav-item .nav-link.active {
  cursor: default;
  font-weight: 600;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding-right: 0;
  }
}

.sc-signin-partecipants-container .tab-content {
  margin: 0;
  padding: 30px 15px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sc-signin-partecipants-container label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #8B8B8B;
}

.sc-signin-partecipants-container label.label-selected-rounds {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #4A4A4A;
}

.sc-signin-partecipants-container .form-control {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 16px;
  color: #4A4A4A;
}

.sc-signin-partecipants-container .form-control:placeholder {
  color: #9C9C9C;
}

.sc-signin-partecipants-container input[type="date"] {
  padding-top: 7px;
  color: #9C9C9C;
}

.sc-signin-partecipants-container input[type="date"]:focus {
  color: #4A4A4A;
}

.sc-signin-partecipants-container .sc-partecipant-detail-section {
  position: relative;
}

.sc-signin-partecipants-container .sc-partecipant-detail-section h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .sc-partecipant-detail-section h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .sc-partecipant-detail-section p {
    font-size: 14px;
    line-height: 17px;
  }
}

.sc-signin-partecipants-container .sc-partecipant-detail-section:not(:last-child) {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .sc-partecipant-detail-section:not(:last-child) {
    margin-top: 20px;
  }
}

.sc-signin-partecipants-container .sc-partecipant-detail-section .custom-checkbox label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4A4A4A;
}

.sc-signin-partecipants-container .sc-partecipant-detail-section .custom-checkbox label:before,
.sc-signin-partecipants-container .sc-partecipant-detail-section .custom-checkbox label:after {
  top: 0;
}

.sc-signin-partecipants-container .sc-partecipant-detail-section .custom-checkbox label:before {
  border: 1px solid #9C9C9C;
  border-radius: 2px;
}

.sc-signin-partecipants-container .btn-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #17BEBB;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
}

.sc-signin-partecipants-container .btn-primary {
  min-width: 350px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .btn-primary {
    min-width: auto;
  }
}

.sc-signin-partecipants-container .sc-partecipant-btn-group {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .sc-partecipant-btn-group {
    margin-top: 40px;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sc-signin-partecipants-container .sc-partecipant-btn-group button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle {
  min-height: 41px;
  position: relative;
  text-align: left;
  padding: 7px 16px;
  display: block;
  width: 100%;
  background: #EEEEEE;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #4A4A4A;
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle .badge-filter-item {
  position: relative;
  border: 1px solid #4A4A4A;
  border-radius: 20px;
  padding: 4px 25px 4px 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle .badge-filter-item + .badge-filter-item {
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .sc-signin-partecipants-container .dropdown .dropdown-toggle .badge-filter-item + .badge-filter-item {
    margin-left: 0;
  }
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle .badge-filter-item span {
  font-size: 16px !important;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle .fas {
  color: #4A4A4A;
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 6px;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle:active,
.sc-signin-partecipants-container .dropdown .dropdown-toggle:focus {
  background: transparent;
}

.sc-signin-partecipants-container .dropdown .dropdown-toggle:after {
  display: none;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu {
  background: #EEEEEE;
  border: 1px solid #BDBDBD;
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1050;
  left: 0;
  right: 0;
  margin-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 4px 4px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.sc-signin-partecipants-container .dropdown .dropdown-menu .dropdown-item {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  white-space: normal;
  padding: 6px 16px;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu .dropdown-item .custom-checkbox label {
  font-size: 14px;
  line-height: 30px;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu .dropdown-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #17BEBB;
  background-color: #17BEBB;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu .dropdown-item .custom-checkbox .custom-control-label {
  color: #4A4A4A;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu .dropdown-item:active {
  background: transparent;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.sc-signin-partecipants-container .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sc-signin-partecipants-container .sc-form-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-signin-partecipants-container .sc-form-address .form-group:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.sc-signin-partecipants-container .sc-form-address .form-group:last-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.sc-signin-partecipants-container .sc-form-address .form-group + .form-group {
  margin-left: 30px;
}

.partecipants-summary .sc-signin-partecipants-container {
  padding-bottom: 0 !important;
}

.partecipants-summary .sc-partecipant-detail-section {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.partecipants-summary .sc-partecipant-detail-section,
.partecipants-summary .sc-signin-partecipants-module-container,
.sc-partecipant-detail-section-confirm {
  padding: 15px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}

#tab-list-partecipants li a {
  line-height: 16px !important;
  padding: 6px 10px !important;
}

#tab-list-partecipants li a mark {
  background: #FFEFD5;
  border-radius: 13.5px;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #4A4A4A;
  padding: 4px 10px;
  margin: 5px 20px 0;
  display: block;
}

.sc-signin-confirm-container {
  text-align: center;
  margin: 40px auto;
}

.sc-signin-confirm-container .select2 {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 16px;
}

.sc-signin-confirm-container p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-confirm-container {
    margin: 24px auto;
  }

  .sc-signin-confirm-container .btn-primary {
    width: 100%;
  }
}

.sc-signin-summary-container {
  background: url(/images/sc-summary.svg?1b8ee13569b7797334b07de4daa1095b);
  background-repeat: no-repeat;
  background-position: 90% top;
}

.sc-signin-summary-container .select2 {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 16px;
}

.sc-signin-summary-container h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  color: #4A4A4A;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container h1 {
    font-size: 21px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container {
    padding-bottom: 260px;
    background-position: bottom center;
    background-size: 50%;
  }
}

.sc-signin-summary-container .sc-summary-section.sc-summary-header {
  padding-bottom: 40px !important;
}

.sc-signin-summary-container .sc-summary-section.sc-summary-header p {
  font-size: 28px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container .sc-summary-section.sc-summary-header p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container .sc-summary-section.sc-summary-header {
    padding-bottom: 24px !important;
  }
}

.sc-signin-summary-container .sc-summary-section.sc-summary-actions {
  padding-top: 40px !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container .sc-summary-section.sc-summary-actions {
    padding-top: 24px !important;
  }
}

.sc-signin-summary-container .sc-summary-section.sc-summary-actions .btn-primary {
  margin: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 70px;
  margin-bottom: 24px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container .sc-summary-section.sc-summary-actions .btn-primary {
    display: block;
    margin-bottom: 16px;
  }
}

.sc-signin-summary-container .sc-summary-section.sc-summary-actions a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #8B8B8B;
}

.sc-signin-summary-container .sc-summary-section + .sc-summary-section {
  padding: 24px 0;
  border-top: 1px solid rgba(189, 189, 189, 0.33);
}

.sc-signin-summary-container .sc-summary-section h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container .sc-summary-section h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.sc-signin-summary-container .sc-summary-section p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .sc-signin-summary-container .row div[class^='col-'] {
    padding: 0;
  }
}

.form-group-address .form-group {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .form-group-address .form-group {
    margin-bottom: 1.5rem;
  }
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #DC3545 !important;
}

.sc-signin-module-form .form-group {
  margin-bottom: 1em;
}

.sc-signin-module-form .form-group.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-signin-module-form .form-group .col-form-label {
  font-weight: 500;
}

.show-summer-camp-page {
  background-color: transparent !important;
  background-color: #eeeeee;
  min-height: 100vh;
}

.show-summer-camp-page .summer-camp__badge__danger {
  padding: 0 25px;
  border-radius: 10px;
  background: rgba(220, 53, 69, 0.15);
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .summer-camp__badge__danger {
    background: transparent;
    color: #DC3545;
  }
}

.show-summer-camp-page .summer-camp__contact__success {
  padding-top: 85px;
  background-image: url(/images/smile-big.svg?6584f44c6b0a39804a93968402584f65);
  background-repeat: no-repeat;
  background-position: center top;
}

.show-summer-camp-page .summer-camp__contact__success p {
  line-height: 30px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.show-summer-camp-page .summer-camp__contact__success p:first-child {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.show-summer-camp-page .summer-camp__contact__button .btn {
  color: #4A4A4A !important;
}

.show-summer-camp-page .summer-camp__reservation__form .text-danger {
  color: #FF0202 !important;
}

.show-summer-camp-page .summer-camp__reservation__form .alert-success {
  display: inline-block;
  border: none !important;
  background: rgba(40, 167, 69, 0.1) !important;
  border-radius: 4px;
  color: #4A4A4A;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .summer-camp__reservation__form .alert-success .alert-message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .summer-camp__reservation__form .alert-success .alert-message__container img {
    min-width: 80px;
    margin-bottom: 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.show-summer-camp-page .summer-camp__reservation__form .alert-success .alert-message__container span {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .summer-camp__reservation__form .alert-success .alert-message__container span {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0;
  }
}

.show-summer-camp-page .rounds-accordion__container .card {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px !important;
}

.show-summer-camp-page .rounds-accordion__container .card .collapse .card-body {
  padding: 10px 0 !important;
}

.show-summer-camp-page .rounds-accordion__container .card .round-collapse__icon {
  position: absolute;
  right: 15px;
}

.show-summer-camp-page .rounds-accordion__container .card + .card {
  margin-top: 10px !important;
}

.show-summer-camp-page .rounds-accordion__container .card .card-header {
  border-radius: 4px !important;
  border-left: 4px solid #FD6E00;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding: 4px 0;
  background: rgba(240, 240, 240, 0.5) !important;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .card-header {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .card-header .btn {
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .card-header .btn {
    font-size: 12px;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .card-header .btn:hover,
.show-summer-camp-page .rounds-accordion__container .card .card-header .btn:active,
.show-summer-camp-page .rounds-accordion__container .card .card-header .btn:focus {
  text-decoration: none !important;
}

.show-summer-camp-page .rounds-accordion__container .card .card-header .btn span.fw-500 {
  margin-right: 40px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .card-header .btn span.fw-500 {
    margin-right: 10px;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__container {
  border-radius: 4px;
  border: 0.5px solid rgba(156, 156, 156, 0.75);
  padding: 10px 10px;
  position: relative;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__container.in-cart {
    padding-bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 8px;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__container + .round-item__container {
  margin-top: 10px;
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__container .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(253, 110, 0, 0.05) !important;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__container .card-footer .round-item__button__container {
    width: auto !important;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__age-range__container {
  white-space: nowrap;
  background: rgba(253, 110, 0, 0.25);
  border-radius: 10px;
  font-size: 14px;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__age-range__container {
    margin-right: 16px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__modality__container {
  margin-right: 20px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__modality__container {
    font-size: 12px;
    white-space: pre-line;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__button__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__button__container .font-weight-bold {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__button__container .font-weight-bold {
    margin-right: 21px;
  }
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .rounds-accordion__container .card .round-item__button__container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__button__container .badge {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show-summer-camp-page .rounds-accordion__container .card .round-item__button__container .badge .fas {
  line-height: 20px;
}

.show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .dropdown-toggle,
.show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .dropdown-menu {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .dropdown-toggle,
  .show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .dropdown-menu {
    font-size: 12px;
  }
}

.show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .btn {
  border-color: #BDBDBD !important;
  color: #4A4A4A;
}

.show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .btn:hover,
.show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .btn:active,
.show-summer-camp-page .form-inline.round-filters__container .form-group .dropdown .btn:focus {
  background: transparent !important;
}

.show-summer-camp-page .form-inline.round-filters__container .form-group + .form-group {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .form-inline.round-filters__container .form-group + .form-group {
    margin-left: 3px;
  }
}

.show-summer-camp-page #contactFormModal .max-content,
.show-summer-camp-page #reservationFormModal .max-content {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.show-summer-camp-page #contactFormModal .contact-buttons__container,
.show-summer-camp-page #reservationFormModal .contact-buttons__container {
  position: relative;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page #contactFormModal .contact-buttons__container,
  .show-summer-camp-page #reservationFormModal .contact-buttons__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.show-summer-camp-page #contactFormModal .contact-buttons__container .btn,
.show-summer-camp-page #reservationFormModal .contact-buttons__container .btn {
  width: 40%;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page #contactFormModal .contact-buttons__container .btn,
  .show-summer-camp-page #reservationFormModal .contact-buttons__container .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.show-summer-camp-page #contactFormModal .contact-partecipants__container .clickable,
.show-summer-camp-page #reservationFormModal .contact-partecipants__container .clickable {
  position: absolute;
  right: -30px;
}

.show-summer-camp-page #contactFormModal .contact-partecipants__container + .contact-partecipants__container,
.show-summer-camp-page #reservationFormModal .contact-partecipants__container + .contact-partecipants__container {
  margin-top: 15px;
}

.show-summer-camp-page #contactFormModal .button-partecipants__container .btn,
.show-summer-camp-page #reservationFormModal .button-partecipants__container .btn {
  color: #4A4A4A !important;
}

.show-summer-camp-page #contactFormModal .button-partecipants__container .btn:hover,
.show-summer-camp-page #contactFormModal .button-partecipants__container .btn:active,
.show-summer-camp-page #contactFormModal .button-partecipants__container .btn:focus,
.show-summer-camp-page #reservationFormModal .button-partecipants__container .btn:hover,
.show-summer-camp-page #reservationFormModal .button-partecipants__container .btn:active,
.show-summer-camp-page #reservationFormModal .button-partecipants__container .btn:focus {
  text-decoration: none !important;
}

.show-summer-camp-page #contactFormModal .button-partecipants__container .btn .badge,
.show-summer-camp-page #reservationFormModal .button-partecipants__container .btn .badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show-summer-camp-page__gallery-section {
  margin-bottom: 2rem;
}

.show-summer-camp-page__gallery-section .owl-stage-outer .owl-stage .owl-item .img-gallery--item img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.show-summer-camp-page__gallery-section .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100px;
}

.show-summer-camp-page__gallery-section .owl-nav button:hover {
  background: unset !important;
}

.show-summer-camp-page__gallery-section .owl-nav .owl-prev {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
  left: -5px;
  text-align: left;
  display: none !important;
}

.show-summer-camp-page__gallery-section .owl-nav .owl-next {
  right: 25px;
  text-align: right;
}

.show-summer-camp-page #ricevi-notifica-form form,
.show-summer-camp-page #ricevi-notifica-form-mobile form {
  position: relative;
}

.show-summer-camp-page #ricevi-notifica-form form .actions,
.show-summer-camp-page #ricevi-notifica-form-mobile form .actions {
  text-align: center;
}

.show-summer-camp-page #ricevi-notifica-form form input.hs-button.primary.large,
.show-summer-camp-page #ricevi-notifica-form-mobile form input.hs-button.primary.large {
  color: #FD6E00;
  background-color: #fff;
  border-color: #FD6E00;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 12px;
  text-transform: uppercase;
  margin: auto;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 25px;
  width: 26%;
  right: 0;
  height: 37px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}

.show-summer-camp-page #ricevi-notifica-form form input.hs-button.primary.large:hover,
.show-summer-camp-page #ricevi-notifica-form-mobile form input.hs-button.primary.large:hover {
  background-color: #FD6E00;
  color: #fff;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page #ricevi-notifica-form form input.hs-button.primary.large,
  .show-summer-camp-page #ricevi-notifica-form-mobile form input.hs-button.primary.large {
    font-size: 14px;
  }
}

.show-summer-camp-page #ricevi-notifica-form form .hs-error-msgs,
.show-summer-camp-page #ricevi-notifica-form-mobile form .hs-error-msgs {
  font-size: 12px;
  color: #DC3545;
}

.show-summer-camp-page #ricevi-notifica-form form .legal-consent-container,
.show-summer-camp-page #ricevi-notifica-form-mobile form .legal-consent-container {
  margin-top: 5px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.5px;
  font-size: 12px;
  color: #4A4A4A;
}

.show-summer-camp-page #ricevi-notifica-form form .legal-consent-container a,
.show-summer-camp-page #ricevi-notifica-form-mobile form .legal-consent-container a {
  color: #17BEBB;
  text-decoration: none;
}

.show-summer-camp-page #ricevi-notifica-form form .hs-form-required,
.show-summer-camp-page #ricevi-notifica-form-mobile form .hs-form-required {
  display: none !important;
}

.show-summer-camp-page #ricevi-notifica-form form .hs-input,
.show-summer-camp-page #ricevi-notifica-form-mobile form .hs-input {
  border: 1px solid #eeeeee;
}

.show-summer-camp-page #ricevi-notifica-form form .hs-input label,
.show-summer-camp-page #ricevi-notifica-form-mobile form .hs-input label {
  display: none !important;
}

.show-summer-camp-page #ricevi-notifica-form form .hs-form ul.inputs-list,
.show-summer-camp-page #ricevi-notifica-form-mobile form .hs-form ul.inputs-list {
  list-style: none;
  padding-left: 0;
}

.show-summer-camp-page #ricevi-notifica-form form input.hs-input[type="email"],
.show-summer-camp-page #ricevi-notifica-form-mobile form input.hs-input[type="email"] {
  padding: 5px 11px;
  width: 75%;
}

.show-summer-camp-page #ricevi-notifica-form form input.hs-input[type="email"] label,
.show-summer-camp-page #ricevi-notifica-form-mobile form input.hs-input[type="email"] label {
  display: none !important;
}

.show-summer-camp-page #ricevi-notifica-form form .pac-container,
.show-summer-camp-page #ricevi-notifica-form-mobile form .pac-container {
  z-index: 1051;
}

.show-summer-camp-page__expired {
  position: relative;
  min-height: 45px;
}

.show-summer-camp-page__expired:after {
  top: 0;
  position: absolute;
  right: 20px;
  content: url(/images/expired-summer_camp.svg?8c65818a4cc69d8ca7c339730e7330a1);
}

.show-summer-camp-page__expired h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__expired h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.show-summer-camp-page__expired p:first-child {
  letter-spacing: -0.3px;
}

.show-summer-camp-page__sidebar#sticky.stick,
.show-summer-camp-page__expired#sticky.stick {
  position: fixed;
  top: 13%;
  z-index: 10;
}

.show-summer-camp-page .anchor {
  position: relative;
}

.show-summer-camp-page .anchor a {
  position: absolute;
  left: 0;
  top: -100px;
}

.show-summer-camp-page .summer-camp-hidden-navbar {
  background-color: #fff;
}

.show-summer-camp-page .summer-camp-hidden-navbar .inner-navbar-fade a {
  color: #7B7B7B;
}

.show-summer-camp-page .summer-camp-hidden-navbar .inner-navbar-fade a:hover {
  color: #17BEBB;
}

.show-summer-camp-page .privacy-acceptance-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #4A4A4A;
}

.show-summer-camp-page .sc-text-muted {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #4A4A4A;
}

.show-summer-camp-page .sc-stycki-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.show-summer-camp-page__section {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 1rem;
  height: auto;
  padding: 1rem;
}

.show-summer-camp-page__section__anchor {
  z-index: 15;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 25px;
}

.show-summer-camp-page__section__anchor .text-muted {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #4A4A4A;
}

.show-summer-camp-page__section .modality-container {
  border-top: 1px solid #eeeeee;
  padding: 1rem 0;
}

.show-summer-camp-page__section .modality-container .modality-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #4A4A4A;
}

.show-summer-camp-page__section .modality-container .modality-title .modality-price {
  margin-left: 1rem;
}

.show-summer-camp-page__section .company-info-container {
  border-bottom: 1px solid #eeeeee;
}

.show-summer-camp-page__section .company-info-container__refund-text-container {
  text-align: center;
  border: 2px solid #17BEBB;
  border-radius: 8px;
  padding: 18px;
}

.show-summer-camp-page__section .company-info-container__refund-text-container__text {
  color: #17BEBB;
  font-size: 16px;
}

.show-summer-camp-page__section .age-ranges-container {
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0;
}

.show-summer-camp-page__section .age-ranges-container .age-range-container .age-range {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #4A4A4ABF;
}

.show-summer-camp-page__section .responsible-section .responsible-image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}

.show-summer-camp-page__section .responsible-section .responsible-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #4A4A4ABF;
}

.show-summer-camp-page__section__content {
  padding-top: 1rem;
}

.show-summer-camp-page__inner-navbar,
.show-summer-camp-page__inner-navbar-fade {
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.show-summer-camp-page__inner-navbar .menu-item-container.active,
.show-summer-camp-page__inner-navbar .menu-item-container:hover,
.show-summer-camp-page__inner-navbar-fade .menu-item-container.active,
.show-summer-camp-page__inner-navbar-fade .menu-item-container:hover {
  border-bottom: 2px solid #17BEBB;
}

.show-summer-camp-page__inner-navbar .menu-item-container .menu-item,
.show-summer-camp-page__inner-navbar-fade .menu-item-container .menu-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  color: #7B7B7B;
}

.show-summer-camp-page__inner-navbar .menu-item-container .menu-item:hover,
.show-summer-camp-page__inner-navbar-fade .menu-item-container .menu-item:hover {
  color: #17BEBB;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__inner-navbar .menu-item-container .menu-item,
  .show-summer-camp-page__inner-navbar-fade .menu-item-container .menu-item {
    font-size: 10px;
    white-space: nowrap;
  }
}

.show-summer-camp-page__inner-navbar .menu-item-container .middle-item-left,
.show-summer-camp-page__inner-navbar-fade .menu-item-container .middle-item-left {
  border-left: 1px solid #9C9C9C80;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__inner-navbar .menu-item-container .middle-item-left,
  .show-summer-camp-page__inner-navbar-fade .menu-item-container .middle-item-left {
    border-left: none;
  }
}

.show-summer-camp-page__inner-navbar .menu-item-container .middle-item-right,
.show-summer-camp-page__inner-navbar-fade .menu-item-container .middle-item-right {
  border-left: 1px solid #9C9C9C80;
  border-right: 1px solid #9C9C9C80;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__inner-navbar .menu-item-container .middle-item-right,
  .show-summer-camp-page__inner-navbar-fade .menu-item-container .middle-item-right {
    border-left: none;
    border-right: none;
  }
}

.show-summer-camp-page .icon-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show-summer-camp-page .icon-title-container .title-container {
  margin-left: 1rem;
}

.show-summer-camp-page .icon-title-container .title-container .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.show-summer-camp-page__map-section {
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.show-summer-camp-page__map-section .address-container {
  padding: 1rem;
  background-color: #fff;
}

.show-summer-camp-page__map-section .address-container .address-prefix {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.show-summer-camp-page__map-section .address-container .address-string {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #4A4A4ABF;
}

.show-summer-camp-page__map-section .map-container {
  border: 1px solid #eeeeee;
  height: 200px;
}

.show-summer-camp-page__map-section .map-container .summer-camp-map .vue-map-container {
  height: 200px !important;
}

.show-summer-camp-page__actions-section {
  margin-top: 2rem;
}

.show-summer-camp-page__actions-section .actions-container {
  height: auto;
}

.show-summer-camp-page__actions-section .actions-container button {
  width: 100%;
  margin-bottom: 17px;
}

.show-summer-camp-page__actions-section .actions-container__right-button-container {
  padding-left: 10px;
  padding-right: 0 !important;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__actions-section .actions-container__right-button-container {
    padding: 0 !important;
  }
}

.show-summer-camp-page__actions-section .actions-container__right-button-container .right-button {
  height: 54px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__actions-section .actions-container__right-button-container .right-button {
    margin-bottom: 17px;
  }
}

.show-summer-camp-page__actions-section .actions-container__left-button-container {
  padding-right: 10px;
  padding-left: 0 !important;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__actions-section .actions-container__left-button-container {
    padding: 0 !important;
  }
}

.show-summer-camp-page__actions-section .actions-container__left-button-container .left-button {
  height: 125px;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page__actions-section .actions-container__left-button-container .left-button {
    margin-bottom: 17px;
  }
}

.show-summer-camp-page .cover-image-container {
  position: relative;
  height: 200px;
  background-color: #4A4A4ABF;
  background-repeat: no-repeat;
  background-size: cover;
}

.show-summer-camp-page .cover-image-container .info-container {
  position: absolute;
  bottom: 2rem;
  left: 25px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .cover-image-container .info-container {
    bottom: 1rem;
    left: .5rem;
  }
}

.show-summer-camp-page .cover-image-container .info-container img {
  width: 70px;
  height: 70px;
}

.show-summer-camp-page .cover-image-container .info-container__seo-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0;
}

.show-summer-camp-page .cover-image-container .info-container__company-name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0;
}

.show-summer-camp-page .cover-image-container .info-container__location {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #fff;
}

.show-summer-camp-page .summer-camp-info-section__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #9C9C9C;
  margin-bottom: 0;
}

.show-summer-camp-page .summer-camp-info-section__info {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.show-summer-camp-page .summer-camp-info-section--responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .show-summer-camp-page .summer-camp-info-section--responsive {
    display: block;
  }
}

.show-summer-camp__sidebar.expired p:first-child {
  color: #ACACAC;
}

.close-filter:after {
  display: none !important;
}

.round-item__container {
  border-radius: 4px;
  border: 0.5px solid rgba(156, 156, 156, 0.75);
  padding: 10px 10px;
}

@media (max-width: 767.98px) {
  .round-item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 8px;
  }
}

.round-item__container + .round-item__container {
  margin-top: 10px;
}

.round-item__age-range__container {
  white-space: nowrap;
  background: rgba(253, 110, 0, 0.25);
  border-radius: 10px;
  font-size: 14px;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .round-item__age-range__container {
    margin-right: 16px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.round-item__modality__container {
  margin-right: 20px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .round-item__modality__container {
    font-size: 12px;
    white-space: pre-line;
  }
}

.round-item__button__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .round-item__button__container {
    margin-top: 15px;
  }
}

.round-item__button__container .btn {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .round-item__button__container .btn {
    margin-top: 0;
  }
}

.round-item__button__container .font-weight-bold {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .round-item__button__container .font-weight-bold {
    margin-right: 21px;
  }
}

@media (max-width: 767.98px) {
  .round-item__button__container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.round-item__button__container .badge {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.round-item__button__container .badge .fas {
  line-height: 20px;
}

.reservation-round__partecipants__list {
  max-height: 250px;
  overflow: auto;
}

.other-summer-camps__courses {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-right: 16px;
  height: auto;
  padding: 1rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .other-summer-camps__courses {
    margin-top: 10px;
  }
}

.other-summer-camps__courses__title {
  font-size: 28px;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .other-summer-camps__courses__title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.other-summer-camps__courses .summer-camps-carousel {
  position: relative;
  top: -30px;
}

.other-summer-camps__courses .owl-nav {
  position: absolute;
  bottom: 108%;
  left: 83.5%;
}

.other-summer-camps__courses .owl-nav .owl-prev,
.other-summer-camps__courses .owl-nav .owl-next {
  visibility: hidden;
}

.other-summer-camps__courses .owl-nav .owl-next:after,
.other-summer-camps__courses .owl-nav .owl-prev:after {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 50%;
  text-align: center;
  background: #FFFFFF;
  visibility: visible;
}

.other-summer-camps__courses .owl-nav .owl-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTYzNTEgMTEuODQ3NEw3Ljk1NTQ5IDYuNTk5NzNDOC4zNDgxNyA2LjI5OTg3IDguMzQ4MTcgNS43MDAxMyA3Ljk1NTQ5IDUuNDAwMjdMMS4xNjM1MSAwLjE1MjU5OEMwLjY4MzU2MSAtMC4yMjIyMzUgMCAwLjEzNzYwNSAwIDAuNzUyMzMyVjExLjI0NzdDMCAxMS44NjI0IDAuNjgzNTYxIDEyLjIyMjIgMS4xNjM1MSAxMS44NDc0WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.other-summer-camps__courses .owl-nav .owl-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODM2NDkgMC4xNTI1OThMMS4wNDQ1MSA1LjQwMDI3QzAuNjUxODI5IDUuNzAwMTMgMC42NTE4MjkgNi4yOTk4NyAxLjA0NDUxIDYuNTk5NzNMNy44MzY0OSAxMS44NDc0QzguMzE2NDQgMTIuMjIyMiA5IDExLjg2MjQgOSAxMS4yNDc3TDkgMC43NTIzMzJDOSAwLjEzNzYwNSA4LjMxNjQ0IC0wLjIyMjIzNSA3LjgzNjQ5IDAuMTUyNTk4WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.summer-camp-page__summer-camp-create-modal .modal-header {
  background-color: #17BEBB;
  color: #fff;
}

.summer-camp-page__summer-camp-create-modal .modal-header .modal-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.summer-camp-page__summer-camp-create-modal .modal-body {
  height: 80vh;
  overflow: auto;
  background-color: #9C9C9C80;
  padding-bottom: 5rem;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section {
  background-color: #fff;
  border: 1px solid #9C9C9C80;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 1rem;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .modality-group-item .modalities-price__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .modal-body .form-section .modality-group-item .modalities-price__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .modality-group-item .modalities-price__input-container.form-control {
  width: 20% !important;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .modal-body .form-section .modality-group-item .modalities-price__input-container.form-control {
    width: 50% !important;
    text-align: center;
  }
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .modality-group-item + .modality-group-item {
  padding-top: 15px;
  border-top: 1px solid rgba(156, 156, 156, 0.33);
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .rounded-circle {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  float: right;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .rounded-circle i {
  font-size: 8px;
  position: absolute;
  left: 0px;
  right: 0;
  top: 4px;
  text-align: center;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-dropzone {
  position: relative;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-dropzone span.clickable {
  position: absolute;
  right: 0;
  top: -30px;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-dropzone .dropzone--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 2px dashed #9C9C9C80;
  padding: 20px;
  border-radius: 5px;
  background: white;
  min-height: 150px;
  width: 100%;
  vertical-align: baseline;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-dropzone .dropzone--container input {
  z-index: 50;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-dropzone .message {
  color: #17BEBB;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-dropzone .submessage {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .form-datepicker input[type="text"] {
  border: 1px solid #eeeeee;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .form-check {
  font-size: 14px;
  line-height: 21px;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .form-check + .form-check {
  margin-top: 10px;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .form-check .main-panel-picker {
  position: relative;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-age-input {
  width: 120px;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .vdp-datepicker__calendar-button {
  position: absolute;
  right: 15px;
  top: 5px;
}

.summer-camp-page__summer-camp-create-modal .modal-body .form-section .summer-camp-closed-dates span.clickable {
  position: absolute;
  right: -20px;
}

.summer-camp-page__summer-camp-create-modal .modal-footer {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #9C9C9C80;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .modal-footer .btn {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date__inline-container .form-datepicker {
    width: 45%;
  }
}

.summer-camp-page__summer-camp-create-modal .round-date__container .stop-subscription-date__mode {
  width: 40%;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date__container .stop-subscription-date__mode {
    width: 100%;
    font-size: px;
    margin-right: 0;
  }
}

.summer-camp-page__summer-camp-create-modal .round-date__container .stop-subscription-date__select-day {
  width: 20%;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date__container .stop-subscription-date__select-day {
    font-size: 14px;
    width: 100%;
  }
}

.summer-camp-page__summer-camp-create-modal .round-date__container .form-datepicker {
  width: 40%;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date__container .form-datepicker {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date-period__container .form-datepicker {
    width: 45%;
  }
}

.summer-camp-page__summer-camp-create-modal .round-date-period__container .date-separator {
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-date-period__container .date-separator {
    margin: 0 9px;
  }
}

.summer-camp-page__summer-camp-create-modal .round-age-range__container span:first-child {
  width: 25%;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-age-range__container span:first-child {
    width: 50%;
  }
}

.summer-camp-page__summer-camp-create-modal .round-age-range__container .form-control {
  width: 10%;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .round-age-range__container .form-control {
    width: 30%;
  }
}

.summer-camp-page__summer-camp-create-modal .round--actions__container span + span {
  margin-top: 15px;
}

.summer-camp-page__summer-camp-create-modal .p-rem-1 {
  padding: 1rem !important;
}

@media (max-width: 767.98px) {
  .summer-camp-page__summer-camp-create-modal .form-check-inline {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-right: 0;
  }
}

.summer-camp-page__create {
  padding: 2rem 0;
  min-height: 100vh;
  background-color: #4A4A4ABF;
}

.summer-camp-page__create.active {
  background: transparent !important;
}

.summer-camp-page__create .title-container {
  padding: 16px;
}

.summer-camp-page__create .title-container .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.3px;
}

.summer-camp-page__create .main-container {
  margin-top: 1rem;
}

.summer-camp-page__create .main-container__overlay-text {
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(156, 156, 156, 0.65);
}

.summer-camp-page__create .main-container__cover-image {
  position: relative;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 194px;
  margin-bottom: 1rem;
}

.summer-camp-page__create .main-container__cover-image__text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0 40px;
}

.summer-camp-page__create .main-container__cover-image__text-container .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin: 0;
}

.summer-camp-page__create .main-container__cover-image__text-container .subtitle {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.summer-camp-page__create .main-container__cover-image__text-container .location-container {
  margin-bottom: 15px;
  text-align: center;
}

.summer-camp-page__create .main-container__cover-image__text-container .location-container .location-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.summer-camp-page__create .main-container__cover-image__text-container .location-container img {
  width: 60px;
}

.summer-camp-page__create .main-container__actions {
  position: absolute;
  right: 30px;
}

@media (max-width: 767.98px) {
  .summer-camp-page__create .main-container__actions {
    right: 15px;
  }
}

.summer-camp-page__create .main-container .rounded-circle {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  float: right;
}

.summer-camp-page__create .main-container .rounded-circle i {
  font-size: 8px;
  position: absolute;
  left: 0px;
  right: 0;
  top: 4px;
  text-align: center;
}

.summer-camp-page__create .main-container__section {
  background-color: #fff;
  border: 1px solid #9C9C9C80;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.summer-camp-page__create .main-container__section-divider {
  background-color: #17BEBB;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.summer-camp-page__create .main-container__section-divider.inactive {
  opacity: 0.2;
  pointer-events: none;
}

.summer-camp-page__create .main-container__section-divider span {
  color: #fff;
}

.summer-camp-page__create .main-container__section.round-item--container {
  margin-bottom: 0 !important;
}

.summer-camp-page__create .main-container__section.round-item--container + .round-item--container {
  margin-top: 10px !important;
}

.summer-camp-page__create .main-container__section.round-item--container .border-bottom {
  border-bottom: 1px solid rgba(156, 156, 156, 0.33);
}

.summer-camp-page__create .main-container__section.round-item--container .btn:hover {
  background: transparent !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-complete--actions .btn {
  color: #FD6E00 !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-complete--actions .btn.text-danger {
  color: #dc3545 !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-actions--container .btn {
  color: #17BEBB !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-actions--container .btn.text-danger {
  color: #dc3545 !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-actions--container .btn:hover {
  text-decoration: none !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-collapse--container .btn {
  color: #4A4A4A !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-collapse--container .btn:hover {
  text-decoration: none !important;
}

.summer-camp-page__create .main-container__section.round-item--container .round-collapse--item + .round-collapse--item {
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
  padding-bottom: 10px;
  padding-top: 15px;
}

.summer-camp-page__create .main-container__section.inactive {
  opacity: 0.2;
}

.summer-camp-page__create .main-container__section .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.summer-camp-page__create .main-container__section .placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #4A4A4ABF;
  margin-bottom: 0;
}

.summer-camp-page__create .main-container__section label {
  font-size: 12px;
  color: #9C9C9C80;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: -0.3px;
}

.summer-camp-page__create .main-container__section .summer-camp-info {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.summer-camp-page__create .main-container__section .summer-camp-info.sport-list {
  white-space: normal !important;
}

@media (max-width: 767.98px) {
  .vdp-datepicker.fullscreen-when-on-mobile {
    position: static;
  }

  .vdp-datepicker.fullscreen-when-on-mobile .vdp-datepicker__calendar {
    position: fixed;
    top: 50%;
    left: 5%;
    margin-top: -25%;
    width: 90%;
    z-index: 2000;
    outline: rgba(0, 0, 0, 0.5) solid 9999px;
  }
}

.modality--container {
  padding: 15px 0;
}

.modality--container + .modality--container {
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
}

.add-round__button-container .btn {
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  color: #4A4A4A !important;
}

.add-round__button-container .btn:hover,
.add-round__button-container .btn:active,
.add-round__button-container .btn:focus {
  background: transparent !important;
  outline: none !important;
}

@media (max-width: 767.98px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}

.avatar-container {
  position: relative;
}

.avatar-container .avatar--placeholder {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  border: 1px solid #AAAAAA;
}

.avatar-container .avatar--placeholder img {
  border-radius: 50%;
  height: 100%;
}

.avatar-container input[type=file] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.pac-container.pac-logo {
  z-index: 99999999;
}

.main-panel-picker {
  position: relative !important;
}

.summer_camp_home__card {
  margin-bottom: 1rem;
  height: 140px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .summer_camp_home__card {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .summer_camp_home__card {
    height: auto;
  }
}

.summer_camp_home__card__left {
  padding: 1rem;
}

.summer_camp_home__card__left .invitation-course {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  bottom: 30px;
  right: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .summer_camp_home__card__left .invitation-course {
    right: -10px;
  }
}

.summer_camp_home__card__left .invitation-course__tag {
  position: relative !important;
  border-radius: 20px !important;
  padding: 5px 20px;
  top: 20px !important;
}

@media (max-width: 991.98px) {
  .summer_camp_home__card__left .invitation-course__tag {
    border-radius: 0 !important;
    padding-left: 5px;
    padding-right: 10px;
  }
}

.summer_camp_home__card__left .body__images {
  height: 106px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .summer_camp_home__card__left .body__images {
    height: 165px;
  }
}

@media (max-width: 767.98px) {
  .summer_camp_home__card__left .body__images {
    height: 200px;
  }
}

.summer_camp_home__card__left .body__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 5px;
}

.summer_camp_home__card__right {
  padding: 1rem;
}

.summer_camp_home__card__right .card-block {
  height: 100%;
}

.summer_camp_home__card__right .card-block .course__details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.summer_camp_home__card__right .card-block .course--icon.course--calendar__label {
  background-image: url(/images/date-range.svg?efd45ac9754f0999a31fb4da2155ca6c) !important;
  background-position: left;
}

.summer_camp_home__card__right .card-block .card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .summer_camp_home__card__right .card-block .card-title {
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}

.summer_camp_home__card__right .card-block .card-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.summer_camp_home__card__right .card-block .card-company-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.summer_camp_home__card__right .card-block .card-company-name span {
  color: #9C9C9C;
}

.summer_camp_home__card__right .card-block .body__tag_ages {
  background: rgba(23, 190, 187, 0.1);
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.summer_camp_home__card__right .card-block .body__tag_sport {
  background-color: rgba(23, 190, 187, 0.15);
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.summer_camp_home__card__right .card-block .tags-container span {
  margin-right: 8px;
}

.summer_camp_home__card__right .card-block .list-unstyled {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .summer_camp_home__card__right .card-block .list-unstyled {
    font-size: 13px;
  }
}

.summer_camp_home__card__right .card-block .card-button {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .summer_camp_home__card__right .card-block .card-button {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .summer_camp_home__card__right .card-block .card-button {
    float: right;
  }
}

.summer_camp_home__card__right .card-block .card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .summer_camp_home__card__right .card-block .card-description {
    -webkit-line-clamp: 4;
  }
}

.new-summer-camp-page {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .container {
    padding: 0;
  }
}

.new-summer-camp-page hr {
  border-bottom: 1px solid rgba(189, 189, 189, 0.33);
  margin: 30px 0;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page hr {
    margin: 24px 0;
  }
}

.new-summer-camp-page strong {
  color: #6A6A6A;
  font-weight: 700;
}

.new-summer-camp-page .fixed-bottom {
  -webkit-box-shadow: 0px -10px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px -10px 20px rgba(74, 74, 74, 0.2);
  border-radius: 0;
}

.new-summer-camp-page .fixed-bottom .card-body {
  padding: 8px 15px;
}

.new-summer-camp-page .fixed-bottom .card-body .card-button p {
  margin-bottom: 0;
  margin-top: 8px;
  color: #6A6A6A;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.new-summer-camp-page #carousel-gallery .owl-nav {
  position: absolute;
  width: 100%;
  top: 50px;
}

.new-summer-camp-page #carousel-gallery .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background-color: #ffffff77;
  color: #333;
  font-size: 24px;
  border-radius: 100%;
  position: absolute;
}

.new-summer-camp-page #carousel-gallery .owl-nav button:hover {
  background-color: #ffffff;
}

.new-summer-camp-page #carousel-gallery .owl-nav button span {
  display: inline-block;
  margin-top: -3px;
}

.new-summer-camp-page #carousel-gallery .owl-nav .owl-prev {
  left: 0;
}

.new-summer-camp-page #carousel-gallery .owl-nav .owl-next {
  right: 0;
}

.new-summer-camp-page #carousel-gallery .owl-dots {
  margin-top: 10px;
}

.new-summer-camp-page .summer-camp-company-logo {
  width: 41px;
  height: 43px;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-summer-camp-page .card-summer-camp {
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  background: #fff;
}

.new-summer-camp-page .card-summer-camp .card-body.card-body-position img {
  height: 105px;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-header {
  height: 100%;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-header .card-body {
  padding: 18px 40px;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-header .card-body .card-summer-camp-subtitle {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #9C9C9C;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-header .card-summer-camp-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  color: #4A4A4A;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp.card-summer-camp-company-header .card-summer-camp-title {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp.card-summer-camp-company-header {
    height: auto;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 12px;
  }

  .new-summer-camp-page .card-summer-camp.card-summer-camp-company-header .card-body {
    padding: 0;
  }
}

.new-summer-camp-page .card-summer-camp.card-sm {
  min-height: 100%;
  color: #6A6A6A;
}

.new-summer-camp-page .card-summer-camp.card-sm .card-summer-camp-title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px !important;
}

.new-summer-camp-page .card-summer-camp.card-sm .card-body {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp.card-sm .card-summer-camp-service-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.02em;
  }
}

.new-summer-camp-page .card-summer-camp.card-sm .card-summer-camp-price {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp.card-sm .card-summer-camp-price {
    margin-right: 24px;
  }
}

.new-summer-camp-page .card-summer-camp.card-sm .btn-outline-primary {
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 16px;
}

.new-summer-camp-page .card-summer-camp.card-sm ul li + li {
  margin-top: 24px;
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0;
  color: #4A4A4A;
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp .card-summer-camp-sub-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }
}

.new-summer-camp-page .card-summer-camp .card-body.card-body-position img {
  height: 105px;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container {
  margin-bottom: 37px;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body p {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body p:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body p:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body p {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    width: 100%;
  }

  .new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container .card-body p + p {
    margin-top: 24px;
  }
}

.new-summer-camp-page .card-summer-camp.card-summer-camp-company-info-container strong {
  color: #4A4A4A;
  font-weight: 900;
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-info-container {
  margin: 5px 0 20px 0;
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-info-container .list-group-item {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-info-container a {
  color: #17BEBB;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp .card-summer-camp-info-container {
    margin: 16px 0;
  }
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp .card-summer-camp-age-ranges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .new-summer-camp-page .card-summer-camp .card-summer-camp-age-ranges p + p {
    margin-left: 38px;
    margin-top: 0 !important;
  }
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-age-ranges p {
  margin-bottom: 0;
}

.new-summer-camp-page .card-summer-camp .card-summer-camp-age-ranges p + p {
  margin-top: 8px;
}

.new-summer-camp-page .card-summer-camp .card-button p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #6A6A6A;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

.new-summer-camp-page .card-summer-camp .card-button .btn-link {
  margin-top: 10px;
  margin-bottom: 0;
  color: #6A6A6A;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .card-summer-camp .card-body {
  padding: 16px;
}

.new-summer-camp-page .summer-camp-products-detail-container {
  margin-top: 24px;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item + .summer-camp-product-item {
  margin-top: 40px;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card + .card {
  margin-top: 16px;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .summer-camp-product-item-header {
  color: #6A6A6A;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .summer-camp-product-item-header span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .summer-camp-product-item-header strong {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-description {
  color: #6A6A6A;
  text-transform: uppercase;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-description .summer-camp-products-item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-description span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-description .label-discount {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #17BEBB;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart .summer-camp-products-item-price {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  margin-right: 16px;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart .summer-camp-products-item-price {
    margin-right: 35px;
  }
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart .summer-camp-products-item-price .price {
  font-weight: 600;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  display: block;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart .summer-camp-products-item-price .discount-price {
  margin: 2px 0;
  font-weight: 600;
  font-size: 21px !important;
  line-height: 26px !important;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart .summer-camp-products-item-price + .btn {
  margin-left: 16px;
}

.new-summer-camp-page .summer-camp-products-detail-container .summer-camp-product-item .card-body .summer-camp-products-item-addtocart .btn {
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 16px;
}

.new-summer-camp-page .summer-camp-products-filters-container {
  color: #6A6A6A;
  padding-bottom: 16px !important;
}

.new-summer-camp-page .summer-camp-products-filters-container h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.new-summer-camp-page .summer-camp-products-filters-container h5 span {
  display: inline-block;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: -0.02em;
  font-weight: normal !important;
}

.new-summer-camp-page .summer-camp-products-filters-container .summer-camp-products-filter-btn {
  margin-top: 16px;
}

.new-summer-camp-page .summer-camp-products-filters-container .summer-camp-products-filter-btn p {
  margin-bottom: 8px;
}

.new-summer-camp-page .summer-camp-products-filters-container .summer-camp-products-filter-btn .btn-filter {
  color: #6A6A6A;
  border: 1px solid #6A6A6A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 9px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-right: 16px;
  margin-bottom: 8px;
}

.new-summer-camp-page .summer-camp-products-filters-container .summer-camp-products-filter-btn .btn-filter.selected {
  border: 1px solid #17BEBB;
  color: #17BEBB;
}

.new-summer-camp-page .summer-camp-products-filters-container .summer-camp-products-filter-btn .btn-filter:last-child {
  margin-right: 0;
}

.new-summer-camp-page .summer-camp-products-filters-container .summer-camp-products-filter-btn .btn-filter .fas + .fas {
  margin-left: 2px;
}

.new-summer-camp-page .service-item {
  font-size: 16px;
  color: #6A6A6A;
}

.new-summer-camp-page .service-item .service-item-name {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .service-item h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.new-summer-camp-page .alert-promo {
  background: #DFFDFC;
  border-radius: 5px;
  border: none;
}

.new-summer-camp-page .alert-promo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #17BEBB;
  margin-bottom: 0;
}

.new-summer-camp-page .alert-promo p strong {
  color: #17BEBB;
  font-weight: 600;
}

.new-summer-camp-page .compose-container {
  position: relative;
  margin-top: 45px;
}

.new-summer-camp-page .compose-container .composer-form-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown {
  top: 0 !important;
  margin-bottom: 0.5rem;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px;
  background: #FFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle .label {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle .label.lg {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle .selected {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle mark {
  background: #FFEFD5;
  border-radius: 13.5px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #4A4A4A;
  padding: 2px 10px;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle:hover,
.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle:active {
  background: #FFF;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown .dropdown-toggle:after {
  border-top-color: #4A4A4A;
}

.new-summer-camp-page .compose-container .composer-form-container .dropdown + .dropdown,
.new-summer-camp-page .compose-container .composer-form-container .dropdown + .btn {
  margin-left: 1rem;
}

.new-summer-camp-page .compose-container .composer-form-container .btn-primary {
  margin-bottom: 0.5rem;
  min-height: 45px;
  border-radius: 10px;
  background: #17BEBB;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
}

.new-summer-camp-page .compose-container .dropdown {
  position: relative;
}

.new-summer-camp-page .compose-container .dropdown .invalid-feedback {
  left: 0 !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #EE4B4B;
  position: relative;
  margin-top: 5px;
}

.new-summer-camp-page .compose-container .dropdown-menu {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 8px;
  border: none;
  z-index: 1003;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 10px;
}

.new-summer-camp-page .compose-container .dropdown-menu .dropdown-scrollable {
  position: relative;
  overflow-y: auto;
  max-height: 250px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.new-summer-camp-page .compose-container .dropdown-menu .dropdown-scrollable::-webkit-scrollbar {
  width: 6px;
}

.new-summer-camp-page .compose-container .dropdown-menu .dropdown-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.new-summer-camp-page .compose-container .dropdown-menu .dropdown-scrollable::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.new-summer-camp-page .compose-container .dropdown-menu .dropdown-scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.new-summer-camp-page .compose-container .dropdown-menu .form-age-range-control {
  text-align: center;
  max-width: 50px;
  width: 50px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}

.new-summer-camp-page .compose-container .dropdown-menu .form-age-range-control::-webkit-outer-spin-button,
.new-summer-camp-page .compose-container .dropdown-menu .form-age-range-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 0.5px solid #BDBDBD;
  padding: 14px 20px 5px 20px;
  margin-top: 15px;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply .btn {
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 14px;
  max-height: 45px !important;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply .btn.btn-outline-secondary {
  font-weight: 300;
  line-height: 17px;
  border: 1px solid #BDBDBD;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply .btn.btn-outline-secondary:hover,
.new-summer-camp-page .compose-container .dropdown-menu .apply .btn.btn-outline-secondary:active {
  background: #FFF;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply .btn.btn-outline-secondary.disabled {
  color: #ACACAC;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply .btn.btn-primary {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 17px;
  color: #FFFFFF;
  background: #17BEBB;
}

.new-summer-camp-page .compose-container .dropdown-menu .apply .btn + .btn {
  margin-left: 10px;
}

.new-summer-camp-page .compose-container .dropdown-menu .btn-secondary-outline {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-summer-camp-page .compose-container .dropdown-menu .form-control {
  border: 1px solid #8B8B8B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.new-summer-camp-page .compose-container .dropdown-menu .form-group-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .compose-container .dropdown-menu .form-group-dropdown + .form-group-dropdown {
  margin-top: 1rem;
}

.new-summer-camp-page .compose-container .dropdown-menu .header {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
  text-align: center;
  margin-bottom: 13px;
}

.new-summer-camp-page .compose-container .dropdown-menu .round-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .dropdown-menu .caret-dropdown {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
}

.new-summer-camp-page .compose-container .dropdown-menu .caret-dropdown:after,
.new-summer-camp-page .compose-container .dropdown-menu .caret-dropdown:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  left: 15px;
}

.new-summer-camp-page .compose-container .dropdown-menu .caret-dropdown:before {
  top: -8px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #FFFFFF;
}

.new-summer-camp-page .compose-container .dropdown-menu .caret-dropdown:after {
  top: -7px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #FFFFFF;
}

.new-summer-camp-page .compose-container .dropdown-menu .custom-control .custom-control-label {
  display: inline-block;
  line-height: 15px;
}

.new-summer-camp-page .compose-container .dropdown-menu .custom-control .custom-control-label strong {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .dropdown-menu .custom-control .custom-control-label .time {
  display: block;
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 0;
}

.new-summer-camp-page .compose-container .dropdown-menu .custom-control .custom-control-label .badge {
  display: block;
  border-radius: 15px;
  font-size: 8px;
  line-height: 10px;
  font-weight: 300;
}

.new-summer-camp-page .compose-container .dropdown-menu .custom-control .custom-control-label .badge.badge-info {
  background: rgba(23, 190, 187, 0.2);
  color: #17BEBB;
}

.new-summer-camp-page .compose-container .dropdown-menu .frequency-container {
  padding: 15px;
}

.new-summer-camp-page .compose-container .dropdown-menu .frequency-container p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .dropdown-menu .frequency-container p mark {
  padding: 2px 10px;
  background: #FFEFD5;
  border-radius: 13.5px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #4A4A4A;
}

.new-summer-camp-page .compose-container .dropdown-menu .frequency-container + .frequency-container {
  padding-top: 0;
}

.new-summer-camp-page .compose-container .dropdown-menu .list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.new-summer-camp-page .summer-camp-formula-summary-container .summary-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4A4A4A;
}

.new-summer-camp-page .summer-camp-formula-summary-container .card {
  -webkit-box-shadow: 0px 12px 20px rgba(74, 74, 74, 0.1);
          box-shadow: 0px 12px 20px rgba(74, 74, 74, 0.1);
  border-radius: 10px;
  border: none;
}

.new-summer-camp-page .summer-camp-formula-summary-container .card .card-body {
  padding: 20px 30px;
}

.new-summer-camp-page .summer-camp-formula-summary-container .list-group .list-group-item {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.new-summer-camp-page .summer-camp-formula-summary-container .list-group .list-group-item span {
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.new-summer-camp-page .card-summer-camp-header-container {
  margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp-header-container {
    margin-bottom: 0;
  }
}

.new-summer-camp-page .card-summer-camp-header-container .card-summer-camp-header {
  min-height: 100%;
}

.new-summer-camp-page .card-summer-camp-header-container .card-summer-camp-header .card-summer-camp-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: hidden;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp-header-container .card-summer-camp-header .card-summer-camp-header-container {
    min-height: auto;
  }
}

.new-summer-camp-page .card-summer-camp-header-container .card-summer-camp-header .summer-camp-cover-container img {
  border-radius: 5px;
}

.new-summer-camp-page .card-summer-camp-header-container .summer-camp-gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-summer-camp-page .card-summer-camp-header-container .summer-camp-gallery-container .img-gallery--item {
  width: 255px;
  height: 50%;
  border-radius: 0;
}

.new-summer-camp-page .card-summer-camp-header-container .summer-camp-gallery-container .img-gallery--item img {
  height: 100%;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.new-summer-camp-page .card-summer-camp-header-container .summer-camp-gallery-container .img-gallery--item + .img-gallery--item {
  margin-top: 20px;
}

.new-summer-camp-page .card-summer-camp-header-container .summer-camp-gallery-container + .summer-camp-cover-container {
  margin-left: 30px;
}

.new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel {
  overflow-x: hidden;
  position: relative;
  display: none;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel {
    display: block;
  }

  .new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 330px;
  }

  .new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.75);
  }

  .new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel .owl-dots .owl-dot.active span,
  .new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    /* Card Shadow */
    -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
            box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  }
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp-header-container .summer-camp-owl-carousel .img-gallery--item img {
    max-height: 135px;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}

.new-summer-camp-page .summer-camp-timeline-container {
  margin-top: 24px;
}

.new-summer-camp-page .summer-camp-timeline-container .timeline-clickable {
  position: relative;
  z-index: 50;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-timeline-container {
    margin-bottom: 28px;
    padding-bottom: 10px;
  }

  .new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item-col:first-child .summer-camp-timeline-inner-item {
    padding-bottom: 16px;
  }

  .new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item-col + .summer-camp-timeline-item-col .summer-camp-timeline-inner-item {
    border-top: 1px solid rgba(156, 156, 156, 0.33);
    padding: 16px 0;
  }
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item {
  margin-bottom: 16px;
  position: relative;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .summer-camp-timeline-inner-item .summer-camp-timeline-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .summer-camp-timeline-inner-item .summer-camp-timeline-item-footer span + .clickable {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .summer-camp-timeline-inner-item .summer-camp-timeline-item-footer span + .clickable {
    margin-right: 0;
  }
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item:before {
  content: '';
  border-bottom: 4px solid #DEDEDE;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item:after {
  margin-top: 10px;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #DEDEDE;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item:before {
    content: '';
    border-left: 4px solid #DEDEDE;
    border-bottom: none;
    top: 0;
    bottom: 0;
    left: 6px;
  }

  .new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item:after {
    position: absolute;
    left: 0;
    top: 35%;
  }
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .badge {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  border-radius: 13.5px;
  font-weight: 300;
  font-size: 8px;
  line-height: 10px;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .badge.badge-danger {
  background-color: rgba(238, 75, 75, 0.2);
  color: #EE4B4B;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .clickable {
  font-weight: 600;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #17BEBB;
  text-decoration: underline;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .timeline-min-price-label {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #17BEBB;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .timeline-min-price-label .timeline-min-price {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.new-summer-camp-page .summer-camp-timeline-container .summer-camp-timeline-item .timeline-period {
  font-size: 14px;
}

.new-summer-camp-page .summer-camp-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 70%;
}

.new-summer-camp-page .summer-camp-address-container .summer-camp-address-inner {
  width: inherit;
}

.new-summer-camp-page .summer-camp-program-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-program-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
}

.new-summer-camp-page .summer-camp-program-container .summer-camp-program-container-col {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.new-summer-camp-page .summer-camp-program-container .summer-camp-program-container-col:last-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.new-summer-camp-page .summer-camp-program-container .summer-camp-program-container-col + .summer-camp-program-container-col {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-program-container .summer-camp-program-container-col + .summer-camp-program-container-col {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-program-container .summer-camp-program-container-col {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    width: 100%;
  }
}

.new-summer-camp-page .summer-camp-program-container ul {
  margin-top: 12px;
}

.new-summer-camp-page .summer-camp-program-container ul li + li {
  margin-top: 8px !important;
}

.new-summer-camp-page .summer-camp-round-products-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown {
  position: relative;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-toggle {
  position: relative;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 6px 16px;
  width: 100%;
  max-height: 38px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-toggle .fas {
  color: #4A4A4A;
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 6px;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-toggle .badge-filter-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #4A4A4A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 4px 15px 4px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
  max-height: 25px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-toggle .badge-filter-item + .badge-filter-item {
  margin-left: 7px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-toggle .badge-filter-item span {
  font-size: 16px !important;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu {
  max-height: 150px;
  overflow-y: scroll;
  z-index: 1050;
  left: 0;
  right: 0;
  margin-top: 6px;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 4px 4px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 16px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu .dropdown-item .custom-checkbox label {
  font-size: 14px;
  line-height: 30px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu .dropdown-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #17BEBB;
  background-color: #17BEBB;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu .dropdown-item:active {
  background: transparent;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group label {
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  display: block;
  margin-bottom: 6px;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .btn-meal-group .btn-badge {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 16px;
  max-height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .btn-meal-group .btn-badge + .btn-badge {
  margin-left: 24px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-filter .form-group .btn-meal-group .btn-badge + .btn-badge {
    margin-left: 16px;
  }
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group .btn-meal-group .btn-badge.selected {
  border: 1px solid #17BEBB;
  background: #17BEBB;
  color: #fff;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-filter .form-group .btn-meal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .new-summer-camp-page .summer-camp-round-products-filter .form-group .btn-meal-group .btn-badge {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.new-summer-camp-page .summer-camp-round-products-filter .form-group + .form-group {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-filter .form-group + .form-group {
    margin-left: 0;
    margin-top: 18px;
  }
}

.new-summer-camp-page .summer-camp-rounds-description {
  margin-bottom: 70px;
}

.new-summer-camp-page .summer-camp-rounds-description h2:first-child {
  font-size: 24px;
}

.new-summer-camp-page .summer-camp-round-products-container {
  margin-top: 40px;
}

.new-summer-camp-page .summer-camp-round-products-container h3:first-child {
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container h3:first-child {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container {
    margin-top: 24px;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .summer-camp-round-inner + .summer-camp-round-inner {
  margin-top: 40px;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .summer-camp-round-inner .summer-camp-round-week {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .summer-camp-round-inner .summer-camp-round-week {
    font-size: 18px;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .summer-camp-round-inner .summer-camp-round-price-label {
  font-size: 21px;
  line-height: 26px;
  /* identical to box height */
  color: #4A4A4A;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .summer-camp-round-inner .summer-camp-round-price-label {
    font-size: 18px;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product {
  min-height: 100%;
  padding-right: 15px;
  margin-bottom: 16px;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product + .card-summer-camp-round-product {
  padding-left: 15px;
  padding-right: 0;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product:nth-child(2n + 1) {
  padding-left: 0;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product {
    padding: 0 !important;
  }

  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .sc-icon:before {
    height: 20px;
    width: 20px;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .card-body {
  padding: 16px 25px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .card-body {
    padding: 16px;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .btn-link {
  text-align: left;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #17BEBB;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #17BEBB;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-price {
    text-align: center;
    margin-right: 35px;
    margin-left: 26px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-price .discount {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #4A4A4A;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-price strong {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-price span:last-child {
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: -0.02em;
  color: #6A6A6A;
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-badge {
  font-size: 12px;
  line-height: 16px;
  color: #6A6A6A;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .summer-camp-round-product-badge {
    display: block;
  }
}

.new-summer-camp-page .summer-camp-round-products-container .summer-camp-rounds-container .card-summer-camp-round-product .card .btn {
  border-radius: 20px;
  font-weight: 600;
}

.new-summer-camp-page .modal-dialog-sc-products .modal-content {
  padding: 24px;
}

.new-summer-camp-page .modal-dialog-sc-products .modal-content .modal-header,
.new-summer-camp-page .modal-dialog-sc-products .modal-content .modal-body {
  padding: 0;
}

.new-summer-camp-page .nav-tabs {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
  position: relative;
  border-bottom: 5px solid #007BFF;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .nav-tabs {
    margin-top: 50px;
  }
}

.new-summer-camp-page .nav-tabs.fixed-top {
  z-index: 1050;
  margin-top: 0;
  position: fixed !important;
  min-height: 64px;
}

.new-summer-camp-page .nav-tabs.fixed-top .nav-item .nav-link {
  border-radius: 0 !important;
}

.new-summer-camp-page .nav-tabs.fixed-top .nav-item .nav-link span {
  display: none;
}

.new-summer-camp-page .nav-tabs .nav-item {
  position: relative;
}

.new-summer-camp-page .nav-tabs .nav-item:after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  content: '';
  border-right: 1px solid rgba(189, 189, 189, 0.33);
}

.new-summer-camp-page .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 5px 0 0;
}

.new-summer-camp-page .nav-tabs .nav-item:last-child:after {
  border: none;
}

.new-summer-camp-page .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 5px 0 0 0;
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 10px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  border-radius: 0;
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #007BFF;
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link.active:after {
  border: none;
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link.active .sc-dollar:before {
  content: '';
  background-image: url(/images/dollar_white.svg?4007013cf4b49eef8521176e0d627502);
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link.active .sc-clock:before {
  content: '';
  background-image: url(/images/clock_white.svg?8119bfe1cf1c976607452fd903a4b142);
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link.active .sc-bag:before {
  content: '';
  background-image: url(/images/bag_white.svg?79f3e11a97fa19328b72356a9c62f263);
}

.new-summer-camp-page .nav-tabs .nav-item .nav-link.active .sc-info:before {
  content: '';
  background-image: url(/images/info_white.svg?73abdfe6c31af6ad88cb7234e62148c3);
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .nav-tabs .nav-item .nav-link {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6px 10px;
  }

  .new-summer-camp-page .nav-tabs .nav-item .nav-link .sc-icon {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 4px;
  }
}

.new-summer-camp-page .tab-content {
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .tab-content {
    padding-top: 8px;
  }
}

.new-summer-camp-page .tab-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .tab-content h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
  }
}

.new-summer-camp-page .summer-camp-howto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.new-summer-camp-page .summer-camp-howto-container p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #4A4A4A;
}

.new-summer-camp-page .summer-camp-howto-container .summer-camp-text-container p,
.new-summer-camp-page .summer-camp-howto-container .summer-camp-text-container ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-howto-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .new-summer-camp-page .summer-camp-howto-container .card {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.new-summer-camp-page .summer-camp-howto-container a {
  color: #17BEBB;
  font-weight: 600;
}

.new-summer-camp-page .summer-camp-howto-container .card {
  min-height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new-summer-camp-page .summer-camp-howto-container .card + .card {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .summer-camp-howto-container .card + .card {
    margin-left: 0;
    margin-top: 16px;
  }
}

.new-summer-camp-page .summer-camp-company-logo-container {
  margin-bottom: 16px;
}

.new-summer-camp-page .summer-camp-company-logo-container img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.new-summer-camp-page .summer-camp-company-logo-container p {
  text-transform: uppercase;
  color: #1778BE;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

.new-summer-camp-page .summer-camp-contact-company-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-summer-camp-page .summer-camp-contact-company-container p {
  text-align: center;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

.new-summer-camp-page .card-summer-camp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-summer-camp-page .card-summer-camp-row .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new-summer-camp-page .card-summer-camp-row .card + .card {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .new-summer-camp-page .card-summer-camp-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .new-summer-camp-page .card-summer-camp-row .card-summer-camp + .card-summer-camp {
    margin-top: 16px;
    margin-left: 0;
  }
}

.new-summer-camp-page .summer-camp-modal-dialog .modal-header h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}

.new-summer-camp-page .summer-camp-modal-dialog .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}

.new-summer-camp-page .summer-camp-modal-dialog .form-group .form-control {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
}

.new-summer-camp-page .summer-camp-modal-dialog .form-group .form-control:placeholder {
  color: #9C9C9C;
}

.new-summer-camp-page .summer-camp-modal-dialog .summer-camp-modal-text-muted {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #6A6A6A !important;
}

.sc-icon {
  display: inline-block;
}

.sc-icon.sc-icon-sm {
  max-height: 20px;
}

.sc-icon.sc-icon-sm:before {
  content: '';
  display: inline-block;
  height: 20px !important;
  width: 20px !important;
  max-height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc-icon.sc-cart-primary:before {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 14px;
  width: 14px;
  content: '';
  background-image: url(/images/cart_primary.svg?54993c8cecb7483ab90ad9a7a534c76d);
}

.sc-icon.sc-calendar:before {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 14px;
  width: 14px;
  content: '';
  background-image: url(/images/calendar_today.svg?419396ef0355d97345bf4b4be554e7bd);
}

.sc-icon.sc-calendar-dark:before {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 18px;
  width: 16px;
  content: '';
  background-image: url(/images/calendar-dark.svg?e760e5c85c70a5281339b94afb77b111);
}

.sc-icon.sc-place:before {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 13px;
  content: '';
  background-image: url(/images/place.svg?121a1cc22475b19741ef29c868b2cbfa);
}

.sc-icon.sc-company:before {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 13px;
  content: '';
  background-image: url(/images/company.svg?2f668a88b2537f55718ef122d78f45fe);
}

.sc-icon.sc-marker:before {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  width: 14px;
  content: '';
  background-image: url(/images/marker.svg?25e51634e313a5c76d9817e92c22d46a);
}

.sc-icon.sc-marker-dark:before {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  width: 14px;
  content: '';
  background-image: url(/images/map_dark.svg?1dd5ce971ff217e1fab76cd8212f3503);
}

.sc-icon.sc-bag:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/bag.svg?f8c56c2e496cbb93121542dbedb8e58d);
}

.sc-icon.sc-bread:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/bread.svg?2633bb827bee35e778a7219f7235da89);
}

.sc-icon.sc-dollar:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/dollar.svg?66dc5106075e39ba2c9bd332cc51ca44);
}

.sc-icon.sc-smile:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/smile_dark.svg?43923b6cc3d4ec25e39aa4dd46a74e05);
}

.sc-icon.sc-ball:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/ball.svg?a6c970e344556d2486ec18d3a3f5e2d7);
}

.sc-icon.sc-disabled:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/disabled.svg?57b809537a60490fe87bc5a2b42ff409);
}

.sc-icon.sc-clock-primary:before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url(/images/clock_o.svg?02b4440df0207a90ee95d93bc1b765a4);
}

.sc-icon.sc-clock:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/clock.svg?2fedcc196434565f8d66b3d88f1601e0);
}

.sc-icon.sc-info:before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url(/images/info-dark.svg?7d79da262f8059c2277331c2301fbe0b);
}

@media (min-width: 768px) {
  .text-truncate-md {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.summer-camp-product-related {
  margin-top: 98px;
}

.summer-camp-product-related .item-product {
  min-width: 350px;
}

@media (max-width: 767.98px) {
  .summer-camp-product-related .item-product {
    min-width: 100% !important;
  }
}

.summer-camp-product-related .btn-event-card {
  border: 0.5px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
}

.summer-camp-product-related h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #4A4A4A;
  margin-bottom: 27px;
}

@media (max-width: 767.98px) {
  .summer-camp-product-related h3 {
    font-size: 18px;
    margin-bottom: 21px;
  }
}

.summer-camp-product-related .summer-camp-company-container .company-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #8B8B8B;
}

.summer-camp-product-related .event-dates-container .event-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.calendar {
  position: relative;
  padding-top: 10px;
}

.calendar .calendar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calendar .calendar-container .calendar-day {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  width: calc(100% / 7);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar .calendar-container .calendar-day span {
  z-index: 10;
}

.calendar .calendar-container .calendar-day.disabled {
  color: #4A4A4A;
}

.calendar .calendar-container .calendar-day.round-day-included {
  background: #FBFBFB;
}

.calendar .calendar-container .calendar-day.round-day {
  position: relative;
}

.calendar .calendar-container .calendar-day.round-day__start {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background: #FBFBFB;
}

.calendar .calendar-container .calendar-day.round-day__start:before {
  content: '';
  position: absolute;
  background: #EEEEEE;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.calendar .calendar-container .calendar-day.round-day__start.round-day-selected {
  background: rgba(23, 190, 187, 0.1) !important;
}

.calendar .calendar-container .calendar-day.round-day__start.round-day-selected:before {
  content: '';
  position: absolute;
  background: rgba(23, 190, 187, 0.4) !important;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.calendar .calendar-container .calendar-day.round-day__end {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #FBFBFB;
}

.calendar .calendar-container .calendar-day.round-day__end:before {
  content: '';
  position: absolute;
  background: #EEEEEE;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.calendar .calendar-container .calendar-day.round-day__end.round-day-selected {
  background: rgba(23, 190, 187, 0.1) !important;
}

.calendar .calendar-container .calendar-day.round-day__end.round-day-selected:before {
  content: '';
  position: absolute;
  background: rgba(23, 190, 187, 0.4) !important;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.calendar .calendar-container .calendar-day.round-day-selected {
  background: rgba(23, 190, 187, 0.1) !important;
}

.calendar .calendar-week-header {
  margin-bottom: 0.5rem;
}

.calendar .calendar-week-header .calendar-day-week {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #4A4A4A;
}

.calendar .calendar-week-header .calendar-day-week.holiday {
  color: #ACACAC;
}

.calendar .month-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #4A4A4A;
  text-align: center;
  text-transform: capitalize;
}

.calendar .calendar-body {
  position: relative;
}

.calendar .calendar-body .calendar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 10px;
  right: 10px;
  font-size: 12px;
  top: -2px;
  z-index: 100;
}

.dropdown-header {
  border-bottom: 0.5px solid #BDBDBD;
  padding: 5px 20px 10px 20px;
}

.dropdown-header p {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.dropdown-header .form-group {
  margin-bottom: 0;
}

.dropdown-header .form-group .custom-control-label {
  min-height: auto;
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 15px !important;
}

.dropdown-header .form-group .custom-control-label:after,
.dropdown-header .form-group .custom-control-label:before {
  top: 0;
}

.card-summary .list-group .list-group-item {
  border: none;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-summary .list-group .list-group-item .custom-control-label:after,
.card-summary .list-group .list-group-item .custom-control-label:before {
  top: 0;
}

.card-summary .list-group .list-group-item.summary-price {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #4A4A4A;
}

.card-summary .list-group .list-group-item.summary-discount {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
  padding-top: 3px;
  padding-bottom: 3px;
}

.card-summary .list-group .list-group-item.summary-other-discount {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.card-summary .list-group .list-group-item.summary-total {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #4A4A4A;
}

.card-summary .list-group + .list-group {
  margin-top: 0.25rem;
  border-top: 0.5px solid #BDBDBD;
}

.card-summary .btn-primary {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border-radius: 20px;
  padding: 8px 20px;
}

.card-summary .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.list-group-item-header p {
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
  margin-bottom: 0;
}

.list-group-item-header p strong {
  font-weight: 600;
}

.list-group-item-header span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
}

.list-group-item-header mark {
  background: #FFEFD5;
  border-radius: 13px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #4A4A4A;
}

.list-group-item-divider {
  border-top: 0.5px solid #BDBDBD !important;
  margin: 0.75rem 0 !important;
}

.summer-camp__reservation-items__container .reservation-item__container {
  max-height: 250px;
  overflow: auto;
  padding: 0 5px;
  padding-bottom: 15px;
}

.summer-camp__reservation-items__container .reservation-item__container::-webkit-scrollbar {
  width: 8px;
}

.summer-camp__reservation-items__container .reservation-item__container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.summer-camp__reservation-items__container .reservation-item__container::-webkit-scrollbar-thumb {
  background: #888;
}

.summer-camp__reservation-items__container .reservation-item__container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 767.98px) {
  .summer-camp__reservation-items__container .reservation-item__container {
    max-height: auto;
  }
}

.summer-camp__reservation-items__container .reservation-item__container + .reservation-item__container {
  padding-top: 15px;
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
}

.reservation-user__fiscal-file__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.reservation-user__fiscal-file__container .edit-fiscal-file__button {
  position: absolute;
  right: 15px;
}

@media (max-width: 767.98px) {
  .reservation-membership-fee__container {
    margin-top: 15px;
  }
}

.reservation-membership-fee__included {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .reservation-membership-fee__included {
    display: block;
  }
}

.reservation-partecipants__container span:first-child {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .reservation-partecipants__container span:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .reservation-partecipant__fiscal-file__container div[class^='col-'],
  .reservation-partecipant__fiscal-file__container div[class*=' col-'] {
    padding: 0 !important;
  }
}

.reservation-partecipant__fiscal-file__container .vdp-datepicker__calendar {
  width: auto !important;
  right: 0;
}

.reservation-partecipant__fiscal-file__container .vdp-datepicker__calendar-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservation-partecipant__fiscal-file__container .form-datepicker .vdp-datepicker__calendar-button {
  top: -35px !important;
}

.reservation-partecipant__fiscal-file__container .form-datepicker input[type="text"] {
  display: none !important;
}

.reservation-detail__container .dropdown-multiselect__container {
  position: relative;
}

.reservation-detail__container .dropdown-multiselect__container .btn {
  background: transparent;
  border: 0.5px solid #BDBDBD;
  padding-top: 8px;
}

.reservation-detail__container .dropdown-multiselect__container .btn:hover,
.reservation-detail__container .dropdown-multiselect__container .btn:active,
.reservation-detail__container .dropdown-multiselect__container .btn:focus,
.reservation-detail__container .dropdown-multiselect__container .btn:link {
  background: transparent !important;
}

.reservation-detail__container .dropdown-multiselect__container .btn .fas {
  color: #4A4A4A !important;
  position: absolute;
  right: 15px;
  top: 30%;
}

.reservation-detail__container .dropdown-multiselect__container .btn:after {
  display: none;
}

.reservation-detail__container .dropdown-multiselect__menu {
  background-color: #FFFFFF;
  border: 0.5px solid #BDBDBD;
  border-radius: 4px;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 5px;
  z-index: 1020;
}

.reservation-detail__container .dropdown-multiselect__item + .dropdown-multiselect__item {
  padding-top: 10px;
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
}

.reservation-cart-item__container {
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  border-radius: 4px;
  padding: 15px;
}

.reservation-cart-item__container + .reservation-cart-item__container {
  margin-top: 15px;
}

.reservation-cart__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.reservation-cart__detail-item + .reservation-cart__detail-item {
  border-top: 0.5px solid rgba(156, 156, 156, 0.66);
}

.partecipant-item__container + .partecipant-item__container {
  margin-top: 10px;
}

.card.card-fiscale-file__container {
  padding: 40px 25px !important;
}

.summer-camps__distance {
  padding-top: 5px;
  font-size: 14px !important;
  white-space: nowrap;
  font-weight: 400;
}

.summer-camps__header-container {
  background-color: #fff !important;
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .summer-camps__header-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

.summer-camps__header-container .search__jumbotron__header container {
  padding: 0 !important;
}

.summer-camps__header-container .search-what-field-container .pac-container {
  right: 0;
  left: 0;
  top: 45px;
}

.summer-camps__header-container .search-what-field-container .pac-container .pac-item {
  padding: 5px;
}

.summer-camps__header-container .search-what-field-container .pac-icon {
  top: 5px !important;
}

.summer-camps__header-container .search-what-field-container .pac-icon.pac-icon-sport {
  background-image: url(/images/orange-run.svg?4aaace968e2b151dd223ff3b39d54f79) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.summer-camps__header-container h1 {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .summer-camps__header-container h1 {
    font-size: 32px;
  }
}

.summer-camps__header-container p {
  text-shadow: none !important;
}

.summer-camps__header-container .search__jumbotron__header__heading {
  background-image: url(/images/bimbi.svg?aa065f5cfe3ebb97770436894d18f739);
  background-repeat: no-repeat;
  background-position: 70% 60%;
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .summer-camps__header-container .search__jumbotron__header__heading {
    background-image: none;
    padding: 0;
  }
}

.summer-camps__info-results {
  margin-top: 80px;
  font-size: 24px;
  border-bottom: 2px solid #17BEBB;
}

@media (max-width: 767.98px) {
  .summer-camps__info-results {
    margin-top: 40px;
    font-size: 18px;
  }
}

.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-toggle {
  border: 0.5px solid #DEDEDE !important;
  color: #4A4A4A;
}

.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-toggle:hover,
.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-toggle:active {
  background-color: transparent !important;
  color: #4A4A4A !important;
}

.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
}

.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-menu {
  top: 0 !important;
  max-height: 250px;
  overflow: auto;
  right: 0;
}

.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-menu:before,
.summer-camp-filters-modal .modal-body .results-body__filters .dropdown-menu:after {
  border: none !important;
}

.summer-camp-filters-modal .modal-body .results-body__filters .form-control {
  border: 0.5px solid #DEDEDE !important;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
}

.summer-camp-filters-modal .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #fff;
}

.filters-overlay__container {
  z-index: 1050;
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filters-overlay__container .btn-filters-overlay {
  padding-left: 15px;
  background-image: url(/images/filter.svg?11e8697c78e898c2a65418477c8703d0);
  background-repeat: no-repeat;
  background-position: 85%;
  padding-right: 50px;
}

.event-page {
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  .event-page {
    padding-bottom: 150px;
  }
}

.event-page .form-control.input {
  min-height: 40px;
  max-height: 40px;
}

@media (max-width: 991.98px) {
  .event-page .event-promotion-invoice__container [class^='col-'] {
    padding: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .event-page .promotion-payment-buttons__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .event-page .confirm-promo-buttons__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column-inverse;
            flex-direction: column-inverse;
  }
}

.event-page .confirm-promo-buttons__container .btn {
  width: 30%;
}

@media (max-width: 991.98px) {
  .event-page .confirm-promo-buttons__container .btn {
    width: 100%;
  }
}

.event-page .confirm-promo-buttons__container .btn + .btn {
  margin-left: 25px;
}

@media (max-width: 991.98px) {
  .event-page .confirm-promo-buttons__container .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .event-page .exit-buttons__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.event-page .exit-buttons__container .btn {
  width: 25%;
}

@media (max-width: 991.98px) {
  .event-page .exit-buttons__container .btn {
    width: 100%;
  }
}

.event-page .exit-buttons__container .btn + .btn {
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .event-page .exit-buttons__container .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

.event-page .event-promotion-text {
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .event-page .event-promotion-text {
    text-transform: none;
  }
}

.event-page.event-payment-promotion {
  background-image: url(/images/event-payment-promotion.svg?83acca401ca8c8c67bf9a290d556291f);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 800px;
}

@media (max-width: 767.98px) {
  .event-page.event-payment-promotion {
    background-size: 85%;
  }
}

.event-page.event-payment-promotion .event-payment-promo__title {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .event-page.event-payment-promotion .event-payment-promo__title {
    font-size: 18px;
  }
}

.event-page.event-payment-promotion .list-group .list-group-item {
  padding-left: 0;
  border-radius: 0;
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .event-page.event-payment-promotion .list-group .list-group-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .event-page.event-payment-promotion .list-group .list-group-item span {
    width: 100%;
  }
}

.event-page.event-payment-promotion .list-group .list-group-divider {
  border-top: 1px solid rgba(123, 123, 123, 0.5);
}

.event-page.event-promotion {
  background-image: url(/images/event-promoted.svg?ad5f6d33deb6acba286adcdb633c0db0);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 750px;
}

@media (max-width: 767.98px) {
  .event-page.event-promotion {
    background-size: 90%;
  }
}

.event-page .event-promotion__activate-container h1 {
  font-size: 60px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .event-page .event-promotion__activate-container h1 {
    font-size: 40px;
  }
}

.event-page .event-promotion__activate-container .event-promotion-btn__container .btn {
  width: 40%;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .event-page .event-promotion__activate-container .event-promotion-btn__container .btn {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .event-page .event-promotion__activate-container .event-promotion-btn__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.event-page .form-group {
  position: relative;
}

.event-page .invalid-feedback {
  position: absolute;
  z-index: 1050;
  background: #dc3545;
  color: #fff;
  width: auto;
  border-radius: 2px;
  padding: 0 10px;
  left: 0;
}

.event-page .invalid-feedback:after,
.event-page .invalid-feedback:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.event-page .invalid-feedback:before {
  top: -8px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.event-page .invalid-feedback:after {
  top: -7px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #dc3545;
}

@media (max-width: 767.98px) {
  .event-page .p-r-sm-0 {
    padding-right: 0;
  }

  .event-page .p-l-sm-0 {
    padding-left: 0;
  }
}

.event-page .dropdown-event-navbar {
  right: 10px;
}

.event-page textarea {
  resize: none;
}

.event-page__unsubscribe-partecipant a {
  width: 255px;
}

.event-page__unsubscribe-partecipant img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .event-page .event-image-buttons__container {
    padding: 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.event-page .event-image-buttons__container .btn {
  width: 50%;
}

@media (max-width: 767.98px) {
  .event-page .event-image-buttons__container .btn {
    width: 100%;
  }
}

.event-page .event-image-buttons__container .btn + .btn {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .event-page .event-image-buttons__container .btn + .btn {
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.event-page .event-upload__container {
  background: #fff;
  border: 1px solid rgba(123, 123, 123, 0.2);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 175px;
  max-height: 175px;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.event-page .event-upload__container p {
  color: rgba(74, 74, 74, 0.75);
}

.event-page .event-upload__container input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 1020;
}

.event-page .event-calendar {
  position: relative;
}

.event-page .event-calendar__icon-container {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .event-page .event-main-title {
    top: -10px;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    background-color: rgba(123, 123, 123, 0.1);
    padding: 16px;
  }
}

.event-page .form-control {
  border: 0.5px solid #BDBDBD;
}

.event-page .form-control:disabled {
  background-color: #fff !important;
  opacity: 0.5 !important;
}

.event-page .dropdown.dropdown-form-control .dropdown-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  border: 0.5px solid #BDBDBD;
  color: #4A4A4A;
}

.event-page .dropdown.dropdown-form-control .dropdown-toggle:hover,
.event-page .dropdown.dropdown-form-control .dropdown-toggle:active,
.event-page .dropdown.dropdown-form-control .dropdown-toggle:visited,
.event-page .dropdown.dropdown-form-control .dropdown-toggle:link {
  background: #fff;
  color: #4A4A4A;
  -webkit-transition: none;
  transition: none;
}

.event-page .dropdown.dropdown-form-control .dropdown-toggle:after {
  position: absolute;
  right: 15px;
  top: 45%;
}

.event-page .dropdown.dropdown-form-control .dropdown-menu {
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.event-page .dropdown.dropdown-form-control .dropdown-item {
  border-radius: 0;
}

.event-page .dropdown.dropdown-form-control .dropdown-item:hover,
.event-page .dropdown.dropdown-form-control .dropdown-item.active {
  background-color: #76d0bf !important;
  color: #fff;
}

.event-page .event-filters__container {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .event-page .event-filters__container {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.event-page .event-filters__container .event-filter {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  padding: 10px;
  border-radius: 23px;
  border: 1px solid rgba(189, 189, 189, 0.33);
  background-color: #fff;
}

.event-page .event-filters__container .event-filter + .event-filter {
  margin-left: 40px;
}

@media (max-width: 767.98px) {
  .event-page .event-filters__container .event-filter + .event-filter {
    margin-left: 0;
    margin-top: 10px;
  }
}

.event-page .event-filters__container .event-filter.active {
  background: rgba(253, 110, 0, 0.05);
  border: 1px solid #FD6E00;
  color: rgba(253, 110, 0, 0.9);
}

@media (max-width: 767.98px) {
  .event-page .event-lists-title {
    margin-bottom: 25px;
  }
}

.event-page .event-icon__add {
  width: 32px;
  height: 32px;
  background-color: #FD6E00;
  color: #fff;
}

.event-page .event-dates__container .form-group {
  position: relative;
}

@media (max-width: 767.98px) {
  .event-page .event-dates__container .form-group:last-child .main-panel-picker input[type=text] {
    width: 100% !important;
  }
}

.event-page .event-dates__container .form-group + .form-group {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .event-page .event-dates__container .form-group + .form-group {
    margin-left: 15px;
  }
}

.event-page .event-dates__ranges-container {
  position: relative;
}

.event-page .event-dates__ranges-container + .event-dates__ranges-container {
  border-top: 1px solid rgba(74, 74, 74, 0.2);
  padding-top: 10px;
  margin-top: 10px;
}

.event-page .event-dates__ranges-container .invalid-feedback {
  bottom: 4px !important;
}

.event-page .event-dates__ranges-container .btn {
  position: absolute;
  right: 5px;
  top: 30px;
}

@media (max-width: 767.98px) {
  .event-page .event-dates__ranges-container .btn {
    top: 0;
    right: 0;
  }
}

.event-page .action-label.disabled {
  opacity: .5;
}

.event-page .event-list-item__visualization {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .event-page .event-list-item__visualization {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.event-page .event-list-item__visualization .event-partecipants + .event-partecipants {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .event-page .event-list-item__visualization .event-partecipants + .event-partecipants {
    margin-left: 0;
    margin-top: 10px;
  }
}

.event-page .events-cards-lists {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .event-page .events-cards-lists {
    margin-top: 25px;
  }
}

.event-page .events-section .list-container {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .event-page .events-section .list-container {
    margin-bottom: 25px;
  }
}

.event-page.event-preview .event-page__cover-image-container {
  top: 5% !important;
}

@media (max-width: 767.98px) {
  .event-page.event-preview .event-page__cover-image-container {
    top: 7% !important;
  }
}

.event-page .vdp-datepicker__calendar-button {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15px;
}

@media (max-width: 767.98px) {
  .event-page .vdp-datepicker__calendar-button {
    top: 28px;
  }
}

.event-page .form-datepicker input[type=text] {
  font-size: 16px;
  border: 0.5px solid #BDBDBD !important;
  padding-left: 45px;
}

.event-page .form-datepicker.is-invalid input[type=text] {
  border-color: #DC3545 !important;
}

.event-page .timepicker__input,
.event-page .multiselect__tags {
  border: 0.5px solid #BDBDBD !important;
}

.event-page .is-invalid .multiselect__tags,
.event-page .is-invalid .trumbowyg-box,
.event-page .is-invalid .trumbowyg-editor {
  border-color: #DC3545 !important;
}

.event-page .multiselect__input,
.event-page .multiselect__placeholder {
  padding-left: 10px !important;
}

.event-page .event-registrations-steps {
  min-height: 95vh;
  padding-top: 40px;
  height: auto;
}

@media (max-width: 767.98px) {
  .event-page .event-registrations-steps {
    padding-top: 20px;
  }
}

.event-page .event-registrations-steps .progress {
  height: 10px !important;
  background-color: rgba(123, 123, 123, 0.1) !important;
  border-radius: 20px;
}

.event-page .event-registrations-steps .progress .progress-bar {
  background-color: #17BEBB !important;
}

.event-page .event-registrations-steps .event-step__container h1 {
  margin-top: 40px;
  font-size: 32px;
  margin-bottom: 4px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .event-page .event-registrations-steps .event-step__container h1 {
    font-size: 24px;
    margin-top: 0;
  }
}

.event-page .event-registrations-steps .event-promote__container {
  margin-top: 35px;
  border: 1px solid rgba(253, 110, 0, 0.5);
  border-radius: 10px;
  padding: 25px 40px;
}

@media (max-width: 767.98px) {
  .event-page .event-registrations-steps .event-promote__container {
    padding: 25px 15px;
    margin-top: 10px;
  }
}

.event-page .event-registrations-steps .event-promote__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .event-page .event-registrations-steps .event-promote__title {
    font-size: 24px;
  }
}

.event-page .event-registrations-steps .event-promote__description,
.event-page .event-registrations-steps .event-promote__info {
  color: #7B7B7B;
}

.event-page .event-registrations-steps .event-promote__description img,
.event-page .event-registrations-steps .event-promote__info img {
  max-width: 150px;
}

.event-page .create-event-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .event-page .create-event-button-container {
    display: none;
  }
}

.event-page .event-search-address__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-page .event-search-address__container i {
  position: absolute;
  left: 15px;
}

.event-page .event-search-address__container i:last-child {
  right: 15px;
  left: auto;
}

.event-page .events-footer {
  background-color: #fff !important;
  -webkit-box-shadow: 2px 4px 0 rgba(74, 74, 74, 0.1);
          box-shadow: 2px 4px 0 rgba(74, 74, 74, 0.1);
}

.event-page .events-footer.events-create-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.event-page .events-footer.events-edit-footer {
  margin-top: 50px !important;
}

@media (max-width: 767.98px) {
  .event-page .events-footer.events-edit-footer {
    background: #fff;
    z-index: 1020;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 40px;
    border-top: 1px solid #EEEEEE;
    padding: 15px;
  }
}

.event-page .events-footer.events-edit-footer .btn {
  width: 50%;
}

@media (max-width: 767.98px) {
  .event-page .events-footer.events-edit-footer .btn {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .event-page .events-footer.events-footer-partecipants {
    position: fixed;
    left: 15px;
    right: 15px;
  }

  .event-page .events-footer.events-footer-partecipants .btn {
    width: 100% !important;
  }
}

.event-page .events-footer .btn {
  width: 20%;
}

@media (max-width: 767.98px) {
  .event-page .events-footer .btn {
    width: 100%;
  }

  .event-page .events-footer .btn + .btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .event-page .events-footer .events-button-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.event-page .event-age-ranges__container .form-group {
  width: 30%;
}

@media (max-width: 767.98px) {
  .event-page .event-age-ranges__container .form-group {
    width: 50%;
  }
}

.event-page .event-partecipants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 .5rem;
}

.event-page .event-partecipants span:first-child {
  font-size: 24px !important;
}

@media (max-width: 767.98px) {
  .event-page .event-partecipants span + span {
    margin-left: 8px;
  }
}

.event-page .event-partecipants span i:before {
  font-size: 24px !important;
}

@media (max-width: 767.98px) {
  .event-page .event-partecipants {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event-page .event-partecipants .font-weight-normal {
  font-weight: normal !important;
}

.event-page .event-partecipants.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.event-page .event-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.event-page .event-list-dates__container span {
  display: block;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .event-page .event-list-dates__container span {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 767.98px) {
  .event-page .step-one__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event-page .step-one__container .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

@media (max-width: 767.98px) {
  .event-page .step-one__container .form-group {
    width: 100%;
  }
}

.event-page .step-one__container .form-group + .form-group {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .event-page .step-one__container .form-group + .form-group {
    margin-left: 0;
  }
}

.event-page .event-sidebar__container {
  overflow-y: auto;
  position: fixed;
  top: 80px;
  bottom: 0;
  background-color: #fff;
  max-width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  padding: 40px 20px 0 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.event-page .event-sidebar__container::-webkit-scrollbar {
  width: 8px;
}

.event-page .event-sidebar__container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.event-page .event-sidebar__container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.event-page .event-sidebar__container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.event-page .event-sidebar__container .btn-link {
  color: #007BFF;
}

.event-page .event-sidebar__container .btn-link:hover,
.event-page .event-sidebar__container .btn-link:active,
.event-page .event-sidebar__container .btn-link:link,
.event-page .event-sidebar__container .btn-link:visited {
  text-decoration: none;
}

.event-page .event-sidebar__container .list-group-item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0;
  border-right: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(74, 74, 74, 0.75) !important;
}

.event-page .event-sidebar__container .list-group-item.active {
  border-color: transparent !important;
  background-color: rgba(123, 123, 123, 0.1);
}

.event-page .event-sidebar__container .list-group-item.active .btn {
  font-weight: 600;
}

.event-page .event-sidebar__container .list-group-item .btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(74, 74, 74, 0.75) !important;
}

.event-page .event-sidebar__container .list-group-item .btn-link:hover,
.event-page .event-sidebar__container .list-group-item .btn-link:active {
  text-decoration: none;
}

.event-page .event-sidebar__container .list-group-item .collapse li:first-child {
  margin-top: 25px;
}

.event-page .event-sidebar__container .list-group-item .collapse li + li {
  margin-top: 15px;
}

.event-page .event-sidebar__items-list {
  list-style: none;
  margin-top: 30px;
  padding-left: 0 !important;
}

.event-page .event-sidebar__items-list__sidebar-item {
  padding-left: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: rgba(74, 74, 74, 0.75);
  padding: 10px 30px 10px 15px;
}

.event-page .event-sidebar__items-list__sidebar-item:hover {
  background: #f7f7f7;
}

.event-page .event-sidebar__items-list__sidebar-item .badge {
  font-size: 10px;
  background: #4A4A4A;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  line-height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.event-page .event-sidebar__items-list__sidebar-item.disabled {
  opacity: .5;
  pointer-events: none;
}

.event-page .event-sidebar__items-list__sidebar-item.active {
  font-weight: 600;
  background-color: rgba(123, 123, 123, 0.1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.event-page .event-tickets-button .btn {
  width: 30% !important;
}

@media (max-width: 767.98px) {
  .event-page .event-tickets-button .btn {
    width: 100%;
  }
}

.event-page .event-tickets__list .list-group-item {
  padding: 16px 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.event-page .event-tickets__list .list-group-item + .list-group-item {
  margin-top: 40px;
  border-top: none !important;
}

.event-page .event-tickets__list .list-group-item:first-child {
  border-top: none;
}

.event-page .event-tickets__list .list-group-item .btn-link {
  color: #4A4A4A !important;
}

.event-page .event-tickets__list .list-group-item .btn-link:hover,
.event-page .event-tickets__list .list-group-item .btn-link:link,
.event-page .event-tickets__list .list-group-item .btn-link:active,
.event-page .event-tickets__list .list-group-item .btn-link:visited {
  color: #4A4A4A;
  text-decoration: none;
}

.event-page .event-tickets__list .list-group-item .event__collapse {
  border-top: 1px solid rgba(74, 74, 74, 0.2);
  padding-top: 16px;
}

.event-page .event-tickets__list .list-group-item .event__collapse .event-ticket__sub-row-item {
  position: relative;
  padding-bottom: 16px;
}

.event-page .event-tickets__list .list-group-item .event__collapse .event-ticket__sub-row-item + .event-ticket__sub-row-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 16px;
}

.event-page .event-tickets__list .list-group-item .event__collapse .event-ticket__sub-row-item + .event-ticket__sub-row-item .event-ticket__switch-container {
  top: 16px;
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__list .list-group-item .event__collapse .event-ticket__sub-row-item .event-ticket__switch-container {
    position: absolute !important;
    right: 0px !important;
    margin-right: 0 !important;
    top: 0;
    width: auto !important;
  }
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__list .list-group-item .event__collapse .event-ticket__sub-row-item .event-ticket__delete-button {
    margin-top: 30px;
  }
}

.event-page .event-tickets__list .list-group-item.list-group-item-collapse {
  padding-bottom: 0;
}

.event-page .event-tickets__list .list-group-item.list-group-item-collapse .event-ticket__row {
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__list .list-group-item.list-group-item-collapse .event-ticket__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .event-page .event-tickets__list .list-group-item.list-group-item-collapse .event-ticket__row .event-ticket__cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .event-page .event-tickets__list .list-group-item.list-group-item-collapse .event-ticket__row .event-ticket__cell + .event-ticket__cell {
    margin-top: 16px;
  }
}

.event-page .event-tickets__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 20px 0;
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__tabs {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__tabs-container .event-tickets__tab:first-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.event-page .event-tickets__tabs-container .event-tickets__tab + .event-tickets__tab {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__tabs-container .event-tickets__tab + .event-tickets__tab {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .event-page .event-tickets__tabs .btn-export {
    margin-top: 30px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.event-page .event-tickets__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: none !important;
}

.event-page .event-tickets__tab .badge {
  margin-left: 16px;
  line-height: 17px;
  border-radius: 50%;
  font-size: 14px;
  width: 24px;
  height: 24px;
}

.event-page .bootbox-body span:first-child {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .event-page .bootbox-body span:first-child {
    font-size: 16px;
  }
}

.event-page .bootbox-body span:last-child {
  line-height: 25px;
  font-size: 16px;
  color: #7B7B7B;
}

@media (max-width: 767.98px) {
  .event-page .bootbox-body span:last-child {
    font-size: 14px;
    line-height: 21px;
  }
}

.event-page .event-edit-step__container .event-info__container .share-img-container {
  margin-top: 2rem;
}

.event-page .event-edit-step__container .event-info__container .share-img-container img {
  width: 100%;
}

.event-page .event-communication-kit__container textarea {
  width: 100%;
  border: none;
  overflow: hidden;
  height: 220px;
}

@media (max-width: 767.98px) {
  .event-page .event-communication-kit__container textarea {
    height: 300px;
  }
}

.event-page .event-partecipant__row {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}

.event-page .event-partecipant__row .event-partecipant__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
}

.event-page .event-partecipant__row .event-partecipant__cell:first-of-type {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (max-width: 767.98px) {
  .event-page .event-partecipant__row .event-partecipant__cell:first-of-type {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .event-page .event-partecipant__row .event-partecipant__cell {
    word-break: break-all;
  }
}

.event-page .event-partecipant__row .event-partecipant__cell__text-blue {
  color: #007BFF;
}

.event-page .event-partecipant__row__header .event-partecipant__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  color: #007BFF;
}

.event-page .event-partecipant__row__header .event-partecipant__cell:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}

.event-page .event-image__preview-item {
  position: relative;
  width: 20%;
}

@media (max-width: 767.98px) {
  .event-page .event-image__preview-item {
    width: 50%;
  }
}

.event-page .event-image__preview-item .card-img-top {
  width: 100%;
  height: 10vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-page .event-image__preview-item + .event-image__preview-item {
  margin-left: 15px;
}

.event-page .event-image__preview-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row group;
          flex-flow: row group;
}

.accept-terms-reader {
  border: 0.5px solid #A6A4A4;
  border-radius: 2px;
  min-height: 260px;
  max-height: 260px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.event__order-dropdown .dropdown-menu {
  min-width: 250px;
  max-width: 250px;
}

.event__order-dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
}

.event-description__list {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 280px;
  overflow: hidden;
}

.event-navbar .navbar-right .btn-link {
  margin-right: 40px;
  color: #4A4A4A;
}

.event-navbar .navbar-right .btn-link:hover,
.event-navbar .navbar-right .btn-link:link,
.event-navbar .navbar-right .btn-link:focus,
.event-navbar .navbar-right .btn-link:active {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .event-navbar .navbar-brand {
    margin: auto;
  }

  .event-navbar .dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }

  .event-navbar .navbar-toggler:after {
    display: none !important;
  }
}

.event-publish-label {
  text-indent: -9000px;
}

.event-full-preview__footer-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1020;
  padding: 16px 0;
}

@media (max-width: 767.98px) {
  .event-full-preview__footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.event-full-preview__footer-container .btn {
  width: 20%;
}

.event-full-preview__footer-container .btn + .btn {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .event-full-preview__footer-container .btn + .btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .event-full-preview__footer-container .btn {
    width: 100%;
  }
}

.event-confirm-menu__button-container .btn {
  width: 80%;
  text-transform: none !important;
}

.event-confirm-menu__button-container .btn + .btn {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .event-confirm-menu__button-container .btn {
    width: 100%;
  }
}

.event-modal .modal-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1020;
}

.event-modal__header .modal_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.event-modal__header .modal_subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-modal__header .modal_subtitle .btn {
  color: #17BEBB !important;
}

.event-modal__header .modal_subtitle .btn:hover {
  text-decoration: none !important;
}

.event-modal__body .selected {
  border-left: 3px solid #FD6E00;
}

.event-modal__body .ticket_row {
  background-color: #F9F9F9;
}

.event-modal__body .ticket_row + .ticket_row {
  margin-top: 5px;
}

.event-modal__body .ticket_row .ticket_container.disabled-ticket__row {
  pointer-events: none;
}

.event-modal__body .ticket_row .ticket_container.disabled {
  color: rgba(74, 74, 74, 0.75) !important;
  opacity: .75;
}

.event-modal__body .ticket_row .ticket_container__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-modal__body .ticket_row .ticket_container__price {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-modal__body .ticket_row .ticket_qty .badge-danger {
  border-radius: 10px !important;
  background-color: #DC3545;
  text-transform: none !important;
}

.event-modal__body .ticket_row .ticket_qty select {
  width: 66px;
  height: 38px;
  background: #FFFFFF;
  border: 0.5px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.event-modal__body .ticket_row .ticket_qty .sold_out {
  background: #DC3545;
  border-radius: 10px;
  padding: 3px 5px;
}

.event-modal .event-dates__container .form-group {
  max-width: 50% !important;
}

.event-modal .event-dates__container .form-group .timepicker__input {
  width: 100% !important;
}

.event-confirm-promotion .modal-dialog {
  max-width: 600px;
}

.event_modal .modal-event {
  max-width: 700px !important;
}

@media (max-width: 767.98px) {
  .event_modal .modal-event {
    max-width: 100% !important;
  }
}

.event-page .anchor {
  position: relative;
}

.event-page .anchor a {
  position: absolute;
  left: 0;
  top: -100px;
}

.event-page .social-icon-container {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
}

.event-page .social-icon-container:hover {
  background-color: #9C9C9C;
}

@media (max-width: 767.98px) {
  .event-page .event-ticket-booking__btn {
    font-size: 20px;
    font-weight: 600;
    padding: 6px 12px;
  }
}

.event-page .event-hidden-navbar .event-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-page .event-hidden-navbar .event-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767.98px) {
  .event-page .event-hidden-navbar {
    display: none !important;
  }
}

.event-page .event-fixed-footer {
  background: #fff;
  padding: 1rem;
}

.event-page .event-fixed-footer .main-date-container {
  width: 50px;
  height: 50px;
  text-align: center;
}

.event-page .event-fixed-footer .main-date-container .event-month {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.event-page .event-fixed-footer .main-date-container .event-day-of-month {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.event-page .event-section {
  margin-bottom: 2rem;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  position: relative;
}

@media (max-width: 767.98px) {
  .event-page .event-section {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.event-page__cover-image-container {
  height: 50vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-page__body-container {
  z-index: 1;
  margin-top: 20vh;
}

@media (max-width: 767.98px) {
  .event-page__body-container {
    margin-top: 3vh;
  }
}

.event-page__body-container .event-cover-image-mobile {
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-page__body-container .event-main-date-container {
  position: relative;
}

.event-page__body-container .event-main-date-container .event-date-item__container {
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  height: 80px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 15px;
}

.event-page__body-container .event-main-date-container .event-date-item__container .event-month {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #DC3545;
}

.event-page__body-container .event-main-date-container .event-date-item__container .event-day-of-month {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .event-page__body-container .event-main-date-container .event-date-item__container {
    /*width: 50px;*/
    height: 50px;
  }

  .event-page__body-container .event-main-date-container .event-date-item__container .event-month {
    font-size: 14px;
  }

  .event-page__body-container .event-main-date-container .event-date-item__container .event-day-of-month {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .event-page__body-container .main-info-container {
    margin-top: 30vh;
  }
}

.event-page__body-container .main-info-container .event-call-to-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .event-page__body-container .main-info-container .event-call-to-action-container {
    display: none;
  }
}

.event-page__body-container .main-info-container .info-container {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-page__body-container .main-info-container .info-container .title-sport-tag {
  border: 1px solid #17BEBB;
  border-radius: 50px;
  color: #17BEBB;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: .2rem .4rem;
  margin-left: .2rem;
}

.event-page__body-container .main-info-container .info-container .event-age-range {
  display: inline-block;
  border-radius: 50px;
  padding: .3rem 0.5rem;
  background: #eeeeee;
  color: #BDBDBD;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1rem;
}

.event-page__body-container .main-info-container .info-container .event-typology {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.event-page__body-container .main-info-container .info-container .event-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.event-page__body-container .main-info-container .info-container .event-municipality {
  color: #7B7B7B;
  font-size: 14px;
}

.event-page__body-container .main-info-container .info-container .event-date-container .event-date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.event-page__body-container .main-info-container .info-container .event-company {
  font-style: normal;
  color: #7B7B7B;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
}

.event-page__body-container .main-info-container .event-cost {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.3px;
  text-align: right;
}

.event-page__body-container .secondary-info-container .company-name {
  color: #17BEBB;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.event-page__body-container .secondary-info-container .company-address {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.event-page__body-container .secondary-info-container__descrition-container {
  padding: 2rem 1rem 0 1rem;
}

@media (max-width: 767.98px) {
  .event-page__body-container .secondary-info-container__descrition-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.event-page__body-container .secondary-info-container__descrition-container .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.event-page__body-container .secondary-info-container__descrition-container .video-container iframe,
.event-page__body-container .secondary-info-container__descrition-container .video-container object,
.event-page__body-container .secondary-info-container__descrition-container .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.event-page__body-container .secondary-info-container__descrition-container .event-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.event-page__body-container .secondary-info-container__descrition-container .event-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container {
  margin: 0 -15px;
}

.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container .partner-container {
  margin-top: .5rem;
}

.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container .partner-container .partner-images-container,
.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container .partner-container .sponsor-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container .partner-container .partner-images-container img,
.event-page__body-container .secondary-info-container__descrition-container .partners-sponsors-container .partner-container .sponsor-images-container img {
  width: 40px;
  margin: .2rem;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-page__body-container .secondary-info-container__additional-info-container {
  background: rgba(189, 189, 189, 0.1);
}

@media (max-width: 767.98px) {
  .event-page__body-container .secondary-info-container__additional-info-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.event-page__body-container .secondary-info-container__additional-info-container .info-section {
  padding: 1rem 0;
}

.event-page__body-container .secondary-info-container__additional-info-container .info-section:nth-child(1),
.event-page__body-container .secondary-info-container__additional-info-container .info-section:nth-child(2),
.event-page__body-container .secondary-info-container__additional-info-container .info-section:nth-child(3) {
  border-bottom: 1px solid #9C9C9C80;
}

.event-page__body-container .secondary-info-container__additional-info-container .info-section .event-info-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.event-page__body-container .secondary-info-container__additional-info-container .info-section .event-info {
  margin: 0;
  font-size: 14px;
}

.event-page__body-container .secondary-info-container__additional-info-container .info-section .event-action {
  color: #17BEBB;
  text-decoration: underline;
  margin: 0;
  font-size: 14px;
}

.event-page__body-container .secondary-info-container__contact-container {
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .event-page__body-container .secondary-info-container__contact-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 767.98px) {
  .event-page__body-container .map-section {
    text-align: center;
  }
}

.event-page__body-container .map-section .map-container {
  height: 350px;
}

.event-page__body-container .map-section .event-title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.event-page__body-container .map-section .company-name {
  color: #17BEBB;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.event-page__body-container .map-section .company-address {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.event-page__body-container .map-section .share-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.event-page__body-container .event-gallery-container {
  height: 300px;
  margin: 0 -15px 1rem -15px;
  position: relative;
}

.event-page__body-container .event-gallery-container .owl-stage-outer {
  height: 300px;
}

.event-page__body-container .event-gallery-container .owl-stage-outer .owl-stage {
  height: 100%;
}

.event-page__body-container .event-gallery-container .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.event-page__body-container .event-gallery-container .owl-stage-outer .owl-stage .owl-item .image-gallery--item {
  height: 100%;
}

.event-page__body-container .event-gallery-container .owl-stage-outer .owl-stage .owl-item .image-gallery--item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-page__body-container .event-gallery-container .owl-nav button {
  position: absolute;
  top: 40%;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff !important;
}

.event-page__body-container .event-gallery-container .owl-nav button:hover {
  background: #eeeeee !important;
}

.event-page__body-container .event-gallery-container .owl-nav .owl-prev {
  left: 5%;
}

.event-page__body-container .event-gallery-container .owl-nav .owl-next {
  right: 5%;
}

.event-page__body-container .event-section-flat .event-section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
}

.event-page__body-container .event-section-flat .events-list-container {
  margin: 0 -15px;
}

.event-page__body-container .event-section-flat .events-list-container .card_promoted_container {
  border: 2px solid #FD6E00 !important;
  -webkit-box-shadow: 0px 0px 21px rgba(253, 110, 0, 0.4) !important;
          box-shadow: 0px 0px 21px rgba(253, 110, 0, 0.4) !important;
}

.event-page__body-container .event-section-flat .events-list-container .card_promoted_container:before {
  content: url(/images/promoted.svg?47f4bc812a5361c3e156728a1ebbbae1);
  position: absolute;
  right: 22px;
  top: 2px;
  z-index: 1050;
}

.event-page__body-container .event-section-flat .events-list-container .card_promoted_container:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 47px 41px 0;
  border-color: transparent #FD6E00 transparent transparent;
}

.btn-event-card .event-address-container,
.btn-event-card .event-dates-container {
  color: #4A4A4A !important;
}

.btn-event-card:hover {
  text-decoration: none;
}

.event-card-short {
  padding: 1rem;
  -webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0 0 8px rgba(74, 74, 74, 0.5);
  border-radius: 4px;
  margin-bottom: 1rem;
  height: 14rem;
}

@media (max-width: 767.98px) {
  .event-card-short {
    height: 14rem;
  }
}

.event-card-short .row {
  height: 100%;
}

.event-card-short .image-container {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.event-card-short .image-container .sport-tag {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  color: #FD6E00;
  padding: 5px 10px !important;
  font-size: 12px !important;
  border-radius: 50px;
  background: #fff;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .event-card-short .image-container .sport-tag {
    left: 0;
    width: 100%;
    border-radius: 0;
    bottom: 5%;
  }
}

.event-card-short .info-container {
  padding: 0 .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-card-short .info-container .image-button-container img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card-short .info-container .company-name {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin: 0;
  color: #7B7B7B;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden;
}

.event-card-short .info-container .event-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
}

.event-card-short .info-container .event-address-container,
.event-card-short .info-container .event-dates-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
}

.event-card-short .info-container .event-address-container img,
.event-card-short .info-container .event-dates-container img {
  height: 20px;
  margin-right: .5rem;
}

.event-card-short .info-container .event-address,
.event-card-short .info-container .event-date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.event-card-short .info-container .event-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-card-short .info-container button {
  font-size: 14px;
}

.event-card-short .event-partners__logo-image {
  height: 38px;
}

.event-vertical-card-container {
  border-radius: 5px;
  margin-top: 1rem;
}

.event-vertical-card-container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 1rem;
}

.event-vertical-card-container__header img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.event-vertical-card-container__header span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: 15px;
}

.event-vertical-card-container.course__mask {
  height: 368px;
  min-height: 368px;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
}

.event-vertical-card-container.course__mask .company-course-card__footer {
  position: relative;
  padding-top: 2rem;
}

.event-vertical-card-container.course__mask .company-course-card__footer p:first-child {
  position: absolute;
  top: 0;
}

.event-vertical-card-container.course__mask .company-course-card__footer img {
  width: 12px;
  height: 12px;
}

.event-vertical-card-container.course__mask .sport-tag {
  padding: 5px 10px !important;
  font-size: 12px !important;
  right: 15px;
  background: #FD6E00 !important;
}

.event-vertical-card-container__cover-image-container {
  position: relative;
  height: 150px;
  width: 100%;
}

.event-vertical-card-container__cover-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 5px 5px 0 0;
}

.event-vertical-card-container__cover-image-container .sport-tag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  background: #17BEBB;
}

.event-vertical-card-container__cover-image-container .date-small-container {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  text-align: center;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #fff;
}

.event-vertical-card-container__cover-image-container .date-small-container .event-month {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #DC3545;
}

.event-vertical-card-container__cover-image-container .date-small-container .event-day-of-month {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.event-vertical-card-container__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 200px;
  padding: 1rem;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
  border-radius: 0 0 5px 5px;
}

.event-vertical-card-container__body .event-address-container,
.event-vertical-card-container__body .event-dates-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
}

.event-vertical-card-container__body .event-address-container img,
.event-vertical-card-container__body .event-dates-container img {
  height: 20px;
  margin-right: .5rem;
  width: auto !important;
}

.event-vertical-card-container__body .event-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
}

.event-vertical-card-container__body .event-date {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.event-vertical-card-container__body .event-text-date {
  font-size: 14px;
  line-height: 17px;
  color: #EE4B4B;
  font-weight: 500;
}

.event-vertical-card-container__body .event-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
}

.event-search__header_container {
  height: 300px;
  background: url("/images/events/background.png");
  background-size: cover;
  background-position: right;
}

@media (max-width: 767.98px) {
  .event-search__header_container {
    height: 256px;
    background-position: 50%;
  }
}

.event-search__header_container .hidemobile {
  display: inline;
}

@media (max-width: 767.98px) {
  .event-search__header_container .hidemobile {
    display: none;
  }
}

.event-search__header_container .hidedesktop {
  display: none;
}

@media (max-width: 767.98px) {
  .event-search__header_container .hidedesktop {
    display: inline;
  }
}

.event-search__header_container .container_header {
  padding-left: 10rem;
  padding-right: 10rem;
}

@media (max-width: 991.98px) {
  .event-search__header_container .container_header {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 767.98px) {
  .event-search__header_container .container_header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.event-search__header_container .container_header .h1_container span {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .event-search__header_container .container_header .h1_container span {
    font-size: 13px;
    line-height: 16px;
  }
}

.event-search__header_container .container_header .h1_container h1 {
  font-size: 40px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 41px;
  color: white;
}

@media (max-width: 991.98px) {
  .event-search__header_container .container_header .h1_container h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .event-search__header_container .container_header .h1_container h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.event-search__header_container .container_header .input-pos-container {
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
  width: 100% !important;
  float: left;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767.98px) {
  .event-search__header_container .container_header .input-pos-container {
    line-height: 32px !important;
    border-radius: 5px !important;
    border-left: 1px solid #ced4da !important;
  }
}

.event-search__header_container .container_header .input-pos-container input {
  width: 100%;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.event-search__result_container {
  min-height: 500px;
}

.event-search__result_container .filters__container .dropdown-menu {
  border-radius: 0px !important;
  top: 8px !important;
}

.event-search__result_container .filters__container .dropdown ul {
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
}

.event-search__result_container .filters__container .dropdown ul a {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 0.8em 0.8em !important;
}

.event-search__result_container .v-select .dropdown-menu .highlight > a,
.event-search__result_container .dropdown-menu .active > a {
  background-color: rgba(222, 222, 222, 0.35) !important;
  color: #000000 !important;
}

.event-search__result_container .v-select .dropdown-toggle {
  border: 1px solid #BDBDBD !important;
}

.event-search__result_container .result_container,
.event-search__result_container .result_header {
  margin: 0 -15px;
}

.event-search__result_container .card_container {
  padding: 1rem;
  -webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0 0 8px rgba(74, 74, 74, 0.5);
  border-radius: 4px;
  margin-bottom: 1rem;
  height: 14rem;
}

@media (max-width: 767.98px) {
  .event-search__result_container .card_container {
    height: 14rem;
  }
}

.event-search__result_container .card_container.card_promoted_container {
  border: 2px solid #FD6E00 !important;
  -webkit-box-shadow: 0px 0px 21px rgba(253, 110, 0, 0.4) !important;
          box-shadow: 0px 0px 21px rgba(253, 110, 0, 0.4) !important;
}

.event-search__result_container .card_container.card_promoted_container:before {
  content: url(/images/promoted.svg?47f4bc812a5361c3e156728a1ebbbae1);
  position: absolute;
  right: 22px;
  top: 2px;
  z-index: 1050;
}

.event-search__result_container .card_container.card_promoted_container:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 47px 41px 0;
  border-color: transparent #FD6E00 transparent transparent;
}

.event-search__result_container .card_container__imagebox {
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-search__result_container .card_container__sports {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #FD6E00;
  padding: .5rem 1rem;
  border-radius: 50px;
  background: #fff;
  width: 115px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .event-search__result_container .card_container__sports {
    left: 0;
    width: 100%;
    border-radius: 0;
    bottom: 5%;
  }
}

.event-search__result_container .card_container__company_name {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin: 0;
  color: #7B7B7B;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden;
}

.event-search__result_container .card_container__event_name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
}

.event-search__result_container .card_container__address,
.event-search__result_container .card_container__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.event-search__result_container .card_container__address img,
.event-search__result_container .card_container__calendar img {
  height: 20px;
  margin-right: .5rem;
}

.event-search__result_container .card_container__address .address_span,
.event-search__result_container .card_container__calendar .address_span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-search__result_container .card_container .event-address-container,
.event-search__result_container .card_container .event-dates-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
}

.event-search__result_container .card_container .event-address-container img,
.event-search__result_container .card_container .event-dates-container img {
  height: 20px;
  margin-right: .5rem;
}

.event-search__result_container .card_container .event-address,
.event-search__result_container .card_container .event-date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.event-search__result_container .card_container .event-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-search__result_container .card_container__call-to-action .logo_fed img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-search__result_container .card_container .icons_container {
  width: 18px;
  text-align: center;
}

.event-search__result_container .data-options-select input {
  width: 0px !important;
  padding: 5px !important;
}

.event-search__result_container #sport-select > div i {
  bottom: 8px;
}

.event-search__result_container #sport-select > div button {
  top: 8px;
}

.event-search__result_container #data-select > div input {
  margin: 3px;
}

.event-search__result_container .desktop-filter {
  display: inline;
}

@media (max-width: 767.98px) {
  .event-search__result_container .desktop-filter {
    display: none;
  }
}

.event-search__result_container .mobile-filter {
  position: fixed;
  right: 8rem;
  bottom: 5rem;
  min-width: 6rem;
  display: none;
}

@media (max-width: 767.98px) {
  .event-search__result_container .mobile-filter {
    display: inline;
  }
}

.event-search__result_container .mobile-filter .modalMobile {
  z-index: 2000 !important;
  top: 0 !important;
}

.event-search__result_container .mobile-filter .modal-header {
  padding: 0px 1rem !important;
  border: 0px !important;
}

.event-search__result_container .mobile-btn-filter {
  border-radius: 8px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.event-search__result_container #dropdownFMenu {
  width: 90vw !important;
}

.event-mini-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.event-mini-preview .event-page__cover-image-container {
  position: relative;
}

.event-mini-preview .event-page__body-container {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .event-mini-preview .event-page__body-container {
    position: relative;
    padding: 0;
  }

  .event-mini-preview .event-page__body-container .event-main-date-container {
    margin-left: 15px;
  }
}

.event-mini-preview .event-preview-actions__container .btn {
  text-transform: none !important;
}

@media (max-width: 767.98px) {
  .event-mini-preview .event-preview-actions__container .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100% !important;
  }
}

.event-mini-preview .event-preview-actions__container .btn + .btn {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .event-mini-preview .event-preview-actions__container .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .event-mini-preview .event-preview-actions__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event-mini-preview .event-cover-image-mobile {
  top: 10vh !important;
}

@media (max-width: 767.98px) {
  .event-checkout .nopadding {
    padding: 0px !important;
  }
}

.event-checkout .checkout-event__header {
  margin-top: 1em;
}

.event-checkout .checkout-event__header .event_name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.event-checkout .checkout-event__header .event_description {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.event-checkout .checkout-event__header .event_organization {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.event-checkout .checkout-event__header .event_date {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-checkout .checkout-event__content {
  margin-top: 3em;
}

.event-checkout .checkout-event__content__cart .cart_header {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .event-checkout .checkout-event__content__cart .cart_header {
    font-size: 12px;
    line-height: 16px;
  }
}

.event-checkout .checkout-event__content__cart .cart_row {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .event-checkout .checkout-event__content__cart .cart_row {
    font-size: 12px;
    line-height: 16px;
  }
}

.event-checkout .checkout-event__content__cart .cart_subtotal .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .event-checkout .checkout-event__content__cart .cart_subtotal .label {
    font-size: 12px;
    line-height: 16px;
  }
}

.event-checkout .checkout-event__content__cart .cart_subtotal .total_price {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .event-checkout .checkout-event__content__cart .cart_subtotal .total_price {
    font-size: 14px;
    line-height: 18px;
  }
}

.event-checkout .checkout-event__content__form {
  margin-top: 3em;
}

.event-checkout .checkout-event__content__form .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.event-checkout .checkout-event__content__form .sub {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-checkout .checkout-event__content__form .datepicker_input input {
  margin: 0px;
  width: 90%;
  padding: 0px;
  border: 0px;
}

.event-checkout .checkout-event__content__form .event-calendar {
  position: relative;
}

.event-checkout .checkout-event__content__form .event-calendar__icon-container {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

.event-checkout .checkout-event__content__map {
  margin-bottom: 3em;
}

.event-checkout .checkout-event__content__map .map_container {
  height: 200px;
}

.event-checkout .checkout-event__content .organizzatore .logo img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-checkout .checkout-event__content .card_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  border-radius: 2px;
}

.event-checkout .checkout-event__content .card_box_info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  border-radius: 2px;
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .event-checkout .checkout-event__content .card_box_info {
    background: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .event-checkin .nopadding {
    padding: 0px !important;
  }
}

.event-checkin .checkin-event__header {
  margin-top: 1em;
}

.event-checkin .checkin-event__header .event_name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.event-checkin .checkin-event__header .event_description {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.event-checkin .checkin-event__header .event_organization {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #7B7B7B;
}

.event-checkin .checkin-event__header .event_date {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-checkin .checkin-event__content {
  margin-top: 1em;
}

.event-checkin .checkin-event__content__cart .cart_header {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .event-checkin .checkin-event__content__cart .cart_header {
    font-size: 12px;
    line-height: 16px;
  }
}

.event-checkin .checkin-event__content__cart .cart_row {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .event-checkin .checkin-event__content__cart .cart_row {
    font-size: 12px;
    line-height: 16px;
  }
}

.event-checkin .checkin-event__content__cart .cart_subtotal .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .event-checkin .checkin-event__content__cart .cart_subtotal .label {
    font-size: 12px;
    line-height: 16px;
  }
}

.event-checkin .checkin-event__content__cart .cart_subtotal .total_price {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .event-checkin .checkin-event__content__cart .cart_subtotal .total_price {
    font-size: 14px;
    line-height: 18px;
  }
}

.event-checkin .checkin-event__content__form {
  margin-top: 3em;
}

.event-checkin .checkin-event__content__form .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

.event-checkin .checkin-event__content__form .sub {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4A;
}

.event-checkin .checkin-event__content__form .datepicker_input input {
  margin: 0px;
  width: 90%;
  padding: 0px;
  border: 0px;
}

.event-checkin .checkin-event__content__form .event-calendar {
  position: relative;
}

.event-checkin .checkin-event__content__form .event-calendar__icon-container {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

.event-checkin .checkin-event__content__map {
  margin-bottom: 3em;
}

.event-checkin .checkin-event__content__map .map_container {
  height: 200px;
}

.event-checkin .checkin-event__content .organizzatore .logo img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-checkin .checkin-event__content .card_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  border-radius: 2px;
}

.event-checkin .checkin-event__content .card_box_info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  border-radius: 2px;
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .event-checkin .checkin-event__content .card_box_info {
    background: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}

/*-------Registration Line---------*/

.line-box {
  height: 70px;
  background-color: #fff;
}

.line-box--button {
  right: 10%;
}

.line-box--logo {
  left: 10%;
  border-right: 2px solid #fff;
}

.line-box--logo a img {
  margin-top: 15%;
  padding-right: 10%;
  width: 85%;
  padding-left: 15%;
}

.line-box--button button {
  background: #17BEBB;
  color: #fff;
  border-radius: 5px;
  margin-top: 15%;
}

/*-------How Orangogo Work---------*/

.work-container {
  height: 100vh;
}

.work-container .row {
  height: 60% !important;
  width: 100%;
}

.work-container--slider__box {
  height: 100%;
}

.work-container--slider {
  padding-right: 0px !important;
}

.work-container .slider-item {
  margin: 15px !important;
  border-radius: 5px !important;
  height: 50vh !important;
}

@media (min-width: 768px) {
  .work-container .slider-item {
    width: 70% !important;
  }
}

.slider-pagination-bullets {
  display: none;
}

.work-container--texts__buttons button {
  color: #17BEBB;
  background: none;
}

.work-container--texts__buttons button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider-item--img {
  height: 55vh;
  margin-top: -5%;
  margin-right: 5%;
  float: right;
}

.slider-item--tittle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-item--text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-size: 0.9rem;
}

/*-------Registration Line---------*/

.federation-box {
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/*-------Registration Line---------*/

.info-box--buttons button {
  background: rgba(0, 0, 0, 0) !important;
  color: #17BEBB !important;
}

.info-box--slider__box {
  margin-top: 10vh;
}

.info-box--slider__box .slider1 {
  width: 50vh;
}

.info-box hr {
  border-bottom: 0px solid #e7e7e7;
  margin-top: 10%;
  display: inline-block;
}

.jumbotron-more--content h3 {
  font-size: 5rem;
}

.jumbotron-more--content p {
  font-size: 1.2rem;
}

.jumbotron-more--content button {
  color: #fff !important;
  font-size: 1.2rem;
  background: #17BEBB;
}

.jumbotron-more--content {
  color: #fff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.jumbotron-more {
  background: url(/images/jum-more-img.jpg?9a03f5166a8b8b2e1920dbb5b34c1d9f);
  background-repit: none;
  background-size: cover;
  border-radius: 10px;
}

.info-box--text p {
  font-size: 0.875rem;
}

.info-box h1 {
  color: #0081D7;
}

.jumbotron-card__card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/*-------Contact Form---------*/

.container-form {
  height: 100vh;
  background: url(/images/contact-form--img.jpg?21bf71aa3baa398b67741f569ab7910b);
  background-repit: none;
  background-size: cover;
  color: #fff !important;
}

.contact-form--text h5 {
  font-size: 0.7rem;
}

/*-------Reviews---------*/

.info-box--slider__box {
  position: absolute;
  left: 0;
}

.card-body--tittle-box {
  margin-left: 60px;
}

.info-box--slider__box .card img {
  border-radius: 100% !important;
  left: 0;
  width: 50px;
  height: 50px;
  float: left;
}

.info-box--slider__box .card-title {
  font-weight: bold;
  margin: 0;
}

.info-box--slider__box .text-primary {
  color: #17BEBB;
}

.info-box--slider__box .card-text {
  font-weight: bold;
  font-size: 0.8rem;
  text-align: left;
}

.info-box--slider__box .card {
  width: 100%;
  height: 50vh;
  border-radius: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-box--slider__box .card-body {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 18%;
}

.info-box--slider__box .swiper-slide-next {
  width: 85vh !important;
  margin-right: 15px !important;
  left: 20vh !important;
  opacity: 1 !important;
  height: 100%;
}

.info-box--slider__box .swiper-slide {
  width: 85vh !important;
  margin-right: 15px !important;
  left: -20vh !important;
  opacity: .5;
  height: 100%;
}

.info-box--slider__box swiper-slide-active {
  opacity: .5;
  width: 85vh !important;
  margin-right: 15px !important;
  left: -35vh !important;
  height: 100%;
}

.course--hidden__navbar {
  padding: 1rem;
  height: 4rem;
}

@media (max-width: 767.98px) {
  .course--hidden__navbar {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
}

.course--hidden__navbar .nav-pills .nav-item {
  border-left: 1px solid #4A4A4A;
  padding: 0px 10px;
}

@media (max-width: 767.98px) {
  .course--hidden__navbar .nav-pills .nav-item {
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
  }
}

.course--hidden__navbar .navbar-nav .nav-item {
  color: #4A4A4A !important;
}

.course--hidden__navbar .navbar-nav .nav-item:hover {
  border-bottom: none !important;
}

.course--hidden__navbar .navbar-nav .nav-item button:hover {
  text-decoration: none !important;
  color: #4A4A4A !important;
}

@media (max-width: 767.98px) {
  .course--hidden__navbar .navbar-nav {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .course--hidden__navbar .navbar-nav {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .course--hidden__navbar ul {
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .course--hidden__navbar ul {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .course-promotion__navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.course-promotion__navbar .navbar-toggler-icon {
  background-image: none !important;
}

.course-promotion__navbar .navbar-toggler-icon .fas:before {
  content: "\F142" !important;
}

.course-promotion__navbar .dropdown {
  display: none;
}

@media (max-width: 768px) {
  .course-promotion__navbar .dropdown {
    display: block;
  }
}

.course-promotion__navbar .dropdown .dropdown-menu {
  left: 0;
}

@media (max-width: 575.98px) {
  .course-promotion__navbar .dropdown {
    display: block;
  }
}

.course-promotion__navbar .dropdown .dropdown-toggle:after {
  display: none;
}

.course--navbar__bottom .btn {
  width: 80%;
}

@media (max-width: 576px) {
  .course--navbar__bottom .btn {
    width: 100%;
  }

  .course--navbar__bottom.navbar {
    z-index: 1050 !important;
    text-transform: inherit !important;
  }

  .course--navbar__bottom span {
    line-height: 16px;
  }
}

#reservationModal {
  padding-right: 0 !important;
}

#reservationModal .course-day-picker {
  background-color: white;
}

@media (max-width: 767.98px) {
  #reservationContactFormModal .modal-content,
  #shareModal .modal-content,
  #sendViaEmail .modal-content {
    bottom: 0 !important;
    height: 100% !important;
    margin-top: 0 !important;
    min-height: 100vh !important;
  }
}

@media (max-width: 767.98px) {
  .course-container .modal-content {
    height: auto !important;
    min-height: auto !important;
    bottom: -16px !important;
    margin-top: auto !important;
  }

  .course-container .modal-content .course-modal-header span {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .course-container .modal-content .course-modal-header span {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .course-container .modal-content .course-modal-header button {
    position: absolute;
    right: 15px;
  }
}

.card-reservation-form {
  padding: 20px !important;
}

.card-reservation-form .form-group-disabled {
  opacity: 0.5 !important;
}

.card-reservation-form .form-group {
  margin-bottom: 0 !important;
}

.card-reservation-form .form-group + .form-group {
  margin-top: 10px !important;
}

.card-reservation-form .has-feedback .form-control-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-reservation-form .has-feedback .form-control-feedback.append {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  color: #4A4A4A !important;
}

.available-places-text {
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  color: #8b8b8b;
  font-weight: 600;
}

.notification--note {
  display: none;
}

.course-modal-header {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.course-modal-header h2 {
  font-size: 26px;
}

@media (max-width: 767.98px) {
  .course-modal-header h2 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .course-contact-modal .modal-dialog-scrollable {
    max-height: 100vh;
  }
}

.course-contact-modal__reasons-container button {
  margin-bottom: 16px;
}

#sendViaEmail input[type="text"],
#sendViaEmail input[type="email"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#sendViaEmail input[type="submit"] {
  display: block;
  width: 100%;
  border: none;
  background: linear-gradient(267.68deg, #FD6E00 34.68%, #FEA500 172.42%);
  text-transform: none !important;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 0.5rem;
}

#sendViaEmail ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#sendViaEmail ul li {
  font-size: 14px;
}

#sendViaEmail ul li label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sendViaEmail ul li label > span {
  margin-left: 10px !important;
}

#infoCompanyModal .modal-body p {
  font-size: 14px !important;
}

.course-related-container .owl-stage-outer {
  padding: 5px !important;
  height: 330px;
}

.lnk-course-name {
  display: inline-block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 38px;
  line-height: 20px;
}

.course-xmas-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#6D1616), color-stop(30.39%, #D03A3A), color-stop(71.27%, #D03A3A), to(#6D1616));
  background-image: linear-gradient(270deg, #6D1616 0%, #D03A3A 30.39%, #D03A3A 71.27%, #6D1616 100%);
  z-index: 3 !important;
}

.course-xmas-banner__content {
  height: 100%;
  padding: 5px;
}

.course-xmas-banner__content__item {
  margin-right: 15px;
}

.course-xmas-banner__content p {
  font-weight: 600;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .course-xmas-banner__content p {
    font-size: 12px;
    font-weight: 400;
  }
}

.course-xmas-banner__content button {
  color: #902323;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 600;
}

.sport-description__text {
  color: #5A5A5A;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alert-green-pass {
  background: #DEFCE9;
  border-radius: 4px;
}

.alert-green-pass p {
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
}

.alert-green-pass .text-success {
  color: #44C771;
}

.course-container .sticky-top {
  top: 90px;
}

.course-container .course-related-container .owl-stage {
  padding: 0;
}

.course-container .course-related-container .owl-stage .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-container .course-related-container .owl-stage .owl-item {
  min-height: 320px;
  height: 320px;
}

.course-container .course-related-container .owl-stage .owl-item .course--item {
  min-height: 320px;
  height: 320px;
  margin: 0 10px;
}

.course-container .course-reviews-btn {
  text-align: right;
}

@media (max-width: 767.98px) {
  .course-container .course-reviews-btn {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .course-container .modal-content {
    min-height: 100vh;
  }
}

.course-container .course-section {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .course-container .course-section {
    margin-top: 1.5rem;
  }
}

.course-container .course-section .course-quotes .course-buyable-items {
  margin-top: 1.5rem;
}

.course-container .course-section .course-quotes .course-buyable-items .buyable-fee {
  font-size: 14px;
  display: block;
  line-height: 18px;
  color: #8b8b8b;
}

.course-container .course-section .quote-info-text-container p {
  font-size: 14px;
  line-height: 22px;
  color: #8b8b8b;
}

.course-container .course-section .quote-info-text-container p strong {
  font-size: 14px;
}

.course-container .course-section .quote-info-text-container p .btn-link {
  line-height: inherit;
  text-decoration: underline;
}

.course-container .course-section .card-reservation-form .quote-info-text-container p {
  font-size: 10px;
  line-height: 14px;
}

.course-container .course-section h3 {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .course-container .course-section h3 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .course-container .course-section.with-top-border {
    border-top: 1px solid #DDDDDD;
    padding-top: 1rem;
  }
}

.course-container .course-section div[class^="col-"]:first-child {
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .course-container .course-section div[class^="col-"]:first-child {
    padding-right: 0;
  }
}

.course-container .course-section div[class^="col-"]:last-child {
  padding-left: 1rem;
}

@media (max-width: 767.98px) {
  .course-container .course-section div[class^="col-"]:last-child {
    padding-left: 0;
  }
}

.course-container .course-section .course-section-reviews div[class^="col-"]:first-child {
  padding-right: inherit;
}

.course-container .course-section .course-section-reviews div[class^="col-"]:last-child {
  padding-left: inherit;
}

@media (max-width: 767.98px) {
  .course-container .star-rating-container .vue-star-rating {
    margin-top: 2px;
  }
}

.course-container .review-total-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .course-container .review-total-score {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .course-container .review-total-score .vue-star-rating {
    margin-top: 2px;
  }
}

.course-container .course-subscriptions .clickable {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .course-container .course-subscriptions .clickable {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.course-container .course-subscriptions .collapse {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .course-container .course-subscriptions .collapse {
    margin-top: 1.5rem;
  }
}

.course-container .company-course-card__body__lessons__day {
  margin-right: 0;
  width: 19px;
  height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course-container .vdp-datepicker .form-control {
  border: 1px solid #DEDEDE !important;
  border-radius: 3px !important;
  font-size: 14px;
}

.course-container .course-header-container .vue-star-rating {
  margin-top: -3px;
}

.course-container .results-course-card__body__lessons__day--has-lesson.text-primary {
  border-color: #FD6E00 !important;
}

.course-container .course--item .home-course-card__image {
  height: 130px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.course-container .course--item__info-container {
  color: #6a6a6a;
}

.course-container .buyable-item.card .card-body {
  padding: 16px !important;
}

.course-container .buyable-item.card + .card {
  margin-top: 10px;
}

.course-container .buyable-item.card .buyable-item-fee {
  font-size: 14px;
  color: #8b8b8b;
}

@media (max-width: 767.98px) {
  .course-container .buyable-item.card .buyable-item-fee {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  .course-container .buyable-item.card .buyable-item-btn .btn {
    width: 100%;
    margin-top: 1rem;
  }
}

.course-container__map-gallery-container {
  height: auto;
}

@media (max-width: 767.98px) {
  .course-container__map-gallery-container {
    height: auto;
  }
}

.course-container__map-gallery-container__gallery-container .owl-stage-outer .owl-stage .owl-item .img-gallery--item img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.course-container__map-container__additional-map-container {
  position: relative;
  border-radius: 5px;
  background-color: white;
}

.course-container__map-container__additional-map-container .vue-map {
  border-radius: 10px;
}

.course-container #course-full-map .course__map-footer {
  background: #fff;
  color: #4A4A4A;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2080;
  padding: 15px;
  max-height: 68px;
}

.course-container #course-full-map .course__map-footer .overflow-hidden {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .course-container #course-full-map .course__map-footer__additional-map-header {
    margin-bottom: 1rem;
  }
}

.course-container #course-full-map .course__map-footer__additional-map-header img {
  width: 25px;
}

.course-container #course-full-map .course__map-footer__additional-map-header p {
  letter-spacing: 0.02em;
}

@media (max-width: 767.98px) {
  .course-container #course-full-map .course__map-footer__additional-map-header p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.course-container #course-full-map .course__map-footer__additional-map-header h6 {
  margin-bottom: 5px;
  margin-top: 8px;
  font-weight: bold;
}

.course-container #course-full-map .course__map-footer__additional-map-header p {
  margin: 0;
}

.course-container #course-full-map .btn-google-map-zoom {
  position: fixed !important;
}

.course-container #course-full-map .btn-group-zoom {
  position: fixed;
  z-index: 1050;
  right: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  bottom: 90px;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 82px;
}

.course-container #course-full-map .btn-group-zoom:hover {
  text-decortion: none;
}

.course-container .btn-google-map-zoom {
  display: none;
}

@media (max-width: 767.98px) {
  .course-container .btn-google-map-zoom {
    -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
            box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
    position: absolute;
    z-index: 1014;
    right: 15px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.course-container .course-day-picker {
  background-color: white;
}

.course-container__gallery-container .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-container__gallery-container .owl-carousel .owl-item img {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-container__address-container__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-container__address-container__info p:first-child {
  margin-right: 15px;
}

.course-container__address-container__info a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #4A4A4A;
  text-align: right;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .course-container__address-container__info a {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}

.course-container__address-container__info a:hover {
  text-decoration: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .course-container__address-container__info p:first-child {
    margin-right: 0 !important;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    min-width: 0;
    /* or some value */
    margin-bottom: 0 !important;
  }

  .course-container__address-container__info p:first-child span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.course-container .course-badge-info {
  background-color: #EEEEEE !important;
  color: #9C9C9C;
}

.course-container .course-badge-info__blank {
  color: #9C9C9C;
  border: 1px solid #EEEEEE;
  background-color: white !important;
}

.course-container .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100px;
}

.course-container .owl-nav button:hover {
  background: unset !important;
}

.course-container .owl-nav .owl-prev {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
  left: -5px;
  text-align: left;
  display: none !important;
}

.course-container .owl-nav .owl-next {
  display: none !important;
  right: 25px;
  text-align: right;
  width: 38px;
  height: 38px;
  background: #fff !important;
  border-radius: 50% !important;
  top: 35%;
  right: 17px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course-container .owl-nav .owl-next:hover {
  background: #fff !important;
}

.course-container .owl-next-custom {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  right: 25px;
  text-align: right;
  width: 38px;
  height: 38px;
  background: #fff !important;
  border-radius: 50% !important;
  top: 35%;
  position: absolute;
  z-index: 1050;
  right: 38px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #DEDEDE;
}

.course-container .owl-next-custom:hover {
  background: #fff !important;
}

.course-container .owl-next-mini-custom,
.course-container .owl-prev-mini-custom {
  text-align: center;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  right: 25px;
  width: 25px;
  height: 25px;
  background: #fff !important;
  border-radius: 50% !important;
  position: absolute;
  z-index: 1020;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #DEDEDE;
}

.course-container .owl-next-mini-custom:hover,
.course-container .owl-prev-mini-custom:hover {
  background: #fff !important;
}

.course-container .owl-next-mini-custom {
  top: 0;
}

.course-container .owl-prev-mini-custom {
  right: 38px !important;
  top: 0;
}

.course-container__days-container {
  position: relative;
}

.course-container__days-container .owl-item {
  width: auto !important;
  padding-right: 15px;
}

.course-container__days-container .owl-item + .owl-item {
  padding-left: 15px;
  border-left: 1px solid rgba(156, 156, 156, 0.5);
}

.course-container__buyable-section {
  background: rgba(19, 156, 154, 0.04);
  margin-top: 40px;
  border-bottom: 8px solid #17BEBB;
}

.course-container__buyable-section__header-container {
  background-color: #17BEBB;
  color: #fff;
  padding: 10px;
}

.course-container__buyable-section__header-container__header {
  font-size: 24px;
}

.course-container__buyable-section__company-info-container__refund-text-container {
  text-align: center;
  border: 2px solid #17BEBB;
  border-radius: 8px;
  padding: 7px;
}

.course-container__buyable-section__company-info-container__refund-text-container__text {
  color: #17BEBB;
  font-size: 16px;
}

.course-container__buyable-section__list__item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px !important;
}

.course-container__buyable-section__list__item .product-name {
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .course-container__buyable-section__list__item .product-name {
    font-size: 16px;
  }
}

.course-container__buyable-section__list__item .product-price {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .course-container__buyable-section__list__item .product-price {
    font-size: 22px;
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {
  .course-container__buyable-section__list__item .product-fee {
    width: 100%;
    text-align: right;
  }
}

.course-container__buyable-section__list__item .product-fee__text {
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .course-container__buyable-section__list__item .product-fee__text {
    font-size: 12px;
  }
}

.course-container__buyable-section__list__item .product-fee__price {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .course-container__buyable-section__list__item .product-fee__price {
    font-size: 18px;
    font-weight: 600;
  }
}

.course-container__buyable-section__list__item .product-frequency {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .course-container__buyable-section__list__item .product-frequency {
    font-size: 12px;
  }
}

.course-container__course-name-seo {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}

@media (max-width: 767.98px) {
  .course-container__course-name-seo {
    font-size: 22px;
  }
}

.course-container__course-name {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .course-container__course-name {
    font-size: 16px;
  }
}

.course-container__subscription-lessons-container {
  display: none;
}

.course-container__banner {
  padding: 5px 10px;
  border: 1px solid #4A4A4ABF;
  color: #4A4A4ABF;
  border-radius: 2px;
}

.course-container__address {
  padding-right: 15px;
}

.course-container__company-recipient-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-container__company-name {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 20px 0 0;
  margin: 0;
  color: #4A4A4A;
}

.course-container__recipient {
  font-size: 14px;
  float: left;
  padding: 5px 10px;
  background-color: #F47E2E;
  color: #ffffff;
  margin-left: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .course-container__days-time-container__day {
    min-width: 100px;
  }
}

.course-container__days-time-container p {
  font-size: 14px;
  color: #17BEBB;
  font-weight: 600;
}

.course-container__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  .course-container__company-info {
    display: block;
  }
}

.course-container__description-services-container .service-container ul,
.course-container__description-services-container .included-container ul {
  padding: 0;
  list-style: none;
}

.course-container__actions-container {
  height: auto;
}

.course-container__actions-container button {
  width: 100%;
  margin-bottom: 17px;
}

.course-container__actions-container__right-button-container {
  padding-left: 10px;
  padding-right: 0 !important;
}

@media (max-width: 767.98px) {
  .course-container__actions-container__right-button-container {
    padding: 0 !important;
  }
}

.course-container__actions-container__right-button-container .right-button {
  height: 54px;
}

@media (max-width: 767.98px) {
  .course-container__actions-container__right-button-container .right-button {
    margin-bottom: 17px;
  }
}

.course-container__actions-container__left-button-container {
  padding-right: 10px;
  padding-left: 0 !important;
}

@media (max-width: 767.98px) {
  .course-container__actions-container__left-button-container {
    padding: 0 !important;
  }
}

.course-container__actions-container__left-button-container .left-button {
  height: 125px;
}

@media (max-width: 767.98px) {
  .course-container__actions-container__left-button-container .left-button {
    margin-bottom: 17px;
  }
}

.course-container__reservation-sidebar .card {
  border: 3px solid #17BEBB;
  border-radius: 10px;
}

.course-container__reservation-sidebar #sticky.stick {
  position: fixed;
  top: 13%;
  z-index: 10;
}

.course-container__reservation-sidebar__timepicker__dropdown-time.disabled {
  opacity: 0.5;
  border-color: #969696 !important;
  background-color: #fff;
  cursor: no-drop;
}

.course-container__reservation-sidebar__timepicker__dropdown-time .dropdown-toggle {
  color: #4A4A4A !important;
  border: 1px solid #DEDEDE !important;
  border-radius: 3px !important;
  font-size: 14px;
  min-height: 42px;
  max-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px !important;
}

.course-container__reservation-sidebar__timepicker__dropdown-time .dropdown-menu {
  right: 0 !important;
  max-height: 150px !important;
  max-width: 100% !important;
  overflow: auto !important;
}

.course-container .tags--container .badge-info {
  position: relative;
  z-index: 2;
  line-height: 16px;
  margin-bottom: 6px;
  font-size: 14px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .course-container .tags--container .badge-info {
    font-size: 12px !important;
  }
}

.course-container .tags--container .badge-group {
  display: inline-block;
}

.course-container .tags--container .badge-group .badge-group-append {
  display: inline-block;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.course-container .tags--container .badge-group .badge-group-append .badge-info {
  background-color: rgba(128, 219, 217, 0.33) !important;
  color: #17BEBB !important;
  padding-left: 25px;
}

.vue-star-rating {
  margin-top: -5px;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #2B2B2B;
  background-color: #2B2B2B;
}

.list-course-details .list-group-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

.list-course-details .list-group-item:first-child {
  border-top: none;
}

.list-course-details .list-group-item + .list-group-item {
  border-top: 0.5px solid #9C9C9C;
}

@media (max-width: 767.98px) {
  .list-course-details .list-group-item:last-child {
    border-bottom: 0.5px solid #9C9C9C;
    margin-bottom: 1.5rem;
  }
}

.list-group-share .list-group-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}

.list-group-share .list-group-item a {
  font-size: 18px;
  color: #2B2B2B;
}

.list-group-share .list-group-item a:hover {
  color: #2B2B2B;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .list-group-share .list-group-item a {
    margin-left: 25%;
  }
}

.list-group-share .list-group-item:first-child {
  border-top: none;
}

.list-group-share .list-group-item .fab,
.list-group-share .list-group-item .fas,
.list-group-share .list-group-item .course-icon {
  margin-right: 40px;
}

.course-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.course-icon.support {
  width: 16px;
  height: 18px;
  background-image: url(/images/support.svg?5744241f119251a016abd685a8f2343f);
}

.course-icon.buy {
  width: 22px;
  height: 20px;
  background-image: url(/images/buy.svg?69f72a85755829e25f0dc0b082e6f8b2);
}

.course-icon.info {
  width: 16px;
  height: 16px;
  background-image: url(/images/info.svg?7d79da262f8059c2277331c2301fbe0b);
}

.course-icon.info-alt {
  width: 16px;
  height: 16px;
  background-image: url(/images/info_alt.svg?385e0959dbe352d470fd23e7840a6bd9);
}

.course-icon.clean {
  width: 17px;
  height: 15px;
  background-image: url(/images/clean.svg?1a85d99b0f09714633364388fb41dcd5);
}

.course-icon.edit {
  width: 15px;
  height: 15px;
  background-image: url(/images/edit.svg?40b4e7331004a036570d08ff056c7041);
}

.course-icon.company {
  width: 18px;
  height: 20px;
  background-image: url(/images/company.svg?2f668a88b2537f55718ef122d78f45fe);
}

.course-icon.company-white {
  width: 18px;
  height: 20px;
  background-image: url(/images/company_white.svg?63aa2ba93b81a88227819646c2f9ed18);
}

.course-icon.mail-blue {
  width: 20px;
  height: 15px;
  background-image: url(/images/mail_blue.svg?c68c6bc8e94c26481af007082bfeb5b1);
}

.course-icon.facebook {
  width: 30px;
  height: 25px;
  background-image: url(/images/facebook.svg?df038ccd753d0d04722a8ad7f1fb6a76);
}

.course-icon.twitter {
  width: 30px;
  height: 25px;
  background-image: url(/images/twitter.svg?b8588e0f68e3ab8ce9615d107a59b720);
}

.course-icon.whatsapp {
  width: 30px;
  height: 25px;
  background-image: url(/images/whatsapp.svg?10bef6d4759ad55fa1c90d5c7d7917c6);
}

.course-icon.telegram {
  width: 30px;
  height: 19px;
  background-image: url(/images/telegram.svg?78e03a72f7cb42df922011f3b30281f3);
}

.course-icon.mail-big {
  width: 30px;
  height: 17px;
  background-image: url(/images/mail_big.svg?f2e39c4ab35b693d09580bc287d82a5a);
}

.course-icon.next {
  width: 9px;
  height: 18px;
  background-image: url(/images/next.svg?3fee70579e7a9972243f8aa27352dbae);
}

.course-icon.prev-mini {
  width: 7px;
  height: 13px;
  background-image: url(/images/prev_mini.svg?b0fd2bc1194f83383085343c51f074ba);
}

.course-icon.next-mini {
  width: 7px;
  height: 13px;
  background-image: url(/images/next_mini.svg?63793254311b22eb3a3e556462bcd296);
}

.course-icon.flag {
  width: 13px;
  height: 15px;
  background-image: url(/images/flag.svg?92ccc1170ecfe6d5483e7ce1e0813dd3);
}

.course-icon.clock-alt {
  width: 14px;
  height: 14px;
  background-image: url(/images/clock_blue.svg?826f4656437d12bf00a87ee1f8e3c403);
}

.course-icon.marker {
  width: 13px;
  height: 16px;
  background-image: url(/images/place.svg?121a1cc22475b19741ef29c868b2cbfa);
}

.course-icon.marker-alt {
  width: 13px;
  height: 16px;
  background-image: url(/images/place_blue.svg?95046775e377feca500e382593df9c4d);
}

.course-icon.envelope {
  width: 20px;
  height: 15px;
  background-image: url(/images/mail.svg?e8225bab408c5f759b73bf70aae45a06);
}

.course-icon.share {
  width: 15px;
  height: 15px;
  background-image: url(/images/share.svg?c1d23909edb21c67d87dfc36e53a2164);
}

@media (max-width: 767.98px) {
  .course-icon.share {
    width: 23px;
    height: 25px;
  }
}

.course-icon.calendar-alt {
  width: 14px;
  height: 14px;
  background-image: url(/images/calendar_blue.svg?66ea04ad6586a8711c86b40ebd6032eb);
}

.course-icon.star {
  width: 19px;
  height: 19px;
  background-image: url(/images/star.svg?74d6fc647040fdbe06711d4f652f52be);
}

@media (max-width: 767.98px) {
  .course-icon.star {
    width: 15px;
    height: 15px;
  }
}

#infoModal .modal-body {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  #infoModal .modal-dialog {
    height: 100% !important;
  }

  #infoModal .modal-dialog .close {
    position: absolute;
    right: 15px;
  }

  #infoModal .modal-dialog .modal-body {
    font-size: 14px;
  }
}

.course-smart-modal .modal-dialog.modal-lg {
  max-width: 870px;
}

.course-smart-modal .alert-success {
  background: #CCEFD8;
  border-radius: 4px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-smart-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.course-smart-modal .modal-body {
  padding: 20px 35px;
}

.course-smart-modal .modal-body .vdp-datepicker__calendar {
  width: 190px;
  font-size: 13px;
}

.course-smart-modal .modal-body .form-group.is-invalid .select2-container--bootstrap {
  border-color: #DC3545;
}

.course-smart-modal .modal-body .form-group label {
  font-size: 12px;
  color: #4A4A4A;
  line-height: 15px;
  display: block;
}

.course-smart-modal .modal-body .form-group .custom-control label {
  line-height: 1.6rem;
}

.course-smart-modal .modal-body .form-group .form-control,
.course-smart-modal .modal-body .form-group .select2-container--bootstrap {
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
}

.course-smart-modal .modal-body .form-group .form-control.is-invalid,
.course-smart-modal .modal-body .form-group .select2-container--bootstrap.is-invalid {
  border-color: #DC3545;
}

.course-smart-modal .modal-body .form-group .input-group .form-control,
.course-smart-modal .modal-body .form-group .input-group .main-panel-picker,
.course-smart-modal .modal-body .form-group .input-group .form-datepicker {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

a .course-smart-modal .modal-body .form-group .input-group .form-control:not(:first-child),
a
.course-smart-modal .modal-body .form-group .input-group .main-panel-picker:not(:first-child),
a
.course-smart-modal .modal-body .form-group .input-group .form-datepicker:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .form-control:not(:last-child),
.course-smart-modal .modal-body .form-group .input-group .main-panel-picker:not(:last-child),
.course-smart-modal .modal-body .form-group .input-group .form-datepicker:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .form-datepicker.is-invalid input[type=text] {
  border-color: #DC3545;
}

.course-smart-modal .modal-body .form-group .input-group .form-datepicker input[type=text] {
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
}

.course-smart-modal .modal-body .form-group .input-group .form-datepicker:not(:first-child) input[type=text] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .form-datepicker:not(:last-child) input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .main-panel-picker:not(:first-child) input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .main-panel-picker:not(:last-child) input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.course-smart-modal .modal-body .form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.course-smart-modal .modal-body .form-group .input-group .input-group-text {
  background: #E8E8E8 !important;
  font-size: 14px;
  color: #ADADAD;
  height: auto !important;
}

.course-smart-modal .modal-body .main-panel-picker {
  position: unset !important;
}

.course-smart-modal .modal-body .day-hour-remove {
  font-size: 12px;
  color: rgba(74, 74, 74, 0.6);
  cursor: pointer;
}

.course-smart-modal .modal-alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course-show-card__left-info {
  margin-right: 40px;
  width: 60%;
}

.course-show-card__image {
  border-radius: 5px;
  height: 180px;
  overflow: hidden;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-show-card__image img {
  width: 100%;
}

.course-show-card__body {
  padding-bottom: 20px;
}

.course-show-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-show-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.course-show-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.course-show-card__body__name {
  font-size: 21px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.course-show-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.course-show-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  border: 1px solid transparent;
}

.course-show-card__body__lessons__day--has-lesson {
  font-size: 13px;
  color: inherit;
  border-color: #000;
  border-radius: 50%;
}

.course-show-card__body__lessons__day--has-lesson__dark {
  border: 1px solid #4A4A4A;
}

.course-show-card__body__sport-tag {
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-bottom: 1px;
  width: auto;
  font-size: 12px;
}

.course-show-card__body__short-age-range {
  font-size: 13px;
  border-left: 1px solid #eeeeee;
}

.course-show-card__body__short-age-range p {
  margin: 0;
}

.course-show-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.course-show-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.course-show-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.course-show-card__body__distance i {
  color: #FD6E00;
  margin-right: 5px;
}

.course-show-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin-left: 15px;
}

.course-show-card__body__rating i {
  color: #FD6E00;
}

.course-show-card__actions {
  text-align: center;
}

.course-show-card__actions .btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 30px;
}

.course-show-card__tags {
  position: absolute;
  top: 20px;
}

.course-show-card__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.course-show-card__tags div i {
  margin-right: 5px;
}

.course-show-card__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.course-show-card__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.course-show-card__tags div:last-child {
  margin-bottom: 0;
}

.course-show-card--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-show-card--detail .course-show-card__image {
  margin-right: 25px;
  position: relative;
}

.course-show-card--detail .course-show-card__image a {
  width: 250px;
  min-height: unset;
  height: 100%;
}

.course-show-card--detail .course-show-card__image .course-show-card__tags {
  left: -20px;
}

.course-show-card--detail .course-show-card__body {
  padding-bottom: 0;
}

.course-show-card--detail .course-show-card__body__address {
  margin: 0;
}

.course-show-card--detail .course-show-card__body__name {
  font-size: 21px;
  font-weight: bolder;
}

.course-show-card--detail .course-show-card__body__lessons {
  margin-bottom: 0;
}

.course-show-card--detail .course-show-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.course-show-card--detail .course-show-card__addition p {
  margin: 0;
}

.course-show-card--detail .course-show-card__addition__places-available {
  color: #7B7B7B;
}

.course-show-card--in-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

.course-show-card--in-map > * {
  background-color: white;
}

.course-show-card--in-map .course-show-card__image {
  padding-right: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.course-show-card--in-map .course-show-card__image a {
  width: 120px;
  min-height: unset;
  height: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.course-show-card--in-map .course-show-card__image .course-show-card__tags {
  left: -70px;
}

.course-show-card--in-map .course-show-card__body {
  padding: 10px 25px 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.course-show-card--in-map .course-show-card__body__address {
  margin: 0;
}

.course-show-card--in-map .course-show-card__body__name {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.course-show-card--in-map .course-show-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.course--icon {
  padding-left: 25px;
}

.course--icon.course--clock__label {
  background-image: url(/images/clock_o.svg?02b4440df0207a90ee95d93bc1b765a4);
  background-repeat: no-repeat;
}

.course--icon.course--calendar__label {
  background-image: url(/images/calendar_o.svg?6b7934963e520d19b6d561a0d8926fe8);
  background-repeat: no-repeat;
}

.course--icon.course--booking__label {
  background-image: url(/images/booking.svg?eca3169104b3c8ae380366d42d69ea43);
  background-repeat: no-repeat;
  padding-left: 60px !important;
  background-position: left;
  letter-spacing: -1px;
}

.course--icon.course--info__label {
  background-image: url(/images/info.svg?2edc9969d262143d25292dc96334e87c);
  background-repeat: no-repeat;
}

.course--icon.align--right {
  background-position: right !important;
  padding-right: 25px !important;
  padding-left: 0 !important;
}

.course--item a {
  color: #4A4A4A;
}

/*.owl-carousel {
  .owl-stage {
    display: flex;
  }
  .owl-nav{
    button {
      width: 20px;
    }
  }

  .owl-item {
    img {
      max-width: 100%;
      width: auto!important;
      !*height: 100%;*!
    }
  }
}*/

.details--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .details--container {
    display: block !important;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .details--container {
    display: block !important;
    padding-bottom: 20px;
  }
}

.details--container .collapse {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.details--container .collapse:not(.show) {
  display: block !important;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .details--container .collapse:not(.show) {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .details--container .collapse:not(.show) {
    display: none !important;
  }
}

.details--container .details--description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 0;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .details--container .details--description {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
    font-size: 0.9rem !important;
  }
}

@media (max-width: 991.98px) {
  .details--container .details--description {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}

.notify--list-group .package--item + .package--item {
  margin-top: 10px;
  border-top: 0.5px solid #9C9C9C;
}

.packages--container {
  position: relative;
}

.packages--container .d-flex strong {
  position: absolute;
  right: 35%;
}

@media (max-width: 767.98px) {
  .packages--container .d-flex strong {
    position: relative !important;
    right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .packages--container .d-flex strong {
    position: relative !important;
    right: 0 !important;
  }
}

.packages--container .text-muted,
.packages--container a,
.packages--container button[data-toggle="modal"] {
  color: #7B7B7B;
  font-size: 14px;
}

@media (max-width: 576px) {
  .packages--container .text-muted,
  .packages--container a,
  .packages--container button[data-toggle="modal"] {
    font-size: 12px !important;
  }
}

.packages--container .package--list-group .package--listr-group__title {
  font-weight: bold;
}

.packages--container .package--list-group .package--item {
  position: relative;
}

.packages--container .package--list-group .package--item .custom-control-input {
  z-index: 6 !important;
  opacity: 1 !important;
  left: 0;
  top: 2px;
  color: #17BEBB;
}

.packages--container .package--list-group .package--item .custom-control-input .fas {
  background-color: #fff;
}

.packages--container .package--list-group .package--item .collapse {
  position: absolute;
  right: 15%;
  bottom: 10px;
  border-bottom: none !important;
}

.packages--container .package--list-group .package--item .collapse:not(.show) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767.98px) {
  .packages--container .package--list-group .package--item .collapse {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .packages--container .package--list-group .package--item .collapse:not(.show) {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .packages--container .package--list-group .package--item .collapse {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .packages--container .package--list-group .package--item .collapse:not(.show) {
    display: none !important;
  }
}

.packages--container .package--list-group .package--item .custom-control-label {
  padding-left: 10px;
}

.packages--container .package--list-group .package--item .collapse .btn {
  /*color: $base-dark!important;*/
}

.course--description__container h5 {
  font-weight: bold;
}

.course--description__container .btn-link {
  padding-left: 0 !important;
  color: #FD6E00 !important;
}

.course--description__container .btn-link .fas {
  font-size: 8px !important;
}

.available-service--item .list-item:before {
  content: '\B7';
  margin-right: 5px;
}

.border-color-grey {
  border-color: rgba(156, 156, 156, 0.33) !important;
}

.modal-body textarea {
  /*min-height: 200px;*/
  resize: none;
}

.available--services__container .available-service--item .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.available--services__container .available-service--item .d-flex ul li {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .available--services__container .available-service--item .d-flex {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }

  .available--services__container .available-service--item .d-flex ul li {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .course__map-container__address p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.list-group-flush .list-group-item {
  padding-top: 0.95rem !important;
  padding-bottom: 0.95rem !important;
}

.list-group-flush .fab,
.list-group-flush .fas {
  margin-right: 15px;
}

.list-group-flush .fab.fa-facebook-f,
.list-group-flush .fas.fa-facebook-f {
  color: #3B5998;
}

.list-group-flush .fab.fa-twitter,
.list-group-flush .fas.fa-twitter {
  color: #00ACED;
}

.list-group-flush .fab.fa-envelope,
.list-group-flush .fas.fa-envelope {
  color: #17BEBB;
}

.list-group-flush .fab.fa-whatsapp,
.list-group-flush .fas.fa-whatsapp {
  color: #00D856;
}

.list-group-flush .fab.fa-telegram-plane,
.list-group-flush .fas.fa-telegram-plane {
  color: #0088CC;
}

.related--courses__container a {
  color: #4A4A4A;
}

.galleries--container,
.details--container,
.packages--container,
.course--description__container,
.available--services__container {
  border-bottom: 1px solid rgba(156, 156, 156, 0.5) !important;
}

.range--time__item {
  cursor: pointer;
}

.vdp-datepicker .form-control {
  border-radius: 5px;
  height: auto !important;
  letter-spacing: -0.5px;
  border-color: #4A4A4A !important;
  height: 42px !important;
  color: #7B7B7B !important;
}

.course-reservation__dropdown-time .dropdown-toggle {
  border: 1px solid #ced4da;
}

.course-show-carousel {
  overflow: hidden;
}

.course-show-carousel__directions {
  text-align: right;
}

.course-show-carousel__directions__btn {
  color: #7B7B7B;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: 5px;
}

.course-show-carousel__content {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.course-show-carousel__content__item {
  height: 100%;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .course-show-carousel {
    overflow-x: auto;
    width: calc(100%);
  }

  .course-show-carousel__directions {
    visibility: hidden;
  }

  .course-show-carousel__content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .course-show-carousel__content__item {
    width: calc(100vw - 50px) !important;
  }

  .course-show-carousel__content__item:last-child {
    margin-right: 15px;
  }
}

.promotion--modal__container {
  max-width: 1040px !important;
}

.promotion--modal__container .promotion--header__container h5 {
  font-size: 32px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .promotion--modal__container .promotion--header__container h5 {
    font-size: 24px;
    text-align: left;
  }
}

.promotion--modal__container .promotion--header__container p {
  text-align: center;
}

@media (max-width: 767.98px) {
  .promotion--modal__container .promotion--header__container p {
    text-align: left;
  }
}

.promotion--modal__container .promotion--info__container .card {
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (max-width: 767.98px) {
  .promotion--modal__container .promotion--info__container .card {
    min-height: 144px;
  }
}

.promotion--modal__container .promotion--info__container .card.bg-blink-man {
  background-image: url(/images/blink_man.png?0ed1a792380ca488ff2232e90a67b6cd);
}

.promotion--modal__container .promotion--info__container .card.bg-rocket {
  background-image: url(/images/rocket.png?289ee309b7a10f6239e653c9ac506a7f);
}

.promotion--modal__container .promotion--info__container .card.bg-shield {
  background-image: url(/images/shield.png?bcd616003fac84b010d41baddb67c214);
  background-position: center left 15px !important;
}

.promotion--modal__container .promotion--info__container .card .card-body {
  padding-left: 80px;
}

.promotion--modal__container .promotion--prices__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .promotion--modal__container .promotion--prices__table {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.promotion--modal__container .promotion--prices__table ul li {
  line-height: 24px;
}

.promotion--modal__container .promotion--prices__table ul li i {
  color: #5FC13E;
}

.promotion--modal__container .promotion--prices__table .corner {
  top: 0;
  width: 0;
  height: 0;
  border-top: 70px solid #4A90E2;
  border-bottom: 70px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  right: 0;
  color: #fff;
}

.promotion--modal__container .promotion--prices__table .corner span {
  position: absolute;
  line-height: 14px;
  top: -60px;
  left: -55px;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.promotion--modal__container .promotion--prices__table .card {
  border-radius: 5px;
  max-width: 272px;
}

@media (max-width: 767.98px) {
  .promotion--modal__container .promotion--prices__table .card {
    max-width: 100% !important;
    margin-left: 40px;
    margin-right: 40px;
  }
}

.promotion--modal__container .promotion--prices__table .card.border-primary-promotion {
  border: 1px solid #4A90E2 !important;
}

.promotion--modal__container .promotion--prices__table .card + .card {
  margin-left: 40px;
}

@media (max-width: 767.98px) {
  .promotion--modal__container .promotion--prices__table .card + .card {
    margin-left: 0px;
  }
}

.other-invitations__container {
  background: rgba(189, 189, 189, 0.1);
  padding-bottom: 60px;
}

.other-invitations__container .owl-nav {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 115%;
  left: -5rem;
  right: -3rem;
}

.other-invitations__container .owl-nav button {
  background-color: #eeeeee !important;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-invitations__container .owl-nav button span {
  background-color: #eeeeee !important;
}

.course--promotion-container .random-view-on-orangopack {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course--promotion-container .mobile-orangopack-explanation__container {
  border-top: 8px solid #eeeeee;
  border-bottom: 8px solid #eeeeee;
  margin: .5rem 0;
}

.course--promotion-container #course--head {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .course--promotion-container #course--head {
    padding-bottom: 0;
  }
}

.course--promotion-container #course--head .sidebar {
  border-left: 1px solid #eeeeee;
}

@media (max-width: 991.98px) {
  .course--promotion-container #course--head .sidebar {
    border: none !important;
  }
}

.course--promotion-container #course--head .sidebar .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #17BEBB;
  background-color: #17BEBB;
}

.course--promotion-container .invalid-feedback {
  position: absolute;
  z-index: 1050;
  background: #dc3545;
  color: #fff;
  width: auto;
  border-radius: 2px;
  padding: 0 10px;
  left: 0;
}

.course--promotion-container .invalid-feedback:after,
.course--promotion-container .invalid-feedback:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.course--promotion-container .invalid-feedback:before {
  top: -8px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.course--promotion-container .invalid-feedback:after {
  top: -7px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #dc3545;
}

.course--promotion-container .company-info__container .card_container__imagebox {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .course--promotion-container .company-info__container .card_container__imagebox {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .course--promotion-container .company-info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course--promotion-container .course-promotion__actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .course--promotion-container .course-promotion__actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .course--promotion-container .course-promotion__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.course--promotion-container .nav-promotion .nav-item.no-hover:hover {
  color: #4A4A4A !important;
}

.course--promotion-container .nav-promotion .nav-item:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.course--promotion-container .nav-promotion .nav-item .btn {
  color: #fff !important;
}

.course--promotion-container .nav-promotion .nav-item .btn:hover {
  color: #fff !important;
}

.course--promotion-container .nav-promotion .nav-item.nav-item-select-promotion {
  white-space: normal;
  max-width: 240px;
}

@media (max-width: 767.98px) {
  .course--promotion-container .nav-promotion .nav-item.nav-item-select-promotion {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767.98px) {
  .course--promotion-container .list-group-promotion {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.course--promotion-container .list-group-promotion .list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0 !important;
  margin: 0 !important;
}

.course--promotion-container .list-group-promotion .list-group-item:first-child {
  border-top: none !important;
}

@media (max-width: 767.98px) {
  .course--promotion-container .list-group-promotion .list-group-item:last-child {
    border-bottom: none !important;
  }
}

@media (max-width: 575.98px) {
  .course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation .list-group-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation .list-group-item__title {
    width: 60%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 767.98px) {
  .course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation .list-group-item__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation .invitation-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
}

@media (max-width: 768px) {
  .course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation .invitation-offers {
    width: 40%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 575.98px) {
  .course--promotion-container .list-group-promotion .list-group-item.list-group-item-invitation .invitation-offers {
    margin-top: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.course--promotion-container .list-group-promotion .list-group-item .custom-control-label {
  padding-top: 4px;
}

.course--promotion-container .input-group-text {
  height: auto !important;
}

.course--promotion-container .alert {
  border-radius: 8px;
  border-color: transparent !important;
  width: auto !important;
}

@media (max-width: 767.98px) {
  .course--promotion-container .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.course--promotion-container .alert.alert-info-promotion {
  background-color: rgba(23, 190, 187, 0.1) !important;
  color: #17BEBB !important;
}

.course--promotion-container .alert.alert-warning-promotion {
  background: rgba(253, 110, 0, 0.1) !important;
  color: #FD6E00 !important;
}

.course--promotion-container .alert.alert-warning-time-promotion {
  color: #17BEBB !important;
  line-height: 20px;
  background: rgba(23, 190, 187, 0.15) !important;
}

@media (max-width: 767.98px) {
  .course--promotion-container .promotion--row__container {
    padding: 15px;
    -webkit-box-shadow: 0px 1px 4px rgba(74, 74, 74, 0.5);
            box-shadow: 0px 1px 4px rgba(74, 74, 74, 0.5);
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
  }
}

.course--promotion-container .promotion--row__container select {
  background: url("/images/icons/arrow-down-gray.svg") no-repeat right;
  background-position-x: 95%;
  border-radius: 5px;
  height: 38px !important;
  line-height: initial !important;
}

.course--promotion-container .promotion--row__container + .promotion--row__container {
  margin-top: 20px;
}

.course--promotion-container .promotion--row__container .promotion--delete {
  position: absolute;
  right: -145px;
}

@media (max-width: 767.98px) {
  .course--promotion-container .promotion--row__container .promotion--delete {
    right: -150px !important;
  }
}

.course--promotion-container .input-group .form-control:not(:last-child) {
  border-radius: 0.25rem !important;
}

.course--promotion-container .btn-outline-secondary {
  color: #4A4A4A;
}

.course--promotion-container .btn-outline-secondary:hover {
  background-color: transparent !important;
}

@media (max-width: 767.98px) {
  .course--promotion-container .btn-outline-secondary {
    width: 100% !important;
  }
}

.course--promotion-container .form-group p {
  position: absolute;
  top: -25px;
}

@media (max-width: 767.98px) {
  .course--promotion-container .form-group p {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 5px !important;
  }
}

.course--promotion__header h1 {
  font-size: 32px;
}

@media (max-width: 767.98px) {
  .course--promotion__header h1 {
    font-size: 24px !important;
  }
}

.course-contact-modal .close {
  position: absolute;
  right: 15px;
}

.course-container__promotion-detail {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.course-container__promotion-detail .cover-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .course-container__promotion-detail .cover-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .course-container__promotion-detail .cover-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .course-container__promotion-detail {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (max-width: 768px) {
  .course-container__promotion-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .course-container__promotion-detail .course-promotion__actions {
    text-align: right;
    width: 100%;
  }
}

.course-container__promotion-detail .card_container__imagebox {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  height: 325px;
}

@media (max-width: 767.98px) {
  .course-container__promotion-detail .card_container__imagebox {
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .course-container__promotion-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
    border-bottom: 8px solid #eeeeee;
  }
}

.course-container__promotion-sidebar p:last-child {
  margin-bottom: 0;
}

.course-container__promotion-sidebar .card {
  border: 0.25px solid rgba(150, 150, 150, 0.5);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
}

.course-container__promotion-sidebar .p-info {
  height: 18px;
  display: inline-block;
  background-image: url(/images/info.png?18eed4dd0b9e2c2af3134086cd68ec8b);
  width: 18px;
}

.course-container__promotion-sidebar .text-underline {
  text-decoration: underline !important;
}

.course-container__promotion-sidebar .p-check-circle-alt {
  display: inline-block;
  background-image: url(/images/circle-check.svg?cff192cf3b0e7e06bf8f7775d2da3973);
  padding-left: 30px;
  height: 24px;
  background-repeat: no-repeat;
}

.course-container__promotion-sidebar .p-shape-alt {
  display: inline-block;
  background-image: url(/images/security-cirle.svg?afd474d76e74cc4d8e18c3b2b6e7fa06);
  padding-left: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.course-container__promotion-sidebar .p-smile-alt {
  display: inline-block;
  background-image: url(/images/smile-circle.svg?0683d9b11887ee1fc2b7aaabf5a21510);
  padding-left: 30px;
  height: 24px;
  background-repeat: no-repeat;
}

.course-container__promotion-sidebar .filter-option-inner-inner {
  font-size: 18px;
  font-weight: 600;
}

.p-smile {
  display: inline-block;
  background-image: url(/images/smile_icon_green.svg?72bff368c320f0446675298bc0071118);
  padding-left: 30px;
  height: 24px;
  background-repeat: no-repeat;
}

.p-check-circle {
  display: inline-block;
  background-image: url(/images/check_icon_green.svg?b88771a3d68a214f19530368f3e539a9);
  padding-left: 30px;
  height: 24px;
  background-repeat: no-repeat;
}

.course-promotion__company-detail .card_container__imagebox {
  max-width: 170px;
  max-height: 170px;
  min-height: 170px;
  min-width: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .course-promotion__company-detail .card_container__imagebox {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .course-promotion__company-detail .card_container__imagebox {
    max-width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
  }
}

.course-promotion__howto-list ul li + li {
  margin-top: 25px;
}

.course-promotion__tabs .description-tab .description-section__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #9B9B9B;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .description-tab .description-section__title {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.course-promotion__tabs .description-tab .description-section__info {
  font-size: 16px;
  line-height: 18px;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .description-tab .description-section__info {
    font-size: 14px;
  }
}

.course-promotion__tabs .nav-tabs {
  border-bottom: none;
}

.course-promotion__tabs .nav-tabs .nav-item {
  position: relative;
}

.course-promotion__tabs .nav-tabs .nav-item .nav-link {
  padding-top: 12px;
  color: #4A4A4AE6;
  background-color: #fff;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  text-transform: uppercase;
}

.course-promotion__tabs .nav-tabs .nav-item .nav-link:hover,
.course-promotion__tabs .nav-tabs .nav-item .nav-link:active,
.course-promotion__tabs .nav-tabs .nav-item .nav-link:visit {
  text-decoration: none !important;
}

.course-promotion__tabs .nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
}

.course-promotion__tabs .nav-tabs .nav-item .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 5px solid #fd6e00;
}

.course-promotion__tabs .tab-content {
  min-height: 450px;
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .tab-content .list-promotion__row {
    padding-left: 0 !important;
  }

  .course-promotion__tabs .tab-content .btn-how-to-promotion {
    width: 100%;
  }
}

.course-promotion__tabs .tab-content .tab-pane {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .course-promotion__tabs .tab-content .tab-pane {
    font-size: 14px !important;
    line-height: 18px;
  }
}

.course-promotion__tabs .tab-content .tab-pane .collapse-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.course-promotion__tabs .tab-content .tab-pane .collapse-icon.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.course-promotion__tabs .tab-content .tab-pane .course__map-container__address p {
  text-align: right;
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .tab-content .tab-pane .course__map-container__address p {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .tab-content .tab-pane {
    border-bottom: 1px solid rgba(156, 156, 156, 0.33);
  }

  .course-promotion__tabs .tab-content .tab-pane:last-child {
    border-bottom: none;
  }
}

.course-promotion__tabs .tab-content .tab-pane__collapse {
  display: block;
}

@media (max-width: 768px) {
  .course-promotion__tabs .tab-content .tab-pane__collapse {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .tab-content .tab-pane__collapse {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: none;
  }

  .course-promotion__tabs .tab-content .tab-pane__collapse.active {
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
    padding-top: 15px;
  }

  .course-promotion__tabs .tab-content .tab-pane .map-container {
    padding-left: 0 !important;
  }
}

.course-promotion__tabs .tab-content .tab-pane h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .course-promotion__tabs .tab-content .tab-pane h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.course--promoted {
  background-image: url(/images/invito_allo_sport_verde.svg?7bbda6bb23751eede471476de7fe29a3);
  width: 130px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 767.98px) {
  .course--promoted {
    width: 300px !important;
    background-position-y: -13px;
  }
}

@media (max-width: 768px) {
  .modal-how-to .modal-content {
    max-width: 600px;
  }
}

.modal-how-to .modal-header {
  padding-left: 100px;
  padding-right: 100px;
}

.modal-how-to .modal-header .close {
  position: absolute;
  right: 15px;
}

.modal-how-to .modal-header .modal-title {
  line-height: 38px;
  font-size: 34px;
}

@media (max-width: 575.98px) {
  .modal-how-to .modal-header .modal-title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 768px) {
  .modal-how-to .modal-header .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .modal-how-to .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .modal-how-to .modal-header {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.modal-how-to__body .alert-info-modal-promotion {
  background: #E9F9F8 !important;
  line-height: 20px;
  color: #4A4A4A !important;
  border: none !important;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 575.98px) {
  .modal-how-to__body .alert-info-modal-promotion {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 768px) {
  .modal-how-to__body .alert-info-modal-promotion {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.modal-how-to__body .list-group .list-group-item {
  padding-left: 100px;
  padding-right: 100px;
}

.modal-how-to__body .list-group .list-group-item .how-to__label {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .modal-how-to__body .list-group .list-group-item .how-to__label {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .modal-how-to__body .list-group .list-group-item {
    padding-left: 65px;
    padding-right: 0;
  }

  .modal-how-to__body .list-group .list-group-item:first-child,
  .modal-how-to__body .list-group .list-group-item:last-child {
    padding-right: 65px;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .modal-how-to__body .list-group .list-group-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.modal-how-to__body .list-group .list-group-item:first-of-type {
  border-top: none !important;
}

.modal-how-to__body .list-group .list-group-item:last-of-type {
  padding-bottom: 40px;
}

.modal-how-to__body .list-group .list-group-item + .list-group-item {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #EEEEEE !important;
}

@media (max-width: 767.98px) {
  .modal-how-to__body .list-group .list-group-item + .list-group-item {
    border-top: none !important;
  }
}

#promo-summary p.collapse:not(.show) {
  height: 48px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#promo-summary p.collapsing {
  min-height: 48px !important;
}

#promo-summary a.collapsed:after {
  content: 'Leggi di pi\F9';
}

#promo-summary a:not(.collapsed):after {
  content: 'Leggi di meno';
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.countdown--container div {
  padding: 0 5px 5px;
  border: 1px solid rgba(156, 156, 156, 0.33);
  border-radius: 5px;
  min-height: 40px;
  width: 45px;
}

.countdown--container div p {
  margin-bottom: 0;
  text-align: center;
}

.countdown--container div + div {
  margin-left: 10px;
}

.address--container__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address--container__info p:first-child {
  margin-right: 15px;
}

.address--container__info a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #4A4A4A;
  text-align: right;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .address--container__info a {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}

.address--container__info a:hover {
  text-decoration: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .address--container__info p:first-child {
    margin-right: 0 !important;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    min-width: 0;
    /* or some value */
    margin-bottom: 0 !important;
  }

  .address--container__info p:first-child span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.p-shape {
  display: inline-block;
  background-image: url(/images/security_icon_green.svg?c546e5543f589c2083b1319da2c3aae8);
  padding-left: 30px;
  height: 30px;
  background-repeat: no-repeat;
  color: #39B54A;
}

.orangopack-card {
  min-width: 255px;
  -webkit-box-shadow: 0px 0px 6px rgba(74, 74, 74, 0.15);
          box-shadow: 0px 0px 6px rgba(74, 74, 74, 0.15);
  border-radius: 5px;
  cursor: pointer;
}

.orangopack-card + .card {
  margin-left: 30px;
}

.orangopack-card .body__images {
  min-height: 150px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.orangopack-card .body__images .promotion-gift-tag {
  position: absolute;
  right: 10px;
  top: -16px;
  width: 72px;
  height: 117px;
}

.orangopack-card .card-info .promotion-title {
  letter-spacing: 0.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.orangopack-card .card-info .badge-pill {
  color: #4A4A4A;
  background-color: #f3f3f3;
  font-weight: 600;
  font-size: 12px;
  text-transform: lowercase;
}

.orangopack-card .card-info .invitation__countdown .invitation-stopwatch__icon {
  background-repeat: no-repeat;
  background-image: url(/images/stopwatch_icon_red.svg?25e85e0f7809258ab018e50101a1ab0f);
  height: 33px;
  width: 26px;
  padding-left: 35px;
}

.orangopack-card .card-info .invitation__countdown span {
  padding: 4px 10px;
  border: 1px solid #DC3545;
  border-radius: 20px;
  color: #DC3545;
  min-width: 100px;
  text-align: center;
  font-size: 18px;
}

/* ------ Registration Navbar ------ */

.registration-navbar .navbar-brand p {
  font-size: 0.8rem;
}

.registration-navbar {
  text-transform: inherit;
  background-color: #fff;
}

.registration-navbar--vertical-line {
  top: 0.8rem;
  position: absolute;
  width: 0.119rem;
  height: 2rem;
  background-color: #e7e7e7;
}

.registration-navbar--button {
  background-color: #FD6E00;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.gift-course__jumbotron {
  margin-bottom: 0 !important;
  background-image: url(/images/christmas_gift_bg.png?a4043f040076d04db634de0cfaf8a1c4);
  background-repeat: no-repeat;
  background-size: cover;
  /*@include media-breakpoint-down('sm') {
      padding-bottom: 0 !important;
      background-color: $white !important;
      background-image: none;
    }*/
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron {
    background-image: url(/images/christmas_gift_mobile_bg.jpg?ebb5a2bde9cebfd27bbee152d1a97143);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .gift-course__jumbotron {
    background-image: url(/images/christmas_gift_tablet_bg.jpg?00e14a30553fdb17482bcc7f62e23c1e);
  }
}

.gift-course__jumbotron__header {
  padding: 30px 200px 80px 200px;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__header {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .gift-course__jumbotron__header {
    padding: 20px;
  }
}

.gift-course__jumbotron__header__heading {
  font-size: 72px;
  line-height: normal;
  color: #fff;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__header__heading {
    font-size: 24px;
  }
}

.gift-course__jumbotron__header__text {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: normal;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__header__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.gift-course__form {
  background-color: #fff;
  border-radius: 8px;
}

.gift-course__form .form-group {
  margin-bottom: 0;
}

.gift-course__form .form-group:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gift-course__form .form-group:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.gift-course__form .form-group .input-group .input-group-prepend {
  position: absolute;
  z-index: 3;
  padding-bottom: 8px;
}

.gift-course__form .form-group .input-group .select2-container .select2-selection {
  padding-left: 60px;
}

.gift-course__form .form-group input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.gift-course__form .form-group .select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5) !important;
}

.gift-course__form .form-group .select2-container--bootstrap .select2-dropdown .select2-results__options {
  overflow-x: hidden;
}

.gift-course__form .form-group .select2-container {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 3px;
}

.gift-course__form .form-group .select2-container .select2-selection .select2-selection__placeholder {
  font-size: 16px;
}

.gift-course__form .form-group .dropdown {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 5px;
  padding-top: 7px;
  color: #999;
}

.gift-course__form .form-group .dropdown .dropdown-menu {
  border-radius: 8px;
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.gift-course__form .form-group .dropdown .dropdown-menu.dropdown-container {
  position: relative;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
}

.gift-course__form .form-group + .form-group {
  margin-left: 40px;
}

.gift-course__form .input-group-label {
  color: #7B7B7B;
}

.gift-course__form button {
  height: 56px;
  border-radius: 50%;
  padding-left: 19px;
  padding-right: 19px;
  background-color: rgba(253, 110, 0, 0.33);
  border: none;
}

.gift-course__form button:hover {
  background-color: #fd6e00;
}

.gift-course .gift-course-filters__container .nav-link {
  padding: 3px 6px;
  color: #4A4A4A;
}

.gift-course .gift-course-filters__container .nav-link + .nav-link {
  margin-left: 15px;
}

.gift-card__header-anchor-container {
  background-color: #9C9C9C;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.gift-course__jumbotron__jumbotron,
.gift-cards__jumbotron {
  margin-bottom: 0 !important;
  background-image: url(/images/christmas_gift_bg.png?a4043f040076d04db634de0cfaf8a1c4);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__jumbotron,
  .gift-cards__jumbotron {
    background-image: url(/images/christmas_gift_mobile_bg.jpg?ebb5a2bde9cebfd27bbee152d1a97143);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .gift-course__jumbotron__jumbotron,
  .gift-cards__jumbotron {
    background-image: url(/images/christmas_gift_tablet_bg.jpg?00e14a30553fdb17482bcc7f62e23c1e);
  }
}

.gift-course__jumbotron__jumbotron__header-container h1,
.gift-cards__jumbotron__header-container h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 64px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .gift-course__jumbotron__jumbotron__header-container h1,
  .gift-cards__jumbotron__header-container h1 {
    font-size: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__jumbotron__header-container h1,
  .gift-cards__jumbotron__header-container h1 {
    font-size: 30px;
  }
}

.gift-course__jumbotron__jumbotron__header-container__banner-container,
.gift-cards__jumbotron__header-container__banner-container {
  width: 50%;
  margin: auto;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__jumbotron__header-container__banner-container,
  .gift-cards__jumbotron__header-container__banner-container {
    width: auto;
  }
}

.gift-course__jumbotron__jumbotron__header-container__banner-container button,
.gift-cards__jumbotron__header-container__banner-container button {
  white-space: unset;
  margin-top: 20px;
  width: 225px;
}

.gift-course__jumbotron__jumbotron__header-container__banner-container p,
.gift-cards__jumbotron__header-container__banner-container p {
  line-height: normal;
  width: 60%;
  margin: auto;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .gift-course__jumbotron__jumbotron__header-container__banner-container p,
  .gift-cards__jumbotron__header-container__banner-container p {
    font-weight: 600;
    font-size: 18px;
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__jumbotron__header-container__banner-container p,
  .gift-cards__jumbotron__header-container__banner-container p {
    width: auto;
  }
}

.gift-course__jumbotron__instructions__title,
.gift-cards__instructions__title {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__instructions__title,
  .gift-cards__instructions__title {
    font-size: 18px;
  }
}

.gift-course__jumbotron__instructions__accordion-container,
.gift-cards__instructions__accordion-container {
  width: 50%;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .gift-course__jumbotron__instructions__accordion-container,
  .gift-cards__instructions__accordion-container {
    width: 70%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .gift-course__jumbotron__instructions__accordion-container,
  .gift-cards__instructions__accordion-container {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__instructions__accordion-container,
  .gift-cards__instructions__accordion-container {
    width: auto;
  }
}

.gift-course__jumbotron__instructions__accordion-container .card,
.gift-cards__instructions__accordion-container .card {
  border: none;
}

.gift-course__jumbotron__instructions__accordion-container .card .card-header,
.gift-cards__instructions__accordion-container .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid #BDBDBD;
  padding-top: 15px !important;
  cursor: pointer;
}

.gift-course__jumbotron__instructions__accordion-container .card .card-header button,
.gift-cards__instructions__accordion-container .card .card-header button {
  white-space: unset;
}

@media (max-width: 767.98px) {
  .gift-course__jumbotron__instructions__accordion-container .card .card-header button,
  .gift-cards__instructions__accordion-container .card .card-header button {
    text-align: left;
  }
}

.gift-course__jumbotron__instructions__accordion-container .card .card-body,
.gift-cards__instructions__accordion-container .card .card-body {
  margin-top: 15px;
}

.gift-course__jumbotron__instructions__accordion-container .card .card-body p,
.gift-cards__instructions__accordion-container .card .card-body p {
  font-size: 14px;
  font-weight: 400;
}

.gift-course-items__container__item-container {
  margin-bottom: 20px;
}

.gift-course-items__container__item-container__content {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.gift-course-items__container__item-container__content button {
  width: auto;
  white-space: unset;
}

.gift-course-items__container__item-container__content .card {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.gift-course-items__container__item-container__content .card .card-body {
  padding: 0;
}

.gift-course-items__container__item-container__content .card .image-container {
  height: 130px;
}

.gift-course-items__container__item-container__content .card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gift-course-items__container .form-group .text-color-gray-100 {
  color: #9C9C9C;
}

.gift-course-items__container .form-group .select2-container {
  padding: 5px;
  text-align: left;
}

.gift-course-items__container .form-group .select2-container .select2-selection__arrow {
  display: none;
}

.gift-course-items__container .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #969696;
  padding: 11px;
}

.gift-course-items__container .home-course-card__image .d-flex {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gift-course-items__container .home-course-card__image .d-flex button {
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

.gift-course-items__container .home-course-card__image .d-flex:hover {
  opacity: 1;
}

.gift-course-items__container .card {
  margin-bottom: 15px;
}

.modal-body--age__container span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.modal-body--age__container .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-body--age__container .input-group .input-group-prepend button,
.modal-body--age__container .input-group .input-group-append button {
  border: 1px solid #17BEBB;
  border-radius: 50% !important;
  color: #000;
}

.modal-body--age__container .input-group .input-group-prepend button:hover,
.modal-body--age__container .input-group .input-group-prepend button:active,
.modal-body--age__container .input-group .input-group-append button:hover,
.modal-body--age__container .input-group .input-group-append button:active {
  background-color: #fff !important;
}

.modal-body--age__container .form-control {
  border: none;
  text-align: center;
}

.gift-cards-items__container__instructions-container__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.gift-cards-items__container__instructions-container__item .instruction-title {
  font-weight: 300;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .gift-cards-items__container__instructions-container__item .instruction-title {
    font-size: 18px;
  }
}

.gift-cards-items__container__instructions-container__item .instruction-title span {
  font-weight: 400;
}

.gift-cards-items__container__instructions-container__item .instruction-text {
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .gift-cards-items__container__instructions-container__item .instruction-text {
    font-size: 14px;
  }
}

.gift-cards-items__container__main-title {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .gift-cards-items__container__main-title {
    font-size: 24px;
  }
}

.gift-cards-items__container__second-title {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .gift-cards-items__container__second-title {
    font-size: 18px;
  }
}

.gift-cards-items__container select {
  color: #7B7B7B;
  border-radius: 5px;
  padding: 8px 8px;
}

.gift-cards-items__container .gift-card-item__container {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7B7B7B;
}

.gift-cards-items__container .gift-card-item__container .gift-card-image__container {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
}

.gift-cards-items__container .gift-card-item__container select {
  height: 39px !important;
}

.gift-cards-items__container .gift-card-item__container button {
  width: 157px;
}

.gift-modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 1px solid rgba(74, 74, 74, 0.2);
}

.gift-modal .gift-modal__label {
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .gift-modal .gift-modal__label {
    font-size: 16px;
  }
}

.gift-modal .gift-modal__paragraph {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .gift-modal .gift-modal__paragraph {
    font-size: 12px;
  }
}

.gift-modal .preview-item__container {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .gift-modal .preview-item__container {
    padding-bottom: 50px;
  }

  .gift-modal .preview-item__container .preview--item + .preview--item {
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .gift-modal {
    padding-left: 0 !important;
  }

  .gift-modal .preview--container .btn-group label {
    margin-right: 10px;
  }

  .gift-modal .preview--container .custom-radio {
    padding-left: 0;
  }

  .gift-modal .preview--container .custom-radio .custom-control-label:before {
    bottom: -30px;
    top: auto;
    right: 50%;
    left: 40%;
  }

  .gift-modal .preview--container .custom-radio .custom-control-label:after {
    bottom: -30px;
    top: auto;
    right: 50%;
    left: 40%;
  }

  .gift-modal .form-group button {
    min-width: 100% !important;
  }
}

.gift-modal .modal-dialog {
  max-width: inherit !important;
}

@media (max-width: 767.98px) {
  .gift-modal .modal-dialog {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.gift-modal .modal-dialog .preview--item img {
  border-radius: 5px;
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

.gift-modal .modal-dialog .preview--container {
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.gift-modal .modal-dialog .preview--container img {
  width: 100%;
  position: relative;
}

.gift-modal .modal-dialog .preview--container .message-container {
  position: absolute;
  z-index: 5;
  word-break: break-word;
}

.gift-modal .modal-dialog .preview--container .message-container__sender {
  font-size: 0.75rem;
}

.gift-modal .modal-dialog .preview--container .message-container__text {
  font-size: 12px;
  max-width: 40%;
  margin: auto;
}

.gift-modal .modal-dialog .justify-content-between {
  border-bottom: 1px solid #DDDDDD;
}

.gift-modal .modal-dialog .form-control-feedback {
  line-height: 45px;
}

.gift-modal .modal-dialog .vdp-datepicker .form-control {
  padding-top: 9px;
  padding-bottom: 9px;
}

/*!
 * Partial companies
 */

.company-voucher__container {
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  width: 77%;
}

.company-voucher__container ol {
  padding-left: 20px;
}

.company-voucher__container ol li {
  padding-left: 20px;
  color: #7B7B7B;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .company-voucher__container {
    width: 100%;
  }
}

.company-split__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(/images/palloncino-orangogo3.jpg?1dfeff8d5ef3a31d9008107144e9fe92);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media (max-width: 767.98px) {
  .company-split__container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: bottom right;
  }

  .company-split__container img {
    max-width: 130px;
  }
}

.company-split__container .btn-white {
  color: #17BEBB !important;
  border: none !important;
  padding: 0.5rem;
}

.company-split__container .btn {
  padding: 0.5rem;
}

@media (max-width: 767.98px) {
  .company-split__container .btn {
    padding: 12px;
    font-size: 12px;
  }
}

.company-split__container__panel {
  max-width: 50%;
  color: #fff;
  height: 100vh;
}

@media (max-width: 767.98px) {
  .company-split__container__panel {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 40px 25px 30px 25px;
  }
}

.company-split__container__panel .inner {
  max-width: 370px;
}

@media (max-width: 767.98px) {
  .company-split__container__panel .inner {
    max-width: 250px;
  }
}

.company-split__container__panel .inner hr {
  border-top: 1px solid #ffffff;
  width: 50%;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.company-split__container__panel .inner .inner-block {
  position: relative;
}

.company-split__container__panel .inner .inner-block h1 {
  font-size: 42px;
  line-height: 46px;
  padding: 0 20px;
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .company-split__container__panel .inner .inner-block h1 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 26px;
    padding: 0 35px;
  }
}

.company-split__container__panel .inner .inner-block .service {
  padding: 0 20px;
}

.company-split__container__panel .inner .inner-block .service span + span:before {
  content: ' \2022   ';
  margin: 0 10px;
}

.company-split__container__panel .inner .inner-block.managment-container {
  background-image: url(/images/free.svg?f16ab72c5d726bd7870d9c44d189b4f9);
  background-position: right;
  background-repeat: no-repeat;
  background-position: right 35%;
}

@media (max-width: 767.98px) {
  .company-split__container__panel .inner .inner-block.managment-container {
    background-position: right 0%;
  }
}

.company-split__container__panel .inner .inner-block + .inner-block {
  margin-top: 1.5rem;
}

.company-split__container__panel .managment-coming-soon__alert {
  position: absolute;
  bottom: 6%;
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-itms: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .company-split__container__panel .managment-coming-soon__alert {
    margin-top: 50px;
    bottom: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company-split__container__panel .managment-coming-soon__alert p {
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .company-split__container__panel .managment-coming-soon__alert p {
    margin-top: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
  }
}

.company-split__container__panel.dashboard {
  background: linear-gradient(42.83deg, #FEA500 18.33%, #FD8600 70.46%, #FD6E00 99.84%);
}

.company-split__container__panel.managment {
  background: linear-gradient(319.54deg, rgba(74, 74, 74, 0.7) -11.46%, rgba(23, 154, 189, 0.7) 46.05%, rgba(23, 190, 187, 0.7) 106.01%);
}

.companies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.companies-list__list-item {
  height: 25rem;
  width: 20rem;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  border: 1px solid black;
  padding: 1rem;
  margin: 0 10px;
}

.dashboard__booking {
  padding: 50px 0;
}

.dashboard__booking__label {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .dashboard__booking__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dashboard__booking__order-dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dashboard__booking__order-dropdown-container .dropdown-item {
  text-align: right;
}

@media (max-width: 768px) {
  .dashboard__booking__order-dropdown-container .dropdown-item {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .dashboard__booking__order-dropdown-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.dashboard__booking__filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard__booking__filter-item {
  position: relative;
}

.dashboard__booking__filter-item .btn-filter {
  color: #4A4A4A;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  padding: 3px 9px;
  background: #fff;
  border: 0.5px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
}

.dashboard__booking__filter-item .btn-filter.active {
  background: #17BEBB;
  color: #fff;
}

.dashboard__booking__filter-item .dropdown-toggle {
  position: relative;
  color: #4A4A4A;
}

.dashboard__booking__filter-item .dropdown-toggle:active,
.dashboard__booking__filter-item .dropdown-toggle:hover,
.dashboard__booking__filter-item .dropdown-toggle:focus {
  background: transparent;
  color: #4A4A4A;
  border: 0.5px solid #BDBDBD;
}

.dashboard__booking__filter-item .dropdown-menu {
  min-width: 240px;
  max-width: 240px;
  padding: 16px;
  background: #FFFFFF;
  border: 0.5px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-menu {
  padding: 13px 25px;
  min-width: auto;
  right: 32px;
  font-size: 14px;
  color: rgba(74, 74, 74, 0.9);
  font-weight: 500;
  line-height: 18px;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-header .remove-filter {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1778BE;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-footer {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-footer span {
  cursor: pointer;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-item {
  padding: 0;
}

.dashboard__booking__filter-item .dropdown-menu .dropdown-item .dropdown-label {
  text-overflow: ellipsis;
  overflow: hidden;
}

.dashboard__booking__filter-item .dropdown-filter-toggle {
  padding: 7px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.dashboard__booking__filter-item .dropdown-filter-toggle .dropdown-toggle:active,
.dashboard__booking__filter-item .dropdown-filter-toggle .dropdown-toggle:hover,
.dashboard__booking__filter-item .dropdown-filter-toggle .dropdown-toggle:focus {
  background: transparent !important;
  color: #4A4A4A !important;
  border: 0.5px solid #BDBDBD !important;
}

.dashboard__booking__filter-item .dropdown-filter-toggle:active,
.dashboard__booking__filter-item .dropdown-filter-toggle:hover,
.dashboard__booking__filter-item .dropdown-filter-toggle:focus {
  background: transparent !important;
  color: #4A4A4A !important;
  border: 0.5px solid #BDBDBD !important;
}

.dashboard__booking__filter-item .dropdown-item__form-control {
  padding-top: 16px;
  position: relative;
}

.dashboard__booking__filter-item .dropdown-item__form-control .list-group {
  max-height: 160px;
  overflow: auto;
  border: 0.5px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dashboard__booking__filter-item .dropdown-item__form-control .list-group .list-group-item {
  border: none;
  padding: 5px 0 5px 10px;
}

.dashboard__booking__filter-item .dropdown-item__form-control .list-group::-webkit-scrollbar {
  width: 6px;
}

.dashboard__booking__filter-item .dropdown-item__form-control .list-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dashboard__booking__filter-item .dropdown-item__form-control .list-group::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.dashboard__booking__filter-item .dropdown-item__form-control .list-group::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dashboard__booking__filter-item + .dashboard__booking__filter-item {
  margin-left: 8px;
}

.dashboard__booking__filter-item .select2-results__option {
  font-weight: 500;
  font-size: 14px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.dashboard__booking__reset-item {
  margin-left: 8px;
  background: #DEDEDE;
  border: 0.5px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.dashboard__booking__order-dropdown .dropdown-menu {
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  border-radius: 20px;
}

.dashboard__booking__order-dropdown .dropdown-menu .dropdown-item {
  color: rgba(74, 74, 74, 0.9);
}

.dashboard__booking__order-dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent !important;
  font-weight: 500;
}

.dashboard__booking__order-dropdown .btn {
  color: rgba(74, 74, 74, 0.9) !important;
}

.dashboard__booking__order-dropdown .btn:hover {
  text-decoration: none !important;
  color: rgba(74, 74, 74, 0.9) !important;
}

.dashboard__booking__btn--back,
.dashboard__booking__btn--back:hover {
  color: #FD6E00;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.dashboard__booking__btn--back i,
.dashboard__booking__btn--back:hover i {
  font-size: 20px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .dashboard__booking__titles-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dashboard__booking__request-title {
  background: #fff;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  border-radius: 23px;
  padding: 5px 15px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.dashboard__booking__title {
  letter-spacing: -0.3px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.3px;
  color: rgba(74, 74, 74, 0.9);
}

@media (max-width: 768px) {
  .dashboard__booking__title {
    background: rgba(23, 190, 187, 0.05);
    border: 0.5px solid rgba(23, 190, 187, 0.33);
    border-radius: 23px;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: rgba(23, 190, 187, 0.9);
    padding: 5px 15px;
  }
}

.dashboard__booking__btn--download {
  color: white !important;
}

.dashboard__booking__select-order {
  width: 255px;
  margin-right: 30px;
}

.dashboard__booking__select-filter {
  width: 300px;
  margin-right: 30px;
}

.dashboard__booking__btn--calendar {
  padding-left: 20px;
  padding-right: 20px;
}

.dashboard__booking__btn--calendar i {
  color: #FD6E00;
  font-size: 20px;
}

.dashboard__booking .orangogo-custom-selector {
  text-transform: uppercase;
}

.dashboard__booking .orangogo-custom-selector__input {
  padding: 8px 55px 8px 20px;
  border-radius: 5px;
  border-color: #17BEBB;
}

.dashboard__booking .orangogo-custom-selector__input i {
  font-size: 20px;
}

.dashboard__booking .orangogo-custom-selector__list {
  border-color: #17BEBB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px 20px;
}

.dashboard__booking .orangogo-custom-selector__list__item {
  padding: 10px 0;
  white-space: nowrap;
  border-width: 1px;
}

.dashboard__booking .orangogo-custom-selector__list__item i {
  display: none;
}

.dashboard__booking__user-list {
  letter-spacing: -0.3px;
  list-style: none;
  padding: 15px 25px;
  margin-bottom: 0;
  background: #fff;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  border-radius: 20px;
  color: rgba(74, 74, 74, 0.9) !important;
  line-height: 24px;
}

@media (max-width: 768px) {
  .dashboard__booking__user-list {
    border-radius: 4px;
    padding: 0;
  }
}

.dashboard__booking__user-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .dashboard__booking__user-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dashboard__booking__user-list__row > div:first-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.dashboard__booking__user-list__row > div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.dashboard__booking__user-list__row > div:nth-child(3) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.dashboard__booking__user-list__row > div:nth-child(4) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.dashboard__booking__user-list__row > div:nth-child(5) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.dashboard__booking__user-list__row > div:nth-child(6) {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.dashboard__booking__user-list__row > div:nth-child(7) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.dashboard__booking__user-list__row > div:nth-child(8) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

@media (max-width: 768px) {
  .dashboard__booking__user-list__row--header {
    display: none;
  }
}

.dashboard__booking__user-list__row--header > div {
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard__booking__user-list__row--header > div:first-child {
  text-align: left;
}

@media (max-width: 768px) {
  .dashboard__booking__user-list__row--body .header--container {
    font-size: 16px;
    margin-bottom: 8px;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .dashboard__booking__user-list__row--body.mobile-is-readed {
    background: rgba(156, 156, 156, 0.1);
  }
}

.dashboard__booking__user-list__row--body > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
  padding: 8px 0;
}

@media (max-width: 768px) {
  .dashboard__booking__user-list__row--body > div {
    border-top: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 16px;
  }

  .dashboard__booking__user-list__row--body > div:first-child {
    padding-top: 16px !important;
  }

  .dashboard__booking__user-list__row--body > div:last-child {
    border-bottom: 0.5px solid rgba(156, 156, 156, 0.33);
    margin-top: 25px;
    padding-bottom: 16px !important;
  }
}

.dashboard__booking__user-list__row__course {
  -webkit-box-align: self-start !important;
      -ms-flex-align: self-start !important;
          align-items: self-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .dashboard__booking__user-list__row__course {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.dashboard__booking__user-list__row__course__name {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.dashboard__booking__user-list__row__course__address {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.dashboard__booking__user-list__row__course__address i {
  margin-right: 10px;
  font-size: 16px;
  color: #FD6E00;
}

.reservation-filters__mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reservation-filters__mobile .btn {
  background: #17BEBB;
  border-radius: 60px;
  color: #fff;
}

.header--point {
  display: none;
  margin-right: 8px;
  background: #FD6E00;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dashboard__requests__detail-messages--body {
  padding-top: 15px;
}

.dashboard__requests__detail-messages--body .detail-message--container + .detail-message--container {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .dashboard__requests__detail-messages--body .detail-message--container + .detail-message--container {
    margin-top: 15px;
  }
}

.dashboard__requests__detail-messages--body .detail-message--container .message--body {
  width: 50%;
  background: #fff;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  border-radius: 20px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 3px rgba(189, 189, 189, 0.5);
          box-shadow: 0px 0px 3px rgba(189, 189, 189, 0.5);
}

@media (max-width: 768px) {
  .dashboard__requests__detail-messages--body .detail-message--container .message--body {
    width: 100%;
  }
}

.dashboard__requests__detail-messages--body .detail-message--container.is-owner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dashboard__requests__detail-messages--body .detail-message--container.is-owner .message--body {
  background: rgba(37, 220, 21, 0.1);
}

.dashboard__requests__detail-messages--container {
  background: #fff;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  border-radius: 20px;
  padding: 15px 25px;
}

.dashboard__requests__detail-messages--container + .dashboard__requests__detail-messages--container {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .dashboard__requests__detail-messages--container + .dashboard__requests__detail-messages--container {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .dashboard__requests__detail-messages--container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dashboard__requests__detail-messages--container .message-button--container .btn {
  min-width: 20%;
}

@media (max-width: 768px) {
  .dashboard__requests__detail-messages--container .message-button--container .btn {
    min-width: 50%;
  }
}

.dashboard__requests__detail-messages--container textarea {
  border: none;
  resize: none;
}

.dashboard__requests__detail-messages--container .form-group + .form-group {
  border-top: 0.5px solid rgba(156, 156, 16, 0.33);
}

.dashboard__requests__header--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 0.5px solid rgba(156, 156, 156, 0.33);
}

@media (max-width: 768px) {
  .dashboard__requests__header--row {
    font-weight: 500;
    font-size: 16px;
  }

  .dashboard__requests__header--row .header--point {
    margin-right: 0;
  }
}

.dashboard__requests .flex-truncate-text {
  min-width: 0;
}

@media (max-width: 768px) {
  .dashboard__requests .flex-truncate-text {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.dashboard__requests .flex-truncate-text p {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0px;
}

.dashboard__requests.dashboard__booking__user-list__row--body:not(:first-child) {
  border-top: 0.5px solid rgba(156, 156, 156, 0.33);
}

.dashboard__requests.dashboard__booking__user-list__row--body > div {
  border-top: none !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.dashboard__requests.dashboard__booking__user-list__row--body > div:first-child {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.dashboard__requests.dashboard__booking__user-list__row--body > div:nth-child(2) {
  -webkit-box-flex: 7 !important;
      -ms-flex: 7 !important;
          flex: 7 !important;
}

.dashboard__requests.dashboard__booking__user-list__row--body > div:nth-child(3) {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.btn-booking__reservation-contact {
  position: relative;
}

.btn-booking__reservation-contact .badge {
  position: absolute !important;
  right: -6px;
  top: -6px !important;
  opacity: 1;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  padding: 0 5px;
}

.course-list-group {
  max-height: 160px;
  overflow: auto;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 1px 3px rgba(156, 156, 156, 0.33);
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.course-list-group .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(156, 156, 156, 0.33);
  padding: 5px 0 5px 10px;
}

.course-list-group::-webkit-scrollbar {
  width: 6px;
}

.course-list-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.course-list-group::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.course-list-group::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-body .dropdown-filter-toggle {
  background: #FFFFFF;
  border: 0.5px solid #BDBDBD !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  padding: 9px 17px;
}

.modal-body .vdp-datepicker__calendar {
  width: auto;
}

.select2-dropdown {
  z-index: 1090 !important;
}

.img-carousel {
  overflow: hidden;
}

.img-carousel__container {
  padding: 0px;
  width: 100%;
}

.img-carousel__wrap {
  height: 230px;
  float: left;
  text-align: center;
}

.img-carousel__wrap img {
  height: inherit;
  width: auto;
  max-height: 230px;
}

.img-carousel .btn-prev-image,
.img-carousel .btn-next-image {
  position: absolute;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  font-size: 1em;
  -webkit-box-shadow: 4px 2px 6px #aaa;
          box-shadow: 4px 2px 6px #aaa;
  top: 50%;
  margin-top: -0.5em;
}

.img-carousel .btn-prev-image {
  left: 1em;
  padding-left: 0.7em;
}

.img-carousel .btn-next-image {
  right: 1em;
  padding-right: 0.7em;
}

.company-detail {
  padding: 0 0 60px;
}

.company-detail__map-footer {
  background: #fff;
  color: #4A4A4A;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2080;
  padding: 15px;
  max-height: 68px;
}

.company-detail__map-footer .overflow-hidden {
  overflow: hidden;
}

.company-detail .modal-body .btn-google-map-zoom {
  position: fixed !important;
}

.company-detail .modal-body .btn-group-zoom {
  position: fixed;
  z-index: 1050;
  right: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  bottom: 90px;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 82px;
}

.company-detail .modal-body .btn-group-zoom:hover {
  text-decortion: none;
}

.company-detail .modal-body .vue-map {
  border-radius: 0 !important;
}

.company-detail .event-vertical-card-container__cover-image-container {
  height: 120px !important;
}

.company-detail .event-vertical-card-container__body p:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.company-detail .orangopack-card__price-container {
  max-height: 28px;
}

.company-detail .event-card-short {
  height: 220px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.company-detail .event-card-short .row {
  height: auto;
}

@media (max-width: 767.98px) {
  .company-detail__additional-container .company-detail__additional:first-child {
    border-top: 1px solid #DEDEDE;
    padding-top: 1rem;
  }
}

.company-detail .vue-map-container {
  height: 175px;
}

@media (max-width: 767.98px) {
  .company-detail .vue-map-container {
    height: 200px !important;
  }
}

@media (max-width: 767.98px) {
  .company-detail .modal-dialog {
    height: 100vh !important;
  }

  .company-detail .sticky-tabs {
    padding: 15px 0 15px 15px;
    -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
            box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: #fff;
    z-index: 1050;
  }
}

.company-detail .image-container {
  min-height: 130px;
  height: 130px;
}

.company-detail .orangopack-card {
  position: relative;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
}

.company-detail .promotion-title {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-detail .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .company-detail .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.25rem;
  }
}

.company-detail .company-info .btn-secondary-outline {
  width: 40%;
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .company-detail .company-info .btn-secondary-outline {
    width: 100%;
    margin-top: 2rem;
  }
}

.company-detail .company-info .company-info-text {
  margin-left: 1.5rem;
}

@media (max-width: 767.98px) {
  .company-detail .company-info .company-info-text {
    margin-left: 0;
  }
}

.company-detail .company-info p + p {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .company-detail .company-info p + p {
    margin-top: 1rem;
  }
}

.company-detail .company-info img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .company-detail .company-info img {
    margin-top: 1.25rem;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
}

.company-detail__tabs {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-detail__tabs__tab-content-items {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .company-detail__tabs__tab-content-items {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .company-detail__tabs {
    display: block;
  }
}

.company-detail__tabs__tab-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px 10px 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  color: #4A4A4A;
}

.company-detail__tabs__tab-pane + .company-detail__tabs__tab-pane {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .company-detail__tabs__tab-pane + .company-detail__tabs__tab-pane {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .company-detail__tabs__tab-pane {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 8px;
    margin-right: 15px;
  }

  .company-detail__tabs__tab-pane:last-child {
    margin-right: 0;
  }
}

.company-detail__tabs__tab-pane.selected {
  background: #007BFF;
  color: #fff;
}

.company-detail__tabs__tab-pane.selected .company-detail__tabs__tab-pane__icons {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.company-detail__tabs__tab-pane__icons.tab-icon-fitness {
  display: block;
  height: 24px;
  background-image: url(/images/fitness-dumbbell-lift.svg?676d0bc0a8e6a4ac88a708275475e0dd);
  background-repeat: no-repeat;
  padding-left: 35px;
}

.company-detail__tabs__tab-pane__icons.tab-icon-calendar-alt {
  display: block;
  height: 24px;
  background-image: url(/images/calendar-alt.svg?fb76af465842d54ff3fcab1cfa460d70);
  background-repeat: no-repeat;
  padding-left: 35px;
}

.company-detail__tabs__tab-pane__icons.tab-icon-ticket-alt {
  display: block;
  height: 24px;
  background-image: url(/images/ticket-alt.svg?1517adddac8fe6d4993b8ccfe858cdd7);
  background-repeat: no-repeat;
  padding-left: 35px;
}

.company-detail__tabs__tab-pane__icons.tab-icon-camping-tent {
  display: block;
  height: 24px;
  background-image: url(/images/camping-tent.svg?956a7a86627e992d4f24b9f9d94ae7b9);
  background-repeat: no-repeat;
  padding-left: 35px;
}

.company-detail__tabs__tab-content__empty {
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #9C9C9C;
  min-width: 590px;
  max-width: 620px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .company-detail__tabs__tab-content__empty {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    font-size: 21px;
    line-height: 26px;
  }
}

.company-detail__tabs__tab-content-item {
  width: 350px;
  max-width: 350px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .company-detail__tabs__tab-content-item {
    margin-right: 0 !important;
    width: auto;
    max-width: 100%;
  }
}

.company-detail__tabs__tab-content-item:first-child {
  margin-right: 15px;
}

.company-detail__tabs__tab-content-item:nth-child(3n) {
  margin-right: 0 !important;
}

.company-detail__tabs__tab-content-item:nth-child(3n + 4) {
  margin-left: 0 !important;
  margin-right: 15px;
}

.company-detail__tabs__tab-content-item + .company-detail__tabs__tab-content-item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .company-detail__tabs__tab-content-item + .company-detail__tabs__tab-content-item {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.company-detail__header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  background-position: center;
}

.company-detail__header__container:before {
  content: '';
  background-color: #4A4A4A;
  position: absolute;
  left: 0;
  right: 0;
  height: 250px;
  top: 0;
  opacity: .50;
}

@media (max-width: 767.98px) {
  .company-detail__header__container:before {
    bottom: 0;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .company-detail__header__container {
    min-height: 320px;
    position: absolute;
    left: 0;
    right: 0;
  }
}

.company-detail__header .img-aggregator-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.company-detail__header .img-aggregator-logo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .company-detail__header .img-aggregator-logo img {
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 991.98px) {
  .company-detail__header .img-aggregator-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .company-detail__header {
    margin-top: 0;
  }
}

.company-detail__header__logo {
  width: 280px;
  height: 280px;
  min-width: 280px;
  min-height: 280px;
  border-radius: 50%;
  text-align: center;
  line-height: 280px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-right: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-detail__header__logo img {
  max-width: 80%;
}

@media (max-width: 991.98px) {
  .company-detail__header__logo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    line-height: 100px;
    margin-right: 10px;
  }

  .company-detail__header__logo img {
    width: 55px;
  }
}

.company-detail__header__btn--contact {
  border-radius: 5px;
  border: 2px solid #fff;
  position: absolute;
  right: 15px;
  bottom: 40px;
  color: #fff;
  padding: 10px 48px;
  font-size: 16px;
  font-weight: 600;
}

.company-detail__header__btn--contact:hover,
.company-detail__header__btn--contact:active {
  background: transparent;
  border-color: #fff;
}

.company-detail__header__name {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .company-detail__header__name {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 34px;
    letter-spacing: 0.02em;
  }
}

.company-detail__header__federation {
  padding: 0 25px;
  font-size: 16px;
  border-left: 1px solid #9C9C9C;
}

.company-detail__header__federation:first-child {
  margin-left: 15px;
  border-left: none;
}

@media (max-width: 991.98px) {
  .company-detail__header__federation {
    margin-left: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 25px;
  }
}

.company-detail__header__practiced {
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0 0 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  min-width: 350px;
  position: absolute;
  bottom: auto;
  max-height: 260px;
  width: 350px;
  padding: 20px 15px;
}

.company-detail__header__practiced__container {
  min-height: 130px;
}

@media (max-width: 767.98px) {
  .company-detail__header__practiced__container {
    min-height: auto;
    position: relative;
    padding-top: 130px;
    z-index: 10;
  }
}

@media (max-width: 767.98px) {
  .company-detail__header__practiced {
    z-index: 1050;
    position: relative;
    margin-top: 0;
    min-width: 100%;
    width: 100%;
    top: auto !important;
  }
}

.company-detail__header__practiced.sport-detail__modal {
  height: auto;
  width: 630px;
  min-width: 630px;
  background-image: url(/images/sport-detail_modal.svg?61ebc6b0040987d56fb087863fd327e8);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 70px;
}

@media (max-width: 767.98px) {
  .company-detail__header__practiced.sport-detail__modal {
    min-width: 91vw;
    width: 91vw;
    min-height: 100vh;
    background-size: 70%;
  }
}

.company-detail__header__practiced.sport-detail__modal .sport-description__text {
  color: #5A5A5A;
}

.company-detail__header__practiced.sport-modal {
  height: auto;
}

@media (max-width: 767.98px) {
  .company-detail__header__practiced.sport-modal {
    right: 15px;
    left: 15px;
    min-width: 91vw;
    width: 91vw;
  }
}

.company-detail__header__practiced.sport-modal,
.company-detail__header__practiced.sport-detail__modal {
  position: absolute;
  z-index: 2050;
  right: 0;
  bottom: auto;
}

.company-detail__header__practiced.sport-modal .close img,
.company-detail__header__practiced.sport-detail__modal .close img {
  width: 14px;
  height: 14px;
}

.company-detail__header__practiced__row + .company-detail__header__practiced__row {
  margin-top: 10px;
}

.company-detail__header__practiced__row .sport-lists__partials {
  position: relative;
  max-height: 84px;
  overflow: hidden;
}

.company-detail__header__practiced__row .sport-lists__partials .more-sport:last-child {
  position: absolute;
}

.company-detail__header__practiced h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.company-detail__header__practiced__sport {
  margin-right: 5px;
  border-radius: 20px;
  padding: 5px 15px;
  color: white;
  background-color: #17BEBB;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.company-detail__header__practiced__sport.more-sport {
  margin-right: 5px;
  border: 1px solid #6A6A6A;
  color: #4A4A4A;
  letter-spacing: -0.02em;
  background-color: #fff !important;
}

.company-detail__header__practiced__sport.more-sport:hover {
  text-decoration: none;
  color: #4A4A4A;
}

.company-detail__header__practiced__sport:hover {
  text-decoration: none;
  color: #fff;
}

.company-detail__courses {
  margin-top: 40px;
  border-bottom: 1px solid #9C9C9C;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

@media (max-width: 991.98px) {
  .company-detail__courses {
    margin-top: 10px;
  }
}

.company-detail__courses__title {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .company-detail__courses__title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.company-detail__courses__filters {
  position: relative;
  z-index: 1;
}

.company-detail__courses__filters::after {
  display: block;
  clear: both;
  content: "";
}

.company-detail__courses__filters .orangogo-custom-selector {
  width: 180px;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
  font-size: 13px;
  background-color: white;
}

.company-detail__courses__filters .orangogo-custom-selector__input {
  padding: 8px 25px 8px 15px;
  border-radius: 5px;
  border-color: #17BEBB;
}

.company-detail__courses__filters .orangogo-custom-selector__input i {
  font-size: 20px;
}

.company-detail__courses__filters .orangogo-custom-selector__list {
  border-color: #17BEBB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px 20px;
}

.company-detail__courses__filters .orangogo-custom-selector__list__item {
  padding: 10px 0;
  white-space: nowrap;
  border-width: 1px;
}

.company-detail__courses__filters .orangogo-custom-selector__list__item i {
  display: none;
}

.company-detail__courses .company-carousel {
  position: relative;
  top: -30px;
}

.company-detail__additional {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .company-detail__additional {
    padding-bottom: 30px;
  }
}

.company-detail__additional + .company-detail__additional {
  border-top: 8px solid rgba(189, 189, 189, 0.15);
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .company-detail__additional + .company-detail__additional {
    padding-top: 30px;
  }
}

.company-detail__additional__map {
  background-color: white;
}

.company-detail__additional__map__container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .company-detail__additional__map__header {
    margin-bottom: 1rem;
  }
}

.company-detail__additional__map__header img {
  width: 25px;
}

.company-detail__additional__map__header p {
  letter-spacing: 0.02em;
}

@media (max-width: 767.98px) {
  .company-detail__additional__map__header p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.company-detail__additional__map__header h6 {
  margin-bottom: 5px;
  margin-top: 8px;
  font-weight: bold;
}

.company-detail__additional__map__header p {
  margin: 0;
}

.company-detail__additional__text-collapsible {
  font-size: 16px;
}

.company-detail__additional__text-collapsible a {
  color: #a6a4a4;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.company-detail__reviews {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .company-detail__reviews {
    display: none;
  }
}

.company-detail__reviews__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}

.company-detail__reviews__description {
  font-size: 14px;
  margin: 0;
}

.company-detail__reviews__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 15px;
}

.company-detail__reviews__card__avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.company-detail__reviews__card__rating {
  color: #FD6E00;
  margin-top: 20px;
}

.company-detail__reviews__card__title {
  margin: 10px 0;
}

.company-detail__reviews__card__description {
  font-size: 14px;
  line-height: 22px;
}

.company-detail__reviews__card hr {
  width: 30px;
  margin-left: 0;
}

.company-detail__reviews__card__user-name {
  font-size: 12px;
  font-weight: bold;
}

.company-detail__footer {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .company-detail__footer {
    margin-top: 0;
  }
}

.company-detail__footer__contact__title {
  font-size: 28px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .company-detail__footer__contact__title {
    font-size: 22px;
  }
}

.company-detail__footer__hours {
  margin-top: 40px;
}

.company-detail__footer__hours h5 {
  margin-bottom: 15px;
  font-weight: bold;
}

.company-detail__footer__hours > div::after {
  display: block;
  clear: both;
  content: "";
}

.company-detail__footer__hours__day {
  border-right: 1px solid #9C9C9C;
  margin-bottom: 20px;
  padding: 0 15px;
  float: left;
}

.company-detail__footer__hours__day h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

.company-detail__footer__hours__day p {
  margin: 0;
  font-size: 12px;
}

.company-detail__footer__hours__day:nth-child(4n+1) {
  padding-left: 0;
}

.company-detail__footer__hours__day:nth-child(4n),
.company-detail__footer__hours__day:last-child {
  border-right: none;
}

.company-detail__footer__hours__day--closed {
  color: #9C9C9C;
}

.company-photo-gallery {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-photo-gallery__container {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .company-photo-gallery__container {
    padding-left: 0;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #DEDEDE;
  }
}

.company-photo-gallery div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.company-photo-gallery .owl-carousel {
  width: 100%;
  webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.company-photo-gallery .owl-carousel .owl-nav {
  width: auto !important;
  display: inline-block;
  position: absolute;
  bottom: 35%;
  right: 20px;
}

.company-photo-gallery .owl-carousel .owl-nav .owl-prev {
  display: none !important;
}

.company-photo-gallery .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4A4A4A;
}

.company-photo-gallery .owl-carousel .owl-nav .owl-next:hover {
  color: #4A4A4A;
  background: #fff;
}

.company-photo-gallery .owl-carousel .owl-nav .owl-next:before {
  content: '';
}

.company-photo-gallery .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-photo-gallery .owl-carousel .owl-stage .owl-item {
  max-width: auto;
}

@media (max-width: 767.98px) {
  .company-photo-gallery .owl-carousel .owl-stage .owl-item {
    max-width: 130px;
  }
}

.company-photo-gallery .owl-carousel .owl-stage .owl-item img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .company-photo-gallery .owl-carousel .owl-stage .owl-item img {
    height: 130px;
  }
}

@media (max-width: 767.98px) {
  .company-photo-gallery {
    overflow: visible;
  }

  .company-photo-gallery a {
    width: 130px !important;
  }
}

.company-photo-gallery__image {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .company-photo-gallery__image {
    min-height: 130px;
  }
}

.company-photo-gallery__image img {
  border-radius: 10px;
  cursor: pointer;
  min-height: 175px;
}

@media (max-width: 767.98px) {
  .company-photo-gallery__image img {
    min-height: 130px;
  }
}

.company-photo-gallery__image img.more {
  opacity: 0.3;
}

.company-photo-gallery__image img:hover {
  opacity: 0.5;
}

.btn-google-map-zoom {
  display: none;
}

@media (max-width: 767.98px) {
  .btn-google-map-zoom {
    -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
            box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
    position: absolute;
    z-index: 1012 !important;
    right: 15px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal-taking-charge .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #4A4A4A;
}

.modal-taking-charge.modal-sm {
  max-width: 350px;
  min-height: 100vh !important;
}

@media (max-width: 767.98px) {
  .modal-taking-charge.modal-sm {
    max-width: 100%;
  }
}

.modal-taking-charge .form-group label {
  font-size: 12px;
  display: block;
  line-height: 24px;
  margin-bottom: 0;
}

.modal-taking-charge .form-group .form-control {
  font-weight: 600;
}

.modal-taking-charge .custom-checkbox {
  font-size: 12px;
  line-height: 16px;
  color: #4A4A4A;
}

.modal-taking-charge .custom-checkbox a {
  color: #4A4A4A;
  text-decoration: underline;
  letter-spacing: -0.3px;
}

.modal-taking-charge .text-muted {
  color: #969696;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.modal-taking-charge .info-box-container {
  font-size: 14px;
}

.modal-taking-charge .info-box-container p {
  line-height: 24px;
}

.modal-taking-charge .far {
  color: #97d24f;
}

.company-buyable_fee {
  padding: 24px 0;
  border-top: 8px solid rgba(189, 189, 189, 0.15);
  border-bottom: 8px solid rgba(189, 189, 189, 0.15);
}

.company-buyable_fee h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #4A4A4A;
}

.company-buyable_fee p {
  letter-spacing: -0.02em;
  color: #8B8B8B;
}

.company-buyable_fee p a {
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4A4A4A;
}

.company-buyable_fee .buyable-item-row .buyable-item-container {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.company-buyable_fee .buyable-item-row .buyable-item-container .buyable-item {
  padding-bottom: 16px;
  min-height: 130px;
  max-height: 130px;
}

#enabled-alert-contracts_modal .modal-body,
#disabled-alert-contracts_modal .modal-body {
  /*color: #6c757d;*/
  color: #787878;
}

#enabled-alert-contracts_modal .modal-body p,
#disabled-alert-contracts_modal .modal-body p {
  font-size: 20px !important;
  font-weight: 700;
}

#enabled-alert-contracts_modal .modal-body a,
#disabled-alert-contracts_modal .modal-body a {
  color: #17bebb;
}

#enabled-alert-contracts_modal .modal-body a:hover,
#disabled-alert-contracts_modal .modal-body a:hover {
  text-decoration: none;
  color: #17bebb;
}

#enabled-alert-contracts_modal .accept-contract-button,
#disabled-alert-contracts_modal .accept-contract-button {
  color: #fff;
  background-color: #17bebb !important;
  border-color: #17bebb !important;
  opacity: 1;
  font-weight: 600;
  text-shadow: none;
  text-transform: capitalize;
}

.dashboard__courses__filter-dropdown {
  width: 225px;
}

@media (max-width: 768px) {
  .dashboard__courses__filter-dropdown {
    width: 130px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .dashboard__courses__filter-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dashboard__courses__item__menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .dashboard__courses__item__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.company-course-card__left-info {
  margin-right: 40px;
  width: 60%;
}

.company-course-card__image {
  border-radius: 5px;
  height: 180px;
  overflow: hidden;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-course-card__image img {
  width: 100%;
}

.company-course-card__body {
  padding-bottom: 20px;
}

.company-course-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-course-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
}

.company-course-card__body__address p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-course-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-course-card__body__name {
  font-size: 21px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.company-course-card__body__company-name {
  color: #4A4A4A;
}

.company-course-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  border: 1px solid transparent;
}

.company-course-card__body__lessons__day--has-lesson {
  font-size: 13px;
  color: inherit;
  border-color: #000;
  border-radius: 50%;
}

.company-course-card__body__lessons__day--has-lesson__dark {
  border: 1px solid #4A4A4A;
}

.company-course-card__body__sport-tag {
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-bottom: 1px;
  width: auto;
  font-size: 12px;
}

.company-course-card__body__short-age-range {
  font-size: 13px;
  border-left: 1px solid #eeeeee;
}

.company-course-card__body__short-age-range p {
  margin: 0;
}

.company-course-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-course-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.company-course-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-course-card__body__distance i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-course-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin-left: 15px;
}

.company-course-card__body__rating i {
  color: #FD6E00;
}

.company-course-card__actions {
  text-align: center;
}

.company-course-card__actions .btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 20px;
}

.company-course-card__tags {
  position: absolute;
  top: 20px;
}

.company-course-card__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.company-course-card__tags div i {
  margin-right: 5px;
}

.company-course-card__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.company-course-card__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.company-course-card__tags div:last-child {
  margin-bottom: 0;
}

.company-course-card--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-course-card--detail .company-course-card__image {
  margin-right: 25px;
  position: relative;
}

.company-course-card--detail .company-course-card__image a {
  width: 250px;
  min-height: unset;
  height: 100%;
}

.company-course-card--detail .company-course-card__image .company-course-card__tags {
  left: -20px;
}

.company-course-card--detail .company-course-card__body {
  padding-bottom: 0;
}

.company-course-card--detail .company-course-card__body__address {
  margin: 0;
}

.company-course-card--detail .company-course-card__body__name {
  font-size: 21px;
  font-weight: bolder;
}

.company-course-card--detail .company-course-card__body__lessons {
  margin-bottom: 0;
}

.company-course-card--detail .company-course-card__body__company-name {
  color: #4A4A4A;
}

.company-course-card--detail .company-course-card__addition p {
  margin: 0;
}

.company-course-card--detail .company-course-card__addition__places-available {
  color: #7B7B7B;
}

.company-course-card--in-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

.company-course-card--in-map > * {
  background-color: white;
}

.company-course-card--in-map .company-course-card__image {
  padding-right: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.company-course-card--in-map .company-course-card__image a {
  width: 120px;
  min-height: unset;
  height: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.company-course-card--in-map .company-course-card__image .company-course-card__tags {
  left: -70px;
}

.company-course-card--in-map .company-course-card__body {
  padding: 10px 25px 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.company-course-card--in-map .company-course-card__body__address {
  margin: 0;
}

.company-course-card--in-map .company-course-card__body__name {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.company-course-card--in-map .company-course-card__body__company-name {
  color: #4A4A4A;
}

.company-summer-camp-card {
  padding: 10px;
  border-radius: 8px;
  border: 0.5px solid rgba(128, 128, 128, 0.12);
  background-color: #FFFFFF;
}

.company-summer-camp-card__left-info {
  margin-right: 40px;
  width: 60%;
  border: 1px solid grey;
}

.company-summer-camp-card__image {
  border-radius: 5px;
  height: 130px;
  overflow: hidden;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-summer-camp-card__image img {
  width: 350px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-summer-camp-card__body {
  padding-bottom: 20px;
}

.company-summer-camp-card__body__tag {
  margin: 5px 0;
  height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-summer-camp-card__body__tag .body__tag_sport {
  background-color: rgba(23, 190, 187, 0.15);
  border-radius: 10px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.company-summer-camp-card__body__tag .body__tag_ages {
  background: #EEEEEE;
  border-radius: 10px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.company-summer-camp-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-summer-camp-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.company-summer-camp-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-summer-camp-card__body__name {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  max-width: 100%;
  height: 3em;
  margin: 0 auto;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-summer-camp-card__body__description {
  display: -webkit-box;
  max-width: 100%;
  height: 4em;
  margin: 10px auto;
  font-size: 14px;
  line-height: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-summer-camp-card__body__company-name {
  color: #4A4A4A;
}

.company-summer-camp-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  border: 1px solid transparent;
}

.company-summer-camp-card__body__lessons__day--has-lesson {
  font-size: 13px;
  color: inherit;
  border-color: #000;
  border-radius: 50%;
}

.company-summer-camp-card__body__lessons__day--has-lesson__dark {
  border: 1px solid #4A4A4A;
}

.company-summer-camp-card__body__sport-tag {
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-bottom: 1px;
  width: auto;
  font-size: 12px;
}

.company-summer-camp-card__body__short-age-range {
  font-size: 13px;
  border-left: 1px solid #eeeeee;
}

.company-summer-camp-card__body__short-age-range p {
  margin: 0;
}

.company-summer-camp-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-summer-camp-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.company-summer-camp-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-summer-camp-card__body__distance i {
  color: #FD6E00;
  margin-right: 5px;
}

.company-summer-camp-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin-left: 15px;
}

.company-summer-camp-card__body__rating i {
  color: #FD6E00;
}

.company-summer-camp-card__actions {
  text-align: right;
}

.company-summer-camp-card__actions .btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 20px;
}

.company-summer-camp-card__tags {
  position: absolute;
  top: 20px;
}

.company-summer-camp-card__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.company-summer-camp-card__tags div i {
  margin-right: 5px;
}

.company-summer-camp-card__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.company-summer-camp-card__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.company-summer-camp-card__tags div:last-child {
  margin-bottom: 0;
}

.company-summer-camp-card--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-summer-camp-card--detail .company-summer-camp-card__image {
  margin-right: 25px;
  position: relative;
}

.company-summer-camp-card--detail .company-summer-camp-card__image a {
  width: 250px;
  min-height: unset;
  height: 100%;
}

.company-summer-camp-card--detail .company-summer-camp-card__image .company-summer-camp-card__tags {
  left: -20px;
}

.company-summer-camp-card--detail .company-summer-camp-card__body {
  padding-bottom: 0;
}

.company-summer-camp-card--detail .company-summer-camp-card__body__address {
  margin: 0;
}

.company-summer-camp-card--detail .company-summer-camp-card__body__name {
  font-size: 21px;
  font-weight: bolder;
}

.company-summer-camp-card--detail .company-summer-camp-card__body__lessons {
  margin-bottom: 0;
}

.company-summer-camp-card--detail .company-summer-camp-card__body__company-name {
  color: #4A4A4A;
}

.company-summer-camp-card--detail .company-summer-camp-card__addition p {
  margin: 0;
}

.company-summer-camp-card--detail .company-summer-camp-card__addition__places-available {
  color: #7B7B7B;
}

.company-summer-camp-card--in-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

.company-summer-camp-card--in-map > * {
  background-color: white;
}

.company-summer-camp-card--in-map .company-summer-camp-card__image {
  padding-right: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.company-summer-camp-card--in-map .company-summer-camp-card__image a {
  width: 120px;
  min-height: unset;
  height: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.company-summer-camp-card--in-map .company-summer-camp-card__image .company-summer-camp-card__tags {
  left: -70px;
}

.company-summer-camp-card--in-map .company-summer-camp-card__body {
  padding: 10px 25px 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.company-summer-camp-card--in-map .company-summer-camp-card__body__address {
  margin: 0;
}

.company-summer-camp-card--in-map .company-summer-camp-card__body__name {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.company-summer-camp-card--in-map .company-summer-camp-card__body__company-name {
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .company-summer-camp-card__image img {
    width: 650px;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company-detail-carousel {
  overflow: hidden;
}

.company-detail-carousel__directions {
  text-align: right;
}

.company-detail-carousel__directions__btn {
  color: #7B7B7B;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: 5px;
}

.company-detail-carousel__content {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.company-detail-carousel__content__item {
  height: 100%;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .company-detail-carousel {
    overflow-x: auto;
    width: calc(100% + 35px);
  }

  .company-detail-carousel__directions {
    visibility: hidden;
  }

  .company-detail-carousel__content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .company-detail-carousel__content__item {
    width: calc(100vw - 50px) !important;
  }

  .company-detail-carousel__content__item:last-child {
    margin-right: 15px;
  }
}

/*!
 * Partial results
 */

.results-course-card {
  padding: 20px 5px;
  border-bottom: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-course-card__down-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .results-course-card__down-container {
    display: block;
  }
}

.results-course-card__down-container__sport-tag-container {
  max-width: 125px;
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-right: 10px;
}

.results-course-card__down-container__sport-tag-container__tag {
  margin-bottom: 1px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .results-course-card__down-container__sport-tag-container {
    max-width: 100px;
    text-align: center;
    margin-right: 0;
  }
}

.results-course-card__down-container__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .results-course-card__down-container__left {
    display: block;
  }
}

@media (max-width: 768px) {
  .results-course-card__info-container {
    padding: 0;
  }
}

.results-course-card__left-info {
  float: left;
  width: 60%;
}

@media (max-width: 768px) {
  .results-course-card__left-info {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .results-course-card__left-info {
    margin-right: 0;
    width: 100%;
  }
}

.results-course-card__right-info {
  float: right;
}

@media (max-width: 768px) {
  .results-course-card__right-info {
    float: left;
    text-align: center;
  }

  .results-course-card__right-info button {
    min-width: 200px;
  }
}

.results-course-card__image {
  position: relative;
}

.results-course-card__image a {
  border-radius: 5px;
  min-height: 190px;
  overflow: hidden;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .results-course-card__image a {
    width: 100%;
  }
}

.results-course-card__image a img {
  width: 100%;
}

.results-course-card__body {
  padding-bottom: 20px;
}

.results-course-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-course-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.results-course-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-course-card__body__name {
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 0;
  text-decoration: none;
  color: #4A4A4A;
  /*a {
        text-decoration: none;
        color: $base-dark;
        &:hover{
          color: $gray-500;
        }
      }*/
}

.results-course-card__body__name:hover {
  color: #7B7B7B;
}

.results-course-card__body__lessons {
  border-right: 1px solid #9C9C9C80;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .results-course-card__body__lessons {
    padding-right: 0;
    border: none;
    margin-top: 10px;
  }
}

.results-course-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}

.results-course-card__body__lessons__day--has-lesson {
  color: inherit;
  border: 1px solid #000;
  border-radius: 50%;
}

.results-course-card__body__short-age-range {
  margin-left: 10px;
  font-size: 15px;
  border-left: 1px solid #eeeeee;
}

.results-course-card__body__short-age-range p {
  margin: 0;
}

.results-course-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .results-course-card__body__short-age-range {
    margin: 0;
  }
}

.results-course-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.results-course-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-course-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-left: 15px;
}

.results-course-card__body__rating i {
  color: #FD6E00;
}

@media (max-width: 768px) {
  .results-course-card__actions-container {
    margin-top: 10px;
  }
}

.results-course-card__actions-container__actions {
  text-align: center;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .results-course-card__actions-container__actions {
    padding-left: 0;
  }
}

.results-course-card__actions-container__actions a {
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
}

.results-course-card--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .results-course-card--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.results-course-card--detail .results-course-card__image {
  position: relative;
  max-height: 180px;
  max-width: 252px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .results-course-card--detail .results-course-card__image {
    max-height: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .results-course-card--detail .results-course-card__image {
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

.results-course-card--detail .results-course-card__image a {
  min-height: unset;
}

@media (max-width: 768px) {
  .results-course-card--detail .results-course-card__image a {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .results-course-card--detail .results-course-card__image a {
    width: 100%;
  }
}

.results-course-card--detail .results-course-card__image__tags {
  position: absolute;
  left: -20px;
  top: 20px;
}

.results-course-card--detail .results-course-card__image__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.results-course-card--detail .results-course-card__image__tags div i {
  margin-right: 5px;
}

.results-course-card--detail .results-course-card__image__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.results-course-card--detail .results-course-card__image__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.results-course-card--detail .results-course-card__image__tags div:last-child {
  margin-bottom: 0;
}

.results-course-card--detail .results-course-card__body {
  padding-bottom: 0;
}

.results-course-card--detail .results-course-card__body__address {
  margin: 0;
}

.results-course-card--detail .results-course-card__body__name {
  font-size: 24px;
}

.results-course-card--detail .results-course-card__body__lessons {
  margin-bottom: 0;
}

.results-course-card--detail .results-course-card__addition {
  text-align: right;
}

@media (max-width: 768px) {
  .results-course-card--detail .results-course-card__addition {
    text-align: left;
  }
}

.results-course-card--detail .results-course-card__addition p {
  margin: 0;
}

.results-course-card--detail .results-course-card__addition__places-available {
  color: #7B7B7B;
}

.results-container {
  position: relative;
}

.results-container .card-group-container {
  background: #FFFFFF;
  /*border: 0.5px solid #DEDEDE;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*box-shadow: 3px 3px 3px rgba(156, 156, 156, 0.5);*/
  border-radius: 5px;
}

.results-container .card-group-container .card.card-promotion {
  border: 0.5px solid #FD6E00;
}

.results-container .card-group-container .card.card-promotion + .card {
  margin-top: 25px;
}

.results-container .card-group-container .card.card-promotion:before,
.results-container .card-group-container .card.card-promotion:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}

.results-container .card-group-container .card.card-promotion:before {
  border-width: 1em;
  border-right-color: #FD6E00;
  border-top-color: #FD6E00;
}

.results-container .card-group-container .card.card-promotion:after {
  border-radius: 0.4em;
  border-width: 1em;
  border-right-color: #FD6E00;
  border-top-color: #FD6E00;
}

.results-container .card-group-container .card.card-promotion .badge-promotion {
  position: absolute;
  right: 3px;
  z-index: 20;
  font-size: 10px;
  top: 5px;
  z-index: 10;
}

.results-container .card-group-container + .card-group-container {
  margin-top: 25px;
}

.results-container .card-group-container .card-block {
  padding: 10px 0;
}

.results-container .card-group-container .card-block h4 {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block h4 {
    font-size: 16px;
  }
}

.results-container .card-group-container .card-block h4 .course__details {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block h4 .course__details {
    display: block;
    margin-top: 5px;
  }
}

.results-container .card-group-container .card-block h4 .course__ratings,
.results-container .card-group-container .card-block h4 .course__distance {
  padding-top: 5px;
  font-size: 12px !important;
  white-space: nowrap;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block h4 .course__ratings,
  .results-container .card-group-container .card-block h4 .course__distance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: normal;
  }
}

.results-container .card-group-container .card-block .body__tag_ages {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block .body__tag_ages {
    margin-top: 7px;
    font-size: 13px;
    font-weight: normal;
  }
}

.results-container .card-group-container .card-block .body__lessons .company-course-card__body__lessons__day {
  width: 32px !important;
  height: 32px !important;
  line-height: 29px;
}

.results-container .card-group-container .card-block .body__lessons .results-course-card__body__lessons__day--has-lesson {
  border-color: #FD6E00 !important;
  color: #FD6E00 !important;
}

.results-container .card-group-container .card-block .list-unstyled li {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block .list-unstyled li {
    font-size: 13px;
  }
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav [class*='owl-']:hover,
.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav [class*='owl-']:active {
  background-color: transparent !important;
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav .owl-prev {
  display: none !important;
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav .owl-next {
  right: 25px;
  text-align: right;
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100px;
}

.results-container .card-group-container .course__day-list--container .btn-link:active,
.results-container .card-group-container .course__day-list--container .btn-link:hover {
  text-decoration: none !important;
}

.results-container .card-group-container .body__tag_ages {
  background: #EEEEEE;
  border-radius: 10px;
  display: inline-block;
}

.results-container .card-group-container .body__images {
  max-height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.results-container .card-group-container .body__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .body__images {
    max-height: 130px;
  }
}

.results-container .card-group-container .course__actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions a {
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions .btn-primary-orango {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.results-container .card-group-container .course__actions .body__icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions .body__icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.results-container .card-group-container .course__actions .body__icons span {
  width: 40px;
  height: 40px;
}

.results-container .card-group-container .course__actions .body__icons span.course__disabilities {
  background-image: url(/images/disabilita.svg?8320e4f9202d8452f30016fbb978e344);
}

.results-container .card-group-container .course__actions .body__icons span.course__payments {
  background-image: url(/images/corso-acquistabile-online.svg?ad53402364832ad3acab674d149f375f);
}

.results-container .card-group-container .course__actions .body__icons span.course__promotion {
  background-image: url("/images/promotions/orangopack-icon-new.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.results-container .card-group-container .course__actions .body__icons span + span {
  margin-left: 10px;
}

.results-container .card-group-container ul li {
  color: #7B7B7B;
}

.results-container .card-group-container ul li + li {
  margin-top: 3px;
}

.icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.course__pin {
  background-image: url(/images/pin-3.svg?aa665066fd5d6163c59c36839b422f34);
}

.icon.course__building {
  background-image: url(/images/building.svg?851c9739ba4a1d0de2992a7fdb4310b0);
}

.icon.course__clock-alt {
  background-image: url(/images/clock-alt.svg?e5c6ee08cc6ab29551658566293b2761);
}

.icon.course__clock-alt-x2 {
  width: 40px !important;
  height: 26px !important;
  background-image: url("/images/promotions/show/clock_secondary.svg");
}

.results-info-window {
  overflow-y: auto;
  max-height: 340px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(74, 74, 74, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(74, 74, 74, 0.15) !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}

.results-info-window .result-map-course-card {
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results-info-window .result-map-course-card > * {
  background-color: white;
}

.results-info-window .result-map-course-card__image {
  position: relative;
  overflow: hidden;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-info-window .result-map-course-card__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.results-info-window .result-map-course-card__body {
  padding: 10px 25px 10px 0;
}

.results-info-window .result-map-course-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-info-window .result-map-course-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
}

.results-info-window .result-map-course-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-info-window .result-map-course-card__body__name {
  margin-top: 5px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.results-info-window .result-map-course-card__body__company-name {
  overflow: hidden;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.results-info-window .result-map-course-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  border: 1px solid transparent;
}

.results-info-window .result-map-course-card__body__lessons__day--has-lesson {
  font-size: 13px;
  color: inherit;
  border: 1px solid #FD6E00;
  border-radius: 50%;
}

.results-info-window .result-map-course-card__body__sport-tag {
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-bottom: 1px;
  width: auto;
  font-size: 12px;
}

.results-info-window .result-map-course-card__body__short-age-range {
  font-size: 13px;
  border-left: 1px solid #eeeeee;
}

.results-info-window .result-map-course-card__body__short-age-range p {
  margin: 0;
}

.results-info-window .result-map-course-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-info-window .result-map-course-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.results-info-window .result-map-course-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-info-window .result-map-course-card__body__distance i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-info-window .result-map-course-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin-left: 15px;
}

.results-info-window .result-map-course-card__body__rating i {
  color: #FD6E00;
}

.results-info-window .result-map-course-card__actions {
  text-align: center;
}

.results-info-window .result-map-course-card__actions .btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 30px;
  width: 60%;
}

@media (max-width: 991.98px) {
  .results-info-window .result-map-course-card__actions .btn {
    width: 100%;
  }
}

.results-info-window .result-map-course-card__tags {
  position: absolute;
  top: 20px;
}

.results-info-window .result-map-course-card__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.results-info-window .result-map-course-card__tags div i {
  margin-right: 5px;
}

.results-info-window .result-map-course-card__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.results-info-window .result-map-course-card__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.results-info-window .result-map-course-card__tags div:last-child {
  margin-bottom: 0;
}

.results-info-window .result-map-course-card--in-map {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.results-info-window .result-map-course-card--in-map .result-map-course-card__image {
  padding-right: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.results-info-window .result-map-course-card--in-map .result-map-course-card__image a {
  width: 120px;
  min-height: unset;
  height: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.results-info-window .result-map-course-card--in-map .result-map-course-card__image .result-map-course-card__tags {
  left: -70px;
}

.results-info-window .result-map-course-card--in-map .result-map-course-card__body__address {
  margin: 0;
}

.results-info-window .result-map-course-card--in-map .result-map-course-card__body__name {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.results-info-window .result-map-course-card--in-map .result-map-course-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile__reservation {
  padding: 50px 0;
}

.profile__reservation__btn--back,
.profile__reservation__btn--back:hover {
  color: #FD6E00;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.profile__reservation__btn--back i,
.profile__reservation__btn--back:hover i {
  font-size: 20px;
  margin-right: 10px;
}

.profile__reservation__title {
  font-size: 32px;
  font-weight: bold;
  margin: 18px 0 30px;
}

.profile__reservation__btn--download {
  color: white !important;
}

.profile__reservation__select-order {
  width: 255px;
  margin-right: 30px;
}

.profile__reservation__select-filter {
  width: 300px;
  margin-right: 30px;
}

.profile__reservation__btn--calendar {
  padding-left: 20px;
  padding-right: 20px;
}

.profile__reservation__btn--calendar i {
  color: #FD6E00;
  font-size: 20px;
}

.profile__reservation .orangogo-custom-selector {
  text-transform: uppercase;
}

.profile__reservation .orangogo-custom-selector__input {
  padding: 8px 55px 8px 20px;
  border-radius: 5px;
  border-color: #17BEBB;
}

.profile__reservation .orangogo-custom-selector__input i {
  font-size: 20px;
}

.profile__reservation .orangogo-custom-selector__list {
  border-color: #17BEBB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px 20px;
}

.profile__reservation .orangogo-custom-selector__list__item {
  padding: 10px 0;
  white-space: nowrap;
  border-width: 1px;
}

.profile__reservation .orangogo-custom-selector__list__item i {
  display: none;
}

.profile__reservation__user-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #9C9C9C;
  margin-top: 25px;
}

.profile__reservation__user-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.profile__reservation__user-list__row > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.profile__reservation__user-list__row > div:nth-child(2) {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.profile__reservation__user-list__row > div:nth-child(3) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.profile__reservation__user-list__row > div:nth-child(4) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.profile__reservation__user-list__row > div:nth-child(5) {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
}

.profile__reservation__user-list__row > div:nth-child(6) {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.profile__reservation__user-list__row > div:nth-child(7) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.profile__reservation__user-list__row > div:nth-child(8) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.profile__reservation__user-list__row--header > div {
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile__reservation__user-list__row--header > div:first-child,
.profile__reservation__user-list__row--header > div:nth-child(2) {
  text-align: left;
}

.profile__reservation__user-list__row--body > div {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid #9C9C9C;
  border-left: 1px solid #9C9C9C;
  text-align: center;
}

.profile__reservation__user-list__row--body > div:first-child,
.profile__reservation__user-list__row--body > div:nth-child(2) {
  border-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}

.profile__reservation__user-list__row__course {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile__reservation__user-list__row__course__name {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.profile__reservation__user-list__row__course__address {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.profile__reservation__user-list__row__course__address i {
  margin-right: 10px;
  font-size: 16px;
  color: #FD6E00;
}

.checkin-container .checkin-header {
  background: #17BEBB;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
}

.checkin-container .checkin-header h1 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 30px;
}

.checkin-container .checkin-header p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.checkin-container .checkin-content {
  padding: 25px 0;
}

.checkin-container .checkin-content .form-group {
  color: #4A4A4A;
}

.checkin-container .checkin-content .form-group h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 12px;
}

.checkin-container .checkin-content .form-group label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.checkin-container .checkin-content .form-group label.inside-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #4A4A4A;
}

.checkin-container .checkin-content .form-group .form-control {
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  min-height: 40px;
}

.checkin-container .checkin-content .checkin-reminder {
  font-size: .9em;
}

.checkin-container .checkin-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkin-container .checkin-filter .badge {
  background: #FFFFFF;
  border: 1px solid #17BEBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 19px;
  color: #17BEBB;
  cursor: pointer;
}

.checkin-container .checkin-filter .badge + .badge {
  margin-left: 10px;
}

.checkin-container .btn-primary {
  background: #17BEBB;
  -webkit-box-shadow: 0px 5px 10px rgba(23, 190, 187, 0.2);
          box-shadow: 0px 5px 10px rgba(23, 190, 187, 0.2);
  border-radius: 3px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 17px;
}

.checkin-container .btn-primary:hover {
  color: #FFFFFF;
  background-color: #11918e !important;
  border-color: #108583 !important;
}

.checkin-container .btn-primary:focus {
  color: #FFFFFF;
  background-color: #11918e !important;
  border-color: #108583 !important;
}

.checkin-container .select2-container--bootstrap .select2-selection.select2-selection--single {
  min-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E8E8E8 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.checkin-container .select2-container--bootstrap .select2-selection.select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
}

.checkin-container .select2-container--bootstrap .select2-selection .select2-selection__placeholder {
  font-size: 14px;
  color: #ADADAD;
  line-height: 19px;
  display: inline-block;
}

.checkin-modal-filters .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkin-modal-filters .modal-header .modal-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #4A4A4A;
}

.checkin-modal-filters .modal-header span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #BDBDBD;
}

.checkin-modal-filters .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkin-modal-filters .modal-body .form-group .form-control {
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.checkin-modal-filters .btn-primary,
.checkin-modal-filters .btn-outline-primary {
  background: #17BEBB;
  -webkit-box-shadow: 0px 5px 10px rgba(23, 190, 187, 0.2);
          box-shadow: 0px 5px 10px rgba(23, 190, 187, 0.2);
  border-radius: 3px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 17px;
}

.checkin-modal-filters .btn-primary:hover,
.checkin-modal-filters .btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #11918e !important;
  border-color: #108583 !important;
}

.checkin-modal-filters .btn-primary:focus,
.checkin-modal-filters .btn-outline-primary:focus {
  color: #FFFFFF;
  background-color: #11918e !important;
  border-color: #108583 !important;
}

.checkin-modal-filters .btn-outline-primary {
  background-color: #FFFFFF;
  border: 1px solid #17BEBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #17BEBB;
}

.checkin-modal-filters .btn-outline-primary:hover {
  color: #FFFFFF;
}

.checkin-modal-filters .dropdown .dropdown-toggle {
  padding: 10px 15px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #ADADAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkin-modal-filters .dropdown .dropdown-toggle:hover,
.checkin-modal-filters .dropdown .dropdown-toggle:focus {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #ADADAD;
}

.checkin-modal-filters .dropdown .dropdown-menu {
  right: 0;
}

.checkin-modal-filters .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 30px;
  color: #4A4A4A;
  cursor: pointer;
}

.checkin-modal-filters .dropdown .dropdown-menu .dropdown-item:hover,
.checkin-modal-filters .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #EEEEEE;
  color: #4A4A4A;
}

.checkin-modal-filters .select2-selection.select2-selection--single {
  background: #FFFFFF;
  border: 1px solid #E8E8E8 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.checkin-modal-filters .select2-selection .select2-selection__placeholder {
  font-size: 14px;
  color: #ADADAD;
  line-height: 19px;
  display: inline-block;
}

.payment-tabs {
  background-color: #eeeeee !important;
  /*CART*/
  /*SUMMARY*/
}

.payment-tabs__cart {
  position: relative;
  /*FINE CART*/
}

@media (max-width: 992px) {
  .payment-tabs__cart__header__object {
    text-align: left;
    padding: 0;
  }
}

.payment-tabs__cart__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item {
    display: block;
  }
}

.payment-tabs__cart__content__item__details__upper {
  padding: 20px 0;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__upper {
    padding: 0;
  }
}

.payment-tabs__cart__content__item__details__upper__annual-membership-fee-text {
  font-size: 15px;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__upper__annual-membership-fee-text {
    font-size: 12px;
  }
}

.payment-tabs__cart__content__item__details__upper__disable-membership-fee-text {
  font-size: 14px;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__upper__disable-membership-fee-text {
    font-size: 10px;
    white-space: nowrap;
  }
}

.payment-tabs__cart__content__item__details__lower__product-price-text {
  font-size: 15px;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__lower__product-price-text {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__lower__remove {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.payment-tabs__cart__content__item__details__discount {
  width: 100%;
  border-top: 1px solid #9C9C9C80;
  border-bottom: 1px solid #9C9C9C80;
  padding: 30px 0;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__discount {
    border-top: none;
    float: right;
    padding: 8px 0;
  }
}

.payment-tabs__cart__content__item__details__discount__amount {
  padding: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__discount__amount {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__details__discount__text {
    padding: 0;
  }

  .payment-tabs__cart__content__item__details__discount__text p {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .payment-tabs__cart__content__item__image img {
    /*position: absolute;
              bottom: -20px;*/
  }
}

.payment-tabs__cart__discount-total-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .payment-tabs__cart__discount-total-container {
    position: absolute;
    bottom: 0px;
    display: none;
  }
}

.payment-tabs__cart__discount-total-container__discount-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .payment-tabs__cart__discount-total-container__discount-input-container {
    display: block;
  }
}

.payment-tabs__cart__navigation-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .payment-tabs__cart__navigation-buttons-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  .payment-tabs__cart__navigation-buttons-container__continue-navigation {
    width: 80% !important;
  }
}

.payment-tabs__cart__navigation-buttons-container__proceed {
  margin-left: 20px;
}

@media (max-width: 992px) {
  .payment-tabs__cart__mobile-discount-total-container__mobile-total-container {
    margin-bottom: 80px;
  }
}

.payment-tabs__summary__title {
  font-weight: 600;
  margin-bottom: 80px;
}

.payment-tabs__summary__title h2 {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .payment-tabs__summary__title {
    padding-left: 15px;
    text-align: left;
    font-weight: 300;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .payment-tabs__summary__title h2 {
    font-weight: 400;
  }
}

.payment-tabs__summary__product-summary__course-name {
  font-weight: 600;
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .payment-tabs__summary__product-summary__course-name {
    font-size: 16px;
    margin-top: 20px;
  }
}

.payment-tabs__summary__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-summer-camp-cart .card-title {
  letter-spacing: -0.02em !important;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .card-summer-camp-cart .card-title {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .card-summer-camp-cart .card-title {
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

.card-summer-camp-cart .company--infos__container li {
  font-size: 12px !important;
  line-height: 15px !important;
  /* identical to box height */
  letter-spacing: -0.01em !important;
  color: #4A4A4A !important;
}

.card-summer-camp-cart .company--infos__container li + li {
  margin-top: 8px;
}

.card-summer-camp-cart .reservation-membership-fee__container {
  padding-top: 14px;
  border-top: 1px solid #DEDEDE;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  .card-summer-camp-cart .reservation-membership-fee__container {
    margin-top: 0;
  }
}

.card-summer-camp-cart .reservation-membership-fee__container .custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-summer-camp-cart .reservation-membership-fee__container .custom-control-inline .custom-control-label:before,
.card-summer-camp-cart .reservation-membership-fee__container .custom-control-inline .custom-control-label:after {
  top: 2px;
}

@media (max-width: 767.98px) {
  .card-summer-camp-cart .reservation-membership-fee__container .custom-control-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.card-summer-camp-cart .reservation-membership-fee__container .summer-camp-fee-detail {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.card-summer-camp-cart .reservation-membership-fee__container .summer-camp-fee-detail span {
  font-size: 12px !important;
  line-height: 15px !important;
}

.card-summer-camp-cart .reservation-membership-fee__container .text-muted {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.01em;
  color: #4A4A4A !important;
}

.card-summer-camp-cart .reservation-membership-fee__container .summer-camp-product-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #4A4A4A;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.02em;
}

.card-summer-camp-cart .reservation-membership-fee__container .summer-camp-product-subtotal span {
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  display: inline-block;
  font-size: 14px !important;
  line-height: 17px !important;
}

.payment-tabs {
  border: none !important;
  border-radius: 0;
}

.payment-tabs__card-header {
  border: none;
}

.payment-tabs__card-header .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
  border: none;
}

.payment-tabs__card-header .card-header .nav-item {
  width: 220px;
  text-align: center;
  text-transform: uppercase;
  border: none !important;
}

.payment-tabs__card-header .card-header .nav-item .nav-link {
  border-radius: 50px;
  color: #4A4A4A;
  font-size: 10px;
  border: none;
}

.payment-tabs__card-header .card-header .nav-item .active {
  color: #fff !important;
  background-color: #FD6E00;
}

@media (max-width: 992px) {
  .payment-tabs__card-header .card-header .nav-item {
    width: unset;
  }
}

.payment-tabs__card-header .card-header .card-header-tabs {
  background-color: #fff;
  border-radius: 50px;
}

.payment-tabs__card-header .tab-content {
  background-color: #eeeeee;
}

.payment-tabs__cart {
  /*.coupon_button{
      width:95px;
      border-radius: 2px;
    }*/
}

.payment-tabs__cart .coupon_input {
  text-transform: uppercase;
}

.payment-tabs__cart table th {
  border-top: none !important;
  border-bottom: 1px solid lightgray;
}

.payment-tabs__cart table thead {
  text-align: center;
  font-size: 12px;
}

.payment-tabs__cart table tbody td {
  text-align: center;
}

.payment-tabs__sports-man {
  max-width: 75%;
}

@media (max-width: 768px) {
  .payment-tabs__sports-man {
    max-width: 100%;
  }
}

.payment-tabs__sports-man__product-summary {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  max-height: 164px;
}

.payment-tabs__sports-man__form-container {
  padding: 0 70px;
}

.payment-tabs__payment-form-container {
  width: 55%;
  margin: auto;
}

@media (max-width: 768px) {
  .payment-tabs__payment-form-container {
    width: 80%;
  }
}

.payment-tabs__payment-form-container__tab-list {
  text-align: left;
}

.payment-tabs__payment-form-container__tab-list .card-header {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: block;
  background-color: #fff;
}

.payment-tabs .total-payment {
  padding-top: 40px;
  background-color: #eeeeee;
  margin-bottom: -135px;
}

@media (min-width: 992px) {
  .payment-tabs .mt-80-lg {
    margin-top: 80px;
  }
}

.carts--item__container .custom-control-label {
  line-height: 21px;
}

@media (max-width: 992px) {
  .carts--item__container .custom-control-label {
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.carts--item__container .custom-control-label::before {
  border: 0.5px solid #BDBDBD;
  background-color: transparent;
}

.carts--item__container .custom-control-input:checked ~ .custom-control-label::before {
  /*background-color: #4A4A4A!important;*/
}

.carts--item__container .form-group-select2 .select2-selection {
  min-height: 39px;
  line-height: 28px;
}

.carts--item__container .form-group-select2 .select2-selection.select2-selection--single {
  border: 0.5px solid #BDBDBD !important;
  border-radius: 4px !important;
  font-size: 16px;
}

.carts--item__container .form-control {
  border: 0.5px solid #BDBDBD;
  border-radius: 4px;
}

.carts--item__container .card-group-container {
  background-color: transparent !important;
  border: none !important;
}

.carts--item__container .card {
  padding: 15px;
  letter-spacing: -0.3px;
  background: #FFFFFF;
  border: 0.5px solid rgba(156, 156, 156, 0.33);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 992px) {
  .carts--item__container .card {
    padding: 15px 10px 10px 10px !important;
  }
}

.carts--item__container .card.card-detail__container .card-coupons__container {
  letter-spacing: -0.35px;
  line-height: 18px;
  font-weight: 500 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .carts--item__container .card.card-detail__container .card-coupons__container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.carts--item__container .card.card-detail__container .card-coupons__container span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 992px) {
  .carts--item__container .card.card-detail__container .card-coupons__container span {
    margin-bottom: 10px;
  }
}

.carts--item__container .card.card-detail__container .card-coupons__container .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.carts--item__container .card + .card {
  margin-top: 24px;
}

.carts--item__container .card .fee--container {
  /*border-top: 1px solid rgba(156,156,156,0.33);*/
}

.carts--item__container .card .card-block {
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .carts--item__container .card .card-block {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }
}

.carts--item__container .card .card-block .company--infos__container {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .carts--item__container .card .card-block .company--infos__container {
    margin-top: 0px;
  }
}

.carts--item__container .card .card-block .card-block__content .card--image__container {
  margin-right: 10px;
}

.carts--item__container .card .card-block .card-block__content .card--image__container img {
  border-radius: 2px;
  width: 167px;
  max-width: 167px;
  max-height: 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .carts--item__container .card .card-block .card-block__content .card--image__container img {
    width: 67px;
    max-width: 67px;
    max-height: 67px;
  }
}

.carts--item__container .card .card-block .card-block__content .card--image__container img.summer-camp-img {
  width: 165px;
  max-width: 165px;
  min-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .carts--item__container .card .card-block .card-block__content .card--image__container img.summer-camp-img {
    width: 64px;
    min-height: 68px;
  }
}

.carts--item__container .card .card-block .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #4A4A4A;
  font-size: 14px;
  margin-bottom: 3px;
}

@media (max-width: 992px) {
  .carts--item__container .card .card-block .card-title {
    line-height: 18px;
  }
}

.carts--item__container .card .card-block .card-title small {
  line-height: 18px;
  letter-spacing: -0.3px;
}

.carts--item__container .card .card-block .list-unstyled li {
  line-height: 18px;
  letter-spacing: -0.3px;
}

.carts--item__container .card .course__actions {
  padding-top: 10px;
}

@media (max-width: 992px) {
  .carts--item__container .card .course__actions {
    padding-top: 0px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (max-width: 767.98px) {
  .carts--item__container .card .course__actions {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: 1rem;
  }
}

.carts--item__container .card .course__actions .body__icons {
  line-height: 21px;
}

@media (max-width: 992px) {
  .carts--item__container .card .course__actions .body__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .carts--item__container .card .course__actions .body__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.carts--item__container .card .course__actions .body__icons span {
  width: auto !important;
  height: auto !important;
}

.carts--item__container .card .course__actions .btn-link {
  color: #4A4A4A !important;
  line-height: 15px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.carts--item__container .card .cart--fee__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .carts--item__container .card .cart--fee__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .carts--item__container .card .cart--fee__container div:first-child {
    margin-bottom: 10px;
  }
}

.carts--item__container .card .cart--icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  min-height: 32px;
}

.carts--item__container .card .cart--icon.secure-payment {
  background-image: url(/images/secure_payment.svg?53e52e054d72710190e4ae3c1e8ae5ca);
}

.carts--item__container .card .cart--icon.cashback {
  background-image: url(/images/cashback.svg?05b7b72d8e8fe8c72bebb3dad0bddd54);
  min-width: 32px;
  padding-left: 0 !important;
}

.carts--item__container .card .cart--icon.assistance {
  background-image: url(/images/client_assitance.svg?d3036531a7da555aaba2d6968e0d1652);
  min-width: 32px;
  padding-left: 0 !important;
}

.carts--item__container .card .cart-icon__title {
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 16px;
}

.carts--item__container .card .secure-payment {
  letter-spacing: -0.5px;
  color: #39B54A;
  line-height: 32px;
}

.carts--item__container .card .card-info-content__container {
  line-height: 16px;
  letter-spacing: -0.3px;
}

.card-total__container {
  padding: 25px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.02em;
}

.card-total__container span {
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .card-total__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
}

.fixed-bottom {
  z-index: 1015 !important;
}

.fixed-bottom .cart--buttons__container {
  background: #fff;
  padding: 15px 15px;
  bottom: 0;
}

.fixed-bottom .cart--buttons__container .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fixed-bottom .cart--buttons__container .btn + .btn {
  margin-left: 9px;
}

@media (max-width: 768px) {
  .cart--proceed__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .cart--proceed__container .btn {
    min-width: 100% !important;
    margin-bottom: 24px;
  }
}

#add-card-tab__content p:first-child {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 992px) {
  #add-card-tab__content p:first-child {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }
}

.cart--tabs__container {
  letter-spacing: -0.5px;
}

.cart--tabs__container .cart--collapse__navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cart--tabs__container .cart--collapse__navigation .cart--tab {
  cursor: pointer;
  counter-increment: section;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
}

.cart--tabs__container .cart--collapse__navigation .cart--tab.completed {
  color: rgba(74, 74, 74, 0.75) !important;
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab.completed {
    color: #4A4A4A !important;
  }
}

.cart--tabs__container .cart--collapse__navigation .cart--tab.disabled {
  color: rgba(74, 74, 74, 0.33) !important;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab.disabled {
    color: #4A4A4A !important;
  }
}

.cart--tabs__container .cart--collapse__navigation .cart--tab + .cart--tab {
  margin-left: 40px;
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab + .cart--tab {
    margin-left: 5px;
  }
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab.active {
    text-align: center;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
}

.cart--tabs__container .cart--collapse__navigation .cart--tab.active .cart--tab__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart--tabs__container .cart--collapse__navigation .cart--tab.active::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  content: counter(section) ". " !important;
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab .cart--tab__label {
    display: none;
  }
}

.cart--tabs__container .cart--collapse__navigation .cart--tab::before {
  content: counter(section) ". ";
}

@media (max-width: 992px) {
  .cart--tabs__container .cart--collapse__navigation .cart--tab::before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: counter(section) !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
    border: 1px solid #BDBDBD;
    border-radius: 12px;
  }
}

.cart--billing__container a {
  color: #20c997 !important;
}

.cart--billing__container .user-login__container {
  letter-spacing: -0.3px;
}

@media (max-width: 992px) {
  .cart--billing__container .user-login__container {
    font-size: 14px;
  }
}

.payment--icon {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 24px;
}

.payment--icon.card-brand__Visa {
  min-width: 36px;
  background-image: url(/images/visa.svg?70dbce94fac74a607174e1037e74ce56);
  background-position: center right !important;
}

.payment--icon.credit-card {
  min-width: 130px;
  background-image: url(/images/carte.svg?3a35fe97ba9de58ca4aba8a4cec6e330);
}

.payment--icon.paypal {
  min-width: 40px;
  background-image: url(/images/paypal.svg?67044944c2cac03f99067e7756c37a97);
}

.payment--icon.pagantis {
  min-width: 30px;
  background-image: url(/images/pagantis_monotype.png?de2f7b336625ab3d10a610aff692dea0);
}

.payment--icon.satispay {
  min-width: 40px;
  background-image: url(/images/satispay.svg?6073e56bb6e1a1b87a0a2bd1a4b41028);
}

.cart--confirm__container button[type=button] {
  color: #000 !important;
  text-decoration: none;
}

.cart--confirm__container .card-header {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

.cart--confirm__container .card-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.StripeElement {
  display: block;
  width: 100%;
  padding: 0.6875rem 0.625rem;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.5px solid #BDBDBD;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.StripeElement.focused {
  border-color: #17BEBB !important;
}

.StripeElement.is-invalid {
  border-color: #eb1c26 !important;
}

.summer-camp-detail {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em !important;
}

@media (max-width: 767.98px) {
  .summer-camp-detail {
    font-size: 12px;
    line-height: 127.2%;
  }
}

.summer-camp-detail mark {
  background: #FFEFD5;
  border-radius: 13.5px !important;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #4A4A4A;
  padding: 2px 10px;
}

.summary-cart-before-pay .row-card {
  border-top: 1px solid rgba(156, 156, 156, 0.33) !important;
  padding-top: 15px !important;
}

.summary-header-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px 40px;
}

@media (max-width: 767.98px) {
  .summary-header-container {
    padding: 10px !important;
  }

  .summary-header-container .line-height-24 {
    font-size: 90% !important;
  }
}

.confirmed-cart {
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .confirmed-cart {
    margin-top: 0 !important;
  }
}

.confirmed-cart .cart--summary__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .confirmed-cart .cart--summary__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
  }
}

.confirmed-cart .card--summary__header p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .confirmed-cart .card--summary__header p {
    font-size: 12px;
    line-height: 18px;
  }
}

.confirmed-cart .cart--confirm__header p {
  font-weight: 600;
  line-height: 24px;
}

.confirmed-cart .cart--confirm__header span {
  line-height: 24px;
  font-weight: normal;
}

@media (max-width: 992px) {
  .confirmed-cart .cart--confirm__header span {
    line-height: 20px;
    font-weight: 500;
  }
}

.confirmed-cart .cart--summary__voucher {
  font-size: 14px;
}

@media (max-width: 992px) {
  .confirmed-cart .cart--summary__voucher span:last-child {
    font-weight: 500;
  }
}

.confirmed-cart .cart--element__summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.confirmed-cart .cart--element__summary .card-title {
  font-size: 14px !important;
  font-weight: 600;
}

@media (max-width: 992px) {
  .confirmed-cart .cart--element__summary .card-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 20px;
    font-weight: 500;
    margin-right: 25px;
  }
}

@media (max-width: 992px) {
  .confirmed-cart .cart--element__summary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .confirmed-cart .summary-header-container-2 {
    padding-bottom: 10px;
  }
}

.confirmed-cart .summary--item__container {
  padding: 20px;
  border: none !important;
  border-bottom: 1px solid rgba(156, 156, 156, 0.33) !important;
}

@media (max-width: 767.98px) {
  .confirmed-cart .summary--item__container {
    padding: 10px;
  }
}

.confirmed-cart .summary--item__container + .summary--item__container {
  border-top: 1px solid #DEDEDE;
}

.confirmed-cart .summary--item__container .sc-card-title {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .confirmed-cart .summary--item__container .sc-card-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
  }
}

.confirmed-cart .summary--item__container .summer-camp-product-subtotal {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4A4A4A;
  text-align: right;
  letter-spacing: -0.02em;
}

.confirmed-cart .summary--item__container .summer-camp-product-subtotal .text-muted {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #4A4A4A;
}

.confirmed-cart .summary--item__container ul li {
  font-size: 12px !important;
  line-height: 15px !important;
  /* identical to box height */
  letter-spacing: -0.01em;
}

.icon.course__building {
  background-image: url(/images/building-dark.svg?b221dc8eddfab4abe59971865ebd32c5);
}

.icon.course__pin {
  background-image: url(/images/pin-dark-3.svg?132b090d1aa7ecb2afca68ce49481fa7);
}

.icon.info__circle-default {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/images/info-circle-black.svg?9f1c823f212caacec316bbac1f8d65c6);
}

#info-fee .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

@media (max-width: 768px) {
  #info-fee .modal-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #info-fee .modal-body p {
    font-size: 14px;
  }
}

.btn-summary {
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .btn-summary {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    display: block;
  }
}

.summary--info__container + .summary--info__container {
  margin-top: 15px;
}

.summary--info__container p {
  font-size: 16px;
}

@media (max-width: 992px) {
  .summary--info__container {
    margin-top: 0 !important;
  }

  .summary--info__container p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
  }
}

.no-collapsable.btn-outline-primary:hover {
  background-color: transparent !important;
}

.widget-body__container {
  padding-top: 0 !important;
}

.widget-body__container.theme-orange {
  border-top: 3px solid rgba(253, 110, 0, 0.66);
}

.widget-body__container.theme-dark {
  border-top: 3px solid #4A4A4A;
}

.widget-body__container.theme-dark .btn-primary-orango {
  background-color: #4A4A4A !important;
  border-color: #4A4A4A !important;
}

.widget-body__container.theme-dark .footer {
  background-color: #4A4A4A !important;
}

.widget-body__container #app {
  background-color: #f5f5f5 !important;
}

.widget-body__container .modal-user-login__mask {
  z-index: 1050;
}

.widget-body__container .page-content {
  padding-top: 0 !important;
}

.widget-body__container .page-content .list-group {
  border-radius: 0 !important;
}

.widget-body__container .page-content .list-group .list-group-item {
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  border: none !important;
  background-color: #eeeeee;
}

.widget-body__container .page-content .list-group .list-group-item:last-child:after {
  border-bottom: none !important;
}

.widget-body__container .page-content .list-group .list-group-item:after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.125);
}

.widget-body__container .footer {
  background: #FD6E00;
  border-top: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 8px;
  z-index: 1090;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-badge-info {
  background-color: #EEEEEE !important;
  color: #9C9C9C;
  z-index: 1050;
}

.fancybox-img img {
  border-radius: 10px;
}

.short-day + .short-day:before {
  content: '\A0-';
}

.full-day + .full-day:before {
  content: '\A0-';
}

.widget-day-time span {
  line-height: 18px !important;
  text-transform: uppercase;
}

.widget-day-time a {
  color: #9C9C9C;
  text-decoration: underline;
  font-size: 12px;
}

.icon {
  width: 6px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.course__pin {
  background-image: url(/images/pin-3.svg?aa665066fd5d6163c59c36839b422f34);
}

.icon .align-items-center .form-control {
  height: auto !important;
}

.icon .align-items-center textarea {
  border-color: #17BEBB !important;
  min-height: 150px;
  resize: none;
}

.widget-button__container .orange-solid-button {
  width: auto !important;
  min-width: auto !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.widget-form__container .widget-width__container .form-group {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .widget-form__container .widget-width__container .form-group {
    display: block !important;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .widget-form__container .widget-button__container {
    text-align: center !important;
  }
}

.widget-form__container .widget--home__icon {
  background-image: url(/images/path.png?c6ec1a17c75f8f5fee2f66b5e30fd419);
  background-repeat: no-repeat;
  background-position: center;
}

.widget-form__container .btn-outline-orange {
  color: #FD6E00 !important;
}

.select2-selection.select2-selection--single {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #E7E7E7 !important;
}

.widget-iframe__container {
  border: 1px solid rgba(150, 150, 150, 0.33);
  border-radius: 3px;
}

.widget-iframe__container iframe {
  width: 100%;
  border: none !important;
}

.widget-list__container p {
  line-height: 18px;
}

.widget-list__container a {
  color: #4A4A4A !important;
}

.widget-list__container .close {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.widget-list__container .widget-list-header__container span:first-child {
  background: #FD6E00;
  border-radius: 4px;
  color: #fff;
  padding: 2px;
  letter-spacing: -0.3px;
}

.widget-list__container .widget-list-header__container span:last-child {
  font-weight: bold !important;
  letter-spacing: -1px;
  line-height: 21px;
}

.widget-list__container .widget-list-filter__container input[type=text] {
  border: 0.5px solid #BDBDBD;
  border-radius: 4px;
}

.widget-list__container .widget-list-filter__container .btn-primary-orango {
  width: 100% !important;
  text-transform: none !important;
  line-height: 24px;
}

.widget-list__container .widget-list-results-header__container {
  background: #E2E2E2;
  padding-top: 9px;
  padding-bottom: 9px;
}

.widget-list__container .widget-list-results-header__container .header--title span:last-child {
  color: rgba(74, 74, 74, 0.75);
}

.widget-list__container .widget-list-results-header__container .widget-filter__icon {
  background-image: url(/images/filter.svg?128feee5be00491e952186036ee25470);
  backgroun-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.widget-list__container .list-group-item a {
  min-width: auto !important;
  line-height: 18px;
}

.widget-list__container .list-group-item + .list-group-item {
  border-bottom: 1px solid rgba(156, 156, 156, 0.33);
}

.widget-list__container .list-group-item .list-item-media__container .list-item-media__image {
  width: 32px;
}

.widget-list__container .list-group-item .list-item-media__container .list-item-media__image img {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-list__container .vue-map-container {
  position: absolute !important;
  bottom: 30px;
  top: 95px;
}

.widget-list__container .vue-map-container .gm-style-iw a {
  min-width: auto !important;
}

.widget-list__container .tab-content {
  border-top: 1px solid rgba(74, 74, 74, 0.125);
}

.widget-list__container .nav {
  padding-bottom: 12px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-list__container .nav .nav-link {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 7px;
  color: #4A4A4A;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

.widget-list__container .nav .nav-link + .nav-link {
  margin-left: 15px;
}

.widget-list__container .nav .nav-link.active {
  color: #fff;
  background-color: #FD6E00 !important;
}

.widget-list__container .nav .nav-link:last-child {
  position: absolute;
  right: 15px;
}

.widget_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  bottom: 0;
  padding: 15px;
}

.widget__items-list.widget-horizontal__theme .card + .card {
  margin-top: 2rem;
}

.widget__items-list.widget-horizontal__theme .card .owl-nav button {
  width: auto !important;
  top: 0;
  height: auto;
  background: transparent !important;
}

.widget__items-list.widget-horizontal__theme .card .collapse .cover-container {
  height: auto;
}

.widget__items-list.widget-horizontal__theme .card .cover-container {
  max-width: 250px;
  min-width: 250px;
  height: 170px;
  position: relative;
}

.widget__items-list.widget-horizontal__theme .card .cover-container .course-badge-info {
  color: #4A4A4A;
  font-weight: 600;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1050;
}

.widget__items-list.widget-horizontal__theme .card .cover-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 170px;
}

.widget__items-list.widget-horizontal__theme .card .widget-course__content {
  padding: 25px 30px;
}

.widget__items-list.widget-horizontal__theme .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.widget__items-list.widget-horizontal__theme .card .card-body .badge-sport {
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  color: #4A4A4A;
  text-transform: uppercase;
  padding: 0 10px;
}

.widget__items-list.widget-horizontal__theme .card .card-body .widget-course__detail {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget__items-list.widget-horizontal__theme .card .card-body .widget-course__detail .vue-star-rating-star {
  margin-top: -3px;
}

.widget__items-list.widget-horizontal__theme .card .card-body .widget-course__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 15px;
}

.widget__items-list.widget-horizontal__theme .card .card-body .widget-course__actions .no-collapsable {
  padding: 15px 30px;
  min-height: 54px;
  max-height: 54px;
}

.widget__items-list .card {
  background: #fff;
  /* Card Shadow */
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 10px;
}

.widget__items-list .card + .card {
  margin-top: 1rem;
}

.widget__items-list .card .card-body h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.widget__items-list .card .card-body span {
  font-size: 12px;
  line-height: 24px;
}

.widget__items-list .card .card-body span:last-child {
  line-height: 18px;
}

.widget__items-list .card .card-body .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase !important;
}

.widget__items-list .card .card-body .btn.btn-primary {
  background: #FD6E00;
  border-color: #FD6E00;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-overflow {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.widget-icon__eur {
  margin-right: 0.5em;
}

.widget-icon__eur:before {
  content: url(/images/eur.svg?60225e174cc5815bcfda090ea553d22a);
}

.widget-icon__calendar {
  margin-right: 0.5rem;
}

.widget-icon__calendar:before {
  content: url(/images/calendar.svg?86ab2c3ce66ef9ecd656d4ef85f30f8c);
}

.widget-icon__run {
  margin-right: 0.5rem;
}

.widget-icon__run:before {
  content: url(/images/run-dark.svg?579ac9471dc6daca2adff0217431bf42);
}

.widget-icon__calendar-dark {
  margin-right: 0.5rem;
}

.widget-icon__calendar-dark:before {
  content: url(/images/dark-calendar.svg?79a16cf6a0136acf03873285759bba67);
}

.widget-icon__map:before {
  content: url(/images/map.svg?f57ed329badb6570eb3a52841a96bf18);
}

.input-group .select2-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}

.select2-selection__rendered {
  font-size: 16px !important;
}

.widget-filters__container .form-group {
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid #eeeeee;
}

[v-cloak] {
  display: none;
}

.cities_view {
  background-image: url("/images/seo_image.png");
  height: 10rem;
  color: #fff;
}

@media (max-width: 768px) {
  .cities_view {
    background-image: none;
    color: #000;
  }
}

.courses-seo-results a {
  text-decoration: none;
  color: #000;
}

.courses-seo-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .courses-seo-results__item {
    display: block;
  }
}

@media (max-width: 768px) {
  #per_city_sport_title_container {
    margin-top: 120px;
  }
}

.seo_city_link {
  color: #fff;
}

@media (max-width: 768px) {
  .seo_city_link {
    color: #000;
    text-decoration: none;
  }
}

.seo-page {
  margin-bottom: 10px;
}

.seo-page__body__section {
  margin-top: 30px;
}

.seo-page h2 {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .seo-page h2 {
    font-size: 21px;
  }
}

.seo-page h3 {
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .seo-page h3 {
    font-size: 18px;
  }
}

.seo-page__header {
  height: 200px;
}

@media (max-width: 767.98px) {
  .seo-page__header {
    height: 250px;
  }
}

.seo-page__header__add-courses-container {
  text-align: right;
}

@media (max-width: 767.98px) {
  .seo-page__header__add-courses-container {
    text-align: center;
  }
}

.seo-page__header__title {
  font-weight: 600;
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .seo-page__header__title {
    font-size: 21px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .seo-page__header__title {
    font-size: 24px;
  }
}

.seo-page__header h1 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.seo-page__header__search__jumbotron {
  background: transparent;
}

.seo-page__header__search__jumbotron__header .select2-container {
  position: relative;
  width: 100% !important;
  float: left;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.seo-page__header__search__jumbotron__header .select2-container .select2-selection {
  height: 46px;
  line-height: 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 16px;
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
}

@media (max-width: 991.98px) {
  .seo-page__header__search__jumbotron__header .select2-container .select2-selection {
    border-radius: 5px !important;
    border-left: 1px solid #ced4da !important;
  }
}

@media (max-width: 991.98px) {
  .seo-page__header__search__jumbotron__header .input-pos-container {
    position: relative;
    width: 100% !important;
    float: left;
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 32px !important;
    border-radius: 5px !important;
    border-left: 1px solid #ced4da !important;
  }
}

@media (max-width: 991.98px) {
  .seo-page__header__search__jumbotron__header .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .seo-page__header__search__jumbotron__header .input-group .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .seo-page__header__search__jumbotron__header .input-group .form-control:first-child {
    line-height: 32px !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .seo-page__header__search__jumbotron__header .input-group .form-control-result {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 32px !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .seo-page__header__search__jumbotron__header .input-group .inner-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0px;
    width: 100%;
  }
}

.seo-page__header__search__jumbotron__header .input-group .form-control:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.seo-page__header__search__jumbotron__header .input-group .form-control-result:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.seo-page__header__search__jumbotron__header .input-group .inner-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 0;
}

.seo-page__header__search__jumbotron__header__heading p {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.seo-page__header__seo-sport-search {
  height: 60px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.seo-page__header__seo-sport-search .v-select {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo-page__header__seo-sport-search .v-select .dropdown-toggle {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Montserrat", sans-serif;
  border: none !important;
}

.seo-page__header__seo-sport-search .v-select .dropdown-toggle .selected-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.seo-page__header__seo-sport-search .v-select .dropdown-toggle .clear {
  top: 34%;
}

.seo-page__header__seo-sport-search .v-select .dropdown-toggle .open-indicator {
  top: 45%;
  bottom: 0;
  height: auto;
}

.seo-page__header__seo-sport-search .v-select .dropdown-menu {
  overflow-x: hidden;
}

.seo-page__header__seo-sport-search__input {
  padding-left: 40px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .seo-page__header__seo-sport-search__input {
    padding-left: 10px;
    font-size: 14px;
  }
}

.seo-page__header__seo-sport-search__btn--search {
  color: #fff !important;
  width: 70px;
  font-size: 20px;
}

.seo-page__header__seo-sport-search__btn--search i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo-page__header__seo-sport-search .seo-search-button {
  border-radius: 50% !important;
  padding: 14px !important;
  background: #fff;
  color: #4a4a4a;
  font-size: 21px !important;
  width: 60px;
  height: 60px;
}

.seo-page__company-slider-container {
  position: relative;
}

.seo-page__company-slider-container .owl-nav {
  position: absolute;
  bottom: 108%;
  left: 87.5%;
}

.seo-page__company-slider-container .owl-nav .owl-prev,
.seo-page__company-slider-container .owl-nav .owl-next {
  visibility: hidden;
}

.seo-page__company-slider-container .owl-nav .owl-next:after,
.seo-page__company-slider-container .owl-nav .owl-prev:after {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 50%;
  text-align: center;
  background: #FFFFFF;
  visibility: visible;
}

.seo-page__company-slider-container .owl-nav .owl-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTYzNTEgMTEuODQ3NEw3Ljk1NTQ5IDYuNTk5NzNDOC4zNDgxNyA2LjI5OTg3IDguMzQ4MTcgNS43MDAxMyA3Ljk1NTQ5IDUuNDAwMjdMMS4xNjM1MSAwLjE1MjU5OEMwLjY4MzU2MSAtMC4yMjIyMzUgMCAwLjEzNzYwNSAwIDAuNzUyMzMyVjExLjI0NzdDMCAxMS44NjI0IDAuNjgzNTYxIDEyLjIyMjIgMS4xNjM1MSAxMS44NDc0WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.seo-page__company-slider-container .owl-nav .owl-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODM2NDkgMC4xNTI1OThMMS4wNDQ1MSA1LjQwMDI3QzAuNjUxODI5IDUuNzAwMTMgMC42NTE4MjkgNi4yOTk4NyAxLjA0NDUxIDYuNTk5NzNMNy44MzY0OSAxMS44NDc0QzguMzE2NDQgMTIuMjIyMiA5IDExLjg2MjQgOSAxMS4yNDc3TDkgMC43NTIzMzJDOSAwLjEzNzYwNSA4LjMxNjQ0IC0wLjIyMjIzNSA3LjgzNjQ5IDAuMTUyNTk4WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.seo-page__company-list-item .card {
  height: 450px;
}

@media (max-width: 767.98px) {
  .seo-page__company-list-item .card {
    height: 480px;
  }
}

.seo-page__company-list-item .card .card-background-top {
  position: relative;
  width: 100%;
}

.seo-page__company-list-item .card .card-background-top__image {
  border-radius: 3px;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.seo-page__company-list-item .card .card-body {
  padding: 0;
}

.seo-page__company-list-item .card .card-body__info {
  padding: 10px;
}

.seo-page__company-list-item .card .card-body__info__star-rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 10px;
}

.seo-page__company-list-item .card .card-title {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.seo-page__company-list-item .card .card-address:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjM1NzM1IDEuMjI2MzFDNy42NTkxIDIuNTI4MDYgNy42NTkxIDQuNjM4NjEgNi4zNTczNSA1Ljk0MDM2QzUuMDU1NiA3LjI0MjExIDIuOTQ1MDUgNy4yNDIxMSAxLjY0MzMgNS45NDAzNkMwLjM0MTU1NSA0LjYzODYxIDAuMzQxNTU1IDIuNTI4MDYgMS42NDMzIDEuMjI2MzFDMi45NDUwNSAtMC4wNzU0MzY4IDUuMDU1NiAtMC4wNzU0MzY4IDYuMzU3MzUgMS4yMjYzMVoiIGZpbGw9IiNGRDZFMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMDAwMzMgNS43NUw0LjAwMDMzIDUuNzVDMy41NDAwOSA1Ljc1IDMuMTY2OTkgNi4yNDc0NiAzLjE2Njk5IDYuODYxMTFWMTIuNjM4OUwzLjE2Njk5IDEyLjYzODlDMy4xNjY5OSAxMy4yNTI1IDMuNTQwMDkgMTMuNzUgNC4wMDAzMyAxMy43NUM0LjQ2MDU2IDEzLjc1IDQuODMzNjYgMTMuMjUyNSA0LjgzMzY2IDEyLjYzODlWNi44NjExMVY2Ljg2MTExQzQuODMzNjYgNi4yNDc0NiA0LjQ2MDU2IDUuNzUgNC4wMDAzMyA1Ljc1TDQuMDAwMzMgNS43NVoiIGZpbGw9IiNGRDZFMDAiLz48L3N2Zz4=);
  margin-right: 5px;
}

.seo-page__company-list-item .card .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.seo-page__province .seo-province-municipality__image-container {
  height: 200px;
  width: 355.55555556px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .seo-page__province .seo-province-municipality__image-container {
    height: 167px;
    width: 296.88888889px;
  }
}

.seo-page__province .seo-province-municipality__image-container__image {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.seo-page__province .seo-province-municipality__image-container__text-container__text {
  position: absolute;
  bottom: 0;
  left: 30px;
  max-width: 355.55555556px;
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.seo-page__province .seo-province__company-slider-container {
  position: relative;
}

.seo-page__province .seo-province__company-slider-container .owl-nav {
  position: absolute;
  bottom: 108%;
  left: 87.5%;
}

.seo-page__province .seo-province__company-slider-container .owl-nav .owl-prev,
.seo-page__province .seo-province__company-slider-container .owl-nav .owl-next {
  visibility: hidden;
}

.seo-page__province .seo-province__company-slider-container .owl-nav .owl-next:after,
.seo-page__province .seo-province__company-slider-container .owl-nav .owl-prev:after {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 50%;
  text-align: center;
  background: #FFFFFF;
  visibility: visible;
}

.seo-page__province .seo-province__company-slider-container .owl-nav .owl-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTYzNTEgMTEuODQ3NEw3Ljk1NTQ5IDYuNTk5NzNDOC4zNDgxNyA2LjI5OTg3IDguMzQ4MTcgNS43MDAxMyA3Ljk1NTQ5IDUuNDAwMjdMMS4xNjM1MSAwLjE1MjU5OEMwLjY4MzU2MSAtMC4yMjIyMzUgMCAwLjEzNzYwNSAwIDAuNzUyMzMyVjExLjI0NzdDMCAxMS44NjI0IDAuNjgzNTYxIDEyLjIyMjIgMS4xNjM1MSAxMS44NDc0WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.seo-page__province .seo-province__company-slider-container .owl-nav .owl-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODM2NDkgMC4xNTI1OThMMS4wNDQ1MSA1LjQwMDI3QzAuNjUxODI5IDUuNzAwMTMgMC42NTE4MjkgNi4yOTk4NyAxLjA0NDUxIDYuNTk5NzNMNy44MzY0OSAxMS44NDc0QzguMzE2NDQgMTIuMjIyMiA5IDExLjg2MjQgOSAxMS4yNDc3TDkgMC43NTIzMzJDOSAwLjEzNzYwNSA4LjMxNjQ0IC0wLjIyMjIzNSA3LjgzNjQ5IDAuMTUyNTk4WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.seo-page__province .seo-province__company-slider-container__item .card .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.seo-page__age-cards-container .age-card {
  margin-top: 20px;
}

.seo-page__age-cards-container .age-card a {
  text-decoration: none;
  color: #4A4A4A;
}

.seo-page__age-cards-container .age-card .text-container {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  border-left: 3px solid #FD6E00;
}

.seo-page__age-cards-container .age-card .text-container:hover {
  background-color: #eeeeee;
}

.seo-page__age-cards-container .age-card .text-container .upper-text {
  font-weight: 300;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.seo-page__age-cards-container .age-card .text-container .lower-text {
  font-weight: 600;
  line-height: 29px;
  font-size: 21px;
}

.seo-page__no-results__header {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .seo-page__no-results__header {
    height: 70vh;
  }
}

.seo-page__no-results__header__add-courses-container {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__header__add-courses-container {
    bottom: 3%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.seo-page__no-results__header__searchbar-container {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__header__searchbar-container {
    width: 100%;
  }
}

.seo-page__no-results__header__searchbar-container__searchbar {
  padding-left: 10px;
  height: 46px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A4A4ABF;
}

.seo-page__no-results__header__searchbar-container__button {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo-page__no-results__header__searchbar-container .v-select .dropdown-toggle {
  padding-top: 10px;
  background: #fff;
  border: 1px solid #ddd !important;
  padding-bottom: 10px;
}

.seo-page__no-results__header__searchbar-container .v-select .selected-tag {
  margin-top: 0;
}

.seo-page__no-results__header__title {
  font-weight: 600;
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__header__title {
    font-size: 21px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .seo-page__no-results__header__title {
    font-size: 24px;
  }
}

.seo-page__no-results__header h1 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.seo-page__no-results__citation-container {
  text-align: center;
}

.seo-page__no-results__citation-container__text {
  font-style: italic;
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__citation-container__text {
    font-size: 24px;
  }
}

.seo-page__no-results__citation-container__person {
  width: 50%;
  margin: auto;
  border-top: 1px solid #9C9C9C80;
  padding-top: 10px;
}

.seo-page__no-results__actions-container {
  width: 75%;
  margin: auto;
  padding: 10% 0;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__actions-container {
    width: 100%;
    text-align: center;
  }
}

.seo-page__no-results__actions-container__sub-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.seo-page__no-results__banner-container {
  border-radius: 10px;
  background-color: #17BEBB;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__banner-container {
    padding: 10px;
  }
}

.seo-page__no-results__banner-container__text-container {
  color: #fff;
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__banner-container__text-container {
    font-size: 24px;
    line-height: 35px;
  }
}

.seo-page__no-results__banner-container__text-container p {
  margin: 0;
}

.seo-page__no-results__banner-container__button-container {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .seo-page__no-results__banner-container__button-container {
    margin-top: 10px;
  }
}

.seo-summer-camps-page__header {
  background-image: url("/images/SEO/summer_camps/seo_summer_camps_banner_desktop.svg");
  background-size: cover;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__header {
    background-image: url("/images/SEO/summer_camps/seo_summer_camps_banner_mobile.svg");
  }
}

.seo-summer-camps-page__header small {
  font-size: 1.5rem;
  font-weight: 500;
}

.seo-summer-camps-page__no-results__header {
  height: 90vh;
  background-image: url("/images/SEO/summer_camps/seo_summer_camps_banner_no_results_desktop.svg");
  background-size: cover;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__no-results__header {
    background-image: url("/images/SEO/summer_camps/seo_summer_camps_banner_no_results_mobile.svg");
    background-size: cover;
    height: 45vh;
  }
}

.seo-summer-camps-page .sports-section__image-container {
  height: 200px;
  width: 355.55555556px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page .sports-section__image-container {
    height: 167px;
    width: 296.88888889px;
  }
}

.seo-summer-camps-page .sports-section__image-container__image {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.seo-summer-camps-page .sports-section__image-container__text-container__text {
  position: absolute;
  bottom: 0;
  left: 30px;
  max-width: 355.55555556px;
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.seo-summer-camps-page .companies-section {
  position: relative;
}

.seo-summer-camps-page .companies-section .owl-nav {
  position: absolute;
  bottom: 108%;
  left: 87.5%;
}

.seo-summer-camps-page .companies-section .owl-nav .owl-prev,
.seo-summer-camps-page .companies-section .owl-nav .owl-next {
  visibility: hidden;
}

.seo-summer-camps-page .companies-section .owl-nav .owl-next:after,
.seo-summer-camps-page .companies-section .owl-nav .owl-prev:after {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 50%;
  text-align: center;
  background: #FFFFFF;
  visibility: visible;
}

.seo-summer-camps-page .companies-section .owl-nav .owl-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTYzNTEgMTEuODQ3NEw3Ljk1NTQ5IDYuNTk5NzNDOC4zNDgxNyA2LjI5OTg3IDguMzQ4MTcgNS43MDAxMyA3Ljk1NTQ5IDUuNDAwMjdMMS4xNjM1MSAwLjE1MjU5OEMwLjY4MzU2MSAtMC4yMjIyMzUgMCAwLjEzNzYwNSAwIDAuNzUyMzMyVjExLjI0NzdDMCAxMS44NjI0IDAuNjgzNTYxIDEyLjIyMjIgMS4xNjM1MSAxMS44NDc0WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.seo-summer-camps-page .companies-section .owl-nav .owl-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuODM2NDkgMC4xNTI1OThMMS4wNDQ1MSA1LjQwMDI3QzAuNjUxODI5IDUuNzAwMTMgMC42NTE4MjkgNi4yOTk4NyAxLjA0NDUxIDYuNTk5NzNMNy44MzY0OSAxMS44NDc0QzguMzE2NDQgMTIuMjIyMiA5IDExLjg2MjQgOSAxMS4yNDc3TDkgMC43NTIzMzJDOSAwLjEzNzYwNSA4LjMxNjQ0IC0wLjIyMjIzNSA3LjgzNjQ5IDAuMTUyNTk4WiIgZmlsbD0iIzRBNEE0QSIvPjwvc3ZnPg==);
}

.seo-summer-camps-page .companies-section .company-card {
  border: 0.25px solid rgba(156, 156, 156, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 3px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
  padding: 1rem 0.5rem;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.seo-summer-camps-page .companies-section .company-card .name-address-container h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  letter-spacing: -0.3px;
  color: #4A4A4A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.seo-summer-camps-page .companies-section .company-card .image-container {
  height: 80px;
}

.seo-summer-camps-page .companies-section .company-card .image-container img {
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo-summer-camps-page .companies-section .company-card .tags-container .tag-sport {
  background-color: rgba(23, 190, 187, 0.15);
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.seo-summer-camps-page .companies-section .company-card .description-container p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.seo-summer-camps-page .sport-banner-section .button-container {
  text-align: right;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page .sport-banner-section .button-container {
    text-align: center;
  }
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .options .btn {
  letter-spacing: -0.3px;
  font-size: 14px;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu:before,
.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu:after {
  border-bottom-color: transparent !important;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .apply .btn-link {
  color: #4A4A4A !important;
  font-weight: 500;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .remove {
  color: #1778BE;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link {
  background-color: #fff !important;
  border: 0.5px solid #BDBDBD !important;
  color: rgba(74, 74, 74, 0.75) !important;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link .caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link:hover,
.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link:visited,
.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link:link,
.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link:active,
.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .btn-link.active {
  text-decoration: none !important;
  background-color: transparent !important;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu {
  min-width: auto !important;
  right: 0;
  max-height: 250px;
  overflow: auto;
  top: 0 !important;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.seo-summer-camps-page .results-body__filters .dropdown .dropdown-menu .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  margin-top: 10px;
}

.seo-summer-camps-page .results-body__filters {
  background-image: url("/images/icons/filter.svg");
  background-repeat: no-repeat;
  padding-left: 52px;
}

.seo-summer-camps-page .summer-camp-language-card {
  position: relative;
  border-radius: 5px;
}

.seo-summer-camps-page .summer-camp-language-card img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo-summer-camps-page .summer-camp-language-card__text {
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: 1rem;
  font-weight: 600;
  font-size: 2.5rem !important;
  line-height: 56px;
  /* identical to box height, or 117% */
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.seo-summer-camps-page .summer-camp-location-card {
  position: relative;
  border-radius: 5px;
}

.seo-summer-camps-page .summer-camp-location-card img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo-summer-camps-page .summer-camp-location-card__text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  letter-spacing: -0.3px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.seo-summer-camps-page__card {
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
}

.seo-summer-camps-page__card .course__details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seo-summer-camps-page__card .course--icon.course--calendar__label {
  background-image: url(/images/date-range.svg?efd45ac9754f0999a31fb4da2155ca6c) !important;
  background-position: left;
}

.seo-summer-camps-page__card__left {
  padding: 1rem;
}

.seo-summer-camps-page__card__left .body__images {
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991.98px) {
  .seo-summer-camps-page__card__left .body__images {
    max-height: 220px !important;
    /*padding: 8px 0 8px 8px;*/
  }
}

.seo-summer-camps-page__card__left .body__images .invitation-course {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  bottom: 30px;
  right: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .seo-summer-camps-page__card__left .body__images .invitation-course {
    right: -10px;
  }
}

.seo-summer-camps-page__card__left .body__images .invitation-course__tag {
  position: relative !important;
  border-radius: 20px !important;
  padding: 5px 20px;
  top: 0 !important;
}

@media (max-width: 991.98px) {
  .seo-summer-camps-page__card__left .body__images .invitation-course__tag {
    border-radius: 0 !important;
    padding-left: 5px;
    padding-right: 10px;
  }
}

.seo-summer-camps-page__card__left .body__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  .seo-summer-camps-page__card__left .body__images {
    max-height: 120px;
  }
}

.seo-summer-camps-page__card__right {
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card__right {
    padding-left: 8px !important;
  }
}

.seo-summer-camps-page__card__right .card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card__right .card-title {
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}

.seo-summer-camps-page__card__right .card-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.seo-summer-camps-page__card__right .card-company-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.seo-summer-camps-page__card__right .card-company-name span {
  color: #9C9C9C;
}

.seo-summer-camps-page__card__right .body__tag_ages {
  background: rgba(23, 190, 187, 0.1);
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.seo-summer-camps-page__card__right .body__tag_sport {
  background-color: rgba(23, 190, 187, 0.15);
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.seo-summer-camps-page__card__right .tags-container span {
  margin-right: 8px;
}

.seo-summer-camps-page__card__right .list-unstyled {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card__right .list-unstyled {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card__right .card-block .btn {
    width: 100%;
  }
}

.seo-summer-camps-page__card__right .card-button {
  width: 100%;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card__right .card-button {
    width: 50%;
    float: right;
  }
}

.seo-summer-camps-page__card__right .card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card__right .card-description {
    -webkit-line-clamp: 4;
  }
}

.seo-summer-camps-page__card-short {
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 3px 3px rgba(156, 156, 156, 0.33);
          box-shadow: 0px 3px 3px rgba(156, 156, 156, 0.33);
}

.seo-summer-camps-page__card-short .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card-short .info-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card-short .info-container .name-container a {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card-short .info-container .company-address-container {
    margin-top: .5rem;
    margin-left: -45%;
  }
}

.seo-summer-camps-page__card-short .info-container .image-container {
  border-radius: 5px;
  height: 50px;
  border: 1px solid #9C9C9C80;
}

.seo-summer-camps-page__card-short .info-container .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.seo-summer-camps-page__card-short .info-container .tags-container span {
  margin-right: 8px;
  white-space: nowrap;
}

.seo-summer-camps-page__card-short .info-container .tags-container .tag-ages {
  background: #EEEEEE;
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.seo-summer-camps-page__card-short .info-container .tags-container .tag-sport {
  background-color: rgba(23, 190, 187, 0.15);
  border-radius: 10px;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.seo-summer-camps-page__card-short .info-container .address-container {
  margin-left: .5rem;
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page__card-short .info-container .address-container {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .seo-summer-camps-page .btn-load-more {
    background-color: transparent !important;
    color: #1778BE;
  }
}

@media (max-width: 991.98px) {
  .seo-summer-camps-col {
    padding: 0 !important;
  }
}

.summer-camps-language__title {
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .summer-camps-language__title {
    padding: 0;
  }
}

.summer-camps-language__container .summer-camp-language-card,
.summer-camps-language__container .summer-camp-location-card {
  background: linear-gradient(92.03deg, rgba(253, 110, 0, 0.6) 1.22%, rgba(23, 190, 187, 0.6) 98.9%);
  /*img {
        mix-blend-mode: multiply;
      }*/
}

.summer-camps-language__container .summer-camp-language-card__text,
.summer-camps-language__container .summer-camp-location-card__text {
  text-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.summer-camps-language__container .summer-camp-language-card__text span:first-child,
.summer-camps-language__container .summer-camp-location-card__text span:first-child {
  height: 30px;
}

.navbar-default-orangogo {
  min-height: 4rem;
  z-index: 1050;
}

@media (max-width: 768px) {
  .navbar-default-orangogo .navbar-collapse {
    height: 100vh;
  }
}

.company-banner__container__w_background {
  /*background-color: #00cb2d;*/
}

#cookieChoiceInfo {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  z-index: 10000 !important;
  background-color: rgba(242, 242, 242, 0.8);
  font-size: 16px;
}

@media (max-width: 768px) {
  #cookieChoiceInfo {
    background-color: #f2f2f2;
    padding: 14px !important;
    display: block;
    height: 180px !important;
    top: 60px !important;
  }
}

#cookieChoiceInfo span {
  font-size: 16px;
  text-align: left;
  display: block;
}

@media (max-width: 768px) {
  #cookieChoiceInfo span {
    font-size: 12px;
  }
}

#cookieChoiceInfo a:not(#cookieChoiceDismiss) {
  color: black;
  font-weight: bold;
}

@media (max-width: 768px) {
  #cookieChoiceInfo a:not(#cookieChoiceDismiss) {
    position: absolute;
    font-size: 12px;
    left: 0.5rem !important;
    top: 8rem !important;
  }
}

#cookieChoiceInfo #cookieChoiceDismiss {
  border-radius: 2px;
  padding: 10px;
  width: 110px;
  background-color: #17BEBB;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  #cookieChoiceInfo #cookieChoiceDismiss {
    margin-left: 0;
    height: 40px;
    background-color: #17BEBB;
    color: white;
    border-radius: 5px;
    position: absolute;
    top: 7.5rem !important;
    right: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .xs-h1 {
    font-size: 2.2em;
    font-weight: bold;
  }

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

  .xs-text-black {
    color: #000 !important;
  }

  .xs-bgimg-none {
    background: none !important;
  }

  .xs-bgwhite {
    background-color: #fff !important;
  }

  .xs-input-border-black input {
    border-color: #BDBDBD !important;
    border-width: 1px !important;
  }
}

.user-login {
  max-width: 33.5rem;
  margin: auto;
  background-color: #fff;
  padding: 48px 88px;
}

@media (max-width: 767.98px) {
  .user-login {
    padding: 2rem;
  }
}

.user-login .btn--google {
  float: left;
  width: 47%;
}

.user-login .btn--facebook {
  float: right;
  width: 47%;
}

.user-login__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 25px;
}

.user-login__divider:before,
.user-login__divider:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.user-login__divider span {
  padding: 0 10px;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
  position: relative;
  top: -2px;
}

.user-login__divider--no-text {
  padding: 25px 0 15px;
}

.user-login__forgot-password {
  text-transform: none;
  text-decoration: none;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}

.user-login__register {
  text-transform: none;
  text-align: center;
  font-weight: bold;
}

.user-login__register a {
  color: #FD6E00;
  text-decoration: none;
}

/*MODAL USER LOGIN*/

.modal-user-login {
  padding: 25px 55px;
}

@media (max-width: 767.98px) {
  .modal-user-login {
    padding: 0;
  }
}

.modal-user-login__mask {
  z-index: 1050;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-user-login__mask .vue-simple-spinner-text {
  color: white !important;
}

.modal-user-login .form-group {
  margin-bottom: 10px;
}

.modal-user-login .form-group .invalid-feedback {
  text-transform: none;
}

.modal-user-login .custom-select {
  height: unset !important;
}

.modal-user-login__forgot-password {
  text-transform: none;
  text-decoration: none;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}

.modal-user-login__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 25px;
}

.modal-user-login__divider:before,
.modal-user-login__divider:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.modal-user-login__divider span {
  padding: 0 10px;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
  position: relative;
  top: -2px;
}

.modal-user-login__divider--no-text {
  padding: 25px 0 15px;
}

.modal-user-login__social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-user-login__social-buttons a,
.modal-user-login__social-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-user-login__social-buttons a:first-child,
.modal-user-login__social-buttons button:first-child {
  margin-right: 15px;
}

.modal-user-login__register {
  text-transform: none;
  text-align: center;
  font-weight: bold;
}

.modal-user-login__register a {
  color: #FD6E00;
  text-decoration: none;
}

/*MODAL USER Register*/

.modal-user-register {
  padding: 25px 55px;
}

@media (max-width: 767.98px) {
  .modal-user-register {
    padding: 0;
  }
}

.modal-user-register__mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-user-register__mask .vue-simple-spinner-text {
  color: white !important;
}

.modal-user-register .form-group {
  margin-bottom: 10px;
}

.modal-user-register .form-group .invalid-feedback {
  text-transform: none;
}

.modal-user-register .custom-checkbox {
  min-height: unset;
}

.modal-user-register .custom-checkbox #loginRemember + .custom-control-label {
  text-transform: none;
  font-size: 13px;
}

.modal-user-register .custom-checkbox #loginRemember + .custom-control-label:before {
  border: 1px solid #17BEBB;
  margin-top: -2px;
}

.modal-user-register .custom-checkbox #loginRemember + .custom-control-label:after {
  margin-top: -2px;
}

.modal-user-register .custom-checkbox #loginRemember:not(:checked) + .custom-control-label:before {
  background-color: transparent;
}

.modal-user-register .custom-select {
  height: unset !important;
}

.modal-user-register__forgot-password {
  text-transform: none;
  text-decoration: none;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}

.modal-user-register__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 25px;
}

.modal-user-register__divider:before,
.modal-user-register__divider:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.modal-user-register__divider span {
  padding: 0 10px;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
  position: relative;
  top: -2px;
}

.modal-user-register__divider--no-text {
  padding: 25px 0 15px;
}

.modal-user-register__social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-user-register__social-buttons a,
.modal-user-register__social-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-user-register__social-buttons a:first-child,
.modal-user-register__social-buttons button:first-child {
  margin-right: 15px;
}

.modal-user-register__register {
  text-transform: none;
  text-align: center;
  font-weight: bold;
}

.modal-user-register__register a {
  color: #FD6E00;
  text-decoration: none;
}

.home-page__body-container {
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .home-page__body-container {
    margin-top: 40px;
  }
}

.home-page .blue-skin {
  min-width: 330px;
}

@media (max-width: 767.98px) {
  .home-page .blue-skin {
    min-width: auto;
    width: 100%;
  }
}

.home-page .btn-outline-search {
  background: #fff;
  border-radius: 30px;
  margin-top: 40px;
}

.home-page__header-container {
  position: relative;
  background-image: url(/images/hero-spring-2022-desk.png?3d3d28cc355091a7d85abcdff1a04c60);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 470px;
}

.home-page__header-container.until-christmas {
  background-image: url(/images/hero-natale-desk02.png?e59ff586c4de9aeaaaef1a5477bfecc8);
}

@media (max-width: 767.98px) {
  .home-page__header-container.until-christmas {
    background-image: url(/images/hero-natale-mob02.png?2c840585cfbd06e118018d551738d44a);
  }
}

@media (max-width: 767.98px) {
  .home-page__header-container {
    background-image: url(/images/hero-spring-2022-desk.png?3d3d28cc355091a7d85abcdff1a04c60);
    height: 490px;
    background-position: top right;
  }
}

.home-page__header-container:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60.94%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60.94%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 470px;
}

@media (max-width: 767.98px) {
  .home-page__header-container:before {
    height: 490px;
  }
}

.home-page__header {
  padding: 6rem 0;
  z-index: 1050;
}

.home-page__header .search-companies__container .input-group .input-group-prepend {
  color: #fff;
}

.home-page__header .search-companies__container .input-group .form-control {
  color: #fff;
  background: transparent;
}

.home-page__header .search-companies__container .input-group .form-control:focus,
.home-page__header .search-companies__container .input-group .form-control:active {
  border-color: #fff !important;
}

.home-page__header .search-companies__container .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.home-page__header .search-companies__container .input-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.home-page__header .search-companies__container .input-group .form-control::-ms-input-placeholder {
  color: #fff;
}

.home-page__header .search-companies__container .input-group .form-control::placeholder {
  color: #fff;
}

.home-page__header .search-companies__container .list-group {
  -webkit-box-shadow: 0px 0px 10px rgba(74, 74, 74, 0.33);
          box-shadow: 0px 0px 10px rgba(74, 74, 74, 0.33);
  border: 0.5px solid #EEEEEE;
  z-index: 1000;
  position: absolute;
  padding: 25px 0;
  background: #fff;
  max-height: 290px;
  max-width: 330px;
  width: 330px;
}

.home-page__header .navbar-search-button {
  min-width: 140px;
}

@media (max-width: 767.98px) {
  .home-page__header .navbar-search-button {
    padding: 15px;
    width: 100%;
    border-radius: 4px !important;
    margin-top: 1.5rem;
    font-weight: 600;
  }
}

.home-page__header .form-group .input-group .gen-search .inner-form {
  background-image: url(/images/sport-man__icon__gray.svg?842c38fb49eb12ce93317a434a040003);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px !important;
}

.home-page__header .form-group .input-group .input-pos-container .inner-form {
  background-image: url(/images/map-pin__icon__gray.svg?5a5856e3e8056c07a4edbaed8f40fe54);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px !important;
}

@media (max-width: 767.98px) {
  .home-page__header .form-group .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-page__header .form-group .input-group .form-control {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
  }

  .home-page__header .form-group .input-group .form-control + .form-control {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .home-page__header {
    padding: 50px 0 30px 0;
  }
}

.home-page__header h1 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 44px;
  font-size: 40px;
  letter-spacing: -2px;
}

@media (max-width: 767.98px) {
  .home-page__header h1 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}

.home-page__header h2 {
  font-weight: normal;
  line-height: 38px;
  font-size: 34px;
  letter-spacing: -1px;
}

@media (max-width: 767.98px) {
  .home-page__header h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}

.home-page__header__searchbar-container {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .home-page__header__searchbar-container {
    margin-top: 20px;
  }
}

.home-page__header__search-input-container {
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.home-page__body__items-list {
  padding-left: 0;
  margin-top: -1px;
}

.home-page__body__items-list__item-container {
  padding-left: 10px;
  list-style: none;
  position: relative;
  /* so that pseudoelements are positioned relatively to their "li"s*/
  /* use padding-bottom instead of margin-bottom.*/
  margin-bottom: 0;
  /* This overrides previously specified margin-bottom */
  padding-bottom: 2.5em;
}

@media (max-width: 767.98px) {
  .home-page__body__items-list__item-container {
    position: unset;
    padding-left: 0;
  }
}

.home-page__body__items-list__item-container__title {
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: -1px;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .home-page__body__items-list__item-container__title {
    font-size: 22px;
    line-height: 28px;
  }
}

.home-page__body__items-list__item-container__subtitle {
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #4A4A4A;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .home-page__body__items-list__item-container__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

.home-page__body__items-list__item-container__offers-items-list__item #home-page__orangopack-item-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.home-page__body__items-list__item-container__offers-items-list__item #home-page__orangopack-item {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  width: 30%;
}

.home-page__body__items-list__item-container__offers-items-list__item__image-text-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  border-radius: 5px;
}

.home-page__body__items-list__item-container__offers-items-list__item__image-text-container img {
  width: 100%;
  border-radius: 5px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .home-page__body__items-list__item-container__offers-items-list__item__image-text-container img {
    height: 135px;
  }
}

@media (max-width: 767.98px) {
  .home-page__body__items-list__item-container__offers-items-list__item__image-text-container {
    height: 135px;
  }
}

.home-page__body__items-list__item-container__offers-items-list__item__image-text-container__text {
  text-align: center;
  position: absolute;
  margin: 0;
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199.98px) {
  .home-page__body__items-list__item-container__offers-items-list__item__image-text-container__text {
    font-size: 22px;
    text-align: center;
    line-height: 24px;
    padding: 10px;
  }
}

@media (max-width: 767.98px) {
  .home-page__body__items-list__item-container__offers-items-list__item__image-text-container__text {
    width: 70%;
    font-size: 18px;
    -webkit-transform: none;
    transform: none;
  }
}

.home-page__body__items-list__item-container__sports-cards-container__more__text {
  line-height: 34px;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.home-page__body__items-list__item-container__sports-cards-container__more__text:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjM5OTc3MiAxMi43MDEzTDUuNzAyNzMgNy40OTMyOUwwLjM5OTc3MiAyLjI4NTIzQy0wLjEzMzI1NyAxLjc2MTc0IC0wLjEzMzI1NyAwLjkxNjEwNyAwLjM5OTc3MiAwLjM5MjYxN0MwLjkzMjgwMiAtMC4xMzA4NzIgMS43OTM4NSAtMC4xMzA4NzIgMi4zMjY4OCAwLjM5MjYxN0w4LjYwMDIzIDYuNTUzNjlDOS4xMzMyNiA3LjA3NzE4IDkuMTMzMjYgNy45MjI4MiA4LjYwMDIzIDguNDQ2MzFMMi4zMjY4OCAxNC42MDc0QzEuNzkzODUgMTUuMTMwOSAwLjkzMjgwMiAxNS4xMzA5IDAuMzk5NzcyIDE0LjYwNzRDLTAuMTE5NTkgMTQuMDgzOSAtMC4xMzMyNTcgMTMuMjI0OCAwLjM5OTc3MiAxMi43MDEzWiIgZmlsbD0iIzVDNUM1QyIvPjwvc3ZnPg==);
  margin-left: 5px;
}

.home-page__body__items-list__item-container:after {
  content: url("/images/list-bullets/bullet-orange.svg");
  position: absolute;
  left: -26px;
  /*adjust manually*/
  top: 6px;
}

.home-page__body__items-list__item-container:before {
  content: "";
  position: absolute;
  left: -20px;
  border-left: 4px solid #eeeeee;
  height: 100%;
  width: 1px;
  top: 10px;
}

.home-page__body__items-list__item-container:last-child:before {
  height: 6px;
  /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

.home-page__body__banner-container {
  width: 100%;
}

.home-page__body__banner-container__image-container {
  position: relative;
}

.home-page__body__banner-container__image-container img {
  width: 100%;
  border-radius: 5px;
}

.home-page__body__banner-container__image-container__text-button-container {
  position: absolute;
  bottom: 10%;
  right: 3%;
}

@media (max-width: 767.98px) {
  .home-page__body__banner-container__image-container__text-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 13px;
    bottom: 8%;
  }
}

.home-page__body__banner-container__image-container__text-button-container__text {
  text-align: right;
  line-height: 47px;
  font-size: 36px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .home-page__body__banner-container__image-container__text-button-container__text {
    line-height: 35px;
    font-size: 24px;
  }
}

.home-page__body__banner-container__image-container__text-button-container__button-container {
  text-align: right;
}

@media (max-width: 767.98px) {
  .home-page__body__banner-container__image-container__text-button-container__button-container {
    text-align: center;
  }
}

.home-page__body__banner-container__image-container__text-button-container__button-container__button {
  width: 175px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

.home-page__body__how-it-works-container__item {
  color: #4A4A4AE6;
}

@media (max-width: 767.98px) {
  .home-page__body__how-it-works-container__item__image-container {
    margin: auto;
  }
}

.home-page__body__how-it-works-container__item__title {
  font-weight: bold;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.home-page__body__how-it-works-container__item__text {
  line-height: 25px;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.home-page__body__blog-posts-container h2 {
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: -1px;
  padding-left: 15px;
}

.home-page__body__blog-posts-container__item {
  height: 300px;
  position: relative;
}

@media (max-width: 767.98px) {
  .home-page__body__blog-posts-container__item {
    height: 150px;
    margin-bottom: 30px;
  }
}

.home-page__body__blog-posts-container__item__image-container {
  position: relative;
  height: 300px;
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 767.98px) {
  .home-page__body__blog-posts-container__item__image-container {
    height: 150px;
  }
}

.home-page__body__blog-posts-container__item__image-container img {
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  border-radius: 5px;
}

.home-page__body__blog-posts-container__item__image-container__text-container {
  position: absolute;
  bottom: 15%;
  left: 5%;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .home-page__body__blog-posts-container__item__image-container__text-container {
    bottom: 0;
    left: 5%;
  }
}

.home-page__body__blog-posts-container__item__image-container__text-container__title {
  font-weight: bold;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

.home-page__body__blog-posts-container__item__image-container__text-container__subtitle {
  line-height: 21px;
  font-size: 12px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.home-page__body__all-provinces-container__title {
  font-weight: bold;
  line-height: 34px;
  font-size: 24px;
  letter-spacing: -0.5px;
  text-align: center;
}

.home-page__body__all-provinces-container__cities-name-container__city-name {
  padding: 10px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .home-page__body__our-numbers__item__upper__number-image-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-page__body__our-numbers__item__upper__number-image-container__number {
  font-weight: bold;
  line-height: 76px;
  font-size: 48px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .home-page__body__our-numbers__item__upper__number-image-container__number {
    font-size: 36px;
  }
}

.home-page__body__our-numbers__item__upper__number-image-container__image {
  margin-left: 20px;
  height: 100px;
}

@media (max-width: 767.98px) {
  .home-page__body__our-numbers__item__upper__number-image-container__image {
    height: 70px;
  }
}

.home-page__body__our-numbers__item__down__text {
  line-height: 34px;
  font-size: 24px;
  letter-spacing: -0.5px;
}

@media (max-width: 767.98px) {
  .home-page__body__our-numbers__item__down__text {
    text-align: center;
  }
}

.cooperations-container .cooperations-label {
  font-weight: 600;
}

.cooperations-container__citations-container {
  background: rgba(74, 74, 74, 0.05);
  height: 120px;
}

@media (max-width: 991.98px) {
  .cooperations-container__citations-container {
    height: auto;
  }
}

.cooperations-container__citations-container img {
  max-width: 90%;
  max-height: 60px;
}

@media (max-width: 991.98px) {
  .cooperations-container__citations-container img:not(.press-citation) {
    margin: 1rem 0;
    width: 50%;
  }
}

.pac-item {
  white-space: unset !important;
  line-height: 20px !important;
  position: relative;
}

.pac-item > span:nth-child(3) {
  display: inline-block;
  width: 100% !important;
  margin-left: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #7B7B7B;
}

.pac-item-query {
  display: inline-block;
  margin-top: 5px;
  width: 100% !important;
  margin-left: 30px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
  color: rgba(74, 74, 74, 0.9);
}

.pac-icon {
  position: absolute;
  left: 5px;
  top: 0px;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.home-carousel__directions {
  text-align: right;
}

.home-carousel__directions__btn {
  color: #7B7B7B;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: 5px;
}

.home-carousel__content {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-carousel__content__item {
  height: 100%;
}

@media (max-width: 767.98px) {
  .home-carousel__directions {
    visibility: hidden;
  }
}

.home-course-card__left-info {
  margin-right: 40px;
  width: 60%;
}

.home-course-card__image {
  position: relative;
  border-radius: 5px;
  height: 192px;
  overflow: hidden;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-course-card__image img {
  width: 100%;
}

.home-course-card__body {
  padding-bottom: 20px;
}

.home-course-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-course-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.home-course-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.home-course-card__body__name {
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-course-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-course-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  border: 1px solid transparent;
}

.home-course-card__body__lessons__day--has-lesson {
  font-size: 13px;
  color: inherit;
  border-color: #000;
  border-radius: 50%;
}

.home-course-card__body__lessons__day--has-lesson__dark {
  border: 1px solid #4A4A4A;
}

.home-course-card__body__sport-tag {
  background-color: #EEEEEE;
  border-radius: 8px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 6px;
  color: #9C9C9C;
  font-weight: 600;
}

.home-course-card__body__short-age-range {
  font-size: 13px;
  border-left: 1px solid #eeeeee;
}

.home-course-card__body__short-age-range p {
  margin: 0;
}

.home-course-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.home-course-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.home-course-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.home-course-card__body__distance i {
  color: #FD6E00;
  margin-right: 5px;
}

.home-course-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin-left: 15px;
}

.home-course-card__body__rating i {
  color: #FD6E00;
}

.home-course-card__actions {
  text-align: center;
}

.home-course-card__actions .btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 30px;
  width: 60%;
}

@media (max-width: 991.98px) {
  .home-course-card__actions .btn {
    width: 100%;
  }
}

.home-course-card__tags {
  position: absolute;
  top: 20px;
}

.home-course-card__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.home-course-card__tags div i {
  margin-right: 5px;
}

.home-course-card__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.home-course-card__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.home-course-card__tags div:last-child {
  margin-bottom: 0;
}

.home-course-card--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-course-card--detail .home-course-card__image {
  margin-right: 25px;
  position: relative;
}

.home-course-card--detail .home-course-card__image a {
  width: 250px;
  min-height: unset;
  height: 100%;
}

.home-course-card--detail .home-course-card__image .home-course-card__tags {
  left: -20px;
}

.home-course-card--detail .home-course-card__body {
  padding-bottom: 0;
}

.home-course-card--detail .home-course-card__body__address {
  margin: 0;
}

.home-course-card--detail .home-course-card__body__name {
  font-size: 24px;
}

.home-course-card--detail .home-course-card__body__lessons {
  margin-bottom: 0;
}

.home-course-card--detail .home-course-card__body__badge-container span {
  color: #9C9C9C;
  font-weight: 600;
  font-size: 14px;
}

.home-course-card--detail .home-course-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-course-card--detail .home-course-card__addition p {
  margin: 0;
}

.home-course-card--detail .home-course-card__addition__places-available {
  color: #7B7B7B;
}

.home-course-card--in-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

.home-course-card--in-map > * {
  background-color: white;
}

.home-course-card--in-map .home-course-card__image {
  padding-right: 10px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.home-course-card--in-map .home-course-card__image a {
  width: 120px;
  min-height: unset;
  height: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.home-course-card--in-map .home-course-card__image .home-course-card__tags {
  left: -70px;
}

.home-course-card--in-map .home-course-card__body {
  padding: 10px 25px 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-course-card--in-map .home-course-card__body__address {
  margin: 0;
}

.home-course-card--in-map .home-course-card__body__name {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.home-course-card--in-map .home-course-card__body__company-name {
  overflow: hidden;
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-sport-search {
  height: 60px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .home-sport-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.home-sport-search--select2 {
  width: 40%;
}

.home-sport-search .select2-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border-top: 1px solid #eeeeee;
}

@media (max-width: 767.98px) {
  .home-sport-search .select2-container {
    border-top: none;
    width: 100% !important;
  }
}

.home-sport-search .select2-container .select2-selection {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .home-sport-search .select2-container .select2-selection {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .home-sport-search .input-group-append {
    position: absolute;
    right: -90px;
    bottom: 0;
    top: 0;
  }
}

.home-sport-search__input {
  padding-left: 40px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .home-sport-search__input {
    padding-left: 10px;
    font-size: 14px !important;
    width: 100% !important;
  }
}

.home-sport-search__btn--search {
  color: #fff !important;
  width: 70px;
  font-size: 20px;
}

.home-sport-search__btn--search i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .home-sport-search__btn--search {
    border-radius: 50% !important;
  }
}

.navbar-home-sport-search {
  border-radius: 4px;
}

.navbar-home-sport-search .btn.form-control-feedback {
  position: absolute;
  font-size: 16px;
  top: 0;
  bottom: 0;
  color: #9C9C9C;
}

.navbar-home-sport-search__input {
  padding-left: 30px;
  font-size: 16px;
}

.navbar-home-sport-search__btn--search {
  color: #fff !important;
  width: 70px;
  font-size: 20px;
}

.navbar-home-sport-search__btn--search i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-orango-works-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-orango-works-breadcrumb__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 50px 20px 60px;
  position: relative;
}

.how-orango-works-breadcrumb__step__icon {
  font-size: 30px;
  color: #17BEBB;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 3px solid #17BEBB;
  margin-right: 25px;
}

.how-orango-works-breadcrumb__step__content__description {
  margin: 0;
}

.how-orango-works-breadcrumb__step:before,
.how-orango-works-breadcrumb__step:after {
  content: "";
  position: absolute;
  background-color: #17BEBB;
  width: 2px;
  height: 70px;
  left: 15px;
}

.how-orango-works-breadcrumb__step:before {
  top: calc(50% - 64px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.how-orango-works-breadcrumb__step:after {
  bottom: calc(50% - 64px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.how-orango-works-breadcrumb__step:first-child:before,
.how-orango-works-breadcrumb__step:first-child:after {
  display: none;
}

@media (max-width: 991.98px) {
  .how-orango-works-breadcrumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .how-orango-works-breadcrumb__step {
    padding: 20px 0 50px;
  }

  .how-orango-works-breadcrumb__step:before {
    top: -50px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    left: 115px;
  }

  .how-orango-works-breadcrumb__step:after {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    top: -50px;
    left: 175px;
    bottom: unset;
  }

  .how-orango-works-breadcrumb__step:last-child {
    padding-bottom: 0;
  }
}

.home-search-company {
  background-image: url(/images/homepage__register-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-search-company__content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 120px 70px 100px 90px;
}

.home-search-company__content__title {
  color: white;
  font-size: 16px;
}

.home-search-company__content__description {
  color: white;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.home-search-company__content .home-sport-search {
  width: 400px;
}

@media (max-width: 768px) {
  .home-search-company__content {
    padding: 0;
  }
}

.home-search-company .home-sport-search {
  display: none;
}

@media (max-width: 991.98px) {
  .home-search-company {
    background-image: none;
    border-radius: 0;
    overflow: unset;
  }

  .home-search-company__content {
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .home-search-company__content__title {
    color: #4A4A4A;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .home-search-company__content__description {
    color: #4A4A4A;
    font-size: 24px;
    width: unset;
    margin-bottom: 10px;
  }

  .home-search-company__content .home-sport-search {
    display: none;
  }

  .home-search-company .home-sport-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer {
  font-size: 14px;
  background-color: #4A4A4A;
}

.footer .relative {
  position: relative;
}

.footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .footer > .container {
    display: block;
  }
}

.footer__contact p {
  margin: 0;
  color: #7B7B7B;
}

.footer__information a {
  color: #4A4A4A;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .footer__information {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .footer {
    z-index: 1002;
    position: relative;
  }
}

.footer--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  padding: 0 15px;
}

.footer--container .footer__contact,
.footer--container .footer__information {
  font-size: 14px;
}

.footer--container .footer-newsletter__container .form-group {
  min-width: 80%;
}

@media (max-width: 767.98px) {
  .footer--container .footer-newsletter__container .form-group {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .footer--container .footer-newsletter__container {
    margin-top: 25px;
  }

  .footer--container .footer-newsletter__container p {
    text-align: center;
  }
}

.footer--container .footer__information {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left;
}

.footer--container .footer__information .dropdown-divider {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .footer--container .footer__information {
    margin: 16px 0 !important;
  }
}

@media (max-width: 767.98px) {
  .footer--container .footer__information {
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .footer--container .footer__information {
    display: inline-block;
    text-align: left;
  }
}

.footer--container .footer__information h5 {
  color: #4A4A4A !important;
}

.footer--container .footer__contact {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .footer--container .footer__contact {
    padding-top: 25px;
    font-size: 12px !important;
  }
}

.footer--container .hs-newsletter-container {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .footer--container .hs-newsletter-container {
    margin-bottom: 10px;
    width: 100%;
  }
}

.footer--container .hs-newsletter-container .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .footer--container .hs-newsletter-container .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer--container .hs-newsletter-container .form-group .form-control,
  .footer--container .hs-newsletter-container .form-group .btn {
    width: 100%;
  }
}

.footer--container .hs-newsletter-container .form-group .form-control + .btn {
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .footer--container .hs-newsletter-container .form-group .form-control + .btn {
    margin-left: 0;
    margin-top: 5px;
  }
}

.footer--container .hs-newsletter-container .form-group .btn {
  background-color: #393939;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  min-height: 38px;
}

.footer--container .footer--menu__row {
  margin-top: 65px;
}

@media (max-width: 767.98px) {
  .footer--container .footer--menu__row {
    margin-top: 30px;
  }
}

.footer--container .footer--menu__row .footer--menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .footer--container .footer--menu__row .footer--menu__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  border-bottom: none;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .footer--container .footer--menu__row .footer--menu__container .footer--section__container {
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container:last-child {
    border-bottom: none;
  }
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container + .footer--section__container {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .footer--container .footer--menu__row .footer--menu__container .footer--section__container + .footer--section__container {
    margin-left: 0;
  }
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container .nav-link {
  padding-bottom: 0;
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container .nav-link:hover {
  color: #FD6E00;
  text-decoration: none;
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container .collapse {
  display: block;
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container .collapse .nav-item:first-child {
  /*a {
                padding-top: 0.5rem!important;
              }*/
}

.footer--container .footer--menu__row .footer--menu__container .footer--section__container .collapse .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footer--container .footer--menu__row .footer--menu__container .footer--section__container .collapse .navbar-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .footer--container .footer--menu__row .footer--menu__container .footer--section__container .footer--submenu__container {
    border-top: 1px solid #EEEEEE;
    padding-top: 15px;
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container:not(:first-child) {
    margin-top: 15px !important;
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container .collapse:not(.show) {
    display: none;
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 span[aria-expanded="true"] .fas:before {
    content: "\F077";
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 span[aria-expanded="false"] .fas:before {
    content: "\F078";
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 .fas {
    color: #979797;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .footer--container .footer--menu__row .footer--menu__container .footer--section__container .collapse:not(.show) {
    display: none;
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container:not(:first-child) {
    margin-top: 15px !important;
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 span[aria-expanded="true"] .fas:before {
    content: "\F077";
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 span[aria-expanded="false"] .fas:before {
    content: "\F078";
  }

  .footer--container .footer--menu__row .footer--menu__container .footer--section__container h5 .fas {
    color: #979797;
  }
}

.footer--container .navbar-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer--container .navbar-nav .nav-item:first-child a {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .footer--container .navbar-nav {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .footer--container .navbar-nav {
    padding-top: 0.5rem !important;
    margin-top: 10px;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.footer-credits {
  color: #fff;
  background-color: #393939;
  padding: 20px 15px;
}

@media (max-width: 767.98px) {
  .footer-credits .footer__payments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px !important;
  }

  .footer-credits .footer__payments .stripe__container {
    margin-bottom: 20px;
  }
}

.footer__social a {
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #4A4A4A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.footer__social a:hover {
  text-decoration: none;
}

.footer__social a + a {
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .footer__social {
    position: absolute;
    top: 0px;
  }
}

.landing-page__landing-header-container,
.home-page__landing-header-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-page__landing-header-container .landing-intro-container .landing-logo,
.home-page__landing-header-container .landing-intro-container .landing-logo {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .landing-page__landing-header-container .landing-intro-container .landing-logo,
  .home-page__landing-header-container .landing-intro-container .landing-logo {
    width: 80px;
    height: 80px;
  }
}

.landing-page__landing-header-container h1,
.home-page__landing-header-container h1 {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .landing-page__landing-header-container,
  .home-page__landing-header-container {
    position: relative;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    height: 470px;
  }
}

.landing-page__landing-header-container .unbounce-link,
.home-page__landing-header-container .unbounce-link {
  position: absolute;
  bottom: 15%;
  right: 5%;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1450px) {
  .landing-page__landing-header-container .unbounce-link,
  .home-page__landing-header-container .unbounce-link {
    right: 23%;
    bottom: 8%;
  }
}

@media (max-width: 767.98px) {
  .landing-page__landing-header-container .unbounce-link,
  .home-page__landing-header-container .unbounce-link {
    bottom: 10%;
  }
}

.landing-page__landing-header-container-mobile,
.home-page__landing-header-container-mobile {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  height: 470px;
}

.landing-page__landing-header-container-mobile .landing-intro-container,
.home-page__landing-header-container-mobile .landing-intro-container {
  padding-top: 40%;
}

.landing-page__landing-header-container-mobile h1,
.home-page__landing-header-container-mobile h1 {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .landing-page__landing-header-container-mobile,
  .home-page__landing-header-container-mobile {
    height: 470px;
    background-position: right;
    background-size: cover;
  }
}

.landing-page__landing-header-container-mobile .unbounce-link,
.home-page__landing-header-container-mobile .unbounce-link {
  position: absolute;
  bottom: 15%;
  right: 5%;
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .landing-page__landing-header-container-mobile .unbounce-link,
  .home-page__landing-header-container-mobile .unbounce-link {
    bottom: 7%;
  }
}

.landing-page .description-container,
.home-page .description-container {
  padding: 60px 0;
  text-align: center;
}

.landing-page .filter-container,
.home-page .filter-container {
  padding: 60px 165px;
  background: #EEEEEE;
}

@media (max-width: 767.98px) {
  .landing-page .filter-container,
  .home-page .filter-container {
    padding: 10px;
  }
}

.landing-page .filter-container .form-group,
.home-page .filter-container .form-group {
  border-radius: 4px;
  padding: 12px 20px;
}

.landing-page .filter-container .v-select,
.home-page .filter-container .v-select {
  width: 100%;
}

.landing-page .filter-container .v-select .dropdown-toggle,
.home-page .filter-container .v-select .dropdown-toggle {
  border: none !important;
}

.landing-page .filter-container .v-select .open-indicator:before,
.home-page .filter-container .v-select .open-indicator:before {
  border-color: #4A4A4A;
}

.landing-page .landing-section,
.home-page .landing-section {
  margin-bottom: 60px;
}

.landing-page .landing-section .landing-section-title,
.home-page .landing-section .landing-section-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}

.landing-page .card-landing-company .image-container,
.home-page .card-landing-company .image-container {
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  padding: 0;
  height: 85px;
}

.landing-page .card-landing-company .image-container img,
.home-page .card-landing-company .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.landing-page .card-landing-company .company-name,
.home-page .card-landing-company .company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.landing-page .card-landing-company .sport-info-container,
.home-page .card-landing-company .sport-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landing-page .card-landing-company .sport-info-container .init-sport,
.home-page .card-landing-company .sport-info-container .init-sport {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
}

.landing-page .card-landing-company .sport-info-container .sports_count,
.home-page .card-landing-company .sport-info-container .sports_count {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.landing-page .load-more,
.home-page .load-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #007BFF;
}

.landing-page .card-body__course-title-container__course-title,
.home-page .card-body__course-title-container__course-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

.landing-page .card-landing-event,
.home-page .card-landing-event {
  min-width: 255px;
  min-height: 380px;
}

.landing-page .card-landing-event .image-container,
.home-page .card-landing-event .image-container {
  position: relative;
  height: 155px;
}

.landing-page .card-landing-event .image-container .card-img-top,
.home-page .card-landing-event .image-container .card-img-top {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-page .card-landing-event .image-container .event-date-item__container,
.home-page .card-landing-event .image-container .event-date-item__container {
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 0px 8px rgba(74, 74, 74, 0.5);
  height: 50px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 15px;
  position: absolute;
  left: 10px;
  bottom: -12px;
}

.landing-page .card-landing-event .image-container .event-date-item__container .event-month,
.home-page .card-landing-event .image-container .event-date-item__container .event-month {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #DC3545;
}

.landing-page .card-landing-event .image-container .event-date-item__container .event-day-of-month,
.home-page .card-landing-event .image-container .event-date-item__container .event-day-of-month {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .landing-page .card-landing-event .image-container .event-date-item__container,
  .home-page .card-landing-event .image-container .event-date-item__container {
    /*width: 50px;*/
    height: 50px;
  }

  .landing-page .card-landing-event .image-container .event-date-item__container .event-month,
  .home-page .card-landing-event .image-container .event-date-item__container .event-month {
    font-size: 14px;
  }

  .landing-page .card-landing-event .image-container .event-date-item__container .event-day-of-month,
  .home-page .card-landing-event .image-container .event-date-item__container .event-day-of-month {
    font-size: 20px;
  }
}

.landing-page .card-landing-event .card-body,
.home-page .card-landing-event .card-body {
  padding: 10px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landing-page .card-landing-event .card-body .card-title,
.home-page .card-landing-event .card-body .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.landing-page .card-landing-event .card-body .sport-tag,
.home-page .card-landing-event .card-body .sport-tag {
  background: #FEEDE0;
  border-radius: 20px;
  color: #FD6E00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 8px;
}

.landing-page .card-company-name,
.home-page .card-company-name {
  font-size: 12px;
  line-height: 15px;
  color: #7B7B7B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-page .card-age-range,
.home-page .card-age-range {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.sport-card__body__citation-container {
  height: 90px;
}

.card-landing-company {
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  min-height: 134px;
  max-height: 134px;
  cursor: pointer;
}

.card-landing-company .card-body {
  padding: 8px;
}

.card-landing-company .card-body .btn-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

.card-landing-company .card-body .image-container {
  border-radius: 5px;
  padding: 0;
  max-width: 60px;
  height: 90px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-landing-company .card-body .image-container img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card-landing-company .card-body .card-landing-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
}

.card-landing-company .card-body .sport-info-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.card-landing-company .card-body .company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  letter-spacing: -0.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-landing-company .card-body .company-municipality {
  font-size: 12px;
  line-height: 18px;
  color: #7B7B7B;
}

.card-landing-company .card-body .company-municipality .fas {
  color: #17BEBB;
}

.card-landing-company .sport-info-container {
  margin-top: 8px;
}

.card-landing-company .sport-info-container .badge-sport-item {
  display: inline-block;
  padding: 5px 8px;
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  color: #6A6A6A;
}

.card-landing-company .sport-info-container .badge-sport-item + .badge-sport-item {
  margin-left: 8px;
}

.card-landing-company .sport-info-container .sports_count {
  margin-left: 8px;
  padding: 5px 8px;
  display: inline-block;
  border: 1px solid #6A6A6A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 15px !important;
  letter-spacing: -0.3px !important;
  color: #6A6A6A !important;
}

.comments-container {
  padding-top: 60px;
  background-color: #fff;
}

.comments-container h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #6A6A6A;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .comments-container h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.comments-container .card-comment {
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  min-height: 138px;
}

.comments-container .card-comment .card-header {
  padding: 8px 0;
  background-color: rgba(23, 190, 187, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
}

.comments-container .card-comment .card-header img {
  width: 38px;
  height: 38px;
  border: 1px solid #17BEBB;
  border-radius: 50%;
  margin-right: 8px;
}

.comments-container .card-comment .card-header span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
}

@media (max-width: 767.98px) {
  .comments-container .card-comment .card-header {
    padding-top: 8px !important;
  }
}

.comments-container .card-comment .card-body {
  position: relative;
  padding: 17px 40px 17px 12px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4A4A4A;
}

.comments-container .card-comment .card-body:after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 17px;
  width: 66px;
  height: 25px;
  background-image: url(/images/quote.svg?cfa8517d3a702e7a41f21a5e9839fc15);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.comments-container .no-gutters-comments {
  position: relative;
}

.comments-container .no-gutters-comments [class*="col-"] {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .comments-container .no-gutters-comments [class*="col-"] {
    margin-bottom: 17px;
  }

  .comments-container .no-gutters-comments [class*="col-"]:nth-child(odd),
  .comments-container .no-gutters-comments [class*="col-"]:nth-child(even) {
    padding: 0 !important;
  }
}

.comments-container .no-gutters-comments [class*="col-"]:nth-child(odd) {
  padding-right: 15px;
}

.comments-container .no-gutters-comments [class*="col-"]:nth-child(even) {
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .comments-container .post-container {
    padding-top: 60px;
  }
}

.comments-container .post-container img {
  height: 138px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.comments-container .post-container .post-body {
  margin: 19px 0 15px;
}

.comments-container .post-container .post-body h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #6A6A6A;
  margin-bottom: 6px;
}

.comments-container .post-container .post-body .post-content {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -1px;
  color: #6A6A6A;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .comments-container .post-container .post-body .post-content {
    overflow: auto;
    display: block;
  }
}

.comments-container .post-container .post-footer .btn {
  border: 1px solid #6A6A6A;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
  color: #6A6A6A;
}

.comments-container .post-container .post-footer .btn:hover {
  background-color: #fff;
}

.search-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  position: relative;
}

@media (max-width: 768px) {
  .search-view {
    display: block;
  }
}

.search-view-results {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__jumbotron {
  background: linear-gradient(355.37deg, rgba(253, 110, 0, 0.5) 0%, rgba(253, 110, 0, 0.672691) 43.41%, rgba(253, 110, 0, 0.878227) 89.02%) !important;
}

.search__jumbotron .search__jumbotron__header .select2-container {
  position: relative;
  width: 100% !important;
  float: left;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__jumbotron .search__jumbotron__header .select2-container .select2-selection {
  height: 46px;
  line-height: 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 16px;
  border-top: 1px solid #ced4da !important;
  border-bottom: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
}

@media (max-width: 991.98px) {
  .search__jumbotron .search__jumbotron__header .select2-container .select2-selection {
    border-radius: 5px !important;
    border-left: 1px solid #ced4da !important;
  }
}

.search__jumbotron .search__jumbotron__header .input-pos-container {
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
  width: 100% !important;
  float: left;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991.98px) {
  .search__jumbotron .search__jumbotron__header .input-pos-container {
    line-height: 32px !important;
    border-radius: 5px !important;
    border-left: 1px solid #ced4da !important;
  }
}

@media (max-width: 991.98px) {
  .search__jumbotron .search__jumbotron__header .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search__jumbotron .search__jumbotron__header .input-group .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .search__jumbotron .search__jumbotron__header .input-group .form-control:first-child {
    line-height: 32px !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .search__jumbotron .search__jumbotron__header .input-group .form-control-result {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 32px !important;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .search__jumbotron .search__jumbotron__header .input-group .inner-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0px;
    width: 100%;
  }
}

.search__jumbotron .search__jumbotron__header .input-group .form-control:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__jumbotron .search__jumbotron__header .input-group .form-control-result:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__jumbotron .search__jumbotron__header .input-group .inner-form {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 0;
}

.search__jumbotron .search__jumbotron__header .search__jumbotron__header__heading p {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.search-view-filter {
  padding: 30px 30px;
}

.search-view-filter__show-results-mobile {
  display: none;
}

@media (max-width: 768px) {
  .search-view-filter__show-results-mobile {
    text-align: center;
    display: block;
  }

  .search-view-filter__show-results-mobile button {
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .search-view-filter {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 768px) {
  .search-view-filter-container {
    display: none;
  }
}

.search-view-filter__view-options {
  text-align: center;
}

@media (max-width: 768px) {
  .search-view-filter__view-options {
    display: none;
  }
}

.search-view-filter__view-options .btn-group-toggle {
  width: 150px;
}

.search-view-filter__view-options .btn-group-toggle label.btn {
  font-size: 12px;
  width: 50%;
  padding: 3px 0;
  text-transform: uppercase;
}

.search-view-filter__view-options .btn-group-toggle label.btn.active {
  color: white;
}

.search-view-filter__view-options__mobile {
  display: none;
}

.search-view-filter__view-options__mobile button {
  min-width: 80px;
  font-size: 16px;
  text-transform: capitalize;
  width: auto;
}

@media (max-width: 768px) {
  .search-view-filter__view-options__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search-view-filter__section {
  padding-bottom: 15px;
  border-bottom: 3px solid #e7e7e7;
}

.search-view-filter__section__title {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
}

.search-view-filter__section__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-view-filter__section__range span {
  margin: 0 10px;
}

.search-view-filter__section__range span:first-child {
  margin-left: 0;
}

.search-view-filter__section:last-child {
  border-bottom: 0;
}

.search-view-filter__results {
  padding-top: 20px;
  margin: 0;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-input-group input {
  border-radius: 0;
  border-color: #9C9C9C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-input-group input::-webkit-input-placeholder {
  color: #e7e7e7;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-input-group input:-ms-input-placeholder {
  color: #e7e7e7;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-input-group input::-ms-input-placeholder {
  color: #e7e7e7;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-input-group input::placeholder {
  color: #e7e7e7;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-list {
  background-color: white;
  z-index: 100;
  width: 100%;
  top: 35px;
  padding: 0 10px 10px;
  border: 1px solid #9C9C9C;
  border-top: 0;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-list .v-autocomplete-list-item {
  padding-top: 5px;
  font-size: 13px;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:first-child {
  border-top: 2px solid #7B7B7B;
}

.search-view-filter__sports .v-autocomplete .v-autocomplete-list .v-autocomplete-list-item.v-autocomplete-item-active {
  background-color: transparent;
}

.search-view-filter__distance .vue-slider-component {
  margin-top: 25px;
}

.search-view-filter__distance__tooltip {
  font-size: 12px;
  margin-top: -5px;
  color: #7B7B7B;
}

.search-view-filter__date__datepicker {
  width: 100% !important;
  border: 0 !important;
}

.search-view-filter__date__datepicker .day.cell.selected,
.search-view-filter__date__datepicker .day.cell.selected:hover {
  background-color: #FD6E00;
  color: white;
}

.search-view-filter__date__datepicker .day.cell:hover {
  border-color: #FD6E00 !important;
}

.search-view-filter__section__range .input-group .input-group-text {
  height: auto !important;
}

.search-view-filter__section__range .input-group input {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  height: auto !important;
}

.results-body__filters {
  position: relative;
  z-index: 1013;
}

.results-body__filters .dropdown + .dropdown {
  margin-left: 15px !important;
}

.results-body__filters .dropdown .dropdown-toggle::after {
  display: none;
}

.results-body__filters .dropdown .dropdown-menu {
  min-width: 270px;
  padding: 15px;
  background: #FFFFFF;
  border: 0.5px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
}

.results-body__filters .dropdown .dropdown-menu.age__filters span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.results-body__filters .dropdown .dropdown-menu.age__filters .form-group {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.results-body__filters .dropdown .dropdown-menu.age__filters .form-group .input-group .form-control {
  border: 0.5px solid #DEDEDE !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
}

.results-body__filters .dropdown .dropdown-menu.age__filters .form-group .input-group .input-group-prepend .btn,
.results-body__filters .dropdown .dropdown-menu.age__filters .form-group .input-group .input-group-append .btn {
  border-radius: 50% !important;
  border-color: #17BEBB !important;
  color: #4A4A4A !important;
}

.results-body__filters .dropdown .dropdown-menu.times__filters .timepicker__content .timepicker__middleline .timepicker__column {
  border: 0.5px solid #DEDEDE !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
}

.results-body__filters .dropdown .dropdown-menu.times__filters .timepicker__content i {
  border-color: #4A4A4A !important;
}

.results-body__filters .dropdown .dropdown-menu::before,
.results-body__filters .dropdown .dropdown-menu::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 .5rem .5rem .5rem;
}

.results-body__filters .dropdown .dropdown-menu::before {
  top: -9px;
  border-bottom-color: #DEDEDE;
  right: 10px;
}

.results-body__filters .dropdown .dropdown-menu::after {
  top: -7px;
  border-bottom-color: #fff;
  right: 10px;
}

@media (max-width: 767.98px) {
  .results-body__filters .dropdown .dropdown-menu {
    min-width: 240px;
  }
}

.results-body__filters .dropdown .dropdown-menu .options .col-md-6:nth-child(2n+1) {
  padding-right: 15px !important;
}

.results-body__filters .dropdown .dropdown-menu .options .btn {
  padding-left: 0;
  padding-right: 0;
  color: #4A4A4A !important;
  margin-bottom: 15px;
  background: #FFFFFF;
  border: 0.5px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
  border-radius: 5px;
  word-break: normal;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .results-body__filters .dropdown .dropdown-menu .options .btn {
    font-size: 13px;
  }
}

.results-body__filters .dropdown .dropdown-menu .options .btn.active {
  background-color: #17BEBB !important;
  color: #fff !important;
}

.results-body__filters .btn-filter {
  color: #4A4A4A !important;
  background: #FFFFFF !important;
  border: 0.5px solid #BDBDBD !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
}

.results-body__filters .btn-filter > * {
  pointer-events: none;
}

.results-body__filters .btn-filter.active {
  background: #17BEBB !important;
  color: #fff !important;
}

.overlay-filters {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
}

.overlay-filters.active {
  opacity: 0.5;
  z-index: 10;
}

.search-view-results {
  padding: 35px 0;
}

@media (max-width: 768px) {
  .search-view-results {
    padding: 0;
    background-color: unset;
  }
}

.search-view-results__free-trial-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .search-view-results__free-trial-filter {
    display: none;
  }
}

.search-view-results__header__count-free-trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .search-view-results__header__count-free-trial {
    display: inline;
  }
}

.search-view-results__header__counts {
  text-transform: uppercase;
  margin: 0;
}

.search-view-results__header .vue-switcher-color--orango {
  margin-bottom: 0;
}

.search-view-results__header .vue-switcher-color--orango div {
  background-color: #FD6E00;
  top: 0;
}

.search-view-results__header .vue-switcher-color--orango div:after {
  background-color: white;
}

.search-view-results__header .vue-switcher-color--orango.vue-switcher--unchecked div {
  background-color: #7B7B7B;
}

.search-view-results__body .results-course-card {
  min-height: 170px;
  padding: 25px 0;
  border-bottom: 1px solid #9C9C9C;
}

.search-view-results-sort-by {
  margin-left: 50px;
}

.search-view-results-sort-by .dropdown-toggle {
  color: #4A4A4A;
  text-decoration: none;
}

.search-view-results-sort-by .dropdown-toggle i {
  color: #FD6E00;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.search-view-results-sort-by .dropdown-menu {
  padding: 5px 10px;
}

.search-view-results-sort-by .dropdown-menu .dropdown-item {
  padding: 8px 30px 8px 0;
  border-bottom: 1px solid #9C9C9C;
  text-transform: uppercase;
  position: relative;
  outline: none;
  background-color: transparent;
  color: inherit;
}

.search-view-results-sort-by .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.search-view-results-sort-by .dropdown-menu .dropdown-item i {
  color: #FD6E00;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.search-view-results-filter-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.search-view-results-filter-chips__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  margin-right: 15px;
}

.search-view-results-filter-chips__card__text {
  margin: 0;
  padding: 3px 12px;
  border-right: 1px solid white;
}

.search-view-results-filter-chips__card__btn--remove,
.search-view-results-filter-chips__card__btn--remove:hover {
  color: white;
  padding: 0 8px;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

.search-view-map {
  max-height: 80%;
  height: 800px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*padding-left: 350px;*/
}

@media (max-width: 768px) {
  .search-view-map {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .search-view-map {
    padding-left: 0;
  }
}

.results-course-card {
  padding: 20px 5px;
  border-bottom: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-course-card__down-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .results-course-card__down-container {
    display: block;
  }
}

.results-course-card__down-container__sport-tag-container {
  max-width: 125px;
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: #17BEBB;
  margin-right: 10px;
}

.results-course-card__down-container__sport-tag-container__tag {
  margin-bottom: 1px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .results-course-card__down-container__sport-tag-container {
    max-width: 100px;
    text-align: center;
    margin-right: 0;
  }
}

.results-course-card__down-container__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .results-course-card__down-container__left {
    display: block;
  }
}

@media (max-width: 768px) {
  .results-course-card__info-container {
    padding: 0;
  }
}

.results-course-card__left-info {
  float: left;
  width: 60%;
}

@media (max-width: 768px) {
  .results-course-card__left-info {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .results-course-card__left-info {
    margin-right: 0;
    width: 100%;
  }
}

.results-course-card__right-info {
  float: right;
}

@media (max-width: 768px) {
  .results-course-card__right-info {
    float: left;
    text-align: center;
  }

  .results-course-card__right-info button {
    min-width: 200px;
  }
}

.results-course-card__image {
  position: relative;
}

.results-course-card__image a {
  border-radius: 5px;
  min-height: 190px;
  overflow: hidden;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .results-course-card__image a {
    width: 100%;
  }
}

.results-course-card__image a img {
  width: 100%;
}

.results-course-card__body {
  padding-bottom: 20px;
}

.results-course-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-course-card__body__address {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.results-course-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-course-card__body__name {
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 0;
  text-decoration: none;
  color: #4A4A4A;
  /*a {
        text-decoration: none;
        color: $base-dark;
        &:hover{
          color: $gray-500;
        }
      }*/
}

.results-course-card__body__name:hover {
  color: #7B7B7B;
}

.results-course-card__body__lessons {
  border-right: 1px solid #9C9C9C80;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .results-course-card__body__lessons {
    padding-right: 0;
    border: none;
    margin-top: 10px;
  }
}

.results-course-card__body__lessons__day {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #7B7B7B;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}

.results-course-card__body__lessons__day--has-lesson {
  color: inherit;
  border: 1px solid #000;
  border-radius: 50%;
}

.results-course-card__body__short-age-range {
  margin-left: 10px;
  font-size: 15px;
  border-left: 1px solid #eeeeee;
}

.results-course-card__body__short-age-range p {
  margin: 0;
}

.results-course-card__body__short-age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .results-course-card__body__short-age-range {
    margin: 0;
  }
}

.results-course-card__body__age-range {
  font-size: 13px;
  margin: 0;
}

.results-course-card__body__age-range i {
  color: #FD6E00;
  margin-right: 5px;
}

.results-course-card__body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-left: 15px;
}

.results-course-card__body__rating i {
  color: #FD6E00;
}

@media (max-width: 768px) {
  .results-course-card__actions-container {
    margin-top: 10px;
  }
}

.results-course-card__actions-container__actions {
  text-align: center;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .results-course-card__actions-container__actions {
    padding-left: 0;
  }
}

.results-course-card__actions-container__actions a {
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
}

.results-course-card--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .results-course-card--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.results-course-card--detail .results-course-card__image {
  position: relative;
  max-height: 180px;
  max-width: 252px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .results-course-card--detail .results-course-card__image {
    max-height: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .results-course-card--detail .results-course-card__image {
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

.results-course-card--detail .results-course-card__image a {
  min-height: unset;
}

@media (max-width: 768px) {
  .results-course-card--detail .results-course-card__image a {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .results-course-card--detail .results-course-card__image a {
    width: 100%;
  }
}

.results-course-card--detail .results-course-card__image__tags {
  position: absolute;
  left: -20px;
  top: 20px;
}

.results-course-card--detail .results-course-card__image__tags div {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.results-course-card--detail .results-course-card__image__tags div i {
  margin-right: 5px;
}

.results-course-card--detail .results-course-card__image__tags div.tag-orangogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F49C2E), to(#F47E2E));
  background: linear-gradient(#F49C2E, #F47E2E);
}

.results-course-card--detail .results-course-card__image__tags div.tag-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#17BEBB), to(#7DCFB6));
  background: linear-gradient(#17BEBB, #7DCFB6);
}

.results-course-card--detail .results-course-card__image__tags div:last-child {
  margin-bottom: 0;
}

.results-course-card--detail .results-course-card__body {
  padding-bottom: 0;
}

.results-course-card--detail .results-course-card__body__address {
  margin: 0;
}

.results-course-card--detail .results-course-card__body__name {
  font-size: 24px;
}

.results-course-card--detail .results-course-card__body__lessons {
  margin-bottom: 0;
}

.results-course-card--detail .results-course-card__addition {
  text-align: right;
}

@media (max-width: 768px) {
  .results-course-card--detail .results-course-card__addition {
    text-align: left;
  }
}

.results-course-card--detail .results-course-card__addition p {
  margin: 0;
}

.results-course-card--detail .results-course-card__addition__places-available {
  color: #7B7B7B;
}

.results-container {
  position: relative;
}

.results-container .card-group-container {
  background: #FFFFFF;
  /*border: 0.5px solid #DEDEDE;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*box-shadow: 3px 3px 3px rgba(156, 156, 156, 0.5);*/
  border-radius: 5px;
}

.results-container .card-group-container .card.card-promotion {
  border: 0.5px solid #FD6E00;
}

.results-container .card-group-container .card.card-promotion + .card {
  margin-top: 25px;
}

.results-container .card-group-container .card.card-promotion:before,
.results-container .card-group-container .card.card-promotion:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}

.results-container .card-group-container .card.card-promotion:before {
  border-width: 1em;
  border-right-color: #FD6E00;
  border-top-color: #FD6E00;
}

.results-container .card-group-container .card.card-promotion:after {
  border-radius: 0.4em;
  border-width: 1em;
  border-right-color: #FD6E00;
  border-top-color: #FD6E00;
}

.results-container .card-group-container .card.card-promotion .badge-promotion {
  position: absolute;
  right: 3px;
  z-index: 20;
  font-size: 10px;
  top: 5px;
  z-index: 10;
}

.results-container .card-group-container + .card-group-container {
  margin-top: 25px;
}

.results-container .card-group-container .card-block {
  padding: 10px 0;
}

.results-container .card-group-container .card-block h4 {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block h4 {
    font-size: 16px;
  }
}

.results-container .card-group-container .card-block h4 .course__details {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block h4 .course__details {
    display: block;
    margin-top: 5px;
  }
}

.results-container .card-group-container .card-block h4 .course__ratings,
.results-container .card-group-container .card-block h4 .course__distance {
  padding-top: 5px;
  font-size: 12px !important;
  white-space: nowrap;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block h4 .course__ratings,
  .results-container .card-group-container .card-block h4 .course__distance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: normal;
  }
}

.results-container .card-group-container .card-block .body__tag_ages {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block .body__tag_ages {
    margin-top: 7px;
    font-size: 13px;
    font-weight: normal;
  }
}

.results-container .card-group-container .card-block .body__lessons .company-course-card__body__lessons__day {
  width: 32px !important;
  height: 32px !important;
  line-height: 29px;
}

.results-container .card-group-container .card-block .body__lessons .results-course-card__body__lessons__day--has-lesson {
  border-color: #FD6E00 !important;
  color: #FD6E00 !important;
}

.results-container .card-group-container .card-block .list-unstyled li {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .card-block .list-unstyled li {
    font-size: 13px;
  }
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav [class*='owl-']:hover,
.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav [class*='owl-']:active {
  background-color: transparent !important;
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav .owl-prev {
  display: none !important;
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav .owl-next {
  right: 25px;
  text-align: right;
}

.results-container .card-group-container .course__day-list--container .course-container__days-container .owl-nav button {
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100px;
}

.results-container .card-group-container .course__day-list--container .btn-link:active,
.results-container .card-group-container .course__day-list--container .btn-link:hover {
  text-decoration: none !important;
}

.results-container .card-group-container .body__tag_ages {
  background: #EEEEEE;
  border-radius: 10px;
  display: inline-block;
}

.results-container .card-group-container .body__images {
  max-height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.results-container .card-group-container .body__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 991.98px) {
  .results-container .card-group-container .body__images {
    max-height: 130px;
  }
}

.results-container .card-group-container .course__actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions a {
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions .btn-primary-orango {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.results-container .card-group-container .course__actions .body__icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .results-container .card-group-container .course__actions .body__icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.results-container .card-group-container .course__actions .body__icons span {
  width: 40px;
  height: 40px;
}

.results-container .card-group-container .course__actions .body__icons span.course__disabilities {
  background-image: url(/images/disabilita.svg?8320e4f9202d8452f30016fbb978e344);
}

.results-container .card-group-container .course__actions .body__icons span.course__payments {
  background-image: url(/images/corso-acquistabile-online.svg?ad53402364832ad3acab674d149f375f);
}

.results-container .card-group-container .course__actions .body__icons span.course__promotion {
  background-image: url("/images/promotions/orangopack-icon-new.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.results-container .card-group-container .course__actions .body__icons span + span {
  margin-left: 10px;
}

.results-container .card-group-container ul li {
  color: #7B7B7B;
}

.results-container .card-group-container ul li + li {
  margin-top: 3px;
}

.icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.course__pin {
  background-image: url(/images/pin-3.svg?aa665066fd5d6163c59c36839b422f34);
}

.icon.course__building {
  background-image: url(/images/building.svg?851c9739ba4a1d0de2992a7fdb4310b0);
}

.icon.course__clock-alt {
  background-image: url(/images/clock-alt.svg?e5c6ee08cc6ab29551658566293b2761);
}

.icon.course__clock-alt-x2 {
  width: 40px !important;
  height: 26px !important;
  background-image: url("/images/promotions/show/clock_secondary.svg");
}

.sport-page {
  margin-bottom: 3%;
  text-align: justify !important;
}

.sport-page .page-section-title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .sport-page .page-section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sport-page__description-container .morecontent span {
  display: none;
}

.sport-page__description-container .morelink {
  display: block;
}

.sport-page__description-container div {
  font-weight: 300;
  font-size: 14px;
}

.sport-page__keyword-quote-container {
  -webkit-box-shadow: 0px 1px 4px rgba(74, 74, 74, 0.5);
          box-shadow: 0px 1px 4px rgba(74, 74, 74, 0.5);
}

.sport-page__keyword-quote-container__keyword-container {
  padding: 10px 10px 5px 10px;
  border-bottom: 2px solid #FD6E00;
}

.sport-page__keyword-quote-container__keyword-container__title {
  font-weight: 600;
  font-size: 12px;
}

.sport-page__keyword-quote-container__keyword-container__keyword {
  font-size: 20px;
  font-weight: 600;
}

.sport-page__keyword-quote-container__quote-container__text {
  color: black;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.sport-page__keyword-quote-container__quote-container__citation {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.sport-page__thanks-to-container {
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sport-page__thanks-to-container p {
  border-top: 1px solid #7B7B7B;
}

.sport-page__header {
  border-bottom: 24px solid #FD6E00;
  max-height: 400px;
  background-size: cover;
  /*.jumbotron{
      margin-bottom: 0!important;

    }*/
}

.sport-page__header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 767.98px) {
  .sport-page__header img {
    height: 100%;
  }
}

.sport-page__header__content {
  padding: 2% 10%;
  width: 100%;
  height: 100%;
  /*&__video-container {
        @include media-breakpoint-up(xl) {
          margin-top: 7%;
        }
        @include media-breakpoint-between(lg, xl) {
          margin-top: 13%;
        }
        @include media-breakpoint-between(md, lg) {
          margin-top: 24%;
        }
        @include media-breakpoint-between(sm, md) {
          margin-top: 30%;
        }
      }*/
}

.sport-page__header__content h1 {
  line-height: 75px;
}

.sport-page__header__content .responsive-header-sport-name {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .sport-page__header__content .responsive-header-sport-name {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

.sport-page__header__content__sport-name {
  font-weight: 600;
  font-size: 48px;
}

.sport-page__header__content__quote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sport-page__header__content__quote-container__text {
  font-style: italic;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .sport-page__header__content__quote-container__text {
    color: #000;
  }
}

.sport-page__header__content__quote-container__citation {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

@media (max-width: 767.98px) {
  .sport-page__header__content__quote-container__citation {
    color: #000;
  }
}

.sport-page__gallery-container {
  margin-top: 10%;
}

@media (max-width: 767.98px) {
  .sport-page__gallery-container {
    margin-top: 0;
  }

  .sport-page__gallery-container .owl-nav button {
    position: absolute;
    top: -10px;
    height: 100%;
    width: 100px;
  }

  .sport-page__gallery-container .owl-nav button:hover {
    background: unset !important;
  }

  .sport-page__gallery-container .owl-nav .owl-prev {
    left: -5px;
    text-align: left;
    display: none !important;
  }

  .sport-page__gallery-container .owl-nav .owl-next {
    right: 20px;
    text-align: right;
  }
}

.sport-page__gallery-container__item {
  margin-bottom: 18px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sport-page__gallery-container__item a {
  width: 100%;
}

.sport-page__gallery-container__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

.sport-page__some-question-container__questions a {
  text-decoration: none;
  color: #17BEBB !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}

.sport-page__some-question-container__questions ul {
  padding: 0;
  list-style-type: none;
}

.sport-page__seo-city-image-container__item {
  height: 150px;
  position: relative;
  margin-bottom: 15px;
}

.sport-page__seo-city-image-container__item img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.sport-page__seo-city-image-container__item__text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  text-align: right;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .sport-page__seo-city-image-container__item__text {
    font-size: 16px;
  }
}

.sport-page__list-container ul {
  list-style-image: url("/images/icons/sport_list_style.svg");
  padding-left: 16px;
}

.sport-page__list-container ul li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .sport-page__closest-courses-container {
    padding: 0 20px;
  }

  .sport-page__closest-courses-container h4 {
    padding-left: 20px;
  }
}

.sport-page__subtitle {
  font-weight: 600;
  font-size: 18px;
}

.sport-carousel {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .sport-carousel {
    padding: 0 20px;
  }
}

.sport-carousel__directions {
  text-align: right;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 17%;
  right: 3%;
}

.sport-carousel__directions__btn {
  color: #7B7B7B;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  z-index: 5;
}

.sport-carousel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sport-carousel__content__item {
  height: 100%;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .sport-carousel {
    overflow-x: auto;
    width: calc(100% + 35px);
  }

  .sport-carousel__directions {
    visibility: hidden;
  }

  .sport-carousel__content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .sport-carousel__content__item {
    width: calc(100vw - 50px) !important;
  }

  .sport-carousel__content__item:last-child {
    margin-right: 15px;
  }
}

.sport-course-card__image {
  position: relative;
  border-radius: 5px;
  height: 130px;
  overflow: hidden;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sport-course-card__image img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.sport-course-card__body p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sport-course-card__body__address {
  font-size: 12px;
}

.sport-course-card__body__address i {
  color: #FD6E00;
  margin-right: 5px;
}

.sport-course-card__body__name {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}

.sport-course-card__body__company-name {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about-us-container__header {
  text-align: center;
  margin-top: 50px;
}

.about-us-container__header__title {
  margin-bottom: 50px;
}

.about-us-container__header__description {
  font-size: 23px;
}

.about-us-container__header__main p {
  font-size: 16px;
  margin: 0 0 10px;
}

.about-us-container__header__end {
  margin-top: 25px;
  margin-bottom: 10px;
}

.about-us-container__header__end p {
  margin: auto;
  width: 70%;
  font-size: 25px;
  color: #FD6E00;
}

.about-us-container__section {
  margin-top: 15px;
  margin-bottom: 10px;
}

.about-us-container__section__title {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.about-us-container__section__objectives {
  border-style: solid;
  border-width: 3px;
  border-color: #FD6E00;
  border-radius: 30px;
  padding: 15px;
}

.about-us-container__section__objectives__title {
  text-align: center;
}

.about-us-container__section__objectives__aim {
  margin-bottom: 5px;
}

.about-us-container__section__objectives__aim:last-child {
  margin-bottom: 0;
}

.about-us-container__section--left {
  padding-right: 40px;
}

@media (max-width: 991.98px) {
  .about-us-container__section--left {
    padding: 0 15px;
  }
}

.about-us-container__section--right {
  border-left: 1px solid #e7e7e7;
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .about-us-container__section--right {
    padding: 0 15px;
  }
}

.about-us-container__team {
  padding-bottom: 15px;
}

.about-us-container__team__title {
  text-align: center;
  font-weight: bold;
  padding: 15px 0 20px;
}

.about-us-container__team__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.about-us-container__team__member__avatar {
  border-style: solid;
  border-color: #FD6E00;
  border-width: 1px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.about-us-container__team__member__avatar img {
  max-width: 100%;
}

.about-us-container__team__member__name {
  font-size: 14px;
  color: #FD6E00;
  margin-top: 10px;
}

.about-us-container__team__member__role {
  font-size: 14px;
}

.about-us-container__text--orango {
  color: #FD6E00;
}

.about-pics {
  margin-right: 35px;
}

.objective_images {
  float: left;
  padding: 0px 10px 0px 0px;
  clear: left;
}

.objective_text {
  margin-bottom: 30px;
  font-weight: 300;
}

.col-centered {
  display: inline-block;
}

.col-centered-mobile {
  display: inline-block;
  background-color: white;
  padding-bottom: 35px;
}

.team-images {
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(3%, white), color-stop(11%, #e7e7e7), color-stop(85%, #e7e7e7), color-stop(96%, white));
  background-image: linear-gradient(to right, white, white 3%, #e7e7e7 11%, #e7e7e7 85%, white 96%);
}

.team-member-desktop {
  width: 100%;
  height: 100%;
}

.team-member-mobile {
  width: 70%;
  height: 100%;
}

.team-info {
  /*margin-top: 15px;*/
  padding-top: 15px;
}

@media (max-width: 767.98px) {
  .contact-page .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .contact-page .sub-title {
    font-size: 20px;
  }
}

.contact-page .primary-border {
  width: 10px;
  background: #FD6E00;
  height: 100%;
  border-radius: 5px;
}

.contact-page .contact-icons-container {
  white-space: nowrap;
}

.contact-page .contact-form-container {
  background: rgba(189, 189, 189, 0.1);
}

.contact-page .project-title {
  font-size: 34px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .contact-page .project-title {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-page .project-title {
    font-size: 24px;
  }
}

.contact-page .information-title {
  font-size: 34px;
}

@media (max-width: 991.98px) {
  .contact-page .information-title {
    line-height: 28px;
    font-size: 24px;
  }
}

.contracts-scroll-container {
  border: 1px solid #7B7B7B;
  border-radius: 2px;
}

#contracts_scroll {
  position: relative;
  height: 220px;
  overflow: auto;
  padding: 10px;
  border-radius: 2px;
  margin: 10px;
  /*overflow-y: scroll; */
}

#contracts_scroll::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgba(225, 225, 225, 0.5);
  margin: 10px 0;
}

#contracts_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #Ffffff;
}

#contracts_scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #FD6E00;
}

.contracts-modal-body {
  margin: 40px;
}

@media (max-width: 768px) {
  .contracts-modal-body {
    margin: 0;
  }
}

.contracts-modal-body__accept-button-container {
  padding: 10px;
}

.contracts-modal-dialog {
  width: 70%;
}

.contracts-modal-dialog .modal-content {
  background: #EFEFEF;
}

.contracts-modal-dialog .modal-content .modal-header,
.contracts-modal-dialog .modal-content .modal-body {
  padding-left: 25px;
  padding-right: 25px;
}

.contracts-modal-dialog .modal-content .modal-body .conditions p {
  color: rgba(74, 74, 74, 0.9);
}

.contracts-modal-dialog .modal-content .modal-body .terms {
  border: 0.5px solid rgba(156, 156, 156, 0.75);
}

.contracts-modal-dialog .modal-content .discard-terms {
  color: #ADADAD !important;
  font-size: 10px;
}

@media (max-width: 768px) {
  .contracts-modal-dialog {
    width: 100%;
  }
}

.accept-contract-button {
  width: 200px;
  height: 38px;
  color: #fff;
  font-size: 14px;
  background-color: #17BEBB;
  text-transform: uppercase;
  border-radius: 2px;
}

.accept-contract-button-disabled {
  background-color: #BDBDBD;
}

.scrolled-nav {
  height: 64px !important;
}

.faq-question {
  color: #7B7B7B !important;
  font-weight: 600 !important;
}

.faq-navbar--container {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  background-color: #FD6E00 !important;
  -webkit-box-shadow: 2px 2px 10px #e0e0e0;
          box-shadow: 2px 2px 10px #e0e0e0;
  z-index: 1050;
}

@media (max-width: 576px) {
  .faq-navbar--container .navbar-collapse {
    margin: 20px 0 !important;
    top: 67px;
    position: absolute !important;
    left: 15px;
    right: 15px;
    background-color: #FD6E00 !important;
    z-index: 1050;
    height: 100vh;
  }

  .faq-navbar--container .navbar-collapse .navbar-nav .nav-link {
    padding: 18px 0 !important;
  }
}

.faq-navbar--container .faq-navbar-title--container {
  position: relative;
  padding: 40px 15px 20px 15px;
  color: #fff;
}

.faq-navbar--container .navbar {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #FD6E00 !important;
  color: #fff;
  padding: 8px 0px 0px 16px !important;
}

.faq-navbar--container .navbar .navbar-toggler[aria-expanded="true"] .fas:before {
  content: "\F00D";
}

.faq-navbar--container .navbar .navbar-toggler[aria-expanded="false"] .fas:before {
  content: "\F0C9";
}

.faq-navbar--container .navbar .navbar-toggler-icon {
  background-image: none !important;
  color: #fff !important;
  line-height: 27px;
}

.faq-navbar--container .navbar .navbar-nav .nav-item {
  border-bottom: none;
}

.faq-navbar--container .navbar .navbar-nav .nav-item.active a {
  color: #fff !important;
}

.faq-navbar--container .navbar .navbar-nav a.nav-link {
  color: #fff !important;
}

.faq-navbar--container .navbar .navbar-nav a.nav-link:hover,
.faq-navbar--container .navbar .navbar-nav a.nav-link.active {
  color: #fff !important;
}

.sidebar-menu .scrollactive-item {
  display: block;
  text-decoration: none !important;
  margin-bottom: 10px;
  color: #4A4A4A;
}

.sidebar-menu .scrollactive-item.is-active {
  color: #FD6E00 !important;
}

.faq--container {
  position: relative;
}

.faq--container .vue-back-to-top {
  position: relative !important;
  z-index: 1050;
  top: 0 !important;
  padding: 0 0 40px;
}

.faq--container .vue-back-to-top .btn-back-to-top {
  color: #FD6E00 !important;
  padding-left: 0;
  padding-right: 0;
}

.faq--container .vue-back-to-top .btn-back-to-top:hover {
  text-decoration: none !important;
}

@media (max-width: 576px) {
  .faq--container .vue-back-to-top {
    text-align: center;
  }
}

.faq--container #faq-content section {
  margin-bottom: 40px;
}

.faq--container #faq-content section h1 {
  color: #FD6E00 !important;
}

.faq--container #faq-content .accordion button[aria-expanded="true"] .fas:before {
  content: "\F077";
}

.faq--container #faq-content .accordion button[aria-expanded="false"] .fas:before {
  content: "\F078";
}

.faq--container #faq-content .accordion .card {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(74, 74, 74, 0.125);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.faq--container #faq-content .accordion .card .card-header {
  padding-top: 40px !important;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  background-color: transparent !important;
}

.faq--container #faq-content .accordion .card .card-header h3 {
  position: relative;
}

.faq--container #faq-content .accordion .card .card-header .btn-link {
  position: relative;
  white-space: initial;
  word-break: break-word;
  text-align: left !important;
  color: #4A4A4A;
  padding-left: 0;
  font-size: 1.25rem;
}

.faq--container #faq-content .accordion .card .card-header .btn-link .fas {
  position: absolute;
  right: 0;
  top: 25%;
}

@media (max-width: 576px) {
  .faq--container #faq-content .accordion .card .card-header .btn-link {
    font-size: 1.25rem !important;
    padding-right: 18px;
  }
}

.faq--container #faq-content .accordion .card .card-header .btn-link:hover,
.faq--container #faq-content .accordion .card .card-header .btn-link:focus {
  text-decoration: none;
}

.faq--container #faq-content .accordion .card .card-body {
  padding-bottom: 30px;
}

.gallery-page-heading {
  margin: 20px 0;
  color: #666;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.05em;
}

#my-gallery-dropzone .message {
  font-weight: 200;
}

.dropzone {
  border: 2px dashed #FD6E00;
  background: white;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  vertical-align: baseline;
}

.logo-page-heading {
  margin: 20px 0;
  color: #666;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.05em;
}

#my-logo-dropzone .message {
  font-weight: 200;
}

.reservation-payment__container .select2-container .select2-selection {
  height: 39px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EEEEEE !important;
}

.reservation-payment__container .reservation-detail__card {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
}

.reservation-payment__container .reservation-detail__text {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.reservation-payment__container .reservation-detail__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.reservation-payment__container .reservation-detail__actions .btn {
  font-weight: 600;
}

.reservation-payment__container .StripeElement {
  display: block;
  width: 100%;
  padding: 0.6875rem 0.625rem;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.reservation-payment__container .StripeElement.focused {
  border-color: #17BEBB !important;
}

.reservation-payment__container .StripeElement.is-invalid {
  border-color: #eb1c26 !important;
}

.reservation-payment__container .form-group-select2 {
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

.reservation-payment__container .form-group-select2 .select2-selection {
  font-size: 16px;
}

.form-group.is-invalid .vue-tel-input {
  border-color: #DC3545 !important;
}

.text-privacy {
  text-align: center;
}

@media (max-width: 767.98px) {
  .text-privacy {
    text-align: justify;
  }
}

.reservation-card-info {
  background: #EEEEEE;
  border-radius: 5px;
}

.reservation-card-info + .reservation-card-info {
  margin-top: 16px;
}

.reservation-card {
  background: #FFFFFF;
  /* Card Shadow */
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
}

.reservation-card .vue-map {
  border-radius: 5px !important;
}

.reservation-card + .reservation-card {
  margin-top: 16px;
}

.reservation-confirm__container {
  background-image: url(/images/reservation_confirm.svg?eb4cbda55f144b8a0efe3235396ba48c);
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media (max-width: 767.98px) {
  .reservation-confirm__container {
    background-image: none;
  }
}

.reservation-confirm__container.reservation-unsubscribe {
  min-height: 640px;
  background-image: url(/images/reservation_unsubscribe.svg?bc2251d7d9a40667afab23eef0dd3910) !important;
}

@media (max-width: 767.98px) {
  .reservation-confirm__container.reservation-unsubscribe {
    min-height: 520px;
    background-size: 80%;
  }
}

@media (max-width: 767.98px) {
  .reservation-confirm__header {
    text-align: center;
  }
}

.reservation-confirm__header h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .reservation-confirm__header h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
  }
}

.reservation-confirm__header p {
  font-size: 21px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .reservation-confirm__header p span {
    display: inline-block !important;
  }
}

@media (max-width: 767.98px) {
  .reservation-confirm__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reservation-confirm__actions-row {
  width: 50%;
}

@media (max-width: 767.98px) {
  .reservation-confirm__actions-row {
    width: 100%;
  }
}

.reservation-confirm__actions-row .btn {
  width: 100%;
}

.reservation-form-details__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation-form-details__items + .reservation-form-details__items {
  margin-top: 10px;
}

.reservation-info__text {
  color: #6A6A6A;
  font-size: 11px;
  display: block;
  line-height: 15px;
}

.voucher-partecipants__container {
  background-image: url(/images/voucher_partecipants.svg?42e188a4069956ebbc71be6d6615f7b5);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30% 80%;
}

.voucher-partecipants__container.reservation-container {
  background-image: none;
}

@media (max-width: 767.98px) {
  .voucher-partecipants__container {
    background-image: none;
  }
}

.voucher-partecipants__container h1 {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  letter-spacing: -0.2px;
}

.voucher-partecipants__container .voucher-detail__container {
  margin: 40px 0 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  border-radius: 5px;
  padding: 15px 25px;
  width: 80%;
}

@media (max-width: 767.98px) {
  .voucher-partecipants__container .voucher-detail__container {
    width: 100%;
  }
}

.voucher-partecipants__container .label-partecipant {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .voucher-partecipants__container .label-partecipant {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
  }
}

.voucher-partecipants__container .voucher-partecipant-form__container .form-control-phone::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

.voucher-partecipants__container .voucher-partecipant-form__container .form-control-phone::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

.voucher-partecipants__container .voucher-partecipant-form__container .form-control-phone:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

.voucher-partecipants__container .voucher-partecipant-form__container .form-control-phone:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

.voucher-partecipants__container .voucher-partecipant-form__container .voucher-radio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 9px 0;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #17BEBB;
  border: 1px solid #17BEBB;
}

.voucher-partecipants__container .voucher-partecipant-form__container .voucher-radio__container.active {
  background: #17BEBB;
  border-color: #17BEBB;
  color: #fff;
}

.voucher-partecipants__container .voucher-partecipant-form__container .voucher-radio__container.active .voucher-radio__label {
  font-weight: 500;
}

.voucher-partecipants__container .voucher-partecipant-form__container .voucher-radio__label {
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .voucher-partecipants__container .voucher-partecipant-form__container .voucher-radio__label {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .voucher-partecipants__container .partecipants-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
  }
}

.voucher-partecipants__container .text-credits {
  font-size: 11px;
  line-height: 11px;
}

.reservation-form__container .select2-container .select2-selection {
  height: 39px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EEEEEE !important;
}

.reservation-form__container h2 {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .reservation-form__container h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
}

.purchases-card {
  background: none;
}

.purchases-collapse-icon {
  background: #ff6e00;
  padding: 12px;
  border-radius: 100%;
  color: white;
}

#voucher_to_flip {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

#voucher_to_flip.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#passaparola_to_flip {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

#passaparola_to_flip.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#cart_to_flip {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

#cart_to_flip.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.animated {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.show-summer-camp-page .right-section-enter-active,
.show-summer-camp-page .right-section-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.show-summer-camp-page .right-section-enter,
.show-summer-camp-page .fade-leave-to {
  opacity: 0;
}

.show-summer-camp-page .summer-camp-top-navbar-enter-active,
.show-summer-camp-page .summer-camp-top-navbar-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.show-summer-camp-page .summer-camp-top-navbar-enter,
.show-summer-camp-page .fade-leave-to {
  opacity: 0;
}

.multiselect__tag {
  background: #3cbdbb !important;
}

.multiselect__option--selected {
  background: none !important;
  color: #4a4a4a !important;
}

.multiselect__option--selected:after {
  color: white !important;
}

.multiselect__option--highlight {
  background: #76d0bf !important;
}

.multiselect__option--highlight:after {
  background: #76d0bf !important;
  color: #76d0bf !important;
}

.orangopack-search__header-container {
  margin-bottom: 0 !important;
  background: url("/images/promotions/banner-OP-vetrina_desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media (max-width: 767.98px) {
  .orangopack-search__header-container {
    background: url("/images/promotions/banner-OP-vetrina_mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
}

.orangopack-search__header-container .v-select .dropdown-toggle {
  padding-top: 10px;
  background: #fff;
  border: none !important;
  padding-bottom: 10px;
}

.orangopack-search__header-container .v-select .selected-tag {
  margin-top: 0;
}

.orangopack-search__header-container__header {
  padding: 2rem 0 0 1rem;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .orangopack-search__header-container__header {
    padding: 1rem 0;
  }
}

@media (max-width: 767.98px) {
  .orangopack-search__header-container__header {
    padding: 1rem 0 1rem 0;
  }
}

.orangopack-search__header-container__header__heading .text-one {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767.98px) {
  .orangopack-search__header-container__header__heading .text-one {
    font-size: 20px;
    line-height: 24px;
  }
}

.orangopack-search__header-container__header__heading .text-two {
  font-weight: bold;
  color: #fff;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1.5px;
}

@media (max-width: 767.98px) {
  .orangopack-search__header-container__header__heading .text-two {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.3px;
  }
}

.orangopack-search__header-container__header__heading .text-three {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.3px;
}

@media (max-width: 767.98px) {
  .orangopack-search__header-container__header__heading .text-three {
    font-size: 16px;
    line-height: 20px;
  }
}

.orangopack-search__header-container__header__text {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: normal;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .orangopack-search__header-container__header__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.orangopack-search__header-container__header .search-button {
  height: 50px;
}

.orangopack-search__header-container__header .mobile-searchbar {
  background: #fff;
  border-radius: 5px;
}

.orangopack-search__header-container__header .mobile-searchbar .v-select {
  width: 80%;
  width: 78%;
}

.orangopack-search__header-container__header .mobile-searchbar .v-select .dropdown-toggle {
  border-right: none !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.orangopack-search__header-container__header .mobile-searchbar .input-group-append {
  width: 12%;
}

.invitations__jumbotron,
.gift-cards__jumbotron {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.invitations__jumbotron__header-container p,
.gift-cards__jumbotron__header-container p {
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .invitations__jumbotron__header-container p,
  .gift-cards__jumbotron__header-container p {
    font-size: 14px;
    font-weight: 400;
  }
}

.invitations__jumbotron .invitations__form,
.gift-cards__jumbotron .invitations__form {
  background-color: #fff;
  border-radius: 8px;
}

.invitations__jumbotron .invitations__form .form-group,
.gift-cards__jumbotron .invitations__form .form-group {
  margin-bottom: 0;
}

.invitations__jumbotron .invitations__form .form-group:first-child,
.gift-cards__jumbotron .invitations__form .form-group:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.invitations__jumbotron .invitations__form .form-group:nth-child(2),
.gift-cards__jumbotron .invitations__form .form-group:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.invitations__jumbotron .invitations__form .form-group .input-group .input-group-prepend,
.gift-cards__jumbotron .invitations__form .form-group .input-group .input-group-prepend {
  position: absolute;
  z-index: 1050;
  padding-bottom: 8px;
}

.invitations__jumbotron .invitations__form .form-group .input-group .select2-container .select2-selection,
.gift-cards__jumbotron .invitations__form .form-group .input-group .select2-container .select2-selection {
  padding-left: 60px;
}

.invitations__jumbotron .invitations__form .form-group input,
.gift-cards__jumbotron .invitations__form .form-group input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.invitations__jumbotron .invitations__form .form-group .select2-container--bootstrap .select2-dropdown,
.gift-cards__jumbotron .invitations__form .form-group .select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5) !important;
}

.invitations__jumbotron .invitations__form .form-group .select2-container--bootstrap .select2-dropdown .select2-results__options,
.gift-cards__jumbotron .invitations__form .form-group .select2-container--bootstrap .select2-dropdown .select2-results__options {
  overflow-x: hidden;
}

.invitations__jumbotron .invitations__form .form-group .select2-container,
.gift-cards__jumbotron .invitations__form .form-group .select2-container {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 3px;
}

.invitations__jumbotron .invitations__form .form-group .select2-container .select2-selection .select2-selection__placeholder,
.gift-cards__jumbotron .invitations__form .form-group .select2-container .select2-selection .select2-selection__placeholder {
  font-size: 16px;
}

.invitations__jumbotron .invitations__form .form-group .dropdown,
.gift-cards__jumbotron .invitations__form .form-group .dropdown {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 5px;
  padding-top: 7px;
  color: #999;
}

.invitations__jumbotron .invitations__form .form-group .dropdown .dropdown-menu,
.gift-cards__jumbotron .invitations__form .form-group .dropdown .dropdown-menu {
  border-radius: 8px;
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.invitations__jumbotron .invitations__form .form-group .dropdown .dropdown-menu.dropdown-container,
.gift-cards__jumbotron .invitations__form .form-group .dropdown .dropdown-menu.dropdown-container {
  position: relative;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
}

.invitations__jumbotron .invitations__form .form-group + .form-group,
.gift-cards__jumbotron .invitations__form .form-group + .form-group {
  margin-left: 40px;
}

.invitations__jumbotron .invitations__form .input-group-label,
.gift-cards__jumbotron .invitations__form .input-group-label {
  color: #7B7B7B;
}

.invitations__jumbotron .invitations__form button,
.gift-cards__jumbotron .invitations__form button {
  height: 56px;
  border-radius: 50%;
  padding-left: 19px;
  padding-right: 19px;
  background-color: rgba(253, 110, 0, 0.33);
  border: none;
}

.invitations__jumbotron .invitations__form button:hover,
.gift-cards__jumbotron .invitations__form button:hover {
  background-color: #fd6e00;
}

.invitations__jumbotron .invitations-filters__container .nav-link,
.gift-cards__jumbotron .invitations-filters__container .nav-link {
  padding: 3px 6px;
  color: #4A4A4A;
}

.invitations__jumbotron .invitations-filters__container .nav-link + .nav-link,
.gift-cards__jumbotron .invitations-filters__container .nav-link + .nav-link {
  margin-left: 15px;
}

.gift-cards__jumbotron {
  background-image: url(/images/christmas_gift_bg.png?a4043f040076d04db634de0cfaf8a1c4);
}

@media (max-width: 767.98px) {
  .invitations-items__container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .invitations-items__container .filter-container__text-container h2 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .invitations-items__container .filter-container__text-container p {
    font-size: 14px;
  }
}

.invitations-items__container .owl-item {
  text-align: center;
}

.invitations-items__container__item-container {
  margin-bottom: 20px;
}

.invitations-items__container__item-container__content {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.invitations-items__container__item-container__content button {
  width: 50%;
}

.invitations-items__container__item-container__content .card .image-container {
  height: 130px;
}

.invitations-items__container__item-container__content .card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.invitations-items__container .form-group .text-color-gray-100 {
  color: #9C9C9C;
}

.invitations-items__container .form-group .select2-container {
  padding: 5px;
  text-align: left;
}

.invitations-items__container .form-group .select2-container .select2-selection__arrow {
  display: none;
}

.invitations-items__container .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #969696;
  padding: 11px;
}

.invitations-items__container .home-course-card__image .d-flex {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.invitations-items__container .home-course-card__image .d-flex button {
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

.invitations-items__container .home-course-card__image .d-flex:hover {
  opacity: 1;
}

.invitations-items__container a {
  color: #4A4A4A;
}

.invitations-items__container a:hover {
  text-decoration: none;
}

.invitations-items__container .results-body__filters .mobile-filter {
  position: fixed;
  right: 8rem;
  bottom: 1.5rem;
  min-width: 6rem;
  display: none;
}

@media (max-width: 767.98px) {
  .invitations-items__container .results-body__filters .mobile-filter {
    display: inline;
  }
}

.invitations-items__container .results-body__filters .mobile-filter .modalMobile {
  z-index: 2000 !important;
  top: 0px;
}

.invitations-items__container .results-body__filters .mobile-filter .modalMobile .modal-dialog {
  height: 100% !important;
}

.invitations-items__container .results-body__filters .mobile-filter .modalMobile .modal-dialog .modal-content {
  height: calc(100vh - 75px) !important;
  top: 0;
  position: absolute;
}

.invitations-items__container .results-body__filters .mobile-filter .modalMobile .modal-dialog .modal-content .modal-body {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.invitations-items__container .results-body__filters .mobile-filter .modalMobile .modal-dialog .modal-content .modal-body .vs__actions {
  display: none !important;
}

.invitations-items__container .results-body__filters .mobile-filter .modal-header {
  padding: 0px 1rem !important;
  border: 0px !important;
}

.invitations-items__container .results-body__filters .mobile-filter .btn-filter {
  color: #4A4A4A !important;
  background: #FFFFFF !important;
  border: 0.5px solid #BDBDBD !important;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
          box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.5);
}

.invitations-items__container .results-body__filters .mobile-filter .btn-filter > * {
  pointer-events: none;
}

.invitations-items__container .results-body__filters .mobile-filter .btn-filter.active {
  background: #17BEBB !important;
  color: #fff !important;
}

.modal-body--age__container span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.modal-body--age__container .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-body--age__container .input-group .input-group-prepend button,
.modal-body--age__container .input-group .input-group-append button {
  border: 1px solid #17BEBB;
  border-radius: 50% !important;
  color: #000;
}

.modal-body--age__container .input-group .input-group-prepend button:hover,
.modal-body--age__container .input-group .input-group-prepend button:active,
.modal-body--age__container .input-group .input-group-append button:hover,
.modal-body--age__container .input-group .input-group-append button:active {
  background-color: #fff !important;
}

.modal-body--age__container .form-control {
  border: none;
  text-align: center;
}

.gift-cards-items__container {
  border-bottom: 1px solid rgba(150, 150, 150, 0.33);
}

.gift-cards-items__container__instructions-container__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.gift-cards-items__container__instructions-container__item .instruction-title {
  font-weight: 300;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .gift-cards-items__container__instructions-container__item .instruction-title {
    font-size: 18px;
  }
}

.gift-cards-items__container__instructions-container__item .instruction-title span {
  font-weight: 400;
}

.gift-cards-items__container__instructions-container__item .instruction-text {
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .gift-cards-items__container__instructions-container__item .instruction-text {
    font-size: 14px;
  }
}

.gift-cards-items__container select {
  color: #7B7B7B;
  border-radius: 5px;
  padding: 8px 8px;
}

.gift-cards-items__container .gift-card-item__container {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7B7B7B;
}

.gift-cards-items__container .gift-card-item__container .gift-card-image__container {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
}

.gift-cards-items__container .gift-card-item__container select {
  height: 39px !important;
}

.gift-cards-items__container .gift-card-item__container button {
  width: 157px;
}

.gift-modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 1px solid rgba(74, 74, 74, 0.2);
}

.gift-modal .gift-modal__label {
  font-size: 21px;
}

@media (max-width: 767.98px) {
  .gift-modal .gift-modal__label {
    font-size: 16px;
  }
}

.gift-modal .gift-modal__paragraph {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .gift-modal .gift-modal__paragraph {
    font-size: 12px;
  }
}

.gift-modal .preview-item__container {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .gift-modal .preview-item__container {
    padding-bottom: 50px;
  }

  .gift-modal .preview-item__container .preview--item + .preview--item {
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .gift-modal {
    padding-left: 0 !important;
  }

  .gift-modal .preview--container .custom-radio {
    padding-left: 0;
  }

  .gift-modal .preview--container .custom-radio .custom-control-label:before {
    bottom: -30px;
    top: auto;
    right: 50%;
    left: 40%;
  }

  .gift-modal .preview--container .custom-radio .custom-control-label:after {
    bottom: -30px;
    top: auto;
    right: 50%;
    left: 40%;
  }

  .gift-modal .form-group button {
    min-width: 100% !important;
  }
}

.gift-modal .modal-dialog {
  max-width: inherit !important;
}

@media (max-width: 767.98px) {
  .gift-modal .modal-dialog {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.gift-modal .modal-dialog .preview--item img {
  border-radius: 5px;
  -webkit-box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

.gift-modal .modal-dialog .preview--container {
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.gift-modal .modal-dialog .preview--container img {
  width: 100%;
  position: relative;
}

.gift-modal .modal-dialog .preview--container .message-container {
  position: absolute;
  z-index: 5;
  word-break: break-word;
}

.gift-modal .modal-dialog .preview--container .message-container__sender {
  font-size: 0.75rem;
}

.gift-modal .modal-dialog .preview--container .message-container__text {
  font-size: 12px;
  max-width: 40%;
  margin: auto;
}

.gift-modal .modal-dialog .justify-content-between {
  border-bottom: 1px solid #DDDDDD;
}

.gift-modal .modal-dialog .form-control-feedback {
  line-height: 45px;
}

.gift-modal .modal-dialog .vdp-datepicker .form-control {
  padding-top: 9px;
  padding-bottom: 9px;
}

.invitation-tags {
  background-color: #EEEEEE;
  border-radius: 8px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 6px;
  color: #9C9C9C;
  font-weight: 600;
}

.invitation-course__tag {
  z-index: 10;
  border-radius: 20px 0px 0px 20px;
  padding: 5px;
  color: #FD6E00;
  position: absolute;
  background-color: #FFFFFF;
  right: 0;
  top: 15px;
}

.invitation-countdown .invitation-stopwatch__icon {
  background-repeat: no-repeat;
  background-image: url(/images/stopwatch_icon_red.svg?25e85e0f7809258ab018e50101a1ab0f);
  height: 33px;
  width: 26px;
  padding-left: 35px;
}

.invitation-countdown span {
  padding: 4px 10px;
  border: 1px solid #DC3545;
  border-radius: 20px;
  color: #DC3545;
  min-width: 80px;
  text-align: center;
}

.active-invitation-tags {
  background-color: #6BD5D3;
  border-radius: 8px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 6px;
  color: white;
}

.v-select .dropdown-toggle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.v-select .dropdown-toggle .form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.v-select.single.open .selected-tag {
  left: 0;
}

.invitation-course-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.federations {
  font-family: 'Montserrat', sans-serif;
}

.federations__header .media_mobile_si {
  display: none;
}

.federations__header .media_mobile_no {
  display: block;
}

@media (max-width: 500px) {
  .federations__header .media_mobile_no {
    display: none;
  }

  .federations__header .media_mobile_si {
    display: block;
  }
}

.federations__header__h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 38px;
}

@media (max-width: 500px) {
  .federations__header__h1 {
    font-size: 24px;
    line-height: 28px !important;
  }
}

.federations__header__testo {
  font-size: 14px;
  margin-top: 1rem;
}

.federations .title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #4A4A4A;
  letter-spacing: -1px;
}

.federations .ass-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #4A4A4A;
  letter-spacing: -0.3px;
}

.federations .ass-text {
  font-size: 14px;
  font-weight: 300;
  color: #4A4A4A;
}

.federations .ass-text a {
  color: #4A4A4A;
}

.federations .ass-orario-text {
  font-size: 14px;
  font-weight: 300;
  color: grey;
}

.federations__map-row {
  /*.maprow-info {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
    }

    .maprow-map {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
    }

    @media (max-width: 500px) {
      .maprow-info {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
      }

      .maprow-map {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
      }
    }*/
}

.federations__map-row .title-search {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(74, 74, 74, 0.9);
}

.federations__map-row .address-search {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.federations__map-row .sports-search {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.federations__map-row__info-window {
  font-family: 'Montserrat', sans-serif;
}

.federations__map-row__info-window .info-url {
  color: rgba(23, 190, 187, 0.9) !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.federations__map-row__info-window .info-text {
  color: rgba(74, 74, 74, 0.9);
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.federations__map-row__info-window .left-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.federations__map-row .subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.federations__vantaggi .testo {
  font-size: 14px;
}

.federations__vantaggi .testo ul {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 20px;
}

.federations__vantaggi .testo ul strong {
  color: #17bebb;
}

.federations__vantaggi .testo div {
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
  .federations__vantaggi .advantages {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .federations__vantaggi .assistant {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .federations__vantaggi .banner-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.federations__video {
  min-height: 150px;
  background: rgba(253, 110, 0, 0.33);
}

.federations__images .image-container {
  height: 185px;
}

.federations__images .title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #4A4A4A;
  letter-spacing: -1px;
}

.federations__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#app {
  background-color: white;
}

.nav-link {
  position: relative;
}

.page-content {
  position: relative;
  padding: 1rem 0;
}

@media (max-width: 576px) {
  .page-content {
    margin-top: 0 !important;
  }
}

.page-content__grey {
  background-color: #eeeeee;
}

.page-content__light_grey {
  background-color: #F8F8F8;
}

body {
  color: #4A4A4A;
  background-color: unset;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden !important;
}

.container-fluid {
  padding: 0;
}

.row {
  margin: 0;
}

.hv--100 {
  height: 100vh !important;
}

.w--90 {
  width: 90% !important;
}

.h--85 {
  height: 85% !important;
}

.h--90 {
  height: 90% !important;
}

.h--auto {
  min-height: auto !important;
  height: auto;
}

.w--85 {
  width: 85% !important;
}

.w--80 {
  width: 80% !important;
}

.hv-25 {
  height: 25vh;
}

.hv--100 {
  height: 100vh !important;
}

.fs--16 {
  font-size: 1rem;
}

.fs--14 {
  font-size: 0.875rem;
}

.font-color-orange {
  color: #f4812e !important;
}

.fixed-top {
  background-color: #ffffff;
}

.container-main {
  margin-top: 7em;
}

.card-body {
  padding: 0;
}

.form-check {
  padding-left: 0;
}

/*#responsabile-input {
  width: 75%;
  margin-right: 3rem;
}*/

.custom-control {
  min-height: 2rem;
}

/*
#app {
  min-height: 100%;
}

.custom-select {
  height: 3.75rem !important;
}*/

.vue-tags-input .input {
  height: 3.75rem;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

[v-cloak] {
  display: none;
}

.hidden {
  display: none;
}

.clickable {
  cursor: pointer;
}

.opacity-1 {
  opacity: 1 !important;
}

.w-100 {
  width: 100% !important;
}

.hr-4 {
  height: 4rem !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #9B9B9B;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #9B9B9B;
}

.w-80 {
  width: 80% !important;
}

.w-75 {
  width: 75% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

.w-25 {
  width: 25% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

.w-init {
  width: unset !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-init {
    width: unset !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-init {
    width: unset !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-init {
    width: unset !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-init {
    width: unset !important;
  }
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

@media (max-width: 992px) {
  .tablet-hidden {
    display: none;
  }
}

.mobile-show {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-show {
    display: block !important;
  }
}

.tablet-show {
  display: none !important;
}

@media (max-width: 992px) {
  .tablet-show {
    display: block !important;
  }
}

.v-spinner {
  height: 100vh;
  top: 50%;
}

.v-element-spinner {
  height: 100vh;
  margin-top: 20%;
}

.v-clip {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%;
}

.v-clip h2 {
  color: #d6d6d6;
}

.tc {
  text-align: center;
}

.course_text-warning {
  margin-top: 40px;
}

.courses_seo_results {
  margin-top: 30px;
}

.courses_seo_results h1 {
  margin-top: 20px;
}

.h-3-font-size {
  font-size: 24px;
}

@media (max-width: 768px) {
  .h-3-font-size {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .card-header {
    padding-top: 60px !important;
  }
}

.no-decoration:hover {
  text-decoration: none !important;
}

.alert-news-payments-bordered {
  border: 1px solid #4A4A4A;
  border-radius: 5px;
}

.alert-news-payments-span {
  padding: 4px 10px;
}

.alert-news-payments-yellow {
  color: #4A4A4A;
  background-color: #F9CB40;
  border-color: #F9CB40;
}

.uppercase {
  text-transform: uppercase;
}

.bootbox_over_modal {
  background-color: #00000066 !important;
}

.no-wrap {
  white-space: nowrap;
}

button:focus {
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

input:focus {
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.white-space-pre {
  white-space: pre;
}

.white-space-normal {
  white-space: normal;
}

.modal-scrollable {
  overflow: scroll;
}

.cart--proceed__container {
  margin-bottom: 25px;
}

.carts-index .footer,
.summer_camps-signin-show .footer,
.purchase-summary .footer,
.partecipants-summary .footer {
  display: none !important;
}

.carts-index #app > .container-fluid,
.summer_camps-signin-show #app > .container-fluid,
.purchase-summary #app > .container-fluid,
.partecipants-summary #app > .container-fluid {
  background-color: #F8F8F8 !important;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.carts-index #app > .container-fluid .page-content,
.summer_camps-signin-show #app > .container-fluid .page-content,
.purchase-summary #app > .container-fluid .page-content,
.partecipants-summary #app > .container-fluid .page-content {
  height: calc(100% - 130px);
  min-height: calc(100% - 130px);
  max-height: calc(100% - 130px);
  overflow: auto;
}

.profile .page-content {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .profile #content-account {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
    padding-top: 25px;
  }

  .profile .page-content nav {
    position: fixed;
    width: 16.6667%;
  }
}

.profile #app {
  height: calc(100% - 96px);
  min-height: calc(100% - 96px);
  max-height: calc(100% - 96px);
}

.profile #app > .container-fluid {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.profile #app > .container-fluid .page-content {
  padding: 0;
  height: calc(100% - 65px);
  min-height: calc(100% - 65px);
  max-height: calc(100% - 65px);
}

.profile #app > .container-fluid .page-content > div.row {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.profile .container-province-municipality {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.profile .container-province-municipality .cont-province {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.profile .footer {
  display: none;
}

.profile .paginator-container .pagination {
  width: auto !important;
  margin: 0 auto !important;
}

.event-checkout-container .container-province-municipality {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.event-checkout-container .container-province-municipality .cont-province {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.password-container {
  position: relative;
}

.password-container .showHidePassword {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 10px;
  color: #999;
}

body.bg-gray,
body.bg-gray #app {
  background-color: #F8F8F8 !important;
}

